@charset "UTF-8";
/* ===================================== https://demos.scotch.io/visual-guide-to-css3-flexbox-flexbox-playground/demos ===================================== */
/*
    Flexbox grid @mixin

    EXAMPLE

    .flexbox {
        @include flexGrid(5, 4%);
        > div {
            margin-bottom: .4em;
            background: #333;
            padding: .8em;
            color: #fff;
        }
    }
*/
/* Usage
    @include add-font('FontName', 'fontfilename', 400);

    @media screen and (-webkit-min-device-pixel-ratio:0) {
        @include add-svg-font('FontName', 'fontfilename', 400);
    }
*/
.ani, form .ginput_container_radio ul li label:before, form .ginput_container_checkbox ul li label:before, .button > i, .alm-load-more-btn > i, input[type="submit"] > i, header nav #menu-primary > li.menu-item-has-children > ul, .content .staff > figure > figcaption > *, .content .accordion > mark, .content.home-content .hc-programs .hc-programs-grid > a:before, .content.home-content .hc-widgets > a img, .search_box form button:before, .search_box form button:after, .search_box form .close, .wpa_slideshow .swiper-button-prev, .wpa_slideshow .swiper-button-next {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 1px;
  padding: 0;
  margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
  display: block;
}
audio, canvas, video, progress {
  vertical-align: baseline;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]), [hidden], template {
  display: none;
  height: 0;
}
mark {
  background: none;
  color: inherit;
}
sub, sup {
  vertical-align: text-bottom;
  display: inline-block;
  line-height: 0;
  font-size: 60%;
}
sup {
  vertical-align: text-top;
}
pre {
  overflow: auto;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
input[type='text'], input[type='number'], input[type='email'], input[type='password'], input[type='color'], input[type='url'], input[type='image'], input[type='tel'], input[type='submit'], input[type='file'], input[type='range'], input[type='reset'], input[type='button'], input[type='search'], button, textarea {
  -webkit-appearance: none;
  outline: 0 none;
}
strong {
  font-weight: 700;
}
input[type="submit"], button {
  cursor: pointer;
}
textarea, button, a, input {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
[data-defer] {
  background-color: #f5f5f5;
}
svg:not(:root) {
  overflow: hidden;
}
.hidden {
  height: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  width: 0;
  border: 0;
  -webkit-appearance: none;
}
.fullframe {
  height: 0;
  margin: 0 0 20px;
  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;
}
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}
p {
  margin-bottom: 20px;
}
ul, ol {
  list-style: none;
}
.clear {
  clear: both;
}
.cfx:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .cfx {
  display: block;
}
* html .cfx {
  height: 1%;
}
a {
  color: #0000EE;
  outline: 0 none;
}
a:hover {
  text-decoration: none;
}
a > img {
  border: 0;
}
.alignleft, .al {
  float: left;
}
.alignright, .ar {
  float: right;
}
.aligncenter, .wpa_slideshow img, .ac {
  margin-left: auto;
  margin-right: auto;
}
img.aligncenter, .wpa_slideshow img, img.ac {
  display: block;
}
::-moz-selection, ::selection {
  color: #fff;
  background: #3399ff;
}
:focus {
  outline: none;
}
::-moz-focus-inner {
  border: 0;
}
/*
Custom Hamburger
*/
.nav-icon {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  position: relative;
  height: 42px;
  width: 42px;
  cursor: pointer;
  display: block;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  appearance: none;
  box-shadow: none;
  cursor: pointer;
  outline: none;
  border: none;
}
.nav-icon i {
  top: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  height: 2px;
  background: #0072bc;
  position: absolute;
  right: 7px;
  left: 7px;
  display: block;
  opacity: 1;
}
.nav-icon i:nth-child(2) {
  top: 20px;
}
.nav-icon i:nth-child(3) {
  top: 30px;
}
.nav-icon.is-active i {
  left: 10px;
  right: 10px;
}
.nav-icon.is-active i:nth-child(1) {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 20px;
}
.nav-icon.is-active i:nth-child(2) {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}
.nav-icon.is-active i:nth-child(3) {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 20px;
}
header .top-bar, header .top-bar > ul, header .row, header nav #menu-primary, .content#page-header, .content.home-content .hc-programs .hc-programs-grid, .content.home-content .hc-programs .hc-buttons, .content.home-content .hc-resources, .content.home-content .hc-widgets, .content.home-content .latest-posts .row, .content.cta .row, .content.has-submenu, #ajax-load-more .blog-item, .news-post article .post-nav, .news-post article .post-nav .post-share, .news-post article .post-nav .post-share .share-buttons, footer .footer-links, footer nav.row > ul, footer .copyright .row, footer .copyright .row p.dev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.content.home-content .hc-resources article a, .contact-links > div a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.content.home-content .hc-programs .hc-programs-grid > a, .content.home-content .hc-resources article, .content.home-content .hc-widgets > a, .content.home-content .latest-posts .row .news, .content.has-submenu article, #ajax-load-more .blog-item article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.content#page-header {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
header .row, .news-post article .post-nav, footer .footer-links, footer nav.row > ul, footer .copyright .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.content#page-header, .content.home-content .hc-programs .hc-buttons, .content.cta .row, .contact-links > div a {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
header .top-bar {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
header .top-bar, header .row, .content#page-header, .content.home-content .hc-programs .hc-buttons, .content.home-content .hc-resources article a, .content.cta .row, .contact-links > div a, #ajax-load-more .blog-item, .news-post article .post-nav, .news-post article .post-nav .post-share, footer .footer-links, footer .copyright .row, footer .copyright .row p.dev {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
html {
  font: 400 50px/1.6 'Museo Sans Cyrl', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
html > body {
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  letter-spacing: 0.25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  min-height: 100vh;
  font-size: 18px;
  color: #001519;
  margin: 0 auto;
}
#wrap {
  -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;
  overflow: hidden;
  width: 100%;
}
.googlemap {
  margin-bottom: 20px;
}
.googlemap img {
  max-width: none;
}
hr {
  background: #e1e1e1;
  border: 0 none;
  display: block;
  margin: 20px 0;
  height: 1px;
  clear: both;
}
.row {
  position: relative;
  width: 1140px;
  margin: 0 auto;
  max-width: 100%;
  z-index: 0;
}
.row.wider {
  width: 1340px;
}
@media screen and (max-width: 1340px) {
  .row {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.gform_wrapper {
  max-width: 800px;
  margin: 0 auto;
}
form label {
  font-size: 24px !important;
  font-family: 'Museo Sans Cyrl', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 700;
  color: #0072bc;
}
form label span.gfield_required {
  color: inherit !important;
}
form li.gfield {
  padding-left: 0 !important;
}
form li.gfield.gfield_error {
  padding-bottom: 0 !important;
  background: none !important;
  padding-top: 0 !important;
  border: 0 !important;
}
form li.gfield .gfield_description {
  font-size: 12px;
  color: #0072bc;
}
form input[type="text"], form input[type="number"], form input[type="email"], form input[type="tel"], form input[type="password"], form textarea {
  font: 400 16px 'Museo Sans Cyrl', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  padding: 0 14px !important;
  -webkit-border-radius: 0;
  border-radius: 0;
  border: 1px solid #0072bc;
  margin: 0 auto 20px;
  background: none;
  color: #001519;
  display: block;
  height: 50px;
  width: 100%;
}
form input[type="text"]::-webkit-input-placeholder, form input[type="number"]::-webkit-input-placeholder, form input[type="email"]::-webkit-input-placeholder, form input[type="tel"]::-webkit-input-placeholder, form input[type="password"]::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
  color: rgba(0, 21, 25, 0.6);
}
form input[type="text"]:-moz-placeholder, form input[type="number"]:-moz-placeholder, form input[type="email"]:-moz-placeholder, form input[type="tel"]:-moz-placeholder, form input[type="password"]:-moz-placeholder, form textarea:-moz-placeholder {
  color: rgba(0, 21, 25, 0.6);
}
form input[type="text"]::-moz-placeholder, form input[type="number"]::-moz-placeholder, form input[type="email"]::-moz-placeholder, form input[type="tel"]::-moz-placeholder, form input[type="password"]::-moz-placeholder, form textarea::-moz-placeholder {
  color: rgba(0, 21, 25, 0.6);
}
form input[type="text"]:-ms-input-placeholder, form input[type="number"]:-ms-input-placeholder, form input[type="email"]:-ms-input-placeholder, form input[type="tel"]:-ms-input-placeholder, form input[type="password"]:-ms-input-placeholder, form textarea:-ms-input-placeholder {
  color: rgba(0, 21, 25, 0.6);
}
form input[type="text"]:focus, form input[type="number"]:focus, form input[type="email"]:focus, form input[type="tel"]:focus, form input[type="password"]:focus, form textarea:focus {
  -webkit-box-shadow: 0 2px 16px 0 rgba(0, 21, 25, 0.15);
  box-shadow: 0 2px 16px 0 rgba(0, 21, 25, 0.15);
  border-color: #f26522;
}
form textarea {
  padding-top: 0.75em !important;
  -webkit-transition: none;
  transition: none;
  line-height: 24px;
  min-height: 240px;
  overflow: hidden;
  resize: none;
}
form input.datepicker {
  width: 100% !important;
}
form .ginput_container_radio ul li, form .ginput_container_checkbox ul li {
  margin-bottom: 16px !important;
}
form .ginput_container_radio ul li label, form .ginput_container_checkbox ul li label {
  font: 400 16px/22px 'Museo Sans Cyrl', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
  padding-left: 30px !important;
  position: relative;
  cursor: pointer;
}
form .ginput_container_radio ul li label:before, form .ginput_container_checkbox ul li label:before {
  border: 1px solid #0072bc;
  position: absolute;
  height: 20px;
  width: 20px;
  content: '';
  left: 1px;
  top: 1px;
}
form .ginput_container_radio ul li input, form .ginput_container_checkbox ul li input {
  display: none !important;
}
form .ginput_container_radio ul li input:checked + label:before, form .ginput_container_checkbox ul li input:checked + label:before {
  border-color: #0072bc;
  -webkit-box-shadow: 0 0 0 2px white inset, 0 0 0 20px #0072bc inset;
  box-shadow: 0 0 0 2px white inset, 0 0 0 20px #0072bc inset;
}
form .ginput_container_radio ul li label:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.button, .alm-load-more-btn, input[type="submit"] {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  font: 700 14px/20px 'Museo Sans Cyrl', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  text-decoration: none;
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 14px 20px;
  background: #0072bc;
  min-width: 170px;
  cursor: pointer;
  color: white;
  outline: none;
  margin: 0;
  border: 0;
}
.button > i, .alm-load-more-btn > i, input[type="submit"] > i {
  display: inline-block;
  margin-left: 10px;
  font-size: 12px;
}
.button:hover, .alm-load-more-btn:hover, input[type="submit"]:hover {
  background: #0063a3;
}
.button:hover > i, .alm-load-more-btn:hover > i, input[type="submit"]:hover > i {
  -webkit-transform: translateX(10px);
  transform: translateX(10px);
}
.button.larger, .alm-load-more-btn.larger, input[type="submit"].larger {
  padding-bottom: 0.43rem;
  padding-top: 0.43rem;
  min-width: 6.4rem;
  font-size: 18px;
}
.button.orange, .alm-load-more-btn.orange, input[type="submit"].orange {
  background: #f26522;
}
.button.orange:hover, .alm-load-more-btn.orange:hover, input[type="submit"].orange:hover {
  background: #ed560e;
}
.button.green, .alm-load-more-btn.green, input[type="submit"].green {
  background: #3cb878;
}
.button.green:hover, .alm-load-more-btn.green:hover, input[type="submit"].green:hover {
  background: #36a56b;
}
.news-link {
  text-decoration: none;
  display: inline-block;
  vertical-align: top;
  font-weight: 700;
  font-size: 14px;
  color: #0072bc;
}
.news-link i {
  margin-left: 6px;
  font-size: 11px;
}
.news-link:hover {
  text-decoration: none !important;
  color: #f26522 !important;
}
.glink {
  text-decoration: none;
  padding: 8px 0.7rem;
  background: #3cb878;
  font-weight: 700;
  font-size: 14px;
  display: block;
  color: white;
}
.glink:hover {
  background: #36a56b;
}
.glink[title="English"] {
  display: none;
}
[lang="es"] .glink[title="English"] {
  display: block;
}
[lang="es"] .glink[title="English"] + a {
  display: none;
}
header {
  -webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.15);
  background: white;
  position: fixed;
  display: block;
  z-index: 99;
  right: 0;
  left: 0;
  top: 0;
}
header .top-bar {
  background: #0072bc;
  font-weight: 700;
  font-size: 14px;
  padding: 20px;
}
header .top-bar > ul {
  margin-right: 20px;
}
header .top-bar > ul li {
  margin-right: 24px;
}
header .top-bar > ul li a {
  text-decoration: none;
  color: white;
}
header .top-bar > ul li a:hover {
  opacity: 0.7;
}
header .nav-icon {
  margin-right: -10px;
  display: none;
}
header .row {
  width: 100%;
}
@media screen and (min-width: 1340px) {
  header .row {
    padding-right: 0.7rem;
    padding-left: 0.7rem;
  }
}
header .row a.logo {
  -webkit-flex-basis: 5.56rem;
  -moz-flex-basis: 5.56rem;
  -ms-flex-preferred-size: 5.56rem;
  flex-basis: 5.56rem;
  margin: 19.45px 0;
}
header nav #menu-primary > li {
  position: relative;
}
header nav #menu-primary > li > a {
  text-decoration: none;
  color: #0072bc;
}
header nav #menu-primary > li > a:hover {
  color: #f26522;
}
header nav #menu-primary > li + li {
  margin-left: 0.84rem;
}
header nav #menu-primary > li.menu-item-has-children > ul {
  -webkit-transform: translateX(-50%) scale(0.85);
  transform: translateX(-50%) scale(0.85);
  margin-top: 0.73rem;
  white-space: nowrap;
  position: absolute;
  visibility: hidden;
  background: #0072bc;
  min-width: 275px;
  opacity: 0;
  left: 50%;
  top: 110%;
}
header nav #menu-primary > li.menu-item-has-children > ul:before {
  position: absolute;
  display: block;
  bottom: 100%;
  height: 32px;
  content: '';
  right: 0;
  left: 0;
}
header nav #menu-primary > li.menu-item-has-children > ul:after {
  content: '';
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 16px solid #0072bc;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: 100%;
  content: '';
  left: 50%;
}
header nav #menu-primary > li.menu-item-has-children > ul li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
}
header nav #menu-primary > li.menu-item-has-children > ul li a {
  text-decoration: none;
  padding: 6px 16px;
  font-weight: 400;
  font-size: 16px;
  color: white;
  display: block;
}
header nav #menu-primary > li.menu-item-has-children > ul li a:hover {
  background: white;
  color: #0072bc;
}
header nav #menu-primary > li.menu-item-has-children:hover > ul {
  -webkit-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  visibility: visible;
  opacity: 1;
  top: 100%;
}
header nav #menu-mobile {
  display: none;
}
.content h1 {
  line-height: 1.4;
  font-size: 50px;
}
.content h2 {
  line-height: 1.4;
  font-size: 40px;
}
.content h3 {
  line-height: 1.6;
  font-size: 30px;
  color: #0072bc;
}
.content h3.iconic-title {
  margin-bottom: 20px;
}
.content h3.iconic-title i {
  margin-right: 10px;
}
.content h4 {
  margin-bottom: 16px;
  line-height: 1.4;
  font-size: 20px;
  color: #0072bc;
}
.content h5 {
  margin-bottom: 20px;
  line-height: 1.6;
  font-weight: 400;
  font-size: 20px;
}
.content h6 {
  margin-bottom: 20px;
  line-height: 1.45;
  font-weight: 400;
  font-size: 18px;
}
.content a:not(.button) {
  text-decoration: none;
  color: #0072bc;
}
.content a:not(.button):hover {
  text-decoration: underline;
}
.content blockquote {
  border-bottom: 1px solid rgba(0, 114, 188, 0.3);
  border-top: 1px solid rgba(0, 114, 188, 0.3);
  text-align: center;
  padding: 40px 0;
  margin: 40px 0;
}
.content blockquote * {
  color: #0072bc;
}
.content blockquote *:last-child {
  margin-bottom: 0;
}
.content .resource {
  background: #f0f2ff;
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
  padding: 35px;
}
.content .resource *:last-child {
  margin-bottom: 0;
}
.content .resource a {
  text-decoration: underline;
}
.content .resource a:hover {
  color: #f26522;
}
.content .staff {
  margin-left: -24px;
}
.content .staff > figure {
  width: calc(33.333% - 24px);
  text-align: center;
  display: inline-block;
  vertical-align: top;
  margin-left: 20px;
  margin-top: 40px;
  cursor: pointer;
  position: relative;
}
.content .staff > figure:hover > figcaption > *, .content .staff > figure.opened > figcaption > * {
  color: #0072bc;
}
.content .staff > figure.opened:after {
  content: '';
  display: inline-block;
  width: 0px;
  height: 0px;
  border-top: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 15px solid #f0f2ff;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  margin-top: 17px;
  left: 50%;
  top: 100%;
}
.content .staff img {
  width: 100%;
}
.content .staff h5 {
  margin-bottom: 5px;
  font-weight: 700;
  line-height: 1;
}
.content .staff p {
  line-height: 1;
  margin: 0;
}
.content .staff > div {
  display: none;
  position: relative;
  background: #f0f2ff;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 30px 10px;
  text-align: left;
  float: left;
  width: 100%;
  margin: 30px 0 0;
}
.content .accordion {
  margin-bottom: 40px;
}
.content .accordion > mark {
  font: 700 18px/1.4 'Museo Sans Cyrl', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  margin-bottom: 14px;
  position: relative;
  padding: 10px 20px;
  background: #0072bc;
  cursor: pointer;
  display: block;
  color: white;
}
.content .accordion > mark > i {
  -webkit-transform: translateY(-50%) rotate(0);
  transform: translateY(-50%) rotate(0);
  position: absolute;
  font-weight: 400;
  right: 20px;
  top: 50%;
}
.content .accordion > mark.opened {
  margin-bottom: 0;
  cursor: default;
}
.content .accordion > mark.opened > i {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.content .accordion > div {
  border: 1px solid #0072bc;
  margin-bottom: 24px;
  font-size: 16px;
  display: none;
  padding: 20px;
  border-top: 0;
}
.content .app-steps {
  margin: 50px auto;
}
.content .app-steps .step {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #0072bc;
  padding: 0 20px 32px;
  overflow: hidden;
}
.content .app-steps .step mark {
  margin: 0 -20px 32px;
  text-align: center;
  background: #0072bc;
  line-height: 1.25;
  font-weight: 700;
  font-size: 30px;
  padding: 8px 0;
  display: block;
  color: white;
}
.content .app-steps .step *:last-child {
  margin-bottom: 0;
}
.content .app-steps .step + .step {
  margin-top: 32px;
}
.content .app-steps .step.color-green {
  border-color: #3cb878;
}
.content .app-steps .step.color-green h2, .content .app-steps .step.color-green h3, .content .app-steps .step.color-green h4, .content .app-steps .step.color-green h5, .content .app-steps .step.color-green h6 {
  color: #3cb878;
}
.content .app-steps .step.color-green mark {
  background: #3cb878;
}
.content .app-steps .step.color-orange {
  border-color: #f26522;
}
.content .app-steps .step.color-orange h2, .content .app-steps .step.color-orange h3, .content .app-steps .step.color-orange h4, .content .app-steps .step.color-orange h5, .content .app-steps .step.color-orange h6 {
  color: #f26522;
}
.content .app-steps .step.color-orange mark {
  background: #f26522;
}
.content.form-contact {
  padding-bottom: 1.6rem;
}
.content article ul {
  margin-bottom: 20px;
}
.content article ul li {
  position: relative;
  padding-left: 24px;
}
.content article ul li:before {
  position: absolute;
  content: '•';
  left: 0;
  top: 0;
}
.content article img {
  margin-bottom: 0.75em;
}
.content article img.alignright {
  margin-left: 1.5em;
}
.content article img.alignleft {
  margin-right: 1.5em;
}
.content article img.alignnone {
  display: inline-block;
  vertical-align: baseline;
  margin: 0;
}
.content article .wp-video {
  margin-bottom: 0.75em;
  width: auto !important;
}
.content article .wp-video .mejs-video {
  width: auto !important;
  height: auto !important;
}
.content article table {
  -webkit-border-radius: 9px;
  border-radius: 9px;
  border-collapse: collapse;
  margin-bottom: 40px;
  table-layout: fixed;
  overflow: hidden;
  font-size: 18px;
  width: 100%;
}
.content article table tr:nth-child(odd) {
  background: #f0f2ff;
}
.content article table tr:first-child td:first-child {
  -webkit-border-radius: 10px 0 0 0;
  border-radius: 10px 0 0 0;
}
.content article table tr:first-child td:last-child {
  -webkit-border-radius: 0 10px 0 0;
  border-radius: 0 10px 0 0;
}
.content article table tr:last-child td {
  border-bottom: 1px solid #f0f2ff;
}
.content article table tr:last-child td:first-child {
  -webkit-border-radius: 0 0 10px 0;
  border-radius: 0 0 10px 0;
}
.content article table tr:last-child td:last-child {
  -webkit-border-radius: 0 0 0 10px;
  border-radius: 0 0 0 10px;
}
.content article table tr td {
  padding: 8px 16px;
  border: 0;
}
.content article table tr td:first-child {
  border-left: 1px solid #f0f2ff;
}
.content article table tr td:last-child {
  border-right: 1px solid #f0f2ff;
  text-align: right;
}
.content#page-header {
  margin-top: 2.88rem;
  margin-bottom: 50px;
  text-align: center;
  position: relative;
  height: 280px;
  color: white;
}
.content#page-header:before {
  background: rgba(0, 21, 25, 0.35);
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  content: '';
}
.content#page-header > * {
  z-index: 10;
}
.content#page-header > * + * {
  margin-top: 32px;
}
.home .content#page-header {
  max-height: 100vh;
  height: 580px;
}
.tpl-contact .content#page-header, .blog .content#page-header, .category .content#page-header {
  margin-bottom: 0;
}
.content.home-content .hc-programs {
  margin-bottom: 1.3rem;
  text-align: center;
}
.content.home-content .hc-programs .hc-programs-grid {
  margin-top: 40px;
}
.content.home-content .hc-programs .hc-programs-grid > a {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 4.8rem 0 20px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  display: block;
  color: white;
}
.content.home-content .hc-programs .hc-programs-grid > a h4 {
  position: relative;
  color: white;
  z-index: 1;
}
.content.home-content .hc-programs .hc-programs-grid > a:before {
  background: rgba(0, 29, 47, 0);
  background: -webkit-gradient(linear, left top, left bottom, from(#00001D2F), to(#FF001D2F));
  background: -moz-linear-gradient(center top, rgba(0, 29, 47, 0) 35%, #001d2f 100%);
  background: -moz-gradient(center top, rgba(0, 29, 47, 0) 35%, #001d2f 100%);
  background: -webkit-linear-gradient(top, rgba(0, 29, 47, 0) 35%, #001d2f 100%);
  background: -o-linear-gradient(top, rgba(0, 29, 47, 0) 35%, #001d2f 100%);
  background: -ms-linear-gradient(top, rgba(0, 29, 47, 0) 35%, #001d2f 100%);
  background: linear-gradient(to bottom, rgba(0, 29, 47, 0) 35%, #001d2f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00001D2F', endColorstr='#FF001D2F',GradientType=0);
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  opacity: 0.8;
  content: '';
}
.content.home-content .hc-programs .hc-programs-grid > a + a {
  margin-left: 20px;
}
.content.home-content .hc-programs .hc-programs-grid > a:hover {
  -webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.15);
}
.content.home-content .hc-programs .hc-programs-grid > a:hover:before {
  opacity: 1;
}
.content.home-content .hc-programs .hc-buttons {
  margin-top: 40px;
}
.content.home-content .hc-programs .hc-buttons a + a {
  margin-left: 16px;
}
.content.home-content .hc-resources figure {
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}
.content.home-content .hc-resources article {
  padding: 2.3rem 1.9rem;
  background: #0072bc;
}
.content.home-content .hc-resources article * {
  color: white;
}
.content.home-content .hc-resources article h3 {
  margin-bottom: 20px;
}
.content.home-content .hc-resources article div + div {
  margin-top: 16px;
}
.content.home-content .hc-resources article a {
  text-decoration: none;
}
.content.home-content .hc-resources article a i {
  margin-right: 10px;
}
.content.home-content .hc-resources article a:hover {
  opacity: 0.5;
}
.content.home-content .hc-widgets {
  margin-bottom: 1.4rem;
  margin-top: 1.4rem;
  text-align: center;
}
.content.home-content .hc-widgets > a {
  text-decoration: none;
  color: #0072bc;
}
.content.home-content .hc-widgets > a h4 {
  margin: 16px 0 10px;
}
.content.home-content .hc-widgets > a img {
  -webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: block;
  width: 100%;
}
.content.home-content .hc-widgets > a + a {
  margin-left: 1.3rem;
}
.content.home-content .hc-widgets > a:hover img {
  -webkit-box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.25);
}
.content.home-content .hc-widgets > a:hover .button {
  background: #0063a3;
}
.content.home-content .latest-posts {
  background: #f0f2ff;
  padding: 1.4rem 0;
}
.content.home-content .latest-posts .row h3 {
  margin-bottom: 0.9rem;
  line-height: 1.4;
  color: #0072bc;
}
.content.home-content .latest-posts .row mark {
  font-size: 16px;
}
.content.home-content .latest-posts .row .news {
  line-height: 1.62;
  font-size: 16px;
}
.content.home-content .latest-posts .row .news h4 {
  color: #001519;
}
.content.home-content .latest-posts .row .news mark {
  margin-top: 6px;
  display: block;
}
.content.home-content .latest-posts .row .news mark:after {
  margin: 24px 0 30px;
  background: #3cb878;
  display: block;
  width: 50px;
  content: '';
  height: 2px;
}
.content.home-content .latest-posts .row .events {
  border-left: 1px solid #a8c0d8;
  -webkit-flex-basis: 435px;
  -moz-flex-basis: 435px;
  -ms-flex-preferred-size: 435px;
  flex-basis: 435px;
  padding-left: 1.84rem;
  margin-left: 2.24rem;
}
.content.home-content .latest-posts .row .events .item-event {
  border-bottom: 1px solid #a8c0d8;
  text-decoration: none;
  padding-bottom: 10px;
  padding-right: 20px;
  position: relative;
  color: #001519;
  display: block;
}
.content.home-content .latest-posts .row .events .item-event > i {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  font-size: 14px;
  line-height: 1;
  right: 0;
  top: 50%;
}
.content.home-content .latest-posts .row .events .item-event + a {
  margin-top: 10px;
}
.content.home-content .latest-posts .row .events .item-event h6 {
  line-height: 1.6;
  font-weight: 700;
  margin: 0;
}
.content.home-content .latest-posts .row .events .item-event:hover {
  color: #0072bc;
}
.content.cta {
  background: #f26522;
  padding: 1.5rem 0;
}
.content.cta .row {
  color: white;
}
.content.cta .row h2 {
  margin: 0;
}
.content.cta .row .button {
  margin-left: 1.1rem;
}
.content.footer-logos {
  background: white;
  padding: 0.7rem 0;
}
.content.footer-logos section > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
.content.footer-logos section > div > div {
  padding: 5px 20px;
}
@media screen and (max-width: 480px) {
  .content.footer-logos section > div > div {
    padding: 13px 20px;
  }
}
.content.footer-logos section > div > div a {
  display: inline-block;
}
.content.has-submenu {
  padding-bottom: 3.5rem;
  width: 1220px;
}
.content.has-submenu aside {
  -webkit-flex-basis: 300px;
  -moz-flex-basis: 300px;
  -ms-flex-preferred-size: 300px;
  flex-basis: 300px;
  margin-right: 2.5rem;
}
.content.has-submenu aside nav .submenu li {
  border-bottom: 1px solid rgba(0, 114, 188, 0.3);
}
.content.has-submenu aside nav .submenu li:first-child {
  border-top: 1px solid rgba(0, 114, 188, 0.3);
}
.content.has-submenu aside nav .submenu li a {
  padding: 22px 20px 22px 10px;
  text-decoration: none;
  position: relative;
  font-weight: 700;
  color: #001519;
  display: block;
}
.content.has-submenu aside nav .submenu li a:hover {
  color: #0072bc;
}
.content.has-submenu aside nav .submenu li a > i {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  font-size: 13px;
  right: 0;
  top: 50%;
}
.content.has-submenu aside nav .submenu li.current_page_item > a {
  color: #0072bc;
}
.content.has-submenu aside nav .selectric-wrapper {
  display: none;
}
.categories {
  margin-bottom: 55px;
  padding: 30px 20px;
  background: #0072bc;
}
.categories form {
  max-width: 325px;
  margin: 0 auto;
}
.selectric-wrapper .selectric {
  background: white;
  font-size: 16px;
  border: 0;
}
.selectric-wrapper .selectric .label {
  color: rgba(0, 21, 25, 0.6);
  margin-left: 14px;
}
.selectric-wrapper .selectric > i {
  content: '';
  display: inline-block;
  width: 0px;
  height: 0px;
  border-bottom: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #001519;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  color: #001519;
  right: 16px;
  top: 50%;
}
.selectric-wrapper .selectric-items {
  -webkit-box-shadow: 3.5px 6.062px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 3.5px 6.062px 15px 0 rgba(0, 0, 0, 0.15);
  background: white;
  border: 0;
  border-top: 1px solid #b2bbc0;
}
.selectric-wrapper .selectric-items li {
  padding-left: 14px;
  font-size: 16px;
  color: #001519;
}
.selectric-wrapper .selectric-items li.selected {
  background: #001519 !important;
  color: white !important;
}
.selectric-wrapper .selectric-items li:hover {
  background: #0072bc;
  color: white;
}
.blog .selectric-wrapper .selectric-items li[data-index="0"].selected {
  background: none !important;
  color: #001519 !important;
}
.contact-links {
  background: #f0f2ff;
  margin-bottom: 30px;
  text-align: center;
  padding: 30px 0;
}
.contact-links > div a {
  text-decoration: none;
  color: #0072bc;
}
.contact-links > div a i {
  margin-right: 10px;
}
.contact-links > div a:hover {
  color: #f26522;
}
#ajax-load-more .alm-listing {
  width: 1040px;
}
#ajax-load-more .blog-item {
  -webkit-box-shadow: 3.5px 6.062px 15px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 3.5px 6.062px 15px 0 rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  font-size: 16px;
}
#ajax-load-more .blog-item figure {
  -webkit-flex-basis: 345px;
  -moz-flex-basis: 345px;
  -ms-flex-preferred-size: 345px;
  flex-basis: 345px;
}
#ajax-load-more .blog-item figure:before {
  padding-bottom: 100%;
  display: block;
  content: '';
}
#ajax-load-more .blog-item article {
  margin-right: 1.6rem;
  margin-left: 1.04rem;
}
#ajax-load-more .blog-item article h4 {
  margin-bottom: 0;
}
#ajax-load-more .blog-item article .post-meta:after {
  margin: 20px 0 24px;
  background: #3cb878;
  display: block;
  width: 50px;
  content: '';
  height: 2px;
}
#ajax-load-more .blog-item + .blog-item {
  margin-top: 35px;
}
#ajax-load-more .alm-btn-wrap {
  padding-bottom: 2rem;
  padding-top: 55px;
}
.post-placeholder {
  background: #001519;
  height: 425px;
}
.news-post {
  width: 790px;
}
.news-post > figure {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  margin: -27.5% auto 32px;
  max-width: 520px;
}
.news-post > figure:before {
  padding-bottom: 65.5%;
  display: block;
  content: '';
}
.news-post article .post-meta {
  text-align: center;
}
.news-post article .post-meta h3 {
  line-height: 1.6;
}
.news-post article .post-meta:after {
  margin: 20px auto 24px;
  background: #3cb878;
  display: block;
  width: 50px;
  content: '';
  height: 2px;
}
.news-post article .post-excerpt {
  margin-bottom: 32px;
}
.news-post article .post-nav {
  padding: 1.5rem 0 2.4rem;
}
.news-post article .post-nav .post-share {
  font-size: 14px;
  color: #001519;
}
.news-post article .post-nav .post-share span {
  margin-right: 20px;
}
.news-post article .post-nav .post-share .share-buttons a {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #001519;
  text-decoration: none;
  text-align: center;
  line-height: 36px;
  font-size: 17px;
  color: #001519;
  height: 36px;
  width: 36px;
}
.news-post article .post-nav .post-share .share-buttons a + a {
  margin-left: 10px;
}
.news-post article .post-nav .post-share .share-buttons a:hover {
  background: #0072bc;
  color: white;
}
.search_box {
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  z-index: 99;
  margin: 0;
}
.search_box form input[type="text"] {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 0 30px 0 10px;
  border: 1px solid #ccc;
  font: 300 14px 'Museo Sans Cyrl', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  background: white;
  display: block;
  width: 100%;
  height: 32px;
  margin: 0;
  color: #333;
}
.search_box form input[type="text"]:focus {
  border-color: #000;
}
.search_box form button {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  max-height: none;
  min-height: 1px;
  max-width: none;
  min-width: 1px;
  position: absolute;
  background: white;
  cursor: pointer;
  height: 30px;
  width: 30px;
  right: 2px;
  padding: 0;
  border: 0;
  top: 1px;
}
.search_box form button[disabled] {
  cursor: pointer;
}
.search_box form button:before {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #333;
  position: absolute;
  height: 13px;
  width: 13px;
  content: "";
  left: 5px;
  top: 5px;
}
.search_box form button:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-border-radius: 3px;
  border-radius: 3px;
  position: absolute;
  background: #333;
  content: "";
  height: 2px;
  width: 10px;
  left: 18px;
  top: 21px;
}
.search_box form button:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.search_box form button:hover:before {
  border-color: #16a085;
}
.search_box form button:hover:after {
  background: #16a085;
}
.search_box form img {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  position: absolute;
  background: white;
  display: none;
  padding: 7px;
  z-index: 99;
  width: 30px;
  right: 1px;
  top: 1px;
}
.search_box form .close {
  font: 400 14px/30px "Verdana", sans-serif;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  background: white;
  cursor: pointer;
  display: none;
  height: 30px;
  width: 30px;
  z-index: 32;
  right: 1px;
  top: 1px;
}
.search_box form .close:hover {
  color: #ef4036;
}
.search_box .search_result {
  position: absolute !important;
  font: 400 14px/20px 'Museo Sans Cyrl', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  left: 0;
  max-height: 240px;
  overflow: auto;
  right: 0;
  top: 100%;
  z-index: -1;
}
.search_box .search_result .showsearch {
  padding: 7px 0 0;
  margin: -7px 0 0;
  background: white;
}
.search_box .search_result .showsearch:empty {
  display: none;
}
.search_box .search_result mark {
  text-align: center;
  color: #707070;
  display: block;
  padding: 10px;
}
.search_box .search_result p {
  border-top: 1px solid #e1e1e1;
  text-align: left;
  padding: 0;
}
.search_box .search_result p:first-child {
  border-top: 0;
}
.search_box .search_result p a {
  padding: 5px 10px;
  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;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: #333;
}
.search_box .search_result p a img {
  width: 40px;
  display: block;
  margin: 0 10px 0 0;
}
.search_box .search_result p a span {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
  -moz-box-flex: 1;
  -moz-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0;
}
.search_box .search_result p a:hover {
  color: #707070;
}
footer {
  background: #001d2f;
  overflow: hidden;
  font-size: 16px;
  color: white;
}
footer .footer-links {
  padding-bottom: 40px;
  padding-top: 40px;
}
footer .footer-links a {
  text-decoration: none;
  font-size: 18px;
  color: white;
}
footer .footer-links a i {
  margin-right: 10px;
  font-size: 16px;
}
footer .footer-links a:hover {
  color: #f26522;
}
footer .footer-links + hr {
  background: #263f4e;
  margin: 0;
}
footer nav.row {
  padding-bottom: 1.3rem;
  padding-top: 45px;
}
footer nav.row a {
  text-decoration: none;
  color: white;
}
footer nav.row > ul {
  width: 100%;
}
footer nav.row > ul > li > a {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 18px;
  display: block;
}
footer nav.row > ul > li > a:hover {
  color: #f26522;
}
footer nav.row > ul > li li a {
  opacity: 0.6;
}
footer nav.row > ul > li li a:hover {
  opacity: 1;
}
footer .copyright {
  background: #001519;
  padding: 20px 0;
}
footer .copyright .row {
  color: rgba(255, 255, 255, 0.6);
}
footer .copyright .row a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
}
footer .copyright .row a:hover {
  color: #f26522;
}
footer .copyright .row p {
  margin: 0;
}
footer .copyright .row p.cr span {
  display: inline-block;
  margin: 0 10px;
}
footer .copyright .row p.dev a {
  text-decoration: none;
  margin-left: 5px;
  font-size: 18px;
}
.wpa_slideshow {
  position: relative;
  margin-bottom: 20px;
}
.wpa_slideshow .swiper-pagination-bullet-active {
  background: yellow;
}
.wpa_slideshow .swiper-button-prev, .wpa_slideshow .swiper-button-next {
  text-align: center;
  background: none;
  color: white;
  height: 40px;
  width: 40px;
}
.wpa_slideshow .swiper-button-prev::before, .wpa_slideshow .swiper-button-next::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 0.05em solid white;
  border-top: 0.05em solid white;
  display: inline-block;
  position: relative;
  height: 1.5em;
  margin: 0 5px;
  width: 1.5em;
  content: "";
  top: 6pt;
}
.wpa_slideshow .swiper-button-prev:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.wpa_slideshow .swiper-button-disabled {
  visibility: hidden;
  opacity: 0;
}
.wpa_slideshow img {
  margin-bottom: 0 !important;
}
.fancybox-modal-content {
  max-width: 100%;
  display: none;
  width: 720px;
}
.page.login {
  font-size: 14px;
}
.page.login #login form p {
  margin-bottom: 20px;
}
.page.login label {
  font-size: 14px !important;
  font-weight: 400;
}
