/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@media (min-width: 1400px) {
  .container {
    width: 1350px;
  }
}
.customize-support #header, .customize-support #hero, .customize-support #hero-video {
  top: 32px;
}
.customize-support #slider, .customize-support #slider ul, .customize-support #slider ul li, .customize-support #hero-video, .customize-support #hero-video .video-container {
  /*height: calc(85vh - 32px);*/
}
.customize-support #hero-video .video-container {
  /*padding-bottom: calc(100vh - 32px);*/
}
.alignleft, img.alignleft {
  display: inline;
  float: left;
  margin-right: 15px;
  margin-top: 4px;
}
.alignright, img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
  margin-top: 4px;
}
.aligncenter, img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 10px;
}
.attachment-large {
  width: 100% !important;
  height: auto !important;
}
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
body {
  font-family: 'Assistant', sans-serif;
  font-size: 16px;
  color: #555;
  font-weight: 400;
  overflow-x: hidden;
}
body.noscroll {
  max-height: 100vh;
  overflow: hidden;
  position: fixed !important;
  width: 100vw;
}
h1, h2, h3, h4 {
  color: #333e48;
  font-weight: 700;
}
h1 {
  font-size: 30px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 24px;
  }
}
h2 {
  font-size: 25px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 20px;
  }
}
h3 {
  font-size: 20px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 18px;
  }
}
p {
  margin: 0;
  font-size: 16px;
  line-height: 32px;
}
a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #143e68;
}
a:hover, a:active, a:focus {
  outline: none;
  border: 0 none;
}
p.lead {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Assistant', sans-serif;
  padding-top: 30px;
}
article h2, article h3, article h4, article h5 {
  margin: 0;
  padding: 30px 0 0 0;
}
article p, article ul, article ol, article blockquote {
  padding-top: 30px;
  font-size: 16px;
  line-height: 24px;
}
article blockquote {
  padding: 10px 20px;
  margin: 30px 0 0 0;
}
article blockquote p {
  padding-top: 0;
}
article ul {
  list-style: none;
  padding: 15px 0 0 0;
  margin: 0 0 0 10px;
}
article ul li:before {
  content: "•";
  font-size: 140%;
  color: #1f8897;
  margin-right: 10px;
  margin-top: 5px;
}
article ol {
  padding: 15px 0 0 0;
  margin: 0 0 0 25px;
}
article h2 + p, article h3 + p, article h4 + p, article h5 + p {
  padding-top: 5px;
}
.delegate-link {
  cursor: pointer;
}
.btn {
  -webkit-border-radius: 30px;
  border-radius: 30px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  padding: 8px 25px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  color: #464646;
}
.btn.btn-default {
  color: #689946;
  border-color: #689946;
}
.btn.btn-default:hover {
  background-color: #689946;
  color: #fff;
}
.btn.btn-ghost {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 24px;
}
.btn.btn-ghost:hover, .btn.btn-ghost:focus, .btn.btn-ghost:active {
  background: #fff;
  color: #c50a54;
}
.btn.btn-ghost .fa {
  margin: 0 0 0 10px;
}
.btn .fa {
  margin-right: 10px;
  font-size: 13px;
}
.btn:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.separator {
  width: 65px;
  height: 8px;
  background: #fff;
}
@media (max-width: 767px) {
  .separator {
    height: 3px;
  }
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  padding: 20px 0 20px 30px;
}
#header:after {
  content: '';
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.85;
  -webkit-box-shadow: inset -40px 125px 60px -60px rgba(22, 41, 54, .8);
  -moz-box-shadow: inset -40px 125px 60px -60px rgba(22, 41, 54, .8);
  box-shadow: inset -40px 125px 60px -60px rgba(22, 41, 54, .8);
  background: transparent;
}
#header #logo {
  float: left;
}
#header #logo img {
  height: 85px;
}
@media (max-width: 767px) {
  #header #logo img {
    height: 50px;
  }
  #header #logo img .cls-1-logo {
    fill: #333;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  #header #logo {
    margin-left: 20px;
  }
}
#header #menu-wrapper {
  float: right;
  margin: 25px 25px 0 0;
}
#header #menu-wrapper #top-nav {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
#header #menu-wrapper #top-nav li {
  display: inline-block;
  margin: 11px 0 10px 15px;
}
#header #menu-wrapper #top-nav li a {
  color: #fff;
  display: block;
  font-size: 16px;
}
#header #menu-wrapper #top-nav li.teamwork {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.87 17.87'><path fill='%23143e68' d='M8.93,0a8.93,8.93,0,1,0,8.93,8.93A8.93,8.93,0,0,0,8.93,0Zm0,17.21a8.14,8.14,0,1,1,8.14-8.14,8.15,8.15,0,0,1-8.14,8.14Zm0,0'/><path fill='%23143e68' d='M8.93,2.12A7,7,0,0,0,2,8.37H8.65l-.51-.51a.64.64,0,0,1,.91-.91l1.61,1.61h0l.46.45-.46.46h0L9.16,11a.64.64,0,1,1-.91-.91l.4-.4H2A6.95,6.95,0,1,0,8.93,2.12Zm0,0'/></svg>");
  background-repeat: no-repeat;
  background-position: center right 6px;
  background-color: #fff;
  background-size: 18px;
}
#header #menu-wrapper #top-nav li.teamwork a {
  color: #143e68;
  text-transform: uppercase;
  padding: 3px 30px 3px 6px;
}
#header #menu-wrapper .main-nav {
  float: left;
}
#header #menu-wrapper .main-nav * {
  -webkit-transition: ease-in 0.3s all;
  -moz-transition: ease-in 0.3s all;
  -ms-transition: ease-in 0.3s all;
  -o-transition: ease-in 0.3s all;
  transition: ease-in 0.3s all;
}
#header #menu-wrapper .main-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: right;
}
#header #menu-wrapper .main-nav ul li {
  display: inline-block;
  float: left;
  padding-right: 40px;
}
#header #menu-wrapper .main-nav ul li a {
  font-family: 'Assistant', sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  padding: 15px 0px 15px 10px;
  display: inline-block;
  text-decoration: none;
  position: relative;
  transition: all 0.5s;
  letter-spacing: 1.5px;
}
#header #menu-wrapper .main-nav ul li .fa {
  color: #fff;
  font-size: 13px;
  margin-left: 5px;
}
#header #menu-wrapper .main-nav ul li.home {
  display: none;
}
#header #menu-wrapper .main-nav ul li:last-child {
  margin-right: 0;
}
#header #menu-wrapper .main-nav ul li:hover > a {
  color: #222;
}
#header #menu-wrapper .main-nav ul li:hover {
  background: rgba(255, 255, 255, .8);
}
#header #menu-wrapper .main-nav ul li:hover ul {
  height: auto;
  visibility: visible;
  opacity: 1;
}
#header #menu-wrapper .main-nav ul li.dropdown a:after {
  display: none !important;
}
#header #menu-wrapper .main-nav ul li ul {
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
  background: rgba(255, 255, 255, .8);
  border: 0 none;
  min-width: 250px;
  padding: 10px 0;
  visibility: hidden;
  opacity: 0;
}
#header #menu-wrapper .main-nav ul li ul li {
  display: block;
  float: none;
  margin-right: 0;
  padding: 0;
  text-align: left;
  width: 100%;
}
#header #menu-wrapper .main-nav ul li ul li a {
  color: #222;
  letter-spacing: 1px;
  padding: 5px 10px;
  background: transparent;
  font-size: 12px;
  font-weight: 500;
  display: block;
  width: 100%;
}
#header #menu-wrapper .main-nav ul li ul li a:hover {
  color: #222;
  text-decoration: none;
}
#header #menu-wrapper .main-nav ul li ul li a:after {
  display: none !important;
}
#header #menu-wrapper .main-nav ul li ul li.active a {
  background: #222;
  color: #fff;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #header #menu-wrapper {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  #header #menu-wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  #header {
    -webkit-transition: ease-in 0.3s all;
    -moz-transition: ease-in 0.3s all;
    -ms-transition: ease-in 0.3s all;
    -o-transition: ease-in 0.3s all;
    transition: ease-in 0.3s all;
    padding: 5px 15px;
  }
  #header:after {
    -webkit-box-shadow: inset -40px 95px 40px -60px rgba(22, 41, 54, .8);
    -moz-box-shadow: inset -40px 95px 40px -60px rgba(22, 41, 54, .8);
    box-shadow: inset -40px 95px 40px -60px rgba(22, 41, 54, .8);
  }
  #header #menu-wrapper {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  #header {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .menu-nav-opened #header {
    background: #3d4952;
  }
  .menu-nav-opened #header #logo svg .cls-1-logo {
    fill: #fff;
  }
  .menu-nav-opened #header #top-nav-mobile a {
    color: #fff;
  }
}
#top-nav-mobile {
  list-style: none;
  margin: 0;
  padding: 0;
  display: none;
  text-align: right;
  margin-top: 15px;
  float: right;
}
@media (max-width: 767px) {
  #top-nav-mobile {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #top-nav-mobile {
    display: block;
    margin-right: 20px;
    margin-top: 45px;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  #top-nav-mobile {
    display: block;
    margin-right: 20px;
  }
}
#top-nav-mobile li {
  display: inline-block;
  height: 15px;
  line-height: 15px;
  margin-right: 15px;
}
#top-nav-mobile li a {
  color: #333e48;
  padding: 5px;
}
#top-nav-mobile li:last-child {
  margin: 0;
}
@media (max-width: 320px) {
  #top-nav-mobile li {
    margin-right: 5px;
  }
}
#mobile-nav-trigger {
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: 30px;
  height: 12px;
  position: relative;
  cursor: pointer;
}
#mobile-nav-trigger span {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #fff;
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  opacity: 1;
  right: 0;
}
#mobile-nav-trigger span:nth-child(1) {
  top: 0;
}
#mobile-nav-trigger span:nth-child(2), #mobile-nav-trigger span:nth-child(3) {
  top: 6px;
}
#mobile-nav-trigger span:nth-child(4) {
  top: 12px;
}
#mobile-nav-trigger.open span {
  background: #fff;
}
#mobile-nav-trigger.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}
#mobile-nav-trigger.open span:nth-child(2) {
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile-nav-trigger.open span:nth-child(3) {
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#mobile-nav-trigger.open span:nth-child(4) {
  top: 0;
  width: 0%;
  left: 50%;
}
#mobile-nav {
  background: rgba(51, 63, 73, .95);
  position: absolute;
  top: 0px;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: scroll;
  z-index: 9999;
  -webkit-animation-duration: 0.3s;
  -webkit-animation-delay: 0s;
  padding-top: 120px;
  padding-left: 20px;
}
#mobile-nav #second-nav {
  margin-bottom: 30px;
}
#mobile-nav #second-nav li {
  display: inline-block;
}
#mobile-nav #second-nav li.teamwork {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17.87 17.87'><path fill='%23143e68' d='M8.93,0a8.93,8.93,0,1,0,8.93,8.93A8.93,8.93,0,0,0,8.93,0Zm0,17.21a8.14,8.14,0,1,1,8.14-8.14,8.15,8.15,0,0,1-8.14,8.14Zm0,0'/><path fill='%23143e68' d='M8.93,2.12A7,7,0,0,0,2,8.37H8.65l-.51-.51a.64.64,0,0,1,.91-.91l1.61,1.61h0l.46.45-.46.46h0L9.16,11a.64.64,0,1,1-.91-.91l.4-.4H2A6.95,6.95,0,1,0,8.93,2.12Zm0,0'/></svg>");
  background-repeat: no-repeat;
  background-position: center right 6px;
  background-color: #fff;
  background-size: 18px;
}
#mobile-nav #second-nav li.teamwork a {
  color: #143e68;
  text-transform: uppercase;
  padding: 3px 30px 3px 6px;
}
#mobile-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 0 auto;
}
#mobile-nav ul li {
  color: #fff;
  padding: 10px 15px;
}
#mobile-nav ul li .fa {
  font-size: 20px;
  padding: 0 10px;
}
#mobile-nav ul li a {
  font-family: 'Assistant', sans-serif;
  font-size: 19px;
  font-weight: bold;
  color: #fff;
}
#mobile-nav ul li ul {
  display: none;
  margin: 10px 0 0 0;
}
#mobile-nav ul li ul li {
  padding: 7px 15px;
}
#hero {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 430px;
  background-size: cover !important;
  background-position: center center !important;
  z-index: -1;
}
#hero .page-title {
  z-index: 2;
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
}
#hero .page-title a {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}
#hero .page-title h1 {
  font-size: 46px;
  color: #fff;
  text-transform: uppercase;
  margin: 20px 0;
  font-weight: 600;
  letter-spacing: -0.05px;
}
@media (min-width: 1024px) and (max-width: 1024px) {
  #hero .page-title h1 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  #hero .page-title h1 {
    font-size: 20px;
    margin: 7px 0;
  }
}
@media (max-width: 767px) {
  #hero .page-title {
    bottom: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #hero {
    height: 300px;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  #hero {
    height: 300px;
  }
}
@media (max-width: 767px) {
  #hero {
    height: 200px;
  }
}
#hero #map {
  width: 100%;
  height: 430px;
}
.has-hero {
  margin-top: 430px;
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .has-hero {
    margin-top: 300px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .has-hero {
    margin-top: 300px;
  }
}
@media (max-width: 767px) {
  .has-hero {
    margin-top: 200px;
  }
}
#footer {
  background-color: #162936;
  background-image: url(../images/swoosh.png);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 800px;
  padding-top: 60px;
  padding-bottom: 20px;
}
#footer a {
  color: #000;
}
#footer p {
  margin-bottom: 20px;
  padding: 0;
  line-height: 24px;
  font-size: 12px;
}
#footer a#scroll-top {
  margin-bottom: 60px;
  color: #000;
  display: block;
}
#footer #sm-footer {
  list-style: none;
  margin: 0;
  padding: 0;
  margin: 20px 0;
}
@media (max-width: 767px) {
  #footer #sm-footer {
    margin: 30px 0;
  }
}
#footer #sm-footer li {
  display: inline-block;
  margin-left: 15px;
}
#footer #sm-footer li a {
  color: #fff;
  font-size: 30px;
  opacity: 0.5;
}
#footer #sm-footer li a:hover {
  opacity: 1;
}
#footer .contact-footer li a {
  text-transform: none;
}
@media (max-width: 767px) {
  #footer #newsletter-wrapper {
    margin-bottom: 30px;
  }
}
#footer #socket {
  padding-top: 5px;
  font-size: 12px;
  color: #fff;
  opacity: 0.5;
  font-weight: 100;
  text-align: right;
}
@media (max-width: 767px) {
  #footer #socket {
    text-align: center;
    padding-top: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #footer #socket {
    padding-top: 20px;
    text-align: center;
  }
}
#footer #socket a {
  color: #fff;
}
#footer .menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (max-width: 767px) {
  #footer .menu {
    margin-bottom: 30px;
  }
}
#footer .menu li {
  margin-bottom: 5px;
}
#footer .menu li.highlight {
  background: rgba(255, 255, 255, .7);
}
#footer .menu li.highlight a {
  color: #1f8897;
  text-transform: none !important;
}
#footer .menu li.highlight:hover {
  background: #1f8897;
}
#footer .menu li.highlight:hover a {
  color: #fff;
}
#footer .menu li a {
  font-size: 12px;
  color: #fff;
  opacity: 0.7;
  text-transform: uppercase;
  padding: 7px 15px;
  display: block;
}
#footer .menu li a:hover {
  opacity: 1;
  text-decoration: none;
}
#footer .menu#menu-footer-third li {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.99 37.99'><g><g><path fill='%23fff' d='M36.8,0H20.18a1.19,1.19,0,1,0,0,2.37H35.62V35.62H20.18a1.19,1.19,0,1,0,0,2.37H36.8A1.19,1.19,0,0,0,38,36.8V1.19A1.19,1.19,0,0,0,36.8,0Zm0,0'/><path fill='%23fff' d='M19.46,26.47a1.21,1.21,0,0,0,0,1.7,1.18,1.18,0,0,0,1.68,0l8.19-8.31a1.22,1.22,0,0,0,0-1.7L21.14,9.85a1.18,1.18,0,0,0-1.68,0,1.21,1.21,0,0,0,0,1.7l6.17,6.26H1.19a1.2,1.2,0,0,0,0,2.4H25.63Zm0,0'/></g></g></svg>");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center right;
  margin-bottom: 10px;
}
#footer .menu#menu-footer-third li a {
  width: 50%;
  display: block;
  opacity: 1;
}
#footer .contact a {
  color: #1f8897;
}
#footer .footer-navs-wrapper {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  #footer .footer-navs-wrapper {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  #footer #footer-logo {
    height: 50px;
    margin: 0 auto;
    display: block;
  }
}
#slider, #slider ul, #slider ul li {
  height: 1170px;
  width: 100vw;
}
@media (max-width: 767px) {
  #slider, #slider ul, #slider ul li {
    min-height: 100vh;
  }
}
#slider ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#slider ul li {
  background-size: cover !important;
  background-position: center center !important;
  position: relative;
}
#slider .img {
  -webkit-transition: all 5s ease-in-out;
  -moz-transition: all 5s ease-in-out;
  -ms-transition: all 5s ease-in-out;
  -o-transition: all 5s ease-in-out;
  transition: all 5s ease-in-out;
  background-size: cover !important;
  width: 100vw;
  height: 100%;
  -webkit-filter: grayscale(80%);
  filter: grayscale(80%);
  /*transform: scale(1.2, 1.2);*/
}
#slider .slide-content {
  -moz-transform: translate(0, -35%);
  -o-transform: translate(0, -35%);
  -ms-transform: translate(0, -35%);
  -webkit-transform: translate(0, -35%);
  transform: translate(0, -35%);
  position: absolute;
  top: 350px;
  left: 0;
  width: 100%;
  z-index: 999;
}
#slider .slide-content .caption-border {
  border-left: 1px solid #fff !important;
}
@media (max-width: 767px) {
  #slider .slide-content {
    -moz-transform: translate(0, -10%);
    -o-transform: translate(0, -10%);
    -ms-transform: translate(0, -10%);
    -webkit-transform: translate(0, -10%);
    transform: translate(0, -10%);
    top: 10%;
  }
}
#slider .slide-content .container {
  max-width: 70vw;
}
@media (max-width: 767px) {
  #slider .slide-content .container {
    max-width: 100vw;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #slider .slide-content .container {
    max-width: 100vw;
  }
}
@media (min-width: 1441px) {
  #slider .slide-content .container {
    max-width: 90vw;
  }
}
#slider .slide-content .slide-title, #slider .slide-content a {
  color: #fff;
  text-align: left;
}
@media (max-width: 767px) {
  #slider .slide-content .slide-title, #slider .slide-content a {
    text-align: left !important;
  }
}
#slider .slide-content a {
  font-weight: 700;
}
#slider .slide-content .slide-text {
  -moz-transform: translate(0, 10px);
  -o-transform: translate(0, 10px);
  -ms-transform: translate(0, 10px);
  -webkit-transform: translate(0, 10px);
  transform: translate(0, 10px);
  -webkit-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
}
#slider .slide-content .slide-title {
  -moz-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 1.5s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: right;
  line-height: 40px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #slider .slide-content .slide-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  #slider .slide-content .slide-title {
    font-size: 22px;
    line-height: 34px;
  }
}
@media (min-width: 1441px) {
  #slider .slide-content .slide-title {
    font-size: 40px;
  }
}
#slider .slide-content .slide-arrow-down {
  -moz-transform: translate(-40px, 0);
  -o-transform: translate(-40px, 0);
  -ms-transform: translate(-40px, 0);
  -webkit-transform: translate(-40px, 0);
  transform: translate(-40px, 0);
  -webkit-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
}
#slider .slide-content a .fa {
  margin-right: 15px;
}
#slider .slide-content .slide-content-wrapper {
  display: table;
}
@media (max-width: 767px) {
  #slider .slide-content .slide-content-wrapper {
    display: block;
  }
}
#slider .slide-content .slide-content-wrapper .slide-title-wrapper, #slider .slide-content .slide-content-wrapper .slide-text-wrapper {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  #slider .slide-content .slide-content-wrapper .slide-title-wrapper, #slider .slide-content .slide-content-wrapper .slide-text-wrapper {
    display: block;
  }
}
#slider .slide-content .slide-content-wrapper .slide-title-wrapper {
  text-align: right;
  padding-right: 20px;
}
@media (max-width: 767px) {
  #slider .slide-content .slide-content-wrapper .slide-title-wrapper {
    padding: 0;
    margin-bottom: 20px;
  }
}
#slider .slide-content .slide-content-wrapper .slide-text-wrapper {
  width: 60%;
  padding: 60px 0 25px 20px;
  border-left: 1px solid #fff;
}
@media (max-width: 767px) {
  #slider .slide-content .slide-content-wrapper .slide-text-wrapper {
    width: 100%;
    border: 0 none;
    padding: 0;
  }
}
#slider .slide-content .slide-content-wrapper .slide-text-wrapper p {
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
}
#slider .slide-content .slide-content-wrapper .slide-text-wrapper .more {
  text-transform: uppercase;
}
#slider .slick-active .img {
  transform: scale(1.02, 1.02);
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
#slider .slick-active .slide-text {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#slider .slick-active .slide-title {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#slider .slick-active .slide-arrow-down {
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#slider .arrow-down {
  -moz-transform: translate(-50%, 0%);
  -o-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  position: absolute;
  left: 50%;
  bottom: 10px;
  z-index: 999;
  color: #fff;
  text-decoration: none;
}
#slider #newsletter-wrapper {
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  top: 600px;
  left: 50%;
  z-index: 999;
}
@media (max-width: 767px) {
  #slider #newsletter-wrapper {
    width: calc(100vw - 40px);
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #slider #newsletter-wrapper {
    width: calc(100vw - 40px);
  }
}
#slider #featured-content {
  position: absolute;
  width: 100%;
  top: 810px;
  left: 0;
}
#slider #featured-content .featured-content-wrapper {
  display: table;
}
@media (max-width: 767px) {
  #slider #featured-content .featured-content-wrapper {
    display: block;
  }
}
#slider #featured-content .featured-content-wrapper .bg-img, #slider #featured-content .featured-content-wrapper .text {
  display: table-cell;
}
@media (max-width: 767px) {
  #slider #featured-content .featured-content-wrapper .bg-img, #slider #featured-content .featured-content-wrapper .text {
    display: block;
  }
}
#slider #featured-content .featured-content-wrapper .bg-img {
  width: 44%;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  #slider #featured-content .featured-content-wrapper .bg-img {
    display: none;
  }
}
#slider #featured-content .featured-content-wrapper .text {
  background: rgba(143, 143, 143, .75);
}
@media (max-width: 767px) {
  #slider #featured-content .featured-content-wrapper .text {
    padding: 20px;
  }
}
#slider #featured-content .featured-content-wrapper .text h2, #slider #featured-content .featured-content-wrapper .text p, #slider #featured-content .featured-content-wrapper .text a {
  padding-left: 60px;
  padding-right: 100px;
  color: #fff;
}
@media (max-width: 767px) {
  #slider #featured-content .featured-content-wrapper .text h2, #slider #featured-content .featured-content-wrapper .text p, #slider #featured-content .featured-content-wrapper .text a {
    padding: 0;
  }
}
#slider #featured-content .featured-content-wrapper .text h2 {
  padding-top: 60px;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #slider #featured-content .featured-content-wrapper .text h2 {
    padding-top: 0;
  }
}
#slider #featured-content .featured-content-wrapper .text p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}
#slider #featured-content .featured-content-wrapper .text .more {
  margin-bottom: 60px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 767px) {
  #slider #featured-content .featured-content-wrapper .text .more {
    margin-bottom: 0;
  }
}
.slick-arrow {
  background: transparent;
  width: 30px;
  height: 30px;
  opacity: 0.7;
  border: 0 none;
  position: absolute;
  z-index: 1000;
  top: 50%;
  fill: none;
  stroke: #fff;
  stroke-miterlimit: 10;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.slick-arrow .fa {
  font-size: 40px;
  color: #fff;
}
.slick-arrow:hover, .slick-arrow:active, .slick-arrow:focus {
  opacity: 1 !important;
  outline: none;
  border: 0 none;
}
.slick-arrow.slider-prev {
  left: 20px;
}
.slick-arrow.slider-next {
  right: 20px;
}
@media (max-width: 767px) {
  .slick-arrow {
    display: none !important;
  }
}
.posts-loop {
  margin-top: 50px;
}
.posts-loop .row {
  margin-bottom: 50px;
}
.posts-loop .post-title {
  font-weight: 700;
}
.posts-loop .post-title a {
  color: #333e48;
}
.posts-loop .more {
  margin-top: 20px;
  display: block;
}
#hero-video {
  width: 100vw;
  height: 100vh;
}
#hero-video .video-container {
  height: 100vh;
  padding-bottom: 100vh;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.content-item {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .content-item {
    padding: 20px 0 !important;
  }
}
.content-item.remove-padding {
  padding: 0;
}
.content-item a {
  color: #143e68;
}
.content-item a:hover {
  color: #fff;
}
.content-item.swoosh {
  background-image: url(../images/swoosh.png);
  background-repeat: no-repeat;
  background-size: 80%;
}
.content-item.swoosh.img-left {
  background-position: center right -200px;
}
.content-item.swoosh.img-right {
  background-position: center left -200px;
}
.content-item .container-table {
  display: table;
  table-layout: fixed;
}
@media (max-width: 767px) {
  .content-item .container-table {
    display: block;
  }
}
.content-item .item-text, .content-item .item-img {
  width: 50%;
  display: table-cell;
}
@media (max-width: 767px) {
  .content-item .item-text, .content-item .item-img {
    width: 100%;
    display: block;
  }
}
.content-item .item-text {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .content-item .item-text {
    padding: 0 !important;
  }
}
.content-item.img-left .item-text {
  padding-left: 7vw;
}
.content-item.img-right .item-text {
  padding-right: 7vw;
}
.content-item .item-img {
  background-position: center center;
  background-size: cover;
}
@media (max-width: 767px) {
  .content-item .item-img {
    height: 200px;
  }
}
@media (min-width: 1025px) {
  .content-item .row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .content-item .row-flex .item {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .content-item .row-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .content-item .row-flex .item {
    display: table-cell;
    vertical-align: middle;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .content-item {
    padding: 30px 15px;
  }
}
@media (max-width: 767px) {
  .content-item {
    padding: 30px 0;
  }
}
.content-item.content-item-light, .content-item.content-item-light h1, .content-item.content-item-light h2, .content-item.content-item-light h3, .content-item.content-item-light h4, .content-item.content-item-light h5, .content-item.content-item-light p, .content-item.content-item-light li {
  color: #fff;
}
.content-item h1 {
  font-size: 44px;
}
.content-item h2 {
  font-size: 38px;
  color: #143e68 !important;
  text-transform: uppercase;
}
.content-item h3 {
  font-size: 30px;
}
.content-item p, .content-item li {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.content-item p {
  padding-top: 30px;
}
.wp-paginate {
  list-style: none;
  margin: 30px 0;
  padding: 0;
  text-align: center;
  font-family: 'Assistant', sans-serif;
  font-size: 14px;
}
.wp-paginate li {
  display: inline-block;
  margin-right: 10px;
}
.wp-paginate li a, .wp-paginate li span {
  color: #333;
  padding: 5px 10px;
  display: block;
  text-decoration: none;
}
.wp-paginate li .current, .wp-paginate li .current:hover, .wp-paginate li .current:focus {
  background: #689946;
  border-color: #689946;
  color: #fff !important;
}
.wp-paginate li a:hover, .wp-paginate li:not(:first-child) span:hover {
  color: #689946;
}
.wp-paginate li:not(:first-child):hover a {
  background: rgba(0, 0, 0, .05);
}
.single-post img {
  max-width: 100%;
  height: auto;
}
.single-post h1, .single-post h2, .single-post h3, .single-post h4 {
  font-weight: 700;
}
.single-post article.single-post {
  padding-bottom: 50px;
}
#testimonials-slider {
  padding: 100px 0;
}
#testimonials-slider ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#testimonials-slider li {
  outline: none;
  padding: 0 5vw;
}
#testimonials-slider p {
  font-size: 30px;
  font-family: 'Assistant', sans-serif;
  line-height: 36px;
  font-weight: 100;
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  #testimonials-slider p {
    font-size: 16px;
    line-height: 20px;
  }
}
#testimonials-slider h3 {
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
#testimonials-slider .all {
  text-align: center;
  color: #fff;
  display: block;
  font-weight: 100;
  margin-top: 50px;
}
@media (max-width: 767px) {
  #testimonials-slider {
    padding: 30px 0;
  }
}
#partners {
  padding: 80px 0;
}
@media (max-width: 767px) {
  #partners {
    padding: 30px 0;
  }
}
#partners h2 {
  text-align: center;
  text-transform: uppercase;
  font-weight: 300;
}
#partners ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 50px;
}
#partners ul img {
  margin: 0 10px;
}
#partners #slider-partner-prev {
  left: -30px;
}
#partners #slider-partner-next {
  right: -30px;
}
#hp-apply {
  background: #00426d;
  width: 100%;
  position: relative;
  padding-bottom: 50px;
}
#hp-apply .hp-apply-content {
  width: 50%;
  -moz-transform: translate(-50%, -104px);
  -o-transform: translate(-50%, -104px);
  -ms-transform: translate(-50%, -104px);
  -webkit-transform: translate(-50%, -104px);
  transform: translate(-50%, -104px);
  position: absolute;
  left: 50%;
  width: 800px;
  z-index: 999;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #hp-apply .hp-apply-content {
    -moz-transform: translate(-50%, -84px);
    -o-transform: translate(-50%, -84px);
    -ms-transform: translate(-50%, -84px);
    -webkit-transform: translate(-50%, -84px);
    transform: translate(-50%, -84px);
    width: 650px;
  }
}
@media (max-width: 767px) {
  #hp-apply .hp-apply-content {
    width: 90vw;
    -moz-transform: translate(-50%, -90px);
    -o-transform: translate(-50%, -90px);
    -ms-transform: translate(-50%, -90px);
    -webkit-transform: translate(-50%, -90px);
    transform: translate(-50%, -90px);
  }
}
#hp-apply .hp-apply-content .box {
  width: calc(50% - 15px);
  float: left;
  background-color: #689946;
}
@media (max-width: 767px) {
  #hp-apply .hp-apply-content .box {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
#hp-apply .hp-apply-content .box.box-2 {
  float: right;
  background: #fff;
}
#hp-apply .hp-apply-content .box h2 {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.99 37.99'><g><g><path fill='%23000' d='M36.8,0H20.18a1.19,1.19,0,1,0,0,2.37H35.62V35.62H20.18a1.19,1.19,0,1,0,0,2.37H36.8A1.19,1.19,0,0,0,38,36.8V1.19A1.19,1.19,0,0,0,36.8,0Zm0,0'/><path fill='%23000' d='M19.46,26.47a1.21,1.21,0,0,0,0,1.7,1.18,1.18,0,0,0,1.68,0l8.19-8.31a1.22,1.22,0,0,0,0-1.7L21.14,9.85a1.18,1.18,0,0,0-1.68,0,1.21,1.21,0,0,0,0,1.7l6.17,6.26H1.19a1.2,1.2,0,0,0,0,2.4H25.63Zm0,0'/></g></g></svg>");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center right 30px;
  margin: 0;
  padding: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 24px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #hp-apply .hp-apply-content .box h2 {
    font-size: 18px;
  }
}
#hp-apply .hp-apply-content .box h2 a {
  color: #222;
  text-decoration: none;
}
#hp-apply .hp-apply-after {
  padding-top: 200px;
  margin: 0 auto;
  width: 800px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #hp-apply .hp-apply-after {
    width: 650px;
  }
}
@media (max-width: 767px) {
  #hp-apply .hp-apply-after {
    width: 90vw;
  }
}
#newsletter-wrapper {
  background: #689946;
  padding: 40px 100px;
}
@media (max-width: 767px) {
  #newsletter-wrapper {
    padding: 10px 20px;
  }
}
#newsletter-wrapper h3 {
  color: #fff;
  margin: 0;
  text-align: center;
  font-weight: 300;
}
#newsletter-wrapper .button:hover {
  background: #143e68 !important;
}
#partners-page {
  background: #143e68;
  padding: 40px 100px;
}
@media (max-width: 767px) {
  #partners-page {
    padding: 30px 0 0 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #partners-page {
    padding: 50px 0 0 0;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  #partners-page {
    padding: 50px 0 0 0;
  }
}
#partners-page ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 70%;
  margin: 0 auto;
}
@media (min-width: 768px) and (max-width: 1023px) {
  #partners-page ul {
    max-width: 95%;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  #partners-page ul {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  #partners-page ul {
    max-width: 90%;
  }
}
#partners-page ul li {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
  display: table;
  width: 100%;
  table-layout: fixed;
}
@media (max-width: 767px) {
  #partners-page ul li {
    display: block;
    padding: 20px;
  }
}
#partners-page ul li .partner-img, #partners-page ul li .partner-content {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 767px) {
  #partners-page ul li .partner-img, #partners-page ul li .partner-content {
    display: block;
    width: 100%;
  }
}
#partners-page ul li .partner-img {
  width: 30%;
}
@media (max-width: 767px) {
  #partners-page ul li .partner-img {
    width: 100%;
    margin-bottom: 30px;
  }
}
#partners-page ul li .partner-content {
  padding-left: 50px;
}
@media (max-width: 767px) {
  #partners-page ul li .partner-content {
    padding-left: 0;
  }
}
#partners-page ul li .partner-content h2 {
  margin-top: 0;
}
#newsletter-wrapper-footer {
  background: #293741;
  border: 1px solid #fff;
  padding: 20px;
}
@media (max-width: 767px) {
  #newsletter-wrapper-footer {
    margin-bottom: 30px;
  }
}
#newsletter-wrapper-footer h3 {
  color: #fff;
  margin: 0;
  text-align: center;
}
#newsletter-wrapper-footer .horizontal-mailchimp {
  margin: 0;
  padding: 0;
}
#newsletter-wrapper-footer .horizontal-mailchimp .newsletter-footer-email {
  float: left;
  width: 47.5%;
  margin-right: 2.5%;
}
#newsletter-wrapper-footer .horizontal-mailchimp .newsletter-footer-name {
  float: right;
  width: 47.5%;
  margin-left: 2.5%;
}
#newsletter-wrapper-footer .horizontal-mailchimp input[type=text], #newsletter-wrapper-footer .horizontal-mailchimp input[type=email] {
  width: 100%;
  max-width: 100%;
  border: 0 none;
  background: #969da2;
  color: #fff;
  font-size: 12px;
  padding: 10px;
}
#newsletter-wrapper-footer .horizontal-mailchimp input[type=text]::-webkit-input-placeholder, #newsletter-wrapper-footer .horizontal-mailchimp input[type=email]::-webkit-input-placeholder {
  color: #fff;
}
#newsletter-wrapper-footer .horizontal-mailchimp input[type=text]:-moz-placeholder, #newsletter-wrapper-footer .horizontal-mailchimp input[type=email]:-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#newsletter-wrapper-footer .horizontal-mailchimp input[type=text]::-moz-placeholder, #newsletter-wrapper-footer .horizontal-mailchimp input[type=email]::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
#newsletter-wrapper-footer .horizontal-mailchimp input[type=text]:-ms-input-placeholder, #newsletter-wrapper-footer .horizontal-mailchimp input[type=email]:-ms-input-placeholder {
  color: #fff;
}
#newsletter-wrapper-footer .horizontal-mailchimp input[type=text]:focus, #newsletter-wrapper-footer .horizontal-mailchimp input[type=email]:focus {
  outline: none;
}
#newsletter-wrapper-footer .horizontal-mailchimp .newsletter-footer-field-submit {
  width: 100%;
  margin-top: 10px;
}
.grid-row {
  padding: 80px 0 120px 0;
}
.grid-row h2.headline {
  margin: 0 0 50px;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
}
@media (max-width: 767px) {
  .grid-row h2.headline {
    padding: 0 20px;
    font-size: 18px;
  }
}
.grid-row .grid-row-col {
  float: left;
  padding: 0 15px;
}
@media (max-width: 767px) {
  .grid-row .grid-row-col {
    width: 100% !important;
  }
}
.grid-row .grid-row-col .col-content {
  height: 100%;
  min-height: 190px;
  padding: 15px;
}
.grid-row .grid-row-col .col-title {
  background: #689946;
  min-height: 70px;
  padding: 10px;
}
.grid-row .grid-row-col .col-title h3 {
  margin: 0;
}
.grid-row .grid-row-col .col-title h3 a {
  color: #222;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}
.grid-row .grid-row-button {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.99 37.99'><g><g><path fill='%23000' d='M36.8,0H20.18a1.19,1.19,0,1,0,0,2.37H35.62V35.62H20.18a1.19,1.19,0,1,0,0,2.37H36.8A1.19,1.19,0,0,0,38,36.8V1.19A1.19,1.19,0,0,0,36.8,0Zm0,0'/><path fill='%23000' d='M19.46,26.47a1.21,1.21,0,0,0,0,1.7,1.18,1.18,0,0,0,1.68,0l8.19-8.31a1.22,1.22,0,0,0,0-1.7L21.14,9.85a1.18,1.18,0,0,0-1.68,0,1.21,1.21,0,0,0,0,1.7l6.17,6.26H1.19a1.2,1.2,0,0,0,0,2.4H25.63Zm0,0'/></g></g></svg>");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center right 50px;
  background-color: #fff;
  display: inline-block;
  padding: 30px 120px;
  margin-top: 50px;
}
.grid-row .grid-row-button:hover {
  background-color: #689946;
  text-decoration: none;
  color: #222;
}
.full-width-link {
  background-color: #1f8897;
  text-align: center;
  padding: 60px 0;
}
.full-width-link a {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.99 37.99'><g><g><path fill='%23fff' d='M36.8,0H20.18a1.19,1.19,0,1,0,0,2.37H35.62V35.62H20.18a1.19,1.19,0,1,0,0,2.37H36.8A1.19,1.19,0,0,0,38,36.8V1.19A1.19,1.19,0,0,0,36.8,0Zm0,0'/><path fill='%23fff' d='M19.46,26.47a1.21,1.21,0,0,0,0,1.7,1.18,1.18,0,0,0,1.68,0l8.19-8.31a1.22,1.22,0,0,0,0-1.7L21.14,9.85a1.18,1.18,0,0,0-1.68,0,1.21,1.21,0,0,0,0,1.7l6.17,6.26H1.19a1.2,1.2,0,0,0,0,2.4H25.63Zm0,0'/></g></g></svg>");
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center right;
  color: #fff;
  display: inline-block;
  font-size: 27px;
  font-weight: 400;
  padding-right: 60px;
  text-decoration: none;
}
.pdf-files {
  background: #00426d;
  padding: 60px 0;
}
.pdf-files .intro * {
  color: #fff !important;
  text-align: center;
}
.pdf-files .intro {
  margin: 0 auto 60px auto;
  max-width: 60%;
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .pdf-files .intro {
    max-width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pdf-files .intro {
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .pdf-files .intro {
    max-width: 90%;
  }
}
.pdf-files ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 70%;
  margin: 0 auto;
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .pdf-files ul {
    max-width: 85%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pdf-files ul {
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  .pdf-files ul {
    max-width: 90%;
  }
}
.pdf-files ul li {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.99 37.99'><g><g><path fill='%23222' d='M38,36.8V20.18a1.19,1.19,0,1,0-2.37,0V35.62H2.37V20.18a1.19,1.19,0,1,0-2.37,0V36.8A1.19,1.19,0,0,0,1.19,38H36.8A1.19,1.19,0,0,0,38,36.8Zm0,0'/><path fill='%23222' d='M11.52,19.46a1.21,1.21,0,0,0-1.7,0,1.18,1.18,0,0,0,0,1.68l8.31,8.19a1.22,1.22,0,0,0,1.7,0l8.31-8.19a1.18,1.18,0,0,0,0-1.68,1.21,1.21,0,0,0-1.7,0l-6.26,6.17V1.19a1.2,1.2,0,0,0-2.4,0V25.63Zm0,0'/></g></g></svg>");
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-size: 30px;
  background-position: center right 20px;
  background-color: #fff;
  color: #222;
  padding: 20px;
  margin-bottom: 30px;
}
.pdf-files ul li a {
  color: #222;
  display: block;
  padding-right: 50px;
  word-wrap: break-word;
}
.pdf-files ul li:hover {
  background-color: #689946;
  color: #fff;
}
.pdf-files ul li:hover a {
  text-decoration: none;
  color: #fff;
}
.contact-page {
  background: #8f8f8f url(../images/swoosh.png) no-repeat center right;
  color: #fff;
  padding: 60px 0;
}
.contact-page label {
  color: #fff !important;
}
.contact-page label input {
  color: #000 !important;
}
.contact-page label textarea {
  color: #000 !important;
}
.contact-page h1, .contact-page h2, .contact-page h3 {
  color: #fff;
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .wpcf7-form-control {
    max-width: 95%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .wpcf7-form-control {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  .wpcf7-form-control {
    max-width: 100%;
  }
}
.grid_two_col_boxes {
  background: #00426d;
  padding: 60px 0;
}
.grid_two_col_boxes * {
  color: #fff;
}
.grid_two_col_boxes .headline {
  margin: 0 auto 60px auto;
  max-width: 60%;
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .grid_two_col_boxes .headline {
    max-width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid_two_col_boxes .headline {
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .grid_two_col_boxes .headline {
    max-width: 90%;
  }
}
.grid_two_col_boxes .closing-line {
  margin: 60px auto 0 auto;
  max-width: 60%;
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .grid_two_col_boxes .closing-line {
    max-width: 75%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid_two_col_boxes .closing-line {
    max-width: 75%;
  }
}
@media (max-width: 767px) {
  .grid_two_col_boxes .closing-line {
    max-width: 90%;
  }
}
.grid_two_col_boxes ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 70%;
  margin: 0 auto;
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .grid_two_col_boxes ul {
    max-width: 85%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .grid_two_col_boxes ul {
    max-width: 85%;
  }
}
@media (max-width: 767px) {
  .grid_two_col_boxes ul {
    max-width: 90%;
  }
}
.grid_two_col_boxes ul li {
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  .grid_two_col_boxes ul li {
    width: 100%;
    float: none;
  }
}
.grid_two_col_boxes ul li .content {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.99 37.99'><g><g><path fill='%23222' d='M36.8,0H20.18a1.19,1.19,0,1,0,0,2.37H35.62V35.62H20.18a1.19,1.19,0,1,0,0,2.37H36.8A1.19,1.19,0,0,0,38,36.8V1.19A1.19,1.19,0,0,0,36.8,0Zm0,0'/><path fill='%23222' d='M19.46,26.47a1.21,1.21,0,0,0,0,1.7,1.18,1.18,0,0,0,1.68,0l8.19-8.31a1.22,1.22,0,0,0,0-1.7L21.14,9.85a1.18,1.18,0,0,0-1.68,0,1.21,1.21,0,0,0,0,1.7l6.17,6.26H1.19a1.2,1.2,0,0,0,0,2.4H25.63Zm0,0'/></g></g></svg>");
  background-repeat: no-repeat;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-size: 30px;
  background-position: center right 20px;
  background-color: #fff;
  color: #222;
  padding: 20px;
  margin: 20px;
}
.grid_two_col_boxes ul li .content a {
  color: #222;
  display: block;
  padding-right: 50px;
  margin: 0 20px;
  word-wrap: break-word;
}
.grid_two_col_boxes ul li .content:hover {
  background-color: #689946;
}
.grid_two_col_boxes ul li .content:hover a {
  text-decoration: none;
}
.wpcf7-submit {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #689946;
  border: 0 none;
  color: #222;
  padding: 10px 45px;
  text-transform: uppercase;
}
.wpcf7-submit:hover, .wpcf7-submit:focus, .wpcf7-submit:active {
  background: #1f8897;
  color: #fff;
}
#testimonials-page {
  background: #293741;
  padding: 60px 0;
}
#testimonials-page ul {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 70%;
  margin: 0 auto;
}
#testimonials-page ul li {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
}
#testimonials-page ul li h3 {
  font-weight: 400;
}
#text-content {
  background: #293741;
  padding: 60px 0;
}
#text-content * {
  color: #fff !important;
}
#text-content p, #text-content li {
  line-height: 24px;
}
#text-content p {
  margin-bottom: 20px;
}
#accordion {
  background: #293741;
  padding: 60px 0;
}
#accordion .intro {
  max-width: 70%;
  margin: 0 auto;
}
#accordion .intro * {
  color: #fff !important;
}
#accordion .intro p, #accordion .intro li {
  line-height: 24px;
}
#accordion .intro p {
  margin-bottom: 20px;
  text-align: center;
}
#accordion #accordion-content {
  max-width: 70%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #accordion #accordion-content {
    max-width: 100%;
  }
}
#accordion #accordion-content .accordion-heading {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.99 37.99'><path fill='%23222' d='M20.18,1.31a1.19,1.19,0,1,0-2.37,0V36.68a1.19,1.19,0,1,0,2.37,0V1.31Z'/><path fill='%23222' d='M36.68,20.18a1.19,1.19,0,1,0,.22-2.37H1.31a1.19,1.19,0,1,0-.22,2.37H36.68Z'/></svg>");
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: 36px;
  background-position: center right 20px;
  margin-top: 30px;
  font-weight: 700;
}
#accordion #accordion-content .accordion-heading.opened {
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 37.99 2.38'><path fill='%23222' d='M36.68,2.38A1.19,1.19,0,1,0,36.9,0H1.31a1.19,1.19,0,1,0-.22,2.37H36.68Z'/></svg>");
  background-repeat: no-repeat;
}
#accordion #accordion-content .accordion-heading a {
  color: #222;
  text-decoration: none;
  display: block;
  padding: 30px;
}
#accordion #accordion-content .accordion-body {
  background: #fff;
  padding: 0 30px 30px 30px;
  color: #222;
}
#accordion #accordion-content .accordion-body h1, #accordion #accordion-content .accordion-body h2, #accordion #accordion-content .accordion-body h3, #accordion #accordion-content .accordion-body h4 {
  margin-top: 0;
  font-size: 16px;
}
#accordion #accordion-content .accordion-body p {
  margin-bottom: 20px;
}
#accordion #accordion-content .accordion-body p:last-child {
  margin-bottom: 0;
}
#accordion #accordion-content .accordion-body a {
  color: #1f8897;
}
.horizontal-mailchimp .mc-field-group, .horizontal-mailchimp .clear {
  display: inline-block;
}
@media (max-width: 767px) {
  .horizontal-mailchimp .mc-field-group, .horizontal-mailchimp .clear {
    display: block;
  }
}
.horizontal-mailchimp {
  margin: 5px auto;
  padding: 5px;
  text-align: center;
}
.horizontal-mailchimp .button {
  background: none !important;
  color: #fff;
  border: none !important;
}
@media (max-width: 767px) {
  .horizontal-mailchimp .button {
    margin-top: 10px;
  }
}
.horizontal-mailchimp label {
  display: block;
  height: 1px;
  text-indent: -9999px;
}
.javadegradation {
  background: #1f8897;
  text-align: center;
  position: relative;
  z-index: 9999999;
}
.javadegradation p {
  color: #fff;
}
.eu-text img {
  margin-bottom: 10px;
  height: 50px;
}
@media (max-width: 767px) {
  .eu-text img {
    margin: 0 auto 10px auto;
  }
}
.eu-text span {
  line-height: 14px;
  font-weight: 400;
  color: #fff;
  font-size: 12px;
  opacity: 0.5;
  display: block;
}
@media (max-width: 767px) {
  .eu-text span {
    text-align: center;
  }
}
table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
table td {
  padding: 5px;
  border: 1px solid rgba(255, 255, 255, .5);
}
table th {
  padding: 5px;
}
table.table-striped tbody tr:nth-of-type(odd) {
  background: rgba(0, 0, 0, .3);
}
.caption {
  font-size: 13px;
  text-align: center;
  margin-top: 50px;
}
.partners-archive {
  margin-bottom: 20px;
}
.partners-archive img {
  margin: 10px;
}
#home-news {
  background: url(../images/home-news.jpg) no-repeat center center;
  background-size: cover;
  padding: 40px 0;
}
#home-news .news .text h3 {
  text-transform: uppercase;
  font-weight: 700;
}
#home-news .news .text p {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
}
#home-news .news .text .more {
  text-transform: uppercase;
  font-weight: 700;
}
#home-news .news .date {
  -webkit-border-radius: 90px;
  border-radius: 90px;
  background-clip: padding-box;
  /* stops bg color from leaking outside the border: */
  width: 90px;
  height: 90px;
  text-align: center;
  line-height: 90px;
  font-size: 16px;
  color: #fff;
  position: absolute;
}
@media (max-width: 767px) {
  #home-news .news .date {
    display: none;
  }
}
#home-news .news .news-item-1 {
  border: 1px solid #fff;
  background: #fff;
}
#home-news .news .news-item-1 .text, #home-news .news .news-item-1 .img {
  width: 50%;
  float: left;
}
@media (max-width: 767px) {
  #home-news .news .news-item-1 .text, #home-news .news .news-item-1 .img {
    width: 100%;
    float: none;
  }
}
#home-news .news .news-item-1 .text {
  padding: 20px;
  color: #143e68;
}
#home-news .news .news-item-1 .text h3, #home-news .news .news-item-1 .text h3 a {
  color: #143e68;
}
#home-news .news .news-item-1 .img {
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
}
#home-news .news .news-item-1 .img .date {
  background: #689946;
  top: 20px;
  right: 30px;
}
@media (max-width: 767px) {
  #home-news .news .news-item-1 .img {
    display: none;
  }
}
#home-news .news .news-item-1 .more {
  color: #143e68;
}
#home-news .news .news-second-row {
  margin-top: 20px;
}
#home-news .news .news-second-row .date {
  top: 20px;
  right: 20px;
}
#home-news .news .news-item-2, #home-news .news .news-item-3 {
  padding: 20px;
  color: #fff;
  position: relative;
  min-height: 180px;
}
@media (max-width: 767px) {
  #home-news .news .news-item-2, #home-news .news .news-item-3 {
    padding: 20px;
  }
}
#home-news .news .news-item-2 h3, #home-news .news .news-item-3 h3 {
  margin-top: 0;
}
#home-news .news .news-item-2 a, #home-news .news .news-item-3 a {
  color: #fff;
}
#home-news .news .news-item-2 {
  width: 50%;
  float: left;
  background: #689946;
}
#home-news .news .news-item-2 .date {
  background: #143e68;
}
@media (max-width: 767px) {
  #home-news .news .news-item-2 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
#home-news .news .news-item-3 {
  width: calc(50% - 20px);
  float: right;
  background: #8f8f8f;
  padding: 20px;
}
@media (max-width: 767px) {
  #home-news .news .news-item-3 {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
}
#home-news .news .news-item-3 h3 {
  color: #fff;
}
#home-news .twitter {
  height: 452px;
  background: #fff;
  overflow: scroll;
}
.ginput_container input[type=text], .ginput_container select, .ginput_container textarea {
  border: 0 none;
  color: #222;
  padding: 10px;
  outline: none;
}
.gform_button {
  border: 0 none;
  background: #143e68;
  color: #fff;
  padding: 10px 40px;
}
.gform_button:hover {
  background: #1f8897;
}
.slider-with-video {
  height: 100vh !important;
  overflow: hidden;
}
@media (max-width: 767px) {
  .slider-with-video .slide-content {
    top: 120px !important;
  }
}
@media (max-width: 767px) {
  .slider-with-video .slide-content .slide-text-wrapper p {
    font-size: 15px !important;
    line-height: 15px !important;
  }
}
.slider-with-video .video-wrapper {
  overflow: hidden;
}
.slider-with-video .video-wrapper video {
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .slider-with-video .video-wrapper video {
    width: 100vw;
  }
}
.slider-with-video .video-wrapper .overlay {
  background-image: url(../images/swoosh-40.png);
  background-repeat: no-repeat;
  background-position: center right -20vw;
  background-size: 1920px;
  background-color: rgba(0, 0, 0, 1);
  opacity: 0.7;
  height: 100vh !important;
  width: 100vw !important;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
}
.slider-with-video .slider-video-wrapper {
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 999;
}
.slider-with-video #newsletter-wrapper {
  top: auto !important;
  bottom: 50px;
  padding: 20px 100px;
}
@media (max-width: 767px) {
  .slider-with-video #newsletter-wrapper {
    padding: 20px;
    bottom: 20px;
  }
  .slider-with-video #newsletter-wrapper .mc-field-group {
    width: 48%;
    float: left;
    margin-left: 1%;
  }
  .slider-with-video #newsletter-wrapper .mc-field-group input {
    width: 100%;
  }
}
.slider-with-video .slick-track {
  height: 100vh;
}
.slider-with-video .slick-arrow {
  z-index: 9999;
}
#featured-content-body {
  background: #143e68;
  padding: 80px 0;
}
#featured-content-body .featured-content-wrapper {
  display: table;
}
@media (max-width: 767px) {
  #featured-content-body .featured-content-wrapper {
    display: block;
  }
}
#featured-content-body .featured-content-wrapper .bg-img, #featured-content-body .featured-content-wrapper .text {
  display: table-cell;
}
@media (max-width: 767px) {
  #featured-content-body .featured-content-wrapper .bg-img, #featured-content-body .featured-content-wrapper .text {
    display: block;
  }
}
#featured-content-body .featured-content-wrapper .bg-img {
  width: 44%;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 767px) {
  #featured-content-body .featured-content-wrapper .bg-img {
    display: none;
  }
}
#featured-content-body .featured-content-wrapper .text {
  background: rgba(143, 143, 143, .75);
}
@media (max-width: 767px) {
  #featured-content-body .featured-content-wrapper .text {
    padding: 20px;
  }
}
#featured-content-body .featured-content-wrapper .text h2, #featured-content-body .featured-content-wrapper .text p, #featured-content-body .featured-content-wrapper .text a {
  padding-left: 60px;
  padding-right: 100px;
  color: #fff;
}
@media (max-width: 767px) {
  #featured-content-body .featured-content-wrapper .text h2, #featured-content-body .featured-content-wrapper .text p, #featured-content-body .featured-content-wrapper .text a {
    padding: 0;
  }
}
#featured-content-body .featured-content-wrapper .text h2 {
  padding-top: 60px;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #featured-content-body .featured-content-wrapper .text h2 {
    padding-top: 0;
  }
}
#featured-content-body .featured-content-wrapper .text p {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}
#featured-content-body .featured-content-wrapper .text .more {
  margin-bottom: 60px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
}
@media (max-width: 767px) {
  #featured-content-body .featured-content-wrapper .text .more {
    margin-bottom: 0;
  }
}
