/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:
 Description:
 Author:
 Author URI:
 Template:     twentyseventeen
 Version:      1.0.0
 Tags:         light,  dark,  two-columns,  right-sidebar,  responsive-layout,  accessibility-ready
 Text Domain:  twentyseventeen-child
*/

/*!
 * fullPage 3.0.9
 * https://github.com/alvarotrigo/fullPage.js
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fp-slide {
  float: left;
}
.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}
.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
  display: table !important;
  table-layout: fixed;
  width: 100%;
}
.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}
.fp-slidesContainer {
  float: left;
  position: relative;
}
.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
  overflow: hidden;
  position: relative;
}
.fp-scroller {
  overflow: hidden;
}
.iScrollIndicator {
  border: 0 !important;
}
.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}
#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0);
}
#fp-nav.fp-right {
  right: 17px;
}
#fp-nav.fp-left {
  left: 17px;
}
.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}
.fp-slidesNav.fp-bottom {
  bottom: 17px;
}
.fp-slidesNav.fp-top {
  top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}
.fp-slidesNav ul li {
  display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}
#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}
#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}
#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px;
}
#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px;
}
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
  height: auto !important;
}
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}
.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@font-face {
  font-family: Mark-bold;
  src: url(../woff2/markbold-webfont.woff2) format("woff2"),
    url(../woff/markbold-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Mark-thin;
  src: url(../woff2/markthin-webfont.woff2) format("woff2"),
    url(../woff/markthin-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Mark-light;
  src: url(../woff2/marklight-webfont.woff2) format("woff2"),
    url(../woff/marklight-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Mark-medium;
  src: url(../woff2/markmedium-webfont.woff2) format("woff2"),
    url(../woff/markmedium-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Mark-regular;
  src: url(../woff2/markregular-webfont.woff2) format("woff2"),
    url(../woff/markregular-webfont.woff) format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.wrap {
  padding: inherit !important;
}
.entry-content {
  width: 100%;
  float: inherit !important;
}
div#content {
  padding: 0;
}
#primary {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.entry-header .entry-title {
  display: none;
}
.page:not(.home) #content {
  padding-bottom: 0;
}
header.entry-header {
  display: none;
}
body .wrap {
  max-width: 1440px !important;
  margin: auto !important;
}
body .wrap {
  max-width: 1280px !important;
  margin: auto !important;
}
.panel-content .wrap {
  padding: 0 !important;
}
html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
body,
html {
  margin: 0;
  padding: 0;
}
.site-header {
  width: 100% !important;
}
#site-header img {
  width: 100% !important;
}
.panel-content {
  position: relative;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
@media screen and (min-width: 768px) {
  .link-button {
    margin-right: 10% !important;
  }
}
.site-header {
  background-color: transparent;
  position: relative;
}
img.custom-logo-white {
  display: none;
}
li#menu-item-14 a:hover {
  transform: scale(1.02);
  text-decoration: none !important;
  box-shadow: none;
}
.rowds {
  display: flex;
}
.navigation-top {
  border: 0 !important;
}
.custom-logo-link img {
  padding-top: 16px;
}
ul#top-menu {
  float: right;
}
.navigation-top,
.site-header {
  position: absolute;
  background: 0 0;
}
.rowds .col-md-4 {
  z-index: 99999;
}
ul#top-menu li a {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 28px;
  font-family: Mark-Medium, serif;
  text-decoration: none;
}
ul#top-menu li#menu-item-14 a {
  padding: 11px 27px !important;
  background-image: linear-gradient(90deg, #3bdb9d 0, #0973c3 58.08%, #3f0ace);
  border: none;
  color: #fff;
  opacity: 0.5;
  border-radius: 31px;
}
.home header#masthead {
  z-index: 9999;
  background: #f5f4f6;
  height: 100px;
}
/* home badges */
.entry-content a img.wp-image-1897, .entry-content a img.wp-image-1903, .entry-content a img.wp-image-1906, .page-id-1888 img.vc_single_image-img {
	padding-right: 16px;
    -webkit-box-shadow: 0 !important;
    box-shadow: 0 0 0 0 !important;
}

/* awards stuff */
.vc_custom_1642698671749 {
    padding-right: 36px !important;
    padding-left: 36px !important;
    background-color: #edfbff !important;
}

.page-id-1888 .single-award h2, .page-id-1888 .single-award h5  {
	font-family: Mark-Regular, serif;
}
.page-id-1888 .single-award h2 a {
	  color: #3a3e3f;
}
/*.page-id-1888 .single-award h2 {
	margin-top: 2rem;
}*/
.page-id-1888 .single-award h5 {
	padding-top: 0.5rem;
}
.single-award {
	margin-bottom: 10rem;
}
div.arcweb {
	margin-top: 2rem;
}
#section5 .ctrlm-newsletter-hs-form__submit-button,
.ctrlm-newsletter-hs-form__submit-button {
  padding: 14px 38px;
}
#section1 {
  background-color: #f5f4f6;
}
#section2 .link-button {
  text-align: center;
}
#section5 {
  background-color: #000;
}
#section1 .Scroll {
  margin-top: 10px;
  text-align: center;
}
#section1 .Scroll span {
  position: absolute;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.home .section-content {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
#section1 h1 {
  margin: 0;
  color: #3a3e3f;
  font-family: Mark-Light, serif;
  font-size: 58px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 62px;
}
h1 i.fa {
  font-size: 3em;
  color: #fff;
  transition: all 0.3s ease-in-out;
}
.page-id-226 .innerroee h1,
.page-id-404 .innerroee h1,
.page-id-405 .innerroee h1 {
  max-width: 515px;
  color: #fff;
  font-family: Mark-Light, serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 52px;
  padding-top: 37%;
  padding-left: 0 !important;
}
i.fa:hover {
  color: red;
  cursor: pointer;
  transform: scale(1.2) rotate(10deg);
}
#section2 {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#b370af),
    to(#5b65a3)
  );
  background: linear-gradient(90deg, #b370af 0, #5b65a3);
}
#section3 {
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2ec2de),
    to(#7f8ec7)
  );
  background: linear-gradient(90deg, #2ec2de 0, #7f8ec7);
}
.slide {
  background-size: cover;
  background-position: center;
}
#section4 {
  color: #fff;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    from(#75c379),
    to(#00ad91)
  );
  background: linear-gradient(270deg, #75c379 0, #00ad91);
}
#fp-nav ul li {
  outline: 0;
}
#fp-nav ul li a {
  outline: 0;
}
#fp-nav ul li a span {
  background-color: red;
}
.fp-slidesNav ul li a span {
  background-color: #fff;
}
div.line {
  width: 100%;
  height: 3px;
  background: #85a9dd;
  background: -moz-linear-gradient(
    left,
    #85a9dd 0,
    #9ae7ca 38%,
    #85abdd 66%,
    #9b80e2 100%
  );
  background: -webkit-linear-gradient(
    left,
    #85a9dd 0,
    #9ae7ca 38%,
    #85abdd 66%,
    #9b80e2 100%
  );
  background: linear-gradient(
    to right,
    #85a9dd 0,
    #9ae7ca 38%,
    #85abdd 66%,
    #9b80e2 100%
  );
}
div#section5 h1,
div#section5 h4,
div#section5 ul li a {
  color: #fff !important;
}
#section5 .social-icoms,
#section5 ul {
  display: flex;
}
#section5 .social-icoms li,
#section5 ul li {
  list-style: none;
  margin-top: 39px;
  padding-right: 27px;
}
.section {
  font-family: Mark-regular, Helvetica, Arial, sans-serif;
}
.controls-form p {
  margin-bottom: 0 !important;
}
#section5 p.site-info-text {
  font-size: 12px !important;
}
p.site-info-text {
  opacity: 0.5;
  color: #fff;
  font-family: Mark-Regular, serif;
  font-size: 12px !important;
  letter-spacing: 0;
  line-height: 25px;
  text-align: center;
  width: 100%;
  margin: auto;
}
#section5 .submitd input {
  margin: 30px 0;
  color: #3a3e3f;
  font-family: Mark-Medium, serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  box-sizing: border-box !important;
  height: 46px !important;
  width: 150px !important;
  opacity: 9;
  color: #000;
  border: 2px solid #fff !important;
  border-radius: 27px !important;
  background-color: #fff !important;
}
#section5 div.line {
  height: 3px;
}
#section5 ::placeholder {
  color: #fff;
  font-family: Mark-Light, serif;
  font-size: 18px;
}
#section5 input {
  padding: 8px 12px;
  box-sizing: border-box;
  border: 2px solid #fff !important;
  opacity: 0.4;
  border-radius: 27px !important;
  height: 43px !important;
  background: 0 0 !important;
}
#section5 input[type="email"],
#section5 input[type="text"] {
  color: #fff !important;
}
ss.heateorSssSharingSvg.heateorSssGoogleGmailSvg {
  background: url(../png/emil-icom-hi.png) !important;
  width: 23px !important;
  height: 16px !important;
  background-size: cover !important;
  margin-left: 4px !important;
  margin-top: 14px !important;
}
#section5 p {
  width: 478px;
  color: #fff;
  font-family: Mark-Light, serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  padding-top: 18px;
}
div#section5 h1 {
  width: 593px;
  font-family: Mark-Light, serif;
  font-size: 58px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 62px;
}
video[_ngcontent-gaw-c253] {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.floating-container {
  width: 100%;
  height: 100vh;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-flex: 1;
  flex: 1;
  position: relative;
}
input {
  border-width: 2px;
  border-radius: 27px;
  font-size: 16px;
  font-weight: 400;
  padding: 12px 18px;
}
.menu-item-12 ul.sub-menu li a {
  color: #000 !important;
}
.menu-item-12 ul.sub-menu li a:hover {
  color: #fff !important;
}
input {
  color: #fff;
  background-color: transparent;
  opacity: 0.8;
  border-color: hsla(0, 0%, 100%, 0.6);
}
#section5 #col1 {
  padding-left: 5%;
}
.sm-gradient-button {
  min-width: 133px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3bdb9d),
    color-stop(58.08%, #0973c3),
    to(#3f0ace)
  );
  background-image: linear-gradient(90deg, #3bdb9d 0, #0973c3 58.08%, #3f0ace);
  border: none;
  color: #fff;
  opacity: 0.5;
}
h4 {
  margin: 0;
  font-weight: 300;
  font-size: 24px;
  font-family: Mark, Helvetica, Arial, sans-serif;
}
#section1 .line {
  margin: 33px 0;
  max-width: 519px;
}
#section2 button {
  height: 44px;
  min-width: 183px;
  background: #fff;
  color: #3a3e3f;
  font-family: Mark-Medium, serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}
#section2 .lis p {
  padding-top: 0;
  max-width: 408px;
  color: #fff;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
  padding-left: 16px;
}
#section2 .line {
  width: 511px;
}
.lis {
  display: flex;
  margin-bottom: 26px;
  margin-left: -44px;
}
#section2 p {
  padding-bottom: 17px;
  padding-top: 17px;
  max-width: 531px;
  color: #fff;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
}
#section3 .line {
  max-width: 511px;
  margin: 25px 0;
}
#section3 button,
#section4 button {
  color: #3a3e3f;
  font-family: Mark-Medium, serif;
  font-size: 16px;
  box-sizing: border-box;
  height: 46px;
  min-width: 250px;
  border: 2px solid #fff;
  border-radius: 27px;
  background-color: #fff;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  background: #fff;
}
.imgessection p {
  padding-top: 18px;
  color: #fff;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  padding-bottom: 24px;
}
.imgessection {
  text-align: center;
}
.imgessection img {
  height: 180px;
  width: 180px;
  margin: auto !important;
}
#section4 .line {
  max-width: 511px;
  margin: 30px 0;
}
#section4 #col2 p {
  margin-bottom: 33px;
  max-width: 496px;
  color: #fff;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
}
#section4 h2 {
  color: #fff;
  font-family: Mark-Light, serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 52px;
}
#section4 div#col1 {
  margin-top: 40px;
  margin-left: -31px;
}
#section3 p {
  max-width: 554px;
  color: #fff;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
}
#section3 h2 {
  padding-top: 30px;
  max-width: 515px;
  color: #fff;
  font-family: Mark-Light, serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 52px;
}
#section2 h2 {
  margin-top: 100px;
  max-width: 515px;
  margin-bottom: 14px;
  color: #fff;
  font-family: Mark-Light, serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 52px;
}
#section1 p {
  padding-top: 18px;
  max-width: 519px;
  color: #3a3e3f;
  font-family: Mark-Light, serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 30px;
}
button {
  border-width: 2px;
  border-radius: 27px;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 16px;
}
.floating-container[_ngcontent-gaw-c253] {
  position: absolute;
  left: 0;
}
#col1,
#col2,
.col1,
.col2 {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-pack: center;
  justify-content: center;
  align-self: center;
}
#section5 ul li a {
  width: 133px;
  color: #fff !important;
  font-family: Mark-Medium, serif;
  font-size: 16px !important;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  height: 12px !important;
  width: 12px !important;
  margin: -2px 0 0 -3px !important;
  border-radius: 100%;
  background: #9c9a9a !important;
}
#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  background: #9c9a9a !important;
  height: 14px !important;
  width: 14px !important;
  margin: -6px 0 0 -4px !important;
  border-radius: 100%;
}
#fp-nav ul li a.active span::after {
  height: 20px;
  width: 20px;
  position: absolute;
  content: "";
  background: 0 0;
  border: 1px solid #42bdb3;
  border-radius: 38px;
  top: -3px;
  left: -3px;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 12px !important;
  height: 12px !important;
  margin: 16px !important;
  position: relative;
}
#col1[_ngcontent-qua-c254] {
  flex-shrink: 0;
  margin-top: 120px;
  align-self: stretch;
  background-image: url(../png/woman.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 100%;
}
.col-md-6.image-footer {
  background: url(../png/footer_gradient_m.png);
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  background-origin: content-box;
  padding-left: 50px;
  padding-bottom: 40px;
}
.row-footer {
  margin-top: 90px;
}
.footer-jacked,
footer#colophon {
  background: #131415 !important;
  color: #fff !important;
  padding: 30px;
}
.footer-jacked .fp-tableCell {
  padding: 0 30px !important;
}
.footer-jacked .social-icoms ul li a,
footer .social-icoms ul li a {
  font-size: 25px !important;
  margin-top: -4px !important;
  padding-left: 9px;
}
.footer-jacked .social-icoms,
footer .social-icoms {
  float: right;
}
.footer-jacked .social-icoms ul li:hover,
footer .social-icoms ul li:hover {
  transform: scale(1.1);
}
.footer-jacked h1,
.footer-jacked h4,
footer#colophon h1,
footer#colophon h4 {
  color: #fff;
}
.widget-column.footer-widget-1,
.widget-column.footer-widget-2 {
  width: 50% !important;
  float: left;
}
.footer-jacked div.line,
footer div.line {
  height: 3px;
}
.footer-jacked ::placeholder,
footer ::placeholder {
  color: #fff;
  font-family: Mark-Light, serif;
  font-size: 18px;
}
.footer-jacked input,
footer input {
  color: #fff !important;
  padding: 8px 12px;
  box-sizing: border-box;
  border: 2px solid #fff !important;
  opacity: 0.4;
  border-radius: 27px !important;
  height: 43px !important;
  background: 0 0 !important;
}
.download-theapp ul li a:hover {
  color: #fff;
  box-shadow: none;
}
.footer-jacked p,
footer p {
  max-width: 478px;
  color: #fff;
  font-family: Mark-Light, serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  padding-top: 18px;
}
.footer-jacked h1,
footer h1 {
  max-width: 593px;
  font-family: Mark-Light, serif;
  font-size: 58px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 62px;
  padding-left: 0;
  padding-top: 30px;
}
.footer-jacked ul li a,
footer ul li a {
  width: 133px;
  color: #fff !important;
  font-family: Mark-Medium, serif;
  font-size: 16px !important;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}
.footer-jacked .submitd input,
footer .submitd input {
  padding: 0;
  margin: 30px 0;
  color: #3a3e3f !important;
  font-family: Mark-Medium, serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  box-sizing: border-box !important;
  height: 46px !important;
  width: 150px !important;
  opacity: 9;
  color: #000;
  border: 2px solid #fff !important;
  border-radius: 27px !important;
  background-color: #fff !important;
}
.footer-jacked ul li,
footer ul li {
  list-style: none;
  padding-top: 34px;
  padding-right: 19px;
  color: #fff;
  font-family: Mark-Medium, serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}
.footer-jacked ul,
.footermenu ul {
  display: flex;
}
.vc_toggle.vc_toggle_default.vc_toggle_active .vc_toggle_icon {
  width: 0 !important;
  margin-top: -3px;
  height: 0 !important;
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-bottom: 16px solid #3a3e3f !important;
  border-top: 0 !important;
  background: 0 0 !important;
}
#section5 .social-icoms ul li a {
  color: #fff;
  font-size: 25px !important;
  margin-top: 26px !important;
}
#section5 .social-icoms ul li:hover {
  transform: scale(1.1);
}
#section5 .social-icoms {
  float: right;
}
.banner-background-seopages {
	height: auto;
  background: linear-gradient(90deg, #3bdb9d 0, #0973c3 58.08%, #3f0ace 100%);
}
.banner-background-seopages h1 {
  max-width: 100%;
  color: #3a3e3f;
  font-family: Mark-Light, serif;
  font-size: 58px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 62px;
  margin-top: 200px;
}
.banner-background {
  height: 616px;
  background: linear-gradient(90deg, #3bdb9d 0, #0973c3 58.08%, #3f0ace 100%);
}
.banner-background h1 {
  max-width: 532px;
  color: #3a3e3f;
  font-family: Mark-Light, serif;
  font-size: 58px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 62px;
  margin-top: 200px;
}
.banner-background .line {
  max-width: 510px !important;
  opacity: 0.5;
  margin: 37px 0;
}
.banner-background p {
  max-width: 515px;
  color: #3a3e3f;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
}
.banner-test {
  max-width: 941px;
  margin: auto;
}
.faq-wrap {
  max-width: 941px;
  margin: auto !important;
}
.vc_toggle_title h4 {
  max-width: 795px;
  color: #3a3e3f;
  font-family: Mark-Regular, serif;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 46px;
}
.vc_toggle_title::before {
  content: "";
  height: 40px;
  width: 40px;
  position: absolute;
  border: 2px solid #83abdc;
  right: -39px;
  top: calc(50% - 21px);
  border-radius: 30px;
}
@media screen and (max-width: 768px) {
  .vc_toggle_title h4 {
    font-size: 30px;
    line-height: 38px;
    width: 85%;
  }
}
.vc_toggle_content p {
  max-width: 800px;
  color: #3a3e3f;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
}
.vc_toggle_content {
  padding: 30px 23px 0 !important;
  margin-bottom: 0 !important;
}
.vc_toggle.vc_toggle_default.vc_toggle_color_default.vc_toggle_size_md:not(:nth-last-child(2))::after {
  height: 2px;
  width: 941px;
  opacity: 0.5;
  margin: 48px 0;
  background-image: radial-gradient(#3bdb9d 0, #0973c3 58.08%, #3f0ace 100%);
  content: "";
  position: absolute;
}
.vc_toggle.vc_toggle_default.vc_toggle_color_default.vc_toggle_size_md {
  margin-top: 91px !important;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_content,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_title {
  padding-left: 0 !important;
  padding-right: 25px !important;
}
i.vc_toggle_icon {
  margin-left: 922px !important;
}
.vc_toggle.vc_toggle_default .vc_toggle_icon {
  width: 0 !important;
  height: 0 !important;
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 16px solid #3a3e3f;
  background: 0 0 !important;
}
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::after,
.vc_toggle_size_md.vc_toggle_default .vc_toggle_icon::before {
  display: none;
}
.vc_toggle_active .vc_toggle_icon::before {
  width: 0 !important;
  height: 0 !important;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 16px solid #3a3e3f;
  background: 0 0 !important;
}
.vc_toggle_default .vc_toggle_icon {
  border-bottom: 0 !important;
}
.site-footer .wrap {
  padding-bottom: 0 !important;
}
footer p.site-info-text {
  padding-top: 45px;
}
footer#colophon {
  margin-top: 0;
}
.vc_toggle_title > h4 {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .vc_toggle_title: :before {
    right: 0 !important;
  }
  i.vc_toggle_icon {
    position: absolute;
    margin-left: auto !important;
    right: 11px !important;
  }
}
.team-banner {
  background: url(../jpg/ctrl_m_health_team.jpg) repeat 0 0;
  height: 556px;
  background-repeat: no-repeat;
  background-size: cover;
}
h1.team-main-page {
  max-width: 532px;
  color: #fff;
  font-family: Mark-Light, serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0;
  padding-top: 200px;
  line-height: 52px;
  padding-top: 200px;
}
.page-template-page-team .line {
  max-width: 511px;
  margin: 30px 0;
}
p.your-best-source-of {
  max-width: 481px;
  color: #fff;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
}
.team-banner .wrap {
  /*max-width: 1013px !important;*/
  margin: auto;
}
.page-id-51 ul#top-menu li a {
  color: #fff;
}
.main-team-section {
  max-width: 1149px;
  margin: auto;
  padding: 80px 30px;
}
.single-member {
  float: left;
  height: 665px;
  width: 303px;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 6px 12px 40px 0 rgba(28, 2, 50, 0.12);
  margin: 30px;
}
.image-man img {
  height: 204px;
  width: 303px;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
}
.single-member h2 {
  color: #3a3e3f;
  font-family: Mark-Bold;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
  text-align: center;
}
p.position {
  color: #3a3e3f;
  font-family: Mark-Bold;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 23px;
  text-align: center;
}
p.details {
  color: #3a3e3f;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
  padding: 0 33px;
}
.call-out-section {
  margin-top: 64px;
  background: url(../jpg/ctrl_m_health_team_careers.jpg);
  height: 556px;
  margin-bottom: 0 !important;
}
.call-out-section h2 {
  width: 515px;
  color: #fff;
  font-family: Mark-Light, serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 52px;
  padding-top: 111px;
}
.call-out-section .wrap {
  max-width: 1013px !important;
  margin: auto;
}
.call-out-section p {
  max-width: 515px;
  color: #fff;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  letter-spacing: 0;
  margin-bottom: 43px;
  line-height: 23px;
}
.site-footer {
  border-top: 0 !important;
}
.call-out-section button {
  box-sizing: border-box;
  height: 46px;
  width: 258px;
  border: 2px solid #fff;
  border-radius: 27px;
  background-color: #fff;
  color: #000;
  font-family: Mark-Medium, serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
}
.download-dd {
  width: 1063px !important;
  margin: auto !important;
}
@media screen and (max-width: 768px) {
  .download-dd {
    width: auto !important;
  }
}
.download-theapp h1 {
  max-width: 532px;
  color: #f4f4f4;
  font-family: Mark-Light, serif;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 52px;
  padding-top: 114px;
}
.download-theapp .line {
  max-width: 511px;
  margin: 18px 0;
  margin-bottom: 18px;
}
.download-theapp p {
  max-width: 534px;
  color: #f4f4f4;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
}
.download-theapp button {
  margin-top: 10px;
  color: #fff;
  box-sizing: border-box;
  height: 46px;
  width: 150px;
  border: 2px solid #fff;
  border-radius: 27px;
  background-color: #ffa050;
  font-family: Mark-Medium, serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  padding: 3px;
}
.download-theapp h3 {
  max-width: 429px;
  color: #f4f4f4;
  font-family: Mark-Regular, serif;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 46px;
  padding-top: 15px !important;
}
.download-theapp ul {
  display: flex;
}
.download-theapp {
  background-repeat: no-repeat;
}
.download-theapp ul li a {
  list-style: none;
  padding: 0;
  font-family: fontawesome !important;
  font-size: 48px;
  color: #fff;
  box-shadow: none;
}
.download-theapp ul li {
  list-style: none;
  padding: 0 30px 0 0;
  font-family: fontawesome !important;
  font-size: 48px;
  color: #fff;
  box-shadow: none;
}
.page-id-61 ul#top-menu li a {
  color: #fff;
}
section.vc_section.about-us {
  background-repeat: no-repeat;
}
section.vc_section.about-us h1 {
  /*max-width: 515px;*/
  color: #fff;
  font-family: Mark-Light, serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 52px;
  padding-top: 175px !important;
}
section.vc_section.about-us .line {
  max-width: 511px;
  margin: 38px 0;
}
.about-usbanna {
  padding-bottom:40px;
  margin: auto !important;
}
.about-usbanna p {
  max-width: 515px;
  color: #fff;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
}
.about-us-rsss .vc_column-inner {
  padding-top: 100px !important;
}
section.vc_section.about-us a span {
  position: absolute;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .about-usbanna {
    width: auto !important;
  }
  section.vc_section.about-us h1 {
    padding-top: 100px !important;
  }
  section.vc_section.about-us {
    padding-bottom: 50px;
    height: auto !important;
  }
  .about-us-rsss .vc_column-inner {
    padding-top: 0 !important;
  }
  .one-about {
    padding-top: 50px !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
  }
}
.vc_column-inner a,
.vc_column-inner a:hover {
  box-shadow: none;
}
.page-id-7 ul#top-menu li a {
  color: #fff;
}
.about-us-rsss h2 {
  max-width: 515px;
  color: #3a3e3f;
  font-family: Mark-Light, serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 52px;
}
.about-us-rsss .line {
  max-width: 511px;
  margin: 38px 0;
}
.about-us-rsss p {
  max-width: 527px;
  color: #3a3e3f;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
}
.one-about {
  padding-top: 130px;
  padding-left: 10%;
}
.one-about .button-bar {
  padding-top: 20px;
}
.one-about .button-bar a,
.one-about .button-bar p a {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
.one-about .button-bar a:hover,
.one-about .button-bar p a:hover {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}
section.vc_section.contact-us {
  height: 556px;
}
.contact-us h1 {
  padding-top: 200px !important;
  max-width: 532px;
  color: #3a3e3f;
  font-family: Mark-Light, serif;
  font-size: 58px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 52px;
}
.contact-us .line {
  max-width: 511px;
  margin: 30px 0 !important;
}
.banner-tests {
  width: 1124px !important;
  margin: auto !important;
}
@media screen and (max-width: 768px) {
  .banner-tests {
    width: auto !important;
  }
}
.contact-us p {
  max-width: 515px;
  color: #3a3e3f;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
}
.froms-ss h2 {
  padding-top: 75px;
  max-width: 532px;
  color: #3a3e3f;
  font-family: Mark-Regular, serif;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 46px;
  padding-bottom: 20px;
}
.froms-ss input {
  box-sizing: border-box;
  height: 46px;
  max-width: 510px;
  border: 2px solid #3a3e3f;
  opacity: 0.3;
  border-radius: 27px;
  margin-top: 22px !important;
}
.froms-ss textarea {
  box-sizing: border-box;
  height: 181px;
  max-width: 510px;
  border: 2px solid #3a3e3f;
  opacity: 0.3;
  border-radius: 14px;
}
.froms-ss ::placeholder {
  color: #3a3e3f;
  font-family: Mark-Medium, serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
}
.froms-ss input.wpcf7-form-control.wpcf7-submit {
  width: 133px;
  opacity: 0.5;
  border: 0;
  color: #fff;
  font-family: Mark-Medium, serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  border-radius: 27px;
  background: linear-gradient(90deg, #3bdb9d 0, #0973c3 58.08%, #3f0ace 100%);
  margin-bottom: 100px;
}
.banner-tests h2 {
  padding-bottom: 20px;
  width: 532px;
  color: #3a3e3f;
  font-family: Mark-Regular, serif;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 46px;
}
.banner-tests li {
  list-style: none;
  font-size: 16px;
  padding-right: 43px;
	margin-left:-16px;
}
.banner-tests ul {
  display: flex;
}
.secojj .wpb_raw_code.wpb_content_element.wpb_raw_html {
  border-left: 2px solid #979797;
  padding-left: 81px;
  height: 500px;
  margin-left: 43px;
}
.page-id-82 .team-banner .line,
.page-id-2770 .team-banner .line,
.page-id-1888 .team-banner .line {
  max-width: 511px;
  margin: 30px 0;
}
.page-id-82 .line,
.page-id-2770 .line,
.page-id-1888 .line {
  margin: 40px 0;
}
.page-id-82 h1.team-main-page,
.page-id-2770 h1.team-main-page,
.page-id-82  h4.your-best-source-of,
.page-id-2770  h4.your-best-source-of,
.page-id-1888 h1.team-main-page,
.page-id-2770 h1.team-main-page,
.page-id-1888 h4.your-best-source-of,
.page-id-2770 h4.your-best-source-of {
  color: #ffffff;
}
.page-id-82 .main-team-section, .page-id-2770 .main-team-section {
  max-width: 1025px;
}
.page-id-82 .team-banner, .page-id-1888 .team-banner, .page-id-2770 .team-banner {
  background: url(../png/blue-background-narrow-banner.png);
  max-height: 556px;
	padding:50px 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.team-banner h1{color:#ffffff;}
.single-news h2 a {
  color: #3a3e3f;
  text-decoration: underline;
  font-family: Mark-Bold;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
}
.single-news h6.position {
  padding-top: 0;
  font-family: Mark-Bold;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
}
.single-news p.details {
  padding: 0;
}
.advisory-box {
  height: auto !important;
}
.advisory-box .details:last-child {
  margin-bottom: 0;
}
.advisory-box .details a {
  color: #000;
  text-decoration: none;
}
.advisory-box .details a:hover {
  color: #007bff;
}
.advisory-box .header-advisory {
  width: 100%;
  min-height: 100px;
  height: auto !important;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  background: linear-gradient(90deg, #3bdb9d 0, #0973c3 58.08%, #3f0ace 100%);
}
.advisory-box-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: -20px;
  margin-right: -20px;
}
.advisory-box-grid .advisory-box {
  width: calc(30% - 20px) !important;
  margin: 25px 25px !important;
  float: none !important;
}
.advisory-box p.position {
  line-height: 1.3 !important;
  margin-bottom: 0 !important;
}
#inner-header {
  min-height: 700px;
}
#inner-header h1 {
  color: #fff;
  font-family: Mark-Light, serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0;
  padding: 260px 0 0 0 !important;
}
#inner-header .line {
  margin: 30px 0;
  max-width: 510px;
}
.page-id-102 .team-banner {
  background: url(../advisory_panel_back.html);
  height: 709px;
  background-repeat: no-repeat;
  background-size: cover;
}
.page-id-102 .team-banner .line {
  max-width: 511px;
  margin: 30px 0;
}
.page-id-102 ul#top-menu li a,
.page-id-199 ul#top-menu li a {
  color: #fff;
}
.page-id-102 .single-news,
.page-id-199 .single-news {
  float: left;
  width: 303px;
  height: 320px;
  border-radius: 18px;
  background-color: #fff;
  box-shadow: 6px 12px 40px 0 rgba(28, 2, 50, 0.12);
  margin: 30px;
}
.page-id-102 .header-advisory,
.page-id-199 .header-advisory {
  padding: 26px;
  height: 140px;
  opacity: 0.7;
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  background: linear-gradient(90deg, #3bdb9d 0, #0973c3 58.08%, #3f0ace 100%);
}
.page-id-102 .single-news h3,
.page-id-199 .single-news h3 {
  color: #fff;
  font-family: Mark-Bold;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
}
.page-id-102 p.position,
.page-id-199 p.position {
  text-align: left;
  color: #fff;
  font-family: Mark-Bold;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 16px;
  margin-bottom: 8px;
}
.section-details {
  padding: 26px;
}
.section-details p.label {
  color: #3a3e3f;
  font-family: Mark-Bold;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 24px;
}
.section-details p.details {
  color: #3a3e3f;
  font-family: Mark-Bold;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 20px;
  padding: 8px 24px 6px 42px !important;
}
.section-details p.details::before {
  height: 24px;
  width: 24px;
  opacity: 0.7;
  background: linear-gradient(
    87.67deg,
    #3bdb9d 0,
    #0973c3 58.08%,
    #3f0ace 100%
  );
  content: "";
  position: absolute;
  border-radius: 24px;
  margin-left: -38px;
}
.page-id-102 footer#colophon,
.page-id-175 footer#colophon {
  margin-top: 83px;
}
.how-it-works h1 {
  max-width: 515px;
  color: #fff;
  font-family: Mark-Light, serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 52px;
  padding-top: 120px !important;
}
.how-it-works .line {
  max-width: 511px;
  margin: 30px 0;
}
.how-it-works p {
  max-width: 515px;
  color: #fff;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
}
section.vc_section.how-it-works {
  background-repeat: no-repeat;
}
.page-id-115 ul#top-menu li a {
  color: #fff;
}
.progress-section .line {
  max-width: 511px;
  margin: 30px 0;
}
.title-strong {
  font-family: Mark-Medium, serif !important;
}
.progress-section h2 {
  max-width: 515px;
  color: #3a3e3f;
  font-family: Mark-Light, serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 52px;
  padding-top: 106px;
}
.progress-section p {
  max-width: 534px;
  color: #3a3e3f;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
  padding-bottom: 25px;
}
.new-progress {
  padding: 50px 0;
}
.how-it-works a {
  padding-top: 70px;
}
.wpb_raw_code.wpb_content_element.wpb_raw_html.scroll,
.wpb_raw_code.wpb_content_element.wpb_raw_html.scroll a {
  text-decoration: none !important;
  color: #fff;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
  text-align: center;
  box-shadow: none !important;
}
.scroll {
  margin-top: 50px;
  margin-bottom: 50px !important;
}
.how-it-works a span {
  position: absolute;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
.page-id-6 .team-banner {
  background: url(../jpg/blue_gradient_header.jpg) repeat 0
    0 !important;
  height: 903px !important;
  background-repeat: no-repeat;
  background-size: cover !important;
}
.margin-topp img {
  margin-top: 106px;
}
.heateor_sss_floating_follow_icons_container .heateorSssSharing,
.heateor_sss_vertical_sharing .heateorSssSharing {
  background-color: transparent !important;
}
.page-id-6 .line {
  margin: 30px 0;
  max-width: 572px;
  opacity: 0.5;
}
.page-id-6 p.your-best-source-of {
  max-width: 481px;
  color: #fff;
  font-family: Mark-Regular, serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
}
.page-id-6 h1.team-main-page {
  padding-top: 275px;
}
.page-id-6 ul#top-menu li a {
  color: #fff;
}
.page-id-6 footer .line {
  max-width: 100%;
}
.rowsmain {
  display: flex;
}
.rowsmain .col-sm-4 {
  background: #eaeaea;
  padding-left: 5%;
}
.rowsmain .col-sm-8 {
  background: #f4f4f4;
  padding-left: 9%;
}
li.image-test {
  display: flex;
  list-style: none;
}
.rowsmain .col-sm-4 li a {
  color: #3a3e3f !important;
}
.rowsmain .col-sm-4 li {
  padding: 15px 0;
  max-width: 227px;
  opacity: 0.8;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
}
.rowsmain .tabs-left li {
  transform: rotate(-180deg);
}
.rowsmain .col-sm-8 h2 {
  margin-top: 30px;
  max-width: 723px;
  color: #3a3e3f;
  font-family: Mark-Regular, serif;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 46px;
}
.rowsmain .col-sm-8 li.image-test {
  display: flex;
  list-style: none;
  padding: 3px 4px;
}
.nav-tabs {
  border-bottom: 0;
  transform: rotate(180deg);
  width: 195px;
}
.page-id-6 .rowsmain .col-sm-4 .line {
  margin: 30px 0;
  max-width: 251px;
  height: 3px;
  opacity: 0.5;
}
.page-id-6 .rowsmain .col-sm-8 .line {
  margin: 30px 0;
  max-width: 732px;
  height: 3px;
  opacity: 0.5;
}
.rowsmain .col-sm-8 a.cat_link {
  margin-top: 13px;
  color: #3a3e3f;
  font-family: Mark-Bold;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 23px;
  padding-left: 17px;
}
.rowsmain .col-sm-4 li a.active {
  font-family: Mark-Bold;
}
.bannersearch {
  padding: 19px 0;
  display: flex;
  padding: 30px 0 !important;
}
.topics-dropdown::after {
  right: 19px;
  position: absolute;
  width: 0 !important;
  height: 0 !important;
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 16px solid #fff;
  background: 0 0 !important;
  content: "";
  margin-top: -27px;
}
.topics-dropdown.dark::after {
  border-top: 16px solid #3a3e3f;
}
.page-id-6 .bannersearch .dropdown {
  padding: 0;
  width: 300px;
  cursor: pointer;
  color: #fff !important;
  margin-right: 20px;
}
.page-id-6 .bannersearch .dropdown .active {
  position: absolute;
  z-index: 99999999;
}
.bannersearch .sm-gradient-button {
  min-width: 133px;
  background: #fff !important;
  border: none;
  color: #fff;
  opacity: 1;
  color: #000;
}
.page-id-6 .bannersearch .dropdown span.holder {
  background: 0 0;
  height: 44px;
  line-height: 27px;
  overflow-y: hidden;
  padding-right: 42px !important;
  min-width: 298px !important;
  border: 2px solid #fff;
  border-radius: 24px;
  padding: 8px;
  padding-left: 8px;
  display: block;
  color: #fff;
}
.rowsmain .button-bar {
  text-align: center;
  margin-top: 20px;
}
.page-id-6 a:focus {
  outline: 0 !important;
}
.page-id-6 a:hover {
  text-decoration: none;
}
.page-id-6 .col-sm-4 h2 {
  margin-top: 156px;
  max-width: 256px;
  color: #3a3e3f;
  font-family: Mark-Bold;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
}
.page-id-6 .dropdown {
  padding: 0;
  width: 250px;
  cursor: pointer;
  color: #fff;
}
.rowsmain span.holder::after {
  border-top: 16px solid #000;
}
.page-id-6 .dropdown ul {
  list-style: none;
  display: none;
  width: inherit;
  border-radius: 5px;
  padding: 0;
  margin: 0;
  margin-top: 2px;
}
.page-id-6 .rowsmain .dropdown ul li {
  min-width: 248px !important;
  width: inherit;
  padding: 3px;
  padding-left: 8px;
  background-color: transparent;
  color: #000;
}
.page-id-6 .dropdown ul span + li {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.page-id-6 .dropdown .active {
  position: absolute;
  background: #fff;
  opacity: 9999;
  z-index: 9999;
  width: 100% !important;
}
.page-id-6 .dropdown ul li:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.page-id-6 .dropdown ul li:hover {
  background-color: #1f93c1;
  color: #fff;
  border-top: 2px solid #1f93c1;
  border-left: 2px solid #1f93c1;
  border-right: 2px solid #1f93c1;
}
.page-id-6 .dropdown span.holder {
  background: 0 0;
  height: 44px;
  overflow-y: hidden;
  min-width: 251px !important;
  border: 2px solid #3a3e3f;
  border-radius: 24px;
  padding: 11px;
  padding-left: 8px;
  display: block;
  color: #000;
  line-height: 30px;
  padding-right: 32px !important;
}
.page-id-6 .bannersearch .dropdown.active li {
  padding: 9px;
  height: 100%;
  transition: height 2s ease 0s;
}
.bannersearch span.holder {
  color: #fff;
  font-family: Mark-Medium, serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 20px !important;
}
.rowsmain .col-sm-4 .button-bar {
  text-align: left;
  margin-bottom: 83px;
}
.rowsmain .col-sm-4 span.holder {
  color: #3a3e3f;
  font-family: Mark-Medium, serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  padding-left: 20px !important;
  line-height: 23px !important;
}
p.secrolldoensec::before {
  content: "";
  position: absolute;
  width: 0 !important;
  height: 0 !important;
  border-left: 8px solid transparent !important;
  border-right: 8px solid transparent !important;
  border-top: 18px solid #fff;
  background: 0 0 !important;
  opacity: 0.5;
  left: 25px;
  margin-top: 9px;
}
p.secrolldoensec {
  color: #fff;
  font-family: Mark-Regular, serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  padding: 19px 0 0 43px;
}
.page-id-6 .bannersearch .dropdown .active {
  display: block;
  width: 406px;
  background: #fff;
  padding: 10px;
  color: #000 !important;
}
.heateorSssFacebookSvg {
  background-size: contain !important;
  background: url(../svg/ctrl-m-social-icons_facebook-gray.svg)
    no-repeat !important;
  margin-left: 2px;
}
.heateorSssTwitterSvg {
  background-size: contain !important;
  background: url(../svg/ctrl-m-social-icons_twitter-gray.svg)
    no-repeat !important;
  margin-left: 2px;
}
.heateorSssLinkedinSvg {
  background-size: contain !important;
  background: url(../svg/ctrl-m-social-icons_linkedin-gray.svg)
    no-repeat !important;
  margin-left: 2px;
}
.heateorSssInstagramSvg {
  background-size: contain !important;
  background: url(../svg/ctrl-m-social-icons_instagram-gray.svg)
    no-repeat !important;
  margin-left: 2px;
}
.page-id-6 .dropdown .active {
  display: block;
  width: 274px;
}
.page-id-6 .dropdown.active li {
  height: 100%;
  transition: height 2s ease 0s;
}
.page-id-6 .dropdown .active {
  position: absolute;
}
.page-id-6 span.arrow_up {
  display: none;
  height: 0;
  width: 0;
  border-top: none;
  border-bottom: 10px solid #000;
  border-left: 10px dashed transparent;
  border-right: 10px dashed transparent;
  margin-left: 45%;
}
.single-knowledge .single-featured-image-header {
  display: none;
}
.heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing {
  padding: 20px 2px;
  border: 2px solid #1183bd;
  border-radius: 35px;
}
.heateor_sss_sharing_ul li {
  height: 42px;
}
.single-knowledge .wp-block-audio {
  margin-top: 34px !important;
  padding: 37px;
  opacity: 0.51;
  border-radius: 16px;
  border: 2px solid #1489bb;
}
.single-knowledge div#content .wrap {
  max-width: 979px !important;
  margin: auto !important;
}
.single-knowledge ul#top-menu li a {
  color: #fff;
}
.single-knowledge li#menu-item-14 a {
  text-transform: capitalize;
  padding: 11px 27px !important;
  background: #fff !important;
  color: #000 !important;
  opacity: 1;
  border-radius: 31px;
}
.single-knowledge img.custom-logo {
  display: none !important;
}
.single-knowledge img.custom-logo-white {
  display: block !important;
}
h1.blogs-title-custom {
  color: #fff;
  font-family: Mark-Regular, serif;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 46px;
  padding-top: 182px;
  width: 100%;
}
.single-knowledge small {
  color: #fff;
  font-family: Mark-Medium, serif;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 23px;
  padding-top: 11px;
}
.onsns {
  background: #f4f4f4;
  padding: 10px 0;
  font-family: Mark-Regular, serif;
}
.onsns b {
  font-family: Mark-Bold;
}
.author-area p strong {
  font-family: Mark-Bold;
}
.relatedpodtd li a {
  color: #3a3e3f;
  font-family: Mark-Bold;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 23px;
  padding-top: 14px;
  padding-left: 16px;
}
.relatedpodtd .line {
  margin-bottom: 20px;
}
.relatedpodtd li {
  display: flex;
  width: 100%;
  padding: 12px 0;
}
.relatedpodtd img.attachment-thumbnail.size-thumbnail.wp-post-image {
  border-radius: 43px;
}
.relatedpodtd h2 {
  color: #3a3e3f;
  font-family: Mark-Regular, serif;
  font-size: 36px;
  letter-spacing: 0;
  padding: 20px 0;
  line-height: 46px;
}
.cst-next-step h3 {
  color: #3a3e3f;
  font-family: Mark-Bold;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 23px;
  padding-right: 20px;
}
.relatedpodtd {
  background: #f4f4f4;
  padding: 30px;
}
.cst-next-step {
  background: #ffffff;
  padding: 15px 30px;
}
.cst-block {
  display: inline-block;
}
em {
  max-width: 770px !important;
  color: #3a3e3f;
  font-family: ".SF NS Display";
  font-size: 24px;
  letter-spacing: 0;
  line-height: 28px;
  margin: 30px 30px;
}
.post-content-raogh p {
  color: #3a3e3f;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
}
.post-content-raogh h2 {
  color: #3a3e3f;
  font-family: Mark-Regular, serif;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 46px;
  padding: 10px 0;
}
p.quote {
  width: 90%;
  margin: auto;
  font-style: italic;
  font-size: 20px;
  line-height: 25px;
  text-align: justify;
  font-family: Mark-Regular, serif;
}
p.quote strong {
  font-size: 29px;
}
.author-area p {
  color: #3a3e3f;
  font-family: Mark-Regular, serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 23px;
}
.summry-area p {
  color: #3a3e3f;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
  padding: 10px 0;
}
.summry-area {
  font-family: Mark-Regular, serif;
  padding: 10px 0;
  height: auto !important;
  background-color: #eaeaea;
  height: auto;
}
.artical-banner {
  height: auto;
  background: linear-gradient(90deg, #3bdb9d 0, #0973c3 58.08%, #3f0ace 100%);
  padding: 0 0 15px 0;
}
.summry-area h3 {
  color: #3a3e3f;
  font-family: Mark-Bold !important;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
  display:none;
}
.cst-full-article h3 {
  color: #3a3e3f;
  font-family: Mark-Bold !important;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 30px;
  margin-top: 10px;
  margin-bottom: 20px;
  display:none;
}
body .mainwrap {
  max-width: 1100px !important;
  margin: auto;
}
.innerroee h1 {
  padding-top: 100px !important;
}
.quix-banner a span {
  position: absolute;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;
}
.artocles li::before {
  margin-top: -12px;
  height: 53px;
  width: 56px;
  content: "";
  position: absolute;
  background: url(../png/article-logo.png);
  left: 0;
  border-radius: 28px;
}
body .sugges h2 {
  color: #3a3e3f;
  font-family: Mark-Regular !important;
  font-size: 36px !important;
  letter-spacing: 0;
  line-height: 46px;
}
.artocles li a {
  color: #3a3e3f !important;
}
.artocles li {
  padding: 28px 55px;
  list-style: none;
  color: #3a3e3f !important;
  font-family: Mark-Bold;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 23px;
}
.sugges h2 {
  color: #3a3e3f;
  font-family: Mark-Regular, serif;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 46px;
  text-align: center;
}
.mainwrap p {
  color: #3a3e3f;
  font-family: Mark-Light, serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 23px;
}
.vc_row.wpb_row.vc_row-fluid.mainwrap.ess {
  width: 78% !important;
  margin: auto !important;
}
.mainwrap h2 {
  color: #3a3e3f;
  font-family: Mark-Light, serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0;
  padding-top: 66px;
  line-height: 52px;
}
.mainwrap .line {
  margin: 30px 0;
}
button.white-button.selected {
  background: gray !important;
  color: #fff !important;
}
button.-whitebutton:focus {
  outline: 0;
}
button.white-button:focus {
  outline: 0 !important;
}
.vc_row.wpb_row.vc_row-fluid.sectionone-quix {
  height: auto !important;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  padding-bottom: 50px;
}
.innerroee .line {
  margin: 30px 0;
  max-width: 515px;
}
.hide {
  display: none;
}
.quix-image img {
  padding-top: 25%;
}
.page-id-165 footer#colophon {
  display: none;
}
.innerroee p {
  width: max-492px;
  color: #fff;
  font-family: Mark-Regular, serif;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 23px;
}
.innerroee h1 {
  max-width: 515px;
  color: #fff;
  font-family: Mark-Light, serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 52px;
}
.innerroee {
  padding-left: 4%;
}
.innerroee button.-whitebutton {
  height: 46px;
  width: 143px;
  border: 2px solid #fff;
  border-radius: 27px;
  background-color: #fff;
  color: #000;
  margin-top: 11px;
}
.five-section,
.four-section,
.six-section,
.three-section,
.two-section {
  height: 100vh;
  display: none;
}
.quixcalss .button-bar {
  display: flex;
  margin: 30px 0;
}
.questionimage img {
  width: 373px;
  margin: auto;
}
button.white-button,
button.white-button.no,
button.white-button.yes {
  height: 46px;
  width: 98px;
  border: 2px solid #fff;
  border-radius: 27px;
  background-color: #fff;
  color: #000;
  margin-right: 23px;
}
.questin {
  max-width: 595px;
  color: #fff;
  font-family: Mark-Light, serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 52px;
}
@media screen and (max-width: 768px) {
  .questin {
    font-size: 34px;
    line-height: 38px;
  }
}
.vc_row.wpb_row.vc_row-fluid.titltl {
  max-width: 1119px;
  margin: auto;
}
.titltl .line {
  margin: 30px 0;
}
.tea-sed.wpb_column.vc_column_container.vc_col-sm-6 .vc_column-inner {
  background: #fff;
  padding: 0;
  border-radius: 17px;
}
.banners-tetc div.line {
  margin: 30px 0;
}
.tea-sed {
  margin: 4%;
  width: 42% !important;
}
.tea-sed .line {
  margin: 30px 30px;
  width: 84%;
}
.rightcomomc {
  padding-top: 396px;
}
.rightcomomc .line {
  margin: 30px 0;
  height: 3px !important;
  opacity: 0.3;
}
.page-id-199 p.your-best-source-of {
  width: 100%;
  color: #fff;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
  padding-bottom: 29px;
}
.rightcomomc p {
  color: #fff;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
}
.page-id-199 .site-content-contain {
  background-color: #f4f4f4;
}
h2.minhead-about {
  padding-top: 50px;
  color: #3a3e3f;
  font-family: Mark-Regular, serif;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 46px;
}
.main-team-section-jeff .line {
  margin: 30px 0;
  height: 4px;
  max-width: 100% !important;
  opacity: 0.5;
  border-radius: 10px;
}
.tea-sed img {
  border-top-left-radius: 18px;
  border-top-right-radius: 18px;
  width: 100%;
}
p.team-name {
  max-width: 416px;
  color: #3a3e3f;
  font-family: Mark-Regular, serif;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 30px;
  padding: 26px;
  margin-bottom: 0;
}
p.articl-titel,
p.team-postions {
  max-width: 414px;
  color: #3a3e3f;
  font-family: Mark-Bold;
  font-size: 16px;
  margin: 0 !important;
  letter-spacing: 0;
  line-height: 22px;
  padding-left: 26px;
}
.section-jesffion .line {
  height: 3px !important;
  margin: 22px 26px !important;
  max-width: 400px !important;
}
p.description {
  padding: 1px 26px;
  color: #3a3e3f;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
}
a.expaind {
  box-shadow: none;
  color: #3a3e3f;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
  padding: 26px;
  text-decoration: underline;
}
.section-jesffion .col-md-6 {
  background: #fff;
  margin: 3%;
  max-width: 36%;
  padding: 0;
  border-radius: 21px;
  min-height: 733px;
}
.section-jesffion .col-md-6 {
  background: #fff;
  margin: 40px 5%;
  padding: 0;
  max-width: 40%;
  border-radius: 21px;
}
p.team-postions {
  margin-bottom: 14px !important;
}
.main-team-section-jeff {
  padding-top: 76px;
  max-width: 1126px;
  margin: auto;
}
.row.section-jesffion {
  width: 1183px;
  margin: auto !important;
}
.main-team-section-jeff {
  padding-top: 76px;
}
.wpcf7-response-output {
  display: none !important;
}
.powrsystem h1 {
  color: #3a3e3f;
  font-family: Mark-Light, serif;
  font-size: 48px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 52px;
  padding-top: 152px;
}
.powrsystem .line {
  margin: 30px 0;
  max-width: 515px;
}
.powrsystem p {
  max-width: 515px;
  color: #3a3e3f;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
}
.poweimage img {
  padding-top: 161px;
}
section.vc_section.privacyanner {
  height: 336px;
  background: linear-gradient(90deg, #3bdb9d 0, #0973c3 58.08%, #3f0ace 100%);
}
.heading-one h1 {
  color: #fff;
  font-family: Mark-Bold;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 46px;
  padding-top: 182px;
  width: 100%;
}
.heaidng-privacy,
.page-id-245 .section-content,
.page-id-3 .section-content {
  max-width: 1100px;
  margin: auto !important;
  padding: 15px;
}
.page-id-226 ul#top-menu li a,
.page-id-245 ul#top-menu li a,
.page-id-3 ul#top-menu li a {
  color: #fff;
}
ul#top-menu li .dropdown-toggle::after,
.no-svg .dropdown-toggle .svg-fallback.icon-angle-down:before {
  display: none;
}
.page-id-245 .section-content h2,
.page-id-3 .section-content h2 {
  color: #3a3e3f;
  font-family: Mark-Bold;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 46px;
  padding-bottom: 10px;
}
.page-id-245 .section-content h3,
.page-id-3 .section-content h3 {
  color: #3a3e3f;
  font-family: Mark-Bold;
  font-size: 32px;
  letter-spacing: 0;
  line-height: 40px;
  padding-bottom: 10px;
}
.page-id-245 .section-content p,
.page-id-3 .section-content p {
  color: #3a3e3f;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
}
@media screen and (max-width: 480px) {
  #post-102 #inner-header {
    background-position: -450px 0 !important;
    background-size: auto 65% !important;
    background-color: #913982 !important;
    min-height: 620px;
  }
  #inner-header .line {
    max-width: 100% !important;
  }
}
@media screen and (max-width: 767px) {
  #post-102 #inner-header {
    background-position: right -170px top !important;
    background-size: auto 90% !important;
    background-color: #913982 !important;
    width: 100% !important;
  }
  .nav-tabs {
    border-bottom: 0;
    transform: rotate(180deg);
    width: 234px;
  }
  p.main-insge img {
    max-width: 40px;
    margin-top: 9px;
  }
  p.main-insge {
    margin-top: 4px;
    width: 31px;
    margin-bottom: 0 !important;
  }
  #menu-item-12 body button.dropdown-toggle.toggled-on {
    border: 0 !important;
  }
  svg.icon.icon-angle-down {
  }
  .white-button-active,
  body :not(.mejs-button) > button:focus,
  body :not(.mejs-button) > button:hover {
    border: 1px solid #cccccc !important;
    color: #000;
    background: 0 0;
  }
  .secrolldoensec:focus,
  .secrolldoensec:focus-within {
    padding: 10px 16px !important;
    height: 44px !important;
  }
  .rowsmain .col-sm-4,
  .rowsmain .col-sm-8 {
    max-width: 100% !important;
  }
  .single-member {
    float: left;
    height: auto !important;
    border-radius: 18px;
    background-color: #fff;
    box-shadow: 6px 12px 40px 0 rgba(28, 2, 50, 0.12);
    margin: 30px;
    text-align: center !important;
  }
  .rowds {
    display: block !important;
  }
  .navigation-top {
    width: 100% !important;
    max-width: 100% !important;
  }
  .rowds .col-md-8 {
    margin-top: -42px;
    z-index: 999999999999;
    position: relative;
  }
  ul#top-menu {
    width: 100%;
  }
  ul#top-menu li a {
    color: #000 !important;
    padding: 10px !important;
    text-align: center;
  }
  body .download-theapp {
    background-image: url(../jpg/blue_gradient.jpg) !important;
    background-size: cover;
  }
  .page-id-6 button.sm-gradient-button.search-topicc {
    height: 42px;
  }
  .page-id-6 .bannersearch .sm-gradientf-button {
    height: 42px;
  }
  .footermenu .col-md-4 {
    width: 200px;
    margin: auto;
  }
  h1.team-main-page {
    padding: 100px 0 0 0 !important;
  }
  .rightcomomc {
    padding-top: 153px;
  }
  .partners-banner {
    background: url(../jpg/jefferson_headache_center-1.jpg) !important;
    background-size: cover !important;
  }
  body .tea-sed {
    margin: 4%;
    width: 92% !important;
  }
  .advisory-box-grid {
    margin: 0;
  }
  .tea-sed.wpb_column.vc_column_container.vc_col-sm-6 .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .advisory-box .label {
    color: #3a3e3f;
    font-family: Mark-Bold;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1;
  }
  .advisory-box .section-details p:last-child {
    margin-bottom: 0 !important;
  }
  .wpb_container.vc_column_container > .vc_column-inner {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .advisory-box-grid .advisory-box {
    float: none !important;
    width: 100% !important;
    margin: 20px auto !important;
  }
  .page-id-102 .team-banner {
    background-position: -450px 0;
    background-size: auto 65%;
    background-color: #913982;
  }
  .download-theapp ul li a {
    list-style: none;
    padding: 0;
    font-family: fontawesome !important;
    font-size: 38px !important;
    color: #fff;
    box-shadow: none;
  }
  .download-theapp h1 {
    padding-left: 0;
  }
  .page-id-165 .innerroee h1 {
    text-align: center;
    padding-top: 139px;
    font-size: 32px !important;
    max-width: 100%;
  }
  .innerroee button.-whitebutton {
    height: 46px;
    width: 232px;
  }
  .quix-image img {
    width: 245px;
    margin: auto;
    margin-top: 82px !important;
    height: 227px !important;
  }
  .page-id-165 .button-bar {
    margin: auto !important;
    max-width: 242px;
    margin-top: 31px !important;
  }
  .five-section p,
  .four-section p,
  .six-section p,
  .three-section p,
  .two-section p {
    font-size: 26px;
    padding-top: 10%;
    text-align: center;
    padding-left: 20px;
    line-height: 36px;
    max-width: 100% !important;
    padding-right: 20px;
  }
  .row.section-jesffion {
    width: 100%;
    margin: auto !important;
  }
  .five-section,
  .four-section,
  .six-section,
  .three-section,
  .two-section {
    height: auto !important;
    min-height: 100vh;
  }
  .five-section .vc_col-sm-6:nth-child(1),
  .four-section .vc_col-sm-6:nth-child(1),
  .six-section .vc_col-sm-6:nth-child(1),
  .three-section .vc_col-sm-6:nth-child(1),
  .two-section .vc_col-sm-6:nth-child(1) {
    display: table-footer-group;
  }
  .five-section .vc_col-sm-6:nth-child(2),
  .four-section .vc_col-sm-6:nth-child(2),
  .six-section .vc_col-sm-6:nth-child(2),
  .three-section .vc_col-sm-6:nth-child(2),
  .two-section .vc_col-sm-6:nth-child(2) {
    display: table-header-group;
  }
  body .sectionone-quix {
    background-image: none !important;
  }
  .innerroee .line {
    max-width: 100% !important;
  }
  .col-md-6.right-banner p {
    text-align: center;
    padding-left: 0;
  }
  .col-md-6.right-banner {
    text-align: center;
  }
  .col-md-6.left-banner {
    margin: 20px;
  }
  .main-team-section-jeff .line,
  .page-id-199 .line {
    max-width: 90% !important;
  }
  .col-md-6.right-banner {
    padding-top: 180px !important;
    margin: 20px !important;
  }
  .innerroee p,
  .section-jesffion .col-md-6 {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .page-id-175 h1.team-main-page {
    padding-top: 100px !important;
  }
  .page-id-199 .partners-banner {
    background: url(../jpg/jefferson_headache_center-1.jpg) !important;
    background-size: cover !important;
    height: auto !important;
  }
  .heateor_sss_sharing_container.heateor_sss_vertical_sharing.heateor_sss_bottom_sharing {
    display: none !important;
  }
  .single-knowledge .custom-logo-link img.custom-logo {
    display: none !important;
  }
  .summry-area {
    padding: 10px;
    height: 100% !important;
  }
  .single-knowledge small {
    padding-left: 20px !important;
  }
  .onsns {
    padding: 12px !important;
  }
  .col-md-6.margin-topp {
    display: none;
  }
  .site-header {
    background: #d8d8d8;
    z-index: 999;
    height: 80px;
    padding: 5px;
  }
  .js .menu-toggle {
    height: 40px;
    width: 42px;
    line-height: 0;
    border: 2px solid #30c2db;
    display: block;
    border-radius: 61px;
    color: #000;
    padding-bottom: 6px !important;
    font-size: 22px !important;
    margin-right: -15px;
    padding: 8px;
  }
  img.custom-logo-white {
    display: none !important;
  }
  .custom-logo-link img.custom-logo {
    display: block !important;
  }
  .custom-logo-link img {
    padding-top: 12px;
    width: 93px;
  }
  .submitd {
    text-align: center;
  }
  .h1.team-main-page {
    max-width: 100% !important;
  }
  .page-id-6 footer .line {
    max-width: 92%;
    margin: 0 !important;
  }
  footer .widget {
    padding-bottom: 17px;
  }
  p.site-info-text {
    padding-top: 24px !important;
    font-size: 14px !important;
    letter-spacing: 0;
  }
  .rowsmain {
    display: block;
  }
  .bannersearch .button-bar {
    margin-top: 20px;
    text-align: center;
  }
  p.secrolldoensec::before {
    left: 42px !important;
  }
  .rowsmain .col-sm-8 h2,
  body.page-id-6 .col-sm-4 h2 {
    padding-top: 100px;
    max-width: 100% !important;
    margin-top: 0;
  }
  .page-id-6 .bannersearch .dropdown span.holder {
    min-width: 90% !important;
  }
  .page-id-6 .bannersearch .dropdown {
    width: 90% !important;
  }
  .page-id-6 p.your-best-source-of {
    max-width: 100% !important;
  }
  .page-id-6 .rowsmain .col-sm-4 .line {
    margin: 30px 0 !important;
    max-width: 90%;
  }
  .page-id-6 .dropdown {
    padding: 0;
    width: 97% !important;
  }
  body .rowsmain .col-sm-4 .button-bar {
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 100px;
  }
  .rowsmain .col-sm-4 li {
    padding: 15px 0;
    max-width: 100%;
  }
  .page-id-6 .team-banner {
    height: 848px !important;
    background: #608dc9 !important;
  }
  body p.secrolldoensec {
    color: #fff;
    font-family: Mark-Regular, serif;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 30px;
    padding: 0 0 0 36px;
    margin-left: 20px;
  }
  .page-id-6 p.your-best-source-of {
    margin: 0 20px;
  }
  .bannersearch {
    padding: 0 0 !important;
    display: block;
    margin: 20px;
  }
  .rowsmain .button-bar {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 100px !important;
  }
  .page-id-6 .rowsmain .col-sm-8 .line {
    margin: 30px 0 !important;
  }
  .page-id-6 .line {
    margin: 30px 26px !important;
    max-width: 90%;
  }
  .page-id-6 h1.team-main-page {
    padding-top: 182px !important;
    padding-left: 20px !important;
  }
  .page-id-6 footer#colophon {
    display: block;
  }
  .menu-toggle:focus {
    outline: 0;
  }
  button.menu-toggle {
    z-index: 9999;
    position: relative !important;
    right: 16px !important;
    color: #fff;
    font-size: 20px !important;
  }
  :not(.mejs-button) > button:focus,
  :not(.mejs-button) > button:hover {
    background: 0 0;
    border: 1px solid #fff;

  }
  .navigation-top {
    right: 0;
  }
  .widget-column.footer-widget-1,
  .widget-column.footer-widget-2 {
    width: 100% !important;
  }
  footer ul li {
    padding-top: 13px;
    float: left;
    padding-right: 11px;
  }
  footer ul li a {
    font-size: 12px !important;
    padding: 4px;
  }
  body h1 {
    padding-left: 20px;
    font-size: 34px !important;
    line-height: 42px !important;
  }
  body h2 {
    font-size: 34px !important;
    line-height: 37px !important;
  }
  .footermenu ul {
    display: block;
  }
  .footermenu .social-icoms ul {
    display: flex;
  }
  .wpb_single_image.vc_align_left,
  .wpb_single_image.vc_align_right {
    text-align: center !important;
  }
  footer h1 {
    font-size: 42px !important;
    line-height: 48px !important;
    padding: 0;
  }
  footer p {
    font-size: 18px !important;
    padding-top: 0 !important;
  }
  footer .social-icoms {
    float: none;
    width: 184px;
    padding-top: 16px;
    margin: auto;
  }
  .site-footer .wrap {
    padding-bottom: 0 !important;
    padding: 0 !important;
  }
  .menu-toggle .icon {
    margin-right: 0 !important;
    top: -2px;
  }
  .author-area,
	.reviewed-by-text {
  padding-left: 20px !important;
}
}
@media screen and (max-width: 1200px) and (min-width: 768px) {
  .advisory-box-grid .advisory-box {
    width: calc(50% - 40px) !important;
    margin: 20px !important;
    float: none !important;
  }
  body ul#top-menu li a {
    padding: 8px 16px !important;
  }
  .rowds .col-md-4 img {
    height: 57px;
  }
  .rowds .col-md-8 {
    height: 57px;
  }
  header#masthead {
    height: 68px !important;
  }
  li#menu-item-14 a {
    padding: 8px 16px !important;
    margin-right: 10px;
  }
}
@media screen and (max-width: 899px) and (min-width: 768px) {
  body ul#top-menu li a {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 8px;
    font-family: Mark-Medium, serif;
  }
  .rowds .col-md-4 img {
    height: 57px;
  }
  .rowds .col-md-8 {
    height: 57px;
  }
  li#menu-item-14 a {
    background-image: linear-gradient(
      90deg,
      #3bdb9d 0,
      #0973c3 58.08%,
      #3f0ace
    );
    margin-right: 10px;
  }
}
@media screen and (min-width: 1500px) {
  #section5 #col1 {
    padding-left: 17%;
  }
  .rowsmain .col-sm-4 {
    background: #eaeaea;
    padding-left: 10%;
  }
}
.entry-content .link-button,
.link-button {
  height: 44px;
  background: #fff;
  color: #3a3e3f;
  font-family: Mark-Medium, serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 20px;
  text-align: center;
  border-width: 2px;
  border-radius: 27px;
  padding: 10px 16px;
  text-transform: none;
  -webkit-appearance: button;
  outline: 0;
  text-decoration: none;
  box-shadow: none;
}
.entry-content .link-button:hover,
.link-button:hover {
  color: #3a3e3f;
  box-shadow: none;
  -webkit-box-shadow: none;
  outline: 0;
  text-decoration: none;
}
.entry-content .link-button:focus,
.link-button:focus {
  box-shadow: none;
}
#section2 .link-button {
  width: 183px;
}
.team-page-button {
  padding: 10px 42px;
  border: 2px solid #fff;
  transition: background 0.2s;
}
.team-page-button.link-button:hover {
  background: #767676;
  border: 2px solid #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.entry-content .sm-gradient-button {
  min-width: 133px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#3bdb9d),
    color-stop(58.08%, #0973c3),
    to(#3f0ace)
  );
  background-image: linear-gradient(90deg, #3bdb9d 0, #0973c3 58.08%, #3f0ace);
  border: none;
  color: #fff;
  opacity: 0.5;
}
.entry-content .sm-gradient-button:hover {
  background: #767676;
  color: #fff;
}
#section5 .ctrlm-newsletter-hs-form label,
.ctrlm-newsletter-hs-form label {
  color: rgba(255, 255, 255, 0.5);
}
.ctrlm-newsletter-hs-form .hs-form-field input {
  color: #fff !important;
}
#section5 .ctrlm-newsletter-hs-form__submit-button,
.ctrlm-newsletter-hs-form__submit-button {
  background-color: #fff !important;
  opacity: 1 !important;
  color: #000 !important;
}
#section5 .ctrlm-newsletter-hs-form .hs-form-field,
#section5 .ctrlm-newsletter-hs-form .hs-submit,
.ctrlm-newsletter-hs-form .hs-form-field,
.ctrlm-newsletter-hs-form .hs-submit {
  margin-top: 15px;
  margin-bottom: 15px;
}
#section5 .hs-error-msgs li,
.hs-error-msgs li {
  margin-top: 0 !important;
}
#ctrlm-contact-hs-form {
  padding-top: 75px;
}
#ctrlm-contact-hs-form label {
  font-weight:normal;
  color: #021a4b;
}
#ctrlm-contact-hs-form input,
#ctrlm-contact-hs-form textarea {
  box-sizing: border-box;
  max-width: 510px;
  border: 1px solid #021a4b;
  opacity: 1;
  border-radius: 6px;
  font-family: Mark-Regular, serif;
  background-color: tranparent;
}
#ctrlm-contact-hs-form input {
  height: 46px;
}
#ctrlm-contact-hs-form textarea {
  min-height: 160px;
}
#ctrlm-contact-hs-form .hs-form-field {
  margin-top: 16px;
}
#ctrlm-contact-hs-form .hs-error-msgs label {
  font-size: 12px;
  font-family: Mark-Medium, serif;
  top: -20px;
  position: relative;
  padding-left: 18px;
}
#ctrlm-contact-hs-form .hs-error-msgs li {
  height: 20px;
}
#ctrlm-contact-hs-form textarea{color:#000000;}
#ctrlm-contact-hs-form input[type="text"] {color:#000000;}
#ctrlm-contact-hs-form input[type="submit"].hs-button .sm-gradient-button {
  width: 133px;
  opacity: 0.5;
  border: 0;
  color: #fff;
  font-family: Mark-Medium, serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  border-radius: 27px;
  background-color: #0055ED;
  margin-bottom: 100px;
  height: 46px;
  box-sizing: border-box;
  margin-top: 20px;
}
ctrlm-contact-hs-form input[type="submit"].sm-gradient-button {
  width: 133px;
  opacity: 0.5;
  border: 0;
  color: #fff !important;
  font-family: Mark-Medium, serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0;
  text-align: center;
  border-radius: 6px;
  background-color: #0055ED;
  margin-bottom: 100px;
  height: 46px;
  box-sizing: border-box;
  margin-top: 20px;
}
.not-found {
  padding: 150px 60px 60px;
}
.not-found .search-form .search-submit {
  border-radius: 0 3px 3px 0;
  height: 3em;
  top: 1.5em;
  right: 0;
}
.search-results-page {
  padding-top: 120px !important;
}
@media screen and (min-width: 48em) {
  .search-results-page .page-header {
    padding-left: 120px;
    width: 100%;
  }
}
.search-results-page .site-main .col-md-4 {
  max-width: initial;
}
.search-results-page .site-main .col-md-4 article {
  float: initial !important;
  margin: 0 auto;
}
.single-knowledge #content ul {
  margin-left: 1em;
}
#content .heateor_sss_vertical_sharing .heateorSssEmailSvg {
  background-size: 150%;
  background-position: -5px;
}
.pum-theme-260 .pum-container.theme-260 {
  padding: 40px 40px 80px 40px;
}
.pum-theme-260 .pum-container.theme-260 .pum-content p {
  line-height: 22px;
}
.page-template-page-knowledge-portal .tabs-left li a {
  cursor: pointer;
}
.page-id-904 button.white-button,
.page-id-904 button.white-button:focus {
  display: inline !important;
}
.page-id-904 #begin h1 {
  max-width: 515px;
  font-family: Mark-Light, serif;
  font-size: 48px;
  line-height: 52px;
  color: #fff;
}
.page-id-904 #begin p {
  max-width: 515px;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  color: #fff;
  line-height: 23px;
}
.page-id-904 .line {
  max-width: 515px;
}
@media screen and (max-width: 767px) {
  .home header#masthead {
    height: 75px;
  }
  .page-id-51 .team-banner .wrap {
    padding: 0 20px !important;
  }
  .newquiz-top h1 {
    font-size: 32px !important;
    padding: 0;
    color: #fff;
    font-family: Mark-Light, serif;
  }
  .newquiz-top .line {
    margin: 1em 0;
  }
  .newquiz-top p {
    color: #fff;
    font-family: Mark-Regular, serif;
    font-size: 20px;
    line-height: 23px;
  }
  p#question1,
  p#question2,
  p#question3,
  p#question4,
  p#question5 {
    color: #fff;
    font-family: Mark-Light, serif;
    font-size: 34px;
    line-height: 38px;
  }
  #question-1 .vc_single_image-img,
  #question-2 .vc_single_image-img,
  #question-3 .vc_single_image-img,
  #question-4 .vc_single_image-img,
  #question-5 .vc_single_image-img {
    width: 120px;
  }
}
#site-navigation {
  height: 1px;
}
.page-id-420 .panel-content,
.page-id-904 .site-content,
{
  background: #131415 !important;
}
.page-id-420 .link-button,
.page-id-186 .link-button {
  -webkit-appearance: none;
  white-space: nowrap;
  min-width: 180px !important;
  width: auto !important;
  display: inline-block;
}
.footer-jacked h1 {
  padding: 30px 0 30px 0 !important;
}
.ctrlm-newsletter-hs-form__submit-button {
  font-family: Mark-Medium, serif !important;
  font-size: 16px !important;
  line-height: 8px !important;
}
.hs-button {
  font-family: Mark-Medium, serif !important;
  font-size: 16px !important;
  line-height: 10px !important;
}
.hs-input {
  box-sizing: border-box !important;
  max-width: 510px !important;
  border: 2px solid rgba(58, 62, 63, 0.3) !important;
  opacity: 1 !important;
  border-radius: 27px !important;
  color: #000 !important;
  font-family: Mark-Regular, serif !important;
  background-color: transparent !important;
  width: 100% !important;
}
.videoParent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
  margin-bottom: -1px;
}
.videoParent video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.videoParent.hiddenTransform {
  opacity: 0;
}
.summry-area .wrap li span {
  color: #3a3e3f;
  font-family: Mark-Regular, serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 23px;
}
.author-area,
.reviewed-by-text {
  padding-top: 11px;
}
.page-id-420 .panel-content, .page-id-904 .site-content {
    background: #131415!important;
}
