/* COMMON STYLES FOR NORTHLANDS */
/* Brand Colors */
/* Typography */
@font-face {
  font-family: 'PT Serif';
  font-style: italic;
  font-weight: 400;
  src: local('PT Serif Italic'), local('PTSerif-Italic'), url(https://fonts.gstatic.com/s/ptserif/v11/EJRTQgYoZZY2vCFuvAFT_r21dw.ttf) format('truetype');
}
@font-face {
  font-family: 'PT Serif';
  font-style: normal;
  font-weight: 400;
  src: local('PT Serif'), local('PTSerif-Regular'), url(https://fonts.gstatic.com/s/ptserif/v11/EJRVQgYoZZY2vCFuvAFWzro.ttf) format('truetype');
}
body {
  font-family: "soleil";
}
body p {
  font-family: soleil;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
h1 {
  font-family: "soleil";
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1vh;
  line-height: 1.5;
}
h2 {
  font-family: "soleil";
  font-size: 36px;
}
h3 {
  font-family: "soleil";
  font-size: 36px;
  font-weight: 800;
  text-align: center;
  margin: 5vh 0;
}
h4 {
  font-family: "soleil";
  font-size: 24px;
  font-weight: 800;
}
h5 {
  font-family: "soleil";
  font-size: 24px;
}
.p-1 {
  font-family: soleil;
  font-size: 12px;
  line-height: 22px;
  font-size: 15px;
}
.p-2 {
  font-family: "soleil";
  font-size: 36px;
}
.p-3 {
  font-family: "soleil";
  font-size: 18px;
}
.p-4 {
  font-family: "pt-serif";
  font-size: 12px;
  font-style: italic;
}
/* SCAFFOLDING */
.container-fluid {
  max-width: 1200px;
}
.cardholder {
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.cardholder img {
  width: 100%;
}
/* BUTTONS */
a {
  color: #13CE6B;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a .btn {
  color: #ffffff;
  font-family: "soleil";
}
.btn {
  padding: 0.7em 1.5em 0.5em 1.5em;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  border: 1px solid #ffffff;
  border-radius: 0;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.btn:hover {
  background-color: #ffffff;
  color: #231F20;
}
a .btn-success {
  color: #231F20;
  font-family: "soleil";
}
.btn-success {
  background-color: #13CE6B;
  border: 0;
}
/* START NEW CSS - July 2021 for Buttons */
.btn-green {
  background-color: #13CE6B;
  color: #ffffff;
  border: 0;
}
.btn-blue {
  background-color: #4BC4D4;
  color: #ffffff;
  border: 0;
}
.btn-blue:hover {
  background-color: #231F20;
  color: #ffffff;
}
.btn-black {
  background-color: #231f20;
  color: #ffffff;
  border: 0;
}
.btn-black:hover {
  background-color: #ffffff;
  color: #231F20;
  border: 0;
}
.btn-white {
  background-color: #ffffff;
  color: #231f20;
  border: 0;
}
.btn-white:hover {
  background-color: #231F20;
  color: #ffffff;
}
/* END */
.btn-list .btn {
  margin: 1em;
}
/* Shapes / Boxes */
.circle {
  display: inline-block;
  min-width: 15%;
  /* to allow placement of numbers on top of circles instead of below them */
  white-space: nowrap;
}
.circle .inner {
  border-radius: 50%;
  /* = 15%, almost gives us viewport width unit (15vw) */
  width: 100%;
  padding-bottom: 100%;
  /* this way we should have 1px gap between circles */
  margin: 15px 0.5px;
  background-image: url(http://placehold.it/500x500);
  background-size: cover;
  background-position: 50%;
  content: '';
  display: inline-block;
  /* circle to the middle, so that... [1] */
  vertical-align: middle;
  /* to use viewport based units we can safely override the old units in this way */
  padding-bottom: 0vw;
  width: 15vw;
  height: 15vw;
}
@media (max-width: 990px) {
  .circle .inner {
    width: 40vw;
    height: 40vw;
  }
}
@media (max-width: 480px) {
  .circle .inner {
    width: 80vw;
    height: 80vw;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.inline-form form {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.events-list {
  padding-top: 90px;
}
.blog-list {
  padding-top: 50px;
}
.field-group.checkboxes {
  text-align: left;
}
.field-group.checkboxes input {
  -webkit-box-shadow: none;
  width: auto;
  display: inline-block;
}
p iframe {
  max-width: 100%;
}
/* NAV STYLES */
section.navigation {
  margin: 0 auto;
  font-family: "soleil";
  color: #231F20;
  letter-spacing: 1.5px;
  font-weight: 600;
  font-size: 0.9em;
  text-transform: uppercase;
  background-color: #e7e7e7;
}
section.navigation .navbar-default {
  border: none;
}
section.navigation .navbar-default.nav-active {
  background-color: #231F20;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
section.navigation .navbar-default.nav-active a {
  color: #D0DBDA;
}
section.navigation .navbar-default.nav-active #more {
  color: #40DBCC !important;
}
section.navigation .navbar-default.nav-active .navbar-brand h1 {
  color: #D0DBDA;
}
section.navigation .navbar {
  border-radius: 0;
  border-radius: none;
  background-color: ;
  margin-bottom: 0;
}
section.navigation .navbar .navbar-brand {
  height: auto;
  padding: 1vh 0;
}
section.navigation .navbar .navbar-brand h1 {
  font-size: 1.65vh;
  font-weight: bold;
  float: left;
  padding-top: 4vh;
  color: #231F20;
  margin: 0px;
}
@media (max-width: 480px) {
  section.navigation .navbar .navbar-brand h1 {
    display: none;
  }
}
section.navigation .navbar .navbar-brand img {
  height: 10vh;
  float: left;
  background-color: ;
  display: block;
  margin-left: 1vw;
}
section.navigation .navbar .navbar-toggle {
  padding: 2vh;
  margin: 3vh 4vw;
}
section.navigation .navbar .dropdown #more {
  color: #13CE6B;
}
section.navigation .nav > li > a {
  padding: 4.5vh 1vw 0;
  color: #231F20;
}
section.navigation .navbar-nav > li > a {
  padding-top: 5.2vh;
}
@media (max-width: 480px) {
  section.navigation .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
  }
}
section.navigation .nav-more {
  height: 0vh;
  opacity: 0;
  position: absolute;
  width: 100%;
  padding-bottom: 15vh;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  z-index: -999;
}
section.navigation .nav-more.active {
  z-index: 999;
  height: 40vh;
  min-height: 320px;
  background-color: #262525;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}
@media (max-width: 480px) {
  section.navigation .nav-more.active {
    height: auto;
  }
}
section.navigation .nav-more .nav-more-content {
  height: 0vh;
  max-width: 1200px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin: 0 auto;
  width: 90vw;
}
section.navigation .nav-more .nav-more-content.active-content {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 1;
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
section.navigation .nav-more .nav-more-column {
  float: left;
  width: 17%;
  margin-top: 5vh;
}
@media (max-width: 480px) {
  section.navigation .nav-more .nav-more-column {
    width: 45%;
    margin-top: 2vh;
  }
}
section.navigation .nav-more .nav-more-column:first-child {
  margin-left: 8vw;
}
@media (max-width: 480px) {
  section.navigation .nav-more .nav-more-column:first-child {
    margin-left: 2%;
  }
}
section.navigation .nav-more .nav-more-column .nav-more-link {
  color: #fff;
  margin-bottom: 2vh;
  display: block;
}
@media (max-width: 480px) {
  section.navigation .nav-more .nav-more-column ul {
    padding-left: 0;
  }
}
section.navigation .nav-more .nav-more-column li {
  margin-bottom: 1.2vh;
  list-style: none;
}
@media (max-width: 480px) {
  section.navigation .nav-more .nav-more-column li {
    padding-left: 0;
  }
}
section.navigation .nav-more .nav-more-column li a {
  color: #A4A4A4;
  font-family: "pt serif";
  font-weight: normal;
  text-transform: none;
}
section.navigation .nav-more .nav-more-column form input {
  background: transparent;
  border: 1px solid #A4A4A4;
  padding: 10px 8px 10px;
  margin-bottom: 1vh;
  color: white;
  font-size: 14px;
}
section.navigation .nav-more .nav-more-column form input:focus {
  outline: 0;
}
section.navigation .nav-more .nav-more-column form .btn {
  color: #13CE6B;
}
section.navigation .nav-more .nav-more-column form .btn:hover {
  background: white;
}
section.navigation .nav-more .nav-more-column form a {
  text-transform: none;
}
/* FOOTER CARD STYLES */
.footer {
  width: 100%;
  background-color: #231F20;
  text-align: center;
  padding: 2em 0 2em 0;
}
.footer .col-md-4 {
  padding: 0;
}
.footer .col-md-4 a {
  color: #9D9D9D;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer .col-md-4 a:hover {
  color: #ffffff;
}
.footer h1 {
  text-align: left;
  color: #ffffff;
  letter-spacing: 1px;
  padding: 2em 0 2em 0;
  font-size: 20px;
}
.footer p {
  text-align: left;
  color: #9D9D9D;
  line-height: 18px;
}
.footer .soc-btns h1 {
  text-align: center;
  padding: 1em 0 1em 0;
  color: #9D9D9D;
  letter-spacing: 1px;
  font-size: 10px;
  margin: 0;
}
.footer .soc-btns .twitter,
.footer .soc-btns .facebook,
.footer .soc-btns .instagram {
  border: 2px solid #9D9D9D;
  padding: 0.5em 0 0.5em 0;
  max-width: 7em;
  margin-right: 10px;
  background-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer .soc-btns .twitter:hover,
.footer .soc-btns .facebook:hover,
.footer .soc-btns .instagram:hover {
  background-color: #9D9D9D;
}
.footer .soc-btns .twitter:hover a h1,
.footer .soc-btns .facebook:hover a h1,
.footer .soc-btns .instagram:hover a h1 {
  color: #ffffff;
}
.footer .soc-btns a {
  color: #9D9D9D;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
}
.footer hr {
  height: 1px;
  background-color: #9D9D9D;
  border: 0;
}
@media (max-width: 500px) {
  .footer .col-md-5:first-of-type {
    display: none;
  }
  .footer .soc-btns .twitter,
  .footer .soc-btns .facebook,
  .footer .soc-btns .instagram {
    max-width: 15em;
    display: block;
    margin: 2% auto;
  }
}
/* TESTIMONY STYLES */
.testimony {
  width: 100%;
  background-color: #ffffff;
  text-align: center;
  padding: 5% 0 7% 0;
  color: #231F20;
}
.testimony h1 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.testimony h5 {
  line-height: 1.5;
  padding: 0 10% 0 10%;
}
.testimony .read-btn {
  margin-top: 5%;
}
.testimony .read-btn a {
  background-color: #40DBCC;
  color: #231F20;
  text-align: center;
  padding: 1em 3em 1em 3em;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.testimony .read-btn a:hover {
  background-color: #231F20;
  color: #ffffff;
}
.testimony .carousel-indicators .active {
  background: #31708f;
}
.testimony .content {
  margin-top: 2%;
}
.testimony .adjust1 {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.testimony .adjust2 {
  margin: 0;
}
.testimony .carousel-indicators {
  top: 110%;
}
.testimony .carousel-indicators li {
  border: 0;
  border-radius: 0;
  background-color: #A4A4A4;
}
.testimony .carousel-indicators .active {
  background-color: #231F20;
  width: 10px;
  height: 10px;
  margin: 1px;
}
.testimony .carousel-control {
  color: #31708f;
  width: 5%;
}
.testimony .carousel-control:hover,
.testimony .carousel-control:focus {
  color: #31708f;
}
.testimony .carousel-control.left,
.testimony .carousel-control.right {
  background-image: none;
}
.testimony .media-object {
  margin: auto;
  margin-top: 15%;
}
@media screen and (max-width: 768px) {
  .testimony .media-object {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .testimony .testimony {
    padding: 0;
  }
  .testimony h5 {
    line-height: 1.5;
    padding: 0;
    font-size: 14px !important;
  }
}
section.content {
  background: #D0DBDA;
  padding-bottom: 10vh;
}
section.content.White {
  background-color: #ffffff;
}
section.content .full-width {
  width: 100vw;
  height: 40vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-position-y: 35%;
}
section.content .container-fluid {
  max-width: 1200px;
}
section.content h1 {
  text-align: center;
  font-weight: 800;
  margin-top: 8vh;
  font-size: 40px;
}
section.content h2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2em;
  margin-top: 5vh;
  color: #13CE6B;
}
section.content p {
  font-family: soleil;
  margin-top: 1.5vh;
  line-height: 2em;
}
/* SCHEDULE CARD STYLES */
section.tbl {
  background-color: #40DBCC;
  color: #ffffff;
  font-size: 48px;
  padding-bottom: 5em;
}
section.tbl .container-fluid {
  max-width: 1200px;
}
section.tbl .tbl-title {
  font-size: 1em;
  font-weight: 700;
  margin-top: 2em;
}
section.tbl .tbl-head {
  margin-top: 2em;
}
section.tbl .tbl-head h2 {
  font-size: 0.75em;
  font-weight: 700;
  width: 90%;
  border-bottom: 0.0625em solid #ffffff;
  padding-bottom: 0.5em;
}
section.tbl .tbl-ses {
  margin: 0.66666667em 0 0 0;
  border-bottom: 0.0625em solid #ffffff;
  padding-bottom: 1em;
}
section.tbl .tbl-ses .numb {
  border: 0.15em solid #ffffff;
  border-radius: 50%;
  text-align: center;
  font-size: 0.5em;
  width: 1.72222222em;
  height: 1.72222222em;
  line-height: 1.61111111em;
  display: inline-block;
  float: left;
}
section.tbl .tbl-ses .title {
  display: inline-block;
  float: left;
}
section.tbl .tbl-ses .title h3 {
  max-width: 70%;
}
section.tbl .tbl-ses h3 {
  font-size: 0.5em;
  color: #231F20;
  font-weight: 700;
  max-width: 50%;
}
section.tbl .tbl-ses h4 {
  color: #231F20;
  font-weight: 700;
}
section.tbl .tbl-ses h4:nth-child(3) {
  margin-bottom: 1em;
}
section.tbl .tbl-ses p {
  color: #231F20;
  font-size: 0.27777778em;
}
@media (max-width: 992px) {
  section.tbl {
    font-size: 36px;
  }
  .tbl-head {
    display: none;
  }
  .spk {
    margin-left: 2.25em;
    margin-top: -0.5em;
  }
  .des {
    margin-left: 1.125em;
    margin-top: 0.5em;
  }
  .des h4 {
    font-size: 0.25em;
    margin-bottom: 0.25em;
  }
  .des p {
    max-width: 95%;
  }
}
/* HEADER STYLES */
section.header {
  width: 100%;
  height: 40vh;
  display: table;
  background-position: center;
  background-size: cover;
}
section.header.half {
  height: 27vh;
}
section.header.half h1 {
  font-size: 3vw;
  border: 0.4vw solid #fff;
}
@media (max-width: 480px) {
  section.header.half h1 {
    font-size: 7vw;
    border-width: 1vw;
  }
}
section.header .text-box {
  display: table-cell;
  vertical-align: middle;
  width: 100vw;
  text-align: center;
}
section.header .text-box.overlay-50 {
  background-color: rgba(0, 0, 0, 0.5);
}
section.header .text-box.overlay-75 {
  background-color: rgba(0, 0, 0, 0.75);
}
section.header h1 {
  border: 0.5vw solid #fff;
  color: #ffffff;
  width: auto;
  line-height: 1;
  padding: 2vh;
  margin-bottom: 0;
  text-transform: none;
  font-size: 4vw;
  font-weight: 600;
  text-align: center;
  display: inline;
}
@media (max-width: 480px) {
  section.header h1 {
    font-size: 6vw;
    border-width: 1vw;
  }
}
section.header img {
  position: fixed;
  margin: 0;
  top: -30%;
  z-index: -999;
}
section#master-slider h1 {
  color: white;
  margin: 0 auto;
  border: 5px solid white;
  font-size: 50px;
  padding: 2vh 2vw;
}
/* HEADER 2 STYLES */
.header-2 {
  width: 100%;
  background-color: #40DBCC;
  text-align: center;
  padding: 5% 0 5% 0;
  color: #231F20;
  display: table;
}
@media screen and (max-width: 768px) {
  .header-2 {
    padding: 10% 0 10% 0;
  }
}
.header-2 .container-fluid {
  display: table-cell;
}
.header-2 h1 {
  text-transform: uppercase;
  margin-bottom: 30px;
}
.header-2 h2 {
  line-height: 1.5;
  padding: 0 25% 0 25%;
}
.header-2 h2 b {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .header-2 h2 {
    padding: 0 5% 0 5%;
  }
}
.header-2 .carousel-indicators .active {
  background: #31708f;
}
.header-2 .content {
  margin-top: 2%;
}
.header-2 .adjust1 {
  float: left;
  width: 100%;
  margin-bottom: 0;
}
.header-2 .adjust2 {
  margin: 0;
}
.header-2 .carousel-indicators {
  position: relative;
  bottom: 0;
  display: block;
  margin: 22% 0 0 0;
  left: 0;
  z-index: 15;
  width: 100%;
  padding-left: 0;
  text-align: center;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .header-2 .carousel-indicators {
    margin: 10% 0 0 0;
  }
}
.header-2 .carousel-indicators li {
  border: 0;
  border-radius: 100px;
  background-color: #ffffff;
}
.header-2 .carousel-indicators .active {
  background-color: #231F20;
  width: 10px;
  height: 10px;
  margin: 1px;
}
.header-2 .carousel-control {
  color: #31708f;
  width: 5%;
}
.header-2 .carousel-control:hover,
.header-2 .carousel-control:focus {
  color: #31708f;
}
.header-2 .carousel-control.left,
.header-2 .carousel-control.right {
  background-image: none;
}
.header-2 .media-object {
  margin: auto;
  margin-top: 15%;
}
@media screen and (max-width: 768px) {
  .header-2 .media-object {
    margin-top: 0;
  }
}
@media screen and (max-width: 500px) {
  .header-2 .header-2 {
    padding: 50%;
  }
  .header-2 h5 {
    line-height: 1.5;
    padding: 0;
    font-size: 14px !important;
  }
}
section.four-col .col-md-3 {
  text-align: center;
}
@media (max-width: 990px) {
  section.four-col .col-md-3 {
    width: 50%;
    float: left;
  }
}
@media (max-width: 480px) {
  section.four-col .col-md-3 {
    width: 100%;
    position: relative;
  }
}
section.four-col .circle .inner {
  max-width: 250px;
  max-height: 250px;
}
section.four-col h1 {
  text-align: center;
  margin: 1.8vh auto 3vh;
  padding: 0.3vh 1vw;
  display: table;
  background-color: #13CE6B;
}
section.four-col p {
  text-align: left;
}
.article {
  background-color: #13CE6B;
  padding: 1% 7% 5% 7%;
}
.article a {
  color: white;
}
.article a:hover {
  border-bottom: 1px solid;
}
.article p.p-2 {
  line-height: 1.5;
  font-size: 36px;
}
.article p.p-2 .small {
  font-size: 18px;
  color: #A4A4A4;
}
.article p.p-1 {
  color: #231F20;
  line-height: 1.6;
  font-size: 17px;
  font-family: soleil;
  margin-bottom: 2vh;
}
.article h3 {
  color: #ffffff;
  margin-bottom: 4.6%;
  letter-spacing: 1px;
  font-size: 60px;
  text-align: left;
}
.article ul {
  margin-bottom: 2vh;
}
.article li {
  font-size: 16px;
  margin-bottom: 15px;
}
.article .left-side.pad-top {
  padding-top: 10%;
}
.article .left-side h1 {
  margin-top: 4.75%;
  color: #231F20;
}
.article .right-side h3 {
  text-align: left;
}
.article .right-side.pad-top {
  padding-top: 10%;
}
@media (max-width: 500px) {
  .article .vision {
    padding: 10% 7% 10% 10%;
  }
  .article .left-side {
    margin-top: 10%;
  }
}
.article.White {
  background: white;
  color: #231F20;
}
.article.White h3 {
  color: #231F20;
}
.article.White a {
  color: #13CE6B;
}
.article.Green {
  background: #13CE6B;
  color: #231F20;
}
.article.Green h3 {
  color: #ffffff;
}
.article.Black {
  background: #231F20;
  color: #ffffff;
}
.article.Black p.p-1 {
  color: #ffffff;
}
.article.Black h1 {
  color: #ffffff;
}
.article.Grey {
  background: #A4A4A4;
  color: #ffffff;
}
.article.Grey p.p-2 {
  color: #231F20;
}
.article.Grey h3 {
  color: #231F20;
}
.article.Blue {
  background: #40DBCC;
  color: #ffffff;
}
.article.Blue p.p-2 {
  color: #ffffff;
}
.article.Blue h1 {
  color: #231F20;
}
.article.Blue h3 {
  color: #231F20;
}
.article form input,
.article form textarea {
  font-size: 16px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-bottom: 2px solid #A4A4A4;
  border-radius: 0;
  padding: 20px 10px;
}
.article form input:focus,
.article form textarea:focus {
  border-color: #13CE6B;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.article form textarea {
  border: 2px solid #A4A4A4;
}
/* BLOCK LEFT STYLES */
.block-left {
  width: 100%;
  display: table;
}
@media (max-width: 990px) {
  .block-left {
    display: block !important;
  }
}
.block-left .left {
  width: 50%;
  height: auto;
  display: table-cell;
  background-color: #C9D4D3;
}
.block-left .left.White {
  background: white;
  color: #231F20;
}
.block-left .left.White h3 {
  color: #231F20;
}
.block-left .left.Green {
  background: #13CE6B;
  color: #231F20;
}
.block-left .left.Green h3 {
  color: #ffffff;
}
.block-left .left.Black {
  background: #231F20;
  color: #ffffff;
}
.block-left .left.Black p.p-1 {
  color: #ffffff;
}
.block-left .left.Black h1 {
  color: #ffffff;
}
.block-left .left.Grey {
  background: #A4A4A4;
  color: #ffffff;
}
.block-left .left.Grey p.p-2 {
  color: #231F20;
}
.block-left .left.Grey h3 {
  color: #231F20;
}
.block-left .left.Blue {
  background: #40DBCC;
  color: #ffffff;
}
.block-left .left.Blue p.p-2 {
  color: #231F20;
}
.block-left .left.Blue h1 {
  color: #231F20;
}
.block-left .left.Blue h3 {
  color: #231F20;
}
@media (max-width: 990px) {
  .block-left .left {
    display: block !important;
    width: 100% !important;
  }
}
.block-left .left .wrap {
  display: table-cell;
  padding: 15%;
  vertical-align: middle;
}
.block-left .left h1 {
  max-width: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 5%;
}
.block-left .left p.p-3 {
  max-width: 90%;
  display: block;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.5;
}
.block-left .left .on-btn {
  position: relative;
  padding: 0;
  border: 0;
  float: right;
}
@media (max-width: 990px) {
  .block-left .left .on-btn {
    top: -3.5em;
  }
}
.block-left .left .on-btn a {
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  line-height: 50px;
  color: #13ce6b;
  background-color: #ffffff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.block-left .left .on-btn a:hover {
  color: #ffffff;
  background-color: #13ce6b;
}
.block-left .right {
  width: 50%;
  padding: 0;
  display: table-cell;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 990px) {
  .block-left .right {
    display: block !important;
    width: 100% !important;
    height: 50vh !important;
  }
}
/* BLOCK RIGHT STYLES  test*/
.block-right {
  width: 100%;
  display: table;
}
@media (max-width: 990px) {
  .block-right {
    display: block !important;
  }
}
.block-right .right {
  width: 50%;
  height: auto;
  display: table-cell;
  background-color: #C9D4D3;
}
@media (max-width: 990px) {
  .block-right .right {
    display: block !important;
    width: 100% !important;
  }
}
.block-right .right .wrap {
  display: table-cell;
  padding: 15%;
  vertical-align: middle;
}
.block-right .right h1 {
  max-width: 90%;
  display: block;
  margin: 0 auto;
  margin-bottom: 5%;
}
.block-right .right p.p-3 {
  max-width: 90%;
  display: block;
  margin: 0 auto;
  font-size: 24px;
  line-height: 1.5;
}
.block-right .right .on-btn {
  position: relative;
  padding: 0;
  border: 0;
  float: right;
}
@media (max-width: 990px) {
  .block-right .right .on-btn {
    top: -3.5em;
  }
}
.block-right .right .on-btn a {
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  text-align: center;
  line-height: 50px;
  color: #13CE6B;
  background-color: #fff;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.block-right .right .on-btn a:hover {
  color: #ffffff;
  background-color: #13CE6B;
}
.block-right .left {
  width: 50%;
  padding: 0;
  display: table-cell;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 990px) {
  .block-right .left {
    display: block !important;
    width: 100% !important;
    height: 50vh !important;
  }
}
.media-detail {
  background: #231F20;
  height: auto;
  color: white;
  /*padding-top: 5vh ;*/
  padding-top: 150px;
  padding-bottom: 5vh;
}
.media-detail h1 {
  font-size: 36px;
  text-transform: none;
  margin-bottom: 0;
}
.media-detail h1 span {
  font-family: soleil;
  font-size: 14px;
  font-style: italic;
  font-weight: 200;
}
.media-detail .p-4 a {
  color: #A4A4A4;
  font-size: 16px;
  font-family: soleil;
  line-height: 10px;
}
.media-detail .p-4 a:hover {
  color: #40DBCC !important;
  text-decoration: none;
}
.media-detail .p-4:after {
  content: '/';
  color: #A4A4A4;
  margin: 0 0.3em 0 0.7em;
}
.media-detail .p-4:last-child:after {
  content: '';
}
.media-detail h2 {
  font-size: 16px;
  letter-spacing: 1px;
  margin: 0;
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: ;
}
.media-detail p {
  line-height: 1.5;
  color: #D0DBDA;
  font-size: 16px;
  font-weight: 200;
  font-family: soleil;
}
.media-detail .embed-container {
  margin: 5vh 0;
}
.media-detail a.share {
  background: transparent;
  padding: 11px 26px 8px;
  display: inline-block;
  border: 0.2em solid #808080;
  color: #808080;
  text-transform: uppercase;
  margin-right: 10px;
  letter-spacing: 1px;
  float: ;
}
.media-detail a.share:hover {
  color: #13CE6B;
  border-color: #13CE6B;
  text-decoration: none;
  cursor: pointer;
}
section.blog-list .post-preview {
  padding: 1em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
section.blog-list .post-preview:hover {
  background-color: rgba(235, 235, 235, 0.5);
}
section.blog-list .post-preview .image {
  background-size: cover;
  height: 25vh;
  background-position: center;
  margin-bottom: 4vh;
}
section.blog-list .post-preview a {
  color: #231F20;
}
section.blog-list .post-preview a:hover {
  text-decoration: none;
}
section.blog-list .post-preview h1 {
  font-size: 28px;
  font-weight: 800;
  text-transform: none;
  line-height: 1.5;
}
section.blog-list .post-preview p {
  font-family: soleil;
  line-height: 1.5;
  font-size: 16px;
}
section.blog-list .author {
  margin-top: 1.5vh;
  display: block;
  font-style: italic;
}
section.blog-list .author a {
  color: #13CE6B;
  font-style: normal;
}
section.blog-list .author a:hover {
  text-decoration: underline;
}
section.blog-list .share {
  margin-top: 6vh;
  text-align: right;
}
section.blog-list hr {
  margin-top: 5vh;
}
.cd-header {
  position: relative;
  height: 150px;
  background-color: #331d35;
}
.cd-header h1 {
  color: #ffffff;
  line-height: 150px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 300;
}
@media only screen and (min-width: 1170px) {
  .cd-header {
    height: 180px;
  }
  .cd-header h1 {
    line-height: 180px;
  }
}
.cd-main-content {
  position: relative;
  min-height: 100vh;
}
.cd-main-content:after {
  content: "";
  display: table;
  clear: both;
}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.cd-main-content.is-fixed .cd-gallery {
  padding-top: 76px;
}
.cd-main-content.is-fixed .cd-filter {
  position: fixed;
  height: 100vh;
  overflow: hidden;
}
.cd-main-content.is-fixed .cd-filter form {
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.cd-main-content.is-fixed .cd-filter-trigger {
  position: fixed;
}
@media only screen and (min-width: 768px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 90px;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-main-content.is-fixed .cd-gallery {
    padding-top: 100px;
  }
}
/* --------------------------------

xtab-filter

-------------------------------- */
.cd-tab-filter-wrapper {
  background-color: #ffffff;
  z-index: 1;
}
.cd-tab-filter-wrapper:after {
  content: "";
  display: table;
  clear: both;
}
.cd-tab-filter {
  /* tabbed navigation style on mobile - dropdown */
  position: relative;
  margin: 0 auto;
  z-index: 1;
}
.cd-tab-filter::after {
  /* small arrow icon */
  content: '';
  position: absolute;
  right: 14px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../img/cd-icon-arrow.svg") no-repeat center center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  pointer-events: none;
}
.cd-tab-filter ul {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ffffff;
}
.cd-tab-filter li {
  display: none;
}
.cd-tab-filter a {
  display: block;
  /* set same size of the .cd-tab-filter */
  height: 50px;
  width: 140px;
  line-height: 50px;
  padding-left: 14px;
}
.cd-tab-filter a.selected {
  background: white;
  color: #13CE6B;
}
.cd-tab-filter.is-open::after {
  /* small arrow rotation */
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul li {
  display: block;
}
.cd-tab-filter.is-open .placeholder a {
  /* reduces the opacity of the placeholder on mobile when the menu is open */
  opacity: 0.4;
}
@media only screen and (min-width: 768px) {
  .cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: auto;
    cursor: auto;
  }
  .cd-tab-filter::after {
    /* hide the arrow */
    display: none;
  }
  .cd-tab-filter ul {
    background: transparent;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    text-align: center;
  }
  .cd-tab-filter li {
    display: inline-block;
  }
  .cd-tab-filter li.placeholder {
    display: none !important;
  }
  .cd-tab-filter a {
    display: inline-block;
    padding: 5vh 2vw;
    width: auto;
    color: #231F20;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.2em;
  }
  .no-touch .cd-tab-filter a:hover {
    color: #41307c;
  }
  .cd-tab-filter a.selected {
    background: transparent;
    color: #13CE6B;
    text-decoration: none;
    /* create border bottom using box-shadow property */
  }
  .cd-tab-filter.is-open ul li {
    display: inline-block;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-tab-filter {
    /* tabbed navigation on big devices */
    width: 100%;
    float: right;
    margin: 0;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-tab-filter.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}
/* --------------------------------

xgallery

-------------------------------- */
.cd-gallery {
  padding: 26px 5%;
  width: 100%;
}
.cd-gallery li {
  margin-bottom: 1.6em;
  display: none;
}
.cd-gallery li.gap {
  /* used in combination with text-align: justify to align gallery elements */
  opacity: 0;
  height: 0;
  display: inline-block;
}
.cd-gallery img {
  display: block;
  width: 100%;
}
.cd-gallery .cd-fail-message {
  display: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .cd-gallery {
    padding: 40px 3%;
  }
  .cd-gallery ul {
    text-align: left;
  }
  .cd-gallery ul:after {
    content: "";
    display: table;
    clear: both;
  }
  .cd-gallery li {
    width: 48%;
    margin-bottom: 2em;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-gallery {
    padding: 50px 2%;
    float: right;
    -webkit-transition: width 0.3s;
    transition: width 0.3s;
  }
  .cd-gallery li {
    width: 33%;
    padding-right: 20px;
    margin-bottom: 5em;
  }
  .cd-gallery.filter-is-visible {
    /* reduce width when filter is visible */
    width: 80%;
  }
}
/* --------------------------------

xfilter

-------------------------------- */
.cd-filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 280px;
  height: 100%;
  background: #ffffff;
  z-index: 2;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.cd-filter::before {
  /* top colored bar */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  background-color: #41307c;
  z-index: 2;
}
.cd-filter form {
  padding: 70px 20px;
}
.cd-filter .cd-close {
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  color: #ffffff;
  font-size: 1.3rem;
  text-align: center;
  background: #37296a;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 3;
}
.no-touch .cd-filter .cd-close:hover {
  background: #32255f;
}
.cd-filter.filter-is-visible {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.cd-filter.filter-is-visible .cd-close {
  opacity: 1;
}
@media only screen and (min-width: 1170px) {
  .cd-filter {
    width: 20%;
  }
  .cd-filter form {
    padding: 70px 10%;
  }
}
.cd-filter-trigger {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  line-height: 50px;
  width: 60px;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  color: transparent;
  white-space: nowrap;
  background: transparent url("../img/cd-icon-filter.svg") no-repeat center center;
  z-index: 3;
}
.cd-filter-trigger.filter-is-visible {
  pointer-events: none;
}
@media only screen and (min-width: 1170px) {
  .cd-filter-trigger {
    width: auto;
    left: 2%;
    text-indent: 0;
    color: #9a9a9a;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 700;
    padding-left: 24px;
    background-position: left center;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
  .no-touch .cd-filter-trigger:hover {
    color: #41307c;
  }
  .cd-filter-trigger.filter-is-visible,
  .cd-filter-trigger.filter-is-visible:hover {
    color: #ffffff;
  }
}
section.blog-detail .sidebar {
  margin-top: 6vh;
  padding-top: 20px;
  text-align: right;
}
section.blog-detail .sidebar h6 {
  font-size: 20px;
  margin-top: 10vh;
  margin-bottom: 1.5vh;
}
section.blog-detail .sidebar h6:first-child {
  margin-top: 3vh;
}
@media (max-width: 480px) {
  section.blog-detail .sidebar h6:first-child {
    margin-top: 0;
  }
}
section.blog-detail .sidebar .cat {
  list-style: none;
}
section.blog-detail .sidebar .cat a {
  margin-top: 1vh;
  display: block;
}
section.blog-detail .sidebar .mc_embed_signup {
  background: #f5f5f5;
  margin-top: 6vh;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
  text-align: left;
}
section.blog-detail .sidebar .mc_embed_signup input {
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: none;
}
section.blog-detail .sidebar .mc_embed_signup .mc_embed_signup label {
  float: left;
}
@media (max-width: 480px) {
  section.blog-detail .sidebar {
    margin-top: 0px;
  }
}
section.blog-detail .post {
  margin: 6vh auto;
}
@media (min-width: 480px) {
  section.blog-detail .post {
    padding-right: 50px;
    padding-left: 50px;
  }
}
@media (max-width: 480px) {
  section.blog-detail .post {
    margin-bottom: 0px;
  }
}
section.blog-detail .post .date {
  margin-bottom: 3vh;
  display: block;
}
section.blog-detail .post .image {
  background-size: cover;
  height: 25vh;
  background-position: center;
  margin-bottom: 4vh;
}
section.blog-detail .post h1 {
  font-size: 42px;
  font-weight: 800;
  text-transform: none;
  line-height: 48px;
}
section.blog-detail .post p {
  font-family: soleil;
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 28px;
}
section.blog-detail .post .synopsis {
  font-weight: bold;
}
section.blog-detail .post blockquote {
  border: none;
  line-height: 1.7em;
  margin: 4vh 0;
  font-size: 1.3em;
}
section.blog-detail .post blockquote #reference {
  text-align: right;
  margin-top: 2vh ;
  display: block;
  font-style: italic;
}
section.blog-detail .post blockquote #reference:before {
  content: '-';
}
section.blog-detail .post .author {
  margin: 3vh 0;
  display: block;
  font-style: italic;
}
section.blog-detail .post .author a {
  color: #13CE6B;
  font-style: normal;
}
section.blog-detail .post .author a:hover {
  text-decoration: underline;
}
section.blog-detail .post h2 {
  font-weight: 800;
}
.category {
  background: #262525;
  height: 13vh;
  display: table;
  width: 100%;
}
.category.sub {
  background: #ffffff;
}
@media (max-width: 990px) {
  .category {
    height: auto;
    padding: 20px 0;
  }
}
.category .links {
  display: table;
  width: 100%;
  height: 13vh;
}
.category ul {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding-left: 0;
}
.category ul li {
  border: 2px solid #A4A4A4;
  padding: 10px 30px;
  text-align: center;
  margin: 0 8px;
  display: inline-block;
  margin-bottom: 10px;
}
.category ul li:hover {
  border-color: #40DBCC;
}
.category ul li:hover a {
  text-decoration: none;
  color: #40DBCC;
}
.category ul li a {
  color: #A4A4A4;
  font-size: 15px;
  font-family: soleil;
}
@media (max-width: 990px) {
  .category ul li {
    padding: 4px 10px;
    margin: 5px 7px;
  }
  .category ul li a {
    font-size: 14px;
  }
}
/* REGISTER BTN CARD STYLES */
.register-btn {
  width: 100%;
  text-align: center;
  background-color: #231F20;
  opacity: 1;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.register-btn:hover {
  opacity: 0.85;
}
.register-btn a {
  padding: 1.5em 0 1.5em 0;
  display: block;
  width: 100%;
  height: 100%;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 5em;
  letter-spacing: 3px;
  font-weight: 700;
}
section.homepage-info {
  width: 100%;
  background-color: #C9D4D3;
  padding-top: 3em;
  padding-bottom: 3em;
  color: #231F20;
}
section.homepage-info a span:hover {
  border-bottom: 1px solid;
}
section.homepage-info h1 {
  color: #ffffff;
  font-family: soleil, helvetica;
  font-size: 1.5em;
  font-weight: 300;
  text-transform: capitalize;
  text-align: center;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
}
section.homepage-info hr {
  height: 0.05em;
  background-color: #ffffff;
  margin: 1em 0 2em 0;
}
section.homepage-info .block-bg {
  background-color: #E8E8E8;
  min-height: 470px;
}
@media (max-width: 480px) {
  section.homepage-info .block-bg {
    height: auto;
    margin-bottom: 1em;
  }
}
section.homepage-info .block-bg .box-pad {
  padding: 2em;
}
section.homepage-info .block-bg .box-pad .vid-thumb {
  width: 100%;
  margin: 0;
}
section.homepage-info .block-bg .box-pad .vid-thumb img {
  width: 100%;
}
section.homepage-info .block-bg .box-pad h6 {
  font-size: 1em;
  text-transform: uppercase;
  font-family: soleil, helvetica;
  margin: 0;
}
section.homepage-info .block-bg .box-pad p {
  font-family: soleil;
  margin-top: 0.5em;
  line-height: 1.5;
  font-size: 1.25em;
  padding-bottom: 2em;
}
section.homepage-info .block-bg .event-block {
  overflow: hidden;
  border-bottom: 2px solid #ffffff;
  display: table;
  width: 100%;
}
section.homepage-info .block-bg .event-block:last-of-type {
  margin-bottom: 2em;
}
section.homepage-info .block-bg .event-block .col-xs-8,
section.homepage-info .block-bg .event-block .col-xs-4 {
  padding: 0 !important;
}
section.homepage-info .block-bg .event-block .valign {
  display: table-cell;
  vertical-align: middle;
  padding: 1em 0 1em 0;
}
section.homepage-info .block-bg .event-block .date {
  background-color: #ffffff;
  padding: 0.5em;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  width: 5em;
}
section.homepage-info .block-bg .event-block h6 {
  text-transform: uppercase;
  line-height: 1.5;
}
section.homepage-info .block-bg .event-block a,
section.homepage-info .block-bg .event-block p {
  color: #231F20;
  font-size: 1em;
  padding: 0;
}
section.homepage-info .block-bg .post-box {
  border-bottom: 2px solid #ffffff;
  padding: 1.5em 0 1.5em 0;
}
section.homepage-info .block-bg .post-box a,
section.homepage-info .block-bg .post-box p {
  color: #231F20;
  font-size: 1em;
  padding: 0;
  margin-bottom: 0;
}
section.homepage-info .block-bg .post-box:last-child {
  border-bottom: 0 !important;
}
section.homepage-info span {
  font-family: soleil;
  font-size: 14px;
  font-style: italic;
  font-weighxt: 200;
  position: absolute;
  bottom: 1.5em;
  color: #231F20;
}
.sub-title {
  color: #A4A4A4;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
@media (max-width: 990px) {
  .sub-title {
    font-size: 18px;
  }
}
.the-future {
  padding-top: 180px;
}
@media (max-width: 990px) {
  .the-future {
    padding-top: 60px;
  }
}
.the-future .desc {
  padding-top: 65px;
}
.the-future img {
  max-width: 100%;
}
.the-future .img-group {
  position: relative;
}
@media (max-width: 480px) {
  .the-future .img-group img {
    margin: auto;
    display: block;
  }
}
.the-future .img-group .img-left {
  position: absolute;
  top: 14%;
  z-index: 2;
}
@media (max-width: 480px) {
  .the-future .img-group .img-left {
    position: relative;
    top: 0;
    margin-top: 20px;
  }
}
.the-future .img-group .img-top {
  position: relative;
  z-index: 3;
}
@media (max-width: 480px) {
  .the-future .img-group .img-top {
    margin-top: 20px;
  }
}
.the-future .img-group .img-bottom {
  position: relative;
  z-index: 1;
  padding-top: 16%;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .the-future .img-group .img-bottom {
    padding-top: 20px;
    padding-right: 0;
  }
}
.the-future h1 {
  font-size: 53px;
  font-weight: 700;
  line-height: 67px;
  margin-bottom: 3vh;
  margin-top: 1vh;
}
@media (max-width: 480px) {
  .the-future h1 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 20px;
    line-height: 40px;
  }
}
.the-future .btn-group {
  padding-top: 22px;
}
.float-right {
  float: right;
}
.funned-progress {
  border: 2px solid #231f20;
  height: 52px;
  position: relative;
  margin-top: 75px;
}
.funned-progress span {
  display: block;
  position: absolute;
  height: 100%;
  width: 50%;
  text-align: center;
  color: #231F20;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.1px;
  text-transform: uppercase;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #C9D4D3;
}
@media (max-width: 480px) {
  .funned-progress span {
    font-size: 15px;
  }
}
.funned-progress span:after {
  content: '';
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 0 22px 20px;
  border-color: transparent transparent transparent #C9D4D3;
}
.btn-black-lg,
.btn-gold {
  padding: 12px;
  min-width: 196px;
  background-color: #3b3838;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-right: 15px;
}
@media (max-width: 480px) {
  .btn-black-lg,
  .btn-gold {
    margin-top: 15px;
  }
}
.btn-gold {
  background-color: #ba9917;
}
.timeframe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 77px;
}
@media (max-width: 480px) {
  .timeframe {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .timeframe .cell {
    padding-bottom: 20px;
  }
  .timeframe h4 {
    font-size: 20px;
  }
}
.timeframe h4 {
  font-size: 38px;
  font-weight: 700;
}
@media (max-width: 990px) {
  .timeframe h4 {
    font-size: 26px;
  }
}
.story-block {
  padding-top: 165px;
}
@media (max-width: 990px) {
  .story-block {
    padding-top: 60px;
  }
  .story-block .float-right {
    float: none;
    text-align: center;
  }
  .story-block img {
    margin: 0 auto 30px;
    display: block;
  }
}
.story-block img {
  max-width: 100%;
}
.story-block h3 {
  font-size: 40px;
  margin: 20px 0 30px 0;
  font-weight: 700;
}
@media (max-width: 990px) {
  .story-block h3 {
    font-size: 35px;
  }
}
@media (max-width: 990px) and (max-width: 480px) {
  .story-block h3 {
    font-size: 30px;
    margin-top: 10px;
  }
}
.story-block .img-group {
  position: relative;
}
@media (max-width: 480px) {
  .story-block .img-group {
    padding-bottom: 20px;
  }
  .story-block .img-group img {
    margin: auto;
    display: block;
  }
}
.story-block .img-group .img-left {
  position: absolute;
  top: 25%;
  z-index: 2;
  right: 0;
}
@media (max-width: 480px) {
  .story-block .img-group .img-left {
    position: relative;
    top: 0;
    margin-top: 20px;
  }
}
.story-block .img-group .img-top {
  position: relative;
  z-index: 3;
}
@media (max-width: 480px) {
  .story-block .img-group .img-top {
    margin-top: 20px;
  }
}
.story-block .img-group .img-bottom {
  position: relative;
  z-index: 2;
  padding-top: 7%;
  padding-right: 20px;
  text-align: center;
}
@media (max-width: 480px) {
  .story-block .img-group .img-bottom {
    padding-top: 20px;
    padding-right: 0;
  }
}
.impact-history {
  padding-top: 165px;
}
@media (max-width: 990px) {
  .impact-history {
    padding-top: 60px;
  }
}
.impact-history img {
  max-width: 100%;
}
.impact-history .desc {
  padding-top: 60px;
  max-width: 560px;
  margin: auto;
}
@media (max-width: 990px) {
  .impact-history .desc {
    padding-bottom: 30px;
  }
}
@media (max-width: 990px) and (max-width: 480px) {
  .impact-history .desc {
    padding-top: 10px;
  }
}
.impact-history .ih-box {
  padding-top: 87px;
}
@media (max-width: 990px) {
  .impact-history .ih-box {
    padding-top: 50px;
  }
}
@media (max-width: 990px) and (max-width: 480px) {
  .impact-history .ih-box {
    padding-top: 10px;
  }
}
.impact-history .ih-box h2 {
  padding-bottom: 15px;
}
@media (max-width: 990px) {
  .impact-history .ih-box h2 {
    font-size: 35px;
  }
}
@media (max-width: 990px) and (max-width: 480px) {
  .impact-history .ih-box h2 {
    font-size: 30px;
  }
}
.impact-history h3 {
  font-size: 40px;
  margin: 20px 0 30px 0;
  font-weight: 700;
}
@media (max-width: 990px) {
  .impact-history h3 {
    font-size: 35px;
  }
}
@media (max-width: 990px) and (max-width: 480px) {
  .impact-history h3 {
    font-size: 30px;
  }
}
.impact-history .digit-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 480px) {
  .impact-history .digit-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.impact-history .digit-box .box {
  width: calc(50% - 10px);
  border: 1px solid #dddddd;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 20px;
  padding-top: 0;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  .impact-history .digit-box .box {
    width: 100%;
  }
}
.impact-history .digit-box .digit {
  font-size: 82px;
  color: #A4A4A4;
  display: block;
  font-weight: 700;
}
@media (max-width: 480px) {
  .impact-history .digit-box .digit {
    font-size: 50px;
  }
}
.impact-history .digit-box .sub-title {
  text-transform: none;
}
.build-future {
  background-color: #f4f4f4;
  padding-top: 60px;
  padding-bottom: 68px;
  margin-top: 110px;
}
@media (max-width: 990px) {
  .build-future {
    margin-top: 80px;
    padding: 40px 0;
  }
}
.build-future h2 {
  font-size: 38px;
  font-weight: 700;
}
@media (max-width: 990px) {
  .build-future h2 {
    font-size: 30px;
  }
}
@media (max-width: 990px) and (max-width: 480px) {
  .build-future h2 {
    font-size: 26px;
  }
}
.build-future .wrap-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 770px;
  margin: auto;
  padding-top: 44px;
}
@media (max-width: 480px) {
  .build-future .wrap-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 20px;
  }
}
.build-future .funned-progress {
  width: calc(100% - 232px);
  margin-top: 0;
}
@media (max-width: 480px) {
  .build-future .funned-progress {
    width: 100%;
  }
}
.socialfeed {
  padding-top: 175px;
  padding-bottom: 90px;
  text-align: center;
}
.socialfeed ul {
  margin: 0;
}
.socialfeed ul li {
  list-style: none;
  display: inline-block;
  vertical-align: top;
}
.socialfeed ul li a {
  width: 42px;
  height: 42px;
  display: block;
  background-image: url(/fw/img/socailfeed.png);
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.socialfeed ul li a.tw {
  background-position: -46px;
}
.socialfeed ul li a.gp {
  background-position: -92px;
}
.socialfeed ul li a.mail {
  background-position: -138px;
}
.socialfeed ul li a:hover {
  opacity: 0.7;
}
.latest-blog {
  padding: 50px 0;
}
.latest-blog .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 990px) {
  .latest-blog .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.latest-blog .content-block {
  padding: 20px;
  text-align: center;
}
.latest-blog .content-block .blog-type {
  color: #6a6a6a;
  margin-bottom: 10px;
  display: block;
}
.latest-blog .content-block h2 {
  margin-bottom: 15px;
  font-weight: 800;
}
.latest-blog .content-block a {
  color: #231f20;
}
.latest-blog .content-block a:hover {
  color: #00ab51;
}
.latest-blog .content-block .date-blog-post {
  color: #bfbfbf;
  margin-bottom: 10px;
  display: block;
}
.latest-blog .content-block .date-blog-post a {
  color: inherit;
}
.latest-blog .content-block p {
  font-size: 1.3em;
  font-weight: 100;
  margin-bottom: 0;
}
.latest-blog .content-block p + p {
  margin-top: 20px;
}
.latest-blog img {
  max-width: 100%;
  height: auto;
}
.latest-blog a.btn {
  color: #fff;
  background-color: #231f20;
}
.latest-blog a.btn:hover {
  background: #00ab51;
  color: #231f20;
}
.featured-blog {
  background-color: rgba(201, 212, 211, 0.05);
  padding: 50px 0 30px;
}
.featured-blog .image-block {
  margin-bottom: 15px;
  display: block;
}
.featured-blog .content-block {
  margin-bottom: 20px;
}
.featured-blog img {
  max-width: 100%;
}
.featured-blog a {
  color: #231f20;
}
.featured-blog a:hover {
  color: #00ab51;
}
.featured-blog h2 {
  text-align: center;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
}
.featured-blog h3 {
  font-size: 20px;
  text-align: left;
  margin: 0;
  margin-bottom: 15px;
}
.featured-blog p {
  font-size: 1.3em;
  font-weight: 100;
}
.recent-blog {
  background: none;
}
.recent-blog .col-md-4 {
  margin: 20px 0;
}
.recent-blog .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recent-blog .pagination > li > a,
.recent-blog .pagination > li > span {
  color: #00ab51;
}
.recent-blog .pagination > .active > a,
.recent-blog .pagination > .active > span,
.recent-blog .pagination > .active > a:hover,
.recent-blog .pagination > .active > span:hover,
.recent-blog .pagination > .active > a:focus,
.recent-blog .pagination > .active > span:focus {
  color: #fff;
  cursor: default;
  background-color: #00ab51;
  border-color: #00ab51;
}
p {
  font-size: 14px;
  margin-bottom: 20px;
}
/** Blog Details */
.inner-banner {
  width: 100%;
  height: auto;
  max-height: 500px;
  display: block;
  position: relative;
}
.inner-banner img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 990px) {
  .inner-banner img {
    height: 320px;
  }
}
@media (max-width: 480px) {
  .inner-banner img {
    height: 280px;
  }
}
.inner-banner .title-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.inner-banner .title-caption h1 {
  font-size: 42px;
  font-weight: 400;
  text-transform: none;
  line-height: 1.1;
  margin-bottom: 20px;
  color: #fff;
  text-align: center;
}
@media (max-width: 990px) {
  .inner-banner .title-caption h1 {
    font-size: 32px;
  }
}
@media (max-width: 480px) {
  .inner-banner .title-caption h1 {
    font-size: 24px;
  }
}
.inner-banner .title-caption p {
  color: #fff;
  text-align: center;
}
.inner-banner .title-caption p a {
  color: inherit;
}
.post {
  max-width: 900px;
  margin: 0 auto;
}
.blog-content {
  padding: 50px 0;
}
.blog-content .post-title {
  max-width: 700px;
  margin: 0 auto;
}
.blog-content .blog-width {
  max-width: 700px;
  margin: 0 auto;
}
.blog-content p {
  font-size: 1.3em;
  line-height: 1.6;
  margin: 1.6em auto 0;
}
.blog-content h2 {
  font-size: 36px;
  font-weight: 700;
  text-transform: none;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .blog-content h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  .blog-content h2 {
    font-size: 20px;
  }
}
.blog-content h3 {
  font-size: 30px;
  font-weight: 700;
  text-transform: none;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media (max-width: 990px) {
  .blog-content h3 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .blog-content h3 {
    font-size: 18px;
  }
}
.blog-content blockquote {
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid rgba(112, 112, 112, 0.5);
  border-bottom: 1px solid rgba(112, 112, 112, 0.5);
  margin: 40px 0;
  line-height: 1.7em;
  font-size: 1.5em;
  display: inline-block;
  width: 100%;
}
.blog-content blockquote #reference {
  text-align: right;
  margin-top: 2vh;
  display: block;
  font-weight: 700;
}
.blog-content blockquote #reference:before {
  content: "-";
}
@media (max-width: 990px) {
  .blog-content blockquote {
    font-size: 1.3em;
  }
}
@media (max-width: 480px) {
  .blog-content blockquote {
    font-size: 1.2em;
    line-height: 1.4em;
  }
}
.blog-content .prayer-block {
  background: #c9d4d3;
  margin: 3em 0;
  padding: 25px 0;
  position: relative;
  float: none;
  clear: both;
}
.blog-content .prayer-block h2 {
  padding: 0;
}
.blog-content .prayer-block p {
  margin-top: 1em;
}
.blog-content .prayer-block:after,
.blog-content .prayer-block:before {
  content: "";
  display: table;
  clear: both;
}
.blog-content .copyright-label {
  font-size: 13px;
  border: 1px solid #40dbcc;
  padding: 10px 0;
}
.share-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0 15px;
}
.share-block h6 {
  font-size: 17px;
  line-height: 1.2;
  margin-bottom: 5px;
  padding-right: 10px;
}
@media (max-width: 480px) {
  .share-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .share-block h6 {
    margin-bottom: 15px;
    padding-right: 0;
  }
}
.share-block .at4-visually-hidden {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0;
  border: 0;
  overflow: hidden;
}
.share-block .at-resp-share-element .at-share-btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 2px;
  padding: 0;
  overflow: hidden;
  line-height: 0;
  text-decoration: none;
  text-transform: none;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border: 0;
  font-family: helvetica neue, helvetica, arial, sans-serif;
  background-color: transparent;
  height: 32px;
}
.share-block .at-resp-share-element .at-share-btn:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  color: #fff;
  text-decoration: none;
}
.latest-blog.watch-new .content-block p {
  font-size: 1.1em;
  font-weight: 400;
}
header {
  position: fixed;
  padding: 15px 0;
  z-index: 999;
  width: 100%;
}
header .service-list {
  position: absolute;
  top: 140%;
  /*left: 100px;*/
  left: 15px;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
header .service-list p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
}
@media (max-width: 580px) {
  header .service-list {
    display: none;
  }
}
header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
header .container:before,
header .container:after {
  display: none;
}
header .logo-section {
  margin: 0;
  width: 260px;
  z-index: 999;
  margin-left: 15px;
  position: relative;
}
header .logo-section img {
  max-width: 100%;
}
@media (max-width: 990px) {
  header .logo-section {
    margin-left: 0;
  }
}
@media (max-width: 359px) {
  header .logo-section {
    width: 200px;
  }
}
header .logo-section img.sticky-logo {
  display: none;
}
header .navigation-section {
  margin: 0;
  /*margin-left: -200px;*/
  position: absolute;
  width: 100%;
}
@media (max-width: 1470px) {
  header .navigation-section {
    margin-left: 0;
  }
}
header .navigation-section nav {
  margin: 0 auto;
  width: 500px;
}
header .navigation-section nav ul {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin-bottom: 0;
  min-width: 30vw;
  /*width: 30vw;*/
}
header .navigation-section nav ul li {
  list-style: none;
}
header .navigation-section nav ul li a {
  padding: 5px 10px;
  display: block;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
header .navigation-section nav ul li + li {
  margin-left: 0px;
}
@media (max-width: 1200px) {
  header .navigation-section nav ul li + li {
    margin-left: 20px;
  }
}
@media (max-width: 990px) {
  header .navigation-section {
    display: none;
  }
}
header .hamburger-menu a.navbar-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px;
  -webkit-transition: all 150ms ease-out 0s;
  transition: all 150ms ease-out 0s;
  position: relative;
  z-index: 999;
  text-decoration: none;
}
header .hamburger-menu a.navbar-icon .navbar-toggle__text {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 400;
  padding: 0 10px 0 0;
  text-decoration: none;
}
header .hamburger-menu a.navbar-icon .navbar-toggle__text.is-open {
  display: none;
}
@media (max-width: 580px) {
  header .hamburger-menu a.navbar-icon .navbar-toggle__text {
    display: none;
  }
}
header .hamburger-menu a.navbar-icon .navbar-toggle__icon-bar {
  margin-left: 15px;
  display: block;
  height: 34px;
  width: 34px;
  position: relative;
}
header .hamburger-menu a.navbar-icon .navbar-toggle__icon-bar:before {
  content: '';
  width: 120%;
  height: 120%;
  display: block;
  position: absolute;
  top: -20%;
  left: -18%;
  border: 2px solid #fff;
  border-radius: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  opacity: 0;
  visibility: hidden;
}
header .hamburger-menu a.navbar-icon .icon-bar {
  background: #fff;
  height: 2px;
  width: 30px;
  border-radius: 1px;
  margin-top: 3px;
  display: block;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
header .hamburger-menu a.navbar-icon .icon-bar + .icon-bar {
  margin-top: 8px;
}
header .hamburger-menu a.navbar-icon.is-open .navbar-toggle__icon-bar:before {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
}
header .hamburger-menu a.navbar-icon.is-open .icon-bar {
  margin-top: 0;
}
header .hamburger-menu a.navbar-icon.is-open .icon-bar:nth-of-type(2) {
  width: 0;
}
header .hamburger-menu a.navbar-icon.is-open .icon-bar:nth-of-type(1),
header .hamburger-menu a.navbar-icon.is-open .icon-bar:nth-of-type(3) {
  -webkit-transform: translateY(12px) rotate(45deg);
          transform: translateY(12px) rotate(45deg);
}
header .hamburger-menu a.navbar-icon.is-open .icon-bar:nth-of-type(3) {
  -webkit-transform: translateY(8px) rotate(-45deg);
          transform: translateY(8px) rotate(-45deg);
}
header.sticky-header {
  background: #ffffff;
}
header.sticky-header .service-list {
  opacity: 0;
  visibility: hidden;
}
header.sticky-header .logo-section img {
  display: none;
}
header.sticky-header .logo-section img.sticky-logo {
  display: block;
}
header.sticky-header .navigation-section ul li a {
  color: #231F20;
}
header.sticky-header .hamburger-menu .navbar-icon .navbar-toggle__text {
  color: #231F20;
}
header.sticky-header .hamburger-menu .navbar-icon .icon-bar {
  background: #231F20;
}
header.sticky-header .hamburger-menu .navbar-icon.is-open .icon-bar {
  background: #ffffff;
}
header .side-nav {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 300px;
  min-height: 100vh;
  display: block;
  background: #231F20;
  padding: 100px 20px;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
header .side-nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
header .side-nav ul ul {
  display: none;
}
header .side-nav li {
  font-size: 18px;
  color: #fff;
}
header .side-nav li a {
  color: inherit;
  text-decoration: none;
}
header .side-nav li a.nav-more-link {
  text-transform: uppercase;
}
header .side-nav li li {
  font-size: 15px;
}
header .side-nav li li + li {
  margin-top: 5px;
}
header .side-nav li + li {
  margin-top: 10px;
}
header .side-nav li .caret {
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 20px;
  margin-bottom: 4px;
}
header .side-nav li.is-open > ul {
  padding: 15px 0;
}
header .side-nav li.is-open .caret {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
header .side-nav.is-open {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
header .side-nav .only-responsive {
  display: none;
}
@media (max-width: 990px) {
  header .side-nav .only-responsive {
    display: block;
  }
}
@media (max-width: 580px) {
  header .side-nav {
    width: 100%;
    background: rgba(0, 0, 0, 0.85);
  }
}
header + section.category {
  height: 27vh;
  padding-top: 150px;
}
header + section.content {
  margin-top: 0;
}
header + section.content > .container-fluid {
  padding-top: 15px;
}
header.mobile-menu-open .logo-section {
  /*.service-list {
                display: none;
            }*/
}
header.mobile-menu-open .logo-section a img {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  display: block;
}
header.mobile-menu-open .logo-section a img.sticky-logo {
  display: none;
}
html {
  overflow-x: hidden;
}
.home-page-new {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  /* typography for new home page */
  /* new home page image block ** image must be crop with display size */
}
.home-page-new h2,
.home-page-new h3,
.home-page-new h4 {
  margin: 0;
  line-height: 1.4;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.8);
}
.home-page-new h2 {
  font-size: 52px;
}
@media (max-width: 1200px) {
  .home-page-new h2 {
    font-size: 40px;
  }
}
@media (max-width: 990px) {
  .home-page-new h2 {
    font-size: 30px;
  }
}
@media (max-width: 480px) {
  .home-page-new h2 {
    font-size: 22px;
  }
}
.home-page-new h3 {
  font-size: 25px;
}
@media (max-width: 990px) {
  .home-page-new h3 {
    font-size: 22px;
  }
}
@media (max-width: 480px) {
  .home-page-new h3 {
    font-size: 19px;
  }
}
.home-page-new h4 {
  font-size: 20px;
}
@media (max-width: 480px) {
  .home-page-new h4 {
    font-size: 17px;
  }
}
.home-page-new .image-block {
  width: 100%;
  height: auto;
  line-height: 0;
}
.home-page-new .image-block img {
  display: block;
  width: 100%;
  height: auto;
}
.home-page-new .image-block + .content-block {
  padding: 20px;
  /*padding: 20px 10px;*/
  /*background: #fff;*/
  background: #c9d4d3a6;
}
.home-page-new .title-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.home-page-new .title-section .left-section,
.home-page-new .title-section .right-section {
  width: 50%;
}
.home-page-new .title-section .left-section h3,
.home-page-new .title-section .right-section h3 {
  font-weight: normal;
}
@media (min-width: 990px) {
  .home-page-new .title-section .left-section h3,
  .home-page-new .title-section .right-section h3 {
    text-align: left;
    margin-left: 150px;
  }
}
@media (max-width: 990px) {
  .home-page-new .title-section .left-section,
  .home-page-new .title-section .right-section {
    width: 100%;
    text-align: center;
  }
  .home-page-new .title-section .left-section h3,
  .home-page-new .title-section .right-section h3 {
    text-align: center;
    margin-left: 0;
  }
}
@media (max-width: 990px) {
  .home-page-new .title-section .left-section {
    margin-bottom: 20px;
  }
}
.home-page-new .title-section .right-section {
  text-align: right;
}
@media (max-width: 990px) {
  .home-page-new .title-section .right-section {
    text-align: center;
  }
}
.home-page-new .title-section .right-section h3 {
  text-align: right;
}
.home-page-new .title-section + .carousel {
  margin-top: -20px;
}
.home-page-new .carousel .slick-list {
  padding: 20px 0;
}
.home-page-new .carousel .slick-disabled {
  opacity: 0.2;
  pointer-events: none;
}
.home-page-new .carousel .slick-prev,
.home-page-new .carousel .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.home-page-new .carousel .slick-prev .fa,
.home-page-new .carousel .slick-next .fa {
  font-size: 85px;
  color: #D5D5D5;
}
.home-page-new .carousel .slick-prev {
  left: -80px;
}
.home-page-new .carousel .slick-next {
  right: -80px;
}
@media (max-width: 1200px) {
  .home-page-new .carousel .slick-prev {
    left: 5px;
  }
  .home-page-new .carousel .slick-next {
    right: 5px;
  }
}
.banner-large {
  width: 100%;
  height: 85vh;
  background: #ccc;
  position: relative;
  max-height: 1000px;
  /*.slick-dots {
        margin: 0;
        padding: 0;
        position: absolute;
        top: 50%;
        left: 20px;
        display: flex;
        flex-direction: column;
        li {
            button {
                display: none;
            }
            width: 16px;
            height:16px;
            display: block;
            background: #fff;
            border-radius: 100%;
            margin-bottom: 15px;
            opacity: 0.6;
            cursor: pointer;
            &.slick-active {
                opacity: 1;
            }
        }
    }*/
}
.banner-large video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}
.banner-large .banner-content {
  position: absolute;
  top: 60%;
  left: 50%;
  padding-top: 50px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 900px;
  text-align: center;
}
.banner-large .banner-content h2,
.banner-large .banner-content p {
  color: #fff;
  margin-bottom: 50px;
}
.banner-large .banner-content h2 {
  font-size: 46px;
}
.banner-large .banner-content .btn {
  min-width: 150px;
  background: #fff !important;
  color: #000 !important;
}
@media (max-width: 1200px) {
  .banner-large .banner-content h2 {
    font-size: 36px;
  }
  .banner-large .banner-content h2,
  .banner-large .banner-content p {
    margin-bottom: 30px;
  }
}
@media (max-width: 990px) {
  .banner-large .banner-content h2 {
    font-size: 30px;
  }
}
@media (max-width: 640px) {
  .banner-large .banner-content {
    width: 80%;
  }
  .banner-large .banner-content h2 {
    font-size: 24px;
  }
  .banner-large .banner-content h2,
  .banner-large .banner-content p {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .banner-large .banner-content h2 {
    font-size: 20;
  }
  .banner-large .banner-content h2,
  .banner-large .banner-content p {
    margin-bottom: 12px;
  }
}
.banner-large .single-banner,
.banner-large .slick-slide {
  width: 100%;
  height: 100% !important;
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.banner-large .single-banner.overlay_banner:before,
.banner-large .slick-slide.overlay_banner:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.banner-large .slick-list,
.banner-large .slick-track {
  height: 100% !important;
}
.banner-large .slick-dots {
  position: absolute;
  bottom: 20px;
  display: block;
  width: 100%;
  margin: 0;
  list-style: none;
  padding: 0;
  text-align: center;
}
.banner-large .slick-dots li {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 100%;
  opacity: 0.5;
  cursor: pointer;
  display: inline-block;
  margin-right: 15px;
}
.banner-large .slick-dots li button {
  display: none;
}
.banner-large .slick-dots li.slick-active {
  opacity: 1;
}
.banner-large .slick-next,
.banner-large .slick-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  z-index: 9;
}
.banner-large .slick-next .fa,
.banner-large .slick-prev .fa {
  font-size: 85px;
  color: #fff;
}
.banner-large .slick-next {
  right: 50px;
}
.banner-large .slick-prev {
  left: 50px;
}
@media (max-width: 1200px) {
  .banner-large {
    height: 60vh;
  }
}
@media (max-width: 990px) {
  .banner-large .slick-prev {
    left: 30px;
  }
  .banner-large .slick-next {
    right: 30px;
  }
}
@media (max-width: 640px) {
  .banner-large .slick-prev {
    left: 10px;
  }
  .banner-large .slick-next {
    right: 10px;
  }
}
@media (max-width: 580px) {
  .banner-large .slick-prev {
    left: 5px;
  }
  .banner-large .slick-next {
    right: 5px;
  }
}
@media (max-width: 990px) and (orientation: landscape) {
  .banner-large {
    height: 60vw;
  }
  .banner-large .banner-content {
    width: 80%;
    top: 60%;
  }
  .banner-large .banner-content h2 {
    font-size: 22px;
  }
  .banner-large .banner-content h2,
  .banner-large .banner-content p {
    margin-bottom: 20px;
  }
}
.upcoming-section h2 {
  font-size: 30px;
}
.upcoming-section {
  /*padding: 80px 0 100px;*/
  padding: 30px 0 100px;
  /*background: lightgrey;
    filter: contrast(1.2);*/
}
@media (max-width: 990px) {
  .upcoming-section {
    padding: 50px 0 30px;
  }
}
@media (max-width: 480px) {
  .upcoming-section {
    padding: 35px 0 20px;
  }
}
.upcoming-section h3 {
  font-size: 17px;
  text-transform: uppercase;
  text-align: left;
}
.upcoming-section .item-callout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1200px) {
  .upcoming-section .item-callout {
    padding: 0 40px;
  }
}
.upcoming-section .single-item {
  margin: 15px;
  -webkit-box-shadow: 0 10px 15px 0 rgba(187, 187, 187, 0.25);
  box-shadow: 0 10px 15px 0 rgba(187, 187, 187, 0.25);
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.upcoming-section .single-item p {
  color: #000;
  font-size: 13px;
}
.upcoming-section .single-item:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.upcoming-section .single-item .date-details-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.upcoming-section .single-item .date-details-block .date-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.upcoming-section .single-item .date-details-block .date-section .date {
  height: 47px;
  width: 47px;
  background-color: #40DBCC;
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 100%;
  color: rgba(255, 255, 255, 0.8);
  font-size: 20px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 15px;
}
.upcoming-section .single-item .date-details-block .date-section .date--d {
  display: block;
  color: #231F20;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.23px;
  line-height: 18px;
}
.upcoming-section .single-item .date-details-block .details-link {
  color: #ACACAC;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: -0.18px;
  line-height: 11px;
  text-align: right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.upcoming-section .single-item .date-details-block .details-link:after {
  content: '';
  background-image: url(/images/site/plus-icon-sprite.png);
  width: 13px;
  height: 13px;
  background-position: top center;
  margin-left: 5px;
}
.upcoming-section .single-item .date-details-block .details-link:hover {
  color: #40DBCC;
}
.upcoming-section .single-item .date-details-block .details-link:hover:after {
  background-position: bottom center;
}
.service-section {
  background-color: #5ac4bc;
  padding: 80px 0 100px;
  background-size: cover;
  background-position: center center;
}
.service-section h2,
.service-section h3,
.service-section p {
  color: #23252D;
}
@media (max-width: 990px) {
  .service-section {
    padding: 50px 0 30px;
  }
}
@media (max-width: 480px) {
  .service-section {
    padding: 35px 0 20px;
  }
}
.service-section .btn-success {
  background-color: #23252D;
}
.service-section .btn-success:hover {
  color: #fff;
}
.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.service-list .single-item {
  width: calc(33% - 30px);
  margin: 15px;
  text-align: center;
}
.service-list .single-item .content-block h3 {
  font-size: 25px;
  text-transform: uppercase;
}
.service-list .single-item .btn {
  font-size: 14px;
  min-width: 120px;
  line-height: 1.4;
  margin-top: 10px;
}
@media (max-width: 990px) {
  .service-list .single-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 480px) {
  .service-list .single-item {
    width: calc(100% - 30px);
  }
}
.service-list .icon-block {
  width: 100px;
  height: 100px;
  background: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.07);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.07);
  border-radius: 100%;
  line-height: 0;
  margin: 0 auto 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.service-list .icon-block img {
  display: block;
  max-width: 80px;
  height: auto;
}
.recent-messages {
  background-color: white;
  position: relative;
  overflow: hidden;
  padding: 80px 0 80px;
}
@media (max-width: 990px) {
  .recent-messages {
    padding: 50px 0 30px;
  }
}
@media (max-width: 480px) {
  .recent-messages {
    padding: 35px 0 20px;
  }
}
.recent-messages:before {
  content: '';
  width: 150px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}
.recent-messages .container {
  position: relative;
}
.recent-messages h2,
.recent-messages h3,
.recent-messages h6,
.recent-messages p {
  color: #23252D;
}
.recent-messages .item-callout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 990px) {
  .recent-messages .item-callout {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.recent-messages .single-item {
  width: calc(33.33% - 30px);
  margin: 15px;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  text-align: left;
}
.recent-messages .single-item:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.recent-messages .single-item .image-block {
  position: relative;
}
.recent-messages .single-item .image-block:after {
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/images/site/play-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
}
.recent-messages .single-item h3 {
  font-size: 16px;
  text-align: left;
}
@media (max-width: 990px) {
  .recent-messages .single-item {
    width: calc(50% - 30px);
  }
  .recent-messages .single-item h3,
  .recent-messages .single-item h6 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .recent-messages .single-item {
    width: calc(100% - 30px);
  }
}
.recent-messages .image-block + .content-block {
  background: transparent;
}
.recent-posts {
  position: relative;
  overflow: hidden;
  padding: 80px 0 80px;
}
@media (max-width: 990px) {
  .recent-posts {
    padding: 50px 0 30px;
  }
}
@media (max-width: 480px) {
  .recent-posts {
    padding: 35px 0 20px;
  }
}
.recent-posts .item-callout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 990px) {
  .recent-posts .item-callout {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.recent-posts p {
  font-size: 12px;
}
.recent-posts .single-item {
  width: calc(33.33% - 30px);
  margin: 15px;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  text-align: left;
  color: #231F20;
}
.recent-posts .single-item:hover {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
  text-decoration: none;
}
.recent-posts .single-item:focus {
  text-decoration: none;
}
.recent-posts .single-item h3 {
  font-size: 16px;
  text-align: left;
}
@media (max-width: 990px) {
  .recent-posts .single-item {
    width: calc(50% - 30px);
  }
  .recent-posts .single-item h3,
  .recent-posts .single-item p,
  .recent-posts .single-item h6 {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .recent-posts .single-item {
    width: calc(100% - 30px);
  }
}
.next-steps-section {
  padding: 150px 0;
  background: #c9d4d3;
}
@media (max-width: 1200px) {
  .next-steps-section {
    padding: 50px 0 100px;
  }
}
@media (max-width: 990px) {
  .next-steps-section {
    padding: 50px 0 100px;
  }
}
@media (max-width: 480px) {
  .next-steps-section {
    padding: 35px 0;
  }
}
.next-steps-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 480px) {
  .next-steps-section .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.next-steps-section .left-image {
  min-width: 580px;
  max-width: 580px;
  margin-top: -100px;
}
.next-steps-section .left-image img {
  max-width: 100%;
}
@media (max-width: 1200px) {
  .next-steps-section .left-image {
    min-width: 45%;
    max-width: 45%;
    margin-top: -50px;
  }
}
@media (max-width: 990px) {
  .next-steps-section .left-image {
    min-width: 75%;
    max-width: 75%;
    margin-bottom: 100px;
  }
}
@media (max-width: 580px) {
  .next-steps-section .left-image {
    min-width: 90%;
    max-width: 90%;
    margin-top: -50px;
  }
}
@media (max-width: 480px) {
  .next-steps-section .left-image {
    min-width: 100%;
    max-width: 100%;
    margin: 0;
  }
}
.next-steps-section .steps-section {
  margin-left: -160px;
  margin-bottom: -100px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding: 80px;
  background: #fff;
  -webkit-box-shadow: 0 10px 15px 0 rgba(187, 187, 187, 0.25);
          box-shadow: 0 10px 15px 0 rgba(187, 187, 187, 0.25);
  position: relative;
}
.next-steps-section .steps-section .what-yours {
  position: absolute;
  bottom: 100px;
  left: 100px;
  -webkit-transform: translate(-100%, -100%) rotate(-90deg);
          transform: translate(-100%, -100%) rotate(-90deg);
}
@media (max-width: 1200px) {
  .next-steps-section .steps-section .what-yours {
    left: 70px;
    bottom: 50px;
  }
}
@media (max-width: 580px) {
  .next-steps-section .steps-section .what-yours {
    display: none;
  }
}
.next-steps-section .steps-section ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1.5%;
  margin-right: -1.5%;
  list-style: none;
}
.next-steps-section .steps-section ul li {
  width: 30%;
  margin: 1.5%;
}
.next-steps-section .steps-section ul li a {
  display: block;
  border-radius: 0;
  border: 1px solid #000;
  line-height: 2.6;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  font-size: 12px;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.next-steps-section .steps-section ul li a:hover {
  background: #000;
  color: #fff;
}
@media (max-width: 990px) {
  .next-steps-section .steps-section ul li {
    width: 47%;
  }
}
@media (max-width: 480px) {
  .next-steps-section .steps-section ul li {
    width: 100%;
    margin: 0 0 10px;
  }
}
@media (max-width: 1200px) {
  .next-steps-section .steps-section {
    margin-left: -80px;
    margin-bottom: -50px;
    padding: 30px 40px ;
  }
}
@media (max-width: 990px) {
  .next-steps-section .steps-section {
    margin-left: -50%;
    margin-top: 100px;
  }
}
@media (max-width: 580px) {
  .next-steps-section .steps-section {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 90%;
            flex: 1 0 90%;
    margin-left: -80%;
    margin-top: 100px;
  }
}
@media (max-width: 480px) {
  .next-steps-section .steps-section {
    margin: -10% 5% 0;
  }
}
.vission-section {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.vission-section .left-content {
  width: 40%;
  padding-top: 100px;
  padding-left: calc((100vw - 1170px) / 2);
}
@media (max-width: 1200px) {
  .vission-section .left-content {
    padding-left: calc((100vw - 970px) / 2);
  }
}
@media (max-width: 990px) {
  .vission-section .left-content {
    padding-top: 50px;
    padding-left: 20px;
  }
}
@media (max-width: 580px) {
  .vission-section .left-content {
    margin-top: 20px;
    padding-right: 20px;
  }
}
.vission-section .right-content {
  width: 60%;
  padding: 100px 0;
  position: relative;
}
.vission-section .right-content h2 {
  font-weight: 400;
}
.vission-section .right-content:before {
  content: '';
  width: 85%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%) skew(-30deg);
          transform: translateX(-50%) skew(-30deg);
  background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #40dbcc), color-stop(50%, #40dbcc), color-stop(50%, #13ce6b), to(#13ce6b));
  background-image: linear-gradient(to left, #40dbcc 0, #40dbcc 50%, #13ce6b 50%, #13ce6b 100%);
  z-index: -1;
}
@media (max-width: 1800px) {
  .vission-section .right-content:before {
    width: 100%;
  }
}
@media (max-width: 1400px) {
  .vission-section .right-content:before {
    width: 100%;
    -webkit-transform: translateX(-50%) skew(-20deg);
            transform: translateX(-50%) skew(-20deg);
  }
}
@media (max-width: 1200px) {
  .vission-section .right-content:before {
    width: 120%;
  }
}
@media (max-width: 990px) {
  .vission-section .right-content:before {
    width: 100%;
  }
}
@media (max-width: 359px) {
  .vission-section .right-content:before {
    width: 120%;
  }
}
@media (max-width: 990px) {
  .vission-section .left-content {
    padding-top: 0;
    margin-bottom: 30px;
  }
  .vission-section .left-content,
  .vission-section .right-content {
    width: 100%;
  }
}
.vission-section .quote-section {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
.vission-section .quote-section:before,
.vission-section .quote-section:after {
  content: '';
  width: 41px;
  height: 41px;
  display: block;
  position: absolute;
  background-image: url(/images/site/quote-icon.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.vission-section .quote-section:before {
  top: 0;
  left: 0;
  -webkit-transform: translate(-100%, -100%);
          transform: translate(-100%, -100%);
}
.vission-section .quote-section:after {
  bottom: 0;
  right: 0;
  -webkit-transform: translate(100%, 100%);
          transform: translate(100%, 100%);
}
@media (max-width: 640px) {
  .vission-section .quote-section {
    max-width: 60%;
  }
  .vission-section .quote-section:before {
    -webkit-transform: translate(-120%, 0);
            transform: translate(-120%, 0);
  }
  .vission-section .quote-section:after {
    -webkit-transform: translate(120%, 0);
            transform: translate(120%, 0);
  }
}
@media (max-width: 480px) {
  .vission-section .quote-section:before,
  .vission-section .quote-section:after {
    width: 20px;
    height: 20px;
  }
}
.vission-section .link {
  text-decoration: underline;
  color: #000;
}
.feature-image-content {
  position: relative;
  padding-right: 20%;
  background: #000;
  overflow: hidden;
}
.feature-image-content img {
  width: 100%;
}
.feature-image-content:after {
  content: '';
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, right top, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, #000000, rgba(0, 0, 0, 0));
  display: block;
  position: absolute;
  top: 0;
  right: 20%;
}
@media (max-width: 990px) {
  .feature-image-content {
    padding-right: 0;
  }
  .feature-image-content:after {
    right: 0;
    display: none;
  }
}
.feature-image-content .content-block {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20%;
  max-width: 600px;
  display: block;
  text-align: center;
  z-index: 1;
}
.feature-image-content .content-block h2,
.feature-image-content .content-block p {
  color: #fff;
  margin-bottom: 30px;
}
@media (max-width: 990px) {
  .feature-image-content .content-block {
    right: 50%;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    position: static;
    padding: 20px;
    margin: 0 auto;
    max-width: 100%;
  }
  .feature-image-content .content-block:after {
    content: '';
    width: 100%;
    height: 160%;
    background-image: radial-gradient(rgba(0, 0, 0, 0), #000000);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-99%);
            transform: translateY(-99%);
  }
}
.feature-image-content .btn {
  color: #fff;
  margin-bottom: 30px;
}
.feature-image-content .btn:hover {
  color: #000;
}
.cources-section {
  padding: 100px 0;
}
@media (max-width: 990px) {
  .cources-section {
    padding: 50px 0 30px;
  }
}
@media (max-width: 480px) {
  .cources-section {
    padding: 35px 0 20px;
  }
}
.cources-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cources-section .content-block {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  padding: 40px 80px;
  background: #c9d4d3;
  -webkit-box-shadow: 0 10px 15px 0 rgba(187, 187, 187, 0.25);
          box-shadow: 0 10px 15px 0 rgba(187, 187, 187, 0.25);
  position: relative;
}
@media (max-width: 990px) {
  .cources-section .content-block {
    padding: 20px;
  }
}
.cources-section .image-block {
  min-width: 50%;
  max-width: 50%;
}
.cources-section .link {
  color: rgba(0, 0, 0, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cources-section .link:after {
  content: '';
  background-image: url(/images/site/plus-icon-sprite.png);
  width: 13px;
  height: 13px;
  background-position: top center;
  margin-left: 5px;
}
.cources-section .link:hover {
  color: #40DBCC;
}
.cources-section .link:hover:after {
  background-position: bottom center;
}
@media (max-width: 640px) {
  .cources-section .container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .cources-section .image-block {
    min-width: 100%;
    max-width: 100%;
  }
  .cources-section .content-block {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 90%;
            flex: 1 0 90%;
    margin: 0 5% -5%;
  }
}
footer {
  background-color: #343538;
  padding: 80px 0;
}
@media (max-width: 990px) {
  footer {
    padding: 50px 0;
  }
}
@media (max-width: 480px) {
  footer {
    padding: 35px 0;
  }
}
footer .top-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 30px;
}
footer .top-footer .left-resources {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
footer .top-footer .left-resources ul {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .top-footer .left-resources ul li {
  width: 100%;
}
footer .top-footer .left-resources ul li a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  margin: 0;
}
footer .top-footer .socials {
  width: 24%;
}
footer .top-footer .socials ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .top-footer .socials ul li i {
  color: #fff;
}
footer .top-footer .socials ul li + li {
  margin-left: 20px;
}
footer .top-footer h4 {
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  footer .top-footer h4 {
    margin-bottom: 10px;
  }
  footer .top-footer .left-resources {
    width: 100%;
    text-align: center;
  }
  footer .top-footer .left-resources ul {
    width: 100%;
    margin-bottom: 15px;
  }
  footer .top-footer .socials {
    width: 100%;
    text-align: center;
  }
  footer .top-footer .socials ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
footer .bottom-footer {
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
footer .footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .footer-contact .logo-section,
footer .footer-contact .address-section,
footer .footer-contact .contact-number,
footer .footer-contact .contact-page {
  width: 24%;
}
@media (max-width: 640px) {
  footer .footer-contact .logo-section,
  footer .footer-contact .address-section,
  footer .footer-contact .contact-number,
  footer .footer-contact .contact-page {
    width: 33%;
    text-align: center;
  }
}
@media (max-width: 480px) {
  footer .footer-contact .logo-section,
  footer .footer-contact .address-section,
  footer .footer-contact .contact-number,
  footer .footer-contact .contact-page {
    width: 100%;
    margin-bottom: 20px;
  }
}
footer .footer-contact .logo-section img {
  max-width: 90%;
}
@media (max-width: 640px) {
  footer .footer-contact .logo-section {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  footer .footer-contact .logo-section img {
    max-width: 150px;
  }
}
footer .footer-contact p,
footer .footer-contact a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 12px;
  margin: 0;
}
@-webkit-keyframes animation-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes animation-rotate {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.inline {
  display: inline-block;
}
.sign-up-block {
  background-color: #c9d4d3;
  padding: 50px 0;
  text-align: center;
}
.sign-up-block input[type="text"],
.sign-up-block input[type="email"],
.sign-up-block input[type="password"] {
  border: 0;
}
.sign-up-block.home {
  background-color: #FFF;
}
.sign-up-block.home input[type="text"],
.sign-up-block.home input[type="email"],
.sign-up-block.home input[type="password"] {
  border: 1px solid #000;
}
.sign-up-block .sign-up-btn {
  -webkit-appearance: none;
  cursor: pointer;
  font-family: arial, sans-serif;
  font-size: 14px;
  text-align: center;
  background: #00ab51 !important;
  border: 1px solid #00ab51 !important;
  color: #fff !important;
  padding: 9px 12px !important;
  outline: 0;
  white-space: nowrap;
}
.sign-up-block .c-input {
  display: inline-block;
  width: 270px;
}
@media (max-width: 480px) {
  .sign-up-block .c-input {
    width: 220px;
  }
}
@media (max-width: 359px) {
  .sign-up-block .c-input {
    width: 170px;
  }
}
.sign-up-block .c-btn {
  display: inline-block;
  text-align: center;
  margin: 0;
  margin-left: -4px;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: none;
  padding: 20px 30px;
  text-transform: uppercase;
  position: relative;
}
.sign-up-block .c-btn:hover,
.sign-up-block .c-btn:focus {
  background-color: #8CB4F5;
}
.sign-up-block .c-btn--loading .c-btn__btn-text {
  opacity: 0;
}
.sign-up-block .c-btn--loading:after {
  margin: -13px 0 0 -13px;
  width: 24px;
  height: 24px;
  position: absolute;
  left: 50%;
  top: 50%;
  content: '';
  border-radius: 24px;
  background-clip: padding-box;
  border: rgba(255, 255, 255, 0.25) 2px solid;
  border-top-color: white;
  -webkit-animation: animation-rotate 750ms linear infinite;
          animation: animation-rotate 750ms linear infinite;
}
.sign-up-block .c-form {
  margin-bottom: 15px;
}
.sign-up-block .c-error {
  color: #F44336;
}
.sign-up-block form#_form_5C56DBDB4D3CB_ {
  background: none !important;
  text-align: center;
}
.sign-up-block ._error {
  display: block;
  position: absolute;
  font-size: 13px;
  z-index: 10000001;
}
.sign-up-block ._error._above {
  padding-bottom: 4px;
  bottom: 39px;
  left: 30PX;
}
.sign-up-block ._error._above ._error-arrow {
  top: auto;
  bottom: 0;
  left: 15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #f37c7b;
  width: 11px;
  margin-left: 5px;
  position: absolute;
}
.sign-up-block ._error._below {
  padding-top: 4px;
  top: 100%;
  left: 50px;
}
.sign-up-block ._error._below ._error-arrow {
  top: 0;
  left: 15px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #f37c7b;
  width: 11px;
  margin-left: 5px;
}
.sign-up-block ._error ._error-inner {
  padding: 8px 12px;
  background-color: #f37c7b;
  font-size: 13px;
  font-family: arial, sans-serif;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}
.sign-up-block ._form-thank-you {
  color: #00ab51;
  font-size: 32px;
}
._form-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
}
._form-title {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
._form-label {
  display: none !important;
}
._form_element {
  display: none;
}
._form_element._x15372683 {
  display: block;
  width: 100% !important;
}
._form_element._x86979720 {
  display: block;
  width: 100% !important;
}
._form_element._x12952815 {
  display: block;
  width: calc(70% - 75px) !important;
  text-align: center !important;
}
._form_element._button-wrapper {
  width: auto !important;
  min-width: 75px !important;
  max-width: 75px !important;
}
._form_11 {
  max-width: 500px;
  margin: 0 auto;
}
._form_11 style {
  display: none;
}
input[type="text"],
input[type="email"],
input[type="password"] {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  border-radius: 0;
  height: auto;
  border: 0;
  color: #000 !important;
  font-size: 13px;
  border: 1px solid #000;
}
button {
  -webkit-appearance: none;
  cursor: pointer;
  font-family: arial, sans-serif;
  font-size: 14px;
  text-align: center;
  background: #00ab51 !important;
  border: 1px solid #00ab51 !important;
  color: #fff !important;
  padding: 9px 12px !important;
  outline: 0;
  white-space: nowrap;
}
button:hover {
  background: #231f20 !important;
  border-color: #231f20 !important;
  color: #fff;
}
div.error-inner {
  color: red;
  font-size: 13px;
}
.watch-banner {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.watch-banner .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
@media (max-width: 990px) {
  .watch-banner {
    padding: 30px 0;
  }
  .watch-banner .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.watch-banner.style-1 {
  padding-top: 150px;
}
.watch-banner.style-1 .container {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.watch-banner.style-1:before {
  content: "";
  width: 70%;
  height: 140%;
  display: block;
  position: absolute;
  top: -40%;
  left: -10%;
  border-radius: 80px;
  -webkit-transform: skew(-20deg);
          transform: skew(-20deg);
  background-color: #4bc4d4;
}
@media (max-width: 990px) {
  .watch-banner.style-1:before {
    width: 105%;
  }
}
.watch-banner .content-block {
  padding: 20px;
}
.watch-banner .content-block h2 {
  margin-bottom: 15px;
  font-weight: 800;
  color: #231f20;
}
.watch-banner .content-block a {
  color: #231f20;
}
.watch-banner .content-block a:hover {
  color: #00ab51;
}
.watch-banner .content-block .btn {
  font-weight: 700;
}
.watch-banner .content-block p {
  font-size: 1.3em;
  font-weight: 100;
  margin-bottom: 0;
}
.watch-banner .content-block p + p {
  margin-top: 20px;
}
.watch-banner .content-block .form-block .form-wrapper {
  padding-top: 20px;
}
.watch-banner .content-block .form-block .d-flex {
  margin-bottom: 20px;
}
.watch-banner .content-block .form-block input.text {
  padding: 15px;
  font-size: 18px;
}
.watch-banner .content-block .form-block .field-group.checkboxes {
  text-align: center;
}
.watch-banner .content-block .form-block label {
  font-size: 18px;
}
.watch-banner .content-block .form-block input.btn {
  border-color: #231f20;
  background-color: #231f20;
  width: 100%;
  padding: 15px;
  color: #fff;
  font-size: 18px;
}
.watch-banner .content-block .form-block button.fb-link {
  font-size: 18px !important;
  padding: 15px !important;
  width: 100%;
  border-color: #c9d4d3 !important;
  background-color: #c9d4d3 !important;
  color: #231f20 !important;
}
.watch-banner .content-block .form-block .extra-links a {
  font-size: 18px;
  line-height: 2;
  text-decoration: underline;
}
.watch-banner img {
  max-width: 100%;
  height: auto;
}
.watch-banner a.btn {
  color: #231f20;
  background-color: #fff;
}
.watch-banner a.btn:hover {
  background: #00ab51;
  color: #231f20;
}
.watch-banner.style-2 .content-block {
  text-align: center;
}
.watch-banner.style-2 .content-block *:not(.btn) {
  color: #231f20;
}
.watch-banner.style-2 .btn {
  background-color: #00ab51;
  color: #fff;
  border: 0;
}
.watch-services {
  padding-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 990px) {
  .watch-services {
    padding-bottom: 30px;
  }
}
.watch-services .container .services-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}
.watch-services .container .services-wrapper > * {
  padding: 20px;
}
.watch-services .container .services-wrapper h3 {
  margin: 0;
  margin-bottom: 20px;
  font-size: 26px;
}
.watch-services .container .services-wrapper .shadow {
  -webkit-box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  height: 100%;
}
.video-player-section {
  padding: 100px 0;
  background-color: #4bc4d4;
}
.video-player-section .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1000px;
}
.video-player-section .image-section {
  width: 33.33%;
}
.video-player-section .image-section img {
  width: 100%;
}
.video-player-section .content-section {
  width: 50%;
}
.video-player-section *:not(.btn) {
  color: #fff;
}
@media (max-width: 990px) {
  .video-player-section {
    padding: 50px 0;
  }
  .video-player-section .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .video-player-section .image-section {
    width: 60%;
  }
  .video-player-section .content-section {
    width: 80%;
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .video-player-section {
    padding: 30px 0;
  }
  .video-player-section .image-section {
    width: 100%;
  }
  .video-player-section .content-section {
    width: 100%;
    margin-bottom: 30px;
  }
}
.video-player-section h2 {
  font-weight: 700;
  margin-bottom: 20px;
}
.video-player-section ul {
  padding-left: 20px;
  list-style: decimal;
}
.video-player-section .btn {
  background-color: #fff;
  color: #231f20;
  font-weight: 700;
}
.visit-link {
  background-color: #231f20;
  padding: 150px 0;
  text-align: center;
}
@media (max-width: 990px) {
  .visit-link {
    padding: 50px 0;
  }
}
.visit-link h2 {
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
}
.visit-link .btn {
  /*background-image: linear-gradient(to right, #231f20 10%, #4bc4d4 10%, #4bc4d4 90%, #231f20 90%);*/
  background: #4bc4d4;
  color: #fff;
  font-weight: 700;
  border: 0;
}
.visit-link .btn:hover {
  /*background-image: linear-gradient(to right, #231f20 10%, #fff 10%, #fff 90%, #231f20 90%);*/
  background: #fff;
  color: #4bc4d4;
}
.watch-popup {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 999;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.watch-popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.watch-popup-wrapper {
  width: 90%;
  max-width: 640px;
  height: auto;
  max-height: 70vh;
  overflow: auto;
  position: relative;
  background-color: #fff;
}
.watch-popup .button-tabbing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
.watch-popup .button-tabbing a {
  width: 50%;
  padding: 15px;
  background-color: #c9d4d3;
  color: #231f20;
  font-size: 21px;
  font-weight: 700;
}
.watch-popup .button-tabbing a.active {
  background-color: #fff;
}
@media (max-width: 640px) {
  .watch-popup .button-tabbing a {
    font-size: 17px;
  }
}
.watch-popup h2 {
  font-size: 24px;
  font-weight: 700;
  color: #231f20;
  margin-bottom: 0;
}
@media (max-width: 640px) {
  .watch-popup h2 {
    font-size: 20px;
  }
}
.watch-popup h3 {
  font-size: 19px;
  color: #231f20;
  line-height: 1;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 400;
}
@media (max-width: 640px) {
  .watch-popup h3 {
    font-size: 17px;
  }
}
.watch-popup .form-wrapper {
  max-width: 80%;
  margin: 0 auto;
}
.watch-popup .form-wrapper form {
  margin-bottom: 20px;
}
.watch-popup .form-wrapper .d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin-left: -7px;
  margin-right: -7px;
}
.watch-popup .form-wrapper .d-flex .col {
  margin: 7px;
  width: 100%;
}
@media (max-width: 480px) {
  .watch-popup .form-wrapper .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.watch-popup .form-wrapper .btn {
  width: 100%;
  text-align: center;
  background-color: #00ab51;
  color: #fff;
  font-weight: 700;
}
.watch-popup .form-wrapper .btn.fb-link {
  background-color: #c9d4d3 !important;
  color: #231f20 !important;
  border: 0 !important;
}
.watch-popup .form-wrapper input.text {
  border-color: #c9d4d3 !important;
  font-size: 18px;
}
.watch-popup-wrapper .signup-popup,
.watch-popup-wrapper .signin-popup {
  display: none;
}
.watch-popup-wrapper .signup-popup.active,
.watch-popup-wrapper .signin-popup.active {
  display: block;
}
.watch-slider {
  padding-top: 20px;
}
.watch-slider .title-block h2,
.watch-slider .title-block h3 {
  letter-spacing: 3px;
  margin-bottom: 20px;
}
.watch-slider .carousel {
  /*.slick-next {
            right: 50px;
        }

        .slick-prev {
            left: 50px;
        }*/
}
.watch-slider .carousel img {
  width: 100%;
}
.watch-slider .carousel .slick-prev,
.watch-slider .carousel .slick-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}
.watch-slider .carousel .slick-prev .fa,
.watch-slider .carousel .slick-next .fa {
  font-size: 85px;
  color: #D5D5D5;
}
.watch-slider .carousel .slick-next {
  right: -80px;
}
.watch-slider .carousel .slick-prev {
  left: -80px;
}
@media (max-width: 990px) {
  .watch-slider .carousel .slick-prev {
    left: 30px;
  }
  .watch-slider .carousel .slick-next {
    right: 30px;
  }
}
@media (max-width: 640px) {
  .watch-slider .carousel .slick-prev {
    left: 10px;
  }
  .watch-slider .carousel .slick-next {
    right: 10px;
  }
}
@media (max-width: 580px) {
  .watch-slider .carousel .slick-prev {
    left: 5px;
  }
  .watch-slider .carousel .slick-next {
    right: 5px;
  }
}
@media (max-width: 1200px) {
  .watch-slider .carousel {
    padding: 0 40px;
  }
}
.search-bar {
  padding: 36px 0;
  background-color: #00ab51;
}
.search-bar .container {
  max-width: 580px;
}
.search-bar form {
  position: relative;
}
.search-bar input.text {
  width: 100%;
  padding-left: 30px;
  border: 0;
  border-bottom: 2px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
}
.search-bar ::-webkit-input-placeholder {
  color: #ffffff;
}
.search-bar ::-moz-placeholder {
  color: #ffffff;
}
.search-bar :-ms-input-placeholder {
  color: #ffffff;
}
.search-bar :-moz-placeholder {
  color: #ffffff;
}
.search-bar input.submit {
  position: absolute;
  left: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background-image: url(../../fw/img/search-icon.jpg);
  background-repeat: no-repeat;
  font-size: 0;
  background-color: transparent;
  border: 0;
}
.testimony-page.inner-banner {
  text-align: center;
  min-height: 600px;
}
.testimony-page.inner-banner img {
  height: 600px;
}
.testimony-page.inner-banner a.btn {
  margin: 0 auto;
}
.content-testimonials-section {
  margin-top: 50px;
}
.video-testimonials-section {
  padding: 50px 0;
  margin-bottom: 50px;
}
.video-testimonials-section .title-caption {
  width: 80%;
}
.video-testimonials-section .latest-video-testimony {
  margin-bottom: 50px;
}
.video-testimonials-section .container {
  text-align: center;
}
.video-testimonials-section h2 {
  margin-bottom: 10px;
}
.video-testimonials-section .testimony-other-videos {
  margin-bottom: 50px;
  text-align: left;
}
.video-testimonials-section .testimony-other-videos .video-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}
.video-testimonials-section .testimony-other-videos h2 {
  font-size: 20px;
  margin-bottom: 5px;
}
.testimony-title-block {
  text-align: center;
  margin-bottom: 50px;
}
.written-testimonies {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.written-testimonies .col-md-4 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.written-testimonies h3 {
  text-align: left;
  font-size: 30px;
  margin: 0;
  margin-bottom: 15px;
}
.written-testimonies h3 a {
  color: inherit;
}
.testimony-btn.btn {
  border-width: 2px;
  border-color: #000;
  color: #000;
}
.testimony-btn.btn:hover {
  background-color: #000;
  color: #fff;
}
.video-wrap {
  padding-top: 56.25%;
  position: relative;
}
.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.testimony-categories {
  padding: 50px 0;
  text-align: center;
}
.testimony-categories p {
  margin-bottom: 30px;
}
.testimony-categories a.btn {
  margin: 5px;
}
.submit-testimony {
  padding: 100px 0;
  background-color: #00ab51;
  text-align: center;
}
.submit-testimony h2 {
  color: #fff;
  margin-bottom: 40px;
  font-weight: 400;
}
.submit-testimony .btn {
  background-color: #fff;
  font-weight: 700;
  text-transform: none;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.media-list .list .item .description .tags {
  position: initial !important;
}

/*# sourceMappingURL=maps/style.css.map */
