html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  font-size: 100%;
}
ol, ul {
  list-style: none;
}
article, aside, figcaption, figure, footer, header, hgroup, nav, section, time {
  display: block;
}
/********************/
/*===========================================================================
 MAIN STYLE
 ===========================================================================*/
body {
  font-family: "franklin-gothic-urw", sans-serif;
  color: #4d4d4d;
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 500;
}
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
a {
  -webkit-transition: color 0.5s ease;
  -moz-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
a:hover {
  color: #0b3c6a;
}
img {
  max-width: 100%;
  height: auto;
}
/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-results-button, input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
@media (min-width: 481px) {
  img.alignleft {
    float: left;
    margin-right: 25px;
    margin-bottom: 5px;
  }
  img.alignright {
    float: right;
    margin-left: 25px;
    margin-bottom: 5px;
  }
  img.aligncenter {
    display: block;
    margin: 0 auto;
  }
}
.row {
  margin-left: -22px;
  margin-right: -22px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
div[class*='col-'] {
  float: left;
  padding-left: 22px;
  padding-right: 22px;
}
.col-1 {
  width: 100%;
}
.col-2 {
  width: 50%;
}
.col-3 {
  width: 33.3333%;
}
.col-4 {
  width: 25%;
}
.col-2-3 {
  width: 66.6666%;
}
.mb {
  margin-bottom: 50px;
}
.mobile-visible {
  display: none;
}
.container {
  width: 100%;
  max-width: 1314px;
  padding-left: 22px;
  padding-right: 22px;
  margin-left: auto;
  margin-right: auto;
}
.container-inner {
  padding-left: 80px;
  padding-right: 80px;
}
.pagination {
  text-align: center;
  padding-top: 47px;
  padding-bottom: 50px;
  border-top: 1px solid #efefef;
}
.pagination h2 {
  color: #0a0a0a;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2.75px;
  margin-bottom: 8px;
}
.pagination .page-numbers {
  display: inline-block;
  border: 1px solid #d4d4d4;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 2.3;
  font-size: 8px;
  color: #0a0a0a;
  font-weight: 300;
  opacity: 0.7;
  text-decoration: none;
}
.pagination .page-numbers.current {
  background-color: #e9e9e9;
}
.not-found {
  padding: 100px 0;
}
@media (max-width: 1199px) {
  .pagination {
    padding-top: 24px;
    padding-bottom: 25px;
  }
  .pagination h2 {
    font-size: 15px;
    letter-spacing: 1.45px;
  }
}
@media (max-width: 640px) {
  .pagination {
    padding-top: 36px;
    padding-bottom: 36px;
  }
  .not-found {
    padding: 40px 0;
  }
}
.read-more {
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 2px;
  display: inline-block;
  border: 1px solid #000;
  color: #000;
  text-decoration: none;
  text-align: center;
  padding: 3px 7px;
}
.read-more:hover {
  background-color: #000;
  color: #fff;
}
.page-title {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 5.14px;
  color: #000;
  text-align: center;
  margin: 82px 0 99px;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }
  div[class*='col-'] {
    padding-left: 12px;
    padding-right: 12px;
  }
  .page-title {
    font-size: 30px;
    margin: 50px 0 65px;
  }
  .container {
    max-width: 728px;
  }
  .container-inner {
    padding-left: 0;
    padding-right: 0;
  }
  .mb {
    margin-bottom: 24px;
  }
}
@media (max-width: 767px) {
  .row {
    margin-left: -14px;
    margin-right: -14px;
  }
  div[class*='col-'] {
    padding-left: 14px;
    padding-right: 14px;
  }
  .col-4 {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .row {
    margin-left: -23px;
    margin-right: -23px;
  }
  div[class*='col-'] {
    padding-left: 23px;
    padding-right: 23px;
  }
  .col-2 {
    width: 100%;
  }
  .mb {
    margin-bottom: 38px;
  }
  .container {
    padding-left: 23px;
    padding-right: 23px;
  }
}
/*===========================================================================
 END MAIN STYLE
 ===========================================================================*/
/*===========================================================================
 AD BANNERS
 ===========================================================================*/
.image-link {
  /*background-color: #F9F9F9;
   padding: 17px 0;*/
  text-align: center;
}
.image-link img {
  vertical-align: middle;
  width: 100%;
  max-width: none;
  height: auto;
}
/*@media (max-width: 1199px) {
 .image-link{
 &.small{
 padding: 15px 0;
 }
 &.vertical{
 padding: 60px 0;
 }
 }
 }*/
@media (max-width: 640px) {
  .image-link.small {
    margin-left: -23px;
    margin-right: -23px;
  }
}
/*===========================================================================
 END AD BANNERS
 ===========================================================================*/
/*===========================================================================
 HEADER
 ===========================================================================*/
.top-header {
  background-color: #0b3c6a;
  color: #fff;
}
.top-header p {
  float: left;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.61px;
  height: 55px;
  line-height: 55px;
  padding-right: 28px;
}
.top-header p a {
  color: #fff;
  text-decoration: none;
}
.top-header ul {
  overflow: hidden;
  float: left;
}
.top-header ul li {
  float: left;
}
.top-header ul li.active a {
  background-color: #fff;
}
.top-header ul li.color-bg {
  background-color: #1e6c97;
}
.top-header ul li a {
  display: block;
  padding: 0 22px;
  height: 55px;
  line-height: 55px;
}
.top-header ul li img {
  vertical-align: middle;
}
.top-header .social {
  float: right;
  margin-top: 17px;
}
.top-header .social a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-left: 20px;
  font-size: 18px;
}
.top-header .social a:hover {
  color: #2b80b3;
}
.top-header .container {
  width: 100%;
  max-width: 1314px;
  padding-left: 22px;
  padding-right: 22px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1199px) {
  .top-header p {
    display: none;
  }
  .top-header ul li a {
    height: 70px;
    line-height: 70px;
  }
  .top-header ul li:first-child a {
    padding-left: 0;
  }
  .top-header .social {
    margin-top: 21px;
  }
  .top-header .social a {
    font-size: 25px;
    margin-left: 21px;
  }
  .top-header .container {
    max-width: 728px;
  }
}
@media (max-width: 640px) {
  .top-header .container {
    padding-left: 14px;
    padding-right: 14px;
  }
  .top-header ul li a {
    padding: 0 14px;
    height: 60px;
    line-height: 60px;
  }
  .top-header ul li a img {
    max-width: 40px;
  }
  .top-header .social {
    margin-top: 20px;
  }
  .top-header .social a {
    font-size: 20px;
    margin-left: 18px;
  }
}
.header {
  padding: 28px 0;
  overflow: hidden;
  /* active state, i.e. menu open */
}
.header .main-menu {
  float: right;
  margin-top: 50px;
  margin-bottom: 30px;
  position: relative;
}
.header .main-menu:before {
  content: '';
  position: absolute;
  left: 0;
  right: -9999999px;
  bottom: -10px;
  height: 1px;
  border-bottom: 1px solid #000;
}
.header .main-menu li {
  float: left;
  margin-left: 51px;
}
.header .main-menu li:first-child {
  margin-left: 0;
}
.header .main-menu li a {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1.08px;
  color: #000;
  text-decoration: none;
}
.header .main-menu li a:hover {
  color: #0b3c6a;
}
.header .main-menu .current-menu-item a {
  color: #0b3c6a;
}
.header .menu-box {
  float: right;
}
.header .search-form {
  float: right;
  width: 182px;
  position: relative;
}
.header .search-form .search-input {
  border: 1px solid #000;
  border-radius: 8px;
  width: 100%;
  height: 25px;
  outline: none;
  padding: 5px 30px 5px 5px;
}
.header .search-form .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: transparent;
  padding: 0;
  border: none;
  width: 30px;
}
.header .search-form .search-btn:before {
  content: '';
  width: 17px;
  height: 17px;
  background: url(../images/search.svg) no-repeat center;
  background-size: contain;
  display: inline-block;
}
.header .menu-btn, .header .menu-btn-close {
  position: absolute;
  overflow: hidden;
  padding: 0;
  width: 32px;
  height: 32px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  cursor: pointer;
  top: 50%;
  left: 22px;
  margin-top: -15px;
  display: none;
}
.header .menu-btn span, .header .menu-btn-close span {
  display: block;
  position: absolute;
  top: 12px;
  left: 0px;
  right: 0px;
  height: 3px;
  background: #000;
}
.header .menu-btn span:before, .header .menu-btn-close span:before, .header .menu-btn span:after, .header .menu-btn-close span:after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  content: "";
}
.header .menu-btn span:before, .header .menu-btn-close span:before {
  top: -12px;
}
.header .menu-btn span:after, .header .menu-btn-close span:after {
  bottom: -12px;
}
.header .menu-btn span:before, .header .menu-btn-close span:before, .header .menu-btn span:after, .header .menu-btn-close span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  transition-delay: 0.3s, 0;
}
.header .menu-btn span:before, .header .menu-btn-close span:before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.header .menu-btn span:after, .header .menu-btn-close span:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
}
.header .menu-btn.active span, .header .menu-btn-close span {
  background: none;
}
.header .menu-btn.active span:before, .header .menu-btn-close span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .menu-btn.active span:after, .header .menu-btn-close span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .menu-btn.active span:before, .header .menu-btn-close span:before, .header .menu-btn.active span:after, .header .menu-btn-close span:after {
  -webkit-transition-delay: 0, 0.3s;
  transition-delay: 0, 0.3s;
}
@media (min-width: 1200px) {
  .main-menu-box {
    display: block !important;
  }
}
@media (max-width: 1199px) {
  .header {
    text-align: center;
    padding: 18px 0;
  }
  .header .logo img {
    max-width: 130px;
    vertical-align: top;
  }
  .header .menu-btn, .header .menu-btn-close {
    display: block;
  }
  .header .menu-btn-close {
    left: auto;
    top: 20px;
    right: 15px;
    margin: 0;
  }
  .header .container {
    position: relative;
  }
  .header .main-menu-box {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    margin: 0;
    z-index: 20;
    padding: 100px 0 40px;
  }
  .header .main-menu {
    float: none;
    margin: 0 auto;
    width: 100%;
    max-width: 728px;
    padding-left: 22px;
    padding-right: 22px;
  }
  .header .main-menu:before {
    display: none;
  }
  .header .main-menu li {
    display: block;
    margin-left: 0;
    float: none;
    text-align: left;
  }
  .header .main-menu li a {
    padding: 15px 0;
    display: block;
    position: relative;
    font-size: 14px;
  }
  .header .main-menu li a:before {
    content: '\f054';
    color: #4d4d4d;
    position: absolute;
    top: 50%;
    margin-top: -6px;
    right: 0;
    font-size: 13px;
    font-family: 'FontAwesome';
  }
  .header .search-form {
    width: 37px;
    position: absolute;
    top: 50%;
    right: 22px;
    margin-top: -17px;
  }
  .header .search-form .search-input {
    border-color: transparent;
    position: relative;
    z-index: 1;
    background-color: transparent;
    height: 35px;
  }
  .header .search-form.active {
    width: 150px;
  }
  .header .search-form.active .search-input {
    position: static;
    border: 1px solid #000;
    background-color: #fff;
  }
  .header .search-form .search-btn {
    outline: none;
  }
  .header .search-form .search-btn:before {
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 640px) {
  .header {
    padding: 16px 0;
  }
  .header .logo img {
    max-width: 81px;
  }
  .header .menu-btn, .header .menu-btn-close {
    width: 24px;
    height: 24px;
  }
  .header .menu-btn span {
    top: 13px;
  }
  .header .menu-btn span, .header .menu-btn-close span, .header .menu-btn span:before, .header .menu-btn-close span:before, .header .menu-btn span:after, .header .menu-btn-close span:after {
    height: 2px;
  }
  .header .menu-btn span:before {
    top: -9px;
  }
  .header .menu-btn span:after {
    bottom: -9px;
  }
  .header .search-form .search-btn:before {
    width: 21px;
    height: 21px;
  }
}
/*===========================================================================
 END HEADER
 ===========================================================================*/
/*===========================================================================
 FOOTER
 ===========================================================================*/
.footer {
  background-color: #0b3c6a;
  position: relative;
}
.footer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 28%;
  background-color: #fff;
  z-index: 0;
}
.footer .container {
  padding-top: 44px;
  padding-bottom: 30px;
  position: relative;
}
.footer .container:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 28%;
  background-color: #fff;
  z-index: 0;
  display: block;
}
.footer .footer-left {
  float: left;
  width: 28%;
  position: relative;
}
.footer .footer-left * {
  vertical-align: middle;
}
.footer .footer-right {
  width: 72%;
  float: left;
  padding-left: 58px;
}
.footer .footer-logo {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
  max-width: 130px;
}
.footer .footer-widget {
  color: #fff;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: 1.8px;
  line-height: 1.9;
}
.footer .footer-widget h4 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2.43px;
  margin-bottom: 10px;
}
.footer .footer-widget a[href*="mailto"], .footer .footer-widget .underline-link {
  color: #fff;
  display: inline-block;
  padding-bottom: 1px;
  border-bottom: 2px solid #67a45f;
  text-decoration: none;
}
.footer .footer-widget a {
  color: #fff;
  text-decoration: none;
}
.footer .footer-widget a:hover {
  color: #2b80b3;
}
.footer .footer-widget + .footer-widget {
  margin-top: 19px;
}
.footer .social a {
  font-size: 16px;
  margin-right: 17px;
  border: none !important;
}
.footer .social a:last-child {
  margin-right: 0;
}
.footer .btn {
  display: block;
  padding: 3px 10px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 1.73px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer .btn:hover {
  background-color: #fff;
  color: #0b3c6a;
}
.footer .get-in-touch {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 2.43px;
  color: #67a45f !important;
  padding-bottom: 6px;
  border-bottom: 1px solid #fff;
}
.disclaimer {
  padding: 24px 7%;
  text-align: center;
}
.disclaimer p {
  margin: 0;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  color: rgba(0, 0, 0, .5);
  letter-spacing: 0.02em;
}
@media (max-width: 1199px) {
  .footer {
    overflow: hidden;
  }
  .footer:before {
    display: none;
  }
  .footer .container {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .footer .container:before {
    display: none;
  }
  .footer .footer-logo {
    margin-right: 80px;
  }
  .footer .footer-left {
    width: 100%;
    text-align: center;
    padding: 33px 0;
    background-color: #fff;
    position: relative;
  }
  .footer .footer-left:before, .footer .footer-left:after {
    content: '';
    position: absolute;
    top: 0;
    left: -99999px;
    bottom: 0;
    width: 99999px;
    background-color: #fff;
  }
  .footer .footer-left:after {
    left: auto;
    right: -99999px;
  }
  .footer .footer-right {
    width: 100%;
    padding-left: 0;
    padding-top: 40px;
  }
  .footer .footer-widget + .footer-widget {
    margin-top: 12px;
  }
  .disclaimer {
    padding: 24px 30px;
  }
}
@media (max-width: 767px) {
  .footer .footer-right {
    padding-left: 50px;
    padding-right: 50px;
  }
  .footer .btn {
    max-width: 220px;
  }
  .footer .col-4 + .col-4 {
    margin-top: 30px;
  }
  .disclaimer {
    padding: 0 30px 14px;
    background-color: #0b3c6a;
  }
  .disclaimer p {
    font-size: 12px;
    color: rgba(255, 255, 255, .5);
    letter-spacing: 0.03em;
  }
}
@media (max-width: 640px) {
  .footer .footer-right {
    padding-left: 42px;
    padding-right: 42px;
    padding-top: 73px;
  }
  .footer .btn {
    max-width: 200px;
  }
  .footer .col-4 + .col-4 {
    margin-top: 33px;
  }
  .footer .footer-logo {
    margin-right: 10px;
  }
}
/*===========================================================================
 END FOOTER
 ===========================================================================*/
/*===========================================================================
 CONTENT GRID
 ===========================================================================*/
.content-row:before, .content-row:after {
  content: " ";
  display: table;
}
.content-row:after {
  clear: both;
}
.content-row {
  margin-left: -22px;
  margin-right: -22px;
}
.content-col {
  width: 67%;
  padding-left: 22px;
  padding-right: 22px;
  float: left;
}
.sidebar {
  width: 33%;
  float: right;
  padding-left: 22px;
  padding-right: 22px;
}
@media (max-width: 1199px) {
  .contant-row {
    margin-left: -12px;
    margin-right: -12px;
  }
  .content-col {
    padding-left: 12px;
    padding-right: 12px;
    width: 65%;
  }
  .sidebar {
    padding-left: 12px;
    padding-right: 12px;
    width: 35%;
  }
}
@media (max-width: 767px) {
  .hide-mobile {
    display: none;
  }
  .mobile-visible {
    display: block;
  }
  .content-row {
    margin-left: 0;
    margin-right: 0;
  }
  .content-col {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .sidebar {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
}
/*===========================================================================
 END CONTENT GRID
 ===========================================================================*/
/*===========================================================================
 POST BOX
 ===========================================================================*/
.post-box {
  height: 475px;
  background-size: cover;
  background-position: center;
  display: table;
  width: 100%;
  color: #fff;
  position: relative;
}
.post-box:not(.video-box):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 0;
}
.post-box.featured-post h3 {
  font-size: 36px;
  font-weight: 500;
  letter-spacing: 3.27px;
  margin-bottom: 4px;
}
.post-box.featured-post h4 {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2.18px;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.post-box .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 22.5px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.post-box .inner .post-box-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.post-box h3 {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 3.27px;
  color: #fff;
  text-transform: uppercase;
}
.post-box h3 a {
  color: #fff;
  text-decoration: none;
}
.post-box h4 {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 3.27px;
  margin-bottom: 28px;
  margin-top: 2px;
  text-transform: uppercase;
}
.post-box p {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 3.27px;
  margin-top: 18px;
}
.post-box.h-1 {
  height: 282px;
}
.post-box.h-2 {
  height: 615px;
}
@media (max-width: 1199px) {
  .post-box {
    height: 255px;
  }
  .post-box h3 {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 5px;
  }
  .post-box h4 {
    font-size: 14px;
    letter-spacing: 2px;
    margin-bottom: 20px;
  }
  .post-box p {
    letter-spacing: 1.07px;
    margin-top: 10px;
  }
  .post-box.featured-post h3 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .post-box.featured-post h4 {
    font-size: 17px;
    margin-bottom: 12px;
  }
  .post-box.h-1 {
    height: 156px;
  }
  .post-box.h-2 {
    height: 335px;
  }
}
@media (max-width: 640px) {
  .post-box {
    height: 395px;
  }
  .post-box h3 {
    font-size: 21px;
  }
  .post-box h4 {
    letter-spacing: 3px;
    margin-bottom: 30px;
  }
  .post-box p {
    font-size: 18px;
  }
  .post-box.h-2 {
    height: 515px;
  }
  .post-box.h-1 {
    height: 236px;
  }
  .post-box.featured-post {
    height: 225px;
  }
  .post-box.featured-box h3 {
    font-size: 23px;
  }
  .post-box.featured-box h4 {
    font-size: 18px;
  }
}
.video-box {
  position: relative;
}
.video-box:before {
  content: 'WATCH';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.83px;
  color: #fff;
  background-color: #67a45f;
  padding: 14px 20px;
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 2;
  min-width: 116px;
  text-align: center;
}
.video-box .inner {
  padding: 0;
  position: relative;
  z-index: 2;
}
.video-box .poster {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
.video-box .poster.active {
  z-index: 1;
}
.video-box .video-inner {
  background-color: rgba(11, 60, 106, 0.6);
  padding: 47px 0;
  opacity: 1;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  transition: opacity 1s ease-out;
}
.video-box .video-inner div {
  display: inline-block;
  max-width: 70%;
  text-align: left;
  vertical-align: middle;
  min-width: 43%;
}
.video-box .video-inner div + div {
  padding-left: 81px;
  min-width: 26%;
  max-width: 26%;
}
.video-box .video-inner.controls-hide {
  opacity: 0;
}
.video-box .stop-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  display: none;
}
.video-box .stop-video.active {
  display: block;
}
.video-box .play-btn {
  width: 69px;
  height: 69px;
  border-radius: 50%;
  background-color: #fff;
  text-align: center;
  padding: 0 0px 0 5px;
  cursor: pointer;
  line-height: 69px;
  display: none;
}
.video-box .play-btn:before {
  content: '\f04b ';
  font-family: 'FontAwesome' !important;
  color: #67a45f;
  font-size: 27px;
}
.video-box .play-btn.show {
  display: inline-block;
}
.video-box h3 {
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 3.27px;
}
.video-box p {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 2.18px;
  margin-top: 2px;
}
@media (max-width: 1199px) {
  .video-box:before {
    min-width: 85px;
    padding: 10px 10px;
    font-size: 11px;
  }
  .video-box h3 {
    font-size: 19px;
    letter-spacing: 2.27px;
  }
  .video-box p {
    font-size: 18px;
    letter-spacing: 1.48px;
  }
  .video-box .play-btn {
    width: 38px;
    height: 38px;
    line-height: 38px;
  }
  .video-box .play-btn:before {
    font-size: 14px;
  }
  .video-box .video-inner {
    padding: 21px 0;
  }
  .video-box .video-inner div {
    max-width: 80%;
  }
  .video-box .video-inner div + div {
    padding-left: 10px;
    min-width: 11%;
    max-width: 11%;
  }
}
@media (max-width: 767px) {
  .video-box {
    margin-left: -22px;
    margin-right: -22px;
    width: calc(100% + 44px);
  }
}
@media (max-width: 640px) {
  .video-box {
    margin-left: -23px;
    margin-right: -23px;
    width: calc(100% + 46px);
    height: 215px;
  }
  .video-box.video-inner {
    padding: 15px 0;
  }
}
.archive-box {
  border: 1px solid #efefef;
}
.archive-box .img {
  height: 268px;
  background-size: cover;
  background-position: center;
  position: relative;
}
.archive-box .img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.archive-box .box-inner {
  padding: 18px 22px 21px;
  min-height: 118px;
}
.archive-box h3 {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 3.27px;
  color: #000;
  margin-bottom: 6px;
  text-transform: uppercase;
}
.archive-box h3 a {
  text-decoration: none;
  color: #000;
}
.archive-box p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.archive-box .date {
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 3.27px;
  color: #646464;
  margin-top: 15px;
}
@media (max-width: 1199px) {
  .archive-box .img {
    height: 154px;
  }
  .archive-box .box-inner {
    padding: 12px 13px 9px;
  }
  .archive-box h3 {
    font-size: 13px;
    letter-spacing: 2.37px;
    margin-bottom: 4px;
  }
  .archive-box p {
    letter-spacing: 1.5px;
    font-size: 11px;
  }
  .archive-box .date {
    font-size: 10px;
    letter-spacing: 1.57px;
    margin-top: 3px;
  }
}
@media (max-width: 640px) {
  .archive-box {
    display: block !important;
  }
  .archive-box h3 {
    font-size: 17px;
    max-height: 40px;
    overflow: hidden;
  }
  .archive-box p {
    font-size: 14px;
  }
  .archive-box .img {
    height: 191px;
  }
  .archive-box .date {
    font-size: 15px;
  }
}
.archive-posts {
  position: relative;
  overflow: hidden;
}
.archive-posts.mobile-visible:before {
  content: 'LATEST';
  font-weight: 500;
  letter-spacing: 0.83px;
  color: #fff;
  background-color: #67a45f;
  position: absolute;
  left: 66px;
  top: 1px;
  z-index: 1;
  font-size: 11px;
  padding: 10px 10px;
  min-width: 85px;
  text-align: center;
}
.link-to-blog {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  text-decoration: none;
  text-align: center;
  bottom: -30px;
  width: 60px;
  height: 60px;
  padding: 0 10px;
  background-color: rgba(166, 166, 166, 0.5) !important;
  font-size: 20px !important;
  color: #000 !important;
  border-radius: 50%;
  line-height: 40px !important;
  outline: none;
  z-index: 2;
}
.latest-slider .archive-box h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.latest-slider .slick-next {
  position: absolute;
  left: 50%;
  margin-left: -30px;
  text-decoration: none;
  text-align: center;
  bottom: -30px;
  width: 60px;
  height: 60px;
  padding: 0 10px;
  background-color: rgba(166, 166, 166, 0.5) !important;
  font-size: 20px !important;
  color: #000 !important;
  border-radius: 50%;
  line-height: 37px !important;
  outline: none;
  z-index: 2;
  cursor: pointer;
}
.latest-slider .slick-next .fa {
  display: inline;
}
.latest-slider .slick-prev {
  display: none !important;
}
@media (max-width: 767px) {
  .mobile-carousel {
    padding: 0 50px !important;
    position: relative;
  }
  .mobile-carousel .owl-prev, .mobile-carousel .owl-next, .mobile-carousel .slick-prev, .mobile-carousel .slick-next {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    text-align: center;
    font-size: 20px !important;
    color: #000 !important;
    line-height: 30px !important;
    outline: none;
    cursor: pointer;
  }
  .mobile-carousel .owl-prev .fa, .mobile-carousel .owl-next .fa, .mobile-carousel .slick-prev .fa, .mobile-carousel .slick-next .fa {
    display: inline;
  }
  .mobile-carousel .owl-next, .mobile-carousel .slick-next {
    left: auto;
    right: 0;
  }
}
@media (max-width: 640px) {
  .mobile-carousel {
    padding: 0 26px !important;
  }
  .mobile-carousel .owl-prev, .mobile-carousel .slick-prev {
    left: -9px;
  }
  .mobile-carousel .owl-next, .mobile-carousel .slick-next {
    right: -9px;
  }
  .archive-posts.mobile-visible:before {
    left: 42px;
  }
}
.blog-post {
  position: relative;
  padding-left: 363px;
  padding-top: 30px;
  min-height: 205px;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2.61px;
}
.blog-post .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 280px;
  height: 205px;
  background-size: cover;
  background-position: center;
}
.blog-post .img a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.blog-post h3 {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 3.27px;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.blog-post .date {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 2.72px;
  margin-bottom: 20px;
}
.blog-post .read-more {
  margin-top: 20px;
}
.blog-post + .blog-post {
  margin-top: 74px;
}
@media (max-width: 1199px) {
  .blog-post {
    padding-left: 290px;
    padding-top: 18px;
  }
  .blog-post .img {
    width: 250px;
  }
  .blog-post + .blog-post {
    margin-top: 55px;
  }
  .link-to-blog {
    width: 45px;
    height: 45px;
    font-size: 14px !important;
    bottom: -27px;
    line-height: 24px !important;
    margin-left: -22.5px;
  }
}
@media (max-width: 640px) {
  .blog-post {
    padding-left: 0;
    padding-top: 0;
  }
  .blog-post .img {
    width: 100%;
    position: relative;
    margin-bottom: 20px;
  }
}
/*===========================================================================
 END POST BOX
 ===========================================================================*/
/*===========================================================================
 FEATURED SLIDER
 ===========================================================================*/
.featured-slider {
  position: relative;
  overflow: hidden;
}
.featured-slider:before {
  content: 'TRENDING';
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.83px;
  color: #fff;
  background-color: #67a45f;
  padding: 14px 20px;
  position: absolute;
  left: 15px;
  top: 0;
  z-index: 1;
  min-width: 116px;
  text-align: center;
}
.featured-slider .owl-prev, .featured-slider .owl-next, .featured-slider .slick-prev, .featured-slider .slick-next {
  position: absolute;
  left: -30px;
  text-indent: 26px;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  padding: 0 10px;
  background-color: rgba(166, 166, 166, .5) !important;
  font-size: 20px !important;
  color: #000 !important;
  border-radius: 50%;
  line-height: 65px !important;
  outline: none;
  cursor: pointer;
  z-index: 1;
}
.featured-slider .owl-prev .fa, .featured-slider .owl-next .fa, .featured-slider .slick-prev .fa, .featured-slider .slick-next .fa {
  display: inline;
}
.featured-slider .owl-next, .featured-slider .slick-next {
  left: auto;
  right: -30px;
  text-indent: 0;
}
@media (max-width: 1199px) {
  .featured-slider:before {
    font-size: 11px;
    padding: 10px 10px;
    min-width: 85px;
  }
  .featured-slider .owl-prev, .featured-slider .owl-next, .featured-slider .slick-prev, .featured-slider .slick-next {
    height: 45px;
    width: 45px;
    margin-top: -22.5px;
    left: -27px;
    font-size: 14px !important;
    line-height: 49px !important;
    text-indent: 20px;
  }
  .featured-slider .owl-next, .featured-slider .slick-next {
    right: -27px;
    left: auto;
    text-indent: -4px;
  }
}
@media (max-width: 767px) {
  .featured-slider {
    margin-left: -22px;
    margin-right: -22px;
    width: auto !important;
  }
}
@media (max-width: 640px) {
  .featured-slider {
    margin-left: -23px;
    margin-right: -23px;
  }
}
/*===========================================================================
 END FEATURED SLIDER
 ===========================================================================*/
/*===========================================================================
 TWITTER BOX
 ===========================================================================*/
.tweets {
  border: 1px solid #a7a7a7;
  padding: 0 33px 15px;
  text-align: center;
  margin-bottom: 40px;
}
.tweets .tweet-title {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1.07px;
  color: #0b3c6a;
  border: 1px solid #a7a7a7;
  background-color: #f6f6f6;
  padding: 15px 15px 17px;
  display: inline-block;
  border-top: none;
}
.tweets .aptf-tweets-wrapper {
  max-height: 620px;
  overflow: auto;
}
.tweets .tweet, .tweets .aptf-single-tweet-wrapper {
  text-align: left;
  float: none;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 1.09px;
  color: #626262;
  border-bottom: 1px solid #67a45f;
  padding: 28px 0 21px;
  line-height: 1.5;
  margin: 0;
}
.tweets .tweet a, .tweets .aptf-single-tweet-wrapper a {
  color: inherit !important;
}
.tweets .tweet a:hover, .tweets .aptf-single-tweet-wrapper a:hover {
  color: #0b3c6a !important;
}
.tweets .tweet .date, .tweets .aptf-single-tweet-wrapper .date, .tweets .tweet .aptf-tweet-date, .tweets .aptf-single-tweet-wrapper .aptf-tweet-date {
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-top: 17px;
  float: none;
}
.tweets .tweet .date a, .tweets .aptf-single-tweet-wrapper .date a, .tweets .tweet .aptf-tweet-date a, .tweets .aptf-single-tweet-wrapper .aptf-tweet-date a {
  color: #626262;
}
@media (max-width: 1199px) {
  .tweets {
    padding: 0 20px 15px;
    margin-bottom: 20px;
  }
  .tweets .tweet-title {
    font-size: 12px;
    letter-spacing: 0.77px;
    padding: 6px 15px 11px;
  }
  .tweets .tweet, .tweets .aptf-single-tweet-wrapper {
    padding: 10px 0 10px;
    line-height: 1.15;
  }
  .tweets .tweet .date, .tweets .aptf-single-tweet-wrapper .date, .tweets .tweet .aptf-tweet-date, .tweets .aptf-single-tweet-wrapper .aptf-tweet-date {
    margin-top: 5px;
  }
  .tweets .tweet:nth-child(5) {
    display: none;
  }
}
@media (max-width: 640px) {
  .tweets {
    padding: 0 27px 21px;
    margin-bottom: 36px;
  }
  .tweets .tweet-title {
    font-size: 18px;
    padding: 10px 20px 14px;
  }
  .tweets .tweet, .tweets .aptf-single-tweet-wrapper {
    padding: 24px 0 10px;
    line-height: 1.15;
    font-size: 16px;
  }
  .tweets .tweet .date, .tweets .aptf-single-tweet-wrapper .date, .tweets .tweet .aptf-tweet-date, .tweets .aptf-single-tweet-wrapper .aptf-tweet-date {
    margin-top: 14px;
    font-size: 13px;
  }
  .tweets .tweet:nth-child(5), .tweets .aptf-single-tweet-wrapper:nth-child(5) {
    display: none;
  }
}
/*===========================================================================
 END TWITTER BOX
 ===========================================================================*/
.facebook-section {
  margin: 54px 0 0;
}
.facebook-section h2 {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 2.4px;
  color: #000;
  margin: 0 0 37px 150px;
  position: relative;
  display: inline-block;
}
.facebook-section h2:before {
  content: '';
  height: 1px;
  width: 999999px;
  background-color: #67a45f;
  position: absolute;
  bottom: -9px;
  right: 0;
}
.facebook-section h2 a {
  color: inherit;
  text-decoration: none;
}
.facebook-section h2 span {
  color: #0b3c6a;
}
.facebook-section .fb-images {
  background-color: #f9f9f9;
  padding: 60px 0;
  font-size: 0;
  text-align: center;
}
.facebook-section .fb-images .img {
  vertical-align: middle;
  width: 20%;
  float: left;
  background-size: cover;
  background-position: center;
}
.facebook-section .fb-images .img img {
  width: 100%;
  height: auto;
  max-width: none;
}
@media (max-width: 1199px) {
  .facebook-section h2 {
    margin-left: 60px;
    margin-bottom: 21px;
    font-size: 13px;
    letter-spacing: 1.9px;
  }
  .facebook-section h2:before {
    bottom: -5px;
  }
  .facebook-section .fb-images {
    padding: 33px 0;
  }
}
@media (max-width: 640px) {
  .facebook-section {
    margin: 15px 0;
  }
  .facebook-section .fb-images {
    padding: 20px 0 10px;
    background-color: #fff;
  }
  .facebook-section .fb-images .img {
    width: 100%;
  }
}
/*===========================================================================
 FACEBOOK SECTION
 ===========================================================================*/
/*===========================================================================
 END FACEBOOK SECTION
 ===========================================================================*/
/*===========================================================================
 SINGLE POST
 ===========================================================================*/
.featured-img {
  height: 350px;
  background-size: cover;
  background-position: center;
  position: relative;
  margin-bottom: 90px;
}
.featured-img .post-share {
  color: #fff;
  position: absolute;
  bottom: 15px;
  right: 20px;
}
.featured-img .post-share a {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-left: 19px;
}
.featured-img .post-share a:hover {
  color: #0b3c6a;
}
.post-title {
  color: #000;
  text-align: center;
  margin: 105px 0 41px;
}
.post-title h1 {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 4.9px;
  margin-bottom: 9px;
  text-transform: uppercase;
}
.post-title p {
  font-size: 22px;
  font-weight: 300;
  letter-spacing: 3.19px;
}
@media (max-width: 1199px) {
  .featured-img {
    height: 280px;
    margin-bottom: 50px;
  }
  .post-title {
    margin: 50px 0 40px;
  }
  .post-title h1 {
    font-size: 30px;
    letter-spacing: 3.9px;
  }
  .post-title p {
    font-size: 20px;
    letter-spacing: 2.69px;
  }
}
@media (max-width: 767px) {
  .featured-img {
    margin-left: -22px;
    margin-right: -22px;
    height: 220px;
  }
}
@media (max-width: 640px) {
  .post-title {
    margin: 39px 0 25px;
  }
  .post-title h1 {
    font-size: 26px;
    letter-spacing: 1.1px;
    line-height: 1;
  }
  .post-title p {
    font-size: 13px;
    letter-spacing: 0.69px;
  }
  .featured-img {
    margin-left: -23px;
    margin-right: -23px;
    height: 119px;
    margin-bottom: 46px;
  }
  .featured-img .post-share {
    right: 19px;
    bottom: 7px;
  }
  .featured-img .post-share a {
    font-size: 16px;
    margin-left: 13px;
  }
}
.post-content {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1.8px;
  margin-bottom: 96px;
  line-height: 1.4;
}
.post-content h2 {
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 4.9px;
  margin: 62px 0 30px;
}
.post-content h3 {
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 3.72px;
  margin: 46px 0 44px;
}
.post-content h4 {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1.5px;
  margin: 30px 0;
}
.post-content h5 {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 1.37px;
  margin: 30px 0;
}
.post-content h6 {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
}
.post-content p + p {
  margin-top: 23px;
}
.post-content ul {
  margin: 20px 0 20px 16px;
}
.post-content ul li {
  list-style-type: disc;
}
.post-content ul li + li {
  margin-top: 5px;
}
.post-content .inner {
  float: left;
  width: 64%;
}
.post-content .inner.full-width {
  width: 100%;
}
.post-content .side-images {
  width: 36%;
  float: right;
  padding-left: 100px;
}
.post-content .side-images .img + .img {
  margin-top: 30px;
}
.post-content .post-share {
  margin-top: 62px;
  text-align: center;
  color: #000;
  font-size: 22px;
  float: left;
  width: 64%;
}
.post-content .post-share.full-width {
  width: 100%;
}
.post-content .post-share a {
  color: #000;
  text-decoration: none;
  display: inline-block;
  margin-left: 15px;
}
.post-content .post-share a:first-child {
  margin-left: 0;
}
.post-content .post-share a:hover {
  color: #0b3c6a;
}
.post-content .author-box {
  padding-left: 234px;
  position: relative;
  min-height: 220px;
  color: #000;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 2px;
  float: left;
  width: 64%;
  margin-top: 33px;
  padding-top: 35px;
  border-top: 1px solid #67a45f;
}
.post-content .author-box.full-width {
  width: 100%;
}
.post-content .author-box h4 {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2.29px;
}
.post-content .author-box img {
  position: absolute;
  left: 0;
}
@media (max-width: 1199px) {
  .post-content {
    font-size: 14px;
    margin-bottom: 50px;
  }
  .post-content h2 {
    font-size: 27px;
    letter-spacing: 4px;
    margin: 30px 0 20px;
  }
  .post-content h3 {
    font-size: 20px;
    letter-spacing: 3px;
    margin: 30px 0 20px;
  }
  .post-content p + p {
    margin-top: 17px;
  }
  .post-content .side-images {
    padding-left: 40px;
  }
  .post-content .side-images .img + .img {
    margin-top: 15px;
  }
  .post-content .post-share {
    margin-top: 40px;
  }
  .post-content .author-box {
    padding-left: 200px;
  }
  .post-content .author-box h4 {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .post-content .inner {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .post-content .side-images {
    width: 100%;
    margin-top: 40px;
  }
  .post-content .author-box {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .post-content .author-box img {
    position: relative;
  }
  .post-content .author-box h4 {
    margin-top: 10px;
  }
  .post-content .post-share {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .post-content {
    line-height: 1.95;
  }
}
/*===========================================================================
 END SINGLE POST
 ===========================================================================*/
/*===========================================================================
 ARCHIVE GRID
 ===========================================================================*/
.archive-grid {
  color: #000;
  margin: 97px 0 100px 227px;
}
.archive-grid .cat {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 2.78px;
  color: #000;
  position: relative;
  margin: 0 0 7px;
  text-transform: capitalize;
}
.archive-grid .cat:before {
  content: '';
  width: 999999px;
  left: -1000008px;
  height: 1px;
  background-color: #67a45f;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
}
.archive-grid .year {
  font-size: 17px;
  font-style: italic;
  font-weight: 300;
  letter-spacing: 2.43px;
  padding-left: 32px;
  margin: 5px 0;
}
.archive-grid .month {
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 2.14px;
  line-height: 18px;
  padding-left: 55px;
  margin: 5px 0 5px;
  text-transform: uppercase;
}
.archive-grid .item + .month {
  margin-top: 10px;
}
.archive-grid .item {
  padding-left: 72px;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 1.5px;
  position: relative;
  margin: 3px 0;
}
.archive-grid .item:before {
  content: '•';
  position: absolute;
  left: 52px;
  top: 0;
}
.archive-grid .item a {
  color: inherit;
  text-decoration: none;
}
.archive-grid .item a:hover {
  color: #0b3c6a;
}
.archive-grid .cat-box + .cat-box {
  margin-top: 47px;
}
.archive-grid + .pagination {
  border-top: none;
  margin: -80px 0 80px;
}
@media (max-width: 1199px) {
  .archive-grid {
    margin: 97px 0 100px 50px;
  }
}
@media (max-width: 640px) {
  .archive-grid {
    margin: 34px 0 60px 44px;
  }
  .archive-grid .cat {
    font-size: 21px;
  }
}
/*===========================================================================
 AD ARCHIVE GRID
 ===========================================================================*/
.ytplayer-container {
  bottom: 0;
  height: 100%;
  left: 0;
  min-width: 100%;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 3;
}
.ytplayer-player {
  position: absolute;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  min-height: 1px;
}
[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: table;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/*===========================================================================
 PODCAST PAGE
 ===========================================================================*/
.page-template-page_podcast .footer {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .page-template-page_podcast .footer {
    margin-top: 70px;
  }
}
.hero-title {
  text-align: center;
  color: #fff;
  display: table;
  height: 260px;
  padding: 20px 0;
  background-size: cover;
  background-position: center;
  width: 100%;
  margin-bottom: 100px;
}
.hero-title .container {
  display: table-cell;
  vertical-align: middle;
}
.hero-title h1 {
  text-transform: uppercase;
  font-size: 33px;
  line-height: 43px;
  letter-spacing: 3.4px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .hero-title {
    margin-bottom: 40px;
  }
}
.main-podcast-box {
  overflow: hidden;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
}
.main-podcast-box .main-podcast-img {
  width: 32%;
  float: left;
}
.main-podcast-box .main-podcast-desc {
  width: 68%;
  float: left;
  padding-left: 50px;
  font-size: 15px;
  line-height: 27px;
  font-weight: 400;
}
.main-podcast-box .main-podcast-desc h2 {
  font-size: 33px;
  color: #003b70;
  line-height: 43px;
  margin-bottom: 12px;
}
.main-podcast-box .main-podcast-desc h2:first-child {
  margin-top: -8px;
}
.main-podcast-box .main-podcast-desc h4 {
  font-size: 15px;
  color: #003b70;
  font-weight: 500;
}
.main-podcast-box .main-podcast-desc p {
  margin-bottom: 15px;
}
.main-podcast-box .podcast-subscribe {
  margin-top: 15px;
}
.main-podcast-box .podcast-subscribe p {
  font-size: 14px;
  line-height: 23px;
  color: #003b70;
  margin-bottom: 20px;
  font-weight: 500;
}
.main-podcast-box .podcast-subscribe ul {
  margin: -10px -15px;
}
.main-podcast-box .podcast-subscribe ul li {
  display: inline-block;
  margin: 10px 15px;
}
.main-podcast-box .podcast-subscribe ul li img {
  height: 50px;
}
@media (max-width: 1199px) {
  .main-podcast-box .main-podcast-img {
    width: 100%;
    float: none;
  }
  .main-podcast-box .main-podcast-desc {
    width: 100%;
    float: none;
    padding-left: 0;
    padding-top: 45px;
  }
}
@media (max-width: 767px) {
  .main-podcast-box {
    margin-bottom: 32px;
  }
  .main-podcast-box .main-podcast-desc {
    padding-top: 40px;
  }
  .main-podcast-box .main-podcast-desc h2 {
    font-size: 25px;
    margin-bottom: 17px;
  }
  .main-podcast-box .podcast-subscribe {
    margin-top: 30px;
  }
  .main-podcast-box .podcast-subscribe ul {
    margin: -10px;
  }
  .main-podcast-box .podcast-subscribe ul li {
    display: inline-block;
    margin: 10px;
  }
}
.podcast-iframe-container {
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
}
@media (max-width: 767px) {
  .podcast-iframe-container {
    margin-bottom: 45px;
  }
}
.episode-box-title {
  padding: 11px 30px;
  margin-bottom: 17px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
}
.episode-box-title h3 {
  font-size: 22px;
  line-height: 30px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 767px) {
  .episode-box-title {
    padding: 11px 21px;
  }
}
.episodes {
  margin-bottom: 15px;
  max-height: 450px;
  overflow-y: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 1160px;
}
.episodes .episode-box + .episode-box {
  margin-top: 15px;
}
.episodes .episode-box:first-child {
  margin-top: -17px;
}
.episodes .episode-box:nth-child(even) {
  background-color: rgba(169, 169, 169, .15);
}
.episodes::-webkit-scrollbar {
  width: 10px;
}
.episodes::-webkit-scrollbar-track {
  border-radius: 5px;
}
.episodes::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #3c8ed3;
}
@media (max-width: 1199px) {
  .episodes {
    max-height: 740px;
  }
}
.episode-box {
  padding: 30px;
  overflow: hidden;
}
.episode-box .episode-image {
  width: 216px;
  height: 216px;
  background-size: cover;
  background-position: center;
  float: left;
}
.episode-box .episode-description {
  margin-left: 240px;
  font-size: 15px;
  font-weight: 400;
}
.episode-box .episode-description h2 {
  font-size: 29px;
  line-height: 36px;
  letter-spacing: 1.8px;
  color: #003b70;
  margin-bottom: 7px;
  font-weight: 500;
  margin-top: -7px;
}
.episode-box .episode-description h3 {
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 1.47px;
  color: #003b70;
  margin-bottom: 5px;
}
.episode-box .episode-description h4 {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 0.9px;
  color: #003b70;
  margin-bottom: 16px;
}
.episode-box .episode-description p {
  line-height: 27px;
  margin-bottom: 10px;
}
.episode-box .links p {
  margin-bottom: 0;
  color: #013b70;
  font-size: 12px;
  line-height: 23px;
  font-weight: 500;
}
.episode-box .links p a {
  color: #000;
  text-decoration: underline;
  font-weight: 400;
}
.episode-box .links p a:hover {
  text-decoration: none;
}
@media (max-width: 1199px) {
  .episode-box .episode-image {
    margin: 0 auto;
    float: none;
  }
  .episode-box .episode-description {
    margin-left: 0;
    padding-top: 35px;
  }
}
@media (max-width: 767px) {
  .episode-box {
    padding: 20px;
  }
  .episode-box .episode-description h2 {
    font-size: 21px;
    line-height: 30px;
  }
  .episode-box .episode-description h3 {
    font-size: 17px;
    line-height: 22px;
  }
  .episode-box .episode-description h4 {
    font-size: 13px;
  }
}
/*===========================================================================
 END PODCAST PAGE
 ===========================================================================*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
