/*!
Theme Name: SOS
Template:	Divi
Author:     SOS IT team
Version:    1.0
*/
/* Common fonts used across site */
/*
* @import url("https://use.typekit.net/nev5fvn.css");
*/
@import url("adobe-font-typekit.css?v=1.0.1");
@import url("https://fonts.googleapis.com/css?family=Nunito|PT+Sans|Lusitana|Norican&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("fonts/font.css");
@import "user-journey.css?v=1.0.2";
@import "recent-news-post.css?v=1.2.0";
/* Bump recent-news-post.css */
/* Common colors - Start */
#et_search_icon:hover,
#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a,
.bottom-nav li.current-menu-item > a,
.comment-reply-link,
.entry-summary p.price ins,
.et-social-icon a:hover,
.et_password_protected_form .et_submit_button,
.footer-widget h4,
.form-submit .et_pb_button,
.mobile_menu_bar:after,
.mobile_menu_bar:before,
.nav-single a,
.posted_in a,
.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  color: #043a5b;
}

.form-submit .et_pb_button:hover,
.et_password_protected_form .et_submit_button:hover {
  background-color: #043a5b;
  color: #e1b93b;
}

/* Common colors - End */

/* Site Typography - Start */

.sos-letter-spacing-text-4 {
  letter-spacing: 4px;
}

.sos-letter-spacing-text-8 {
  letter-spacing: 8px;
}

.sos-whq-tag-text {
  margin-top: 24px;
  font-size: 24px;
  font-family: futura-pt, Futura-Medium, Nunito;
}

.sos-bold-text {
  font-weight: 600;
}

.sos-gold-text {
  color: #968743;
}

h1.sos-gold-text {
  color: #000;
}

.sos-gold-effect-text {
  color: #968743; /*if no support for background-clip*/
  background: -webkit-linear-gradient(transparent, transparent),
    -webkit-linear-gradient(top, rgb(204, 163, 98) 0%, rgb(206, 165, 98) 26%, rgb(
            219,
            177,
            110
          )
          35%, rgb(158, 121, 60) 45%, rgb(141, 107, 53) 61%, rgb(206, 165, 98)
          100%);
  background: -o-linear-gradient(transparent, transparent);
  background-clip: inherit;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

html,
body {
  font-family: "PT Sans", Helvetica, sans-serif;
  font-size: 19px;
  line-height: 27px;
  color: #000;
}

a,
a:visited {
  color: #043a5b;
}

a:hover,
a:active {
  color: #e1b93b;
}

.sos-article-grid h2.entry-title a,
.sos-article-grid h2.entry-title a:visited {
  color: #000000;
}

@media (min-width: 1600px) {
  h1 {
    font-family: adobe-caslon-pro, Caslon, Lusitana;
    font-size: 45px;
    line-height: 55px;
  }

  p {
    font-size: 1em;
    line-height: 1.42em;
  }
}

h2 {
  font-family: futura-pt, Futura-Medium, Nunito;
}

h1 {
  font-family: adobe-caslon-pro, Caslon, Lusitana;
  font-size: 45px;
  line-height: 55px;
}

.txt-xl {
    font-family: adobe-caslon-pro, Caslon, Lusitana;
    font-size: 45px;
    line-height: 1.3em;
}

p {
  font-family: "PT Sans", Helvetica, sans-serif;
  font-size: 1em;
  line-height: 1.42em;
  color: inherit;
}

/* Site Typography - End */

/* Header Menu - Start */

/* Remove Navigation Bar Bottom Shadow */
header#main-header.et-fixed-header,
#main-header {
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

@media (min-width: 981px) {
  #et-top-navigation {
    border-bottom: solid 1px #f2f1f0;
  }
}

@media (max-width: 980px) {
  .et_header_style_left #logo,
  .et_header_style_split #logo {
    max-width: 165px;
  }

  .et_header_style_split #logo {
    max-height: 70%;
  }

  .et_header_style_split #main-header .mobile_nav {
    background-color: transparent;
  }

  .et_header_style_centered .mobile_nav .select_page,
  .et_header_style_split .mobile_nav .select_page {
    display: none;
  }

  .et_header_style_split #et_mobile_nav_menu {
    margin-top: -55px;
  }
}

.et_header_style_split .centered-inline-logo-wrap #logo {
  animation: none;
  display: initial;
  -moz-animation: none;
  -o-animation: none;
  -webkit-animation: none;
}

#top-header .container {
  max-width: none;
  width: 90%;
}

@media (min-width: 1080px) {
  #main-header .container.et_menu_container {
    max-width: none;
  }
}

#top-menu a {
  color: rgba(0, 0, 0, 0.8);
}

#et-secondary-nav .menu-item-has-children > a:first-child:after,
#top-menu .menu-item-has-children > a:first-child:after {
  content: "C";
  right: inherit;
  top: 15%;
  color: #e1b93b;
  font-size: 18px;
}

#et-secondary-nav .menu-item-has-children > a:first-child:hover:after,
#top-menu .menu-item-has-children > a:first-child:hover:after,
#top-menu > li.current-menu-item > a:first-child:after,
#top-menu > li.current-menu-ancestor > a:first-child:after {
  top: 25%;
  color: #ffffff;
}

#et-secondary-nav .menu-item-has-children > a:first-child,
#top-menu .menu-item-has-children > a:first-child {
  padding-right: inherit;
}

#et-secondary-nav li ul.sub-menu {
  background-color: #f2f1f0db;
  border-top: 5px solid #284379;
  padding-top: 0px;
}

.nav li ul,
.nav li ul li {
  background-color: rgba(255, 255, 255, 0.7);
}

#top-menu li a:hover {
  color: #e1b93b;
}

.nav li ul {
  width: 350px;
  padding: 0px 0px 5px 0px;
  box-sizing: border-box;
  border-top: 5px solid #e1b93b;
}

.nav li.left-menu-item ul {
  left: 0;
}

.nav li.right-menu-item ul {
  right: 0;
}

.nav li.right-menu-item ul li {
  text-align: right;
}

#top-menu li ul.sub-menu li {
  width: 350px;
  max-width: 350px;
}

#top-menu li li a {
  width: 300px;
  font-size: 18px;
}

#top-menu li {
  width: 12vw;
  padding: 0px 8px;
  max-width: 200px;
}

#et-secondary-nav li ul,
#top-header {
  background-color: #f2f1f0;
  padding-top: 8px;
}

#et-info,
#et-secondary-menu > ul > li a {
  color: #968743;
  font-size: 18px;
  font-family: adobe-caslon-pro, Caslon, Lusitana;
  line-height: normal;
}

.et_header_style_left #et-top-navigation nav > ul > li > a,
.et_header_style_split #et-top-navigation nav > ul > li > a {
  padding-bottom: 20px;
}

.et_header_style_split #et-top-navigation nav > ul > li > a,
#top-menu li li a {
  font-size: 18px;
  font-family: adobe-caslon-pro, Caslon, Lusitana;
  line-height: normal;
  font-weight: 500;
}

@media (max-width: 1080px) {
  .et_header_style_split #et-top-navigation nav > ul > li > a,
  .et_header_style_split #et-top-navigation .nav li li a {
    font-size: 12px;
  }
}

#et-info,
#et-secondary-menu > ul > li a i.fab {
  font-size: 24px;
  line-height: normal;
}

#et-info,
#et-secondary-menu > ul > li a i.fab.fa-instagram {
  font-size: 28px;
}

#et-secondary-menu > ul > li {
  vertical-align: middle;
}

@media (min-width: 1400px) {
  #et-info,
  #et-secondary-menu > ul > li a {
    font-size: 18px;
  }
  .et_header_style_split #et-top-navigation nav > ul > li > a {
    font-size: 18px;
  }
  #et-info,
  #et-secondary-menu > ul > li a i.fab {
    font-size: 24px;
  }
}

#main-header .container.et_menu_container {
  width: 100%;
}

#logo {
  max-height: 100%;
}
li.centered-inline-logo-wrap {
  width: 200px !important;
  height: 100px !important;
}
li.centered-inline-logo-wrap div.logo_container {
  background-image: url("../../uploads/2018/06/LogoBGDrop.png");
  background-position: center bottom;
  width: 180px;
  height: 100px;
}

@media (min-width: 981px) {
  #top-menu li.centered-inline-logo-wrap {
    position: relative;
  }

  #top-menu .centered-inline-logo-wrap div.logo_container {
    position: absolute;
    top: 22px;
    left: 10px;
  }

  #et-top-navigation,
  .et_header_style_left #et-top-navigation,
  .et_header_style_split #et-top-navigation {
    padding-top: 12px;
  }

  #top-header .container {
    padding-top: 0.3em;
  }

  #et-info,
  #et-secondary-menu > ul > li a {
    padding-bottom: 0.3em;
  }
}

/* Header Menu - End */

/* Footer bar - Start */

#footer-info a {
  font-size: 14px;
  color: #e1b93b;
}

#footer-info {
  color: #fff;
}

/* Footer bar - End */

/* Footer Expanded Menu - Start */

.sos-expanded-footer {
  display: flex;
  justify-content: space-between;
}

.sos-expanded-footer p {
  font-family: futura-pt, Futura-Medium, Nunito;
  font-size: 15px;
  color: #968743;
  line-height: normal;
  font-weight: 500;
}

.sos-expanded-footer h3 {
  font-family: futura-pt, Futura-Medium, Nunito;
  font-size: 15px;
  color: #000;
  line-height: normal;
  font-weight: 500;
}

.sos-expanded-footer a,
.sos-expanded-footer a:hover,
.sos-expanded-footer a:active,
.sos-expanded-footer a:visited {
  text-decoration: none;
  color: #968743;
  line-height: normal;
  font-weight: 500;
}

.sos-expanded-footer a:hover {
  font-weight: 600;
}

/* Footer Expanded Menu - End */

/* FP User Journey - Start */

@media (min-width: 981px) {
  .et_pb_gutters3 .sos-fp-user-journey-wrapper .et_pb_column_1_4,
  .et_pb_gutters3.et_pb_row .sos-fp-user-journey-wrapper .et_pb_column_1_4 {
    width: 23.5%;
  }

  .et_pb_gutters3 .sos-fp-user-journey-wrapper .et_pb_column,
  .et_pb_gutters3.et_pb_row .sos-fp-user-journey-wrapper .et_pb_column {
    margin-right: 2%;
  }
}

.sos-fp-user-journey-item div.et_pb_has_overlay {
  position: relative;
  margin-bottom: 7px;
}

.sos-fp-user-journey-item span.et_overlay {
  background-color: #96874399;
}

.sos-fp-user-journey-item .et_overlay:before {
  color: #ffffff !important;
}

/*
.sos-fp-user-journey-item,
.sos-fp-user-journey-item div
{
    height: 100%;
}
*/

.sos-fp-user-journey-item p {
  padding-bottom: 8px;
}

.sos-fp-user-journey-item img {
  border: none;
  padding-bottom: 0px;
}

.sos-fp-user-journey-item h1 {
  font-family: futura-pt, Futura-Medium, Nunito;
  font-size: 25px !important;
  line-height: 1.2em;
  margin-bottom: 30px;
}

.sos-fp-user-journey-item h2 {
  font-family: futura-pt, Futura-Medium, Nunito;
  font-size: 26px !important;
  line-height: normal;
  margin-bottom: 30px;
}

.sos-fp-user-journey-item .sos-fp-journey-link {
  position: absolute;
  width: 100%;
  bottom: 0;
}

.sos-fp-user-journey-item .sos-fp-journey-link.form-submit button.et_pb_button {
  font-family: futura-pt, Futura-Medium, Nunito;
  width: 80%;
  padding: 8px;
  font-size: 19px;
}

.sos-fp-user-journey-item
  .sos-fp-journey-link.form-submit
  button.et_pb_button:hover {
  background-color: #968743;
  color: #fff;
}

/* FP User Journey - End */

/* Equalize blog heights - Start */

.sos-article-grid .et_pb_salvattore_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sos-article-grid a.more-link,
.sos-article-grid a.more-link:active,
.sos-article-grid a.more-link:hover,
.sos-article-grid a.more-link:visited {
  text-align: right;
  color: #968743;
}

.sos-article-grid article {
  margin-bottom: 20px !important;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.sos-article-grid .post-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.sos-article-grid .column {
  margin-bottom: 20px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Equalize column heights - End */

/* Article Grid - Start */

/* Filter for Article/Video Only Grid - Start */

.sos-article-only-grid article.format-video {
  display: none;
}

.sos-video-only-grid article.format-standard {
  display: none;
}

/* Filter for Article/Video Only Grid - End */

/* Show post content for video articles */

.sos-video-article-grid .et_pb_post {
  min-height: 280px;
}

@media (min-width: 981px) {
  .sos-video-article-grid .et_pb_post {
    min-height: 300px;
  }
}

.sos-video-article-grid .post-content {
  display: none;
}
.video-length {
  position: relative;
  width: 4rem;
  margin-left: auto;
  background-color: #043a5b;
  opacity: 90%;
  padding: 0 8px;
  color: white;
  margin-top: -1.75rem;
  bottom: 0.44rem;
}
h2.video-title {
  margin-top: 1em;
  font-size: 26px;
}
.sos-article-grid.sos-video-article-grid h2.entry-title {
  margin-top: -8px;
}

.bg-gray-1.sos-video-article-grid .post-content {
  background-color: #f2f1f0;
}

/* Home page styling - Start */
.sos-homepage-tagline {
  font-family: futura-pt, Futura-Medium, Nunito;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 2px;
}

.sos-site-title {
  color: #968743;
  background: -webkit-linear-gradient(transparent, transparent),
    -webkit-linear-gradient(top, rgb(204, 163, 98) 0%, rgb(206, 165, 98) 26%, rgb(
            219,
            177,
            110
          )
          35%, rgb(158, 121, 60) 45%, rgb(141, 107, 53) 61%, rgb(206, 165, 98)
          100%);
  background: -o-linear-gradient(transparent, transparent);
  background-clip: inherit;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sos-site-title-decorator {
  width: 100%;
  height: 24px;
  background-image: url("/wp-content/uploads/2019/09/sos-bottom-decorator.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  margin-bottom: 20px;
}

@media (min-width: 600px) {
  .sos-site-title {
    font-size: 58px;
    line-height: 68px;
    margin-top: 20px;
  }

  .sos-homepage-tagline {
    font-family: futura-pt, Futura-Medium, Nunito;
    font-size: 33px;
    font-weight: 400;
    margin-bottom: 54px;
    letter-spacing: 6px;
  }

  .sos-fp-user-journey-wrapper {
    padding-bottom: 54px !important;
  }
}

@media (min-width: 981px) {
  .sos-site-title {
    font-size: 62px;
    line-height: 72px;
    margin-top: 20px;
  }

  .sos-homepage-tagline {
    font-family: futura-pt, Futura-Medium, Nunito;
    font-size: 33px;
    font-weight: 400;
    margin-bottom: 54px;
    letter-spacing: 8px;
  }

  .sos-fp-user-journey-wrapper {
    padding-bottom: 54px !important;
  }
}

/* Home page styling - end */

/* Hide post content for articles not on the homepage */
/* Even hide video content, which must have a featured image */
#sos-front-page-article-grid.sos-article-grid .post-content {
  display: flex;
}
.sos-article-grid .post-content {
  display: flex;
}

/* non-front-page article grid has different color as background,
 * so this adds some padding around the title text
 */
#sos-front-page-article-grid.sos-article-grid .format-standard .entry-title,
.sos-article-grid .format-standard .entry-title {
  padding: 0;
  text-align: start;
  padding-bottom: 10px;
}

.sos-article-grid.sos-front-page-grid .format-standard .entry-title {
  margin-bottom: auto !important;
  margin-top: auto;
}

@media (min-width: 1600px) {
  .sos-article-grid .et_pb_blog_grid h2.entry-title,
  .sos-article-grid.et_pb_blog_grid h2.entry-title {
    font-size: 28px;
  }

  .sos-article-grid .et_pb_blog_grid div.post-content p,
  .sos-article-grid.et_pb_blog_grid div.post-content p {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .sos-article-grid .et_pb_blog_grid h2.entry-title,
  .sos-article-grid.et_pb_blog_grid h2.entry-title {
    font-size: 28px;
  }

  .sos-article-grid .et_pb_blog_grid div.post-content p,
  .sos-article-grid.et_pb_blog_grid div.post-content p {
    font-size: 17px;
  }
}

@media (max-width: 479px) {
  .sos-article-grid .et_pb_blog_grid h2.entry-title,
  .sos-article-grid.et_pb_blog_grid h2.entry-title {
    font-size: 28px;
  }

  .sos-article-grid .et_pb_blog_grid div.post-content p,
  .sos-article-grid.et_pb_blog_grid div.post-content p {
    font-size: 17px;
  }
}

.sos-article-grid .et_pb_post {
  background-color: transparent;
  border: none;
  padding: 0px;
}

#sos-front-page-article-grid .et_pb_post {
  height: auto;
}

.sos-article-grid .et_pb_blog_grid .et_audio_content,
.sos-article-grid .et_pb_blog_grid .et_main_video_container,
.sos-article-grid .et_pb_blog_grid .et_pb_post .et_pb_slider,
.sos-article-grid .et_pb_image_container {
  margin: 0px;
  padding: 0px;
}

.sos-article-grid .et_pb_blog_grid h2.entry-title,
.sos-article-grid.et_pb_blog_grid h2.entry-title {
  font-family: adobe-caslon-pro, Caslon, Lusitana;
  color: #333333;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 18px;
}

.sos-article-grid h2.entry-title:hover {
  color: #666;
}

.sos-article-grid .et_pb_blog_grid div.post-content p,
.sos-article-grid.et_pb_blog_grid div.post-content p {
  color: #000000;
  line-height: 26px;
  font-size: 19px;
}

.et_pb_module.sos-article-grid .et_pb_blog_grid .et_pb_post {
  background-color: transparent;
}

.et_pb_module.sos-article-grid
  div.et_pb_salvattore_content
  div.column.size-1of3
  article.et_pb_post {
  height: 50%;
  max-height: 485px;
}

/* Article Grid - End */

/* 40 - 60 Column Row - Start */
@media (min-width: 981px) {
  div.sos-40-60-row > div.et_pb_column_1_3 {
    width: 42.1%;
  }

  div.sos-40-60-row > div.et_pb_column_2_3 {
    width: 54.833%;
  }

  .et_pb_gutters3 div.sos-40-60-row .et_pb_column,
  .et_pb_gutters3.et_pb_row div.sos-40-60-row .et_pb_column {
    margin-right: 2.5%;
  }
}
/* 40 - 60 Column Row - End */

/* Event Registration Form - Start */
#sos-event-reg-form {
  padding: 50px 35px;
}

#sos-event-reg-form.sos-eventbrite-registration-wrapper {
  padding: 20px 15px 35px 15px;
}

#sos-event-reg-form.sos-eventbrite-registration-wrapper iframe {
  min-height: 475px;
}

@media (max-width: 399px) {
  #sos-event-reg-form.sos-eventbrite-registration-wrapper iframe {
    min-height: 565px;
  }
  #sos-event-reg-form.sos-eventbrite-registration-wrapper {
    padding: 20px 15px 110px 15px;
  }
}

@media (min-width: 400px) and (max-width: 450px) {
  #sos-event-reg-form.sos-eventbrite-registration-wrapper iframe {
    min-height: 525px;
  }
  #sos-event-reg-form.sos-eventbrite-registration-wrapper {
    padding: 20px 15px 55px 15px;
  }
}

@media (min-width: 1100px) and (max-width: 1199px) {
  #sos-event-reg-form.sos-eventbrite-registration-wrapper iframe {
    min-height: 520px;
  }

  #sos-event-reg-form.sos-eventbrite-registration-wrapper {
    padding: 20px 15px 65px 15px;
  }
}

@media (min-width: 981px) and (max-width: 1099px) {
  #sos-event-reg-form.sos-eventbrite-registration-wrapper iframe {
    min-height: 545px;
  }

  #sos-event-reg-form.sos-eventbrite-registration-wrapper {
    padding: 20px 15px 90px 15px;
  }
}

#sos-event-reg-form form input[type="text"],
#sos-event-reg-form form input[type="email"],
#sos-event-reg-form form input[type="number"] {
  width: 100%;
  border: none;
  border-bottom: #e1b93b solid 1px;
  font-family: "PT Sans", Helvetica, sans-serif;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 20px;
}

#sos-event-reg-form form button.et_submit_button,
#sos-event-reg-form form input.et_submit_button {
  width: 100%;
}

#sos-event-reg-submit-message {
  margin: 30px;
  text-align: center;
  font-family: futura-pt, Futura-Medium, Nunito;
  font-size: 24px;
}

#sos-event-reg-form form.form-submit {
  text-align: left;
}

#sos-event-reg-form form a,
#sos-event-reg-form form a:hover,
#sos-event-reg-form form a:active,
#sos-event-reg-form form a:visited {
  color: #968743;
  font-family: futura-pt, Futura-Medium, Nunito;
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}

/* Event Registration Form - End */

/* SOS Quote - Start */

.sos_mod_quoteoftheday
  .sos_quote_inner
  .sos_quote_main
  .sos_quote_author_link_wrapper
  .sos_quote_text {
  font-family: futura-pt, Futura-Medium, Nunito;
  font-size: 24px;
  color: #e1b93b;
  line-height: normal;
  padding: 10px 20px;
  border-left: #e1b93b solid 10px;
}

.sos_mod_quoteoftheday
  .sos_quote_inner
  .sos_quote_main
  .sos_quote_author_link_wrapper
  .sos_quote_author {
  text-align: right;
  font-family: adobe-caslon-pro, Caslon, Lusitana;
  font-size: 20px;
  line-height: 26px;
  margin-top: 20px;
}

.sos_blockquote_inner {
  margin: auto;
  max-width: 90%;
}

.sos_blockquote_inner .sos_blockquote_main {
  position: relative;
  margin-top: 5px;
}

.sos_blockquote_inner blockquote {
  border-left: none;
  font-family: adobe-caslon-pro, Caslon, Lusitana;
  font-size: 16px;
  font-display: swap;
  color: #ffffff;
  margin: 15px 0px 15px;
  display: block;
  padding-left: 0px;
  width: 100%;
}

blockquote.sos_blockquote_text::before {
  content: "\201C";
  position: absolute;
  left: -12px !important;
}

blockquote.sos_blockquote_text::after {
  content: "\201D";
  position: absolute;
}

.sos_blockquote_inner-disable blockquote::before {
  content: "\201C"; /*Unicode for Left Double Quote*/

  /*Font*/
  font-size: 45px;
  font-weight: 500;

  /*Positioning*/
  position: absolute;
  left: -5px;
  top: 8px;
}

.sos_blockquote_inner-disable blockquote::after {
  content: "\201D"; /*Unicode for Right Double Quote*/

  /*Font*/
  font-size: 45px;
  font-weight: 500;

  /*Positioning*/
  position: absolute;
  padding-top: 10px;
}

.sos_blockquote_inner .sos_blockquote_author {
  text-align: left;
  font-size: 16px;
  font-family: adobe-caslon-pro, Caslon, Lusitana;
  color: #ffffff;
  padding-top: 2px;
  font-display: swap;
  font-style: italic;
}

@media (max-width: 400px) {
  .sos_blockquote_main blockquote.sos_blockquote_text {
    padding-left: 0px;
  }

  .sos_blockquote_inner .sos_blockquote_main {
    border-left: none;
  }

  .sos_blockquote_inner blockquote::before {
    left: -25px;
  }
}

div.sos-qotd-decorator {
  height: 150px;
  position: relative;
  max-width: 1600px;
  margin: auto;
}

div.sos-qotd-decorator > div.et_pb_row {
  position: absolute;
  width: 100%;
  height: 150px;
  z-index: 1000;
  max-height: 150px;
  overflow: hidden;
  background-color: #bc932e;
  padding: 15px;
}

@media (max-width: 850px) {
  div.sos-qotd-decorator > div.et_pb_row {
    height: 180px;
    max-height: 180px;
  }
}

div.sos-qotd-decorator > div.et_pb_row > div.et_pb_column {
  height: 100%;
  display: table;
}

div.sos_mod_quoteoftheday {
  margin: auto 0;
  display: table-cell;
  vertical-align: middle;
}

.sos_blockquote_inner {
  margin: auto;
  max-width: 90%;
}

.sos_blockquote_inner .sos_blockquote_author {
  color: #ffffff;
}

@media (min-width: 1351px) {
  div.sos-qotd-decorator {
    height: 0px;
    position: relative;
    max-width: 1600px;
    margin: auto;
  }

  div.sos-qotd-decorator > div.et_pb_row {
    position: absolute;
    right: 0px;
    width: 43%;
    height: 174px;
    z-index: 1000;
    max-height: 174px;
    overflow: hidden;
    background-color: #bc932e;
    padding: 15px;
  }
}

.sos_mod_quoteoftheday .sos_blockquote_inner .sos_blockquote_author {
  float: left;
}

.sos_mod_quoteoftheday .sos_blockquote_inner .sos_other_quotes_link {
  float: right;
  text-align: left;
  font-size: 16px;
  font-family: adobe-caslon-pro, Caslon, Lusitana;
  color: #ffffff;
  padding-top: 2px;
}

/* SOS Quote - End */

/* Common Module Styles - Start */

.sos-wide-button button.et_pb_button {
  width: 80%;
}

.sos-image-outline-section img {
  outline: 1px solid #ffffff90;
  outline-offset: -7px;
}

.et_pb_button {
  border: none;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  color: #e1b93b;
  background-color: #043a5b;
  font-family: futura-pt, Futura-Medium, Nunito;
  padding: 8px;
  font-size: 19px;
}

.et_pb_bg_layout_light .et_pb_button:hover,
.et_pb_bg_layout_light.et_pb_button:hover,
.et_pb_contact_reset:hover,
.et_pb_contact_submit:hover,
.et_pb_pricing_table_button:hover,
.et_pb_button:hover {
  background-color: #e1b93b;
  color: #043a5b;
}

.sos-fp-user-journey-wrapper .sos-fp-user-journey-item span.et_overlay {
  background-color: rgba(150, 135, 67, 0.76);
}

.sos-grey-bg {
  background-color: #f2f1f0;
  background-image: url("/wp-content/uploads/2019/09/light-grey-grain-transparent.png");
  background-repeat: repeat;
  background-size: auto;
}
.webp .sos-grey-bg {
  background-image: url("/wp-content/uploads/2019/09/light-grey-grain-transparent.png.webp");
}

.sos-marble-bg {
  background-color: #e8e4d4;
  background-image: url("/wp-content/uploads/2019/09/marble-texture.svg");
  background-repeat: repeat;
  background-size: auto;
}

/*
.sos-grey-border
{
    border: solid 2px #f2f1f0;
}
*/

.sos-full-height-columns,
.sos-full-height-columns div {
  height: 100%;
}
.sos-full-height-columns .et-pb-controllers {
  height: auto;
}

.flex-row-wrapper {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}

/* Common Module Styled - End */

/* Contact Us - Start */
.page-title {
  font-family: adobe-caslon-pro, Caslon, Lusitana;
  text-align: center;
  font-size: 45px;
  line-height: 55px;
}
.contact-options-heading {
  font-family: futura-pt, Futura-Medium, Nunito;
  font-size: 22px;
}
.contact-options-blurb {
  font-family: futura-pt, Futura-Medium, Nunito;
  font-size: 20px;
  text-align: center;
}

.contact-address-headquarter {
  color: #ffffff;
  font-family: adobe-caslon-pro, Caslon, Lusitana;
  font-size: 44px;
  line-height: 55px;
}

@media (max-width: 500px) {
  .contact-address-headquarter {
    color: #ffffff;
    font-family: adobe-caslon-pro, Caslon, Lusitana;
    font-size: 26px;
    line-height: 30px;
  }
}

.contact-address-title {
  color: #ffffff;
  font-family: adobe-caslon-pro, Caslon, Lusitana;
  font-size: 22px;
  font-weight: bold;
  line-height: 32px;
}

.contact-address-body {
  color: #ffffff;
  font-family: "PT Sans", Helvetica, sans-serif;
  font-size: 22px;
  font-weight: normal;
  line-height: 32px;
}

.vertical-align-blurb .et_pb_blurb_container {
  vertical-align: middle;
}

.vertical-align-blurb.et_pb_blurb h4 {
  padding-bottom: 0;
  font-size: 22.5px;
  font-family: futura-pt, Futura-Medium, Nunito;
  color: #978743;
}

.et_pb_contact_submit.et_pb_button {
  width: 200px;
}

.et_contact_bottom_container {
  padding: 16px;
  float: left;
}
.et_pb_contact p input,
.et_pb_contact p textarea,
.et_pb_subscribe .et_pb_contact_field input,
.et_pb_subscribe .et_pb_contact_field textarea {
  padding-left: 0px;
  padding-right: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.sos-contact-us-cta .et_pb_button {
  padding: 0.3em 1.35em 0.3em 1.35em;
  border: 2px solid transparent;
  background-color: #043a5b;
  color: #e1b93b;
}

.sos-contact-us-cta .et_pb_button:hover {
  background-color: #e1b93b;
  color: #043a5b;
}

/* Contact Us - End */

/* Preloader and Lazy Loading Sections - Start */

.sos-page-preloader {
  background-image: url("/wp-content/uploads/2019/09/loading.gif");
  background-repeat: no-repeat;
  background-size: auto;
}

.sos-page-loaded-section {
  display: none;
}

.sos-page-loaded-section .et_pb_column_1_3 h2,
.sos-page-loaded-section .et_pb_column_1_4 h2 {
  font-size: 26px;
}

/* Preloader and Lazy Loading Sections - End */

/* 2 - 1 row - reduced space - only apply to desktop view - Start */

@media (min-width: 981px) {
  .et_pb_gutters3 .sos-2-1-col-row .et_pb_column,
  .et_pb_gutters3.et_pb_row .sos-2-1-col-row .et_pb_column {
    margin-right: 2%;
  }

  .et_pb_gutters3 .sos-2-1-col-row .et_pb_column_1_3,
  .et_pb_gutters3.et_pb_row .sos-2-1-col-row .et_pb_column_1_3 {
    width: 33.16%;
  }
}

/* 2 - 1 row - reduced space - End */

/* Back button style - Start */
#sos-event-back-link {
  display: block;
  background-image: url("/wp-content/uploads/2019/09/nu-back-arrow-active.svg");
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 30px;
  padding-left: 35px;
  color: #043a5b;
  font-family: futura-pt, Futura-Medium, Nunito;
  font-size: 17px;
}
#sos-event-back-link:hover {
  background-image: url("/wp-content/uploads/2019/09/nu-back-arrow-hover.svg");
  color: #e1b93b;
}
/* Back button style - End */

/* LM - Programs Style - Start */

.sos-find-program-no-result-map-bg div.et_pb_text_inner {
  padding: 100px 20px;
  min-height: 400px;
}

div.sos-find-program-no-result-map-bg {
  margin-top: -100px;
  position: relative;
  z-index: -999;
}

@media (max-width: 980px) {
  #sos-programs-search-wrapper {
    text-align: center;
  }

  #sos-programs-search-field,
  #sos-programs-filter-options {
    float: none;
    display: block;
  }

  #sos-programs-map-option {
    float: right;
    margin-top: -50px;
  }

  #sos-programs-filter-options {
    width: 100%;
  }

  #sos-programs-search-field input[type="text"] {
    width: 80%;
  }
}

#sos-programs-search-wrapper {
  width: 100%;
  min-width: 295px;
}

#sos-program-list-wrapper {
  min-width: 295px;
}

#sos-programs-filter-options {
  min-width: 295px;
}

@media (min-width: 980px) {
  #sos-programs-search-field,
  #sos-programs-filter-options {
    float: left;
  }

  #sos-programs-search-field input[type="text"],
  #sos-programs-filter-options {
    width: 300px;
  }
}

#sos-programs-map-option {
  float: right;
}

#sos-programs-filter-radius-options {
  padding: 5px 20px 0px 20px;
  display: inline-block;
  width: 350px;
}

#sos-programs-radius-option {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid;
  font-size: 17px;
}

.sos-find-program-refine-search-map-bg {
  display: none;
}

#sos-programs-search-field input[type="text"],
#sos-programs-filter-options {
  font-size: 17px;
  font-family: "PT Sans", Helvetica, sans-serif;
  padding: 5px 20px 0px 20px;
}

#sos-programs-search-btn {
  background-color: #fff;
  color: #968743;
  border: 1px solid #968743;
  font-size: 17px;
  padding: 7px 10px 8px 10px;
  margin-left: -5px;
  cursor: pointer;
  box-sizing: border-box;
}

#sos-ajax-processing-indicator {
  background-image: url("/wp-content/uploads/2019/09/ajax-loading.gif");
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: 50%;
  background-position-y: 50%;
  width: 100%;
  height: 50px;
  display: none;
}

#sos-programs-search-btn:hover {
  background-color: #968743;
  color: #ffffff;
}

.sos-program-wrapper {
  background-color: #ffffff;
  border-top: 8px solid #e1b93b;
  display: block;
  width: 100%;
  margin: 10px 0px;
  font-family: futura-pt, Futura-Medium, Nunito;
  font-size: 19px;
}

.sos-program-left-section,
.sos-program-center-section,
.sos-program-right-section {
  padding: 20px;
}

.sos-program-location-type {
  color: #f2be26;
}

.sos-program-link-wrapper a,
.sos-program-link-wrapper a:active,
.sos-program-link-wrapper a:visited {
  color: #043a5b;
}

.sos-program-link-wrapper a:hover {
  color: #e1b93b;
}

.sos-program-view-link {
  display: block;
  background-image: url("/wp-content/uploads/2019/09/nu-arrow-active.svg");
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 45px;
  padding-right: 55px;
  color: #e1b93b;
  font-family: futura-pt, Futura-Medium, Nunito;
  font-size: 17px;
}

.sos-program-view-link:hover {
  background-image: url("/wp-content/uploads/2019/09/nu-arrow-hover.svg");
  color: #043a5b;
}

.sos-program-location-name {
  font-size: 20px;
  margin-top: 25px;
}

.sos-program-left-section {
  text-align: center;
}

.sos-program-type {
  color: #f2be26;
}

.sos-program-location-address,
.sos-program-location-contact {
  margin: 3px 0px;
}

.sos-event-lg {
  display: none;
}

.sos-event-sm {
  display: block;
}

.sos-program-event-month {
  margin-top: 20px;
}

.sos-program-event-month,
.sos-program-event-year {
  font-size: 18px;
}

.sos-program-event-date {
  font-size: 36px;
}

.sos-event-sm.sos-program-event-date {
  font-size: 20px;
  margin-top: 25px;
}

.sos-event-sm {
  text-align: center;
}

.sos-program-event-name h2 {
  font-family: adobe-caslon-pro, Caslon, Lusitana;
  font-size: 27px;
  line-height: 33px;
  color: #555555;
  margin: 20px 0px 10px 0px;
}

.sos-program-title-filler {
  display: none;
}

.sos-location-lisle-image {
  display: none;
}

.sos-location-default-image {
  display: block;
}

.sos-program-wrapper.sos-more-programs {
  display: none;
}

@media (min-width: 570px) AND (max-width: 979px) {
  .sos-program-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  .sos-program-left-section {
    flex-basis: 20%;
  }

  .sos-program-center-section {
    flex-basis: 70%;
  }

  .sos-program-right-section {
    flex-basis: 100%;
  }

  .sos-program-event-name h2 {
    margin: 5px;
  }

  .sos-program-link-wrapper {
    text-align: right;
  }
}

@media (min-width: 980px) {
  .sos-program-location-name {
    margin-top: 40%;
  }

  .sos-program-title-filler {
    display: block;
  }

  .sos-event-lg {
    display: block;
  }

  .sos-event-sm {
    display: none;
  }

  .sos-program-center-section {
    background-image: url("/wp-content/uploads/2019/09/partial-border-transparent-500px.png");
    background-repeat: no-repeat;
    background-position-x: left;
    background-size: contain;
  }

  .webp .sos-program-center-section {
    background-image: url("/wp-content/uploads/2019/09/partial-border-transparent-500px.png.webp");
  }

  .sos-program-wrapper {
    margin: 20px 0px;
  }

  .sos-program-left-section,
  .sos-program-rigth-section {
    text-align: center;
  }

  .sos-program-wrapper {
    display: flex;
  }

  .sos-program-left-section,
  .sos-program-center-section,
  .sos-program-right-section {
    display: flex;
    flex-direction: column;
  }

  .sos-program-left-section,
  .sos-program-center-section {
    float: left;
  }

  .sos-program-left-section,
  .sos-program-center-section,
  .sos-program-right-section {
    position: relative;
  }

  .sos-program-link-wrapper {
    position: absolute;
    right: 15px;
    top: 40%;
  }

  .sos-program-left-section {
    width: 20%;
  }

  .sos-program-center-section {
    width: 60%;
  }

  .sos-program-right-section {
    width: 20%;
  }

  .sos-program-location-name {
    min-height: 95px;
  }
}

@media (min-width: 1024px) {
  .sos-program-left-section {
    width: 15%;
  }

  .sos-program-center-section {
    width: 60%;
  }

  .sos-program-right-section {
    width: 25%;
  }

  .sos-program-link-wrapper {
    position: absolute;
    right: 25px;
    top: 40%;
  }
}

.locator-info-window,
.locator-info-window .slick-slide {
  width: 200px;
}

.locator-info-window .slick-dots {
  bottom: auto;
}

.gm-style-iw {
  overflow-y: auto !important;
  overflow-x: hidden !important;
}
.gm-style-iw > div {
  overflow: visible !important;
}
.infoWindow {
  overflow: hidden !important;
}

#sos-locator-map-canvas {
  margin-top: 20px;
  width: 100%;
  min-height: 500px;
}

#sos-programs-map-option,
#sos-programs-list-option {
  float: right;
  margin-top: -65px;
  margin-right: -20px;
}

#sos-programs-map-button,
#sos-programs-list-button {
  width: 35px;
  height: 35px;
  background-image: url("/wp-content/uploads/2019/09/map-icon.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.webp #sos-programs-map-button {
  background-image: url("/wp-content/uploads/2019/09/map-icon.png.webp");
}

#sos-programs-list-button {
  background-image: url("/wp-content/uploads/2019/09/list-icon.png");
}
.webp #sos-programs-list-button {
  background-image: url("/wp-content/uploads/2019/09/list-icon.png.webp");
}
@media (min-width: 410px) {
  #sos-programs-map-option,
  #sos-programs-list-option {
    margin-right: 0px;
  }
}

@media (min-width: 600px) {
  #sos-programs-map-button,
  #sos-programs-list-button {
    width: 50px;
    height: 50px;
  }

  #sos-programs-map-option,
  #sos-programs-list-option {
    margin-top: -70px;
    margin-right: -30px;
  }
}

@media (min-width: 981px) {
  #sos-programs-map-option,
  #sos-programs-list-option {
    margin-top: 0px;
    margin-right: 0px;
  }
}

/* LM - Programs Style - End */

/* LM - Events Style - Start */

.sos-nearby-events-header {
  padding-top: 30px;
  padding-left: 15px;
}

.sos-nearby-events-header h1 {
  padding-bottom: 0px !important;
}

.sos-nearby-wrapper {
  min-width: 200px;
  min-height: 120px;
  margin: 10px 15px;
  background-color: #ffffff;
  border-top: 8px solid #e1b93b;
}

.sos-nearby-events-list a {
  color: #000000;
}

.sos-nearby-left-section,
.sos-nearby-center-section {
  float: left;
  height: 100%;
}

.sos-nearby-left-section {
  width: 22%;
  font-family: futura-pt, Futura-Medium, Nunito;
  text-align: center;
}

.sos-nearby-center-section {
  width: 76%;
  font-family: futura-pt, Futura-Medium, Nunito;
}

.sos-nearby-event-month {
  margin-top: 25%;
}

.sos-nearby-event-month,
.sos-nearby-event-year {
  font-size: 14px;
}

.sos-nearby-event-date {
  font-size: 24px;
}

.sos-nearby-event-lg {
  display: block;
}

.sos-nearby-event-sm,
.sos-nearby-location-locale {
  display: none;
}

.sos-nearby-event-name h2 {
  font-family: adobe-caslon-pro, Caslon, Lusitana;
  font-size: 20px !important;
  line-height: 23px;
  color: #555555;
}

.sos-nearby-event-city {
  margin-bottom: 10px;
  margin-top: 10px;
}

.sos-upcomingevents-link {
  display: block;
  background-image: url("/wp-content/uploads/2019/09/nu-arrow-active.svg");
  background-position-x: right;
  background-repeat: no-repeat;
  background-size: contain;
  line-height: 22px;
  padding-right: 28px;
  color: #043a5b;
  font-family: futura-pt, Futura-Medium, Nunito;
  font-size: 18px;
  margin-right: 12px;
  margin-bottom: 10px;
  margin-top: 15px;
}

.sos-upcomingevents-link:hover {
  background-image: url("/wp-content/uploads/2019/09/nu-arrow-hover.svg");
  color: #e1b93b;
}

.sos-upcomingevents-link-wrapper {
  float: right;
}

.sos-nearby-event-link-wrapper {
  width: 100%;
  height: 30px;
  background-image: url("/wp-content/uploads/2019/09/nu-arrow-active.svg");
  background-repeat: no-repeat;
  background-position-x: right;
  background-size: contain;
  color: #043a5b;
}

.sos-nearby-event-link-wrapper:hover {
  background-image: url("/wp-content/uploads/2019/09/nu-arrow-hover.svg");
  color: #e1b93b;
}

.sos-nearby-wrapper .sos-nearby-center-section .sos-nearby-event-link-wrapper {
  margin-bottom: 10px;
}

.sos-nearby-center-section {
  background-image: url("/wp-content/uploads/2019/09/partial-border-transparent-500px.png");
  background-repeat: no-repeat;
  background-position-x: left;
  background-size: contain;
  padding-left: 10px;
  padding-right: 10px;
}
.webp .sos-nearby-center-section {
  background-image: url("/wp-content/uploads/2019/09/partial-border-transparent-500px.png.webp");
}

.sos-nearby-center-section .sos-nearby-location-details .sos-nearby-event-city {
  font-size: 92%;
}

.sos-location-master-events
  .sos-nearby-events-wrapper
  .sos-nearby-events-header
  h1 {
  line-height: 1.1em;
}

#sos-event-title-wrapper .et_pb_text_inner p {
  font-size: 22px;
}

/* 2 - 1 row - reduced space - only for desktop view - Start */
@media (min-width: 981px) {
  .et_pb_gutters3 .sos-location-col-row .et_pb_column,
  .et_pb_gutters3.et_pb_row .sos-location-col-row .et_pb_column {
    margin-right: 3%;
  }

  .et_pb_gutters3 .sos-location-col-row > .et_pb_row > .et_pb_column_1_3,
  .et_pb_gutters3.et_pb_row
    .sos-location-col-row
    > .et_pb_row
    > .et_pb_column_1_3 {
    width: 32.16%;
  }
}

/* 2 - 1 row - reduced space - End */

/* LM - Events Style - End */

/* Blog - Divi Single Post Bottom Spacing - Start */

.et_full_width_page #left-area,
.single .et_pb_post {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

@media only screen and (min-width: 1350px) {
  .et_fb_desktop_mode
    .single.et_pb_pagebuilder_layout.et_full_width_page
    .et_post_meta_wrapper {
    padding-top: 0px;
  }
}

/* Blog - Divi Single Post Bottom Spacing - End */

/* Readmore link style - Start*/
a.sos-readmore-link {
  text-align: right;
  color: #e1b93b;
}

a.sos-readmore-link:hover {
  color: #043a5b;
}
/* Readmore link style - End */

/* Video popup - Start */

@media (min-width: 600px) {
  .sos-video-popup .mfp-content {
    width: 80%;
    max-width: 1080px;
  }
}

/* Video popup - End */

/* Announcement */
.sos_announcement_text {
  font-family: futura-pt, Futura-Medium, Nunito;
  font-size: 24px;
  color: #968743;
  line-height: normal;
  padding: 10px 20px;
  border-left: #968743 solid 10px;
}

/* Language selector styling - Start */

.sos-language-selector.sos-desktop-language-selector {
  display: none;
}

@media (min-width: 981px) {
  .sos-language-selector.sos-desktop-language-selector {
    display: block;
    position: absolute;
    top: 70%;
    right: 20px;
    color: #968743;
  }

  .sos-language-selector.sos-desktop-language-selector a {
    color: #000000;
  }

  .sos-language-selector.sos-desktop-language-selector a:hover {
    color: #e1b93b;
  }
}

@media (min-width: 1100px) {
  .sos-language-selector.sos-desktop-language-selector {
    top: 20%;
    color: #f6c770;
  }

  .sos-language-selector.sos-desktop-language-selector a {
    color: #000000;
  }

  .sos-language-selector.sos-desktop-language-selector a:hover {
    color: #e1b93b;
  }
}

.sos-language-selector a,
.sos-language-selector a:hover {
  color: #968743;
  font-size: 14px;
  font-weight: 600;
}

.sos-locale-selector-wrapper,
.sos-locale-navigate-message-wrapper {
  width: 80%;
  max-width: 400px;
  background-color: #ffffff;
  padding: 30px;
  margin: auto;
}

.sos-locale-selector-wrapper li {
  padding: 5px 10px;
  background-color: #fafafa;
  color: #555555;
  font-family: futura-pt, Futura-Medium, Nunito;
  font-size: 19px;
  margin: 2px;
}

.sos-locale-selector-wrapper li:hover {
  color: #968743;
  background-color: #f2f1f0;
}

.sos-locale-selector-wrapper li a {
  color: #555555;
  width: 100%;
  display: block;
}

.sos-locale-navigate-message-wrapper a,
.sos-locale-selector-wrapper li a:hover,
.sos-locale-navigate-message-wrapper a:hover {
  color: #968743;
}
/* General box shadow class */
.sos-box-shadow {
  box-shadow: 2px 2px 3px 3px #999;
}

.sos-container-shadow {
  box-shadow: 0px 0px 15px #222;
  -moz-box-shadow: 0px 0px 15px #222;
  -webkit-box-shadow: 0px 0px 15px #222;
  background-color: #fff;
  margin: 0px auto;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

.sos-round-container {
  box-shadow: 0px 0px 15px #222;
  -moz-box-shadow: 0px 0px 15px #222;
  -webkit-box-shadow: 0px 0px 15px #222;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  background-color: #fff;
  margin: 0px auto;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
}

/* Language selector styling - End */

/* Video slider styling - Start */

.sos-video-slider-section {
  overflow-x: hidden !important;
}

.sos-video-article-grid .swiper-button-next,
.sos-video-article-grid .swiper-button-prev {
  top: 100%;
  height: 30px;
}

.sos-video-article-grid .swiper-button-next {
  right: 0px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23968743'%2F%3E%3C%2Fsvg%3E");
}

.sos-video-article-grid .swiper-button-prev {
  left: 0px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23968743'%2F%3E%3C%2Fsvg%3E");
}

.sos-video-article-grid .swiper-pagination-bullet-active {
  background: #968743;
}

.swiper-wrapper .swiper-slide h2.entry-title {
  display: none;
}

div.swiper-pagination {
  position: relative;
  margin-top: 20px;
}
.sos-video-article-grid .swiper-wrapper .et_pb_post.swiper-slide {
  min-height: auto;
}

article.sos-round-container a.entry-featured-image-url img {
  -webkit-box-reflect: below 4px
    linear-gradient(180deg, #ffffff00 85%, #ffffff50 100%);
}

article.sos-round-container a.entry-featured-image-url {
  margin-bottom: 0px;
}

.swiper-paginator-title {
  min-height: 2.5em;
}

.swiper-paginator-spacer {
  height: 75px;
}

article.sos-round-container .entry-featured-image-url span.et_overlay {
  z-index: 1;
}

.swiper-container-3d article.sos-round-container .swiper-slide-shadow-bottom,
.swiper-container-3d article.sos-round-container .swiper-slide-shadow-left,
.swiper-container-3d article.sos-round-container .swiper-slide-shadow-right,
.swiper-container-3d article.sos-round-container .swiper-slide-shadow-top {
  z-index: 0;
  border-radius: 15px;
}

/* Video slider styling - End */

/* Reset parallax effect on mobile - Start */
.et_mobile_device .et_pb_section_parallax .et_pb_parallax_css,
.et_mobile_device .et_pb_slider_parallax .et_pb_slide,
.et_mobile_device .et_pb_slides .et_parallax_bg.et_pb_parallax_css {
  background-attachment: inherit;
}
/* Reset parallax effect on mobile - End */

/* Add padding on mobile as well - Start */
div.et_pb_row.sos-padded-row {
  padding-left: 15px;
  padding-right: 15px;
}
/* Add padding on mobile as well - End */

/* Footer text to dark blue - start */
.sos-expanded-footer p {
  font-family: futura-pt, Futura-Medium, Nunito;
  font-size: 16px;
  color: #fff;
  line-height: normal;
  font-weight: 500;
}

.sos-expanded-footer h3 {
  font-family: futura-pt, Futura-Medium, Nunito;
  font-size: 17px;
  color: #fff;
  line-height: normal;
  font-weight: 500;
}

.sos-expanded-footer a,
.sos-expanded-footer a:visited {
  color: #fff;
}

.sos-expanded-footer a:hover,
.sos-expanded-footer a:active {
  color: #043a5b;
}

/* Footer text to dark blue - end */

/* Desktop menu bg - start */

#et-top-navigation div.top-left-corner,
#et-top-navigation div.top-right-corner,
.sos-qotd-decorator div.bottom-right-corner,
.sos-qotd-decorator div.bottom-left-corner {
  display: none;
}

@media (min-width: 981px) {
  #et-top-navigation {
    background: transparent;
    background-image: url("/wp-content/uploads/2019/09/nu-sos-navigation-logo-large.png");
    background-position-x: center;
    background-size: auto 100%;
    padding-bottom: 30px;
    border: none;
    height: 100px;
  }

  .webp #et-top-navigation {
    background-image: url("/wp-content/uploads/2019/09/nu-sos-navigation-logo-large.png.webp");
  }

  #et-top-navigation #top-menu-nav,
  #et-top-navigation #top-menu-nav #top-menu {
    height: 54px;
    margin-top: 2px;
  }

  .et_header_style_split #et-top-navigation nav > ul > li > a {
    padding-bottom: 3px;
  }

  #top-menu > li > a {
    color: #000000;
  }

  #top-menu > li > a:hover,
  #top-menu > li.current-menu-item > a,
  #top-menu > li.current-menu-ancestor > a {
    color: #ffffff;
    border-radius: 1em 1em 1em 1em;
    -moz-border-radius: 1em 1em 1em 1em;
    background-color: #e1b93b;
    padding: 5px 10px 3px 10px;
    background-image: url("/wp-content/uploads/2019/09/nu-menu-icon-active.svg");
    background-repeat: no-repeat;
    background-size: 13%;
    background-position-y: 5px;
    background-position-x: 10px;
  }

  ul#top-menu li:nth-child(7) > a:hover,
  ul#top-menu li:nth-child(7).current-menu-item > a,
  ul#top-menu li:nth-child(7).current-menu-ancestor > a {
    background-position-x: -2px;
  }

  #top-menu ul.sub-menu li.current-menu-item > a,
  #top-menu ul.sub-menu li.current-menu-ancestor > a {
    color: #f6c770;
  }

  #top-menu .menu-item .sub-menu li.current-menu-item > a,
  #top-menu .menu-item .sub-menu li.current-menu-ancestor > a {
    color: #968743;
  }

  #et-main-area {
    margin-top: -40px;
  }

  #et-top-navigation,
  .et_header_style_left #et-top-navigation,
  .et_header_style_split #et-top-navigation {
    padding-top: 0px;
  }

  div.logo_container {
    background: transparent;
    background-image: none !important;
  }

  .et_header_style_split .centered-inline-logo-wrap #logo {
    display: none;
  }

  header#main-header {
    background-color: transparent;
    z-index: 99999999;
  }

  #et-top-navigation div.top-left-corner {
    display: none;
    width: 54px;
    height: 100%;
    position: absolute;
    top: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    background-image: url("/wp-content/uploads/2019/09/menu-top-left.png");
  }

  .webp #et-top-navigation div.top-left-corner {
    background-image: url("/wp-content/uploads/2019/09/menu-top-left.png.webp");
  }

  #et-top-navigation div.top-right-corner {
    display: none;
    width: 54px;
    height: 100%;
    position: absolute;
    top: 0px;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0px;
    background-image: url("/wp-content/uploads/2019/09/menu-top-right.png");
  }
  .webp #et-top-navigation div.top-right-corner {
    background-image: url("/wp-content/uploads/2019/09/menu-top-right.png.webp");
  }

  #top-menu-nav #top-menu li.menu-item-separator {
    background-image: url("/wp-content/uploads/2019/09/menu-divider.png");
    height: 100%;
    background-repeat: no-repeat;
    background-position-y: 10px;
    width: 10px;
    margin-bottom: -20px;
    display: none;
  }
  .webp #top-menu-nav #top-menu li.menu-item-separator {
    background-image: url("/wp-content/uploads/2019/09/menu-divider.png.webp");
  }

  .sos-qotd-decorator {
    background-image: url("/wp-content/uploads/2019/09/cross-texture.png");
    background-repeat: repeat-x;
    background-size: auto;
  }

  .webp .sos-qotd-decorator {
    background-image: url("/wp-content/uploads/2019/09/cross-texture.png.webp");
  }
}

/* Desktop menu bg - end */

/* Mobile menu bg - start */
@media (max-width: 980px) {
  .et_header_style_split #main-header {
    padding: 0px;
  }

  .et_header_style_split header#main-header .logo_container {
    height: 90px;
  }

  header#main-header {
    background: transparent;
  }

  #et-main-area {
    margin-top: -25px;
  }

  #main-header .container.et_menu_container {
    width: 100%;
    background-image: url("/wp-content/uploads/2019/09/nu-sos-navigation-logo-large.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center top;
    height: 70px;
  }

  .et_header_style_split header#main-header .logo_container {
    height: 60px;
  }

  .mobile_menu_bar:before,
  .sos-language-selector a,
  .sos-language-selector a:hover {
    color: #ffffff;
  }

  #main-header .logo_container #logo {
    max-height: 100%;
  }
}
/* Mobile menu bg - end */

/* Copyrigth footer - Start */
.sos-footer-copyright {
  display: inline-block;
  font-size: 15px;
  margin-left: 30px;
}
/* Copyright footer - End - 20180818 */

/* Master's message listing - Start */
article.sos-master-message-post {
  margin-bottom: 25px;
  box-shadow: 7px 7px 7px #999;
}

article.sos-master-message-post .sos-master-message-wrapper {
  border-top: 6px solid #e1b93b;
  max-width: 900px;
  height: 106px;
  background-color: #ffffff;
  display: flex;
}

.flex-1 {
  flex: 1;
}

.et_pb_post .sos-master-message-image .entry-featured-image-url {
  margin-bottom: 0px;
}

.sos-master-message-image {
  float: left;
  width: 30%;
  max-width: 150px;
  margin-right: 15px;
}

.sos-master-message-image img {
  height: 100px;
}

.sos-master-message-content {
  padding-top: 15px;
}

.sos-master-message-content
  div.sos-master-message-author
  p.post-meta
  span.published {
  font-family: futura-pt, Futura-Medium, Nunito;
  font-size: 16px;
}

.sos-master-message-content .sos-master-message-title h4.entry-title {
  font-family: adobe-caslon-pro, Caslon, Lusitana;
  font-size: 22px;
  line-height: 26px;
  white-space: nowrap;
  padding-top: 10px;
  padding-bottom: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sos-master-message-link-arrow {
  float: right;
  width: 40px;
  height: 100%;
  background-image: url("/wp-content/uploads/2019/09/nu-arrow-active.svg");
  background-size: contain;
  background-position-y: 70%;
  background-repeat: no-repeat;
  margin-right: 10px;
}

.sos-master-message-link-arrow:hover {
  background-image: url("/wp-content/uploads/2019/09/nu-arrow-hover.svg");
}

@media (min-width: 901px) {
  .sos-master-message-content {
    max-width: 85%;
  }
}

@media (max-width: 900px) {
  .sos-master-message-content {
    max-width: 80%;
  }
}

@media (max-width: 700px) {
  .sos-master-message-title,
  .sos-master-message-author {
    width: 290px;
  }
  .sos-master-message-link-arrow {
    position: relative;
    bottom: -10px;
    right: -5px;
  }
}

@media (max-width: 500px) {
  .sos-master-message-image {
    display: none;
  }
  .sos-master-message-content {
    padding-left: 15px;
  }
  .sos-master-message-title,
  .sos-master-message-author {
    width: 225px;
  }
}

.sos-master-message-section .et_pb_posts a.more-link {
  font-size: 16px;
  font-weight: 600;
  height: 50px;
  display: block;
  clear: both;
  width: 200px;
  text-align: center;
  margin: 30px auto;
  padding-top: 10px;
  text-transform: capitalize;
  background-color: #043a5b;
  color: #e1b93b !important;
}

@media (max-width: 500px) {
  .sos-master-message-section .et_pb_posts a.more-link {
    width: 250px;
  }
}

.sos-master-message-section .et_pb_posts a.more-link:hover {
  background-color: #e1b93b;
  color: #043a5b !important;
}

.sos-master-message-section .et_pb_posts h2.entry-title {
  font-family: adobe-caslon-pro, Caslon, Lusitana;
  font-size: 45px;
  line-height: 50px;
}

.sos-master-message-section .et_pb_posts span.published {
  font-family: futura-pt, Futura-Medium, Nunito;
  font-size: 16px;
}

.sos-master-message-section {
  background-image: url("/wp-content/uploads/2019/09/nu-lighter-section-pattern.png");
  background-repeat: repeat;
  background-color: #f7eedf;
}
.webp .sos-master-message-section {
  background-image: url("/wp-content/uploads/2019/09/nu-lighter-section-pattern.png.webp");
}

div.sos-article-grid.sos-master-message-grid article.et_pb_post {
  position: relative;
}

div.sos-article-grid.sos-master-message-grid article.et_pb_post p.post-meta {
  position: absolute;
  bottom: -10px;
  left: 10px;
}

div.sos-article-grid.sos-master-message-grid
  article.et_pb_post
  p.post-meta
  span.published {
  font-size: 14px;
  font-weight: 600;
}

/* Copyright footer - End - 20180818 */

/* Location page contact form style */

p[data-id="privacypolicycheck"]
  span.et_pb_contact_field_options_wrapper
  span.et_pb_contact_field_options_title {
  display: none;
}

.et_pb_contact_field_checkbox i {
  background-color: transparent;
  border: 1px solid;
}

#sos-events-subscribe-module-wrapper
  .et-pb-contact-message.sos-form-message::before {
  content: "Science of Spirituality organizes events around the world. Please leave us your name and email if you would like to get updates on the events and programs.";
  display: block;
  margin-bottom: 20px;
}

/* Location page contact form style - End */

/* Swipper slider style - Start */

div.sos-video-article-grid.swiper-container-coverflow article.swiper-slide {
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 3px 0px #666;
  -moz-box-shadow: 0px 0px 3px 0px #666;
  box-shadow: 0px 0px 3px 0px #666;
}

div.sos-video-article-grid article.swiper-slide h2.entry-title {
  display: block;
  background-color: #fff;
  padding: 5px 10px;
  font-size: 93%;
  margin-top: -8px;
}

.sos-video-article-grid span.et_overlay,
.et_pb_sos_video_blog_0 span.et_overlay {
  background-color: rgba(150, 135, 67, 0.7);
}
.sos-video-article-grid span.et_overlay:before,
.et_pb_sos_video_blog_0 span.et_overlay:before {
  color: #ffffff;
}
.sos-video-article-grid img:hover,
.et_pb_sos_video_blog_0 img:hover {
  cursor: auto;
}
.sos-video-article-grid article:hover span.et_overlay,
.et_pb_sos_video_blog_0 article:hover span.et_overlay {
  z-index: 3;
  opacity: 1;
}

@media (min-width: 981px) {
  div.sos-video-article-grid.swiper-container-coverflow {
    max-width: 35%;
  }

  .sos-video-article-grid .swiper-button-next,
  .sos-video-article-grid .swiper-button-prev {
    top: 45%;
  }

  .sos-video-article-grid .swiper-button-prev {
    left: -105%;
  }

  .sos-video-article-grid .swiper-button-next {
    right: -105%;
  }

  div.sos-video-article-grid.swiper-container-coverflow article.swiper-slide {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  div.sos-video-article-grid
    article.swiper-slide
    a.entry-featured-image-url
    img {
    -webkit-box-shadow: 0px -1px 2px 0px #666;
    -moz-box-shadow: 0px -1px 2px 0px #666;
    box-shadow: 0px -1px 2px 0px #666;
  }

  div.sos-video-article-grid article.swiper-slide h2.entry-title {
    -webkit-box-shadow: 0px 1px 2px 0px #666;
    -moz-box-shadow: 0px 1px 2px 0px #666;
    box-shadow: 0px 1px 2px 0px #666;
  }

  div.sos-video-article-grid.swiper-container-coverflow.swiper-container-3d {
    -webkit-perspective: 2000px;
    perspective: 2000px;
  }

  div.sos-video-article-grid
    article.swiper-slide.sos-center-video-slide
    a.entry-featured-image-url {
    text-align: center;
  }

  div.sos-video-article-grid
    article.swiper-slide.sos-center-video-slide
    h2.entry-title {
    margin: 0 auto;
    margin-top: -8px;
    font-size: 90%;
  }

  div.sos-video-article-grid
    article.swiper-slide.sos-center-video-slide[data-swiper-row="0"]
    a.entry-featured-image-url {
    margin-top: 5%;
  }

  div.sos-video-article-grid
    article.swiper-slide.sos-center-video-slide[data-swiper-row="1"]
    a.entry-featured-image-url {
    margin-top: -5%;
  }
}

/* Swipper slider style - End - 20190216 */

/* footer bottom social icons visited color - Start */

#footer-bottom div.container ul.et-social-icons li a,
#footer-bottom div.container ul.et-social-icons li a:visited {
  color: #fff;
}

#footer-bottom div.container ul.et-social-icons li a:hover {
  color: #e1b93b;
}

/* footer bottom social icons visited color - End */

/* sos contact form styling - start */

.sos-contact-form-no-checkbox-label
  .et_pb_contact_field[data-type="checkbox"]
  .et_pb_contact_field_options_title {
  display: none;
}

/* sos contact form styling - end */

/* hide page title - start */

article.page.type-page h1.entry-title.main_title {
  display: none;
}

/* hide page title - end */

/* Add margin to list items - start */

article.post.type-post li {
  margin-bottom: 20px;
}

/* Add margin to list items - end */

/* social media sharer - start */

.csbwfs-social-widget {
  width: 32px;
}

div.csbwfs-show {
  background-image: url("https://www.sos.org/wp-content/uploads/2019/05/share-24.svg");
  background-repeat: no-repeat;
  background-color: transparent !important;
  height: 89px !important;
}

.csbwfs-social-btns-icon {
  background: none;
}

.csbwfs-whats > a {
  background: rgb(0, 65, 97);
}

.csbwfs-hide > a > img {
  max-width: fit-content;
}

/* social media sharer - end */

/* SOS NU Styling */

.et_pb_section .et_pb_row {
  max-width: 1400px;
}

@media (min-width: 1600px) {
  .et_pb_section.sos-hp-user-journey-section .et_pb_row {
    margin: auto !important;
    width: 100%;
  }
}

.sos-nu-marble-bg {
  background-color: #e8e4d4;
  background-image: url("/wp-content/uploads/2019/09/nu-main-background-repeat-all.jpg");
  background-repeat: repeat;
  background-size: auto;
}

.webp .sos-nu-marble-bg {
  background-image: url("/wp-content/uploads/2019/09/nu-main-background-repeat-all.jpg.webp");
}

#main-footer {
  background-color: #043a5b;
}

#sos-front-page-article-grid.sos-article-grid article,
.sos-article-grid article.et_pb_post {
  margin-top: 20px;
  padding-top: 7%;
  background-image: url("/wp-content/uploads/2019/09/nu-article-blog-icon.svg");
  background-size: 11%;
  background-repeat: no-repeat;
}

.sos-article-grid.sos-master-message-grid article.et_pb_post {
  margin-top: 0px;
  padding-top: 0px;
  background-image: none;
}

#sos-front-page-article-grid.sos-article-grid
  article.format-standard
  h2.entry-title,
#sos-front-page-article-grid.sos-article-grid
  article.format-video
  h2.entry-title,
.sos-article-grid article.format-standard h2.entry-title,
.sos-article-grid article.format-video h2.entry-title {
  margin-top: 23px;
  border-top: 3px solid #fff;
  padding-top: 25px;
}

.sos-article-grid.sos-master-message-grid
  article.format-standard
  h2.entry-title,
.sos-article-grid.sos-master-message-grid article.format-video h2.entry-title {
  margin-top: 0px;
  border-top: none;
  padding-top: 0px;
}

.sos-highlight-section
  .sos-article-grid
  article.format-standard
  div.post-content
  p,
.sos-highlight-section
  .sos-article-grid
  article.format-video
  div.post-content
  p {
  max-height: 214px;
  overflow: hidden;
}

/* SOS NU Styling - end */

/* SOS Full Width Homepage Slider */

div.sos-hp-slider-section {
  max-height: 600px;
}

div.sos-hp-slider {
  height: 500px;
}

div.sos-hp-slider div.et_pb_slide {
  height: 500px;
}

div.sos-hp-slider-section a.et-pb-arrow-prev,
div.sos-hp-slider-section a.et-pb-arrow-next {
  background-repeat: no-repeat;
  background-size: contain;
  width: 75px;
}

div.sos-hp-slider-section a.et-pb-arrow-prev {
  /* background-image: url("/wp-content/uploads/2019/09/nu-btn-previous-active.svg");*/
  background-image: url("./images/nu-btn-previous-active.svg");
 }
 
 div.sos-hp-slider-section a.et-pb-arrow-prev:hover {
   background-image: url("./images/nu-btn-previous-hover.svg");
 }
 
 div.sos-hp-slider-section a.et-pb-arrow-next {
   background-image: url("./images/nu-btn-next-active.svg");
 }
 
 div.sos-hp-slider-section a.et-pb-arrow-next:hover {
   background-image: url("./images/nu-btn-next-hover.svg");
 }

div.sos-hp-slider-section a.et-pb-arrow-prev::before,
div.sos-hp-slider-section a.et-pb-arrow-next::before {
  color: transparent;
}

div.sos-hp-slider-section .et-pb-controllers a {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: #fff;
  border: 3px solid #fff;
}

div.sos-hp-slider-section .et-pb-controllers .et-pb-active-control {
  background-color: #e1b93b;
}

div.sos-hp-slider-section .et_pb_slide p {
  color: inherit;
}

div.sos-hp-slider-section .et_pb_slide .et_pb_button.et_pb_more_button {
  width: 250px;
  border: none;
  text-align: center;
}

div.sos-hp-slider-section .et_pb_slide a,
div.sos-hp-slider-section .et_pb_slide a:visited {
  color: inherit;
}

div.sos-hp-slider-section
  .et_pb_slide
  .et_pb_button_wrapper
  a.et_pb_button.et_pb_more_button,
div.sos-hp-slider-section .et_pb_slide .et_pb_button_wrapper a:visited {
  color: #e1b93b;
}

div.sos-hp-slider-section
  .et_pb_slide
  .et_pb_button_wrapper
  a.et_pb_button.et_pb_more_button:hover,
div.sos-hp-slider-section .et_pb_slide .et_pb_button_wrapper a:visited:hover {
  color: #043a5b;
}

div.sos-hp-slider-section .et_pb_slide .et_pb_button.et_pb_more_button a,
div.sos-hp-slider-section
  .et_pb_slide
  .et_pb_button.et_pb_more_button
  a:visited {
  color: #e1b93b;
}

div.sos-hp-slider-section .et_pb_slides .et_pb_slide h2 {
  font-family: adobe-caslon-pro, Caslon, Lusitana;
}

div.sos-hp-slider-section .et_pb_slides .et_pb_slide .et_pb_container {
  margin: 0px;
}

div.sos-hp-slider-section
  .et_pb_slides
  .et_pb_slide
  .et_pb_slide_description
  .et_pb_slide_content
  h2 {
  font-size: 46px;
  font-weight: 300;
  line-height: 55px;
}

div.sos-hp-slider-section .et_pb_slides .et_pb_slide .et_pb_slide_description {
  padding-top: 0%;
  padding-bottom: 0%;
  max-width: 1600px;
}

@media (min-width: 1200px) {
  div.sos-hp-slider-section
    .et_pb_slides
    .et_pb_slide
    .et_pb_slide_description
    .et_pb_slide_content {
    padding-right: 150px;
  }
}

@media (min-width: 1000px) {
  #sos-hp-lg-full-width-slider {
    display: block;
  }

  #sos-hp-sm-full-width-slider {
    display: none;
  }
}

@media (max-width: 999px) {
  #sos-hp-lg-full-width-slider {
    display: none;
  }

  #sos-hp-sm-full-width-slider {
    display: block;
  }
}

/* SOS Full Width Homepage Slider - End */

/* SOS UJ boxes section */

.et_pb_section.sos-hp-user-journey-section {
  padding: 0px;
  background-color: #e1b93b;
  background-image: url("/wp-content/uploads/2019/09/nu-yellow-section-pattern.png");
  background-repeat: repeat-x;
  background-size: contain;
}
.webp .et_pb_section.sos-hp-user-journey-section {
  background-image: url("/wp-content/uploads/2019/09/nu-yellow-section-pattern.png.webp");
}

.et_pb_section.sos-hp-user-journey-section .et_pb_row {
  margin-left: 3%;
  display: flex;
  padding: 60px 0px;
}

.et_pb_section.sos-hp-user-journey-section .et_pb_row .et_pb_column,
.et_pb_section.sos-hp-user-journey-section
  .et_pb_gutters3.et_pb_row
  .et_pb_column {
  margin-right: 0.25%;
  width: 12%;
  padding-left: 60px;
}

.et_pb_section.sos-hp-user-journey-section .et_pb_row .et_pb_column p,
.et_pb_section.sos-hp-user-journey-section
  .et_pb_gutters3.et_pb_row
  .et_pb_column
  p {
  font-family: adobe-caslon-pro, Caslon, Lusitana;
  color: #043a5b;
}

@media (min-width: 1400) {
  .et_pb_section.sos-hp-user-journey-section .et_pb_row .et_pb_column p,
  .et_pb_section.sos-hp-user-journey-section
    .et_pb_gutters3.et_pb_row
    .et_pb_column
    p {
    font-size: 22px;
  }
}

.et_pb_section.sos-hp-user-journey-section .et_pb_row .et_pb_column {
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 0;
  background-position-y: -3px;
}

.et_pb_section.sos-hp-user-journey-section
  .et_pb_row
  .et_pb_column:hover
  .et_pb_module
  .et_pb_text_inner
  p {
  color: #ffffff;
}

.et_pb_section.sos-hp-user-journey-section
  .et_pb_row
  .et_pb_column.sos-hp-spiritual-growth-box {
  background-image: url("/wp-content/uploads/2019/09/nu-icon-spiritual-growth.svg");
  background-position-y: -7px;
  width: 12%;
  min-width: 161px;
}

.et_pb_section.sos-hp-user-journey-section
  .et_pb_row
  .et_pb_column.sos-hp-spiritual-growth-box:hover {
  background-image: url("/wp-content/uploads/2019/09/nu-icon-spiritual-growth-hover.svg");
}

.et_pb_section.sos-hp-user-journey-section .sos-hp-spiritual-guide-box {
  background-image: url("/wp-content/uploads/2019/09/nu-icon-benefits-of-spiritual-guide.svg");
  width: 16%;
  min-width: 214px;
}

.et_pb_section.sos-hp-user-journey-section .sos-hp-spiritual-guide-box:hover {
  background-image: url("/wp-content/uploads/2019/09/nu-icon-benefits-of-spiritual-guide-hover.svg");
}

.et_pb_section.sos-hp-user-journey-section .sos-hp-meditation-benefits-box {
  background-image: url("/wp-content/uploads/2019/09/nu-icon-meditation-by-products.svg");
  width: 14%;
  min-width: 187px;
}

.et_pb_section.sos-hp-user-journey-section
  .sos-hp-meditation-benefits-box:hover {
  background-image: url("/wp-content/uploads/2019/09/nu-icon-meditation-by-products-hover.svg");
}

.et_pb_section.sos-hp-user-journey-section .sos-hp-healthy-living-box {
  background-image: url("/wp-content/uploads/2019/09/nu-icon-healthy-living.svg");
  widows: 15%;
  min-width: 187px;
}

.et_pb_section.sos-hp-user-journey-section .sos-hp-healthy-living-box:hover {
  background-image: url("/wp-content/uploads/2019/09/nu-icon-healthy-living-hover.svg");
}

@media (max-width: 1350px) {
  .et_pb_section.sos-hp-user-journey-section .et_pb_row {
    margin-left: auto;
  }

  .et_pb_section.sos-hp-user-journey-section
    .et_pb_row
    .et_pb_column.sos-hp-spiritual-growth-box,
  .et_pb_section.sos-hp-user-journey-section .et_pb_row .et_pb_column,
  .et_pb_section.sos-hp-user-journey-section
    .et_pb_gutters3.et_pb_row
    .et_pb_column,
  .et_pb_section.sos-hp-user-journey-section .et_pb_row .et_pb_column,
  .et_pb_section.sos-hp-user-journey-section
    .et_pb_gutters3.et_pb_row
    .et_pb_column,
  .et_pb_section.sos-hp-user-journey-section .et_pb_row .et_pb_column,
  .et_pb_section.sos-hp-user-journey-section
    .et_pb_gutters3.et_pb_row
    .et_pb_column {
    margin-right: auto;
    width: 50%;
  }
}

/* SOS UJ boxes section - End */

/* SOS HP Accordion Slides */

.sos-media-tabs-container .sos-media-tab-wrapper.et_pb_toggle {
  cursor: pointer;
}

.sos-media-tabs-container.et_pb_accordion {
  position: relative;
  min-height: 500px;
}

@media (max-width: 1439px) {
  .sos-media-tabs-container.et_pb_accordion {
    min-height: 400px;
  }
}

.sos-media-tabs-container .sos-media-tab-wrapper.et_pb_toggle {
  margin-bottom: 0px !important;
  position: unset;
  clear: both;
  width: 35%;
  float: right;
  padding: 10px 20px;
}

.sos-media-tabs-container .sos-media-tab-wrapper .et_pb_toggle_content {
  position: unset;
}

.sos-media-tabs-container .sos-media-tab-wrapper:first-child {
  margin-top: 0px;
}

@media (max-width: 1439px) {
  .sos-media-tabs-container .sos-media-tab-wrapper:first-child {
    margin-top: 0px;
  }
}

.sos-media-tabs-container .sos-media-tab-wrapper {
  background-size: 6%;
  background-position: top 13px right 13px;
}

.sos-media-tabs-container
  .sos-video-media-tab.sos-media-tab-wrapper.et_pb_toggle.et_pb_toggle_open {
  background-image: url("./images/media-tabs/video-tab-icon.svg");
}

.sos-media-tabs-container
  .sos-video-media-tab.sos-media-tab-wrapper.et_pb_toggle.et_pb_toggle_close {
  background-image: url("./images/media-tabs/video-tab-icon-color.svg");
}

.sos-media-tabs-container
  .sos-article-media-tab.sos-media-tab-wrapper.et_pb_toggle.et_pb_toggle_open {
  background-image: url("./images/media-tabs/nu-article-blog-icon.svg");
}

.sos-media-tabs-container
  .sos-article-media-tab.sos-media-tab-wrapper.et_pb_toggle.et_pb_toggle_close {
  background-image: url("./images/media-tabs/nu-article-blog-icon-color.svg");
}

.sos-media-tabs-container
  .sos-quote-media-tab.sos-media-tab-wrapper.et_pb_toggle.et_pb_toggle_open {
  background-image: url("./images/media-tabs/quote-right-icon.svg");
}

.sos-media-tabs-container
  .sos-quote-media-tab.sos-media-tab-wrapper.et_pb_toggle.et_pb_toggle_close {
  background-image: url("./images/media-tabs/quote-right-icon-color.svg");
}

.sos-media-tabs-container
  .sos-media-tab-wrapper
  .et_pb_toggle_content
  .sos-media-tab-slide {
  width: 65%;
  position: absolute;
  top: 0;
  left: 0;
}

.sos-media-tabs-container
  .sos-media-tab-wrapper.et_pb_toggle
  .et_pb_toggle_title {
  font-size: 24px;
  padding-left: 30px;
  font-family: adobe-caslon-pro, Caslon, Lusitana;
  padding-top: 10px;
}

.sos-media-tabs-container
  .sos-media-tab-wrapper.et_pb_toggle
  .et_pb_toggle_title::before,
.sos-media-tabs-container
  .sos-media-tab-wrapper.et_pb_toggle.et_pb_toggle_open
  .sos-media-tab-header::after {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -0.5em;
  color: #e1b93b;
  font-size: 16px;
  content: "#";
  font-weight: 600;
}

.sos-media-tabs-container
  .sos-media-tab-wrapper.et_pb_toggle.et_pb_toggle_open
  .sos-media-tab-header::after {
  font-family: "ETmodules";
  color: #ffffff;
  margin-top: -0.75em;
}

.sos-media-tabs-container
  .sos-media-tab-wrapper.et_pb_toggle
  .et_pb_toggle_content {
  font-size: 16px;
}

.sos-media-tabs-container
  .sos-media-tab-wrapper.et_pb_toggle.et_pb_toggle_open {
  background-color: #e1b93b;
  color: #000;
}

.sos-media-tabs-container
  .sos-media-tab-wrapper.et_pb_toggle.et_pb_toggle_open
  .et_pb_toggle_title {
  color: #ffffff;
  padding-top: 10px;
}

.sos-media-tabs-container
  .sos-media-tab-wrapper.et_pb_toggle.et_pb_toggle_close {
  background-color: #f7eedf;
  color: #e1b93b;
}

.sos-media-tabs-container
  .sos-media-tab-wrapper.et_pb_toggle.et_pb_toggle_close
  .et_pb_toggle_title {
  color: #e1b93b;
}

.sos-media-tabs-container 
  .sos-media-tab-wrapper.et_pb_toggle 
  .et_pb_toggle_title {
  position: relative;
}


.sos-media-tabs-container .sos-media-tab-wrapper .sos-media-tab-description {
  line-height: 22px;
}

@media (max-width: 1080px) {
  .sos-media-tabs-container
    .sos-media-tab-wrapper
    .et_pb_toggle_content
    .sos-media-tab-slide {
    width: 100%;
    position: inherit;
    margin-bottom: 10px;
  }

  .sos-media-tabs-container .sos-media-tab-wrapper.et_pb_toggle {
    width: 100%;
  }

  .sos-media-tabs-container
    .sos-media-tab-wrapper.et_pb_toggle
    .et_pb_toggle_content {
    width: 90%;
    margin: auto;
  }

  .sos-media-tabs-container .sos-media-tab-wrapper .sos-media-tab-description {
    margin-bottom: 20px;
  }

  .sos-media-tabs-container
    .sos-media-tab-wrapper.et_pb_toggle
    .et_pb_toggle_title::before,
  .sos-media-tabs-container
    .sos-media-tab-wrapper.et_pb_toggle.et_pb_toggle_open
    .sos-media-tab-header::after {
    content: '"';
  }
}

/* SOS HP Accordion Slides - END */

/* SOS HP Slider, Read more links */

.sos-hp-slider .et-pb-slider-arrows .et-pb-arrow-prev,
.sos-hp-slider .et-pb-slider-arrows .et-pb-arrow-next {
  opacity: 1;
  top: initial;
  bottom: 10px;
}

.sos-hp-slider .et-pb-slider-arrows .et-pb-arrow-prev {
  left: 22px;
}

.sos-hp-slider .et-pb-slider-arrows .et-pb-arrow-next {
  right: 22px;
}

a.sos-readmore-link,
.sos-article-grid a.more-link {
  width: 125px;
  float: right;
  clear: both;
  padding: 5px 10px 3px 10px;
}

.sos-article-grid a.more-link {
  margin-left: auto;
  order: 2;
}

a.sos-readmore-link,
.sos-article-grid a.more-link,
.sos-articleslist-tab.active > a > div,
.sos-articleslist-tab > a > div:hover,
.sos_articles_list_0 .pagination.clearfix a:hover,
#post-2932 .pagination.clearfix a:hover {
  text-decoration: none;
  color: #ffffff;
  border-radius: 1em 1em 1em 1em;
  -moz-border-radius: 1em 1em 1em 1em;
  background-color: #e1b93b;
  padding: 5px 10px 3px 10px;
  background-image: url("/wp-content/uploads/2019/09/nu-menu-icon-active.svg");
  background-repeat: no-repeat;
  background-size: 13%;
  background-position-y: 5px;
  background-position-x: 10px;
  text-transform: capitalize;
}

a.sos-readmore-link:hover,
.sos-article-grid a.more-link:hover {
  background-color: #043a5b;
  color: #e1b93b;
  text-decoration: none;
}

.et_pb_module article.et_pb_post p {
  color: #000000;
}

/* SOS HP Slider, Read more links - END */

/* SOS updated theme - override Styles */

.sos-uj-page-title {
  color: #000;
}

/* SOS updated theme - override Styles - END */

/* SOS Quote Listing Styles */

.et_pb_module.sos_mod_quoteslisting .sos_quote_wrapper {
  background-image: url("/wp-content/uploads/2019/09/nu-article-blog-icon.svg");
  background-repeat: no-repeat;
  background-size: 13%;
  background-position: 20px 0px;
  padding-top: 14%;
}

.et_pb_module.sos_mod_quoteslisting .sos_quote_wrapper .sos_blockquote_inner {
  border-top: 3px solid white;
}

.et_pb_module.sos_mod_quoteslisting
  .sos_quote_wrapper
  .sos_blockquote_inner
  .sos_blockquote_main {
  margin-top: 15px;
}

.et_pb_module.sos_mod_quoteslisting
  .sos_quote_wrapper
  blockquote.sos_blockquote_text {
  font-size: 22px;
  line-height: 24px;
  color: #000;
}

.et_pb_module.sos_mod_quoteslisting
  .sos_quote_wrapper
  blockquote.sos_blockquote_text
  a,
.et_pb_module.sos_mod_quoteslisting
  .sos_quote_wrapper
  blockquote.sos_blockquote_text
  a:visited {
  color: #000;
}

.et_pb_module.sos_mod_quoteslisting
  .sos_quote_wrapper
  blockquote.sos_blockquote_text
  a:hover {
  color: #043a5b;
}

.et_pb_module.sos_mod_quoteslisting
  .sos_quote_wrapper
  div.sos_blockquote_author {
  font-size: 18px;
  color: #000;
  margin-bottom: 15%;
}

.et_monarch
  .et_pb_module.sos_mod_quoteslisting
  .et_social_networks
  .et_social_icon,
.et_monarch
  .et_pb_module.sos_mod_quoteslisting
  .et_social_networks
  .et_social_icon:before,
.et_monarch
  .et_pb_module.sos_mod_quoteslisting
  .et_social_networks
  .et_social_icon:after {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.et_monarch
  .et_pb_module.sos_mod_quoteslisting
  .sos_quote_wrapper
  .et_social_networks.et_social_circle
  .et_social_facebook
  i,
.et_monarch
  .et_pb_module.sos_mod_quoteslisting
  .sos_quote_wrapper
  .et_social_networks.et_social_circle
  .et_social_twitter
  i,
.et_monarch
  .et_pb_module.sos_mod_quoteslisting
  .sos_quote_wrapper
  .et_social_networks.et_social_circle
  .et_social_googleplus
  i,
.et_monarch
  .et_pb_module.sos_mod_quoteslisting
  .sos_quote_wrapper
  .et_social_networks.et_social_circle
  .et_social_gmail
  i {
  background-color: rgba(0, 0, 0, 0.1);
}

.et_monarch
  .et_pb_module.sos_mod_quoteslisting
  .sos_quote_wrapper
  .et_social_networks.et_social_circle
  li.et_social_facebook:hover
  i {
  background-color: #314a83;
}

.et_monarch
  .et_pb_module.sos_mod_quoteslisting
  .sos_quote_wrapper
  .et_social_networks.et_social_circle
  li.et_social_twitter:hover
  i {
  background-color: #0092cc;
}

.et_monarch
  .et_pb_module.sos_mod_quoteslisting
  .sos_quote_wrapper
  .et_social_networks.et_social_circle
  li.et_social_googleplus:hover
  i {
  background-color: #be3f2b;
}

.et_monarch
  .et_pb_module.sos_mod_quoteslisting
  .sos_quote_wrapper
  .et_social_networks.et_social_circle
  li.et_social_gmail:hover
  i {
  background-color: #bc4031;
}

.et_monarch
  .et_pb_section
  .et_pb_module.sos_mod_quoteslisting
  .sos_quote_wrapper
  .et_social_inline {
  margin-bottom: 10%;
  margin-top: -10%;
}

.et_monarch
  .et_pb_module.sos_mod_quoteslisting.sos_selected_quote
  .et_social_inline {
  max-width: 300px;
}

.et_monarch .et_pb_module.sos_mod_quoteslisting.sos_selected_quote {
  padding: 20px;
  background-color: #bc932e;
  margin-bottom: 6%;
}

.et_monarch
  .et_pb_module.sos_mod_quoteslisting.sos_selected_quote
  .sos_quote_inner
  .sos_quote_main
  .sos_quote_author_link_wrapper
  .sos_quote_text {
  color: white;
  font-size: 32px;
  font-family: adobe-caslon-pro, Caslon, Lusitana;
  margin-bottom: 30px;
}

.et_monarch
  .et_pb_module.sos_mod_quoteslisting.sos_selected_quote
  .sos_quote_inner
  .sos_quote_main
  .sos_quote_author_link_wrapper
  .sos_quote_author {
  font-family: adobe-caslon-pro, Caslon, Lusitana;
  font-style: italic;
  font-size: 22px;
  margin-bottom: 20px;
  color: white;
}

.et_monarch .et_pb_module.sos_mod_quoteslisting .et_social_top a {
  text-align: left;
}

.et_monarch .et_pb_module.sos_mod_quoteslisting .et_social_networks li,
.et_monarch
  .et_social_mobile
  .et_pb_module.sos_mod_quoteslisting
  .et_social_networks
  li {
  width: 16%;
}

@media (max-width: 767px) {
  .et_monarch
    .et_pb_module.sos_mod_quoteslisting
    .et_social_networks
    li:nth-child(2n + 1),
  .et_monarch
    .et_social_mobile
    .et_pb_module.sos_mod_quoteslisting
    .et_social_networks
    li:nth-child(2n + 1) {
    clear: none !important;
    width: 23.5% !important;
  }
}

@media (max-width: 479px) {
  .et_monarch .et_pb_module.sos_mod_quoteslisting .et_social_networks li,
  .et_monarch
    .et_social_mobile
    .et_pb_module.sos_mod_quoteslisting
    .et_social_networks
    li {
    width: 23.5% !important;
    margin-left: 0 !important;
    clear: none !important;
  }

  .et_monarch .et_pb_module.sos_mod_quoteslisting .et_social_networks li,
  .et_monarch
    .et_social_mobile
    .et_pb_module.sos_mod_quoteslisting
    .et_social_networks
    li {
    margin: 2% 0 0 0 !important;
  }
}

/* SOS Quote Listing Styles - END */

/* SOS Article Page Updated Design Styles */

#content-area > #left-area > .et_pb_post.type-post.format-standard,
#main-content,
.sos-marble-bg {
  background-image: url("/wp-content/uploads/2019/09/nu-main-background-repeat-all.jpg");
}

.webp #content-area > #left-area > .et_pb_post.type-post.format-standard,
.webp #main-content,
.webp .sos-marble-bg {
  background-image: url("/wp-content/uploads/2019/09/nu-main-background-repeat-all.jpg.webp");
}

#content-area
  > #left-area
  > .et_pb_post.type-post.format-standard
  .et_pb_section,
#main-content,
.et_pb_section {
  background-color: transparent;
}

.sos-article-only-grid
  article.et_pb_post.type-post.format-standard
  div.et_pb_image_container
  a {
  display: none;
}

.sos-article-only-grid
  article.et_pb_post.type-post.format-standard
  div.et_pb_image_container {
  border-top: 3px solid #fff;
}

.sos-article-only-grid
  article.et_pb_post.type-post.format-standard
  h2.entry-title,
.sos-article-only-grid
  article.et_pb_post.type-post.format-standard
  div.post-content {
  padding: 19px;
}

.sos-article-only-grid
  article.et_pb_post.type-post.format-standard
  h2.entry-title {
  padding-bottom: 0px;
}

.sos-article-only-grid article.et_pb_post.type-post.format-standard {
  background-image: url("/wp-content/uploads/2019/09/nu-article-blog-icon.svg");
  background-repeat: no-repeat;
  background-size: 20%;
  padding: 0px;
  padding-top: 21%;
  background-color: transparent;
}

.sos-article-only-grid
  article.et_pb_post.type-post.format-standard
  div.et_pb_image_container {
  margin: 0px;
}

/* SOS Article Page Updated Design Styles - END */

/* spiritual guide floating menu - start */
@media (min-width: 981px) {
  #float-menu {
    position: fixed;
    top: 250px;
    left: 15px;
  }
}
#float-menu {
  max-width: 265px;
}
#float-menu .et_pb_toggle_content.clearfix {
  padding: 0;
}
.nav > li:first-child {
  border-top: none;
}
.nav > li:nth-child(5) {
  border-bottom: none;
}
#float-menu .et_pb_accordion_item {
  padding: 0;
}
#float-menu .icon-container > div:first-child {
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#float-menu + div {
  width: 60%;
}
#float-menu + div h2 {
  font-family: adobe-caslon-pro, Caslon, Lusitana;
  color: black;
  margin-top: 1em;
  font-size: 42px;
}
#float-menu + div h3 {
  font-family: "PT Sans", Helvetica, sans-serif;
  color: black;
  font-size: 28px;
}
@media (max-width: 980px) {
  #float-menu + div {
    width: 90%;
  }
  #float-menu + div img {
    float: none;
    display: flex;
    margin: auto;
  }
}

@media (min-width: 981px) and (max-width: 1370px) {
  #float-menu + div {
    margin-right: 10% !important;
  }
}

@media (min-width: 981px) and (max-width: 1150px) {
  #float-menu {
    max-width: 245px;
  }
}

#float-menu .nav-header nav ul.nav.navbar-nav {
  padding: 0px;
}

.icon-container .csbwfs-shortcode {
  padding: 7px 0px;
}
.sidemenu-link {
  padding: 5px 0px;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  background-color: #f7eedf;
  height: 50px;
  display: flex;
  align-items: center;
}
.sidemenu-link > a {
  font-family: adobe-caslon-pro, Caslon, Lusitana;
  padding: 0 10px;
  color: #e1b93b;
  font-size: 22px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (min-width: 981px) and (max-width: 1150px) {
  .sidemenu-link > a {
    font-size: 18px;
  }
}

.sidemenu-link:hover,
.sidemenu-link.active {
  background-color: #e1b93b;
}
.sidemenu-link:hover > a,
.sidemenu-link.active > a {
  color: white;
}

/* spiritual guide floating menu - end */

/* Locale Specific Show/Hide Classes */
.sos-hide-for-all-locales {
  display: none;
}
/* Locale Specific Show/Hide Classes - end */

/* Vimeo responsive embed - Mediat Tab positioning fix */

.sos-media-tab-slide .embed-container .fluid-width-video-wrapper {
  position: initial;
}

/* Vimeo responsive embed - Mediat Tab positioning fix - end */
/* make video posts slightly skinnier - start */
.single-format-video .type-post .fluid-width-video-wrapper {
  width: 66%;
  left: 17%;
}
/* make video posts slightly skinnier - end */
/* article block quote side ribbon color - start */
blockquote {
  border-color: #e1b93b !important;
}
/* article block quote side ribbon color - end */

/* removed static references to homepage menu headers */

/* articles listing page -- start */
.press-release-template-default #left-area {
  padding-bottom: 0px;
}
.press-release-template-default .container,
.press-release .sos-expanded-footer {
  width: 100%;
  max-width: 100% !important;
}
.press-release-template-default #footer-bottom .container {
  max-width: 1080px !important;
}
.sos-articleslist-tab-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.sos-articleslist-tab {
  padding-right: 40px;
  font-family: adobe-caslon-pro, Caslon, Lusitana;
  font-size: 1.15em;
}
#post-22450 .sos-articleslist-tab {
  white-space: nowrap;
}
.sos-articleslist-post-metadata {
  display: flex;
  align-items: center;
  padding-bottom: 10px;
}
.sos-articleslist-post-category {
  font-size: 14px;
}
.sos-articleslist-post-date {
  padding-left: 12px;
}
.sos-articles-list .post-meta {
  margin-bottom: 0px;
}
.sos-articleslist-post-title {
  font-family: adobe-caslon-pro, Caslon, Lusitana;
  color: black;
}
.sos-articleslist-post-title .entry-homepage-title {
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 980px) {
  .sos-articleslist-tab-container {
    flex-direction: column;
  }
  .sos-articleslist-tab {
    padding-top: 20px;
  }
  .sos-articleslist-post-title {
    line-height: 30px;
  }
  .sos-articleslist-post-metadata {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 10px;
    line-height: 0.5em;
  }
  .sos-articleslist-post-date {
    padding-left: 0px;
  }
  .sos-articleslist-post-title .entry-homepage-title {
    font-size: 24px;
  }
}
.sos-articleslist-tab.active a,
.sos-articleslist-tab a:hover {
  color: #bc932e;
}
.sos-articleslist-tab a {
  color: black;
}
.sos-articleslist-tab > a > div,
.sos_articles_list_0 .pagination.clearfix a:hover,
#post-2932 .pagination.clearfix a:hover {
  background-size: 1em !important;
  padding: 5px 5px 3px 35px !important;
}
.et_pb_post.sos-articles-list {
  margin-bottom: 50px;
}
.sos-articleslist-post-wrapper {
  padding: 20px 0px;
}
.sos-articleslist-post-title .entry-homepage-title:hover {
  color: #e1b93b;
  cursor: pointer;
}
.sos-bold-yellow {
  color: #bc932e;
  font-weight: 600;
}
.sos-articleslist-post-content {
  display: flex;
  justify-content: space-between;
}
.sos-articleslist-bottom-border {
  height: 10px;
  width: 100%;
}
.press-release .et_post_meta_wrapper {
  display: none;
}
.press-release h1 {
  font-size: 38px;
  line-height: 40px;
}
.press-release .et_pb_section_0,
.press-release .et_pb_row_0 {
  max-width: 100% !important;
}
.press-release h3 {
  margin-bottom: 14px;
}
.all-news-link {
  display: flex;
  align-items: center;
}
.all-news-link img {
  max-width: 30px;
}
.all-news-link span {
  margin-left: 20px;
}
/* articles listing page -- end */
/* global pagination -- start */
.wp-pagenavi {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
/* global pagination -- end */
/* Homepage Circular Images CTA - Start */
.sos-circular-image img {
  border-radius: 50%;
  border: 5px solid #e1b93b;
  transition: transform 0.4s;
}

.sos-mc-cta-column:hover .sos-circular-image img {
  border: 5px solid #043a5b;
  transform: scale(1.05);
}

.sos-mc-cta-column h2 {
  transition: transform 0.4s;
  font-size: 1.5em;
}

.sos-mc-cta-column p {
  transition: transform 0.4s;
  font-size: 1em;
}

.sos-mc-cta-column:hover h2,
.sos-mc-cta-column:hover p {
  transform: scale(1.05);
  color: #e1b93b;
}

.sos-mc-cta .et_pb_button_wrapper {
  display: none;
}

.sos-mc-cta a.et_pb_button.et_pb_promo_button {
  color: #e1b93b;
}

.sos-mc-cta a.et_pb_button.et_pb_promo_button:hover {
  color: #043a5b;
}

.sos-mc-cta a.et_pb_button.et_pb_promo_button,
.sos-mc-cta a.et_pb_button.et_pb_promo_button:hover {
  padding: 8px 25px;
}

@media (min-width: 581px) and (max-width: 980px) {
  div.sos-circular-image {
    padding: 30px;
  }

  .sos-mc-cta-column h2 {
    font-size: 2.1em;
  }

  .sos-mc-cta-column p {
    font-size: 1.5em;
  }

  #sos-learn-more-footer .et_pb_blog_grid .column,
  #sos-front-page-article-grid .et_pb_blog_grid .column {
    float: none;
    width: 100%;
    display: block;
  }

  #sos-learn-more-footer .et_pb_salvattore_content,
  #sos-front-page-article-grid .et_pb_salvattore_content {
    display: block;
  }
}

/* Homepage Circular Images CTA - End */

/* Homepage Feature Update July 2020 - Start */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.3em;
}

div.sos-hp-slider-section
  .et_pb_slides
  .et_pb_slide
  .et_pb_slide_description
  .et_pb_slide_content
  h2 {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5em;
}

div.sos-hp-slider-section
  .et_pb_slides
  .et_pb_slide
  .et_pb_slide_description
  .et_pb_button_wrapper
  a.et_pb_button.et_pb_more_button {
  font-size: 1.1em;
}

.et_pb_button:hover,
.et_pb_module .et_pb_button:hover {
  padding: 8px;
}

#sos-front-page-article-grid.sos-article-grid article {
  margin-top: 0px;
}

div.et_pb_module.sos-master-message-latest-article {
  background-color: #fff;
  border-top: 6px solid #e1b93b;
  padding-bottom: 20px;
}

div.et_pb_module.sos-master-message-latest-article .et_pb_post {
  margin-bottom: 10px;
}

div.et_pb_module.sos-master-message-latest-article h2.entry-title,
div.et_pb_module.sos-master-message-latest-article div.post-content {
  padding-left: 20px;
  padding-right: 30px;
}

@media (min-width: 1351px) {
  div.sos-qotd-decorator {
    height: auto;
    max-width: 100%;
    background-color: #bc932e;
    background-image: none;
  }

  .webp .sos-qotd-decorator {
    background-image: none;
  }

  div.sos-qotd-decorator > div.et_pb_row {
    width: 75%;
    max-width: 75%;
    position: relative;
  }
}

.sos-qotd-decorator div.bottom-left-corner,
.sos-qotd-decorator div.bottom-right-corner {
  display: none;
}
div.et_pb_module.sos-article-grid
  div.et_pb_salvattore_content
  div.column.size-1of3
  article.et_pb_post {
  max-height: unset;
}

.et_header_style_split #main-header .container,
.et_header_style_split #main-header .logo_container {
  z-index: 16777272;
}

div.sos-qotd-decorator > div.et_pb_row {
  background-color: #bc932e;
}

div.sos-qotd-decorator .sos_other_quotes_link a:visited,
div.sos-qotd-decorator .sos_other_quotes_link a:hover,
div.sos-qotd-decorator .sos_other_quotes_link a {
  color: #043a5b;
}

.et_pb_button:hover,
.et_pb_module .et_pb_button:hover {
  border: none;
}

#sos-front-page-article-grid.sos-article-grid article,
#sos-front-page-article-grid.sos-article-grid article.et_pb_post {
  border-radius: 6px 6px 6px 6px;
  overflow: hidden;
  border-width: 0px;
  box-shadow: 0px 10px 24px 6px rgba(0, 0, 0, 0.06);
  border: 1px solid #d8d8d8;
  padding: 0px;
  background: none;
  background-color: #fff;
}

/* Commenting out article grid styling - applying only to front page articl grid for now */

/*
.et_pb_module.sos-article-grid .et_pb_blog_grid .et_pb_post {
background-color: #fff;
}


#sos-front-page-article-grid.sos-article-grid article.format-standard h2.entry-title, .sos-article-grid article.et_pb_post h2.entry-title {
    margin-top: 0px;
    border-top: none;
    padding: 10px 20px;
}

#sos-front-page-article-grid.sos-article-grid article h2.entry-title, .sos-article-grid article.et_pb_post h2.entry-title,
#sos-front-page-article-grid.sos-article-grid article div.post-content, .sos-article-grid article.et_pb_post div.post-content{
padding: 10px 20px;
}
*/

#sos-front-page-article-grid.sos-article-grid
  article.format-standard
  h2.entry-title {
  margin-top: 0px;
  border-top: none;
  padding: 10px 20px;
}

#sos-front-page-article-grid.sos-article-grid article h2.entry-title,
#sos-front-page-article-grid.sos-article-grid article div.post-content {
  padding: 10px 20px;
}

/* Homepage Feature Update July 2020 - End */
/* online programs -- start */
img.cta {
  border-radius: 10px;
  border: 1px solid white;
}
.learn-more-btn {
  position: absolute;
  bottom: 15%;
  left: 17%;
}
.learn-more-btn a {
  border-radius: 100px;
  text-transform: uppercase;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  padding: 12px 36px;
}
.learn-more-btn.ltm a {
  background-color: #e1b93b;
}
.learn-more-btn.pttm a {
  background-color: #542d89;
}
.learn-more-btn.gmip a {
  background-color: #0084bd;
}
.learn-more-btn {
  position: absolute;
  bottom: 15%;
  left: 17%;
  border-radius: 100px;
  padding: 0;
}
.learn-more-btn a {
  border-radius: 100px;
  text-transform: uppercase;
  font-family: "Poppins", Helvetica, Arial, Lucida, sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #ffffff;
  padding: 12px 30px;
}
.learn-more-btn.ltm a {
  background-color: #e1b93b;
}
.learn-more-btn.pttm a {
  background-color: #542d89ff;
}
.learn-more-btn.pttm {
  left: 30%;
}
.learn-more-btn.gmip {
  left: 40%;
}
.learn-more-btn.gmip a {
  background-color: #0084bdff;
}
/* online programs -- end */

/* Master's programs calendar styling - Start */
.sos-master-events-calendar-wrapper {
  max-width: 650px;
  margin: auto;
}

.sos-master-events-calendar-wrapper .tiva-calendar .calendar-btn span {
  font-size: 18px;
}

.sos-master-events-calendar-wrapper
  .tiva-calendar-compact
  .calendar-day-normal
  .calendar-day-event {
  height: 100%;
  background-color: #e1b93b;
  color: #043a5b;
  padding-top: 0.8em;
}

.sos-master-events-calendar-wrapper .calendar-day-event .tiva-event-tooltip {
  bottom: 55px;
}

.sos-master-events-calendar-wrapper
  .tiva-calendar-compact
  .calendar-event-mark {
  top: 0px;
}

.tiva-calendar-compact .calendar-event-mark::after {
  border-top: 16px solid #043a5b;
}

.sos-master-events-calendar-wrapper .bar-btn.calendar-view,
.sos-master-events-calendar-wrapper .bar-btn.list-view,
.sos-master-programs-calendar-module {
  display: none;
}

.sos-master-programs-show-calendar.bar-btn.calendar-view {
  display: inline-block;
  font-size: 18px;
  padding: 3px 15px 3px 40px;
  text-shadow: 1px 1px #7c7c7c;
  line-height: 32px;
  box-shadow: 1px 1px #7c7c7c;
}

.sos-master-programs-show-calendar.bar-btn.calendar-view i.fa-calendar-o,
.sos-master-programs-show-calendar.bar-btn.calendar-view.showing-calendar
  i.fa-eye-slash {
  display: inline-block;
}

.sos-master-programs-show-calendar.bar-btn.calendar-view i.fa-eye-slash,
.sos-master-programs-show-calendar.bar-btn.calendar-view.showing-calendar
  i.fa-calendar-o {
  display: none;
}

.sos-master-programs-show-calendar.bar-btn.calendar-view i {
  top: 9px;
}

.tiva-calendar-compact .calendar-day-normal,
.tiva-calendar-compact .calendar-table tr th {
  height: 50px;
}

.tiva-calendar-compact .calendar-title,
.tiva-calendar-compact .calendar-btn {
  height: 50px;
}

.tiva-calendar-compact .calendar-table tr th {
  color: #043a5b;
}
/* Master's programs calendar styling - End */

/* Global Meditation Countdown timer slate - Start */

.sos-offline-slate-background,
.sos-offline-slate-background img {
  width: 100%;
}

.sos-offline-slate-background img {
  display: block;
}

.sos-offline-slate-bar {
  position: absolute;
  display: flex;
  align-items: center;
  min-width: 250px;
  left: 12px;
  height: 56px;
  bottom: 12px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
  color: #fff;
  -moz-transition: bottom 0.25s cubic-bezier(0, 0, 0.2, 1);
  -webkit-transition: bottom 0.25s cubic-bezier(0, 0, 0.2, 1);
  transition: bottom 0.25s cubic-bezier(0, 0, 0.2, 1);
  z-index: 23;
  font-size: 12px;
  line-height: 1.5em;
}

@media (max-width: 980px) {
  .sos-offline-slate-bar {
    left: 0px;
    bottom: -56px;
  }
}

.sos-offline-slate-icon {
  margin: 0 20px;
  width: 24px;
}

.sos-offline-slate-messages {
  flex: 1;
  padding-right: 2em;
}

.sos-offline-slate-main-text {
  font-size: 140%;
  font-weight: normal;
  margin-bottom: 3px;
}

.sos-offline-slate-subtitle-text {
  font-size: 110%;
  font-weight: 500;
}

.sos-offline-slate-main-text,
.sos-offline-slate-subtitle-text {
  text-transform: none;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* Global Meditation Countdown timer slate - End */

#sos-learn-more-footer .sos-article-grid article,
#sos-learn-more-footer .sos-article-grid article.et_pb_post {
  border-radius: 6px 6px 6px 6px;
  overflow: hidden;
  border-width: 0px;
  box-shadow: 0px 10px 24px 6px rgba(0, 0, 0, 0.06);
  border: 1px solid #d8d8d8;
  padding: 0px;
  background: none;
  background-color: #fff;
}
#sos-learn-more-footer
  .sos-article-grid
  article.format-standard
  h2.entry-title {
  margin: 0px;
  border-top: none;
  padding: 10px 20px;
}
#sos-learn-more-footer .sos-article-grid article h2.entry-title,
#sos-learn-more-footer .sos-article-grid article div.post-content {
  padding: 10px 20px;
}
#sos-learn-more-footer .et_pb_blog_grid.et_pb_post {
  padding: 0px;
}
#sos-learn-more-footer .post-meta {
  padding-bottom: 0px;
}
#sos-learn-more-footer .et_pb_sos_video_blog_0 article {
  padding: 0px;
}
/* Hide top header - secondary menu till locale release - Start */
#page-container #top-header {
  display: none;
}
/* Hide top header - secondary menu till locale release - End */
/*sos inline vimeo - start*/
.sos-inline-youtube.float-left,
.sos-inline-vimeo.float-left {
    margin: 0 3vw 1vw 0;
}
.sos-inline-youtube.float-right,
.sos-inline-vimeo.float-right {
    margin: 0 0 1vw 3vw;
}
.sos-inline-youtube .fluid-width-video-wrapper,
.sos-inline-vimeo .fluid-width-video-wrapper {
    padding-top: 0 !important;
}
.sos-inline-youtube,
.sos-inline-vimeo {
    display: inline-block;
    width: 30vw;
}
.sos-inline-youtube iframe,
.sos-inline-vimeo iframe {
    height: 325px !important;
    position: relative !important;
}
@media(max-width: 1150px) {
    .sos-inline-youtube iframe,
    .sos-inline-vimeo iframe {
        height: 215px !important;
    }
}
@media(max-width: 767px) {
    .sos-inline-youtube iframe,
    .sos-inline-vimeo iframe {
        height: 149px !important;
    }
}
@media(max-width: 500px) {
    .sos-inline-youtube,
    .sos-inline-vimeo {
        display: inline-block;
        width: 100%;
    }
}
/*sos inline vimeo - end*/
.float-left {
    float: left;
}
.float-right {
    float: right;
}
