/* ------------------------------------------------------------ *\
	Variables
\* ------------------------------------------------------------ */
/*

$base-font-family: "Arial", sans-serif;

*/
/* ------------------------------------------------------------ *\
	Mixins
\* ------------------------------------------------------------ */
.logo-footer,
[class^="ico-"] {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
  line-height: 0;
  text-indent: -4004px; }

.ico-admin {
  background-image: url(images/sprite.png);
  background-position: -182px -165px;
  width: 63px;
  height: 87px; }

.ico-book {
  background-image: url(images/sprite.png);
  background-position: -91px -165px;
  width: 87px;
  height: 87px; }

.ico-doc {
  background-image: url(images/sprite.png);
  background-position: -285px 0;
  width: 50px;
  height: 65px; }

.ico-email {
  background-image: url(images/sprite.png);
  background-position: -285px -212px;
  width: 26px;
  height: 18px; }

.ico-flickr {
  background-image: url(images/sprite.png);
  background-position: -285px -192px;
  width: 33px;
  height: 16px; }

.ico-handshake {
  background-image: url(images/sprite.png);
  background-position: -166px 0;
  width: 115px;
  height: 87px; }

.ico-jpg {
  background-image: url(images/sprite.png);
  background-position: -285px -69px;
  width: 50px;
  height: 65px; }

.ico-mentor {
  background-image: url(images/sprite.png);
  background-position: 0 -165px;
  width: 87px;
  height: 87px; }

.ico-pdf {
  background-image: url(images/sprite.png);
  background-position: -124px -94px;
  width: 50px;
  height: 65px; }

.ico-phone {
  background-image: url(images/sprite.png);
  background-position: -285px -138px;
  width: 50px;
  height: 50px; }

.ico-xls {
  background-image: url(images/sprite.png);
  background-position: -178px -94px;
  width: 50px;
  height: 65px; }

.ico-url {
  background-image: url(images/website.png);
  width: 50px;
  height: 50px;
  background-size: cover; }

.logo-footer {
  background-image: url(images/sprite.png);
  background-position: 0 -94px;
  width: 120px;
  height: 67px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .ico-email {
    background-image: url(images/sprite.-2x.png);
    background-position: -52px -18px;
    background-size: 85px 50px;
    width: 26px;
    height: 18px; }

  .ico-flickr {
    background-image: url(images/sprite.-2x.png);
    background-position: -52px 0;
    background-size: 85px 50px;
    width: 33px;
    height: 16px; }

  .ico-phone {
    background-image: url(images/sprite.-2x.png);
    background-position: 0 0;
    background-size: 85px 50px;
    width: 50px;
    height: 50px; } }
.shell {
  max-width: 1160px;
  margin: 0 auto; }

.shell:after {
  content: '';
  display: table;
  clear: both; }

@media (max-width: 1180px) {
  .shell {
    padding: 0 30px; } }
*,
*:before,
*:after {
  padding: 0;
  margin: 0;
  outline: 0;
  box-sizing: border-box; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block; }

html,
body {
  height: 100%; }

html {
  tap-highlight-color: transparent; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none; }

img, iframe, video, audio, object {
  max-width: 100%; }

img, iframe {
  border: 0 none; }

img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }

b,
strong {
  font-weight: bold; }

address {
  font-style: normal; }

svg:not(:root) {
  overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

textarea {
  overflow: auto;
  resize: none;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

button,
select {
  text-transform: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

nav ul,
nav ol {
  list-style: none outside none; }

body {
  min-width: 320px;
  background: #fff;
  font-family: 'Oswald', sans-serif;
  font-size: 14px;
  line-height: 1.71;
  color: #092538;
  font-weight: 300; }

a {
  color: inherit;
  text-decoration: underline; }

a:hover {
  text-decoration: none; }

a[href^="tel"] {
  text-decoration: none; }

h1 {
  font-size: 37px;
  line-height: 1;
  letter-spacing: .02em;
  color: #fff;
  font-weight: 300; }

h2 {
  font-size: 30px;
  line-height: 1.06;
  letter-spacing: .02em;
  color: #092538;
  font-weight: 300; }

h3 {
  font-size: 26px;
  line-height: 1.18;
  letter-spacing: .02em;
  color: #b2c92f;
  font-weight: 300; }

h4 {
  font-size: 16px;
  line-height: 2.06;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 700; }

h5 {
  font-size: 18px;
  line-height: 1.77;
  color: #092538;
  letter-spacing: .02em;
  font-family: 'Lato', sans-serif;
  font-weight: 700; }

h6 {
  font-size: 18px;
  line-height: 1.33;
  color: #092538;
  letter-spacing: .02em;
  font-family: 'Lato', sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.65em; }

p,
ul,
ol,
dl,
table,
blockquote {
  margin-bottom: 1.3em; }

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child {
  margin-bottom: 0; }

@media (max-width: 767px) {
  body {
    font-size: 12px; }

  h2 {
    font-size: 18px; } }
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0; }

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto; }

.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px; }

a img.alignnone {
  margin: 5px 20px 20px 0; }

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0; }

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center; }

.wp-caption.alignnone {
  margin: 5px 20px 20px 0; }

.wp-caption.alignleft {
  margin: 5px 20px 20px 0; }

.wp-caption.alignright {
  margin: 5px 0 20px 20px; }

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto; }

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

.slider-intro {
  position: relative; }
  .slider-intro .slide {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 113px 0 0;
    min-height: 547px; }
    .slider-intro .slide > img {
      display: none; }
    .slider-intro .slide h1 {
      margin-bottom: 40px; }
    .slider-intro .slide p {
      font-size: 20px;
      line-height: 1.59;
      color: #fff;
      margin-bottom: 49px;
      font-family: 'Open Sans', sans-serif; }
  .slider-intro .slider-paging {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.5); }
    .slider-intro .slider-paging a {
      display: block;
      width: 100%;
      height: auto;
      color: #2790ae;
      font-size: 19px;
      letter-spacing: .02em;
      font-weight: 700;
      text-transform: uppercase;
      font-family: 'Open Sans', sans-serif;
      text-decoration: none;
      padding: 21px 0 26px;
      -webkit-transition: all .3s;
      transition: all .3s; }
    .slider-intro .slider-paging li {
      float: left;
      position: relative;
      text-align: center;
      border-left: 1px solid  #356e8f; }
      .slider-intro .slider-paging li:after {
        opacity: 0;
        display: inline-block;
        content: '';
        position: absolute;
        top: -13px;
        left: 50%;
        margin-left: -13px;
        width: 0;
        height: 0;
        -webkit-transition: all .3s;
        transition: all .3s;
        border-style: solid;
        border-width: 0 13px 13px 13px;
        border-color: transparent transparent #092538 transparent; }
    .slider-intro .slider-paging li:last-child {
      border-right: 1px solid  #356e8f; }
    .slider-intro .slider-paging li:hover a,
    .slider-intro .slider-paging .slick-active a {
      color: #fff;
      background: #092538; }
    .slider-intro .slider-paging li:hover:after,
    .slider-intro .slider-paging .slick-active:after {
      opacity: 1; }
    .slider-intro .slider-paging ul {
      list-style: none; }
    .slider-intro .slider-paging ul:after {
      content: '';
      display: table;
      clear: both; }

@media (max-width: 767px) {
  .slider-intro .slide {
    padding: 80px 0 0;
    min-height: 377px; }
    .slider-intro .slide h1 {
      margin-bottom: 20px; }
    .slider-intro .slide p {
      font-size: 16px;
      margin-bottom: 20px; }
      .slider-intro .slide p br {
        display: none; }
  .slider-intro .slider-paging .shell {
    padding: 0; }
  .slider-intro .slider-paging a {
    color: #2790ae;
    font-size: 12px;
    letter-spacing: .02em;
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    padding: 12px 0 10px;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .slider-intro .slider-paging li:after {
    border-width: 0 7px 7px 7px;
    top: -7px;
    margin-left: -7px; } }
/* ------------------------------------------------------------ *\
	slider-locations
\* ------------------------------------------------------------ */
.slider-locations .slide-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 200px; }
  .slider-locations .slide-image > img {
    display: none; }
.slider-locations h3 {
  margin: 0 0 8px; }
.slider-locations .btn {
  font-weight: 700; }
.slider-locations .slide {
  float: left;
  width: 29%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
.slider-locations .slide + .slide {
  margin-left: 6%; }
.slider-locations .slides:after {
  content: '';
  display: table;
  clear: both; }
.slider-locations .slide-content {
  background: #fff;
  padding: 30px 35px 46px;
  min-height: 308px; }
.slider-locations .slide-content-head {
  padding-bottom: 25px; }
  .slider-locations .slide-content-head p {
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    color: #a7a9ac;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase; }
.slider-locations .slide-content-body p {
  font-family: 'Open Sans', sans-serif;
  color: #808285;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 33px; }
.slider-locations .slides {
  list-style: none; }
.slider-locations .slick-dots {
  padding-top: 15px;
  display: block;
  width: 100%;
  list-style: none;
  text-align: center; }
.slider-locations .slick-dots li {
  display: inline-block;
  font-size: 0;
  line-height: 0;
  text-indent: -4004px;
  border: 2px solid  #fff;
  border-radius: 50%;
  background-color: transparent;
  width: 12px;
  height: 12px;
  cursor: pointer; }
.slider-locations .slick-dots li + li {
  margin-left: 17px; }
.slider-locations .slick-dots li:hover,
.slider-locations .slick-dots .slick-active {
  background: #fff; }

.slider-locations.active .slide {
  opacity: 0;
  float: left;
  width: auto; }
.slider-locations.active .slick-active {
  opacity: 1; }
.slider-locations.active .slide + .slide {
  margin-left: 70px; }
.slider-locations.active .slick-list {
  margin-right: -70px; }

@media (max-width: 1180px) {
  .slider-locations.active .slide {
    opacity: 1; } }
@media (max-width: 1024px) {
  .slider-locations {
    overflow: hidden; }
    .slider-locations h3 {
      font-size: 18px; }
    .slider-locations .slide-content-head {
      padding-bottom: 10px; }
      .slider-locations .slide-content-head p {
        font-size: 10px; }
    .slider-locations .slide-content-body p {
      margin-bottom: 15px; }
    .slider-locations .slide-content {
      padding: 10px 15px 25px; }
    .slider-locations .slide {
      width: 32%; }
    .slider-locations .slide + .slide {
      margin-left: 2%; }

  .slider-locations.active .slide + .slide {
    margin-left: 10px; }
  .slider-locations.active .slick-list {
    margin-right: -10px;
    padding: 0 !important; } }
/* ------------------------------------------------------------ *\
	slider-testimonials
\* ------------------------------------------------------------ */
.slider-testimonials {
  position: relative; }
  .slider-testimonials .slick-list {
    padding: 10px 0 10px 5px; }
  .slider-testimonials .slides {
    float: left;
    width: 100%;
    list-style: none; }
  .slider-testimonials .slide-image {
    width: 30%;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    border: 12px solid  #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
    .slider-testimonials .slide-image img {
      width: 100%;
      height: auto; }
  .slider-testimonials .slide-content {
    float: left;
    width: 70%;
    padding-left: 58px;
    padding-top: 40px; }
    .slider-testimonials .slide-content h3 {
      font-size: 30px;
      line-height: 1;
      color: #fff;
      letter-spacing: .02em;
      padding-bottom: 39px;
      margin-bottom: 29px;
      position: relative; }
      .slider-testimonials .slide-content h3:after {
        display: inline-block;
        content: '';
        background: #fff;
        width: 50px;
        height: 2px;
        position: absolute;
        left: 0;
        bottom: 0; }
    .slider-testimonials .slide-content p {
      font-size: 20px;
      line-height: 1.5;
      color: #fff;
      font-family: 'Lato', sans-serif;
      font-weight: 300; }
  .slider-testimonials .slide:after {
    content: '';
    display: table;
    clear: both; }
  .slider-testimonials:after {
    content: '';
    display: table;
    clear: both; }
  .slider-testimonials .slick-dots {
    display: inline-block;
    padding-left: calc(30% + 60px);
    text-align: left;
    list-style: none;
    position: absolute;
    bottom: 66px; }
  .slider-testimonials .slick-dots li {
    display: inline-block;
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
    border: 2px solid  #fff;
    border-radius: 50%;
    background-color: transparent;
    width: 12px;
    height: 12px;
    cursor: pointer; }
  .slider-testimonials .slick-dots li + li {
    margin-left: 17px; }
  .slider-testimonials .slick-dots li:hover,
  .slider-testimonials .slick-dots .slick-active {
    background: #fff; }

@media (max-width: 1160px) {
  .slider-testimonials .slick-dots {
    top: auto;
    bottom: 0px; } }
@media (max-width: 1024px) {
  .slider-testimonials .slide-content {
    padding: 0 0 0 30px; }
    .slider-testimonials .slide-content h3 {
      margin-bottom: 10px;
      padding-bottom: 15px; }
    .slider-testimonials .slide-content p {
      font-size: 14px; }
  .slider-testimonials .slide-image {
    border-width: 5px; }
  .slider-testimonials .slick-dots {
    top: auto;
    bottom: 20%; } }
@media (max-width: 767px) {
  .slider-testimonials {
    padding-bottom: 30px; }
    .slider-testimonials .slide-image {
      width: 100%;
      float: none;
      border-width: 6px; }
    .slider-testimonials .slide-content {
      float: none;
      width: 100%;
      padding-left: 0;
      padding-top: 20px; }
    .slider-testimonials .slick-dots {
      display: block;
      width: 100%;
      padding-left: 0;
      text-align: center;
      list-style: none;
      position: absolute;
      bottom: -30px; } }
.header .header-bar {
  background: #ebf5f9; }
.header .nav-contacts {
  padding: 10px 0 0;
  float: left; }
.header .nav-secondary {
  float: right; }

.header-content {
  padding-top: 16px;
  padding-bottom: 19px; }
  .header-content .logo {
    float: left; }
  .header-content .header-content-inner {
    float: right;
    text-align: right;
    padding-top: 31px; }
    .header-content .header-content-inner:after {
      content: '';
      display: table;
      clear: both; }
  .header-content .nav {
    float: left;
    padding-top: 3px; }
  .header-content .search {
    float: right;
    margin-left: 40px; }

@media (max-width: 1024px) {
  .header .search {
    margin-left: 15px; }
  .header .nav {
    padding-top: 0; }
  .header .header-content-inner {
    padding-top: 35px; } }
@media (max-width: 767px) {
  .header {
    text-align: center; }
    .header .nav-contacts {
      float: none; }
    .header .nav-secondary {
      float: none; }
    .header .logo {
      float: none; }
    .header .header-content-inner {
      float: none;
      display: block;
      padding-top: 20px;
      position: relative; }
    .header .nav-trigger {
      margin-top: 3px;
      float: left; }
    .header .nav {
      float: none;
      padding-top: 20px; } }
.footer {
  background: #113e5c;
  padding: 53px 0 100px; }
  .footer h4 {
    margin-bottom: 10px; }
  .footer p {
    font-size: 14px;
    line-height: 1.5;
    color: #ffffff;
    letter-spacing: .04em;
    font-family: 'Lato', sans-serif;
    margin: 0; }
  .footer p + p {
    margin-top: 20px; }
  .footer .footer-inner {
    padding-right: 75px; }
  .footer .copyright {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    line-height: 1.83; }
  .footer .logo-footer {
    margin-bottom: 32px;
    margin-top: 2px; }

@media (max-width: 1024px) {
  .footer {
    padding: 45px 0; }
    .footer .col {
      margin-bottom: 15px; } }
@media (max-width: 767px) {
  .footer .col {
    display: none;
    display: block;
    width: 100%; } }
.content form {
  font-family: 'Lato', sans-serif; }
  .content form input[type='text'], .content form input[type='email'], .content form input[type='tel'], .content form input[type='url'], .content form textarea {
    border: 1px solid #ccc;
    border-radius: 3px; }
  .content form input[type='submit'] {
    background: #b7cf31;
    border: none;
    color: #fff;
    line-height: 38px;
    height: 40px;
    min-width: 100px;
    padding: 0 10px;
    text-align: center;
    text-transform: uppercase; }
    .content form input[type='submit']:hover {
      color: #fff;
      background: #2790ae; }

.gform_confirmation_wrapper {
  margin-top: 2em;
  font-family: 'Lato', sans-serif; }
  .gform_confirmation_wrapper h3 {
    font-family: 'Oswald', sans-serif;
    margin-bottom: 1em; }
    .gform_confirmation_wrapper h3 + br {
      display: none; }

.content .gform_wrapper h3.gform_title {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
  line-height: 1.18;
  letter-spacing: .02em;
  color: #b2c92f;
  font-weight: 300; }

.section-video {
  background: #fff url(images/temp/section-bg.png) no-repeat center 0;
  background-attachment: fixed;
  text-align: center;
  padding: 81px 0 410px;
  background-size: cover; }
  .section-video h2 {
    margin-bottom: 31px; }
  .section-video p {
    margin-bottom: 50px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400; }
  .section-video .section-video-holder {
    margin-bottom: 44px; }
  .section-video .section-video-holder-inner {
    background: #d7ecf5;
    display: inline-block;
    margin: 0 auto;
    width: 620px;
    border: 17px solid  #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    font-size: 0;
    line-height: 0; }
    .section-video .section-video-holder-inner iframe {
      width: 100%;
      height: 330px; }

@media (max-width: 1024px) {
  .section-video {
    background-attachment: scroll; }
    .section-video p br {
      display: none; } }
@media (max-width: 767px) {
  .section-video {
    padding-bottom: 340px;
    padding-top: 40px; }
    .section-video h2 {
      margin-bottom: 15px; }
    .section-video p {
      margin-bottom: 15px; }
    .section-video .section-video-holder {
      margin-bottom: 15px; }
    .section-video .section-video-holder-inner {
      border: 10px solid  #fff;
      width: 100%; }
      .section-video .section-video-holder-inner iframe {
        width: 100%;
        height: 250px; } }
@media (max-width: 480px) {
  .section-video .section-video-holder-inner iframe {
    height: 161px; } }
/* ------------------------------------------------------------ *\
	section-locations
\* ------------------------------------------------------------ */
.section-locations .section-inner {
  margin-top: -315px;
  overflow: hidden; }
.section-locations .section-head {
  text-align: center;
  padding-bottom: 53px; }
.section-locations h2 {
  padding-bottom: 31px;
  position: relative; }
  .section-locations h2:after {
    display: inline-block;
    content: '';
    width: 50px;
    height: 2px;
    background: #092538;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -25px; }

@media (max-width: 767px) {
  .section-locations h2 {
    padding-bottom: 10px; }
  .section-locations .section-head {
    padding-bottom: 20px; } }
/* ------------------------------------------------------------ *\
	section testimonials
\* ------------------------------------------------------------ */
.section-testimonials {
  padding-top: 120px;
  padding-bottom: 108px; }

/* ------------------------------------------------------------ *\
	section-files
\* ------------------------------------------------------------ */
.section-files {
  padding-bottom: 57px; }
  .section-files .section-head {
    padding-bottom: 40px; }

/* ------------------------------------------------------------ *\
	section-accordion
\* ------------------------------------------------------------ */
.section-accordion {
  padding-bottom: 200px; }
  .section-accordion .section-head {
    padding-bottom: 30px; }

@media (max-width: 767px) {
  .section-accordion {
    padding-bottom: 20px; } }
.main-inner {
  background: #2790ae; }

.bar {
  background: #092538;
  border-bottom: 1px solid  #2790ae; }
  .bar .col {
    min-height: 120px; }
  .bar .col + .col {
    border-left: 1px solid  #2790ae; }
  .bar .socials {
    padding-top: 35px; }

@media (max-width: 1024px) {
  .bar {
    text-align: center; }
    .bar .col {
      float: none;
      width: 100%; }
    .bar .col + .col {
      border-left: none;
      border-top: 1px solid  #2790ae; } }
.list-links {
  list-style: none;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .04em;
  color: #2eabcf;
  font-family: 'Lato', sans-serif;
  margin: 0;
  padding-top: 3px;
  word-break: break-all; }
  .list-links a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .list-links li + li {
    margin-top: 15px; }
  .list-links li:hover a {
    color: #fff; }

.list-links + .list-links {
  margin-top: 44px; }

.list-links-green {
  color: #b2c92f; }

/* ------------------------------------------------------------ *\
	.list-arrows
\* ------------------------------------------------------------ */
.list-arrows {
  list-style: none;
  font-size: 16px;
  font-family: 'Lato', sans-serif;
  color: #2790ae;
  font-weight: 400;
  line-height: 1; }
  .list-arrows a {
    display: block;
    text-decoration: none;
    padding: 21px 0 22px;
    position: relative; }
    .list-arrows a:after {
      display: inline-block;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 5.5px 0 5.5px 8px;
      border-color: transparent transparent transparent #b7cf31;
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -4px;
      opacity: 0;
      -webkit-transition: all .3s;
      transition: all .3s; }
  .list-arrows .current-menu-item a:after,
  .list-arrows a:hover:after {
    opacity: 1; }
  .list-arrows li {
    border-top: 1px solid  #dcddde; }
  .list-arrows li:last-child {
    border-bottom: 1px solid  #dcddde; }

/* ------------------------------------------------------------ *\
	list-offers
\* ------------------------------------------------------------ */
.list-offers {
  list-style: none;
  text-align: center; }
  .list-offers a {
    display: inline-block;
    text-decoration: none;
    color: #2ec5b9;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 48px;
    height: 50px;
    border-radius: 2px;
    border: 2px solid  #2ec5b9;
    text-align: center;
    position: relative;
    min-width: 150px;
    background: #fff; }
    .list-offers a:hover {
      color: #fff;
      background: #2ec5b9; }
      .list-offers a:hover .ico-absolute {
        bottom: 80%; }
  .list-offers .ico-absolute {
    position: absolute;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: bottom .3s;
    -ms-transition: bottom .3s;
    transition: bottom .3s; }
  .list-offers .ico-arrow-right {
    display: inline-block;
    vertical-align: middle;
    background: url(images/ico-arrow-right.png) no-repeat 0 0;
    width: 19px;
    height: 12px;
    margin-left: 10px;
    margin-top: -2px; }
  .list-offers a:hover .ico-arrow-right {
    background: url(images/ico-arrow-right-hover.png) no-repeat 0 0; }
  .list-offers li {
    padding-top: 92px;
    display: inline-block; }
  .list-offers li + li {
    margin-left: 58px; }

@media (max-width: 1180px) {
  .list-offers li + li {
    margin-left: 10px; } }
@media (max-width: 767px) {
  .list-offers li {
    margin: 0 10px; } }
/* ------------------------------------------------------------ *\
	list-info
\* ------------------------------------------------------------ */
.list-info {
  list-style: none;
  font-size: 14px;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  line-height: 1.79;
  letter-spacing: .02em;
  color: #092538; }
  .list-info a {
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .list-info .link-web {
    color: #b2c92f; }
    .list-info .link-web:hover {
      color: #2ec5b9; }

.nav-contacts {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  color: #748992;
  letter-spacing: .02em;
  font-weight: 400; }
  .nav-contacts ul:after {
    content: '';
    display: table;
    clear: both; }
  .nav-contacts li {
    float: left; }
  .nav-contacts li + li:before {
    display: inline-block;
    content: '|';
    margin-left: 11px;
    margin-right: 10px; }
  .nav-contacts a {
    display: inline-block;
    text-decoration: none; }
    .nav-contacts a:hover {
      color: #000; }

@media (max-width: 767px) {
  .nav-contacts li {
    float: none;
    display: inline-block; }
  .nav-contacts li + li:before {
    margin-left: 5px;
    margin-right: 4px; } }
/* ------------------------------------------------------------ *\
	.nav-secondary
\* ------------------------------------------------------------ */
.nav-secondary {
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .04em;
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px; }
  .nav-secondary li {
    display: inline-block; }
  .nav-secondary li:last-child a {
    padding-left: 20px; }
  .nav-secondary a {
    display: inline-block;
    text-decoration: none;
    line-height: 38px;
    height: 38px;
    padding: 0 20px 0 0;
    color: #748992;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .nav-secondary a:hover {
      color: #000; }
  .nav-secondary .btn-yellow a {
    background: #b7cf31;
    color: #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
	padding-left: 20px;}
    .nav-secondary .btn-yellow a:hover {
      color: #fff;
      background: #2790ae; }

@media (max-width: 767px) {
  .nav-secondary {
    text-align: center;
    margin-top: 10px; }
    .nav-secondary a {
      padding: 0 10px;
      line-height: 28px;
      height: 28px; }
    .nav-secondary li + li {
      margin-left: 0px; } }
/* ------------------------------------------------------------ *\
	.nav
\* ------------------------------------------------------------ */
.nav {
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  color: #356e8f;
  letter-spacing: .02em;
  font-weight: 400; }
  .nav li {
    display: inline-block; }
  .nav li + li {
    margin-left: 30px; }
  .nav .current-menu-item a {
    color: #000; }
  .nav a {
    display: inline-block;
    text-decoration: none; }
    .nav a:hover {
      color: #000; }

@media (max-width: 1024px) {
  .nav {
    font-size: 14px; }
    .nav li + li {
      margin-left: 15px; } }
@media (max-width: 767px) {
  .nav {
    position: absolute;
    top: 100%;
    left: -10px;
    right: -10px;
    z-index: 99;
    text-align: left;
    background: #fff;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .5s;
    transition: all .5s; }
    .nav a {
      display: block; }
    .nav li {
      float: none;
      display: block;
      width: 100%; }
    .nav li + li {
      margin-left: 0;
      margin-top: 10px; }

  .nav.active {
    max-height: 250px;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    padding: 20px; } }
/* ------------------------------------------------------------ *\
	nav-trigger
\* ------------------------------------------------------------ */
.nav-trigger {
  position: relative;
  display: none;
  vertical-align: middle;
  width: 30px;
  height: 20px; }
  .nav-trigger span {
    position: absolute;
    display: block;
    height: 2px;
    width: 100%;
    background: #000;
    -webkit-transition: top .2s .25s, left .2s .25s, opacity .2s .25s, -webkit-transform .2s 0s;
    transition: top .2s .25s, left .2s .25s, opacity .2s .25s, transform .2s 0s; }
  .nav-trigger span:nth-child(1) {
    top: 0; }
  .nav-trigger span:nth-child(2) {
    top: 9px; }
  .nav-trigger span:nth-child(3) {
    top: 18px; }

.nav-trigger.active span {
  -webkit-transition: background .2s, top .2s, left .2s, opacity .2s, -webkit-transform .2s .25s;
  transition: background .2s, top .2s, left .2s, opacity .2s, transform .2s .25s; }
.nav-trigger.active span:nth-child(3),
.nav-trigger.active span:nth-child(1) {
  top: 9px;
  background: #278fad; }
.nav-trigger.active span:nth-child(2) {
  opacity: 0; }
.nav-trigger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.nav-trigger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media (max-width: 767px) {
  .nav-trigger {
    display: inline-block; } }
.search {
  position: relative; }
  .search .search-field {
    background: #ebf5f9;
    border: 1px solid  #ebf5f9;
    border-radius: 3px;
    min-width: 200px;
    line-height: 34px;
    height: 34px;
    font-weight: 300;
    padding: 0 30px 0 15px;
    color: #ccc; }
    .search .search-field:focus {
      color: #278fad;
      border-color: #278fad; }
  .search .search-btn {
    border: none;
    -webkit-appearance: none;
    border-radius: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -4004px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 30px;
    background: url(images/ico-search.png) no-repeat left center; }

@media (max-width: 1024px) {
  .search .search-field {
    min-width: 150px;
    line-height: 30px;
    height: 30px; } }
.btn {
  display: inline-block;
  -webkit-appearance: none;
  text-decoration: none;
  font-weight: 500;
  font-family: 'Raleway', sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: .04em;
  line-height: 48px;
  height: 50px;
  border: 2px solid  #fff;
  border-radius: 3px;
  padding: 0 23px;
  -webkit-transition: all .3s;
  transition: all .3s; }

.btn:hover {
  color: #000;
  background: #fff; }

.btn-green {
  font-family: 'Lato', sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #b2c92f;
  letter-spacing: .04em;
  line-height: 38px;
  height: 40px;
  border-color: #b2c92f;
  padding: 0 20px; }

.btn-green:hover {
  background: #b2c92f;
  color: #fff; }

.btn-large {
  line-height: 47px;
  height: 49px;
  font-weight: 700;
  min-width: 150px;
  font-size: 14px; }

.btn-donate {
  background: #2790ae;
  border-color: #2790ae;
  border-width: 1px;
  color: #fff;
  line-height: 38px;
  height: 40px;
  min-width: 100px;
  padding: 0 10px;
  text-align: center; }
  .btn-donate:hover {
    border-color: #fff; }

.btn-donate-secondary {
  line-height: 49px;
  height: 50px;
  padding: 0 20px;
  min-width: 0; }

.btn-blue {
  color: #2ec5b9;
  border-color: #2ec5b9;
  font-size: 14px;
  font-weight: 700;
  padding: 0 25px;
  font-family: 'Lato', sans-serif; }
  .btn-blue:hover {
    color: #fff;
    background: #2ec5b9; }

.col {
  float: left; }

.col-size1 {
  width: 32.5%; }

.col-size2 {
  width: 35%; }

.col-size3 {
  width: 30%; }

.col-size4 {
  width: 16.5%; }

.col-size5 {
  width: 21%; }

.col-size6 {
  width: 34.5%; }

.col-size7 {
  width: 65.5%; }

@media (max-width: 1024px) {
  .col-size1 {
    width: 50%; }

  .col-size3 {
    width: 50%; }

  .col-size4 {
    width: 50%; }

  .col-size5 {
    width: 50%; } }
@media (max-width: 767px) {
  .col-size6,
  .col-size7 {
    width: 100%;
    float: none; }

  .col-size7 {
    padding-top: 20px; } }
.phone {
  padding: 0 0 33px 70px;
  margin-top: 32px;
  position: relative;
  color: #fff;
  font-family: 'Open Sans', sans-serif; }
  .phone i {
    position: absolute;
    top: 5px;
    left: 0; }
  .phone p {
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: .02em;
    margin: 0; }
  .phone a {
    display: inline-block;
    font-size: 27px;
    line-height: 1.11;
    text-decoration: none;
    margin-top: -4px; }

@media (max-width: 1024px) {
  .phone {
    margin-top: 0;
    padding-top: 35px;
    display: inline-block; }
    .phone i {
      top: 35px; } }

/* ------------------------------------------------------------ *\
	children nav links
\* ------------------------------------------------------------ */
@media (min-width: 768px) {
      .children-links {
        margin-bottom: 1rem;
        font-size: 90%;
        font-family:'Lato', sans-serif;
        float:left;
      }
      .children-links li{
        margin-right: 1rem;
      }
      .children-links ul{
        float: left;
        list-style-type:none;
        display: flex;
        margin-top: 2rem;
      }
      .children-links a:link,
      .children-links a:visited {
        text-decoration: none;
      }
    }
@media (max-width: 768px) {
.children-links{
  display: none;
}
}

/* ------------------------------------------------------------ *\
	donate
\* ------------------------------------------------------------ */
.donate {
  padding: 31px 37px 10px 35px;
  color: #fff;
  font-family: 'Open Sans', sans-serif; }
  .donate:after {
    content: '';
    display: table;
    clear: both; }
  .donate .donate-inner {
    float: left;
    width: 62%; }
  .donate p {
    font-size: 14px;
    line-height: 1.86;
    letter-spacing: .02em;
    margin: 0; }
  .donate span {
    font-size: 27px;
    line-height: 1.11;
    margin-top: -4px;
    display: inline-block; }
  .donate .btn {
    float: right;
    margin-top: 9px; }

@media (max-width: 1160px) {
  .donate {
    padding: 31px 20px 10px 20px; } }
@media (max-width: 1024px) {
  .donate {
    padding: 20px 10px;
    min-width: 300px;
    display: inline-block; }
    .donate .donate-inner {
      padding-top: 5px; }
    .donate p {
      font-size: 12px; }
    .donate span {
      font-size: 25px; }
    .donate .btn {
      padding-top: 0; } }
/* ------------------------------------------------------------ *\
	socials
\* ------------------------------------------------------------ */
.socials a {
  display: inline-block;
  border-radius: 50%;
  text-decoration: none;
  color: #2790ae;
  font-size: 22px;
  width: 50px;
  height: 50px;
  border: 2px solid  #2790ae;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  -webkit-transition: all .2s;
  transition: all .2s; }
  .socials a [class^="ico-"] {
    margin-top: -2px; }
  .socials a i {
    -webkit-transition: all .2s;
    transition: all .2s;
    opacity: 1; }
.socials li {
  display: inline-block; }
  .socials li:hover a {
    border-color: #b2c92f; }
    .socials li:hover a i {
      opacity: .7; }
.socials li + li {
  margin-left: 18px; }
.socials ul {
  list-style: none;
  text-align: right; }

@media (max-width: 1160px) {
  .socials li + li {
    margin-left: 13px; } }
@media (max-width: 1024px) {
  .socials ul {
    text-align: center; } }
@media (max-width: 767px) {
  .socials li + li {
    margin-left: 10px; } }
/* ------------------------------------------------------------ *\
	files
\* ------------------------------------------------------------ */
#no-results {
  display: none; }

.content ul.files {
  list-style: none;
  padding-left: 0; }
  .content ul.files h6 {
    margin-bottom: 0px; }
  .content ul.files p {
    color: #092538;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    line-height: 1.71;
    letter-spacing: .02em;
    margin-bottom: 3px; }
  .content ul.files .meta {
    font-size: 13px;
    line-height: 1.85;
    color: #bcbec0;
    text-transform: uppercase;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    letter-spacing: .06em; }
  .content ul.files .file {
    border: 1px solid  #e1e1e1;
    display: table;
    width: 100%;
    table-layout: fixed; }
    .content ul.files .file:after {
      content: '';
      display: table;
      clear: both; }
  .content ul.files .file + .file {
    margin-top: 28px; }
  .content ul.files .file-icon {
    display: table-cell;
    width: 13.5%;
    text-align: center;
    border-right: 1px solid  #e1e1e1; }
  .content ul.files .file-content {
    display: table-cell;
    width: 86.5%;
    padding-right: 30px; }
  .content ul.files .file-content-inner {
    width: 81%;
    padding: 20px 80px 22px 30px;
    display: inline-block;
    vertical-align: middle; }
  .content ul.files .btn {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    letter-spacing: .06em;
    padding: 0 16px;
    min-width: 125px;
    text-align: center; }

@media (max-width: 1160px) {
  .content ul.files .file-content-inner {
    width: 75%; } }
@media (max-width: 767px) {
  .content ul.files .file-content-inner {
    width: 69%; } }
@media (max-width: 639px) {
  .content ul.files .file {
    text-align: center;
    display: block; }
  .content ul.files .file-icon {
    padding: 20px 0;
    display: block;
    width: 100%;
    border-right: none;
    border-bottom: 1px solid  #e1e1e1; }
  .content ul.files .file-content {
    display: block;
    width: 100%;
    padding: 15px; }
  .content ul.files .file-content-inner {
    padding: 0 0 15px;
    display: block;
    width: 100%; } }
.sidebar {
  width: 22%;
  float: left;
  padding-right: 8px; }

@media (max-width: 1024px) {
  .sidebar {
    padding-right: 0; } }
@media (max-width: 991px) {
  .sidebar {
    width: 100%;
    float: none; } }
.content {
  font-family: 'Lato', sans-serif;
  width: 78%;
  padding-left: 64px;
  float: right; }
  .content ul {
    padding-left: 30px;
    font-weight: normal;
    line-height: 25px;
    margin-top: 10px; }

@media (max-width: 1024px) {
  .content {
    padding-left: 10px; } }
@media (max-width: 991px) {
  .content {
    float: none;
    width: 100%;
    padding: 0; } }
.intro {
  background: url(images/temp/intro-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 39px 0 53px;
  margin-bottom: 86px; }

@media (max-width: 991px) {
  .intro {
    margin-bottom: 40px; } }
.widgets {
  list-style: none; }

.widget {
  margin-bottom: 82px; }

.widget-head {
  padding-bottom: 51px; }
  .widget-head h3 {
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    color: #304656;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: .04em; }

/*  widget donate  */
.widget-donate img {
  width: 100%;
  height: auto; }
.widget-donate .widget-body {
  background: #2ec5b9;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-family: 'Open Sans', sans-serif;
  padding: 28px 20px 30px 28px; }
  .widget-donate .widget-body h3 {
    color: #fff;
    font-size: 26px;
    line-height: 1;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin-bottom: 27px; }
  .widget-donate .widget-body p {
    margin-bottom: 30px; }

@media (max-width: 1024px) {
  .widget-donate .widget-body {
    padding: 15px; } }
@media (max-width: 991px) {
  .widget-head {
    padding-bottom: 15px; }

  .widget {
    margin-bottom: 40px; } }
.article h4 {
  font-size: 26px;
  line-height: 1.22;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #092538;
  letter-spacing: .02em; }
.article h5 {
  margin-bottom: 1em; }
.article p {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.79;
  letter-spacing: .02em;
  color: #092538;
  margin: 0; }
.article p + p {
  margin-top: 25px; }
.article .article-head {
  padding-bottom: 28px; }
.article .article-video {
  margin-top: 67px;
  margin-bottom: 60px; }
  .article .article-video iframe {
    width: 100%;
    height: 490px; }
.article .article-actions {
  padding-top: 45px;
  padding-bottom: 74px; }
.article .article-actions-secondary {
  padding-top: 38px;
  padding-bottom: 71px; }
.article .article-actions-primary {
  margin-bottom: 65px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  color: #092538;
  letter-spacing: .02em;
  line-height: 1.79; }
  .article .article-actions-primary a {
    color: #b2c92f;
    display: inline-block;
    text-decoration: none;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .article .article-actions-primary a:hover {
      color: #000; }
.article .application {
  margin-top: 53px;
  margin-bottom: 58px; }
.article .article-locations {
  margin-top: 30px; }
  .article .article-locations h5 {
    margin-bottom: 22px; }
.article .article-locations:after {
  content: '';
  display: table;
  clear: both; }
.article .wp-caption {
  margin-bottom: 35px;
  margin-top: 41px;
  position: relative; }
  .article .wp-caption .wp-caption-text {
    position: absolute;
    right: 0;
    bottom: 60px;
    background: #b2c92f;
    color: #fff;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    letter-spacing: .02em;
    line-height: 45px;
    height: 45px;
    padding: 0 27px; }
  .article .wp-caption img {
    width: 100%;
    height: auto; }
.article:last-child {
  margin-bottom: 2em; }
.article.search {
  margin-top: 2em;
  padding-bottom: 1em;
  border-bottom: 1px solid #2790ae; }
  .article.search:last-child {
    border-bottom: none; }

@media (max-width: 991px) {
  .article .article-head {
    padding-bottom: 20px; }
  .article .article-actions {
    padding: 20px 0; }
  .article .article-video {
    margin-top: 20px;
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  .article .article-video iframe {
    height: 250px; } }
@media (max-width: 639px) {
  .article .article-image span {
    bottom: 20px;
    font-size: 10px;
    height: 30px;
    line-height: 30px;
    padding: 0 10px; } }
.application {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
  .application h3 {
    margin-bottom: 25px; }
  .application p {
    font-family: 'Open Sans';
    font-size: 14px;
    line-height: 1.5;
    color: #808285;
    margin-bottom: 25px; }
  .application:after {
    content: '';
    display: table;
    clear: both; }
  .application .application-image {
    width: 48%;
    float: left;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    overflow: hidden; }
    .application .application-image img {
      height: 100%;
      max-height: 350px;
      max-width: none;
      width: auto; }
      .application .application-image img.center {
        margin: 0 0 0 -50%; }
  .application .application-content {
    width: 52%;
    float: left;
    padding: 35px 44px 51px 35px;
    background: #fff; }
  .application .btn {
    font-size: 14px;
    font-weight: 700;
    height: 50px;
    line-height: 48px; }

@media (max-width: 1180px) {
  .application .application-content {
    padding: 10px 15px; } }
@media (max-width: 767px) {
  .application .application-image {
    float: none;
    width: 100%; }
    .application .application-image img {
      width: 100%;
      height: auto; }
  .application .application-content {
    float: none;
    width: 100%; } }
.accordion .accordion-body {
  display: none; }
.accordion .accordion-head {
  cursor: pointer;
  background: #f1f2f2;
  padding: 21px 42px 21px 20px;
  position: relative; }
  .accordion .accordion-head:after {
    display: inline-block;
    content: '';
    font-weight: 700;
    position: absolute;
    background: #000;
    width: 20px;
    height: 4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 30px; }
  .accordion .accordion-head:before {
    display: inline-block;
    content: '';
    font-weight: 700;
    position: absolute;
    background: #000;
    width: 4px;
    height: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 38px; }
  .accordion .accordion-head h3 {
    color: #092538;
    font-size: 18px;
    line-height: 1;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    letter-spacing: .02em; }
.accordion .accordion-body {
  border: 1px solid  #e1e1e1;
  border-top: none;
  padding: 14px 20px 17px; }
  .accordion .accordion-body p {
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    color: #092538;
    letter-spacing: .02em;
    line-height: 1.79; }
.accordion .accordion-section + .accordion-section {
  margin-top: 30px; }

.accordion-section.expanded .accordion-head {
  background: #b7cf31; }
  .accordion-section.expanded .accordion-head:after {
    background: #fff; }
  .accordion-section.expanded .accordion-head:before {
    display: none; }
  .accordion-section.expanded .accordion-head h3 {
    color: #fff; }

@media (max-width: 767px) {
  .accordion .accordion-head h3 {
    font-size: 14px; }
  .accordion .accordion-head:after {
    width: 14px;
    height: 2px;
    right: 30px; }
  .accordion .accordion-head:before {
    width: 2px;
    height: 14px;
    right: 36px; } }

.nav-secondary.btn-yellow a {
	padding-left: 20px!important;
}
.content-sponsor {
	padding-left: 0px;
	float: none;
}
.content-gala {
  font-family: 'Lato', sans-serif;
  width: 90%;
  padding-left: 84px;
  float:none;
  }
 .content-gala ul {
    padding-left: 30px;
    font-weight: normal;
    line-height: 25px;
    margin-top: 10px; }

@media (max-width: 1024px) {
  .content-gala {
    padding-left: 10px; } }
@media (max-width: 991px) {
  .content-gala {
    float: none;
    width: 100%;
    padding: 0; } }

ul.sub-menu {
  display:none;
}
/*
.menu-item-has-children:hover {
  cursor:pointer;
}
*/
li.menu-item-has-children:hover > ul {
    display : block;
    position:absolute;
    cursor:pointer;
    -webkit-transform:translate3d(0,0,0);
    float:left;
    font-style: italic;
    padding-top:5px;
    background: #ebf5f9;
    z-index: 99999;
    width: 300px;
    text-align: left;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

li.menu-item-has-children:hover > ul li {
  display: block;
  margin-left: 0;
}

li.menu-item-has-children:hover > ul li:last {
  margin-left: 0;
}

@media (max-width: 767px) {
  li.menu-item-has-children:hover > ul {
    display: none;
  }
}

li#menu-item-244{
  display: none;
}