* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: middle;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
  margin: 0 30px 10px 0;
}
.alignright {
  float: right;
  margin: 0 0 10px 30px;
}
.aligncenter {
  margin: 0 auto 20px;
}
.alignnone {
  margin: 0 0 20px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
html::-webkit-scrollbar {
  width: 6px;
}
@media screen and (min-width: 1025px) {
  html::-webkit-scrollbar {
    width: 10px;
  }
}
::-webkit-scrollbar-thumb {
  background: #1f466b;
}
::-webkit-scrollbar-track {
  background: #eaeaea;
}
::-webkit-scrollbar-thumb:hover {
  background: #193957;
}
::-webkit-scrollbar-thumb:active {
  background: #193957;
}
html {
  font: 400 17px/1.5714 'Source Sans Pro', sans-serif;
}
body {
  color: #4d4d4d;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  background-color: #fafafa;
}
#main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
p {
  padding-bottom: 20px;
  line-height: 1.5;
}
a {
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 40px;
  width: 100%;
  border: 1px solid #b7b7b7;
  background: #fff;
  border-radius: 6px;
  padding: 0 20px;
  font-family: 'Source Sans Pro';
  font-size: 14px;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #1f466b;
}
input[type="text"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
input[type="text"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="password"]:-moz-placeholder, textarea:-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
input[type="text"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="password"]::-moz-placeholder, textarea::-moz-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
input[type="text"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #4d4d4d;
  opacity: 1;
}
textarea {
  resize: none;
  height: 100px;
  padding: 12px 20px;
}
.button, .submit, button:not(#searchsubmit), .post-password-form input[type='submit'] {
  display: inline-block;
  padding: 20px 30px;
  background-color: #1f466b;
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  letter-spacing: 0.96px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  min-width: 160px;
}
.button:hover, .submit:hover, button:not(#searchsubmit):hover, .post-password-form input[type='submit']:hover {
  text-decoration: none;
}
.container {
  margin: 0 auto;
  width: 1282px;
  max-width: 94%;
  position: relative;
}
.content ul {
  margin: 0 0 20px;
}
.content ul li {
  padding-left: 15px;
  position: relative;
}
.content ul li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 6px;
  border-color: transparent transparent transparent #1f466b;
  position: absolute;
  top: 8px;
  left: 0;
}
.content p > a {
  color: #095b9d;
  text-decoration: underline;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.flex_start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.flex_end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.flex_around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.flex_center {
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.al_start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.al_end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 20px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #f00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: 'Source Sans Pro';
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
}
div.wpcf7 .ajax-loader {
  height: 0;
  width: 0;
}
div.wpcf7 .ajax-loader.is-active {
  background: url('../img/spinner.gif');
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  background-size: cover;
}
#mainMenu {
  display: none;
}
@media screen and (min-width: 1025px) {
  #mainMenu {
    display: block;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    padding: 7px 0;
  }
  #mainMenu > ul {
    font-size: 0;
    font-family: 'Roboto', sans-serif;
  }
  #mainMenu > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding: 0 24px;
  }
  #mainMenu > ul > li:after {
    content: '';
    height: 12px;
    width: 1px;
    background-color: #b7b7b7;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moztransform: translate(0, -50%);
    transform: translate(0, -50%);
    right: 0;
  }
  #mainMenu > ul > li > a {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #000;
    display: block;
    padding: 10px 20px;
    border: 1px solid transparent;
    border-radius: 6px;
  }
  #mainMenu > ul > li:hover > a, #mainMenu > ul > li.current-menu-item > a {
    text-decoration: none;
    border-color: #095b9d;
    color: #095b9d;
  }
  #mainMenu > ul > li:hover > ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
  #mainMenu > ul > li ul {
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    width: 200px;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    border: 1px solid #1f466b;
    border-radius: 6px;
    overflow: hidden;
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu > ul > li ul li {
    position: relative;
  }
  #mainMenu > ul > li ul li a {
    display: block;
    padding: 7px 18px;
    color: #1f466b;
    font-size: 13px;
    text-decoration: none;
  }
  #mainMenu > ul > li ul li:hover > a, #mainMenu > ul > li ul li.current-menu-item > a {
    color: #fff;
    background: #1f466b;
  }
  #mainMenu > ul > li ul li:hover ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #mainMenu > ul > li ul li ul {
    left: 270px;
    top: 0;
  }
}
#mobileMenu {
  display: none;
}
@media screen and (max-width: 1024px) {
  #mobileMenu {
    display: block;
    position: fixed;
    top: 56px;
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 1);
    right: 0;
    bottom: 0;
    overflow: auto;
  }
  #mobileMenu.open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #mobileMenu ul li {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  #mobileMenu ul li a {
    margin: 0;
    color: #1f466b;
    font-size: 18px;
    padding: 15px 3%;
    border-bottom: 1px solid #1f466b;
    position: relative;
    display: block;
    text-decoration: none;
  }
  #mobileMenu ul li a:after {
    display: none;
  }
  #mobileMenu ul li:hover > a {
    background: #1f466b;
    color: #fff;
  }
  #mobileMenu ul li.current-menu-item > a, #mobileMenu ul li.current_page_item > a {
    background: #1f466b;
    color: #fff;
  }
  #mobileMenu ul li.menu-item-has-children > a:after {
    display: none;
  }
  #mobileMenu ul li span {
    width: 60px;
    background: #1f466b;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
  }
  #mobileMenu ul li span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 18px;
    height: 2px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mobileMenu ul li span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 2px;
    height: 18px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mobileMenu ul li span.active:after {
    opacity: 0;
  }
  #mobileMenu ul li ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    position: static;
    background: none;
    display: none;
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -ms-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
  }
  #mobileMenu ul li ul li {
    display: inline-block;
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  #mobileMenu ul li ul li a {
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 6%;
    border-bottom: 1px solid #000;
    position: relative;
    text-decoration: none;
  }
  #mobileMenu ul li ul li span {
    background: none;
  }
  #mobileMenu ul li ul li:hover a {
    background: none;
    color: #fff;
  }
  #mobileMenu ul li ul li.current-menu-item a {
    background: #1f466b;
    color: #fff;
  }
  #mobileMenu ul li ul li ul li a {
    font-size: 16px;
    font-style: italic;
  }
}
.mobile_header {
  background: #fff;
  height: 50px;
  padding: 10px;
}
@media screen and (min-width: 1025px) {
  .mobile_header {
    display: none;
  }
}
.mobile_header .logo {
  display: inline-block;
  max-width: 120px;
}
#navToggle {
  width: 40px;
  height: 30px;
  position: relative;
  margin: 10px;
  -webkit-transform: 0deg;
  -moz-transform: 0deg;
  -ms-transform: 0deg;
  -o-transform: 0deg;
  transform: 0deg;
  -webkit-transition: 0.5s ease-in-out 0.4s ease;
  -moz-transition: 0.5s ease-in-out 0.4s ease;
  -ms-transition: 0.5s ease-in-out 0.4s ease;
  -o-transition: 0.5s ease-in-out 0.4s ease;
  transition: 0.5s ease-in-out 0.4s ease;
  cursor: pointer;
  z-index: 9999;
}
#navToggle span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #1f466b;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out 0.4s ease;
  -moz-transition: 0.25s ease-in-out 0.4s ease;
  -ms-transition: 0.25s ease-in-out 0.4s ease;
  -o-transition: 0.25s ease-in-out 0.4s ease;
  transition: 0.25s ease-in-out 0.4s ease;
}
#navToggle span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#navToggle span:nth-child(2) {
  top: 12px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#navToggle span:nth-child(3) {
  top: 24px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#navToggle.open span:nth-child(1) {
  top: -2px;
  left: 5px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#navToggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#navToggle.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 27px;
  left: 5px;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.tac {
  text-align: center;
}
.last_no_spacing > *:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.default-content {
  padding: 85px 0 85px;
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .default-content {
    padding: 40px 0;
  }
}
.page-template-tpl-about .default-content {
  padding-right: 440px;
  border-bottom: 1px solid #b7b7b7;
}
@media (max-width: 1024px) {
  .page-template-tpl-about .default-content {
    padding-right: 0;
  }
}
.p-block {
  padding: 0 40px;
}
@media (max-width: 1024px) {
  .p-block {
    margin-bottom: 20px;
  }
}
.leadership-blocks {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
  margin-bottom: 50px;
}
.leadership-blocks > * {
  width: 49%;
  margin: 0 0.5% 0.75em;
}
@media (max-width: 1024px) {
  .leadership-blocks {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .leadership-blocks > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
}
.leadership-blocks .leadership-block {
  background: #fff;
  border: 1px solid #ebebeb;
  padding: 0 38px 38px 38px;
}
.leadership-blocks .leadership-block .top-leadership-block {
  padding-bottom: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
@media (max-width: 576px) {
  .leadership-blocks .leadership-block .top-leadership-block {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
}
.leadership-blocks .leadership-block .top-leadership-block img {
  display: block;
  margin: 0 25px 0;
}
@media (max-width: 576px) {
  .leadership-blocks .leadership-block .top-leadership-block img {
    margin-bottom: 20px;
  }
}
.leadership-blocks .leadership-block .top-leadership-block > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.leadership-blocks .leadership-block .top-leadership-block > div a {
  color: #4d4d4d;
}
.leadership-blocks .leadership-block .top-leadership-block > div span {
  display: block;
}
.leadership-blocks .leadership-block .leadership-icon a {
  margin: 0 3px;
}
.single .abh_box {
  display: none !important;
}
.single .tag_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.single .tag_list a {
  display: block;
  color: #4d4d4d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 12px;
  background-color: #d7d7d7;
  padding: 5px 15px;
  margin: 0 15px 10px 0;
  position: relative;
}
.single .tag_list a:before {
  content: '';
  background-color: #fff;
  height: 10px;
  width: 10px;
  left: -5px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
}
.dark_theme .tag_list a:before {
  background-color: #000;
}
.container-860 {
  margin: 0 auto;
  width: 860px;
  max-width: 94%;
  position: relative;
}
@media (max-width: 768px) {
  .top-image {
    margin-bottom: 15px;
  }
}
@media (max-width: 480px) {
  .top-image {
    margin-bottom: 10px;
  }
}
.info-block {
  padding: 25px 0;
}
@media (max-width: 768px) {
  .info-block {
    padding: 20px 0;
  }
}
@media (max-width: 480px) {
  .info-block {
    padding: 15px 0;
  }
}
.color-block {
  background: #1f466b;
  padding: 18px;
  border-top: 1px solid #000;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 4.9px;
  margin-bottom: 35px;
}
.posts {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.5%;
  width: 103%;
}
.posts > * {
  width: 30.3333333333%;
  margin: 0 1.5% 2em;
}
@media (max-width: 768px) {
  .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .posts > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 480px) {
  .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .posts > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.latest-news .top-post-info {
  margin-bottom: 10px;
  position: relative;
  padding: 0 8px;
}
.latest-news .top-post-info:before {
  content: '';
  position: absolute;
  left: 8px;
  top: -9px;
  width: 44px;
  height: 3px;
  background: #1f466b;
}
.latest-news .category {
  font-size: 14px;
  color: #1f466b;
  text-transform: uppercase;
  display: inline-block;
  margin-right: 10px;
  font-family: 'Roboto';
  font-weight: 700;
}
.latest-news .date {
  font-size: 13px;
  color: #858585;
}
.latest-news .author {
  font-size: 12px;
  color: #000;
  margin-bottom: 20px;
}
.latest-news .thumb {
  margin-bottom: 30px;
  display: block;
}
.latest-news .thumb img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}
@media (max-width: 480px) {
  .latest-news .thumb img {
    max-height: 250px;
    height: auto;
  }
}
.latest-news .info {
  padding: 0 8px;
}
.latest-news h3 a {
  font-size: 19px;
  color: #000;
}
.latest-news h3 a:hover {
  opacity: 1;
  color: #1f466b;
}
.latest-news p {
  font-size: 15px;
  color: #4d4d4d;
}
.categorie_content .top_content {
  border-bottom: 1px solid #b7b7b7;
}
.categorie_content .top_content .exclusive {
  margin-top: 23px;
  padding: 19px 17px;
  border-top: 1px solid #000;
  background-color: #39bebe;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4.9px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .categorie_content .top_content .wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.categorie_content .top_content .wrapper .left_content {
  -webkit-flex-basis: 55%;
  -moz-flex-basis: 55%;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
}
.categorie_content .top_content .wrapper .left_content figcaption {
  background-color: #efeef1;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 400;
  padding: 8px;
}
.categorie_content .top_content .wrapper .right_content {
  -webkit-flex-basis: 42%;
  -moz-flex-basis: 42%;
  -ms-flex-preferred-size: 42%;
  flex-basis: 42%;
}
.categorie_content .top_content .wrapper .right_content .top-post-info {
  margin-top: 4px;
  margin-bottom: 20px;
  padding-top: 18px;
  position: relative;
}
.categorie_content .top_content .wrapper .right_content .top-post-info:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 4px;
  background-color: #39bebe;
  border-radius: 2px;
  top: 0px;
}
.categorie_content .top_content .wrapper .right_content .top-post-info .category {
  color: #39bebe;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 13px;
}
.categorie_content .top_content .wrapper .right_content .top-post-info .date {
  color: #858585;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.78px;
}
.categorie_content .top_content .wrapper .right_content .top-post-info .author {
  margin-top: 4px;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.72px;
}
.categorie_content .top_content .wrapper .right_content .info h3 {
  padding-bottom: 20px;
}
.categorie_content .top_content .wrapper .right_content .info h3 a {
  color: #000;
  font-family: "Roboto";
  font-size: 34px;
  line-height: 40px;
  letter-spacing: -0.68px;
  text-decoration: none;
}
.categorie_content .top_content .wrapper .right_content .info p {
  color: #4d4d4d;
  font-size: 15px;
  line-height: 22px;
}
.categorie_content .latest-news {
  padding-top: 44px;
  border-bottom: 1px solid #b7b7b7;
}
@media (max-width: 1024px) {
  .categorie_content .latest-news {
    padding-top: 0px;
  }
}
.categorie_content .latest-news h3 a {
  color: #000;
  font-family: "Roboto";
  font-size: 34px;
  line-height: 40px;
  letter-spacing: -0.68px;
}
.categorie_content .latest-news p {
  color: #4d4d4d;
  font-size: 15px;
  line-height: 22px;
}
.categorie_content .latest-news .category {
  color: #39bebe;
}
.categorie_content .latest-news .top-post-info:before {
  background: #39bebe;
}
@media (max-width: 1024px) {
  .categorie_content .latest-news .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .categorie_content .latest-news .posts > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
}
@media (max-width: 768px) {
  .categorie_content .latest-news .posts {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .categorie_content .latest-news .posts > * {
    width: 98%;
    margin: 0 1% 2em;
  }
}
.categorie_content .latest-news .post {
  position: relative;
}
.categorie_content .latest-news .post:last-child:before {
  display: none;
}
.categorie_content .latest-news .post:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background-color: #b7b7b7;
  right: -20px;
}
@media (max-width: 1090px) {
  .categorie_content .latest-news .post:before {
    right: -15px;
  }
}
@media (max-width: 1024px) {
  .categorie_content .latest-news .post:before {
    display: none;
  }
}
@media (max-width: 1024px) {
  .categorie_content .custom-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .categorie_content .custom-content aside {
    margin-left: 0;
  }
  .categorie_content .custom-content .latest-news .sticky-post figure img {
    width: 100%;
  }
}
.categorie_content .custom-content .wrapper_posts {
  -webkit-flex-basis: 65%;
  -moz-flex-basis: 65%;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
}
.categorie_content .custom-content .wrapper_posts .post {
  padding-bottom: 22px;
  margin-bottom: 24px;
  border-bottom: 1px solid #b7b7b7;
}
.categorie_content .custom-content .wrapper_posts .post:nth-child(2n) .info h3 a {
  text-decoration: underline;
}
.categorie_content .custom-content .wrapper_posts .post:nth-child(2n) .info p {
  text-decoration: underline;
}
.categorie_content .custom-content .wrapper_posts .post .top-post-info {
  margin-bottom: 24px;
  padding-top: 18px;
  position: relative;
}
.categorie_content .custom-content .wrapper_posts .post .top-post-info:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 4px;
  background-color: #39bebe;
  border-radius: 2px;
  top: 0px;
}
.categorie_content .custom-content .wrapper_posts .post .top-post-info .category {
  color: #39bebe;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 13px;
}
.categorie_content .custom-content .wrapper_posts .post .top-post-info .date {
  color: #858585;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.78px;
}
.categorie_content .custom-content .wrapper_posts .post .top-post-info .author {
  margin-top: 4px;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.72px;
}
.categorie_content .custom-content .wrapper_posts .post .thumb {
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .categorie_content .custom-content .wrapper_posts .post .thumb {
    margin-right: 0;
  }
}
.categorie_content .custom-content .wrapper_posts .post .thumb img {
  width: 136px;
  height: 160px;
  -o-object-fit: cover;
  object-fit: cover;
}
.categorie_content .custom-content .wrapper_posts .post .info {
  -webkit-flex-basis: 80%;
  -moz-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}
.categorie_content .custom-content .wrapper_posts .post .info h3 {
  padding-bottom: 20px;
}
.categorie_content .custom-content .wrapper_posts .post .info h3 a {
  color: #000;
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.categorie_content .custom-content .wrapper_posts .post .info p {
  color: #4d4d4d;
  font-size: 15px;
  line-height: 22px;
}
.categorie_content .custom-content .wrapper_posts .post .flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
@media (max-width: 768px) {
  .categorie_content .custom-content .wrapper_posts .post .flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .categorie_content .custom-content .wrapper_posts .post .flex .thumb {
    display: block;
    margin-bottom: 15px;
    width: 100%;
  }
  .categorie_content .custom-content .wrapper_posts .post .flex .thumb img {
    width: 100%;
  }
}
.home_content .top_content {
  border-bottom: 1px solid #b7b7b7;
  margin-top: 25px;
}
.home_content .top_content .exclusive {
  margin-top: 23px;
  padding: 19px 17px;
  border-top: 1px solid #000;
  background-color: #39bebe;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4.9px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .home_content .top_content .wrapper {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.home_content .top_content .wrapper .right_content {
  -webkit-flex-basis: 55%;
  -moz-flex-basis: 55%;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
}
.home_content .top_content .wrapper .right_content figcaption {
  background-color: #efeef1;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 400;
  padding: 8px;
}
.home_content .top_content .wrapper .left_content {
  -webkit-flex-basis: 42%;
  -moz-flex-basis: 42%;
  -ms-flex-preferred-size: 42%;
  flex-basis: 42%;
}
.home_content .top_content .wrapper .left_content .top-post-info {
  margin-top: 4px;
  margin-bottom: 20px;
  padding-top: 18px;
  position: relative;
}
.home_content .top_content .wrapper .left_content .top-post-info:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 4px;
  background-color: #39bebe;
  border-radius: 2px;
  top: 0px;
}
.home_content .top_content .wrapper .left_content .top-post-info .category {
  color: #39bebe;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 13px;
}
.home_content .top_content .wrapper .left_content .top-post-info .date {
  color: #858585;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.78px;
}
.home_content .top_content .wrapper .left_content .top-post-info .author {
  margin-top: 4px;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.72px;
}
.home_content .top_content .wrapper .left_content .info h3 {
  padding-bottom: 20px;
}
.home_content .top_content .wrapper .left_content .info h3 a {
  color: #000;
  font-family: "Roboto";
  font-size: 34px;
  line-height: 40px;
  letter-spacing: -0.68px;
  text-decoration: none;
}
.home_content .top_content .wrapper .left_content .info p {
  color: #4d4d4d;
  font-size: 15px;
  line-height: 22px;
}
.home_content .post_column {
  margin-top: 25px;
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 25px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.home_content .post_column .left_content {
  -webkit-flex-basis: 24%;
  -moz-flex-basis: 24%;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
}
@media (max-width: 1024px) {
  .home_content .post_column .left_content {
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .home_content .post_column .left_content {
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .home_content .post_column .left_content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.home_content .post_column .left_content .post .top-post-info {
  margin-top: 4px;
  margin-bottom: 20px;
  padding-top: 18px;
  position: relative;
}
.home_content .post_column .left_content .post .top-post-info:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 4px;
  background-color: #39bebe;
  border-radius: 2px;
  top: 0px;
}
.home_content .post_column .left_content .post .top-post-info .category {
  color: #39bebe;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 13px;
}
.home_content .post_column .left_content .post .top-post-info .date {
  color: #858585;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.78px;
}
.home_content .post_column .left_content .post .top-post-info .author {
  margin-top: 4px;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.72px;
}
.home_content .post_column .left_content .post .thumb {
  display: block;
  margin-bottom: 28px;
}
.home_content .post_column .left_content .post .thumb:hover {
  text-decoration: none;
}
.home_content .post_column .left_content .post .thumb figure img {
  width: 100%;
}
.home_content .post_column .left_content .post .thumb figure figcaption {
  padding: 10px;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.home_content .post_column .left_content .post .info h3 {
  padding-bottom: 20px;
}
.home_content .post_column .left_content .post .info h3 a {
  color: #000;
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
}
.home_content .post_column .left_content .post .info p {
  color: #4d4d4d;
  font-size: 15px;
  line-height: 22px;
}
.home_content .post_column .center_content {
  -webkit-flex-basis: 44%;
  -moz-flex-basis: 44%;
  -ms-flex-preferred-size: 44%;
  flex-basis: 44%;
}
@media (max-width: 1024px) {
  .home_content .post_column .center_content {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
@media (max-width: 768px) {
  .home_content .post_column .center_content {
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .home_content .post_column .center_content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.home_content .post_column .center_content .post {
  padding-bottom: 20px;
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 20px;
}
.home_content .post_column .center_content .post:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.home_content .post_column .center_content .post:nth-child(2n) .info h3 a {
  text-decoration: underline;
}
.home_content .post_column .center_content .post:nth-child(2n) .info p {
  text-decoration: underline;
}
.home_content .post_column .center_content .post .top-post-info {
  margin-top: 4px;
  margin-bottom: 20px;
  padding-top: 18px;
  position: relative;
}
.home_content .post_column .center_content .post .top-post-info:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 4px;
  background-color: #0d5e9c;
  border-radius: 2px;
  top: 0px;
}
.home_content .post_column .center_content .post .top-post-info .category {
  color: #0d5e9c;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 13px;
}
.home_content .post_column .center_content .post .top-post-info .date {
  color: #858585;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.78px;
}
.home_content .post_column .center_content .post .top-post-info .author {
  margin-top: 4px;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.72px;
}
.home_content .post_column .center_content .post .flex .thumb {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
.home_content .post_column .center_content .post .flex .thumb img {
  width: 100%;
}
.home_content .post_column .center_content .post .flex .info {
  -webkit-flex-basis: 65%;
  -moz-flex-basis: 65%;
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%;
}
.home_content .post_column .center_content .post .flex .info h3 {
  padding-bottom: 20px;
}
.home_content .post_column .center_content .post .flex .info h3 a {
  color: #000;
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.home_content .post_column .center_content .post .flex .info p {
  color: #4d4d4d;
  font-size: 15px;
  line-height: 22px;
}
.home_content .post_column .right_content {
  -webkit-flex-basis: 29%;
  -moz-flex-basis: 29%;
  -ms-flex-preferred-size: 29%;
  flex-basis: 29%;
}
@media (max-width: 1024px) {
  .home_content .post_column .right_content {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
@media (max-width: 768px) {
  .home_content .post_column .right_content {
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .home_content .post_column .right_content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.home_content .post_column .right_content .post .top-post-info {
  margin-top: 4px;
  margin-bottom: 20px;
  padding-top: 18px;
  position: relative;
}
.home_content .post_column .right_content .post .top-post-info:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 4px;
  background-color: #39bebe;
  border-radius: 2px;
  top: 0px;
}
.home_content .post_column .right_content .post .top-post-info .category {
  color: #39bebe;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 13px;
}
.home_content .post_column .right_content .post .top-post-info .date {
  color: #858585;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.78px;
}
.home_content .post_column .right_content .post .top-post-info .author {
  margin-top: 4px;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.72px;
}
.home_content .post_column .right_content .post .thumb {
  margin-bottom: 28px;
  display: block;
}
.home_content .post_column .right_content .post .thumb img {
  width: 100%;
}
.home_content .post_column .right_content .post .info h3 {
  color: #000;
  font-family: "Roboto";
  font-size: 34px;
  font-weight: 400;
  line-height: 40px;
  letter-spacing: -0.68px;
}
.home_content .post_column .right_content .post .info h3 a {
  color: #000;
}
.home_content .editors_pick {
  margin-bottom: 45px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home_content .editors_pick .top_line {
  border-top: 1px solid #000;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4.9px;
  padding: 17px;
  margin-bottom: 20px;
}
.home_content .editors_pick .left_content {
  -webkit-flex-basis: 66.5%;
  -moz-flex-basis: 66.5%;
  -ms-flex-preferred-size: 66.5%;
  flex-basis: 66.5%;
}
@media (max-width: 1024px) {
  .home_content .editors_pick .left_content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.home_content .editors_pick .left_content .top_line {
  background-color: #2d89c6;
}
.home_content .editors_pick .left_content .wrapper_post {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home_content .editors_pick .left_content .wrapper_post .post {
  -webkit-flex-basis: 32%;
  -moz-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}
@media (max-width: 768px) {
  .home_content .editors_pick .left_content .wrapper_post .post {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
    margin-bottom: 20px;
  }
}
@media (max-width: 576px) {
  .home_content .editors_pick .left_content .wrapper_post .post {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.home_content .editors_pick .left_content .wrapper_post .post .top-post-info {
  margin-top: 4px;
  margin-bottom: 20px;
  padding-top: 18px;
  position: relative;
}
.home_content .editors_pick .left_content .wrapper_post .post .top-post-info:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 4px;
  background-color: #39bebe;
  border-radius: 2px;
  top: 0px;
}
.home_content .editors_pick .left_content .wrapper_post .post .top-post-info .category {
  color: #39bebe;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 13px;
}
.home_content .editors_pick .left_content .wrapper_post .post .top-post-info .date {
  color: #858585;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.78px;
}
.home_content .editors_pick .left_content .wrapper_post .post .top-post-info .author {
  margin-top: 4px;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.72px;
}
.home_content .editors_pick .left_content .wrapper_post .post .thumb {
  display: block;
  margin-bottom: 28px;
}
.home_content .editors_pick .left_content .wrapper_post .post .thumb:hover {
  text-decoration: none;
}
.home_content .editors_pick .left_content .wrapper_post .post .thumb img {
  width: 100%;
}
.home_content .editors_pick .left_content .wrapper_post .post .info h3 {
  padding-bottom: 20px;
}
.home_content .editors_pick .left_content .wrapper_post .post .info h3 a {
  color: #000;
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
}
.home_content .editors_pick .left_content .wrapper_post .post .info p {
  color: #4d4d4d;
  font-size: 15px;
  line-height: 22px;
}
.home_content .editors_pick .right_content {
  -webkit-flex-basis: 32%;
  -moz-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}
@media (max-width: 1024px) {
  .home_content .editors_pick .right_content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.home_content .editors_pick .right_content .top_line {
  background-color: #b7b7b7;
}
@media (max-width: 1024px) {
  .home_content .editors_pick .right_content .wrapper_post .post {
    margin-bottom: 20px;
  }
}
.home_content .editors_pick .right_content .wrapper_post .post:hover {
  text-decoration: none;
}
.home_content .editors_pick .right_content .wrapper_post .post figure {
  -webkit-flex-basis: 18%;
  -moz-flex-basis: 18%;
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
}
@media (max-width: 1024px) {
  .home_content .editors_pick .right_content .wrapper_post .post figure {
    -webkit-flex-basis: 10%;
    -moz-flex-basis: 10%;
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
  }
}
@media (max-width: 576px) {
  .home_content .editors_pick .right_content .wrapper_post .post figure {
    -webkit-flex-basis: 18%;
    -moz-flex-basis: 18%;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
  }
}
.home_content .editors_pick .right_content .wrapper_post .post figure img {
  width: 100%;
}
.home_content .editors_pick .right_content .wrapper_post .post .text {
  -webkit-flex-basis: 80%;
  -moz-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}
@media (max-width: 1024px) {
  .home_content .editors_pick .right_content .wrapper_post .post .text {
    -webkit-flex-basis: 88%;
    -moz-flex-basis: 88%;
    -ms-flex-preferred-size: 88%;
    flex-basis: 88%;
  }
}
@media (max-width: 576px) {
  .home_content .editors_pick .right_content .wrapper_post .post .text {
    -webkit-flex-basis: 80%;
    -moz-flex-basis: 80%;
    -ms-flex-preferred-size: 80%;
    flex-basis: 80%;
  }
}
.home_content .editors_pick .right_content .wrapper_post .post .text time span {
  color: #858585;
}
.home_content .editors_pick .right_content .wrapper_post .post .text p {
  color: #4d4d4d;
  font-size: 15px;
  line-height: 22px;
}
.home_content .airports {
  padding-bottom: 40px;
  margin-bottom: 60px;
  border-bottom: 1px solid #b7b7b7;
}
.home_content .airports .top_line {
  border-top: 1px solid #000;
  color: #000;
  background-color: #b18850;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4.9px;
  padding: 17px;
  margin-bottom: 25px;
}
.home_content .airports .wrapper_column {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home_content .airports .wrapper_column .left_content {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  border-right: 1px solid #b7b7b7;
  padding-right: 20px;
}
@media (max-width: 1024px) {
  .home_content .airports .wrapper_column .left_content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    border-right: none;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 500px) {
  .home_content .airports .wrapper_column .left_content .post {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.home_content .airports .wrapper_column .left_content .post .thumb {
  -webkit-flex-basis: 32%;
  -moz-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}
@media (max-width: 1024px) {
  .home_content .airports .wrapper_column .left_content .post .thumb {
    -webkit-flex-basis: 19%;
    -moz-flex-basis: 19%;
    -ms-flex-preferred-size: 19%;
    flex-basis: 19%;
  }
}
@media (max-width: 768px) {
  .home_content .airports .wrapper_column .left_content .post .thumb {
    min-width: 165px;
    margin-right: 20px;
  }
}
@media (max-width: 500px) {
  .home_content .airports .wrapper_column .left_content .post .thumb {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
  }
}
.home_content .airports .wrapper_column .left_content .post .thumb img {
  width: 100%;
}
.home_content .airports .wrapper_column .left_content .post .right_post_info {
  -webkit-flex-basis: 64%;
  -moz-flex-basis: 64%;
  -ms-flex-preferred-size: 64%;
  flex-basis: 64%;
}
@media (max-width: 1024px) {
  .home_content .airports .wrapper_column .left_content .post .right_post_info {
    -webkit-flex-basis: 76%;
    -moz-flex-basis: 76%;
    -ms-flex-preferred-size: 76%;
    flex-basis: 76%;
  }
}
.home_content .airports .wrapper_column .left_content .post .right_post_info .top-post-info {
  margin-top: 4px;
  margin-bottom: 45px;
  padding-top: 18px;
  position: relative;
}
.home_content .airports .wrapper_column .left_content .post .right_post_info .top-post-info:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 4px;
  background-color: #b18850;
  border-radius: 2px;
  top: 0px;
}
.home_content .airports .wrapper_column .left_content .post .right_post_info .top-post-info .category {
  color: #b18850;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 13px;
}
.home_content .airports .wrapper_column .left_content .post .right_post_info .top-post-info .date {
  color: #858585;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.78px;
}
.home_content .airports .wrapper_column .left_content .post .right_post_info .top-post-info .author {
  margin-top: 4px;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.72px;
}
.home_content .airports .wrapper_column .left_content .post .right_post_info .info h3 {
  color: #000;
  font-family: "Roboto";
  font-size: 34px;
  line-height: 40px;
  letter-spacing: -0.68px;
}
.home_content .airports .wrapper_column .left_content .post .right_post_info .info h3 a {
  color: #000;
}
.home_content .airports .wrapper_column .left_content .post .right_post_info .info p {
  color: #4d4d4d;
  font-size: 15px;
  line-height: 22px;
}
.home_content .airports .wrapper_column .right_content {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
@media (max-width: 1024px) {
  .home_content .airports .wrapper_column .right_content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.home_content .airports .wrapper_column .right_content .post:nth-child(2n) {
  text-decoration: underline;
}
.home_content .airports .wrapper_column .right_content .post:first-child {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #b7b7b7;
}
.home_content .airports .wrapper_column .right_content .post .top-post-info {
  margin-top: 4px;
  margin-bottom: 24px;
  padding-top: 18px;
  position: relative;
}
.home_content .airports .wrapper_column .right_content .post .top-post-info:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 4px;
  background-color: #b18850;
  border-radius: 2px;
  top: 0px;
}
.home_content .airports .wrapper_column .right_content .post .top-post-info .category {
  color: #b18850;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 13px;
}
.home_content .airports .wrapper_column .right_content .post .top-post-info .date {
  color: #858585;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.78px;
}
.home_content .airports .wrapper_column .right_content .post .top-post-info .author {
  margin-top: 4px;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.72px;
}
@media (max-width: 500px) {
  .home_content .airports .wrapper_column .right_content .post .flex {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.home_content .airports .wrapper_column .right_content .post .flex .thumb {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
}
@media (max-width: 500px) {
  .home_content .airports .wrapper_column .right_content .post .flex .thumb {
    margin-bottom: 10px;
  }
}
.home_content .airports .wrapper_column .right_content .post .flex .thumb img {
  width: 100%;
}
.home_content .airports .wrapper_column .right_content .post .flex .info {
  -webkit-flex-basis: 66%;
  -moz-flex-basis: 66%;
  -ms-flex-preferred-size: 66%;
  flex-basis: 66%;
}
.home_content .airports .wrapper_column .right_content .post .flex .info h3 {
  color: #000;
  font-family: "Roboto";
  font-size: 19px;
  letter-spacing: -0.28px;
}
.home_content .airports .wrapper_column .right_content .post .flex .info h3 a {
  color: #000;
}
.home_content .airports .wrapper_column .right_content .post .flex .info p {
  color: #4d4d4d;
  font-size: 15px;
  line-height: 22px;
  padding-bottom: 0;
}
.home_content .custom_wrapper {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home_content .custom_wrapper .left_content {
  -webkit-flex-basis: 66.5%;
  -moz-flex-basis: 66.5%;
  -ms-flex-preferred-size: 66.5%;
  flex-basis: 66.5%;
}
@media (max-width: 1024px) {
  .home_content .custom_wrapper .left_content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.home_content .custom_wrapper .left_content .video .top_line {
  border-top: 1px solid #000;
  color: #000;
  background-color: #b8c3d7;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4.9px;
  padding: 17px;
  margin-bottom: 25px;
}
.home_content .custom_wrapper .left_content .video .wrapper_post {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home_content .custom_wrapper .left_content .video .wrapper_post .post {
  margin-bottom: 15px;
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
.home_content .custom_wrapper .left_content .video .wrapper_post .post a:hover {
  text-decoration: none;
}
@media (max-width: 576px) {
  .home_content .custom_wrapper .left_content .video .wrapper_post .post {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.home_content .custom_wrapper .left_content .video .wrapper_post .post img {
  width: 100%;
}
.home_content .custom_wrapper .left_content .video .wrapper_post .post figcaption {
  padding: 15px;
  color: #4d4d4d;
  font-size: 12px;
  line-height: 16px;
}
.home_content .custom_wrapper .left_content .latest .top_line {
  background-color: #1f466b;
  border-top: 1px solid #000;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4.9px;
  padding: 17px;
  margin-bottom: 25px;
}
.home_content .custom_wrapper .left_content .latest .wrapper_post {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.home_content .custom_wrapper .left_content .latest .wrapper_post .post {
  -webkit-flex-basis: 32%;
  -moz-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}
@media (max-width: 768px) {
  .home_content .custom_wrapper .left_content .latest .wrapper_post .post {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
@media (max-width: 576px) {
  .home_content .custom_wrapper .left_content .latest .wrapper_post .post {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-bottom: 20px;
  }
}
.home_content .custom_wrapper .left_content .latest .wrapper_post .post .top-post-info {
  margin-top: 4px;
  margin-bottom: 20px;
  padding-top: 18px;
  position: relative;
}
.home_content .custom_wrapper .left_content .latest .wrapper_post .post .top-post-info:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 4px;
  background-color: #39bebe;
  border-radius: 2px;
  top: 0px;
}
.home_content .custom_wrapper .left_content .latest .wrapper_post .post .top-post-info .category {
  color: #39bebe;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 13px;
}
.home_content .custom_wrapper .left_content .latest .wrapper_post .post .top-post-info .date {
  color: #858585;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 0.78px;
}
.home_content .custom_wrapper .left_content .latest .wrapper_post .post .top-post-info .author {
  margin-top: 4px;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.72px;
}
.home_content .custom_wrapper .left_content .latest .wrapper_post .post .thumb {
  display: block;
  margin-bottom: 28px;
}
.home_content .custom_wrapper .left_content .latest .wrapper_post .post .thumb:hover {
  text-decoration: none;
}
.home_content .custom_wrapper .left_content .latest .wrapper_post .post .thumb img {
  width: 100%;
}
.home_content .custom_wrapper .left_content .latest .wrapper_post .post .info h3 {
  padding-bottom: 20px;
}
.home_content .custom_wrapper .left_content .latest .wrapper_post .post .info h3 a {
  color: #000;
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
}
.home_content .custom_wrapper .left_content .latest .wrapper_post .post .info p {
  color: #4d4d4d;
  font-size: 15px;
  line-height: 22px;
}
.home_content .custom_wrapper .right_content {
  -webkit-flex-basis: 32%;
  -moz-flex-basis: 32%;
  -ms-flex-preferred-size: 32%;
  flex-basis: 32%;
}
@media (max-width: 1024px) {
  .home_content .custom_wrapper .right_content {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.home_content .custom_wrapper .right_content .trip_reports {
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .home_content .custom_wrapper .right_content .trip_reports {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
@media (max-width: 576px) {
  .home_content .custom_wrapper .right_content .trip_reports {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.home_content .custom_wrapper .right_content .trip_reports .top_line {
  border-top: 1px solid #000;
  color: #fff;
  background-color: #b7b7b7;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4.9px;
  padding: 17px;
  margin-bottom: 25px;
}
.home_content .custom_wrapper .right_content .trip_reports > .post {
  border-bottom: 1px solid #b7b7b7;
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.home_content .custom_wrapper .right_content .trip_reports > .post .thumb {
  display: block;
}
.home_content .custom_wrapper .right_content .trip_reports > .post .thumb:hover {
  text-decoration: none;
}
.home_content .custom_wrapper .right_content .trip_reports > .post .thumb figure img {
  width: 100%;
}
.home_content .custom_wrapper .right_content .trip_reports > .post .thumb figure figcaption {
  padding: 10px;
  color: #4d4d4d;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}
.home_content .custom_wrapper .right_content .trip_reports > .post .info {
  padding: 10px;
}
.home_content .custom_wrapper .right_content .trip_reports > .post .info h3 {
  padding-bottom: 20px;
}
.home_content .custom_wrapper .right_content .trip_reports > .post .info h3 a {
  color: #000;
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.28px;
}
.home_content .custom_wrapper .right_content .trip_reports > .post .info p {
  color: #4d4d4d;
  font-size: 15px;
  line-height: 22px;
}
.home_content .custom_wrapper .right_content .trip_reports .side_posts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 576px) {
  .home_content .custom_wrapper .right_content .trip_reports .side_posts .post {
    margin-bottom: 5px;
  }
}
.home_content .custom_wrapper .right_content .trip_reports .side_posts .post:hover {
  text-decoration: none;
}
.home_content .custom_wrapper .right_content .trip_reports .side_posts .post figure {
  -webkit-flex-basis: 18%;
  -moz-flex-basis: 18%;
  -ms-flex-preferred-size: 18%;
  flex-basis: 18%;
}
.home_content .custom_wrapper .right_content .trip_reports .side_posts .post figure img {
  width: 100%;
}
.home_content .custom_wrapper .right_content .trip_reports .side_posts .post .text {
  -webkit-flex-basis: 80%;
  -moz-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  flex-basis: 80%;
}
.home_content .custom_wrapper .right_content .trip_reports .side_posts .post .text time span {
  color: #858585;
}
.home_content .custom_wrapper .right_content .trip_reports .side_posts .post .text p {
  color: #4d4d4d;
  font-size: 15px;
  line-height: 22px;
}
@media (max-width: 1024px) {
  .home_content .custom_wrapper .right_content .twitter_side {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%;
  }
}
@media (max-width: 576px) {
  .home_content .custom_wrapper .right_content .twitter_side {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.home_content .custom_wrapper .right_content .twitter_side .top_line {
  border-top: 1px solid #000;
  background-color: #03a9f4;
  padding: 17px;
  margin-bottom: 25px;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 4.9px;
}
.home_content .custom_wrapper .right_content .twitter_side .post {
  margin-bottom: 24px;
}
.home_content .custom_wrapper .right_content .twitter_side .post .thumb {
  -webkit-flex-basis: 13%;
  -moz-flex-basis: 13%;
  -ms-flex-preferred-size: 13%;
  flex-basis: 13%;
}
.home_content .custom_wrapper .right_content .twitter_side .post .thumb img {
  width: 100%;
}
.home_content .custom_wrapper .right_content .twitter_side .post .info {
  -webkit-flex-basis: 84%;
  -moz-flex-basis: 84%;
  -ms-flex-preferred-size: 84%;
  flex-basis: 84%;
  padding-top: 4px;
}
.home_content .custom_wrapper .right_content .twitter_side .post .info .author {
  color: #000;
  font-size: 15px;
  line-height: 22px;
}
.home_content .custom_wrapper .right_content .twitter_side .post .info .date {
  color: #858585;
  font-size: 13px;
  line-height: 22px;
  letter-spacing: 0.78px;
}
.home_content .custom_wrapper .right_content .twitter_side .post .info .text span {
  color: #4d4d4d;
  font-size: 15px;
  line-height: 22px;
}
.home_content .custom_wrapper .right_content .twitter_side .post .info .text a {
  font-size: 15px;
  line-height: 22px;
  color: #03a9f4;
}
body.dark_theme {
  background-color: #000;
}
body.dark_theme .home_content .custom_wrapper .left_content .latest .wrapper_post .post .top-post-info .date {
  color: #fff;
}
body.dark_theme .home_content .custom_wrapper .right_content .trip_reports .side_posts .post .text time span {
  color: #fff;
}
body.dark_theme .custom-content .latest-news .sticky-post time {
  color: #fff;
}
body.dark_theme .latest-news .date {
  color: #fff;
}
body.dark_theme .custom-content .latest-news .post time span {
  color: #fff;
}
body.dark_theme .single-slide-aside .custom-content article p {
  color: #fff;
}
body.dark_theme .single-slide-aside .custom-content article h1 {
  color: #fff;
}
body.dark_theme .single-slide-aside .custom-content article h2 {
  color: #fff;
}
body.dark_theme .single-slide-aside .custom-content article h3 {
  color: #fff;
}
body.dark_theme .single-slide-aside .custom-content article h4 {
  color: #fff;
}
body.dark_theme .single-slide-aside .custom-content article h5 {
  color: #fff;
}
body.dark_theme .single-slide-aside .custom-content article h6 {
  color: #fff;
}
body.dark_theme .abh_tab_content .abh_text .abh_description {
  color: #fff;
}
body.dark_theme .top_content .wrapper .left_content .top-post-info .date {
  color: #fff;
}
body.dark_theme .top_content .wrapper .left_content .top-post-info .author {
  color: #fff;
}
body.dark_theme .top_content .wrapper .left_content .info h3 a {
  color: #fff;
}
body.dark_theme .top_content .wrapper .left_content .info p {
  color: #fff;
}
body.dark_theme .post_column .center_content .post .top-post-info .author {
  color: #fff;
}
body.dark_theme .post_column .right_content .post .top-post-info .author {
  color: #fff;
}
body.dark_theme .post_column .left_content .post .top-post-info .author {
  color: #fff;
}
body.dark_theme .post_column .left_content .post .thumb figure figcaption {
  color: #fff;
}
body.dark_theme .post_column .center_content .post .flex .info p {
  color: #fff;
}
body.dark_theme .post_column .left_content .post .info h3 a {
  color: #fff;
}
body.dark_theme .post_column .left_content .post .info p {
  color: #fff;
}
body.dark_theme .post_column .center_content .post .flex .info h3 a {
  color: #fff;
}
body.dark_theme .post_column .right_content .post .info h3 a {
  color: #fff;
}
body.dark_theme .post_column .right_content .post .info p {
  color: #fff;
}
body.dark_theme .post_column .center_content .post .top-post-info .category {
  color: #8adf78;
}
body.dark_theme .post_column .center_content .post .top-post-info:before {
  background-color: #8adf78;
}
body.dark_theme .editors_pick .right_content .wrapper_post .post .text p {
  color: #fff;
}
body.dark_theme .editors_pick .left_content .wrapper_post .post .top-post-info .author {
  color: #fff;
}
body.dark_theme .editors_pick .left_content .wrapper_post .post .info h3 a {
  color: #fff;
}
body.dark_theme .editors_pick .left_content .wrapper_post .post .info p {
  color: #fff;
}
body.dark_theme .airports .wrapper_column .left_content .post .right_post_info .info h3 a {
  color: #fff;
}
body.dark_theme .top_menu ul li a {
  color: #fff;
}
body.dark_theme #mainMenu > ul > li > a {
  color: #fff;
}
body.dark_theme #mainMenu > ul > li:hover > a, body.dark_theme #mainMenu > ul > li.current-menu-item > a {
  color: #095b9d;
}
body.dark_theme .header_latest_mews time span {
  color: #fff;
}
body.dark_theme .header_latest_mews a {
  color: #fff;
}
body.dark_theme #searchform input[type="text"] {
  color: #fff;
}
body.dark_theme #searchform input[type="text"]::placeholder {
  color: #fff;
}
body.dark_theme .airports .wrapper_column .left_content .post .right_post_info .top-post-info .author {
  color: #fff;
}
body.dark_theme .airports .wrapper_column .right_content .post .top-post-info .author {
  color: #fff;
}
body.dark_theme .airports .wrapper_column .right_content .post .flex .info h3 a {
  color: #fff;
}
body.dark_theme .airports .wrapper_column .left_content .post .right_post_info .info p {
  color: #fff;
}
body.dark_theme .airports .wrapper_column .right_content .post .flex .info p {
  color: #fff;
}
body.dark_theme .custom_wrapper .left_content .video .wrapper_post .post figcaption {
  color: #fff;
}
body.dark_theme .custom_wrapper .right_content .trip_reports > .post .thumb figure figcaption {
  color: #fff;
}
body.dark_theme .custom_wrapper .right_content .trip_reports > .post .info h3 a {
  color: #fff;
}
body.dark_theme .custom_wrapper .right_content .trip_reports > .post .info p {
  color: #fff;
}
body.dark_theme .right_content .trip_reports .side_posts .post .text p {
  color: #fff;
}
body.dark_theme .custom_wrapper .right_content .twitter_side .post .info .author {
  color: #fff;
}
body.dark_theme .custom_wrapper .right_content .twitter_side .post .info .text span {
  color: #fff;
}
body.dark_theme .custom_wrapper .left_content .latest .wrapper_post .post .info h3 a {
  color: #fff;
}
body.dark_theme .custom_wrapper .left_content .latest .wrapper_post .post .info p {
  color: #fff;
}
body.dark_theme .custom_wrapper .right_content .trip_reports .side_posts .post .text p {
  color: #fff;
}
body.dark_theme .categorie_content .top_content .wrapper .right_content .info h3 a {
  color: #fff;
}
body.dark_theme .categorie_content .top_content .wrapper .right_content .info p {
  color: #fff;
}
body.dark_theme categorie_content .latest-news h3 a {
  color: #fff;
}
body.dark_theme .categorie_content .latest-news p {
  color: #fff;
}
body.dark_theme .categorie_content .custom-content .wrapper_posts .post .info h3 a {
  color: #fff;
}
body.dark_theme .categorie_content .latest-news h3 a {
  color: #fff;
}
body.dark_theme .custom-content .wrapper_posts .post .top-post-info .author {
  color: #fff;
}
body.dark_theme .latest-news .author {
  color: #fff;
}
body.dark_theme .custom_wrapper .left_content .latest .wrapper_post .post .top-post-info .author {
  color: #fff;
}
body.dark_theme .categorie_content .custom-content .wrapper_posts .post .info p {
  color: #fff;
}
body.dark_theme .custom-content .latest-news .sticky-post .authors {
  color: #fff;
}
body.dark_theme .custom-content .latest-news .sticky-post .info h4 {
  color: #fff;
}
body.dark_theme .custom-content .latest-news .sticky-post .info p {
  color: #fff;
}
body.dark_theme h1, body.dark_theme h2, body.dark_theme h3, body.dark_theme h4, body.dark_theme h5, body.dark_theme h6 {
  color: #fff;
}
body.dark_theme p {
  color: #fff;
}
body.dark_theme .latest-news h3 a {
  color: #fff;
}
body.dark_theme .custom-content .latest-news .post p {
  color: #fff;
}
body.dark_theme .custom-content article p {
  color: #000;
}
body.dark_theme .custom-content article h3 {
  color: #000;
}
body.dark_theme .custom-content article .wrap > h3 {
  color: #fff;
}
body.dark_theme .custom-content article h4 {
  color: #000;
}
body.dark_theme .custom-content article .text p {
  color: #fff;
}
body.dark_theme .custom-content article ul li {
  color: #000;
}
body.dark_theme .custom-content article .wrap > ul li {
  color: #fff;
}
body.dark_theme .custom-content article .text ul li {
  color: #fff;
}
body.dark_theme .custom-content article .wrap p {
  color: #fff;
}
body.dark_theme .interested_form h2, body.dark_theme .interested_form h3, body.dark_theme .interested_form p {
  color: #000;
}
body.dark_theme .pricing {
  background-color: #000;
}
body.dark_theme .pricing .content p {
  color: #fff;
}
body.dark_theme .pricing .container .flex .price p {
  color: #000;
}
body.dark_theme .pricing .container .flex .price h2 {
  color: #000;
}
body.dark_theme .pricing .container .flex .price h4 {
  color: #000;
}
body.dark_theme header #searchform #searchsubmit {
  color: #fff;
}
body.dark_theme .video_page_content .top_line p {
  color: #fff;
}
body.dark_theme .video_page_content .wrapper_post .post figure figcaption {
  color: #fff;
}
body.dark_theme .air_img {
  display: none;
}
body.dark_theme .air_about {
  padding-bottom: 85px;
}
body.dark_theme .leadership-blocks .leadership-block p {
  color: #000;
}
body.dark_theme #gallery-1 .gallery-caption {
  color: #fff;
}
body.dark_theme center {
  color: #fff;
}
body.dark_theme strong {
  color: #fff;
}
body.dark_theme .frm_style_formidable-style.with_frm_style .frm_primary_label {
  color: #fff;
}
body.dark_theme .frm_style_formidable-style.with_frm_style label {
  color: #fff;
}
body.dark_theme ol li {
  color: #fff;
}
body.dark_theme div[dir="auto"] {
  color: #fff;
}
.interested_form input {
  margin-bottom: 15px;
}
.interested_form h2, .interested_form h3, .interested_form p {
  color: #000;
}
.contact_us_content .custom-content article .wrap {
  border-bottom: none;
}
@media (max-width: 1024px) {
  .contact_us_content .custom-content article .wrap {
    padding-bottom: 0;
  }
}
.contact_us_content .form {
  margin-top: 40px;
  max-width: 540px;
}
@media (max-width: 1024px) {
  .contact_us_content .form {
    margin-top: 10px;
  }
}
.contact_us_content .form input {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .contact_us_content .form input {
    margin-bottom: 10px;
  }
}
.contact_us_content .form textarea {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .contact_us_content .form textarea {
    margin-bottom: 10px;
  }
}
.contact_us_content .form button {
  margin-top: 20px;
}
.page_content {
  padding: 75px 0;
}
@media (max-width: 1024px) {
  .page_content {
    padding: 40px 0;
  }
}
.video_page_content .top_line {
  margin-bottom: 45px;
  padding-top: 35px;
}
@media (max-width: 1024px) {
  .video_page_content .top_line {
    padding-top: 0;
    margin-bottom: 20px;
  }
  .video_page_content .top_line h1 {
    padding-bottom: 20px;
  }
}
.video_page_content .wrapper_post {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.video_page_content .wrapper_post .post {
  margin-bottom: 10px;
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
@media (max-width: 576px) {
  .video_page_content .wrapper_post .post {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}
.video_page_content .wrapper_post .post figure img {
  width: 100%;
}
.video_page_content .wrapper_post .post figure figcaption {
  padding: 17px;
  color: #4d4d4d;
  font-size: 12px;
  line-height: 16px;
}
.page-template-tpl-about .default-content {
  position: relative;
  padding-bottom: 135px;
}
@media (max-width: 1024px) {
  .page-template-tpl-about .default-content {
    padding-bottom: 0;
  }
}
.page-template-tpl-about .default-content img {
  right: -58px;
  bottom: -46px;
  position: absolute;
}
@media (max-width: 1024px) {
  .page-template-tpl-about .default-content img {
    position: static;
    margin: 0 auto;
    margin-bottom: -46px;
  }
}
@media (max-width: 768px) {
  .page-template-tpl-about .default-content img {
    display: none;
  }
}
.leadership-blocks .leadership-block .leadership-icon a i {
  color: #d2dae1;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.leadership-blocks .leadership-block .leadership-icon a i:hover {
  color: #1f466b;
}
.leadership-blocks .leadership-block .top-leadership-block > div {
  color: #000;
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 400;
  letter-spacing: -0.28px;
}
.leadership-blocks .leadership-block .top-leadership-block > div span {
  display: block;
  color: #000;
  font-family: 'Source Sans Pro';
  font-size: 12px;
  line-height: 22px;
  text-transform: uppercase;
  letter-spacing: 0.72px;
}
@media screen and (max-width: 1024px) {
  .bottom_header {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .bottom_header > a {
    margin-bottom: 20px;
  }
  body .bottom_header .button {
    margin-right: 0;
  }
  #mobileMenu {
    z-index: 5;
  }
}
@media screen and (max-width: 768px) {
  .header_latest_mews {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .header_latest_mews .l_post {
    margin-bottom: 20px;
  }
  .header_latest_mews .l_post:last-child {
    margin-right: 10px;
  }
}
@media screen and (max-width: 606px) {
  body .header_latest_mews .l_post:not(:last-child) {
    margin-right: 0px;
  }
  .header_latest_mews {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  .header_latest_mews .l_post {
    min-width: 280px;
    margin-right: 0;
  }
  .header_latest_mews .l_post:last-child {
    margin-right: 0;
  }
  body .bottom_header .button {
    font-size: 20px;
  }
  body .bottom_header {
    padding: 0;
  }
  .top_header {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .top_header a {
    margin-bottom: 20px;
  }
}
.op0 {
  opacity: 0;
}
@media screen and (max-width: 1024px) {
  body .custom-content article .wrap {
    padding: 0;
  }
  body .contact_us_content .custom-content article .wrap {
    padding: 0;
  }
  body .pricing {
    padding: 40px 0px;
  }
  body .pricing .container {
    padding: 20px 0;
  }
}
.interested_form .frm_primary_label {
  color: #ababab;
  line-height: 1.2;
}
.interested_form .selectric {
  margin-bottom: 15px;
  border: 1px solid #b7b7b7;
  background: #fff;
  border-radius: 6px;
  padding: 0 20px;
  font-family: 'Source Sans Pro';
  font-size: 14px;
}
.interested_form .selectric .button {
  min-width: auto;
}
.interested_form .selectric-scroll ul li:before {
  top: 16px;
  left: 5px;
}
.interested_form .selectric-items {
  border-radius: 6px;
}
.interested_form .frm_submit {
  margin-top: 15px;
}
.interested_form textarea {
  margin-bottom: 15px;
}
.page-employee-list .selectric-scroll ul li:before {
  top: 16px;
  left: 5px;
}
.page-employee-list b {
  min-width: 50px;
}
.page-employee-list input[type='submit'] {
  display: inline-block;
  padding: 13px 30px;
  background-color: #1f466b;
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  letter-spacing: 0.96px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  min-width: 70px;
}
.page-employee-list .tablenav-pages .button, .page-employee-list .tablenav bottom .button {
  display: inline-block;
  padding: 4px 10px;
  background-color: #1f466b;
  border-radius: 6px;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  line-height: 1;
  letter-spacing: 0.96px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  min-width: 17px;
}
.page-employee-list .tablenav .alignleft {
  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;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  .page-employee-list .tablenav .alignleft {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }
}
.page-employee-list .tablenav .alignleft .selectric {
  margin-right: 20px;
  width: 243px;
}
@media (max-width: 1024px) {
  .page-employee-list .tablenav .alignleft .selectric {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    width: 300px;
  }
}
@media (max-width: 1024px) {
  .wrapTableEmployees, .fc-view {
    overflow-x: scroll;
  }
}
table {
  font-size: 14px;
  border-collapse: collapse;
  text-align: center;
  margin-bottom: 20px;
}
th {
  background: #1f466b;
  color: white;
  padding: 10px 20px;
}
th, td {
  border-style: solid;
  border-width: 0 1px 1px 0;
  border-color: white;
}
td {
  background: linear-gradient(90deg, rgba(74, 139, 182, 1) 0%, rgba(70, 141, 180, 1) 100%);
  color: white;
  padding: 10px 20px;
}
th:first-child, td:first-child {
  text-align: left;
}
.page-dashboard .button, .page-dashboard .submit, .page-dashboard button:not(#searchsubmit), .page-dashboard .post-password-form input[type='submit'] {
  padding: 9px 30px;
  min-width: 70px;
  margin-right: 10px;
  background: #1f466b;
}
@media (max-width: 1024px) {
  .page-dashboard .button, .page-dashboard .submit, .page-dashboard button:not(#searchsubmit), .page-dashboard .post-password-form input[type='submit'] {
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .page-dashboard .fc-toolbar .fc-right, .page-dashboard .fc-toolbar .fc-left {
    float: none;
  }
}
.page-dashboard .fc-today span {
  color: #000;
}
.custom-content {
  padding: 40px 0 50px;
}
@media (max-width: 1024px) {
  .custom-content {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.custom-content aside {
  -webkit-flex-basis: 415px;
  -moz-flex-basis: 415px;
  -ms-flex-preferred-size: 415px;
  flex-basis: 415px;
  margin-left: 25px;
}
@media (max-width: 1024px) {
  .custom-content aside {
    margin-left: 0;
  }
}
.custom-content article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 1024px) {
  .custom-content article {
    margin-bottom: 20px;
  }
}
.custom-content article .wrap {
  border-bottom: 1px solid #b7b7b7;
  padding: 40px 0 40px 15px;
}
.custom-content article p {
  line-height: 1.7;
  font-size: 18px;
  font-family: 'Lato';
}
.custom-content .subscribe-box {
  padding: 50px 40px 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
}
.custom-content .subscribe-box h2 {
  color: #fff;
  text-transform: capitalize;
  text-shadow: 0.259px 0.966px 1px rgba(47, 113, 145, 1);
  padding-bottom: 10px;
}
.custom-content .subscribe-box h3 {
  font-size: 19px;
  font-family: "Roboto";
  color: #fff;
  line-height: 1.263;
  text-shadow: 0.259px 0.966px 1px rgba(47, 113, 145, 1);
}
.custom-content .subscribe-box form {
  padding-top: 50px;
}
.custom-content .subscribe-box form > span, .custom-content .subscribe-box form .frm_form_field {
  display: block;
  margin-bottom: 8px;
}
.custom-content .subscribe-box form .frm_submit button {
  margin-top: 16px;
}
.custom-content .subscribe-box form input[type="submit"] {
  margin-top: 16px;
}
.custom-content .widget {
  overflow: hidden;
}
.custom-content .latest-news .sticky-post {
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 30px;
  display: block;
}
.custom-content .latest-news .sticky-post:hover {
  text-decoration: none;
}
.custom-content .latest-news .sticky-post .top-post {
  padding: 0 15px 20px;
}
.custom-content .latest-news .sticky-post a {
  display: block;
}
.custom-content .latest-news .sticky-post .flex.start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.custom-content .latest-news .sticky-post .key-letters {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 700;
  color: #1f466b;
  margin-right: 28px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.custom-content .latest-news .sticky-post time {
  color: #858585;
  font-size: 13px;
}
.custom-content .latest-news .sticky-post .authors {
  font-size: 12px;
  color: #000;
}
.custom-content .latest-news .sticky-post figure {
  padding-left: 8px;
  margin-bottom: 30px;
}
.custom-content .latest-news .sticky-post .info {
  padding: 0 15px 10px;
}
.custom-content .latest-news .sticky-post .info h4 {
  font-size: 19px;
  font-family: "Roboto";
}
.custom-content .latest-news .sticky-post .info p {
  color: #4d4d4d;
  font-size: 15px;
}
.custom-content .latest-news > h3 {
  border-top: 1px solid #000;
  padding: 17px;
  color: #fff;
  font-size: 14px;
  line-height: 1.714;
  background-color: #1f466b;
  margin-bottom: 23px;
}
.custom-content .latest-news .post:hover {
  text-decoration: none;
}
.custom-content .latest-news .post figure {
  -webkit-flex-basis: 66px;
  -moz-flex-basis: 66px;
  -ms-flex-preferred-size: 66px;
  flex-basis: 66px;
  margin-right: 15px;
  border-radius: 4px;
  overflow: hidden;
}
.custom-content .latest-news .post figure img {
  object-fit: cover;
  -o-object-fit: cover;
  object-position: center;
  -o-object-position: center;
  height: 66px;
}
.custom-content .latest-news .post .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.custom-content .latest-news .post time {
  font-size: 13px;
}
.custom-content .latest-news .post time span {
  color: #858585;
}
.custom-content .latest-news .post p {
  color: #4d4d4d;
  font-size: 15px;
}
.pricing {
  background: #fafafa;
  padding: 85px 0 55px;
}
.pricing .content {
  width: 825px;
  text-align: center;
  margin: 0 auto;
  max-width: 94%;
}
.pricing .content h2 {
  letter-spacing: -0.68px;
}
.pricing .content p {
  color: #4d4d4d;
  letter-spacing: 0.17px;
}
.pricing .container {
  padding: 70px 0;
}
.pricing .container .flex {
  flex-wrap: wrap;
}
@media screen and (max-width: 1324px) {
  .pricing .container .flex {
    justify-content: space-around;
  }
}
.pricing .container .flex .price {
  overflow: hidden;
  text-align: center;
  background: #fff;
  flex-basis: 245px;
  padding: 55px 35px 85px;
  border-top: 1px solid #ebebeb;
  border-left: 1px solid #ebebeb;
  border-right: 1px solid #ebebeb;
  border-bottom: 10px solid;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pricing .container .flex .price h4 {
  letter-spacing: -0.285px;
}
.pricing .container .flex .price p {
  font-size: 15px;
  padding-bottom: 15px;
}
.pricing .container .flex .price .reserve {
  position: absolute;
  bottom: 6%;
  right: 50%;
  text-transform: uppercase;
  color: #000;
  font-size: 12px;
  letter-spacing: 0.72px;
  transform: translateX(50%);
}
.pricing .container .flex .price .before {
  position: absolute;
  height: 25px;
  width: 30px;
  top: -5px;
  right: 50%;
  transform: translateX(50%);
  border-radius: 0 0 8px 8px;
  transition: all 0.4s ease;
  opacity: 0;
}
.pricing .container .flex .price .after {
  position: absolute;
  height: 1px;
  width: 200px;
  top: 85%;
  right: 50%;
  background: #cecece;
  transform: translate(50%, 85%);
  transition: all 0.4s ease;
}
.pricing .container .flex .price:hover .reserve {
  color: #1f466b;
  bottom: 9%;
}
.pricing .container .flex .price:hover .before {
  top: 0px;
  opacity: 1;
}
.pricing .container .flex .price:hover .after {
  top: 82%;
  background: #1f466b;
}
@media screen and (max-width: 1324px) {
  .pricing .container .flex .price {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1035px) {
  .pricing .container .flex .price {
    flex-basis: 300px;
  }
}
@media screen and (max-width: 962px) {
  .pricing .container .flex .price {
    flex-basis: 400px;
  }
}
@media screen and (max-width: 855px) {
  .pricing .container .flex .price {
    flex-basis: 600px;
  }
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  padding-bottom: 25px;
  line-height: 1.2;
  color: #000;
}
h1, h2 {
  font-size: 34px;
  padding-bottom: 40px;
  font-family: 'Roboto', sans-serif;
}
@media screen and (max-width: 1024px) {
  h1, h2 {
    font-size: 28px;
  }
}
h3 {
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
}
h4 {
  font-size: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
header {
  position: relative;
  z-index: 100;
  border-top: 12px solid #1f466b;
}
@media screen and (max-width: 1024px) {
  header {
    border-width: 12px;
  }
  header.fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
  }
}
header #searchform {
  position: relative;
}
header #searchform input[type="text"] {
  width: 260px;
  max-width: 100%;
  background-color: transparent;
  padding: 0 30px 0 20px;
  border-color: #b7b7b7;
}
header #searchform input[type="text"]::-webkit-input-placeholder {
  color: rgba(77, 77, 77, 0.5);
}
header #searchform input[type="text"]:-moz-placeholder {
  color: rgba(77, 77, 77, 0.5);
}
header #searchform input[type="text"]::-moz-placeholder {
  color: rgba(77, 77, 77, 0.5);
}
header #searchform input[type="text"]:-ms-input-placeholder {
  color: rgba(77, 77, 77, 0.5);
}
header #searchform input[type="text"]:focus {
  border-color: #1f466b;
}
header #searchform #searchsubmit {
  color: #000;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 10px;
  background-color: transparent;
}
header #searchform #searchsubmit:hover {
  color: #1f466b;
}
.top_header {
  padding: 20px 0;
}
@media screen and (max-width: 1024px) {
  .top_menu {
    display: none;
  }
}
.top_menu ul {
  font-size: 0;
}
.top_menu ul li {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  color: #000;
  padding: 0 20px;
}
@media screen and (min-width: 1025px) {
  .top_menu ul li:not(:last-of-type) {
    border-right: 1px solid #000;
  }
}
.top_menu ul li a {
  color: #000;
}
.bottom_header {
  padding: 20px 0;
  border-bottom: 1px solid #b7b7b7;
}
.bottom_header .button {
  background-image: -webkit-linear-gradient(360deg, rgba(74, 139, 182, 1) 0%, rgba(70, 141, 180, 1) 100%);
  background-image: linear-gradient(90deg, rgba(74, 139, 182, 1) 0%, rgba(70, 141, 180, 1) 100%);
  background-position: center;
  background-size: cover;
  line-height: 1;
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: -0.96px;
  padding: 22px 35px;
  margin-right: 15px;
}
.header_latest_mews {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #000;
}
.header_latest_mews .l_post {
  max-width: 280px;
}
.header_latest_mews .l_post:not(:last-child) {
  margin-right: 10px;
}
.header_latest_mews .l_post > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.header_latest_mews .l_thumb {
  border-radius: 5px;
  height: 66px;
  width: 66px;
  overflow: hidden;
  margin-right: 15px;
}
.header_latest_mews time {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}
.header_latest_mews time span {
  color: #858585;
}
.header_latest_mews a {
  display: block;
  font-size: 15px;
  line-height: 1.3;
  color: inherit;
}
footer {
  background: #1f466b;
  color: #fff;
  padding: 40px 0;
  font-size: 13px;
}
@media screen and (max-width: 1024px) {
  footer {
    padding: 20px 0;
  }
}
footer a {
  color: inherit;
}
footer ul li {
  display: inline-block;
  line-height: 1;
  padding: 0 20px;
}
@media screen and (min-width: 641px) {
  footer ul li:not(:last-of-type) {
    border-right: 1px solid #fff;
  }
}
@media screen and (max-width: 640px) {
  footer ul li {
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 960px) {
  footer .alc {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  footer .alc > *:not(:first-child) {
    margin-bottom: 20px;
  }
}
.soc_media a {
  font-size: 21px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px;
}
.soc_media a:hover {
  text-decoration: none;
}
/*============ Merchandise ==============*/
.merch_content {
  padding: 40px 0;
}
@media screen and (max-width: 1024px) {
  .merch_content .alc {
    display: block;
  }
}
.merch_content .alc > * {
  width: 49%;
}
@media screen and (max-width: 1024px) {
  .merch_content .alc > * {
    width: 100%;
  }
}
/*============ Jobs ==============*/
.list-boxes {
  padding-top: 50px;
}
.list-boxes h2 {
  padding-left: 15px;
}
.list-boxes .box {
  background-color: #fff;
  border: 1px solid #ebebeb;
  padding: 40px 40px 20px;
  margin-bottom: 25px;
}
.list-boxes h4 {
  border-top: 1px solid #b7b7b7;
  padding-top: 25px;
}
.interested_form {
  background-image: url('../img/interested-form-bg.jpg');
  background-repeat: repeat;
  border-top: 1px solid #b7b7b7;
  margin-bottom: 20px;
  padding: 50px 40px 20px;
}
.interested_form p {
  color: #ababab;
  line-height: 1.2;
}
#page-navi {
  text-align: center;
}
#page-navi a, #page-navi span {
  color: #000;
  font-family: "Roboto";
  padding: 0 5px;
}
#page-navi .prev.page-numbers {
  color: #39bebe;
}
#page-navi .next.page-numbers {
  color: #39bebe;
}
#page-navi .page-numbers.current {
  color: #39bebe;
}
.custom-content article p iframe {
  display: block;
  margin: 0 auto;
}
/*Search*/
.post-password-form input[type='submit'] {
  margin-top: 20px;
}
.search_content {
  padding: 50px 0;
}
.search_content .post {
  font-size: 14px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #4d4d4d;
}
.search_content .post .thumb {
  margin-right: 20px;
}
.search_content .post h3 {
  padding-bottom: 5px;
}
.search_content .post h3 a {
  color: #4d4d4d;
}
.search_content .button {
  font-size: 14px;
  padding: 15px 20px;
  min-width: 1px;
}
.changeMode {
  cursor: pointer;
  padding: 5px 10px;
  border: 2px solid #fff;
}
.changeMode:hover {
  text-decoration: underline;
}
body .changeMode.light {
  display: none;
}
body.dark_theme .changeMode.dark {
  display: none;
}
body.dark_theme .changeMode.light {
  display: block;
}
body.dark_theme #page-navi a, body.dark_theme #page-navi span {
  color: #fff;
}
.reveal-sidebar {
  position: absolute;
  top: 33px;
  right: 0;
  color: #4d4d4d;
  font-size: 15px;
}
.single-slide-aside aside, .single-slide-aside article {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.single-slide-aside .custom-content {
  overflow: hidden;
}
.slide-aside {
  display: block;
}
.slide-aside aside {
  position: relative;
  right: -40%;
}
.slide-aside article {
  width: 860px;
  margin: 0 auto;
}
.custom-content article .info-block div {
  width: 100% !important;
}
.custom-content article .info-block ins, .custom-content article .info-block iframe {
  width: 100% !important;
}
.single .about_author .abh_box {
  display: block !important;
}
.single .about_author .abh_tabs {
  border-bottom: 1px solid #1f466b !important;
  padding: 5px 0 2px 0 !important;
}
.single .about_author .abh_tabs li a {
  font-size: 15px !important;
}
.single .about_author .abh_tabs li a:hover {
  color: #4d4d4d !important;
  opacity: 1 !important;
}
.single .about_author .abh_tabs li.abh_active a {
  color: #fff !important;
  background-color: #1f466b !important;
}
.single .about_author .abh_tab_content .abh_image a {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 50%;
  display: block;
}
.single .about_author .abh_tab_content .abh_image img {
  max-width: none;
  border-radius: 0;
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
}
.wp-caption-text {
  font-size: 12px !important;
  padding: 10px 0 10px !important;
}
.top_content_swiper {
  position: relative;
}
.top_content_swiper .swiper-button-prev {
  left: -60px;
}
.top_content_swiper .swiper-button-prev:before {
  content: "\f104";
  color: #468db4;
  font-family: 'FontAwesome';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top_content_swiper .swiper-button-next {
  right: -60px;
}
.top_content_swiper .swiper-button-next:before {
  content: "\f105";
  color: #468db4;
  font-family: 'FontAwesome';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 50px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.top_content_swiper .swiper-button-next, .top_content_swiper .swiper-button-prev {
  background-image: none;
}
.top_content_swiper .swiper-button-next:hover:before, .top_content_swiper .swiper-button-prev:hover:before {
  color: #39bebe;
}
.wsp-pages-list {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  column-gap: 40px;
}
.single-slide-aside aside.aside_hide {
  position: relative;
  right: -100%;
  -webkit-flex-basis: 0px;
  -moz-flex-basis: 0px;
  -ms-flex-preferred-size: 0px;
  flex-basis: 0px;
}
.p-padd_hide {
  padding: 0 150px;
}
.single-slide-aside aside {
  right: 0;
}
@media screen and (max-width: 1400px) {
  section.content.home_content {
    padding: 0 70px;
  }
}
@media screen and (max-width: 1024px) {
  section.content.home_content {
    padding: 0;
  }
  .top_content_swiper {
    position: relative;
  }
  .top_content_swiper .swiper-button-prev {
    display: none !important;
  }
  .top_content_swiper .swiper-button-next {
    display: none !important;
  }
  :not(.new) {
    /* style all list items except the ones that have the class new */
  }
  .reveal-sidebar {
    display: none;
  }
  .single-slide-aside aside.aside_hide {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    right: 0;
  }
  .p-padd_hide {
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
  .top_header {
    padding: 10px 0;
  }
  .top_header a.logo {
    display: none;
  }
  header #searchform {
    position: relative;
    margin: 0 auto;
  }
}
