body {
  background: #fff;
  font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  padding: 0px;
  margin: 0px;
  /* Addons */
  /*.rd-navbar-static.rd-navbar--is-stuck .info-wrap {
          display: none;
       }
       .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner {
          height: 75px;
       }
       .rd-navbar-static.rd-navbar--is-stuck .omega-logo {
          top: 10px;
       }
       .rd-navbar-static.rd-navbar--is-stuck .omega-logo img {
          max-width: 220px;
       }*/
}

body .mobile-banner {
  display: none;
  background: #3a7d79;
  text-align: center;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 99;
}

body .mobile-banner a {
  color: white;
}

body * {
  box-sizing: border-box;
}

body *:focus {
  outline: 0;
}

body a {
  text-decoration: none;
}

body i {
  font-style: normal;
}

body .mobile {
  display: none;
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: 'Jura', sans-serif;
}

body #navBlanket {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

body header {
  background: #fff;
  padding: 15px;
  height: 135px;
  position: relative;
  color: #fff;
  z-index: 1010;
  transition: .3s all ease-in-out;
}

body header #navBurger {
  position: absolute;
  right: 30px;
  top: 20px;
  cursor: pointer;
  color: #3a7d79;
  font-size: 40px;
}

body header nav.rd-navbar .rd-navbar-outer {
  display: none;
}

body header nav.rd-navbar .rd-navbar-inner {
  width: 85%;
  margin: 0 auto;
}

body header nav.rd-navbar .rd-navbar-inner .omega-logo {
  position: absolute;
  left: 100px;
  top: 30px;
}

body header nav.rd-navbar .rd-navbar-inner .omega-logo img {
  max-width: 300px;
  transition: .3s all ease-in-out;
}

body header nav.rd-navbar .rd-navbar-inner .rd-navbar-panel {
  display: none;
}

body header nav.rd-navbar .rd-navbar-inner .info-wrap {
  float: right;
  margin-bottom: 10px;
}

body header nav.rd-navbar .rd-navbar-inner .rd-navbar-nav-wrap {
  text-align: right;
  margin: 0 auto;
  position: relative;
  bottom: -9px;
  clear: both;
}

body header nav.rd-navbar .rd-navbar-inner .rd-navbar-nav-wrap .contactLink {
  background: #404362;
  box-shadow: 2px 2px 4px black;
}

body header nav.rd-navbar .rd-navbar-inner .rd-navbar-nav-wrap ul.rd-navbar-nav > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

body header nav.rd-navbar .rd-navbar-inner .rd-navbar-nav-wrap ul.rd-navbar-nav > li:hover > a {
  color: #fff;
}

body header nav.rd-navbar .rd-navbar-inner .rd-navbar-nav-wrap ul.rd-navbar-nav > li > a {
  color: #3a7d79;
  font-weight: bold;
  border-radius: 3px;
  padding: 10px;
  text-transform: uppercase;
}

body header nav.rd-navbar .rd-navbar-inner .rd-navbar-nav-wrap ul.rd-navbar-nav > li > a.contactLink {
  color: #fff;
}

body header nav.rd-navbar .rd-navbar-inner .rd-navbar-nav-wrap ul.rd-navbar-nav > li > a:hover, body header nav.rd-navbar .rd-navbar-inner .rd-navbar-nav-wrap ul.rd-navbar-nav > li > a:focus {
  text-decoration: none;
  color: white;
  background-color: #404362;
}

body header nav.rd-navbar .rd-navbar-inner .rd-navbar-nav-wrap ul.rd-navbar-nav > li span.dropdown-arrow {
  display: none;
}

body header nav.rd-navbar .rd-navbar-inner .rd-navbar-nav-wrap ul.rd-navbar-nav > li ul.dropdown-menu {
  position: absolute;
  top: 22px;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

body header nav.rd-navbar .rd-navbar-inner .rd-navbar-nav-wrap ul.rd-navbar-nav > li ul.dropdown-menu li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  color: #333;
  white-space: nowrap;
}

body header nav.rd-navbar .rd-navbar-inner .rd-navbar-nav-wrap ul.rd-navbar-nav > li ul.dropdown-menu li a:hover, body header nav.rd-navbar .rd-navbar-inner .rd-navbar-nav-wrap ul.rd-navbar-nav > li ul.dropdown-menu li a:focus {
  text-decoration: none;
  color: white;
  background-color: #404362;
}

body header nav.rd-navbar .rd-navbar-inner .rd-navbar-nav-wrap ul.rd-navbar-nav > li:hover > a {
  background: #404362;
}

body header nav.rd-navbar .rd-navbar-inner .rd-navbar-nav-wrap ul.rd-navbar-nav > li:hover ul.dropdown-menu {
  display: block;
}

body header.slim {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  max-height: 90px;
  padding: 0 40px 0 20px;
}

body header.slim nav.rd-navbar .rd-navbar-inner .omega-logo {
  top: 20px;
}

body header.slim nav.rd-navbar .rd-navbar-inner .omega-logo img {
  max-width: 200px;
}

body header.slim nav.rd-navbar .rd-navbar-inner .rd-navbar-panel {
  display: none;
}

body header.slim nav.rd-navbar .rd-navbar-inner .info-wrap {
  display: none;
  text-align: right;
}

body header.slim nav.rd-navbar .rd-navbar-inner .rd-navbar-nav-wrap {
  text-align: right;
  margin: 0 auto;
  position: relative;
  bottom: -15px;
}

body header.slim nav.rd-navbar .rd-navbar-inner .rd-navbar-nav-wrap ul.rd-navbar-nav > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

body header.slim nav.rd-navbar .rd-navbar-inner .rd-navbar-nav-wrap ul.rd-navbar-nav > li > a {
  font-weight: bold;
  border-radius: 3px;
  padding: 10px;
  text-transform: uppercase;
}

body header.slim nav.rd-navbar .rd-navbar-inner .rd-navbar-nav-wrap ul.rd-navbar-nav > li > a.contactLink {
  color: #fff;
}

body header.slim nav.rd-navbar .rd-navbar-inner .rd-navbar-nav-wrap ul.rd-navbar-nav > li span.dropdown-arrow {
  display: none;
}

body header.slim nav.rd-navbar .rd-navbar-inner .rd-navbar-nav-wrap ul.rd-navbar-nav > li ul.dropdown-menu {
  position: absolute;
  top: 22px;
  right: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

body header.slim nav.rd-navbar .rd-navbar-inner .rd-navbar-nav-wrap ul.rd-navbar-nav > li ul.dropdown-menu li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.6;
  color: #333;
  white-space: nowrap;
}

body header.slim nav.rd-navbar .rd-navbar-inner .rd-navbar-nav-wrap ul.rd-navbar-nav > li ul.dropdown-menu li a:hover, body header.slim nav.rd-navbar .rd-navbar-inner .rd-navbar-nav-wrap ul.rd-navbar-nav > li ul.dropdown-menu li a:focus {
  text-decoration: none;
  color: white;
  background-color: #404362;
}

body header.slim nav.rd-navbar .rd-navbar-inner .rd-navbar-nav-wrap ul.rd-navbar-nav > li:hover > a {
  background: #3a7d79;
}

body header.slim nav.rd-navbar .rd-navbar-inner .rd-navbar-nav-wrap ul.rd-navbar-nav > li:hover ul.dropdown-menu {
  display: block;
}

body main.page-content #social-btns {
  position: fixed;
  left: 0px;
  top: 55%;
  transform: translateY(-50%);
  z-index: 15;
  padding: 10px;
  color: white;
}

body main.page-content #social-btns ul#social {
  list-style: none;
  padding: 0;
  margin: 0;
}

body main.page-content #social-btns ul#social li {
  /*                border-radius: 50%;
                    border: 5px solid #404362;
                    margin: 5px;
                    box-sizing: border-box;*/
  padding-bottom: 10px;
}

body main.page-content #social-btns ul#social li a {
  /*                        background: #3A3A3C;
                        display: block;
                        border-radius: 50%;
                        box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 1);
                        width: 40px;
                        font-size: 25px;
                        height: 40px;
                        box-sizing: border-box;
                        padding: 6px 5px 5px 9px;
                        color: #fff;*/
  color: #404362;
}

body main.page-content section.omega_benefits_section .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 500px;
  overflow: hidden;
}

body main.page-content section.omega_benefits_section .swiper-slide .swiper-slide-caption {
  text-align: center;
  color: #fff;
  max-width: 758px;
}

body main.page-content section.omega_benefits_section .swiper-slide .swiper-slide-caption h1 {
  font-size: 72px;
  padding: 10px 0;
  margin: 0;
}

body main.page-content section.omega_benefits_section .swiper-slide .swiper-slide-caption p {
  padding: 0 0 10px 0;
  margin: 0;
}

@keyframes cityScroll {
  0% {
    background-position: left center;
  }
  100% {
    background-position: right center;
  }
}

body main.page-content section.breadcrumbs-wrap {
  background: url(https://www.omegabenefit.org/images/redesign/about-header.png) no-repeat left center;
  box-sizing: border-box;
  color: white;
  display: block;
  font-family: Jura, sans-serif;
  font-size: 15px;
  height: 275px;
  line-height: 24px;
  outline-color: white;
  outline-style: none;
  outline-width: 0px;
  padding-bottom: 50px;
  padding-top: 25px;
  text-align: left;
  text-size-adjust: 100%;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  animation: cityScroll 30s linear alternate infinite;
}

body main.page-content section.breadcrumbs-wrap .shell {
  box-sizing: border-box;
  color: white;
  display: block;
  font-family: Jura, sans-serif;
  font-size: 15px;
  height: 82px;
  line-height: 24px;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 300px;
  outline-color: white;
  outline-style: none;
  outline-width: 0px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  text-size-adjust: 100%;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

body main.page-content section.breadcrumbs-wrap .shell h2.headerbackground, body main.page-content section.breadcrumbs-wrap .shell h1.headerbackground {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgba(64, 67, 98, 0.5);
  background-image: none;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  box-sizing: border-box;
  color: white;
  display: block;
  font-family: Jura, sans-serif;
  font-size: 60px;
  font-weight: 400;
  height: 82px;
  line-height: 72px;
  margin: 0 auto;
  outline-color: white;
  outline-style: none;
  outline-width: 0px;
  padding-bottom: 10px;
  text-align: center;
  text-size-adjust: 100%;
  width: 100%;
  max-width: 80%;
  -webkit-tap-highlight-color: transparent;
}

body main.page-content section.breadcrumbs-wrap .shell ul.breadcrumbs-custom {
  box-sizing: border-box;
  color: white;
  display: block;
  font-family: Jura, sans-serif;
  font-size: 15px;
  height: 0px;
  line-height: 24px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin-block-end: 0px;
  margin-block-start: 10px;
  margin-bottom: 0px;
  margin-inline-end: 0px;
  margin-inline-start: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
  outline-color: white;
  outline-style: none;
  outline-width: 0px;
  padding-bottom: 0px;
  padding-inline-start: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: center;
  text-size-adjust: 100%;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
}

body main.page-content section.bg-whisper.section-50 {
  padding-top: 115px;
  max-width: 960px;
  margin: 0 auto;
}

body main.page-content section > .shell {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 1.6;
  font-size: 18px;
  padding: 0 20px;
}

body main.page-content section > .shell .heading-3, body main.page-content section > .shell .heading-4 {
  line-height: 1.2;
  font-size: 45px;
  padding-top: 25px;
  padding-bottom: 12px;
  color: #434345;
  margin: 0;
  text-align: center;
  position: relative;
  font-weight: 500;
}

body main.page-content section > .shell .heading-3:after, body main.page-content section > .shell .heading-4:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin: 0 auto;
  width: 40px;
  border-top: 4px solid #3a7d79;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

body main.page-content section > .shell h4.heading {
  box-sizing: border-box;
  color: #434345;
  display: block;
  font-family: Jura, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 43.2px;
  margin-top: 10px;
  margin-bottom: 0;
  outline-color: #434345;
  outline-style: none;
  outline-width: 0px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  text-align: center;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body main.page-content section > .shell ul {
  list-style: none;
  padding: 0px;
}

body main.page-content section > .shell .row.box {
  box-sizing: border-box;
  color: #434345;
  font-family: Jura, sans-serif;
  font-size: 15px;
  height: 170px;
  line-height: 24px;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 25px;
  outline-color: #434345;
  outline-style: none;
  outline-width: 0px;
  text-align: left;
  text-size-adjust: 100%;
  max-width: 1200px;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

body main.page-content section > .shell .row.box:before {
  box-sizing: border-box;
  content: " ";
  display: table;
  height: 0px;
  width: 0px;
}

body main.page-content section > .shell .row.box .col-sm-2 {
  box-sizing: border-box;
  color: #434345;
  display: block;
  float: left;
  font-family: Jura, sans-serif;
  font-size: 15px;
  height: 170px;
  line-height: 24px;
  min-height: 1px;
  outline-color: #434345;
  outline-style: none;
  outline-width: 0px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  text-align: left;
  text-size-adjust: 100%;
  width: 200px;
  -webkit-tap-highlight-color: transparent;
}

body main.page-content section > .shell .row.box .col-sm-2 img {
  border-bottom-color: #434345;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0px;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-source: none;
  border-image-width: 1;
  border-left-color: #434345;
  border-left-style: none;
  border-left-width: 0px;
  border-right-color: #434345;
  border-right-style: none;
  border-right-width: 0px;
  border-top-color: #434345;
  border-top-style: none;
  border-top-width: 0px;
  box-sizing: border-box;
  color: #434345;
  display: inline;
  font-family: Jura, sans-serif;
  font-size: 15px;
  height: 170px;
  line-height: 24px;
  max-width: 100%;
  outline-color: #434345;
  outline-style: none;
  outline-width: 0px;
  text-align: left;
  text-size-adjust: 100%;
  vertical-align: middle;
  width: 170px;
  -webkit-tap-highlight-color: transparent;
}

body main.page-content section > .shell .row.box .col-sm-4 {
  box-sizing: border-box;
  color: #434345;
  display: block;
  float: left;
  font-family: Jura, sans-serif;
  font-size: 15px;
  height: 48px;
  line-height: 24px;
  min-height: 1px;
  outline-color: #434345;
  outline-style: none;
  outline-width: 0px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  text-align: left;
  text-size-adjust: 100%;
  width: 399.984px;
  -webkit-tap-highlight-color: transparent;
}

body main.page-content section > .shell .row.box .col-sm-4 strong {
  box-sizing: border-box;
  color: #434345;
  display: inline;
  font-family: Jura, sans-serif;
  font-size: 15px;
  font-weight: 700;
  height: auto;
  line-height: 24px;
  outline-color: #434345;
  outline-style: none;
  outline-width: 0px;
  text-align: left;
  text-size-adjust: 100%;
  width: auto;
  -webkit-tap-highlight-color: transparent;
}

body main.page-content section > .shell .range .range {
  display: flex;
}

body main.page-content section > .shell .cell-sm-6 {
  box-sizing: border-box;
  color: #434345;
  display: block;
  flex-basis: 50%;
  flex-grow: 0;
  flex-shrink: 0;
  font-family: Jura, sans-serif;
  font-size: 15px;
  height: 305px;
  line-height: 24px;
  max-width: 50%;
  outline-color: #434345;
  outline-style: none;
  outline-width: 0px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  text-size-adjust: 100%;
  width: 585px;
  -webkit-tap-highlight-color: transparent;
}

body main.page-content section > .shell .cell-sm-6 p.h6 {
  box-sizing: border-box;
  color: #434345;
  display: block;
  font-family: Jura, sans-serif;
  font-size: 20px;
  font-weight: 500;
  height: 24px;
  line-height: 24px;
  margin-block-end: 0px;
  margin-block-start: 0px;
  margin-bottom: 0px;
  margin-inline-end: 0px;
  margin-inline-start: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  outline-color: #434345;
  outline-style: none;
  outline-width: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  text-align: center;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body main.page-content section > .shell .cell-sm-6 p.h6 small {
  display: block;
}

body main.page-content section > .shell br {
  line-height: 5px;
}

body main.page-content section > .shell #shoplink {
  position: relative;
  display: inline-block;
  width: inherit;
  padding: 8px 15px;
  color: #fff;
  background: #3a7d79;
  line-height: 1.2;
  font-weight: 700;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  border-radius: 3px;
  margin: 6px auto;
}

body main.page-content section > .shell .quote-custom {
  padding: 0;
  margin: 0;
  font-size: inherit;
  border-left: none;
  text-align: center;
}

body main.page-content section > .shell .quote-custom .quote-custom-q {
  margin-top: 20px;
}

body main.page-content section > .shell .quote-custom .quote-custom-title h6 {
  line-height: 1.2;
  font-size: 22px;
}

body main.page-content section > .shell .quote-custom .quote-custom-rating {
  padding: 15px 0;
  font-size: 40px;
}

body main.page-content section > .shell .quote-custom .quote-custom-rating .icon-saffron {
  color: #ffd21d;
}

body main.page-content section > .shell .quote-custom .quote-custom-cite cite {
  font-weight: bold;
  font-style: normal;
  font-size: 1.13em;
}

body main.page-content section.teal {
  background: #3a7d79;
  padding: 44px 0;
}

body main.page-content section.teal .slick-prev {
  left: 20px;
}

body main.page-content section.teal .slick-prev:before {
  font-size: 60px;
}

body main.page-content section.teal .slick-next {
  right: 35px;
}

body main.page-content section.teal .slick-next:before {
  font-size: 60px;
}

body footer.page-foot {
  padding-top: 65px;
  padding-bottom: 33px;
  background-color: #fff;
}

body footer.page-foot .shell {
  max-width: 1200px;
  margin: 0 auto;
}

body footer.page-foot .shell .range {
  display: flex;
  justify-content: center;
}

body footer.page-foot .shell .range .cell-lg-3 {
  flex-basis: 25%;
  max-width: 25%;
  padding: 0 15px;
}

body footer.page-foot .shell .range .cell-lg-3.timeline-Viewport {
  overflow-y: auto;
  height: 525px;
}

body footer.page-foot .shell .range .cell-lg-3 .img-responsive {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

body footer.page-foot .shell .range .cell-lg-3 .map {
  width: 100%;
}

body footer.page-foot .shell .range .cell-lg-3 dl {
  font-style: normal;
}

body footer.page-foot .shell .range .cell-lg-3 dl dt {
  margin: 0;
  font-weight: 700;
  color: #434345;
}

body footer.page-foot .shell .range .cell-lg-3 dl dd {
  margin: 0;
  color: #9b9b9b;
}

body footer.page-foot .shell .range .cell-lg-3 dl dd a {
  color: #9b9b9b;
}

body footer.page-foot .shell .range .cell-lg-3 ul.list-inline {
  text-align: left;
  padding: 0;
}

body footer.page-foot .shell .range .cell-lg-3 ul.list-inline li {
  list-style-type: none;
  display: inline-block;
  vertical-align: top;
  margin: 0 8px 0 0;
}

body footer.page-foot .shell .range .cell-lg-4 {
  flex-basis: 33%;
  max-width: 33%;
  padding: 0 15px;
}

body footer.page-foot .shell .range .cell-lg-4 .h7 {
  display: block;
  margin-top: 0;
  margin-bottom: 30px;
  font-weight: 700;
  line-height: 1.2;
  font-size: 17px;
  color: #434345;
  text-transform: uppercase;
}

body footer.page-foot .shell .range .cell-lg-4 .post-widget a {
  display: inline-block;
  color: #434345;
}

body footer.page-foot .shell .copyright {
  text-align: center;
  margin: 0;
  padding: 45px 0 0 0;
}

body .pswp {
  display: none;
}

body .ui-to-top {
  display: none;
}

body #error404 {
  text-align: center;
}

body #error404 h1 {
  Font-size: 70px;
}

body #social a {
  /*        background: #3A3A3C;
        display: block;
        border-radius: 50%;
        box-shadow: inset 0px 1px 5px 0px rgba(0, 0, 0, 1);
        width: 40px;
        font-size: 25px;
        height: 40px;
        box-sizing: border-box;
        padding: 0px 5px 5px 8px;
        color: #fff;*/
}

body .podcast-box {
  text-align: center;
}

body .podcast-box .podcast {
  width: 250px;
  display: block;
  margin: 0 auto;
}

body .podcast-box .podBtn {
  display: block;
  background: #3a7d79;
  border-radius: 5px;
  width: 200px;
  color: white;
  margin: 20px auto;
  box-shadow: 2px 2px 4px black;
  transition: .3s all ease-in-out;
}

body .podcast-box .podBtn:hover {
  box-shadow: 4px 4px 6px black;
  background: #404362;
}

body h4.heading {
  text-align: center;
  padding: 10px 0;
}

body .h6 {
  font-size: 20px;
}

body .row {
  margin-top: 25px;
}

body .pressRelease {
  display: block;
  text-decoration: none;
  box-sizing: border-box;
  width: 100%;
  border: #9b9b9b 1px solid;
  padding: 10px 70px 10px 60px;
  position: relative;
  cursor: pointer;
  color: #404362;
  margin: 15px auto;
  min-height: 50px;
  font-size: 20px;
}

body .pressRelease .trigger {
  position: absolute;
  right: 10px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: 50%;
  font-size: 40px;
}

body .pressRelease .doc {
  position: absolute;
  left: 10px;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  top: 50%;
  font-size: 40px;
}

body iframe {
  border: none;
}

body body .contactIcons a {
  color: #404362 !important;
  font-style: normal;
}

body body .socialIcons a {
  box-sizing: border-box;
  background: #3a7d79;
  color: #fff !important;
  font-style: normal;
  font-size: 30px;
  padding: 10px;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  display: inline-block;
}

body body .socialIcons a:hover {
  background: #404362;
}

body #contactNav {
  margin: 25px 0;
  text-align: center;
}

body #contactNav a.contactLink {
  padding: 10px;
  background: #3a7d79;
  display: inline-block;
  vertical-align: top;
  color: #fff;
}

body #contactNav a.contactLink:hover {
  background: #404362;
}

body #contactNav a.contactLink:first-child {
  border-radius: 8px 0 0 8px;
}

body #contactNav a.contactLink:last-child {
  border-radius: 0 8px 8px 0;
}

body .flexy {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}

body .staffBios {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
}

body .staffBios .staffMember {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  min-height: 350px;
  margin: 0 0 20px 0;
}

body .staffBios .staffMember:nth-child(odd) {
  flex-direction: row;
  text-align: left;
}

body .staffBios .staffMember:nth-child(even) {
  flex-direction: row-reverse;
  text-align: right;
}

body .staffBios .staffMember .staffPhoto {
  flex-basis: 35%;
}

body .staffBios .staffMember .staffPhoto img {
  width: 348px;
  max-width: 90%;
  border-radius: 50%;
}

body .staffBios .staffMember .staffInfo {
  flex-basis: 70%;
}

body .staffBios .staffMember .staffInfo .title {
  font-size: 28px;
  font-weight: bold;
  display: block;
}

body .staffBios .staffMember .staffInfo .subTitle {
  font-size: 18px;
  font-weight: bold;
  display: block;
}

body .staffBios .staffMember .staffInfo p {
  font-size: 16px;
  padding: 10px;
}

body .imgBox {
  position: relative;
}

body img.logo {
  max-width: 200px;
  margin: 35px;
}

body .omega-logo {
  position: absolute;
  left: 10px;
  top: 30px;
  z-index: 1;
}

body .omega-logo img {
  max-width: 300px;
}

body #logo-mobile {
  max-height: 50px;
}

body .info-wrap .info-line {
  font-size: 14px;
  padding: 3px 0 0 30px;
  color: #4d4e4f;
}

body .info-wrap .info-line .icon {
  font-size: 14px;
  margin-right: 8px;
  color: #4d4e4f;
}

body .info-wrap .info-line a {
  color: #4d4e4f;
}

body .contactIcons a {
  color: #404362 !important;
  font-style: normal;
}

body .contactIcons a:hover {
  color: #3a7d79 !important;
}

body .socialIcons {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

body .socialIcons a.socialLink {
  height: 56px;
  width: 56px;
  background: #404362;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
  border-radius: 50%;
  padding: 10px;
  margin: 10px;
}

body section.bg-whisper {
  font-size: 18px;
}

body .btn {
  padding: 10px;
  text-align: center;
  font-size: 18px;
  display: block;
  color: #fff;
  background: #404362;
  border: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 5px;
  transition: .3s all ease-in-out;
}

body .btn:hover {
  background: #3a7d79;
  cursor: pointer;
}

body .btnMarketing {
  min-width: 55%;
  max-width: 100%;
  margin: 5px auto;
  margin-bottom: 30px;
}

body .btnMarketing:hover {
  background: #3a7d79;
  cursor: pointer;
}

body .btnSubmit {
  margin-bottom: 10px;
  padding: 10px 15px;
  background: #3a7d79;
}

body .btnSubmit:hover {
  background: #404362;
}

body .clear:after {
  content: "";
  display: table;
  clear: both;
}

body .marketingContainer {
  margin: 25px 0;
}

body .marketingContainer .flex {
  display: flex;
  justify-content: space-around;
}

body .marketingContainer .flex .form-group {
  flex-basis: 32.3%;
}

body .marketingContainer .flex:nth-child(2) {
  display: flex;
  justify-content: space-around;
}

body .marketingContainer .flex:nth-child(2) .form-group {
  flex-basis: 49%;
  margin-bottom: 10px;
}

body .marketingContainer .form-group label {
  display: block;
  margin-top: 10px;
}

body .marketingContainer .form-group .form-control {
  width: 100%;
  border-radius: 5px;
  height: 40px;
  padding: 5px;
  font-size: 16px;
}

body .success p {
  text-align: center;
  padding: 20px;
  background: #3a7d79;
  border-radius: 5px;
  color: white;
  font-size: 20px;
}

body .required-inpt {
  border: 2px solid #FF0000 !important;
}

body .error {
  font-size: 18px;
  background: #404362;
  padding: 10px;
  color: white;
  border-radius: 5px;
  border-left: 12px solid red;
}

.img-responsive {
  width: 100%;
  padding: 20px;
}

.buddyForm {
  /*width: 60%;*/
  margin: 0 auto;
}

.shell .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.buddyForm .form-group {
  padding: 0 10px;
  margin-bottom: 12px;
  width: 100%;
  text-align: left;
}

.buddyForm label {
  font-size: 18px;
  color: #323232;
  font-weight: 700;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

.buddyForm .form-control {
  display: block;
  width: 100%;
  height: 45px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.buddyForm .subBtn {
  background: #404362;
  box-shadow: 2px 2px 4px black;
  outline: none;
  color: white;
  padding: 10px 15px;
  border: none;
  transition: .3s ease-in-out all;
}

.buddyForm .subBtn:hover {
  cursor: pointer;
  background: #3a7d79;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

.success {
  text-align: center;
  font-size: 22px;
  color: green;
}

.error {
  text-align: center;
  font-size: 22px;
  color: red;
}

.required-1 {
  border: 3px red solid !important;
}

.error {
  text-align: center;
  padding: 20px;
  background: #ececec;
  border-radius: 10px;
  margin-bottom: 30px;
}

.referralText {
  flex-basis: 65%;
}

.pb-40 {
  padding-bottom: 40px;
}

.fadeinDown {
  animation: fadeInDown 500ms ease-in-out;
}

/*Buddy Referral*/
.removeClone {
  background: red;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  display: inline-block;
  color: white;
  cursor: pointer;
  transition: .3s all ease-in-out;
}

.removeClone:hover {
  background: #d30404;
}

.btn-con {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.add-referral {
  background: #404362;
  color: white;
  padding: 8px 15px;
  border-radius: 5px;
  transition: .2s all ease-in;
  border: 1px solid #828186;
  font-size: 18px;
  cursor: pointer;
}

.add-referral:hover {
  background: #3a7d79;
}

.fade-in {
  -webkit-animation: fade-in .5s ease-in-out;
  /* Safari 4+ */
  -moz-animation: fade-in .5s ease-in-out;
  /* Fx 5+ */
  -o-animation: fade-in .5s ease-in-out;
  /* Opera 12+ */
  animation: fade-in .5s ease-in-out;
  /* IE 10+, Fx 29+ */
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/*Privacy Policy*/
#privacy-policy .heading {
  font-size: 45px;
  margin: 40px 0 0 0;
  text-align: center;
}

#privacy-policy .heading2 {
  font-size: 35px;
  margin: 40px 0 0 0;
}

#privacy-policy ul li p {
  margin: 0;
}

/* Standard syntax */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fadeinUp {
  animation: fadeInUp 500ms ease-in-out;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 960px) {
  .buddyForm .flex, .shell .flex {
    display: block;
  }
  .btn-con, .btn-con .btn-referral, .btn-con .btnBlue {
    display: block;
  }
  .btn-con .pull-right {
    float: none !important;
  }
  .btn-con .g-recaptcha {
    margin: 20px auto !important;
    display: block;
    width: 300px;
  }
  .btn-con .add-referral, .btn-con .btnSubmit {
    width: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 650px) {
  .buddyForm .pull-right {
    float: none;
  }
  .buddyForm .subBtn {
    display: block;
    width: 100%;
    font-size: 18px;
  }
  .g-recaptcha {
    margin-top: 10px;
  }
}
