body {
  background-color: #fff;
  font-family: 'Source Sans Pro', sans-serif;
  color: #000000;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
  min-height: 100vh;
}

h1 ,.faux-h1{
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 70px;
  line-height: 82px;
  font-weight: 700;

}
.entry-content h1 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;

}
h2 ,.faux-h2{
  color: #313131;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 36px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.4px;
  line-height: 48px;

}

h3,.faux-h3 {
  margin-top: 0px;
  margin-bottom: 18px;
  color: #333333;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 34px;

}

h4,.faux-h4 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
 color: #333333;
 font-family: 'Roboto Condensed', sans-serif;
 font-size: 20px;
 font-weight: 700;
 font-style: normal;
 letter-spacing: normal;
 line-height: 28px;

}

h5,.faux-h5 {
  margin-top: 0px;
  margin-bottom: 12px;
  padding-top: 12px;
  color: #333333;
   font-family: 'Roboto Condensed', sans-serif;
   font-size: 18px;
   font-weight: 600;
   font-style: normal;
   letter-spacing: normal;
   line-height: 24px;
}

h6,.faux-h6 {
  margin-top: 0px;
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}



.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6{
  margin-bottom: 12px;
  letter-spacing: 0.4px;
  padding-top: 18px;
}
p {
  margin-bottom: 18px;
}

a {
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  color: #3B3A3A;
  text-decoration: none;
}

a:hover {
  color: #3B3A3A;
  text-decoration: underline;
}

.header a {
  color: #fff
}

.invert,
.invert * {
  color: #fff
}

a.invert:hover {
  color: #fff;
  opacity: .8
}

.lightbg {
  background: #fff
}

.greybg {
  background: #efefef
}

.greenybg {
background-color: #eef5f4;
}

.pink {
  color: #B62BB4
}

.darkbg {
background-color: #167863;
}

ul {
  margin-top: 24px;
  margin-bottom: 24px;
  padding-left: 0px;
  list-style-type: none;
}
ul ul {
  margin-top: 12px;
  margin-bottom: 12px;
}
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 27px;
}

ul li {
  margin-bottom: 12px;
  padding-left: 30px;
  background-image: url('../images/Oval.svg');
  background-position: 0% 11px;
  background-repeat: no-repeat;
  font-weight: 300;
}

ul ul li {
  margin-bottom: 12px;
  padding-left: 30px;
  background-image: url('../images/Oval-alt.svg');
  background-position: 0% 11px;
  background-size: 5px 5px;;
  background-repeat: no-repeat;
}

.meta-tags {
  padding: 6px 0 15px;
  display: block
}

label {
  display: block;
  color: rgb(52, 52, 52);
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 1px;
}

strong {
  font-weight: 700;
}

em {
  font-style: italic;
}

blockquote {
  margin-bottom: 18px;
  padding: 30px 30px;
  border:none;
  color: #000;
  font-weight: 700;
  letter-spacing: 0.5px;
  font-style: italic;
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  background-color: #eef5f4;
}
.entry-content blockquote p {
  font-size: 40px;
  line-height: 48px;
}
blockquote cite {
  font-size: 14px;
  color: #167863
}

.p-large {
  font-size: 26px;
  line-height: 38px;
}

.p-large.highlighted {
  color: #3B3A3A;
}
.p-small {
    font-size: 14px;
    line-height: 24px;
}

p strong {
  font-weight: 900
}
.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button,
input[type="submit"] {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  padding: 12px 45px;
  border-radius: 8px;
  text-transform: capitalize;
  background-color: #b62bb4;
  border: 1px solid #B62BB4;
  font-weight: 300;
  line-height: 20px;
  transition: all .2s ease-in-out;
}

.button:hover,
input[type="submit"]:hover {
  text-decoration: none;
  background: transparent;
  color: #B62BB4;
  -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  box-shadow: 0 12px 36px 0 rgba(80, 176, 180, 0.25);
  /* -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px); */
  color: #B62BB4;
  text-decoration: none;
}

.section {
  position: relative;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.section._404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  padding-top: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section.t-margin {
  margin-top: 60px;
}

.fluid-cell {
  position: relative;
  padding: 24px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.section._404.fluid-cell {
  text-align: center;
}

.widget-area {
  padding-top: 50px;
}



.fluid-cell:hover {
  text-decoration: none;
}

.fluid-cell._67-p {
  width: 66.7%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._50_large-p {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._75-p {
  width: 75%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}



.fluid-cell._33-p {
  width: 33.3%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._100-p {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}


.fluid-cell._50-p {
  width: 50%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell._w-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.in-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  margin-right: 15%;
  margin-left: 15%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.in-center._w-center-align {
  padding-bottom: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.fluid-cell.no-b-padding {
  padding-bottom: 0px;
}

.fluid-cell._60-p {
  width: 60%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.fluid-cell.hide-desktop,
.hide-desktop {
  display: none;
}

.fluid-cell._100-p {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.subheading {
  margin-bottom: 12px;
  padding-top: 12px;
  color: #3B3A3A;
  font-weight: 700;
}

.container {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 60px 84px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.no_t_padding,
.container.no_t_padding {
  padding-top: 0;
}

.no_b_padding,
.container.no_b_padding {
  padding-bottom: 0;
}



.faux-h6:hover {
  text-decoration: none;
}

.container.top_bar  img.logo {
     height: 30px;
 }
 .container.top_bar  {
   align-items: center;
 }
 
 
.single .header {
    background-image: url(../images/white_circles.svg);
    background-repeat: no-repeat;
    background-size: 460px auto;
    background-position: 111% 101px;
}
.block {
  position: relative;
  display: block;
  height: 100%;
  padding: 48px;
  border: 4px solid #3B3A3A;
  border-radius: 18px;
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
}

.block.t-margin {
  margin-top: 48px;
}

.container-border {
  position: absolute;
  left: 48px;
  top: 0%;
  right: 48px;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 4px solid #3a4d62;
  border-radius: 24px;
}

.container-border.end-bottom {
  border-bottom-width: 2px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.container-border.end-top {
  border-top-width: 2px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}


.nav-dropdown-link {
  position: relative;
  margin-right: 18px;
  margin-left: 18px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.nav-dropdown-trigger {
  position: relative;
  z-index: 20;
  display: inline-block;
  padding-right: 24px;
  background-image: url('../images/Down-arrow-icon.svg');
  background-position: 100% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
  cursor: pointer;
}

.nav-dropdown-trigger:hover {
  color: #fff;
  text-decoration: none;
}

.nav-dropdown-content {
  position: absolute;
  left: 0px;
  top: 60px;
  right: auto;
  bottom: auto;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 24px;
  background-color: #3B3A3A;
  box-shadow: 0 12px 36px 0 rgba(0, 0, 0, 0.2);
  font-weight: 600;
}

.child-link {
  display: inline-block;
  width: 100%;
  padding: 14px 30px;
  border-bottom: 1px solid rgba(6, 26, 16, 0.15);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-family: 'Roboto Condensed', sans-serif;
  color: #182e47;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.child-link:hover {
  border-bottom-color: rgba(6, 26, 16, 0.2);
  background-color: #88b666;
  color: #182e47;
  text-decoration: none;
}

.child-link.w--current {
  color: #01c6e4;
}

.child-link.first {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
}

.child-link.last {
  border-bottom-color: transparent;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

.child-link.last:hover {
  box-shadow: none;
}

.nav-bar {
  position: relative;
  z-index: 1111;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}

.nav-wrap {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 96px;
  padding-left: 96px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.social-icon {
  width: 20px;
  height: 20px;
  margin-right: 6px;
  border: 2px solid transparent;
  border-radius: 20px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  background-color: #b62bb4;
}

.social-icon:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.social-icon.yt {
  background-image: url('../images/yt-icon.svg');
  background-position: 50% 50%;
  background-size: 6px auto;
  background-repeat: no-repeat;
}

.social-icon.tw {
  background-image: url('../images/TW-icon.svg');
  background-position: 50% 50%;
  background-size: 10px auto;
  background-repeat: no-repeat;
}

.social-icon.fb {
  background-image: url('../images/FB-icon.svg');
  background-position: 50% 50%;
  background-size: 6px auto;
  background-repeat: no-repeat;
}

.social-icon.in {
  background-image: url('../images/IN-icon.svg');
  background-position: 50% 50%;
  background-size: 9px auto;
  background-repeat: no-repeat;
}

.social-icon.mail {
  background-image: url('../images/Email-icon.svg');
  background-position: 50% 50%;
  background-size: 11px auto;
  background-repeat: no-repeat;
}
.single .social-icon {
  background-color: #fff;
}

.single .social-icon.yt {
  background-image: url('../images/yt-icon-green.svg');
}

.single .social-icon.tw {
  background-image: url('../images/TW-icon-green.svg');
}

.single .social-icon.fb {
  background-image: url('../images/FB-icon-green.svg');
}

.single .social-icon.in {
  background-image: url('../images/IN-icon-green.svg');
}

.single .social-icon.mail {
  background-image: url('../images/Email-icon-green.svg');

}


.social-wrap {
  text-align: right
}

span.notext {
  font-size: 0;
}

.cta-link,
.cta-link-normal {
  display: inline-block;
  margin-bottom: 18px;
  padding-bottom: 3px;
  border-bottom: 2px solid #3B3A3A;
  font-family: 'Roboto Condensed', sans-serif;
  color: #3B3A3A;
  font-size: 16px;
  line-height: 26px;
  font-weight: 700;
}

.cta-link:hover,
.cta-link-normal:hover {
  border-bottom-color: #3B3A3A;
  color: #3B3A3A;
  text-decoration: none;
}

.cta-link.play-video {
  margin-top: 36px;
  cursor: pointer;
}

.cta-link-normal.pink,
.cta-link.play-video.pink {
  color: #B62BB4;
  border-bottom: 2px solid #B62BB4;
}

.nav-border {
  position: absolute;
  left: 48px;
  top: 0%;
  right: 48px;
  bottom: 0%;
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border: 4px solid #3a4d62;
  border-radius: 24px;
}

.main-title {
  margin-bottom: -8px;
  color: #ffffff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 58px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 1.8px;
  line-height: 70px;
  text-transform: uppercase;
  max-width: 29ch;
}

.main-title a {
  color: #fff
}
.main-title a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.757)
}
h2.sub-title {
  font-size: 40px;
  font-weight: 300;
  line-height: 50px;
  margin-bottom: 40px;
  text-transform: uppercase;
  max-width: 32ch;
}

.home .header .main-title,
.home .header .sub-title {
  color: #167863
}
.home .header .main-title {
  max-width: 22ch
}
header .cta-link-normal {
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
  margin-bottom: 0
}

body:not(.single) header .cta-link-normal {
  border-bottom-color: transparent
}

body:not(.single) header .cta-link-normal:hover {
  border-bottom: 2px solid #B62BB4
}

.carousel-left-arrow {
  position: absolute;
  left: auto;
  top: -60px;
  right: 84px;
  bottom: auto;
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 42px;
  background-image: url('../images/Left-arrow.svg');
  background-position: 47% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.carousel-left-arrow:hover {
  border-color: #3B3A3A;
}

.hide {
  display: none;
}

.carousel-right-arrow {
  position: absolute;
  left: auto;
  top: -60px;
  right: 24px;
  bottom: auto;
  width: 42px;
  height: 42px;
  border: 2px solid #fff;
  border-radius: 42px;
  background-image: url('../images/Right-arrow.svg');
  background-position: 53% 50%;
  background-repeat: no-repeat;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.carousel-right-arrow:hover {
  border-color: #3B3A3A;
}

.carousel-cell {
  position: relative;
  width: 33.3%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: left;
}

.carousel-cell:hover {
  text-decoration: none;
}

.carousel {
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
  background-color: transparent;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 500px;
  padding: 24px 30px 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 4px solid #3a4d62;
  border-radius: 18px;
  background-color: #182e47;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
}

.carousel-slide {
  width: 100%;
}

.mask {
  height: 100%;
}

.no-b-margin {
  margin-bottom: 0px;
}

.carousel-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.card-wrap {
  height: 100%;
  padding: 24px;
}

.card-expanded {
  display: none;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background-color: #182e47;
}

.carousel-back-button {
  position: absolute;
  left: auto;
  top: -55px;
  right: 30px;
  bottom: auto;
  padding-left: 24px;
  background-image: url('../images/Left-arrow.svg');
  background-position: 0% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: right;
  cursor: pointer;
}

.carousel-back-button:hover {
  color: #3B3A3A;
}

.card-hover {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 100%;
  height: 100%;
  padding: 36px;
  border-radius: 14px;
  background-color: #3B3A3A;
  color: #182e47;
  cursor: pointer;
}

.card-hover-link {
  display: inline-block;
  margin-top: 18px;
  border-bottom: 1px solid #182e47;
  font-size: 14px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
}

.card-collapsed {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  background-color: #182e47;
}

.card-title {
  margin-bottom: 6px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  text-transform: capitalize;
}

.card-title:hover {
  text-decoration: none;
}

.svg {
  margin-top: 18px;
}

.modal-wrap,
.modal-wrap-content {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2222;
  display: none;
  overflow: scroll;
  width: 100%;
  height: 100%;
  padding: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #CEF3EA;
}

.modal-window {
  display: block;
  width: 100%;
}

.modal-close-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  cursor: pointer;
}

.media-cover {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.play-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  height: 130px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 96px;
  background-color: #50b0b4;
  box-shadow: 0 12px 48px 0 rgba(0, 0, 0, 0.35);
  -webkit-transition: all 250ms ease;
  transition: all 250ms ease;
  cursor: pointer;
}

.play-button:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}



.button-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  height: 48px;
  margin-right: 6px;
  margin-bottom: 18px;
  margin-left: 6px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
}

.button-icon:hover {
  background-color: #fff;
  text-decoration: none;
}

.tooltip {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 110%;
  z-index: 10;
  width: 300px;
  padding: 18px 24px;
  background-color: #fff;
  box-shadow: 0 12px 36px 0 rgb(0 0 0 / 15%);
  color: #514853;
  opacity: 0;
  display: none;
}

.has-tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.count_posts {
  border-bottom: 1px solid #D9D8D8;
  padding-bottom: 10px;
  margin-bottom: 30px;
  color: #333333;
  font-size: 20px;
  line-height: 29px;
  font-weight: 700;
}

/* Sidebar widget */
.widget-area {
  z-index: 10
}

.widget_header {
  border-bottom: 1px solid #D9D8D8;
  padding-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.widget_header h3 {
  color: #b62bb4;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.64px;
  line-height: 26px;
}


.widget_header span.reset {
  color: #6a7271;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
}

.filter-header {
  display: flex;
  align-items: center;
}

.filter-header h3 {
  margin: 0;
  padding: 0;
  font-size: 16px;
  color: #B62BB4;
  text-transform: uppercase;
  line-height: 32px;
  letter-spacing: 0.64px;
  line-height: 26px;
}

.widget_header h3.filter-toggle {
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  padding: 0;
  line-height: 20px;
  margin: 0;
}


.filter-header span.info {
  width: 17px;
  height: 17px;
  background: url(../images/info.svg) no-repeat center center;
  margin-left: 10px;
  display: block;
  /* margin-top: -6px; */
}

.filter-header span.info:hover {
  background: url(../images/info-pink.svg) no-repeat center center;
  background-size: 17px 17px;
}

.filter_group li {
  margin-bottom: 12px;
  padding-left: 0px;
  background-image: none;
}

.filter_group li input[type="checkbox"],
.filter_group li input[type="radio"] {
  margin-right: 12px;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 32px;
  color: #000000;
}

.filter_group li .label_container {
  padding: 0;
  color: #000000;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 26px;
}

.filter_group li .label_container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.filter_group li .label_container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  left: 0;
  z-index: 3;
  height: 22px;
  width: 22px;
}

.filter_group li .label_container .checkmark {
  position: absolute;
  top: 5px;
  bottom: auto;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 4px;
  border: 1px solid #707070;
  background-color: #ffffff;
  margin: auto;
}

.filter_group li.main_group .label_container .checkmark {
  position: absolute;
  top: 5px;
  bottom: auto;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 1px solid #707070;
  background-color: #ffffff;
  margin: auto;
}

.filter_group {
  position: relative;
}

.filter_group.loading {
  opacity: .6;

}

.filter_group.loading:before {
  z-index: 10;
  content: "";
  background: url(../images/load-pink.gif) no-repeat center;
  background-size: 24px;
  height: 24px;
  width: 24px;
  display: block;
  top: 0;
  right: 0;
  position: absolute;
}

/* On mouse-over, add a grey background color */
.label_container:hover input~.checkmark {
  border: 1px solid #B62BB4;
  background-color: #ffffff;
}

/* When the checkbox is checked, add a blue background */
.label_container input:checked~.checkmark {
  border: 1px solid #707070;
  background-color: #ffffff;
}

.label_container input:checked~.checkmark:after {
  content: "";
  position: absolute;
  z-index: 2;
  background: #707070;
  border-radius: 2px;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.filter_group li.main_group .label_container input:checked~.checkmark:after {
  border-radius: 50%;
}

.label_container:hover input~.checkmark:after {
  content: "";
  position: absolute;
  z-index: 2;
  background: #B62BB4;
  border-radius: 2px;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}
.filter_group li.main_group .label_container:hover input~.checkmark:after {
border-radius: 50%;
}




/* Create the checkmark/indicator (hidden when not checked) */
.label_container:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.label_container input:checked~.checkmark:after {
  display: block;
}

.count_posts {}

/* Single Page */

.sidebar h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 15px
}

.sidebar ul {
  margin-top: 10px;
}

.site-main {
  padding-bottom: 120px;
}


.sidebar ul.author-list {
  margin-top: 0;
  padding-top: 0;
  list-style: none
}

.sidebar ul.author-list li {
 color: #000000;
 font-size: 16px;
 font-weight: 400;
 font-style: normal;
 letter-spacing: normal;
 line-height: 32px;
 padding: 0;
 background: none;
 margin: 0;
}

.cat_tab.color {
  padding: 6px 12px;
  border-radius: 6px;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 10px;
  line-height: 17px;
  background: #6A7271;
  background: rgba(106, 114, 113, .2);
  color: #000000;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize
}

.cat_tab.color:hover {
  text-decoration: none;
  opacity: .9;
}

.cat-wrap {
  clear: both;
  padding-bottom: 15px;
}

.list_view,
.modal-wrap-content .modal-content {
  padding: 48px;
  margin-bottom: 50px;
  -webkit-box-shadow: 0 12px 36px rgba(0, 0, 0, 0.03);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  background-color: #eef5f4;
  border: 1px solid #EEF5F4;
}

.modal-wrap-content .modal-content {
  max-height: 80vh;
  overflow-y: scroll;
}

.list_view .entry-content {
  color: #404040;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  padding-bottom: 24px;
}

.modal-wrap-content .modal-content {
  padding: 40px 50px;
}

.cat_list {
  padding-bottom: 30px;
}

.sidebar ul.cat_list {
  margin-bottom: 0;
}

.sidebar ul.cat_list .cat_tab.color  {
  background-color: #6a7271;
  background-color: rgba(106, 114, 113, 0.198);
  color: #000000;
  border-radius: 6px;
  font-family: "Source Sans Pro";
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  padding: 7px 15px;
}
.widget-area .cat_list:last-child{
  padding-bottom: 0
}
/*
.read_more {background: #B62BB4; color:#fff; font-size: 20px; font-family: 'Roboto Condensed', sans-serif; padding: 8px 50px; border-radius:  8px; border: 1px solid #B62BB4; font-weight: 300;  line-height: 20px; transition: all .2s ease-in-out; }
.read_more:hover {text-decoration: none; background:transparent  ; color:#B62BB4;  -webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.16); 


box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
transform: scale(1.2);
}
*/


.list_view h2,
.modal-wrap-content .modal-content h2 {
  color: #167863;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 40px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 50px;
  margin-bottom: 10px;

}

.list_view h2 {
  text-transform: capitalize;
  margin-top: 0px;
}

.list_view h2 a {
  color: #167863
}

.list_view h2 a:hover {
  text-decoration: none;
  color: #B62BB4
}

.side_list {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.03);
  border-radius: 10px;
  padding: 50px 45px;
  margin-top: 35px;
}

.side_list h3 {
  color: #b62bb4;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.64px;
  line-height: 26px;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 5px;
}

a.back_home {
 color: #6a7271;
 font-family: "Source Sans Pro";
 font-size: 16px;
 font-weight: 400;
 padding-left: 30px;
 background: url(../images/arrow-left.svg) no-repeat center left;
}
a.back_home:hover {text-decoration: none; color:#000}

.footer-wrap {
  background: #2C2C2C;
  padding: 40px 30px 120px;
}

.fluid-cell.center {
  text-align: center
}

.footer-wrap img {
  max-width: 200px;
  width: 100%;
  height: auto;
  padding: 15px;
}

.modal-video {
  width: 95vh;
  max-width: 90vw;
}
.footer-logo {
    margin-right: 36px;
    margin-bottom: 36px;
}
.section.footer p ,.footer-link  {
    color: #fff;
    font-weight: 200;
}
.section.footer
strong {
    font-weight: 700;
    font-family: 'Roboto Condensed', sans-serif;
}

.scroll-up-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin-top: 96px;
  margin-right: 96px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 60px;
  background-color: #fff;
}

.scroll-up-button:hover {
  -webkit-transform: translate(0px, -3px);
  -ms-transform: translate(0px, -3px);
  transform: translate(0px, -3px);
}

.header nav li.menu-item-modal a {}



/* 404 section */
.no-results._404 {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.no-results._404 .fluid-cell.intro.center {}

._404 h1 {
  color: #696969;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  position: relative;
  padding: 0;
  margin: 0 0 20px
}

._404 h1:before {
  content: "";
  background: url(../images/404.png) no-repeat center;
  width: 127px;
  height: 127px;
  position: absolute;
  top: -140px;
  left: 0;
  right: 0;
  margin: auto
}

._404 p {
  color: #696969;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  max-width: 259px;
  margin: auto
}




.add_z {
  z-index: 10
}

.no-t-padding .fluid-cell {
  padding-top: 0;
}

.b-menu {
  padding-left: 0;
  padding-right: 30px;
  position: relative;
  z-index: 1;
  clear: both
}

.b-menu:before {
  width: 100%;
  content: ''
}

.b-menu:before,
.b-menu:after {
  content: ' ';
  display: table
}

.b-menu:after {
  clear: both
}

.b-menu:before,
.b-menu:after {
  content: ' ';
  display: table
}

.b-menu:after {
  clear: both
}

.b-menu .back-lv-button {
  display: none !important
}

nav {
  background: 0;
  width: auto;
  height: auto !important;
  float: left;
  overflow: visible;
  position: static
}

nav ul {
  background: 0;
  margin: 0;
}

.header nav li a {
  display: inline-block;
  padding: 0;
  color: #B62BB4;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none
}
.single .header nav li a{
  color: #ffffff;
}
.single .header nav li a:hover{
  color: #B62BB4;
}
nav a:hover {
  background: none !important;
  text-decoration: none
}

nav li {
  border-top: 0;
  display: inline-block;
  text-transform: uppercase;
  margin-left: 22px;
  background: none;
  padding: 0;
  margin-bottom: 0;
}

nav li.parent>a {
  background: 0
}

nav li:first-child {
  margin-left: 0
}

nav .level-1.opening .b-level-2 {
  display: none
}

nav .level-1 .b-level-2 {
  -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
  background: #EEF5F4;
  z-index: 11;
  font-size: 0;
  left: 0;
  right: 0;
  position: absolute;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 15px;
  border-radius: 0 0 10px 10px;
}

nav .level-1 .b-level-2:before {
  content: '';
  height: 1px;
  background: #dfe1e4;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  border-bottom: 1px solid #edeeef
}

nav .level-1 .b-level-2 ul {
  background: 0
}

nav .level-1 .b-level-2 .level-2 ul {
  width: auto;
  padding-left: 0;
  padding-right: 0;
  background: 0;
  padding-top: 0;
  display: block
}

nav .level-1 .b-level-2 .level-2 ul li {
  margin-left: 0;
  background: 0
}

nav .level-1:hover a {
  color: #167863
}

nav .level-1 .b-level-2 {
  display: none;
}

nav .level-1:hover .b-level-2 {
  display: block
}

nav .level-1 .level-2 {
  display: inline-block;
  vertical-align: top;
  width: 13.27913279132791%;
  margin-left: 4.065%;
  padding-bottom: 25px
}

nav .level-1 .level-2:nth-child(1),
nav .level-1 .level-2:nth-child(7) {
  margin-left: 0
}

nav .level-1 .level-2 a {
  color: #167863;
  font: 700 12px/20px 'Roboto', Arial;
  border-bottom: 1px solid #e0e4e5;
  margin-bottom: 15px;
  padding-bottom: 5px;
  display: block;
}

nav .level-1 .level-2 a:hover {
  color: #167863
}

nav .level-1 .level-2:hover a {
  color: #B62BB4
}

nav .level-1 .level-2:hover li a {
  color: #B62BB4
}

nav .level-1 .level-2 li {
  display: block
}

nav .level-1 .level-2 li a {
  color: #167863;
  font: 400 13px/18px 'Roboto', Arial;
  text-transform: none;
  border-bottom: 0;
  margin-bottom: 0
}

nav .level-1 .level-2 li a:hover {
  color: #167863
}

nav .level-1 {
  position: relative
}

nav .cols2 {
  position: static
}

nav .cols3 {
  position: static
}

nav .level-1 .b-level-2 {
  left: -30px;
  right: auto;
  width: 260px;
  padding: 30px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-width: 200px;
  -moz-column-width: 200px;
  column-width: 200px;
  -webkit-column-gap: 40px;
  -moz-column-gap: 40px;
  column-gap: 40px;
  -webkit-column-rule: 1px solid #e0e4e5;
  -moz-column-rule: 1px solid #e0e4e5;
  column-rule: 1px solid #e0e4e5
}

nav .cols2 .b-level-2 {
  width: 500px;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2
}

nav .cols3 .b-level-2 {
  width: 740px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3
}

nav .level-1 .level-2 {
  display: block;
  width: 100%;
  margin: 20px 0 0 0 !important;
  padding-bottom: 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid
}

nav .level-1 .level-2:first-child {
  margin-top: 0 !important
}

nav .level-1 .level-2 a {
  margin-bottom: 7px;
  padding-bottom: 7px;
  font-size: 13px
}

nav .level-1 .level-2 a[href="#"]:hover,
nav .level-1 .level-2:hover a[href="#"] {
  color: #333b3e
}

nav .level-1 .level-2 li a {
  font-size: 14px;
  line-height: 1.3;
  margin-top: 5px
}

nav .level-1 .b-level-2 {
  z-index: 9999;
}


@media screen and (min-width: 990px) {

  .home .sidebar._33-p {
    width: 300px;
    margin-right: 60px;
  }

 .home .site-main._67-p {
    width: calc(100% - 360px);
    padding-left: 60px;
  }
  .single .sidebar._33-p{
    padding-right: 70px
  }
  
  .single .fluid-cell.site-main{
    padding-left: 70px
  }
  .site-main._67-p:before {
    content: "";
    background: #d9d8d8;
    width: 1px;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }

  .fluid-cell.site-main {
    padding-top: 50px;
  }

}

@media screen and (min-width: 960px) {
  
  .fluid-cell._50_large-p {
    width: 80%;
  }
}


@media screen and (min-width: 1200px) {
  
  .fluid-cell._50_large-p {
    width: 70%;
  }
}



@media screen and (min-width: 1440px) {

  .container,
  .modal-wrap-content .modal-content {
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
  }

  .modal-video {
    width: 100vh;
    max-width: none;
  }

  .block.t-margin {
    margin-top: 60px;
  }

  .nav-wrap {
    max-width: 1500px;
    margin-right: auto;
    margin-left: auto;
  }

  .carousel-back-button {
    cursor: pointer;
  }
  .fluid-cell._50_large-p {
    width: 60%;
  }
  
}
@media screen and (min-width: 1500px) {
  .fluid-cell._50_large-p {
    width: 50%;
  }
  
}


@media screen and (max-width: 991px) {
  body {
    background-position: -170px -20px;
  }

  .fluid-cell.site-main {
    padding-top: 0px
  }

  h1 {
    font-size: 48px;
    line-height: 58px;
  }

  h2 {
    font-size: 40px;
    line-height: 52px;
  }

  h3 {
    font-size: 30px;
    line-height: 42px;
  }

  h4 {
    font-size: 24px;
    line-height: 36px;
  }

  .section.t-margin {
    margin-top: 48px;
  }

  .fluid-cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .fluid-cell.in-center {
    width: 80%;
    margin-right: 10%;
    margin-left: 10%;
  }

  .fluid-cell._60-p {
    width: 100%;
  }

  .fluid-cell.hide-desktop,
  .hide-desktop {
    display: block;
  }

  .container,
  .modal-wrap-content .modal-content {
    padding: 48px 28px;
  }

  .faux-h1 {
    font-size: 48px;
    line-height: 60px;
  }

  .faux-h2 {
    font-size: 40px;
    line-height: 52px;
  }

  .faux-h3 {
    font-size: 30px;
    line-height: 42px;
  }

  .faux-h4 {
    font-size: 24px;
    line-height: 36px;
  }

  .block {
    padding: 36px;
  }

  .block.t-margin {
    margin-top: 36px;
  }

  .container-border {
    left: 24px;
    right: 24px;
  }


  .div-block {
    height: 330px;
  }

  .nav-dropdown-link {
    margin-right: 0px;
    margin-left: 0px;
  }

  .child-link.first {
    border-top-style: none;
  }

  .nav-wrap {
    padding-right: 60px;
    padding-left: 60px;
  }

  .social-icon {
    margin-right: 5px;
  }

  .cta-link.play-video {
    margin-top: 24px;
  }

  .nav-border {
    left: 24px;
    right: 24px;
  }

  .main-title {
    font-size: 60px;
    line-height: 66px;
  }

  .carousel {
    display: none;
  }

  .card {
    height: auto;
    min-height: auto;
    padding-right: 36px;
    padding-left: 36px;
  }

  .play-button {
    width: 84px;
    height: 84px;
  }
}

@media screen and (max-width: 990px) {

  .fluid-cell._67-p,
  .fluid-cell._33-p,
  .fluid-cell._50-p,
  .fluid-cell._75-p{
    width: 100%;
  }

  .top_bar .fluid-cell._50-p {
    width: 45%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  /* Filter */
  .widget_header span.reset {
    font-size: 16px;
    color: #707070;
    font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
    height: 34px;
    box-shadow: 0 2px 3px rgb(0 0 0 / 16%);
    border-radius: 5px;
    background-color: #ffffff;
    width: 64px;
    text-align: center;
  }
  .widget_header span.reset:hover , .widget_header span.reset:active  {
    opacity: .7
  }



  .reset span {
    display: none
  }
  
  .count_posts {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 30px;
      color: #333333;
      font-size: 20px;
      line-height: 29px;
      font-weight: 700;
  }
  
  .widget_header {
      border-bottom: 1px solid #D9D8D8;
      padding-bottom: 30px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 0px;
  }
  .widget-header {
    background-image: url(../images/filter.png);
    background-repeat: no-repeat;
    background-position: center center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: 9px;
    background-color: #ffffff;
  }

  .widget-header span {
    display: none;
  }

  .filter-wrap {
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    padding: 10px;
    perspective: 1000px;
    position: fixed;
    left: 0;
    top: 95px;
    width: 240px;
    transform: translateX(-100%);
    transition: transform 0.2s, visibility 0.2s;
    visibility: hidden;
  }
  
  .sidebar ul.author-list {
      margin-top: 0;
      padding-top: 0;
      list-style: none;
      margin-bottom: 10px;
  }
  
  .side_list {
      padding: 30px 20px;
      margin-top: 25px;
  }
  .cats-nav-visible .cover {
    position: fixed;
    top:0;
    bottom: 0;
    left:0;
    right: 0;

  }
 .cats-nav-visible .main-wrap {
   position: relative;
   z-index: 4
 }
  .cats-nav-visible .filter-wrap {
    transform: translateX(0);
    visibility: visible;
  }
  
  .cat_list {
      padding-bottom: 20px;
  }
  
  

  .filter-wrap .has-tooltip {
    display: none
  }
  .filter-header.closed {
      position: relative;
  }
  .filter-header:after {
      content: "";
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5px 7px 5px 0;
       border-color: transparent #b62bb4 transparent transparent;      position: absolute;
      right: 0;
      margin: auto;
      transform: rotate(-90deg);
      transition: transform 0.2s, visibility 0.2s;
  }
  .filter-header.closed:after{
 transform: rotate(0deg);
 
  }
  

  .sidebar .filter-header h3 {
    color: #b62bb4;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: 0.64px;
    line-height: 17px;
    text-align: left;
  }

  .filter_group li .label_container {
    padding-left: 0;
    padding-right: 32px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 32px;
  }

  .filter_group li .label_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    left: auto;
    z-index: 3;
    height: 22px;
    width: 100%;
    right: 0;
    margin: 0;
    left: 0
  }

  .filter_group li .label_container .checkmark {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    height: 22px;
    width: 22px;
    border-radius: 5px;
    border: 1px solid #707070;
    background-color: #ffffff;
  }
  
  .filter_group li.main_group .label_container .checkmark {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    border: 1px solid #707070;
    background-color: #ffffff;
  }
  
 .filter_group li.main_group .label_container:hover input~.checkmark:after,
 .filter_group li.main_group .label_container input:checked~.checkmark:after {
     border-radius: 50%;
 }

  .category_show_hide {
    overflow: hidden;
    opacity: 1
  }

  .category_show_hide.close {
    opacity: 0;
    transition: all .5s ease-in-out;
    height: 0;
  }
  .scroll-up-button {
      margin-top: -30px;
      margin-right: 36px;
  }
  
  .button:hover,
  input[type="submit"]:hover {
    text-decoration: none;
    background: #B62BB4;
    color: #fff;
    -webkit-box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    box-shadow: 0 12px 36px 0 rgba(80, 176, 180, 0.25);
    opacity: .5
  }
  

}

@media screen and (max-width: 767px) {
  body {
    background-position: -300px -20px;
  }

  h1 {
    margin-bottom: 12px;
    padding-top: 8px;
    font-size: 42px;
    line-height: 50px;
  }

  h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 46px;
  }
  h2.sub-title {
    padding-top: 0;
    margin-top: 5px;
  }
  h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 26px;
    line-height: 38px;
  }

  h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }

  h5 {
    padding-top: 8px;
    font-size: 18px;
    line-height: 28px;
  }

  blockquote {
    margin-left: 0px;
    font-size: 28px;
    line-height: 44px;
  }
  .container,
  .modal-wrap-content .modal-content {
    padding: 36px 18px;
  }
  .footer-wrap {
    padding: 0;
  }
  .p-large {
    margin-bottom: 18px;
  }

  .section.t-margin {
    margin-top: 36px;
  }

  .fluid-cell {
    padding: 18px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .fluid-cell._67-p,
  .fluid-cell._33-p,
  .fluid-cell._50-p {
    width: 100%;
  }

  .fluid-cell.in-center {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
  }

  .fluid-cell._60-p {
    width: 100%;
  }

  .subheading {
    margin-bottom: 6px;
    background-image: none;
    font-size: 13px;
    line-height: 23px;
  }
  
  .list_view {
      padding: 30px 24px;
  }
  
  .cat-wrap {
      clear: both;
      padding-bottom: 5px
  }
  
  .list_view h2 {
      text-transform: capitalize;
      margin-top: 10px;
      font-size: 34px;
      line-height: 40px;
  }
  
  
  .container,
  .modal-wrap-content .modal-content {
    padding: 36px 18px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .container.top_bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container._w-border {
    padding-right: 48px;
    padding-left: 48px;
  }

  .faux-h1 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 42px;
    line-height: 54px;
  }

  .faux-h2 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 34px;
    line-height: 46px;
  }

  .faux-h3 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 26px;
    line-height: 38px;
  }

  .faux-h4 {
    margin-bottom: 8px;
    padding-top: 8px;
    font-size: 22px;
    line-height: 34px;
  }

  .faux-h5 {
    padding-top: 8px;
    font-size: 18px;
    line-height: 30px;
  }

  .block:hover {
    box-shadow: none;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }



  .home .header {
    background-size: auto 118%, cover !important;
    background-position: 90% 48%, right bottom !important;
    position: relative;
  }

  .home .header:before {
    content: "";
    background: #CEF3EA;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .6;
  }
  
  


  .div-block {
    height: 300px;
  }

  .nav-dropdown-link {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .nav-wrap {
    padding-right: 36px;
    padding-left: 48px;
  }

  .main-title {
    font-size: 54px;
    line-height: 60px;
  }

  .carousel-left-arrow {
    left: 18px;
    top: 0px;
    right: auto;
  }

  .carousel-right-arrow {
    left: 78px;
    top: 0px;
    right: auto;
  }

  .carousel-cell {
    padding: 18px 12px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .carousel {
    padding-bottom: 36px;
  }

  .carousel-slide {
    width: 200%;
  }

  .card-title {
    padding-top: 8px;
    font-size: 18px;
    line-height: 30px;
  }

  .modal-wrap,
  .modal-wrap-content {
    padding: 60px 36px 36px;
    border-width: 36px;
  }

  .button-icon:hover {
    color: #fff;
  }
  .scroll-up-button {
      margin-right: 24px;
  }
  .footer-wrap {
      padding: 0;
      overflow: visible;
  }
}


@media screen and (max-width: 600px){
  
 .social-icon {
     width: 36px;
     height: 36px;
     margin-right: 0px;
 }
 
.top_bar .social-icon {
     background-size: 40% auto;
     background-repeat: no-repeat;
 }

}

@media screen and (max-width: 479px) {
  
  .single .header {
      background-size: 78% auto;
      background-position: 154% 157%;
  }
  
  
  body {
    background-position: -330px -20px;
  }

  h1 {
    line-height: 48px;
  }

  p {
    margin-bottom: 12px;
  }

  blockquote {
    font-size: 22px;
    line-height: 32px;
  }

  .p-large {
    font-size: 22px;
    line-height: 32px;
  }

  .utility-page-content {
    width: 260px;
  }

  .button {
    padding-right: 36px;
    padding-left: 36px;
  }

  .section.t-margin {
    margin-top: 0px;
  }

  .fluid-cell {
    padding: 18px 0px;
  }

  .container,
  .modal-wrap-content .modal-content {
    padding: 24px 18px 18px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .container._w-border {
    padding-right: 8vw;
    padding-left: 8vw;
  }

  .faux-h1 {
    font-size: 30px;
    line-height: 42px;
  }

  .block {
    padding: 24px;
    border-radius: 12px;
  }

  .container-border {
    left: 0px;
    right: 0px;
    border-right-style: none;
    border-right-width: 0px;
    border-left-style: none;
    border-left-width: 0px;
    border-radius: 0px;
  }

  .container-border.end-bottom {
    border-top-style: none;
  }
 

  .div-block {
    height: 250px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }

  .nav-dropdown-link {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 18px;
  }

  .nav-dropdown-trigger {
    width: 100%;
  }

  .nav-dropdown-content {
    position: static;
    display: block;
    width: 100%;
    margin-top: 12px;
    border-radius: 12px;
  }

  .child-link {
    font-size: 16px;
    line-height: 26px;
  }

  .nav-wrap {
    padding-right: 14vw;
    padding-left: 14vw;
  }

  .social-icon {
    width: 36px;
    height: 36px;
    margin-right: 0px;
  }

  .social-wrap {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .cta-link {
    margin-bottom: 12px;
  }

  .cta-link.play-video {
    margin-top: 12px;
  }

  .nav-border {
    left: 8vw;
    right: 8vw;
  }

  .main-title {
    margin-bottom: -6px;
    font-size: 42px;
    line-height: 48px;
  }

  .carousel-right-arrow {
    left: 72px;
  }

  .carousel-cell {
    padding-right: 0px;
    padding-left: 0px;
  }

  .carousel {
    padding-bottom: 24px;
  }

  .card {
    padding: 18px 24px 24px;
    border-radius: 12px;
  }

  .carousel-slide {
    margin-right: 12px;
  }

  .mask {
    width: 100%;
  }

  .modal-wrap,
  .modal-wrap-content {
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    border-style: none;
  }

  .button-icon {
    margin-bottom: 12px;
  }
}

@media (max-width: 330px){
  .container.top_bar{
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
  }
  .top_bar .fluid-cell._50-p {
    width: 100%;
   
  }
  
  
}