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

h1 {
  margin-top: 0px;
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: 'Roboto', sans-serif;
  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', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 44px;
  line-height: 50px;
  font-weight: 700;

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

}

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

}

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

}

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

h6 {
  margin-top: 0px;
  margin-bottom: 6px;
  padding-top: 8px;
  font-family: 'Roboto', sans-serif;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
}
.table_header {
  color: #f08723;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0.72px;
  line-height: 32px;
}
.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
}
.header {background: #fff}

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

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

.lightbg {
  background: #fff
}

.greybg {
  background: #efefef
}

.greenybg {
background-color: #dee7ee;
}

.pink {
  color: #e41b81
}

.darkbg {
background-color: #167863;
}
.greenbg {
  background-color: #ccd52d
}
.pinkbg {
  background-color: #e41b81
}
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: 400;
}

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;
}
.side_list ul li  {
  background-image: none
}
.meta-tags {
  padding-top: 11px;
  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: 700
}
.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: #171738;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
    padding: 12px 69px;
  border-radius: 8px;
  text-transform: capitalize;
  background-color: #eea828;
  border: 1px solid #eea828;
  font-weight: 300;
  line-height: 20px;
  transition: all .2s ease-in-out;
}

.button:hover,
input[type="submit"]:hover {
  text-decoration: none;
  background: transparent;
  color: #eea828;
  -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); */
  text-decoration: none;
}
.footer-wrap .button {
  border-radius: 8px;
  background-color: #ccd52d;
  display: inline-block;
  color: #171738;
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #ccd52d;
}

.footer-wrap .button:hover {
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #fff;
  display: inline-block;
  color: #171738;
  font-family: "Roboto Condensed";
  font-size: 18px;
  font-weight: 400;
}



.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._80-p {
  width: 79%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}
.m_center {
  margin: 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;
}
#top .container { 
  /* padding: 60px 25px; */
}
.no_t_padding,
.container.no_t_padding {
  padding-top: 0;
}

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

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

.faux-h2 {
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 46px;
  line-height: 58px;
  font-weight: 700;
  text-transform: uppercase;
}

.faux-h3 {
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 34px;
  line-height: 46px;
  font-weight: 700;
  text-transform: uppercase;
}

.faux-h4 {
  margin-bottom: 18px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 26px;
  line-height: 38px;
  font-weight: 700;
  text-transform: uppercase;
}

.faux-h5 {
  margin-bottom: 12px;
  padding-top: 12px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
}

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

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

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

.container.top_bar  img.logo {
     height: 30px;
 }
 .container.top_bar  {
   align-items: center;
 }
 
.single .container.top_bar {
  padding-bottom: 0;
} 

.single .container.padding-half
{
  padding-top:30px;
}
.single .header {
    background-image: url(../images/hero-Image-04.svg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top right;
}
.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;
}

.header .social-wrap {
    text-align: right;
    width: 48px;
    position: absolute;
    right: -5px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 6;
    height: 180px;
}



.social-icon {
 width: 40px;
 height: 40px;
 margin-right: 0;
 border: 2px solid transparent;
 -webkit-transition: all 200ms ease;
 transition: all 200ms ease;
 background-color: transparent;
 margin: auto;
 display: block;
 text-align: center;
 background-color: #f0f3f5;
}

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

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

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

.social-icon.fb {
  background-image: url('../images/FB-icon-dark.svg');
  background-position: 50% 50%;
  background-size: 12px auto;
  background-repeat: no-repeat;
  border-radius: 10px 0 0 0 ;
}

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

.social-icon.mail {
  background-image: url('../images/Email-icon-dark.svg');
  background-position: 50% 50%;
  background-size: 21px auto;
  background-repeat: no-repeat;
  border-radius:  0 0  0 10px;
}
.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: #f08723;
  border-bottom: 2px solid #f08723;
}

.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 {
color: #171738;
font-family: "Abril Fatface";
font-size: 72px;
line-height: 76px;
font-weight: 400;
  max-width: 10ch;
}

.page .main-title{
  color: #171738;
  font-family: "Roboto Condensed";
  font-size: 38px;
  font-weight: 700;
  font-style: normal;
  letter-spacing: normal;
  line-height: 46px;
  max-width: 70ch;
}
.header .p-large {
  color: #fff;
  font-family: "Roboto Condensed";
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 32px;
}
.page .main-title a, .page .main-title.invert {
  color: #fff /* #171738 */;
}
.single .main-title {
  max-width: 48ch;
 color: #171738;
 font-family: "Roboto Condensed";
 font-size: 38px;
 font-weight: 700;
 font-style: normal;
 letter-spacing: normal;
 line-height: 46px;
}
.main-title a {
  color: #fff
}

.single .main-title a {
 color: #171738;
}

.main-title a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.757)
}
.single .main-title a:hover {
    color: rgba(23, 23, 56, 0.794);
}
h2.sub-title {
 color: #171738;
 font-family: "Source Sans Pro";
 font-family: "Roboto Condensed";
 font-size: 17px;
 font-weight: 600;
 font-style: normal;
 letter-spacing: 0.68px;
 line-height: 24px;
 text-align: left;
 text-transform: uppercase;
 max-width: 61ch;
}
.single h2.sub-title{
color: #171738;
font-family: "Source Sans Pro";
 font-family: "Roboto Condensed";
font-size: 20px;
font-weight: 400;
font-style: normal;
letter-spacing: normal;
line-height: 25px;
text-align: left;
/* Text style for "Jaffery, N" */
font-style: normal;
  max-width: 80ch;
  text-transform: none
}
.home h2.sub-title {
  font-family: "Source Sans Pro";
}
.single h3.sub-title{
color: #171738;
font-family: "Source Sans Pro";
 font-family: "Roboto Condensed";
font-size: 20px;
font-style: italic;
letter-spacing: normal;
line-height: 32px;
text-align: left;
  max-width: 70ch;
  font-weight: 400
}
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 #f08723
}

.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 #92aec6;
  padding-bottom: 10px;
  margin-bottom: 30px;
 color: #171738;
 font-size: 22px;
 font-weight: 700;
  line-height: 29px;
}
/* Top filter */
.top-filter
{background-color: #ccd52d;
  padding: 30px 0;
}
.top-filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-filter ul li {margin: 0; max-width: 275px;
  width: 100%;
  margin-left: 26px;
  border-radius: 9px;
  border: 1px solid #171738;
  color: #171738;
  font-family: "Source Sans Pro";
  font-size: 18px;
  font-weight: 400;
  border: 1px solid #a1a1a1;
  padding: 10px;
  margin-bottom: 0 !important;
  background-color: #ffffff;}
  .top-filter ul li:first-child{
    margin-left: 0;
  }
  .top-filter ul li:first-child {
      margin-left: 0;
      margin: auto;
  }
.top-filter ul img {
  width: 40px;
  height: auto;
}

.top-filter .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;
}

.top-filter .filter_group li .label_container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    left: 0;
    z-index: 3;
    height: 100%;
    width: 100%;
}

.top-filter .filter_group li .label_container .checkmark {
    position: absolute;
    top: 7px;
    bottom: auto;
    left: auto;
    width: 24px;
    height: 24px;
    border-radius: 4px;
    border: 1px solid #707070;
    background-color: #ffffff;
    margin: auto;
    right: 6px;
}
.top-filter .filter_group li .label_container {
    display: block;
    position: relative;
    padding-left: 10px;
    margin-bottom: 0;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.top-filter .filter_group li {
    margin-bottom: 12px;
    padding-left: 0px;
    background-image: none;
}
/* 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: #f08723;
  font-family: "Roboto Condensed";
  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: #f08723;
  text-transform: uppercase;
  line-height: 32px;
  letter-spacing: 0.64px;
  line-height: 26px;
}

.widget_header h3.filter-toggle {
color: #171738;
font-family: "Source Sans Pro";
font-size: 22px;
font-weight: 700;
  padding: 0;
  line-height: 20px;
  margin: 0;
}


.category_show_hide.close{
    opacity: 0;
    transition: all .5s ease-in-out;
    height: 0;
}

.filter-header:after {
    content: "";
    width: 12px;
    height: 12px;
    background: url(../images/chevron_down_icon.svg);
    position: absolute;
    right: 0;
    margin: auto;
  transform: rotate(0deg);
    transition: transform 0.2s, visibility 0.2s;
}
.filter-header.closed:after {
  transform: rotate(-90deg);
}
.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: Roboto;
  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 ,#load-more {
  position: relative;
}

.filter_group.loading {
  opacity: .6;

}

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

#load-more.loading:before {
    z-index: 10;
    content: "";
    background: url(../images/load-grey.gif?v5) no-repeat center;
    background-size: 24px;
    height: 24px;
    width: 24px;
    display: block;
    top: 0;
    right: 38px;
    position: absolute;
    bottom: 0;
    margin: auto;
    opacity: 0.4;
}
/* On mouse-over, add a grey background color */
.label_container:hover input~.checkmark {
  border: 1px solid #f08723;
  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: 5px;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

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





/* 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: 8px 18px;
  border-radius: 6px;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 10px;
  line-height: 17px;
  border-radius: 6px;
  background-color: #133862;
  background-color: rgba(19, 56, 98, 0.096);
  text-transform: capitalize;
  color: #133862;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 400;
}

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

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

.list_view,
.modal-wrap-content .modal-content {
  padding: 25px 40px;
  margin-bottom: 50px;
 box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
 border-radius: 10px;
 background-color: #ffffff;
}
.list_view 
{
  padding:48px;
}
.modal-wrap-content .modal-content {
  max-height: 80vh;
  overflow-y: scroll;
}

.list_view .entry-content {
  color: #707070;
  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;
}
.single .cat_list{
  padding-bottom: 20px;
}
.sidebar ul.cat_list {
  margin-bottom: 0;
}

.sidebar ul.cat_list .cat_tab.color  {
 /* background-color: #fff;
  background-color: rgba(255, 255, 255, 0.8); */
  
  background-color: #dee7ee;
 font-weight: 400;
border-radius: 6px;
  border-radius: 6px;
 color: #133862;
 font-family: Roboto;
 font-size: 16px;

  line-height: 16px;
  padding: 9px 15px;
}
.sidebar ul.cat_list .cat_tab.color .has_icon {
 background-repeat: no-repeat; background-position: left center; padding-left: 23px;
 background-size: 18px auto
}
.widget-area .cat_list:last-child{
  padding-bottom: 0
}


.sidebar ul.cat_list.category_show_hide {
 padding-bottom: 20px;
 border-bottom: 1px solid #d9d8d8;
 margin-bottom: 30px;
 padding-top: 15px;
}

.sidebar ul.cat_list.category_show_hide.close {
    padding-bottom:10px;
    margin-bottom: 0;
    padding-top: 0;
}


/*
.read_more {background: #f08723; color:#fff; font-size: 20px; font-family: 'Roboto Condensed', sans-serif; padding: 8px 50px; border-radius:  8px; border: 1px solid #f08723; font-weight: 300;  line-height: 20px; transition: all .2s ease-in-out; }
.read_more:hover {text-decoration: none; background:transparent  ; color:#f08723;  -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.with_icon  {
  padding-right: 105px;
  position: relative;
}

.list_view.with_icon  .main-group-wrap {
top: 48px;
right: 20px;
border-radius: 11px;
background-color: rgba(19, 56, 98, 0.1);
  text-align: center;
  padding: 10px;
  color: #171738;
  font-family: Roboto;
  font-size: 16px;
  line-height: 19px;
  font-weight: 400;
  position: absolute;
  width: 85px;
}
.list_view.with_icon  .main-group-wrap img {
  max-width: 63px; height: auto; width: 100%; margin: 0 auto 10px;
  display: block;
}


.list_view h2,
.modal-wrap-content .modal-content h2 {
color: #171738;
font-family: "Roboto Condensed";
font-size: 26px;
font-weight: 700;
font-style: normal;
letter-spacing: normal;
line-height: 34px;
text-align: left;
/* Text style for "Effectiven" */
font-style: normal;
letter-spacing: normal;
line-height: normal;  margin-bottom: 24px;

}

.list_view h2 {
  text-transform: capitalize;
  margin-top: 0px;
  max-width: 54ch;
  margin-bottom: 30px;
}

.list_view h2 a {
  color: #171738
}

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

.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: #171738;
font-family: Roboto;
font-size: 18px;
font-weight: 700;
font-style: normal;
letter-spacing: 0.72px;
line-height: 32px;
  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: #171738;
  padding: 40px 30px 120px;
}

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

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

.modal-video {
  width: 95vh;
  max-width: 90vw;
}
.footer-logo {
    margin-right: 0;
    margin-bottom: 36px;
}
.logo_wrap a:first-child .footer-logo {
    margin-right: 40px;
margin-bottom: 18px;
max-width: 133px;
}
.section.footer p ,.footer-link  {
    color: #fff;
    font-weight: 200;
}
.footer-link:hover {
  color: #efefef
}


.section.footer p{
   font-family: "Source Sans Pro";
  font-size: 18px;
 
  font-style: normal;
  letter-spacing: normal;
  line-height: 24px;
  text-align: left;
  /* Text style for "Population" */
  font-style: normal;
  letter-spacing: normal;
  line-height: normal;
}
.section.footer p strong {
  font-weight: 600;
}


.footer-copy p {
  margin-bottom: 30px;
}

.footer-wrap p.p-small {
    font-size: 14px;
    line-height: 24px;
}
.scroll-up-button {
 position: fixed;
  left: auto;
  right: -40px;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 60px;
  height: 60px;
  margin-top: 0;
  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: transparent;
}

.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: #6c89a1;
   font-family: "Source Sans Pro";
   font-size: 16px;
   font-weight: 600;
  font-style: normal;
  letter-spacing: normal;
  text-transform: none;
  border-bottom: 1px solid #6c89a1;
}
.single .header nav li a{
  color: #171738;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #171738;
}
.single .header nav li a:hover{
  color: #000;
  border-bottom: 1px solid #000;
}

.single .header nav li a {
   padding-left: 28px;
   background: url(../images/menu-line-dark.svg) no-repeat -11px 50%;
   background-size: 35px auto;
}
.single .header nav li a:hover {
  background: url(../images/menu-line-alt.svg) no-repeat -11px 50%;
}


.page .header nav li a{
  color: #fff;
  font-family: "Source Sans Pro";
  font-size: 16px;
  font-weight: 600;
  border-bottom: 1px solid #fff;
}
.page .header nav li a {
   padding-left: 28px;
   background: url(../images/menu-line.svg) no-repeat -11px 50%;
   background-size: 35px auto;
}
.page .header {
  background-image: url(../images/hero_l.svg), url(../images/hero_r.svg);
  background-repeat: no-repeat, no-repeat;
  background-position: left top, right, top;
  background-size: contain;
}
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: #ccd52d;
  border-bottom: 1px solid #ccd52d;
}

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: #f08723
}

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

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;
    padding-right: 15px;
  }
  .fluid-cell._80-p {
    width: calc(100% - 20px);
  }
  .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;
  } */
  
  .site-main._67-p:before {
      content: "";
      /* background: #d9d8d8; */
      width: 300%;
      height: 300%;
      top: 0;
      bottom: 0;
      left: 0;
      position: absolute;
      background-color: #92aec6;
      opacity: 0.3;
      z-index:-1;
      border-left: 1px solid rgb(0 0 0 / 16%);
      box-shadow: 14px 0px 7px -12px rgb(0 0 0 / 38%) inset;
       -webkit-box-shadow: 14px 0px 7px -12px rgb(0 0 0 / 34%) inset;
       -moz-box-shadow: 14px 0px 7px -12px rgba(0,0,0,0.38) inset;
  }
  
 .home .main-wrap > .container.no_t_padding.no_b_padding:before {
      content: "";
      /* background: #d9d8d8; */
      width: 92%;
      height: 300%;
      top: 0;
      bottom: 0;
      left: -89%;
      position: absolute;
     box-shadow: -14px 0px 7px -12px rgb(0 0 0 / 38%) inset;
     -webkit-box-shadow: -14px 0px 7px -12px rgb(0 0 0 / 34%) inset;
     -moz-box-shadow: -14px 0px 7px -12px rgba(0,0,0,0.38) inset;
      background-color: #92aec6;
      opacity: 0.3;
      z-index: -1;
      border-right: 1px solid rgb(0 0 0 / 16%);
  }
  
  
.single .site-main._67-p:before {
      content: "";
      width: 200%;
      height: 100%;
      top: 0;
      bottom: 0;
      left: -200%;
      position: absolute;
      box-shadow: 0 3px 44px rgb(0 0 0 / 25%);
      background-color: #ffffff;
      z-index: -1;
      border-left: 1px solid rgb(0 0 0 / 16%);
  }  

  .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%;
  }
  
}

.side_list_entry {padding-bottom: 10px}
@media screen and (max-width: 991px) {
  
  .site-main._67-p{
    background-color: rgb(146 174 198 30%);
  }
  
  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;
  }
.header  .slider {
      position: absolute;
      top: auto;
      right: 0;
      left: 0;
      bottom: 0;
      width: 100%;
      text-align: left;
      opacity: .6;
  }
}

@media screen and (max-width: 990px) {
  .fluid-cell._80-p,
  .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;
  }
  .section.wf-section.main-wrap  {
    background-color: rgb(146, 174, 198);
    background-color: rgba(146, 174, 198, 0.3);
  }
  /* 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
  }
  .label_container:hover input~.checkmark:after {
    content: "";
    position: absolute;
    z-index: 2;
    background: #171738;
    border-radius: 5px;
    top: 2px;
    bottom: 2px;
    left: 2px;
    right: 2px;
  }


  .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: none;
      padding-bottom: 10px;
      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;
  }
.home .section.wf-section.main-wrap  {
  overflow: revert;
}
  .filter-wrap {
      background-color: #fff;
      box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
      padding: 10px;
      perspective: 1000px;
      position: fixed;
     left: -12px;
     top: 0;
      width: calc(100% + 20px);
      transform: translateX(-100%);
      transition: transform 0.2s, visibility 0.2s;
      visibility: hidden;
      /* z-index: 999; */
  }
  .sidebar ul.author-list {
      margin-top: 0;
      padding-top: 0;
      list-style: none;
      margin-bottom: 10px;
  }
  .cats-nav-visible .top-filter {
      background-color: #fff;
     
  }
  
 .cats-nav-visible  #filter-main {opacity: 0
  }
  .side_list {
     
      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;
  }
  
  .widget-area {
      padding-top: 10px;
      background: transparent;
  }
  
  .widget_header {
      border-bottom: none;
      padding-bottom: 10px;
      display: flex;
      justify-content: flex-end;
      align-items: end;
      margin-bottom: 0px;
  }
  
  .fluid-cell.site-main {
      padding-top: 20px;
    
  }
  .home .fluid-cell.site-main {
      padding-top: 0px;
      margin-top: -57px;
  }
  .count_posts {
      border-bottom: 0;
      padding-bottom: 0;
      margin-bottom: 30px;
      color: #333333;
      font-size: 20px;
      line-height: 29px;
      font-weight: 700;
      color: #696969;
      font-family: Roboto;
      font-size: 16px;
      font-weight: 400;
  }
  
  .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
      margin-bottom: 12px;
      letter-spacing: normal;
      padding-top: 0;
  }
  .entry-content h2 {
    font-size: 30px;

  }
  .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 #171738 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: #171738;
    font-family: "Roboto";
    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;
  }

  .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: 0;
     margin-right: 36px;
     right: 10px;
     bottom: 20px;
     background: #eea828;
     width: 45px;
     height: 45px;
     position: fixed;
     
  }
 .footer .scroll-up-button svg {
      width: 29px;
  }
  .scroll-up-button svg polyline {
    width: 40px; stroke:#fff
  }
  .button:hover,
  input[type="submit"]:hover {
    text-decoration: none;
    background: #171738;
    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
  }
  
  
  .side_list {
      box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
      border-radius: 9px;
      background-color: #f0f3f5;
      padding: 10px;
      display: flex;
      flex-flow: wrap;
      
  }
  .side_list_entry {padding: 5px 10px;}
  .side_list h3 {
     color: #171738;
     font-family: "Source Sans Pro";
     font-size: 14px;
     font-weight: 600;
     font-style: normal;

     line-height: 17px;
     text-align: left;
     /* Text style for "Ncd risk f" */
     font-style: normal;
     letter-spacing: normal;
     line-height: normal;
     text-transform: uppercase
  }
  
  .sidebar ul.cat_list .cat_tab.color {
      background-color: #fff;
      font-weight: 400;
      border-radius: 6px;
      border-radius: 6px;
      color: #133862;
      font-family: Roboto;
      font-size: 15px;
      line-height: 15px;
      padding: 7px 10px;
  }
  .single .entry-content {
    padding-bottom: 30px;
  }

}

@media screen and (max-width: 767px) {
  
  
  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;
    max-width: 30ch;
    
  }
  .home  h2.sub-title {
   
  }
  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;
  }
  
  .single .main-title {
    font-size: 26px;
    font-weight: 500;
    font-style: normal;
    line-height: 34px;
    letter-spacing: normal
  }
  .single h2.sub-title{
    color: #171738;
    font-family: "Roboto Condensed";
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    margin-top: 20px;
    text-transform: none
  }
  .single h3.sub-title{
    color: #171738;
    font-family: "Roboto Condensed";
    font-size: 17px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: normal;
    line-height: 24px;
    margin-top: 0;
padding-top: 0;
  }
  .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: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: .6;
  }
  
  .header .slider {
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 30%), url(https://ncd.mystaging.pro/wp-content/uploads/2022/07/green-diet.svg),url(hhttps://ncd.mystaging.pro/wp-content/uploads/2022/07/green-Digital.svg),url(https://ncd.mystaging.pro/wp-content/uploads/2022/07/green-Lifestyle.svg);
    background-size: cover, cover,cover,cover;
   top: 0;
margin: auto
    opacity: 1;
  }
 .home .header:after {
     content: "";
     width: 600px;
     height: 600px;
     background: url(../images/student.png) no-repeat;
     background-position: center bottom;
     background-size: 601px auto;
     position: absolute;
     bottom: 0;
     right: -150px;
 }
  #rev_slider_1_1_wrapper {
    display: none !important;
    
  }

  .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;
  }
  
  .single .header {
     background-image: url(../images/header_bg.svg);
     background-repeat: no-repeat;
     background-size: auto 100%;
     background-position: top right;
  }
  
  .page .header {
     background-image: url(../images/Hero-About.svg);
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-position: top right;
  }
  
  .page .main-title{
    color: #171738;
    font-family: "Roboto Condensed";
    font-size: 34px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: 36px;
    margin-bottom: 15px;
  }
  
  
  .page .main-title a {color: #fff;}
  .page .header .p-large
  {
    color: #fff;
    font-family: "Roboto Condensed";
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
  }
  .page .section.wf-section.main-wrap {
    background: #fff
  }
  .page .fluid-cell.site-main {
      padding-top: 30px;
  }
  
  .section.footer p
  {color: #ffffff;
    font-family: "Source Sans Pro";
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;}
}


@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;
 }
.home  .list_view h2 {
     font-size: 22px;
     font-weight: 500;
     line-height: 27px;
     letter-spacing: normal;
 }
 .home .list_view .entry-content p {
 font-size: 18px; }
 
 .home .header:after {
      width: 500px;
      height: 500px;

      background-size: 500px auto;
  }

}


@media screen and (max-width: 560px) {
  
  .home .header:after {
      width: 400px;
      height: 400px;
      background-size: 400px auto;
  }
}

@media screen and (max-width: 479px) {
  
  
  
 .home  .header:after {
      content: "";
      width: 400px;
      height: 400px;
      background: url(../images/student.png) no-repeat;
      background-position: center bottom;
      background-size: 400px auto;
      position: absolute;
      bottom: 0;
      right: -176px;
  }
  
  
  

  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: 20px;
    font-size: 40px;
    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: 400px){
  
 .home  .header:after {
      content: "";
      width: 400px;
      height: 400px;
      background: url(../images/student.png) no-repeat;
      background-position: center bottom;
      background-size: 400px auto;
      position: absolute;
      bottom: 0;
      right: -176px;
      opacity: 0.5
  }
  
 .home #filter-main .subfilters {
      max-width: 104%;
  
  }
  
}

@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%;
   
  }
  
  
}