@charset "UTF-8";
/*ATTENTION: styles.css is a compiled file, edit sass/styles.scss only*/
/***** Base Variables *****/
/*Base Colors*/
/*Base Hover*/
/*Buttons, CTA & Hover CTA*/
/*Fonts*/
/***** Placeholders *****/
.primary-btn, .primary-cta, .alert a, .back .card-block a {
  display: inline-block;
  text-decoration: none;
  border: none;
  font-family: Euclid Circular A;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  text-shadow: none;
  border-radius: 0;
  white-space: nowrap;
}

.primary-btn:after, .primary-cta:after, .alert a:after, .back .card-block a:after {
  display: inline-block;
  width: 12px;
  height: 12px;
  transform: rotate(-45deg);
  content: "";
  margin: 1px;
}

/***** Mixins *****/
/*Media Queries Mixin*/
/*ATTENTION: styles.css is a compiled file, edit sass/styles.scss only*/
/********************************** PROGRESS BAR ********************************/
.progress-container {
  position: sticky;
  top: 56px;
  z-index: 1;
  width: 100%;
  height: 8px;
  background: #ffffff;
}

.progress-bar {
  height: 8px;
  background: #00d89e;
  width: 0%;
}

/********************************** PROGRESS BAR ********************************/
/* Regular */
@font-face {
  font-family: "Euclid Circular A";
  src: url("../fonts/woff2-EuclidCircularA-Regular-WebS.woff2") format("woff2"), url("../fonts/woff-EuclidCircularA-Regular-WebS.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/* Regular Italic */
@font-face {
  font-family: "Euclid Circular A";
  src: url("../fonts/woff2-EuclidCircularA-RegularItalic-WebS.woff2") format("woff2"), url("../fonts/woff-EuclidCircularA-RegularItalic-WebS.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
/* Light */
@font-face {
  font-family: "Euclid Circular A-Light";
  src: url("../fonts/woff2-EuclidCircularA-Light-WebS.woff2") format("woff2"), url("../fonts/woff-EuclidCircularA-Light-WebS.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
/* Light Italic */
@font-face {
  font-family: "Euclid Circular A-Light";
  src: url("../fonts/woff2-EuclidCircularA-LightItalic-WebS.woff2") format("woff2"), url("../fonts/woff-EuclidCircularA-LightItalic-WebS.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
/* Medium */
@font-face {
  font-family: "Euclid Circular A-Medium";
  src: url("../fonts/woff2-EuclidCircularA-Medium-WebS.woff2") format("woff2"), url("../fonts/woff-EuclidCircularA-Medium-WebS.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
/* Medium Italic */
@font-face {
  font-family: "Euclid Circular A-Medium";
  src: url("../fonts/woff2-EuclidCircularA-MediumItalic-WebS.woff2") format("woff2"), url("../fonts/woff-EuclidCircularA-MediumItalic-WebS.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
/* Semibold */
@font-face {
  font-family: "Euclid Circular A-semibold";
  src: url("../fonts/woff2-EuclidCircularA-Semibold-WebS.woff2") format("woff2"), url("../fonts/woff-EuclidCircularA-Semibold-WebS.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
/* Semibold Italic */
@font-face {
  font-family: "Euclid Circular A-semibold";
  src: url("../fonts/woff2-EuclidCircularA-SemiboldItalic-WebS.woff2") format("woff2"), url("../fonts/woff-EuclidCircularA-SemiboldItalic-WebS.woff") format("woff");
  font-weight: 600;
  font-style: italic;
}
/* Bold */
@font-face {
  font-family: "Euclid Circular A-Bold";
  src: url("../fonts/woff2-EuclidCircularA-Bold-WebS.woff2") format("woff2"), url("../fonts/woff-EuclidCircularA-Bold-WebS.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
/* Bold Italic */
@font-face {
  font-family: "Euclid Circular A-Bold";
  src: url("../fonts/woff2-EuclidCircularA-BoldItalic-WebS.woff2") format("woff2"), url("../fonts/woff-EuclidCircularA-BoldItalic-WebS.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
body {
  background-color: #f2f2f3;
  /*Separate sticky nav from content, height of navbar*/
  padding-top: 50px;
  font-family: "Euclid Circular A";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-family: Euclid Circular A;
  font-size: 22px;
  color: #333333;
}

h4,
h5,
h6 {
  margin: 0;
  line-height: 26px;
}

h5 {
  font-size: 18px;
}

a {
  font-family: "Euclid Circular A-semibold", Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #bdbdbd;
}

p {
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}
p.lead {
  padding-top: 15px;
  font-family: "Euclid Circular A-Bold", Arial, sans-serif;
  font-size: 20px;
}
p a {
  font-family: Euclid Circular A;
}

.post-content .wp-block-heading strong,
.post-content .lead {
  font-family: "Euclid Circular A-semibold", Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

p.lead a {
  padding-top: 15px;
  font-family: "Euclid Circular A-Bold", Arial, sans-serif;
  font-size: 20px;
}

b,
strong {
  font-family: "Euclid Circular A-Bold", Arial, sans-serif;
  font-size: inherit;
}

/* CUSTOM SELECT */
select {
  background-image: url("../images/dropdown-arrow-white.png");
  background-repeat: no-repeat;
  background-position: 95%;
  background-color: #ff6374;
  color: #ffffff;
  font-family: Euclid Circular A;
  font-weight: 400;
  font-style: normal;
  font-size: 22px;
  padding: 5px 10px;
  width: 95%;
  display: inline-block;
  margin-left: 5px;
  border: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
@media (min-width: 992px) {
  select {
    width: 50%;
  }
}

textarea {
  width: 80%;
}

::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}

:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

input::placeholder {
  color: transparent;
}

.white-container {
  background-color: #ffffff;
  padding: 30px;
}
.white-container li {
  color: #333333;
  font-family: Arial, sans-serif;
  list-style-type: square;
}
.white-container li a {
  font-family: Euclid Circular A;
}

.meta span {
  margin-right: 5px;
}

.customPadding {
  padding: 40px 50px 40px 50px;
}

.screen-reader-text {
  display: none;
}

/********************************** NAVIGATION ********************************/
#main-header #logo img {
  width: 100px;
  height: auto;
}
#main-header .fixed-top.scrolled #logo img {
  width: 70px;
}

.navbar-base {
  background-color: white;
}

#blogNavbar .custom-search input[type=submit] {
  display: none;
}
#blogNavbar .custom-search ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #333333;
}
#blogNavbar .custom-search :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #333333;
}
#blogNavbar .custom-search ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #333333;
}
#blogNavbar .custom-search :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #333333;
}
#blogNavbar .custom-search input::placeholder {
  color: #333333;
}

#menu-top-navigation {
  margin-left: auto;
  margin-right: 15px !important;
  gap: 40px;
}
#menu-top-navigation li a {
  color: #333;
  font-family: Euclid Circular A;
  font-size: 16px;
  padding: 10px;
  border-radius: 20px;
  text-decoration: none;
}
#menu-top-navigation li a:active {
  background-color: #e6e1e1;
}

.custom-close-btn-mob {
  position: fixed;
  width: 100%;
  display: flex;
  justify-content: space-around;
  height: 71px;
  background-color: white;
  bottom: 0px;
  left: 0px;
  right: 0px;
  padding: 5px 0;
}
.custom-close-btn-mob .close-nav-btn {
  display: flex;
  align-items: center;
  background: transparent;
  gap: 0;
  border: none;
  padding: 0;
  cursor: pointer;
  color: #1E1E1E;
  font-size: 16px;
  font-family: "Euclid Circular A-semibold", Arial, sans-serif;
  transition: color 0.3s ease;
  flex-direction: column-reverse;
}
.custom-close-btn-mob .bi-x {
  font-size: 50px;
  font-weight: 900;
}
.custom-close-btn-mob .close-text {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-family: "Euclid Circular A-semibold", Arial, sans-serif;
  line-height: 24px;
  margin-top: -15px;
}

@media (min-width: 992px) {
  .custom-close-btn-mob {
    display: none;
  }
}
.navbar-toggle {
  padding: 10px;
  border: none;
  background: transparent;
}
.navbar-toggle:hover {
  cursor: pointer;
}
.navbar-toggle .icon-bar {
  width: 22px;
  height: 2px;
  background-color: #8522e3;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}
.navbar-toggle .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle .middle-bar {
  opacity: 0;
}
.navbar-toggle .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggle.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggle.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggle.collapsed .bottom-bar {
  transform: rotate(0);
}

@media (max-width: 991px) {
  .collapse.show {
    display: block;
    overflow: auto;
    max-height: 85vh;
    align-items: flex-start;
    margin-top: 3px;
  }
  #menu-top-navigation {
    padding-left: 0;
  }
  #menu-top-navigation li {
    background-image: none;
    background-repeat: initial;
    background-position: inherit;
    padding-left: 0;
    padding-bottom: 0;
    overflow: visible;
    line-height: inherit;
  }
  #menu-top-navigation li:last-of-type a {
    border-bottom: none;
  }
  #menu-top-navigation li a {
    position: relative;
    display: block;
    color: linear-gradient(0deg, #8522e3 0%, #73caf8 0%);
    line-height: inherit;
    border-bottom: 1px solid #d3d3d3;
    font-weight: bold;
    text-decoration: none;
    border-bottom: none;
  }
  #menu-top-navigation li a:after {
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(-45deg);
    content: "";
    margin: 0 0 0 5px;
    border-right: 2px solid linear-gradient(0deg, #8522e3 0%, #73caf8 0%);
    border-bottom: 2px solid linear-gradient(0deg, #8522e3 0%, #73caf8 0%);
  }
  #menu-top-navigation li a:hover:after {
    border-right: 2px solid #8427e2;
    border-bottom: 2px solid #8427e2;
  }
}
/*Breadcrumbs*/
.breadcrumb-section {
  background: #ffffff;
  padding-top: 25px;
  position: relative;
}
.breadcrumb-section .breadcrumb-border {
  border-top: 1px solid #E9E9E9;
}
.breadcrumb-section .breadcrumb {
  background-color: #ffffff;
  color: #333333;
  margin-bottom: 0;
  padding: 6px 0;
  border-radius: 0;
  font-size: 16px;
}
.breadcrumb-section .breadcrumb span {
  color: #8427E2;
  font-size: 12px;
}
.breadcrumb-section .breadcrumb span span {
  padding-left: 10px;
  padding-right: 10px;
}
.breadcrumb-section .breadcrumb span span:first-child {
  padding-left: 0;
}
.breadcrumb-section .breadcrumb span span.breadcrumb_last {
  font-size: 16px;
  color: #333333;
}
.breadcrumb-section .breadcrumb a {
  font-size: 16px;
}

@media screen and (max-width: 990px) {
  .breadcrumb-section .breadcrumb span span:first-child {
    max-width: 70px;
    background-color: #8427E2;
    border-radius: 30px;
    padding: 1px 8px;
    color: #fff;
  }
  .breadcrumb-section .breadcrumb span span:first-child a {
    color: #fff;
  }
  .breadcrumb-section .breadcrumb span span:not(:first-child):not(:last-child) {
	  padding-left: 5px;
	  padding-right: 5px;
  }
  .breadcrumb-section .breadcrumb span span:not(:first-child):not(:last-child)::before {
    content: "...";
  }    
  .breadcrumb-section .breadcrumb span span:not(:first-child):not(:last-child) a {
    display: none;
  }  
  .breadcrumb-section .breadcrumb span span {
    display: inline-block;
    max-width: 30px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
	position: relative;
  }
  span.breadcrumb_last {
    display: inline-block;
    max-width: 220px !important;
  }
}
/***** 404 Page *****/
/*Hiding breadcrumbs on 404 page because php conditional not working with yoast*/
.error404 .breadcrumb-section {
  display: none !important;
}

.error404 #custom-home .hero-section-wrapper .hero-img-wrapper img {
  min-height: initial !important;
}

.video-content-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-content-container h1 {
  font-size: 14rem;
  line-height: 14rem;
  font-family: "Euclid Circular A-Bold", Arial, sans-serif;
  color: #ffffff;
  text-align: center;
}
.video-content-container p {
  font-size: 20px;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
}
.video-content-container .custom-search,
.video-content-container div {
  float: none;
  margin-bottom: 15px;
  text-align: center;
  position: relative;
}

/********************************** NAVIGATION ********************************/
/********************************** CUSTOM HEADLINE ********************************/
.overlay {
  top: -100px;
  margin-bottom: -100px;
  position: relative;
  background-color: #f2f2f2;
  padding-top: 20px;
  border-top: 5px solid #ff6374;
}

div#hero-heading-wrapper {
  height: 425px;
}

#headline-container {
  background: #8427e2;
  max-width: 280%;
  margin-left: -206%;
  display: block;
  border-radius: 17px;
  margin-bottom: 10px;
}

#sub-headline-container {
  color: #333333;
  background: #ffffff;
  padding: 16px;
  font-family: Euclid Circular A;
  font-size: 22px;
  text-transform: none;
  display: table;
}

/* Fix discrepancy between T2 and T3 subheadline */
div#hero-wrapper #sub-headline-container {
  margin-top: 0;
}

@media screen and (min-width: 1200px) {
  #headline-container {
    width: auto;
  }
}
@media screen and (max-width: 1199px) {
  #headline-container {
    margin-left: 0;
  }
}
@media screen and (max-width: 577px) {
  #headline-container {
    display: inline-block;
  }
  #sub-headline-container {
    margin: 0 214px 0 0;
    margin-top: -8px;
  }
}
/* Fixes background position on hero image to keep it right aligned and never repeating */
#hero-wrapper {
  background-position: right top;
  background-size: cover;
}

#hero-wrapper > .author-section > .author-content > .back-link-hide {
  display: none;
}

#custom-home > .author-section > .author-content > .author-info > .btn-primary {
  display: none;
}

#main-header .search-section {
  min-width: 330px;
}

@media (min-width: 1200px) {
  #headline-container h1 {
    margin-top: 0;
    margin-left: 2140px;
    font-size: 28px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Euclid Circular A-Bold", Arial, sans-serif;
    font-style: normal;
    padding-top: 10px;
  }
  #headline-container {
    background: #8427e2;
    max-width: 280%;
    margin-left: -206%;
    display: block;
    width: auto;
    border-radius: 17px;
    margin-bottom: 10px;
  }
  #sub-headline-container {
    color: #333333;
    background: #ffffff;
    padding: 16px;
    font-family: Euclid Circular A;
    font-size: 22px;
    text-transform: none;
    display: table;
  }
}
@media (max-width: 1199px) {
  #headline-container h1 {
    margin-top: 0;
    margin-left: 0px;
    font-size: 28px;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Euclid Circular A-Bold", Arial, sans-serif;
    font-style: normal;
    padding-top: 10px;
    white-space: pre-wrap;
    /* Webkit */
    white-space: -moz-pre-wrap;
    /* Firefox */
    white-space: -pre-wrap;
    /* Opera <7 */
    white-space: -o-pre-wrap;
    /* Opera 7 */
    word-wrap: break-word;
    /* IE */
  }
  #headline-container {
    background: #8427e2;
    width: 100%;
    margin-left: 0px;
    border-radius: 17px;
    margin-bottom: 10px;
  }
  #sub-headline-container {
    color: #333333;
    background: #ffffff;
    padding: 10px;
    font-family: Euclid Circular A;
    font-size: 16px;
    text-transform: none;
    margin: 0px 0px 0px 0px;
    line-height: 22px;
  }
}
@media screen and (min-width: 577px) {
  #headline-container {
    display: inline-block;
  }
}
/********************************** CUSTOM HEADLINE *******************************/
/********************************** BUTTONS ********************************/
.primary-btn {
  background-color: #ff6374;
  padding: 5px 10px;
  margin: 0;
  color: #ffffff;
  text-align: left;
  box-sizing: border-box;
}
.primary-btn:hover {
  background-color: #ff787b;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.primary-btn:after {
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
}

.primary-cta {
  background-color: transparent;
  padding: 0;
  margin: 10px 0 0 0;
  color: #ff6374;
  text-align: left;
  box-sizing: border-box;
}
.primary-cta:hover {
  background-color: transparent;
  color: #ff787b;
  text-decoration: none;
  cursor: pointer;
}
.primary-cta:after {
  border-right: 4px solid #ff6374;
  border-bottom: 4px solid #ff6374;
}
.primary-cta:hover:after {
  border-right: 4px solid #ff787b;
  border-bottom: 4px solid #ff787b;
}

/*Footer Alert*/
.alert {
  background-color: #33ff80;
  color: #ffffff;
  padding: 20px;
  margin: 0;
  border: none;
  border-radius: 0;
  /*keep close button inside container*/
}
.alert .row {
  position: relative;
}
.alert h6 {
  color: #ffffff;
  font-size: 34px;
  line-height: 36px;
  margin-bottom: 10px;
  text-align: center;
  width: 80%;
}
.alert p {
  color: #ffffff;
  font-family: Euclid Circular A;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin: 10px 0;
}
.alert a {
  width: 100%;
  background-color: transparent;
  padding: 0;
  margin: 10px 0 0 0;
  color: #ffffff;
  text-align: center;
  box-sizing: border-box;
}
.alert a:hover {
  background-color: transparent;
  color: #f2f2f3;
  text-decoration: none;
  cursor: pointer;
}
.alert a:after {
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
}
.alert a:hover:after {
  border-right: 4px solid #f2f2f3;
  border-bottom: 4px solid #f2f2f3;
}
.alert .close {
  width: 35px;
  height: 35px;
  padding: 0;
  border-radius: 35px;
  font-size: 35px;
  line-height: 0;
  background: #ffffff;
  color: #000000;
  opacity: 1;
  /*keep x icon centered*/
}
.alert .close span {
  display: block;
  height: 8px;
}

/********************************** BUTTONS ********************************/
/********************************** GRID FRAMEWORK ********************************/
.row.display-flex-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.tiles-container {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  grid-auto-rows: 250px;
  grid-auto-flow: dense;
}

.grid-block {
  display: flex;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
}

.tile-1x2 {
  grid-column: span 2;
}

.grid-item:first-of-type,
.tile-2x2 {
  grid-column: span 2;
  grid-row: span 2;
}

@media (max-width: 767px) {
  .tile-1x1,
  .tile-1x2,
  .tile- {
    grid-column: span 2;
    grid-row: span 1;
  }
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex .col-md-4,
.row.display-flex .col-md-6 {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}

.posts-grid {
  margin-bottom: 30px;
  align-items: unset;
}
.posts-grid .thumbnail {
  height: 100%;
  padding: 0;
  display: flex;
  flex-direction: column;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  line-height: 1.42857143;
  background-color: #ffffff;
}
.posts-grid .thumbnail img {
  width: 100%;
  max-height: 200px;
}
.posts-grid .thumbnail h5 {
  margin: 0;
  font-family: Euclid Circular A;
  font-size: 22px;
  color: #333333;
  text-align: left;
  padding: 10px;
  line-height: 34px;
  padding: 0 10px 50px 10px;
  /*For separation between cta at bottom of card*/
}
.posts-grid .thumbnail p {
  padding: 10px;
  margin-bottom: 0;
  font-family: Euclid Circular A;
  color: #333333;
  font-size: 16px;
}
.posts-grid .thumbnail p a:first-of-type {
  color: #333333;
}
.posts-grid .thumbnail p a:first-of-type:hover {
  color: #707070;
}
.posts-grid .thumbnail .primary-cta:last-of-type {
  padding: 0px 0px 10px 10px;
  position: absolute;
  bottom: 5px;
}

/********************************** GRID FRAMEWORK ********************************/
/********************************** FLIP CARD ********************************/
.card-container {
  display: grid;
}

.grid-card {
  display: grid;
  grid-template: 1fr/1fr;
  grid-template-areas: "frontAndBack";
  margin-bottom: 30px;
}

.card-flip {
  display: grid;
  grid-template: 1fr/1fr;
  grid-template-areas: "frontAndBack";
  transform-style: preserve-3d;
  transition: all 0s ease;
}
.card-flip:hover {
  transition: 0.5s ease;
}

.grid-card div {
  backface-visibility: hidden;
  border-radius: 0;
  border: none;
}

.card-flip div {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-radius: 0;
  border: none;
}

.card-block {
  padding: 10px 10px 0px 10px;
  flex-grow: 1;
}

.card-header {
  padding: 15px 5px;
  border-bottom: none;
  font-family: Euclid Circular A;
  font-size: 16px;
  line-height: 20px;
  display: flex;
}
.card-header:first-child {
  border-radius: 0;
}

.swiper-slide .carousel-list {
  margin-right: 15px;
}

@media screen and (max-width: 991px) {
  .swiper-slide .carousel-list {
    margin-right: -5px;
    margin-left: -5px;
  }
}
.card-gutters .card-container .front {
  grid-area: frontAndBack;
  min-height: 450px;
  height: 100%;
  /*max-width: 380px;*/
}
.card-gutters .card-container .front img {
  border-radius: 25px;
}
.card-gutters .card-container .front .card-header {
  background: none;
}
.card-gutters .card-container .front .card-header a {
  margin: 0 10px 10px 0;
}
.card-gutters .card-container .front .btn-primary {
  width: 136px;
}
.card-gutters .card-container .front .card-block {
  margin-top: auto !important;
}

.back {
  grid-area: frontAndBack;
  transform: rotateY(-180deg);
  background-color: #ffaa35;
  color: #ffffff;
}
.back p,
.back h5 {
  color: #ffffff;
}
.back .card-header {
  background-color: #ffaa35;
  border-bottom: 1px solid #ffffff;
}
.back .card-header a {
  color: #ffffff;
}
.back .card-header a:hover {
  color: #f2f2f3;
}
.back .card-block a {
  position: absolute;
  bottom: 15px;
  background-color: transparent;
  padding: 0;
  margin: 10px 0 0 0;
  color: #ffffff;
  text-align: left;
  box-sizing: border-box;
}
.back .card-block a:hover {
  background-color: transparent;
  color: #f2f2f3;
  text-decoration: none;
  cursor: pointer;
}
.back .card-block a:after {
  border-right: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
}
.back .card-block a:hover:after {
  border-right: 4px solid #f2f2f3;
  border-bottom: 4px solid #f2f2f3;
}

.card-container:hover .card-flip {
  transform: rotateY(180deg);
}

/* IE11 PREFIXES */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .card-container:hover .card-flip {
    transform: none;
  }
  .back {
    display: none;
  }
  .card img {
    width: 100%;
    flex: 0 0 auto;
  }
}
/* IE11 PREFIXES */
/********************************** FLIP CARD ********************************/
/********************************** PAGINATION ********************************/
#pagination-container {
  margin: 15px 0;
}

.pagination > li {
  background: none;
  padding-left: 0;
  display: inherit;
}
.pagination > li.active > a {
  color: #ffffff;
  background: #ff6374;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ff6374;
  border-bottom: 1px solid #ff6374;
}
.pagination > li a {
  background: #ffffff;
  padding: 8px;
  font-family: Euclid Circular A, Arial, Helvetica, "Microsoft Yahei", "微软雅黑", SimSun, "宋体", STXihei, "华文细黑", sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: #666666;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  min-width: 30px;
  text-align: center;
  height: 31px;
  line-height: 15px;
}
.pagination > li a:hover {
  background: #ff787b;
  color: #ffffff;
  border-left: 1px solid #ccc;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  text-decoration: none;
}
.pagination > li a span.next {
  background-position: -8px 0;
}
.pagination > li a span.next,
.pagination > li a span.prev {
  width: 8px;
}
.pagination > li a span.first,
.pagination > li a span.last {
  width: 13px;
}
.pagination > li a span.next,
.pagination > li a span.prev,
.pagination > li a span.first,
.pagination > li a span.last {
  background-image: url("../images/navigation-arrows.png");
  height: 11px;
  background-repeat: no-repeat;
  display: inline-block;
}
.pagination > li a span.first {
  background-position: -16px 0;
}
.pagination > li a span.last {
  background-position: -29px 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
  border-right: 1px solid #ccc;
}

/********************************** PAGINATION ********************************/
/********************************** FOOTER ********************************/
footer {
  background: #360065;
  color: #ffffff;
}
footer a {
  color: #ffffff;
  display: inline-block;
  border-radius: 2px;
  font-family: Euclid Circular A;
  font-size: 12px;
  text-decoration: none;
}
footer a:hover {
  color: #ffffff;
}
footer .list {
  font-size: 24px;
  font-family: "Euclid Circular A-semibold", Arial, sans-serif;
  color: #ffffff;
}
@media (min-width: 767px) {
  footer .social-follow {
    text-align: right;
  }
}
footer .social-follow a {
  background-color: transparent;
  padding: 0;
}
footer ul {
  margin: 15px 0 0;
  padding: 0;
}
footer ul#menu-footer-column-one, footer ul#menu-footer-column-two, footer ul#menu-footer-column-3, footer ul#menu-footer-column-4 {
  display: grid;
}
footer ul li {
  list-style-type: none;
  margin: 8px 6px;
}
@media (min-width: 767px) {
  footer ul li {
    display: inline;
  }
}

@media (max-width: 767px) {
  #menu-footer-follow-links li {
    float: left;
  }
}
#menu-footer-follow-links li a div {
  height: 24px;
  width: 24px;
  background-repeat: no-repeat;
  background-size: cover;
}

.social-followsocial-linkedin {
  background-image: url("../images/social/linkedinicon.svg");
}

.social-followsocial-twitter {
  background-image: url("../images/social/twittericon.svg");
}

.social-followsocial-facebook {
  background-image: url("../images/social/facebookicon.svg");
}

.social-followsocial-instagram {
  background-image: url("../images/social/instagramicon.svg");
}

.social-follow-links div {
  display: inline-block;
}

/********************************** FOOTER *******************************

/********************************** AUTHORS/CATEGORIES ********************************/
.authors-list > div {
  margin-bottom: 1rem;
}
.authors-list .list-item {
  background-color: #ffffff;
  /*Offset the padding right on columns to tighten up profile picture to text on right*/
  /*Space out text from box on mobile*/
}
.authors-list .list-item .col-sm-8 {
  margin-left: -15px;
}
@media (max-width: 767px) {
  .authors-list .list-item .col-sm-8 {
    margin-left: 15px;
  }
}
.authors-list .list-item h3 {
  padding-top: 10px;
  padding-bottom: 5px;
  margin-bottom: 0;
}
.authors-list .list-item .jobtitle {
  font-style: italic;
  margin-bottom: 0.3rem;
  font-size: 14px;
  flex-grow: 1;
}
.authors-list .list-item .author-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
}
.authors-list .list-item .author-description {
  font-size: 14px;
  line-height: 1.4;
  padding-right: 10px;
  min-height: 60px;
}
.authors-list .list-item .author-social {
  margin-bottom: 0;
  padding-right: 10px;
}
.authors-list .list-item .author-social a {
  margin-left: 5px;
  color: #707070;
}
.authors-list .list-item .author-social a:hover {
  color: #333333;
}
.authors-list .list-item .primary-cta {
  font-size: 18px;
  margin: 0;
  padding-bottom: 10px;
}

.social-share-links a {
  font-size: 26px;
  color: #707070;
}
.social-share-links a:hover {
  color: #333333;
}

#author-heading:after,
#category-description:after {
  content: "";
  display: block;
  border-bottom: 2px solid linear-gradient(0deg, #8522e3 0%, #73caf8 0%);
  width: 100%;
}

#author-heading:after {
  margin: 0 15px;
}

.author-posts,
.category-posts {
  margin: 20px 0;
  font-size: 14px;
}
.author-posts:not(:last-child):after,
.category-posts:not(:last-child):after {
  content: "";
  display: block;
  width: 100%;
}
.author-posts .title,
.category-posts .title {
  color: linear-gradient(0deg, #8522e3 0%, #73caf8 0%);
  font-size: 26px;
  margin: 15px 0;
}
.author-posts .title:hover,
.category-posts .title:hover {
  color: #8427e2;
  cursor: pointer;
}
.author-posts section,
.category-posts section {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .author-posts p,
  .category-posts p {
    margin-top: 1rem;
  }
}

/*Remove margin from search results on topics pages*/
.search-results .author-posts:first-of-type {
  margin-top: 0;
}

/********************************** AUTHORS/CATEGORIES ********************************/
/********************************** FILTERS & SIDEBARS *******************************/
#filters {
  background-color: #f2f2f3;
  padding-top: 20px;
  border-top: 5px solid #ff6374;
}

.homepage-sidebar {
  margin-left: 5px;
}
.homepage-sidebar .widgettitle,
.homepage-sidebar label {
  display: none;
}
@media (max-width: 576px) {
  .homepage-sidebar {
    width: 95%;
    margin: 0 10px;
  }
  .homepage-sidebar select {
    width: 100%;
    margin: 0;
  }
}

.homepage-featured {
  background-color: #f2f2f3;
}

@media (min-width: 767px) {
  #modalSubscribe .modal-dialog {
    width: 850px;
  }
}
/*Rows for Subscription Category Widget*/
.stc-categories-checkboxes {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}

#archives-dropdown-2 {
  margin-left: 0;
  margin-top: 15px;
}

option {
  background: #ffffff;
  color: #333333;
}

/********************************** FILTERS & SIDEBARS *******************************/
.scrollbar {
  background-color: #f5f5f5;
  float: left;
  height: 300px;
  margin-bottom: 25px;
  margin-left: 22px;
  margin-top: 40px;
  width: 65px;
  overflow-y: scroll;
}

.force-overflow {
  min-height: 450px;
}

.border-top-primary {
  border-top: 5px solid #ff6374;
}

/********************************** HOME/FILTER SEARCH *******************************/
/* Nav Search */
#main-search-wrap {
  position: relative;
}
#main-search-wrap .form-group {
  margin-bottom: 0;
}
#main-search-wrap .fa-search {
  position: absolute;
  right: 5px;
  top: 8px;
  font-size: 22px;
  color: #333333;
}

/* Filter Search */
.custom-search {
  margin-right: 10px;
}
@media (min-width: 767px) {
  .custom-search {
    float: right;
  }
}
@media (max-width: 576px) {
  .custom-search {
    margin: 15px 0 10px 10px;
    width: 95%;
    text-align: center;
    position: relative;
  }
  .custom-search input[type=text] {
    width: 100%;
  }
  .custom-search input[type=submit] {
    display: none;
  }
  .custom-search .fa-search {
    font-size: 16px;
    color: #333333;
  }
}
.custom-search label {
  display: none;
}
.custom-search input[type=text] {
  border-radius: 3px;
  border: 1px solid #707070;
}
.custom-search input[type=submit] {
  border-radius: 3px;
  border: 0;
  font-family: "Euclid Circular A-Bold", Arial, sans-serif;
  color: #ffffff;
  background: #c6c6c6;
  padding: 3px 5px;
  cursor: pointer;
}
.custom-search input[type=submit]:hover {
  background: #ff787b;
}

/********************************** HOME/FILTER SEARCH *******************************/
/********************************** SUBSCRIPTIONS *******************************/
.cat_show_image {
  padding: 0;
}
.cat_show_image li {
  display: inline-block;
  background-image: none;
  background-color: #f2f2f3;
  color: #707070;
  list-style-type: none;
  margin: 5px;
  padding: 5px;
  border-radius: 17px;
}
.cat_show_image li:hover {
  background-color: #707070;
  color: #f2f2f3;
}
.cat_show_image li:hover a {
  color: #f2f2f3;
}
.cat_show_image li a {
  color: #707070;
  font-family: Euclid Circular A;
  font-size: 14px;
  line-height: 14px;
}

/********************************** SUBSCRIPTIONS *******************************/
/********************************** FEATURED POSTS BOTTOM *******************************/
#recent-posts {
  background-color: #979797;
  padding: 40px 0;
}
#recent-posts h6 {
  font-family: Euclid Circular A;
  color: #ffffff;
  font-size: 40px;
}

/********************************** FEATURED POSTS BOTTOM *******************************/
/********************************** SIDEBAR MAIN *******************************/
#sidebar-main .widget:not(:last-child) {
  border-bottom: 1px solid #707070;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#sidebar-main .author img {
  max-width: 100%;
  height: auto;
  width: 100px;
  float: left;
  margin-right: 15px;
}
#sidebar-main .author .bio {
  padding-top: 10px;
}
#sidebar-main .author-social-list a {
  color: #707070;
  font-size: 24px;
  margin-right: 10px;
}
#sidebar-main .author-social-list a:hover {
  color: #333333;
}
#sidebar-main ul {
  padding: 0;
}
#sidebar-main ul li {
  display: inline-block;
  background-image: none;
  background-color: #ffffff;
  color: #707070;
  list-style-type: none;
  margin: 5px 5px 5px 0;
  padding: 5px;
  border-radius: 17px;
}
#sidebar-main ul li:hover {
  background-color: #707070;
  color: #ffffff;
}
#sidebar-main ul li:hover a {
  color: #ffffff;
}
#sidebar-main ul li a {
  font-family: Euclid Circular A;
  color: #707070;
  font-size: 14px;
  line-height: 14px;
}
#sidebar-main .widget_categories {
  margin-top: 15px;
}
#sidebar-main .widgettitle {
  font-family: Euclid Circular A;
  font-color: #333333;
  font-size: 28px;
}

/********************************** SIDEBAR MAIN ******************************/
/********************************** COMMENTS ******************************/
.comment-respond {
  background: #ffffff;
  border-top: dashed 1px #333333;
  padding: 20px;
  margin-bottom: 30px;
}
.comment-respond h3 {
  display: inline-block;
  background: #ffaa35;
  color: #ffffff;
  font-family: Euclid Circular A;
  text-transform: uppercase;
  padding: 10px;
}
.comment-respond label {
  display: block;
}
.comment-respond .form-submit input {
  background-image: url(https://info.ifsworld.com/rs/782-QCG-656/images/rightarrow.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 8px 32px 7px 10px;
}

#comment-reply-container {
  background: #ffffff;
  border-top: dashed 1px #333333;
  padding: 20px;
  margin-bottom: 30px;
}
#comment-reply-container #comments {
  margin-top: 15px;
  display: inline-block;
  background: #ffaa35;
  color: #ffffff;
  font-family: Euclid Circular A;
  text-transform: uppercase;
  padding: 10px;
}
#comment-reply-container #comment-nav {
  display: none;
}
#comment-reply-container .commentlist {
  padding-left: 15px;
}

/********************************** COMMENTS ******************************/
body.page-template-custom-home-page .breadcrumb-section {
  display: none !important;
}

body.page-template-custom-home-page,
body.page-template-blog-post-page,
body.error404,
body.search-results,
body.tag,
body.author,
body.category {
  background-color: #ffffff;
}

.btn-base, .btn-solid-purple, .btn-outline, .btn-primary {
  font: 1em "EuclidCircularA-Bold", Arial, sans-serif;
  padding: 10px 25px;
  border-radius: 26px;
  display: inline-block;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  z-index: 0;
  transition: all 0.2s ease-in-out;
  border: none;
  text-align: center;
  line-height: 24px;
}

.btn-primary {
  background: #33ff80;
  color: #1e1e1e;
  font-family: "Euclid Circular A-semibold", Arial, sans-serif;
}
.btn-primary::before, .btn-primary::after {
  content: "";
  position: absolute;
  border-radius: 26px;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}
.btn-primary::before {
  inset: 0;
  opacity: 0;
  background: linear-gradient(0deg, #72c9f8 0%, #33ff94 110%);
}
.btn-primary::after {
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  background: #33ff80;
}
.btn-primary:hover, .btn-primary:focus {
  color: black;
}
.btn-primary:hover::before, .btn-primary:focus::before {
  opacity: 1;
}
.btn-primary:hover::after {
  background: linear-gradient(0deg, #72c9f8 0%, #33ff94 110%);
}
.btn-primary.minimise {
  padding: 10px 25px;
}

.btn-outline {
  background-color: transparent;
  background: linear-gradient(0deg, #8522e3 0%, #73caf8 0%);
  color: #1e1e1e;
  font-family: "Euclid Circular A-semibold", Arial, sans-serif;
}
.btn-outline::before, .btn-outline::after {
  content: "";
  position: absolute;
  border-radius: 26px;
  z-index: -1;
  transition: all 0.2s ease-in-out;
}
.btn-outline::before {
  inset: 0;
  opacity: 0;
  background: linear-gradient(0deg, #72c9f8 0%, #33ff94 110%);
}
.btn-outline::after {
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  background: #fff;
}
.btn-outline:hover, .btn-outline:focus {
  color: black;
}
.btn-outline:hover::before, .btn-outline:focus::before {
  opacity: 1;
}
.btn-outline::before {
  background: linear-gradient(0deg, #8522e3 10%, #73caf8 90%);
}
.btn-outline:hover, .btn-outline:focus {
  color: #8522e3;
}

.btn-solid-purple {
  background: #360065;
  color: #fff;
}

#custom-home .container-blog {
  width: 1280px;
}
#custom-home .custom-search {
  width: 100%;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  #custom-home .custom-search form {
    width: 100%;
  }
  #custom-home .custom-search .custom-search-input {
    width: 66%;
  }
}
@media screen and (max-width: 768px) {
  #custom-home .custom-search .custom-search-input {
    width: 100%;
  }
  #custom-home .custom-search .search-input-wrapper {
    flex-direction: column;
  }
}
#custom-home .custom-search .search-input-wrapper {
  width: 100%;
}
#custom-home .custom-search .searchform .search-section {
  width: 100%;
  height: 44px;
  gap: 10px;
  padding: 10px 24px 10px 24px;
  border-radius: 26px;
  border-width: 1px;
}
#custom-home .custom-search .searchform input.search-section::placeholder {
  color: #000;
}
#custom-home .hero-section-wrapper {
  background-image: url("../images/Hero-section-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
#custom-home .hero-section-wrapper .hero-info {
  padding: 90px;
  padding-right: 30px;
  padding-left: 0px;
}
#custom-home .hero-section-wrapper .hero-info .hero-heading {
  font-family: "Euclid Circular A-semibold", Arial, sans-serif;
  font-size: 48px;
  /*line-height: 100%;*/
  letter-spacing: 0px;
  vertical-align: bottom;
  color: #360065;
}
#custom-home .hero-section-wrapper .hero-info .hero-description {
  font-family: "Euclid Circular A-Light", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
}
#custom-home .hero-section-wrapper .hero-img-wrapper {
  min-width: 50vw;
  height: 100%;
}
#custom-home .hero-section-wrapper .hero-img-wrapper img {
  height: inherit;
  object-fit: cover;
}
#custom-home .hero-section-wrapper .hero-image .video-wrapper {
  position: relative;
  height: 100%;
  min-height: 323px;
  min-width: 50vw;
}
#custom-home .hero-section-wrapper .hero-image .video-wrapper video {
  object-fit: fill;
  width: 100%;
  position: absolute;
  top: 0px;
  bottom: 0px;
  height: 100%;
  right: 3px;
  left: 0px;
}

@media (min-width: 769px) {
  #custom-home .hero-section-wrapper .hero-img-wrapper img {
    height: 560px;
  }
}

.carousel-wrapper {
  background: url("../images/Hero-section-bg.jpg") center/cover no-repeat;
  padding: 19px 0;
}
.carousel-wrapper .carousel-heading {
  font-family: "Euclid Circular A-Medium", Arial, sans-serif;
  font-size: 32px;
  line-height: 1;
}
.carousel-wrapper p {
  font-family: "Euclid Circular A-Light", Arial, sans-serif;
}
.carousel-wrapper .author-time {
  font-family: "Euclid Circular A-Light", Arial, sans-serif;
}
.carousel-wrapper .author-link {
  display: flex;
  align-items: center;
  gap: 30px;
}
.carousel-wrapper .author-link .avatar-wrapper {
  margin: 0 !important;
}
.carousel-wrapper .author-link .avatar-wrapper .avatar {
  border-radius: 25px;
}
.carousel-wrapper .author-link .avatar-wrapper .author-name a {
  font-size: 14px;
  color: #232323;
}
.carousel-wrapper .carousel-controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 30px;
}
.carousel-wrapper .carousel-controls .carousel-pagination {
  display: flex;
  align-items: center;
  column-gap: 35px;
}
.carousel-wrapper .carousel-controls .carousel-pagination .btn-circle {
  width: 50px;
  height: 50px;
  border: 1px solid #73caf8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel-wrapper .carousel-controls .carousel-pagination .btn-circle:hover {
  border-color: #73caf8;
}
.carousel-wrapper .carousel-controls .carousel-pagination .btn-circle svg {
  stroke: #8522e3;
}
.carousel-wrapper .carousel-controls .carousel-pagination .page-indicator {
  font-size: 16px;
  font-family: "Euclid Circular A-Bold", Arial, sans-serif;
}

.badge, .badge-close, .badge-more, .badge-default, .badge-featured {
  font-family: "Euclid Circular A-semibold", Arial, sans-serif;
  font-size: 12px;
  padding: 1px 6px;
  border-radius: 25px;
  line-height: 18px;
  text-align: center;
  color: #232323;
  height: 20px;
  max-width: 80px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.badge-featured {
  background-color: #ff8055;
  width: 64px;
}
.badge-default {
  background-color: #72c9f8;
}
.badge-more {
  color: #232323;
  cursor: pointer;
  background-color: #72c9f8;
  display: inline-block;
}
.badge-close {
  display: none;
  background: none;
  border: none;
}
.badge-close .bi-x {
  font-size: 20px;
  position: absolute;
  right: -3px;
  top: 0;
  padding: 6px;
  color: #8427E2;
  cursor: pointer;
}

.extra-tags {
  display: none;
}
.extra-tags.show {
  display: inline;
}

.show-x .badge-close {
  display: inline-block;
}
.show-x .badge-more {
  display: none;
}

.card-gutters {
  /* gap: 20px;
  width: fit-content;*/
}
.card-gutters .card-container {
  /* width: fit-content;*/
}
.card-gutters .card-container .featured-card .card {
  padding: 10px;
}
.card-gutters .card-container .featured-card .badge-default,
.card-gutters .card-container .featured-card .badge-more {
  background-color: #E9E9E9;
}
.card-gutters .card-container .common-card .card {
  padding-bottom: 10px;
}
.card-gutters .card-container .card {
  border-radius: 25px;
}
.card-gutters .card-container .card .card-header {
  gap: 10px;
  padding: 20px 0;
}
.card-gutters .card-container .card .card-header a {
  margin: 0;
}
.card-gutters .card-container .card .card-block {
  padding: 0px;
}
.card-gutters .card-container .card .card-block .card-title {
  font-family: "Euclid Circular A-Medium", Arial, sans-serif;
  font-size: 24px;
  line-height: 30px;
}
.card-gutters .card-container .common-card .card.front {
  border-radius: 25px;
  /* min-width: 350px;
  max-width: 350px;*/
}
.card-gutters .card-container .featured-card .card.front {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
  /* min-width: 350px;
  max-width: 350px;*/
}
.card-gutters .card-container .featured-card .card.front::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(54, 0, 101, 0.7);
  z-index: 1;
}
.card-gutters .card-container .featured-card .card.front .card-title {
  color: #ffffff !important;
}
.card-gutters .card-container .featured-card .card.front .card-header.active-header,
.card-gutters .card-container .featured-card .card.front .carousel-badge.active-header {
  margin: 0% 0px 0px 10px;
  position: absolute;
  z-index: 99;
}
.card-gutters .card-container .featured-card .card.front .card-header-section {
  position: relative;
  min-height: 60px;
  width: 100%;
  margin-top: 50%;
}
.card-gutters .card-container .featured-card .card.front img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  /* Makes image fill the card while maintaining aspect ratio */
  z-index: 1;
}
.card-gutters .card-container .featured-card .card.front .img-fluid {
  border-radius: 0 !important;
}
.card-gutters .card-container .featured-card .card-header,
.card-gutters .card-container .featured-card .card-block,
.card-gutters .card-container .featured-card .btn-primary {
  position: relative;
  z-index: 2;
}

#pagination-container .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 13px;
}
#pagination-container .pagination li,
#pagination-container .pagination span {
  text-decoration: none;
  font-size: 1rem;
  font-family: "Euclid Circular A-Bold", Arial, sans-serif;
  color: #333;
}
#pagination-container .pagination .prev-page span {
  font-size: 16px;
  color: #8427e2;
  font-family: "Euclid Circular A-Light", Arial, sans-serif;
  font-family: Euclid Circular A, Arial, sans-serif;
}
#pagination-container .pagination li a {
  text-decoration: none;
  border: none;
  padding: 8px 8px 10px;
  color: #232323;
  font-family: "Euclid Circular A-semibold", Arial, sans-serif;
  border: 1px solid transparent;
  border-radius: 8px;
}
#pagination-container .pagination li a:hover {
  border: 1px solid #FF6374;
  background: none;
  border-radius: 8px;
}
#pagination-container .pagination li a:focus {
  background-color: transparent;
  box-shadow: none;
}
#pagination-container .pagination li span {
  text-decoration: none;
  border: none;
  color: black;
  border-radius: 10px;
}
#pagination-container .pagination .next-page span,
#pagination-container .pagination .prev-page span {
  font-size: 16px;
  color: #8427e2;
  font-family: "Euclid Circular A-Light", Arial, sans-serif;
}
#pagination-container .pagination .active a {
  border: 1px solid #FF6374;
  background: none;
  border-radius: 8px;
}
#pagination-container .pagination .prev-page a,
#pagination-container .pagination .next-page a {
  border: 1px solid transparent !important;
}

@media (max-width: 767px) {
  .pagination .hide-on-mobile {
    display: none !important;
  }
}
.single-hero-wrapper {
  padding: 0;
}

.no-height {
  height: 0px;
  position: relative;
}
.no-height .back-link {
  position: absolute;
  top: 0;
  left: 13px;
  color: #232323;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.no-height .back-link .circle-button-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  flex-shrink: 0;
}
.no-height .back-link .arrow-left {
  width: 8px;
  height: 8px;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  transform: rotate(45deg);
  /* makes it look like < */
  margin-left: 2px;
}

.single-hero-section .blog-share-icons svg path {
  fill: #fff;
}

.blog-post-hero {
  background-color: #d6e3eb;
}
.blog-post-hero .single-hero-section {
  position: relative;
  padding: 20px 0;
  background-color: #000;
}
.blog-post-hero .single-hero-section .hero-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.4;
  z-index: 0;
}
.blog-post-hero .single-hero-section .single-hero-container {
  width: 60%;
  padding: 5em 0 10em;
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.blog-post-hero .single-hero-section .single-hero-container .back-link {
  position: absolute;
  top: 0;
  left: -100px;
  color: #232323;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.blog-post-hero .single-hero-section .single-hero-container .back-link .circle-button-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  flex-shrink: 0;
}
.blog-post-hero .single-hero-section .single-hero-container .back-link .arrow-left {
  width: 8px;
  height: 8px;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  transform: rotate(45deg);
  /* makes it look like < */
  margin-left: 2px;
}
.blog-post-hero .single-hero-section .single-hero-container .hero-title {
  font-family: "Euclid Circular A-semibold", Arial, sans-serif;
  font-size: 48px;
  line-height: 100%;
}
.blog-post-hero .single-hero-section .single-hero-container .hero-excerpt {
  font-family: "Euclid Circular A-semibold", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.blog-post-hero .single-hero-section .single-hero-container .single-hero-social {
  align-items: end;
}
.blog-post-hero .single-hero-section .single-hero-container .single-hero-social .social-share-links {
  gap: 15px;
}

.blog-share-icons svg {
  width: 25px;
  height: 25px;
}

.author-card-wrapper .badge-default,
.author-card-wrapper .badge-more {
  background-color: #E9E9E9;
}

.post-header {
  width: 60%;
  padding: 50px 0 80px 0;
}
.post-header .post-author-info {
  align-items: flex-start;
  height: auto;
  gap: 20px;
}
.post-header .post-author-info .author-avatar img {
  border-radius: 25px;
  width: 50px;
  height: 50px;
}
.post-header .post-author-info .author-details {
  font-size: 14px;
  font-family: "Euclid Circular A-semibold", Arial, sans-serif;
  margin-bottom: 0;
}
.post-header .post-author-info .author-details a {
  color: #232323;
}
.post-header .post-author-info .author-time-details {
  font-size: 14px;
  font-family: "Euclid Circular A-Light", Arial, sans-serif;
}
.post-header .post-author-info .sub-author-info {
  display: flex;
  gap: 20px;
  border-left: 1px solid #bdbdbd;
  align-items: center;
}
.post-header .post-author-info .sub-author-info .author-avatar-time {
  white-space: nowrap;
  line-height: 1;
  border-right: 1px solid #bdbdbd;
  padding: 0 20px;
  font-size: 16px;
}
.post-header .post-author-info .sub-author-info a.author-avatar-time {
  cursor: default;
  font-family: "Euclid Circular A-Bold", Arial, sans-serif;
  color: var(--bs-body-color);
}
.post-header .post-author-info .sub-author-info .author-card-wrapper {
  position: relative;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.post-header .post-author-info .sub-author-info .author-card-wrapper .card-header {
  width: 100%;
  padding: 10px;
  border-left: 1px solid #bdbdbd;
  position: absolute;
  top: -10px;
  left: 0;
  display: contents;
  background: transparent;
}
.post-header .post-author-info .sub-author-info .author-card-wrapper .card-header a {
  margin: 0;
  color: #000;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 118px;
  text-decoration: none;
  vertical-align: middle;
}
.post-header .post-author-info .sub-author-info .author-card-wrapper .card-header.active-header {
  display: table;
  min-width: 300px;
  margin: 0;
}
.post-header .post-author-info .sub-author-info .author-card-wrapper .card-header.active-header a {
  margin: 0 5px 5px 5px !important;
}
.post-header .post-content p a {
  color: #8522e3;
  border-bottom: 2px solid #8522e3;
  font-size: 16px;
  font-family: "Euclid Circular A-semibold", Arial, sans-serif;
}
.post-header .post-content p img {
  /*width: 100%;*/
  border-radius: 15px;
}
.post-header .post-content video {
  width: 100%;
  border-radius: 15px;
}
.post-header .post-meta {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.post-header .post-meta .social-share-links {
  gap: 24px;
}
.post-header .post-meta .social-share-links p.fw-semibold {
  margin-bottom: 0px;
}
.post-header .post-meta .single-hero-social {
  padding-bottom: 10px;
  padding-top: 10px;
}
.post-header .post-meta .categories-section {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  flex-wrap: wrap;
}
.post-header .post-meta .categories-section p {
  margin-bottom: 0px;
}
.post-header .post-meta .categories-section span {
  margin-top: 3px;
}
.post-header .post-meta .categories-section::before,
.post-header .post-meta .categories-section::after {
  content: "";
  position: absolute;
  width: 50%;
  height: 1px;
  background-color: #E1EBEB;
  left: 0px;
}
.post-header .post-meta .categories-section::before {
  top: 0;
}
.post-header .post-meta .categories-section::after {
  bottom: 0;
}
.post-header .post-meta .categories-section strong,
.post-header .post-meta .tags-section strong {
  font-family: "Euclid Circular A-semibold", Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: bottom;
}
.post-header .post-meta .tags-section {
  display: flex;
  flex-direction: row;
  gap: 10px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  flex-wrap: wrap;
}
.post-header .post-meta .tags-section p {
  margin-bottom: 0px;
}
.post-header .post-meta .tags-section a {
  color: #8522e3;
  border-bottom: 2px solid #8522e3;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
}

/* Author Section Styling */
.author-section {
  background-color: #d9e0e4;
}
.author-section .author-content {
  display: flex;
  align-items: center;
  padding: 50px 15px 50px 15px;
  gap: 60px;
  position: relative;
}
.author-section .author-content .back-link {
  position: absolute;
  top: 15px;
  left: 12px;
  color: #232323;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}
.author-section .author-content .back-link .circle-button-icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid black;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  flex-shrink: 0;
}
.author-section .author-content .back-link .arrow-left {
  width: 8px;
  height: 8px;
  border-left: 2px solid black;
  border-bottom: 2px solid black;
  transform: rotate(45deg);
  /* makes it look like < */
  margin-left: 2px;
}
.author-section .author-content .author-header .author-avatar {
  width: 300px;
  height: 300px;
  border-radius: 150px;
  overflow: hidden;
}
.author-section .author-content .author-header .author-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.author-section .author-content .author-header .author-social-links .blog-share-icons svg {
  width: 24px;
  height: 24px;
}
.author-section .author-content .author-info h2 {
  font-size: 2rem;
  margin: 0;
  color: #232323;
  font-family: "Euclid Circular A-Medium", Arial, sans-serif;
}
.author-section .author-content .author-info .job-title {
  font-size: 24px;
  margin: 0;
  color: #232323;
  font-family: "Euclid Circular A-Medium", Arial, sans-serif;
  margin-top: 5px;
}
.author-section .author-content .author-info .author-bio {
  font-size: 1rem;
  line-height: 1.6;
  margin: 20px 0;
  color: #444;
  font-family: "Euclid Circular A-Light", Arial, sans-serif;
}
.author-section .author-content .author-info .author-social-links {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}
.author-section .author-content .author-info .author-social-links a {
  text-decoration: none;
  font-size: 24px;
  color: #6a55d2;
  transition: 0.3s;
}
.author-section .author-content .author-info .author-social-links a:hover {
  color: #4a39a6;
}

.carousel-badge-wrapper {
  height: 37px;
}

#blog-carousel.swiper .card-overlay {
  z-index: 2;
}

.carousel-badge.active-header {
  z-index: 100;
  border-radius: 10px;
  background-color: #ffffff !important;
  position: absolute;
  padding: 8px 18px 8px 8px !important;
  max-width: 350px;
  flex-wrap: wrap;
}
.carousel-badge.active-header .extra-tags {
  display: none;
}
.carousel-badge.active-header .extra-tags.show {
  display: contents;
}

.carousel-overlay {
  background: transparent !important;
}

.card-header-section {
  position: relative;
  min-height: 60px;
  width: 100%;
}

.card-header.active-header {
  width: 79% !important;
  border-radius: 10px;
  margin: 10px 0px 0px 10px;
  background-color: #ffffff !important;
  display: table-cell;
  position: absolute;
  z-index: 11111;
  padding: 8px 20px 8px 8px !important;
}
.card-header.active-header .badge, .card-header.active-header .badge-featured, .card-header.active-header .badge-default, .card-header.active-header .badge-more, .card-header.active-header .badge-close {
  max-width: 100%;
}

.card-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 50;
}
.card-overlay.active {
  display: block;
}

.rounded-top-wrapper {
  position: relative;
  margin-top: -75px;
  border-radius: 20px 20px 0 0;
  background: #ffffff;
  padding: 30px 0px;
}

.related-heading,
.component-heading {
  font-family: "Euclid Circular A-semibold", Arial, sans-serif;
  font-size: 48px;
  letter-spacing: 0px;
  text-align: center;
  color: #232323;
  padding: 5px 0px 10px;
}

.custom-select-wrapper {
  position: relative;
  width: 100%;
}
.custom-select-wrapper:focus-visible {
  outline: none;
}
.custom-select-wrapper .custom-select {
  box-shadow: none;
}

.custom-select {
  width: 100%;
  padding-right: 2rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: transparent;
  background-image: none;
}

.custom-chevron {
  position: absolute;
  top: 53%;
  right: 14px;
  width: 10px;
  height: 10px;
  pointer-events: none;
  transform: translateY(-50%) rotate(45deg);
  border-right: 2px solid #8427E2;
  border-bottom: 2px solid #8427E2;
  transition: transform 0.3s ease;
}

.custom-select.open + .custom-chevron {
  transform: translateY(-50%) rotate(225deg);
  top: 56%;
}

.filter-wrapper .filter-bar {
  display: flex;
  flex-direction: column;
  padding: 0px;
}
.filter-wrapper .filter-bar .filter-item-wrapper {
  display: flex;
  flex: 1;
  width: 100%;
  padding: 25px 0px;
  gap: 15px;
}
.filter-wrapper .filter-bar .filter-item-wrapper > div {
  width: 100%;
  display: block !important;
}
.filter-wrapper .filter-bar .filter-item-wrapper > div .form-select {
  margin: 0;
  border-radius: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #232323;
  background-color: #e9e9e9;
}

@media screen and (max-width: 776px) {
  .hero-section .hero-info {
    padding: 20px 15px !important;
  }
  .hero-section .hero-info .custom-search {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .hero-section .hero-info .custom-search .btn-primary {
    width: 100%;
    color: #fff;
    background: #360065;
  }
  .hero-section .hero-info .custom-search .btn-primary::after {
    top: 1px;
    bottom: 1px;
    left: 1px;
    right: 1px;
    background: #360065;
  }
  .hero-section .hero-info .custom-search .close-toggle {
    display: none;
  }
  .custom-search form {
    width: 100%;
    gap: 10px;
    flex-direction: column;
  }
  .custom-search span {
    display: none !important;
  }
  .custom-search .search-section {
    min-width: auto;
    width: 100%;
  }
  .rounded-top-wrapper {
    margin-top: 0px;
    padding: 20px 16px;
  }
  .rounded-top-wrapper .filter-item-wrapper {
    flex-direction: column;
  }
  .carousel-wrapper .container-fluid h2 {
    font-size: 25px;
    padding: 25px 0 10px 0;
  }
  .carousel-wrapper .container-fluid .carousel-badge {
    margin: 30px 0 30px 0;
  }
  .carousel-wrapper .container-fluid .author-link {
    flex-direction: column;
    align-items: start;
  }
  .blog-post-hero .single-hero-section {
    padding: 30px 25px;
  }
  .blog-post-hero .single-hero-section .single-hero-container {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .blog-post-hero .single-hero-section .single-hero-container .back-link {
    left: 0px;
  }
  .post-header {
    width: 100% !important;
    padding: 30px 25px;
  }
  .post-header .post-author-info {
    flex-direction: column;
    gap: 0;
  }
  .post-header .post-author-info .sub-author-info {
    flex-direction: column;
    align-items: start;
    border-left: none;
  }
  .post-header .post-author-info .sub-author-info .author-avatar-time {
    padding: 0;
  }
  .author-section .author-content {
    flex-direction: column;
    padding: 30px 10px;
  }
}
.blog-share-icons svg {
  width: 24px;
  height: 24px;
}

footer .container {
  min-height: 115px;
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
footer .container #menu-footer-bottom li a {
  font-family: "Euclid Circular A-semibold", Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
}
footer .container .footer-block-ul li a {
  font-family: "Euclid Circular A-semibold", Arial, sans-serif;
  font-size: 12px;
  line-height: 24px;
}

@media screen and (max-width: 776px) {
  footer ul li {
    margin: 25px 15px;
  }
  footer a.ot-sdk-show-settings {
    padding-left: 15px;
  }
  .mob-container .navbar-collapse {
    margin-top: 10px;
    min-height: 88vh;
    padding-bottom: 60px;
  }
  .mob-container .navbar-collapse ul li {
    font-size: 16px;
    font-family: "Euclid Circular A-Bold", Arial, sans-serif;
  }
  .mob-container .mob-search {
    flex-direction: column;
  }
  .mob-container .mob-search .btn-primary,
  .mob-container .mob-search .btn-outline,
  .mob-container .mob-search .btn-solid-purple,
  .mob-container .mob-search .search-section {
    font-family: "Euclid Circular A-semibold", Arial, sans-serif;
    padding: 15px;
    font-size: 16px;
  }
  .mob-container .mob-search .search-wrapper .search-toggle {
    display: none;
  }
  .mob-container .mob-search .search-wrapper .custom-search {
    width: 100%;
    display: flex !important;
    flex-direction: column;
    margin: 0 !important;
    gap: 20px;
  }
  .mob-container .mob-search .search-wrapper .custom-search::before {
    content: "Blog Search:";
    font-family: "Euclid Circular A-Bold", Arial, sans-serif;
    font-size: 16px;
  }
  .mob-container .mob-search .search-wrapper .custom-search #searchform {
    width: 100%;
  }
  .mob-container .mob-search .search-wrapper .custom-search #searchform .screen-reader-text .search-section {
    padding: 15px;
    min-width: auto;
  }
  .mob-container .mob-search .search-wrapper .custom-search .btn-solid-purple {
    width: 100%;
  }
}
@media screen and (max-width: 992px) {
  .mob-container .inner-navbar-expand {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  #menu-top-navigation {
    gap: 0px;
  }
  .mob-search {
    flex-direction: column;
  }
  .mob-search .btn-primary,
  .mob-search .btn-outline,
  .mob-search .btn-solid-purple,
  .mob-search .search-section {
    font-family: "Euclid Circular A-semibold", Arial, sans-serif;
    padding: 15px;
    font-size: 16px;
    width: 100%;
  }
  .mob-search .search-wrapper .search-toggle {
    display: none;
  }
  .mob-search .search-wrapper .custom-search {
    width: 100%;
    display: flex !important;
    flex-direction: column;
    margin: 0 !important;
    gap: 20px;
  }
  .mob-search .search-wrapper .custom-search::before {
    content: "Blog Search:";
    font-family: "Euclid Circular A-Bold", Arial, sans-serif;
    font-size: 16px;
  }
  .mob-search .search-wrapper .custom-search #searchform {
    width: 100%;
  }
  .mob-search .search-wrapper .custom-search #searchform .screen-reader-text .search-section {
    padding: 15px;
    min-width: auto;
  }
  .mob-search .search-wrapper .custom-search .btn-solid-purple {
    width: 100%;
  }
  .custom-search form {
    width: 100%;
    gap: 10px;
    flex-direction: column;
  }
  i#search-close {
    visibility: hidden;
    display: none;
  }
  .card-gutters .card-container .common-card .card.front,
  .card-gutters .card-container .featured-card .card.front {
    min-width: 100%;
    max-width: inherit;
    min-height: inherit;
  }
  .card-gutters .card-container .common-card .card.front .card-title {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 776px) and (max-width: 992px) {
  .blog-post-hero .single-hero-section .single-hero-container {
    padding: 5em 0 2em;
  }
  .card-gutters .card-container .common-card .card.front,
  .card-gutters .card-container .featured-card .card.front {
    min-height: inherit;
  }
  .card-gutters .card-container .featured-card .card.front {
    /*aspect-ratio: 11/11;*/
    min-height: inherit;
  }
  .card-gutters .card-container .common-card .card.front .card-title {
    margin-bottom: 30px;
  }
  .card-gutters .card-container .front img {
    width: 100%;
  }
}
@media screen and (min-width: 990px) and (max-width: 1200px) {
  #menu-top-navigation {
    gap: 4px;
  }
}
@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slideOutToLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-100%);
    opacity: 0;
  }
}
/* Animation keyframes for navbar (hide to right, show from right) */
@keyframes slideOutToRight {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}
@keyframes slideInFromRight {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/* Hides elements properly with width zero */
.navbar-collapse.hide-items .navbar-nav,
.navbar-collapse.hide-items .btn-outline,
.navbar-collapse.hide-items .btn-primary,
.navbar-collapse.hide-items .search-toggle {
  visibility: hidden;
  display: none;
  padding: 0 !important;
  margin: 0 !important;
  pointer-events: none;
}

#main-header .navbar-collapse {
  transition: all 0.8s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#custom-search.active {
  display: flex !important;
  opacity: 1;
  transform: translateX(0);
}

.search-section {
  /* min-width: 330px;*/
  border-radius: 25px !important;
  padding: 9px 20px;
}

#custom-Search {
  width: 0;
  opacity: 0;
  transform: translateX(50%);
  transition: all 0.5s ease;
  display: none;
  flex-grow: 1;
}

.navbar-collapse {
  justify-content: end;
}

.navbar-toggle.active .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggle.active .middle-bar {
  opacity: 0;
}
.navbar-toggle.active .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.search-results .custom-search.d-flex.align-items-center.gap-2.nav-button,
.search-results .hero-description,
.search-no-results .custom-search.d-flex.align-items-center.gap-2.nav-button,
.search-no-results .hero-description {
  visibility: hidden;
  display: none !important;
}

/* Truncate blog title after 4 lines */
.blog-title-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 5.1em;
}

@media (max-width: 767px) {
  .hide-on-mobile {
    display: none;
  }
  .hide-on-desktop {
    display: flex;
  }
}
@media (min-width: 768px) {
  .hide-on-desktop {
    display: none;
  }
}
#scoll-top-blog {
  width: 100%;
  float: left;
  height: 1px;
  margin-top: -69px;
}

/* ARCHIVE PAGE */

body.archive {
	background-color: #fff;
}

.archive-overlay {
	border-radius: 40px 40px 0 0;
	border-top: none;
	padding-top: 10px;
	background-color: #fff;
}

#pagination-container .pagination li {
	list-style: none;
}

/*#pagination-container .pagination li.disabled {
	display: none;
}*/

@media (max-width: 768px) {
	.archive-overlay {
		top: 0;
		margin-bottom: 0;
	}
	
	.archive-overlay .white-container {
		padding-left: 0;
		padding-right: 0
	}	
}