.font_main {
  font-family: "franklin-gothic-urw",sans-serif; }

.font_secondary {
  font-family: "ff-market-web-pro-condensed",sans-serif; }

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
  color: #4a4a4a;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 24px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 1.5em; }
  @media screen and (max-width: 992px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
      margin-bottom: 10px; } }
h1 {
  font-size: 50px;
  font-size: 30px; }

h3 {
  font-size: 34px; }

h4 {
  font-size: 28px; }

h5 {
  font-size: 24px; }

h6 {
  font-size: 18px; }

p {
  color: #4a4a4a;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 1.5em; }
  @media screen and (max-width: 992px) {
    p {
      font-size: 14px;
      line-height: 24px; } }
cite,
dfn,
em,
i {
  font-style: italic; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

ins,
mark {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

.font_bold {
  font-weight: bold; }

blockquote,
blockquote p {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #f8a000; }

.citation {
  font-family: "Cormorant Garamond", sans-serif;
  font-size: 30px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  color: #4a4a4a;
  margin-top: 40px; }

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: inherit;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden !important; }

body {
  margin: 0;
  overflow-x: hidden;
  text-rendering: optimizeLegibility; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

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

fieldset {
  color: inherit;
  font-size: 18px;
  margin-bottom: 18px; }

label {
  font-size: 18px;
  font-weight: 100; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@media screen and (max-width: 1024px) {
  .mobile_space_big,
  .vc_empty_space.mobile_space_big {
    height: 300px !important; } }

@media screen and (max-width: 768px) {
  .mobile_center {
    text-align: center !important; }
  .mobile_space_big,
  .vc_empty_space.mobile_space_big {
    height: 170px !important; }
  .mobile_space,
  .vc_empty_space.mobile_space,
  .vc_empty_space.space_mobile_small {
    height: 35px !important; }
  .vc_btn3-container {
    margin-bottom: 0 !important; }
  .vc_btn3-container.vc_btn3-inline {
    margin-bottom: 10px !important;
    margin-right: 0; }
  .mobile_space_small,
  .vc_empty_space.mobile_space_small {
    height: 15px; }
  .wpb_content_element {
    margin-bottom: 20px !important; } }

@media screen and (max-width: 1024px) {
  .vc_row.vc_row-o-full-height {
    min-height: auto !important;
    padding: 100px 0; } }

@media screen and (max-width: 992px) {
  .vc_row.vc_row-o-full-height {
    padding: 50px 30px; } }

@media (min-width: 1300px) {
  .container {
    max-width: 1280px !important; } }

.container_small,
.vc_row.container_small {
  max-width: 960px;
  width: 960px;
  margin: 0 auto !important; }
  @media screen and (max-width: 992px) {
    .container_small,
    .vc_row.container_small {
      max-width: 100%;
      width: 100%;
      padding: 0 20px; } }
.vc_row.container_small.donate_form {
  max-width: 810px;
  width: 810px; }
  @media screen and (max-width: 992px) {
    .vc_row.container_small.donate_form {
      max-width: 100%;
      width: 100%;
      padding: 0 20px; } }
a:active,
a:hover {
  transition: all ease-in-out 0.5s; }

a:focus {
  outline: none; }

strong {
  color: #005a9d; }

.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  position: absolute;
  bottom: 7%;
  text-align: center;
  margin: 0 auto;
  left: 0;
  width: 100%; }

.owl-theme .owl-controls .owl-page span {
  background: #ffffff;
  opacity: 1; }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  background: #000000; }

/*slick carousel*/
.slick-list {
  float: left;
  width: 100%; }

.slick-dots {
  bottom: 100px; }
  @media screen and (max-width: 768px) {
    .slick-dots {
      bottom: 60px;
      position: relative;
      float: left;
      width: 100%; } }
.slick-dotted.slick-slider {
  margin: 0 !important; }

.slick-dots li {
  margin: 0 5px; }

.slick-dots li button {
  box-shadow: none !important; }

.slick-dots li button:before {
  font-size: 20px;
  color: #fffbdc;
  opacity: 0.5; }

.slick-dots li.slick-active button:before {
  color: #fcf9e3;
  opacity: 1; }

/* END slick carousel*/
/*Pagenavi*/
#pagenav {
  margin-top: 50px; }
  #pagenav .wp-pagenavi {
    margin: 0 auto;
    font-family: "franklin-gothic-urw", sans-serif; }
  #pagenav a,
  #pagenav span {
    width: 30px;
    height: 30px;
    padding: 0;
    font-size: 15px;
    border: none;
    border-radius: 4px;
    color: #252525;
    line-height: 30px;
    position: relative;
    display: inline-block;
    text-align: center;
    margin: 0 2px;
    text-decoration: none; }
    #pagenav a.nextpostslink, #pagenav a.previouspostslink,
    #pagenav span.nextpostslink,
    #pagenav span.previouspostslink {
      display: inline-block;
      font: normal normal normal 14px/1 FontAwesome;
      font-size: inherit;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      font-size: 0;
      top: -6px; }
      #pagenav a.nextpostslink:hover, #pagenav a.nextpostslink:hover, #pagenav a.previouspostslink:hover, #pagenav a.previouspostslink:hover,
      #pagenav span.nextpostslink:hover,
      #pagenav span.nextpostslink:hover,
      #pagenav span.previouspostslink:hover,
      #pagenav span.previouspostslink:hover {
        background-color: transparent; }
      #pagenav a.nextpostslink:before, #pagenav a.nextpostslink:before, #pagenav a.previouspostslink:before, #pagenav a.previouspostslink:before,
      #pagenav span.nextpostslink:before,
      #pagenav span.nextpostslink:before,
      #pagenav span.previouspostslink:before,
      #pagenav span.previouspostslink:before {
        color: #7b7b7b;
        font-size: 16px;
        top: 7px;
        position: relative; }
    #pagenav a.previouspostslink:before,
    #pagenav span.previouspostslink:before {
      content: "\f053"; }
    #pagenav a.nextpostslink:before,
    #pagenav span.nextpostslink:before {
      content: "\f054"; }
  #pagenav a:hover,
  #pagenav span.current {
    background-color: #f8a000;
    color: #ffffff; }

/* Modals */
.modal {
  background: rgba(0, 33, 71, 0.9) !important; }

.modal-backdrop {
  display: none; }

.modal-header {
  border: 0 !important;
  margin-bottom: 40px; }

.modal-header .close {
  background: #f8a000 url("../../images/i-close.png") no-repeat center center !important;
  background-size: 30%;
  color: #fff;
  opacity: 1 !important;
  margin: 0 !important;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  padding: 0 !important;
  position: absolute;
  z-index: 999999;
  cursor: pointer; }

.modal-body {
  padding: 0 1rem !important; }

.modal-content {
  background: transparent !important;
  border: 0 !important; }

.modal-backdrop.show {
  opacity: 0.8 !important; }

.modal-dialog {
  top: 50%;
  transform: translateY(-50%) !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 80% !important; } }

/*Revolution Slider*/
.slide_desciption,
.slide_heading {
  font-family: "franklin-gothic-urw", sans-serif !important;
  font-weight: 700 !important;
  letter-spacing: -1px !important; }

.slide_heading_big {
  font-family: "Cormorant Garamond", sans-serif !important;
  z-index: 0;
  position: relative;
  font-weight: bold !important; }

.rev_slider .slotholder:after {
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0.77;
  mix-blend-mode: multiply;
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #000000); }

.hesperiden.tparrows {
  cursor: pointer !important;
  background: #b9b8ae !important; }

.tp-leftarrow {
  background: url("../../images/arrow-left.svg") no-repeat center center;
  background-size: cover;
  height: 80px;
  width: 80px; }
  .tp-leftarrow:before {
    display: none; }
  .tp-leftarrow:hover {
    background: url("../../images/arrow-left.svg") no-repeat center center; }

.tp-rightarrow {
  background: url("../../images/arrow-right.svg") no-repeat center center;
  background-size: cover;
  height: 80px;
  width: 80px; }
  .tp-rightarrow:before {
    display: none; }
  .tp-rightarrow:hover {
    background: url("../../images/arrow-right.svg") no-repeat center center; }

.vc_btn3-inline {
  margin-right: 20px; }

.vc_btn3-inline:last-child {
  margin-right: 0; }

.hermes .tp-bullet {
  height: 20px;
  width: 20px; }
  @media screen and (max-width: 768px) {
    .hermes .tp-bullet {
      margin-top: 50px !important; } }
.hermes .tp-bullet:after {
  background: #b9b8ae !important;
  border-radius: 50%;
  height: 100%;
  width: 100%; }

.hermes .tp-bullet.selected:after {
  background: #fcf9e3 !important; }

.hermes .tp-bullet:hover {
  background: #fcf9e3 !important; }

/*modal Search*/
#desktop-search {
  width: 680px;
  display: none;
  position: absolute;
  right: 0;
  background: #f8a000;
  padding: 20px;
  top: 88px;
  transition: all 0.5s ease 0.2s;
  -moz-transition: all 0.5s ease 0.2s;
  -o-transition: all 0.5s ease 0.2s;
  -webkit-transition: all 0.5s ease 0.2s; }
  #desktop-search .slide_animate {
    transition: all 0.5s ease 0.2s;
    -moz-transition: all 0.5s ease 0.2s;
    -o-transition: all 0.5s ease 0.2s;
    -webkit-transition: all 0.5s ease 0.2s; }

#desktop-search form {
  position: relative; }

#desktop-search input[type=text] {
  background: #f8a000;
  border: 1px solid #fff !important;
  height: 45px !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  border-bottom: 0;
  font-size: 15px;
  color: #fff;
  padding: 10px 20px;
  position: relative;
  color: #fff;
  font-weight: 100;
  font-family: "Montserrat", sans-serif;
  width: 100%;
  outline: none; }

#desktop-search input[type=text]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff; }

#desktop-search input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff; }

#desktop-search input[type=text]:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff; }

#desktop-search input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff; }

#desktop-search input[type=text]:focus {
  box-shadow: none; }

#desktop-search input[type="submit"] {
  background: url("../images/i-search-white.png") no-repeat;
  background-size: cover;
  border: 0;
  height: 16px;
  width: 16px;
  content: "";
  position: absolute;
  left: 11px;
  top: 15px;
  text-indent: 999999px !important;
  padding: 0;
  box-shadow: none !important; }

.block,
.vc_section.block {
  padding: 100px 0 !important;
  position: relative;
  float: left;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .block,
    .vc_section.block {
      padding: 40px 0 !important; } }
.yellow_overlay {
  position: relative; }
  .yellow_overlay:before {
    background: rgba(248, 160, 0, 0.9);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.blue_overlay {
  position: relative; }
  .blue_overlay:before {
    background: rgba(0, 90, 157, 0.9);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; }

.white_gradient {
  position: relative; }
  .white_gradient:before {
    content: "";
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.09), #ffffff);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .white_gradient .container,
  .white_gradient .container_small {
    position: relative;
    z-index: 2; }

.blue_top_gradient {
  position: relative; }
  .blue_top_gradient:before {
    content: "";
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0.09), #005a9d);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .blue_top_gradient .container,
  .blue_top_gradient .container_small {
    position: relative;
    z-index: 2; }

.offset_top_100 {
  top: -100px;
  margin-bottom: -100px;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .offset_top_100 {
      top: 0;
      margin-bottom: 0; } }
.offset_top_50 {
  top: -50px;
  margin-bottom: -50px;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .offset_top_50 {
      top: 0;
      margin-bottom: 0; } }
.single .social_share {
  margin-top: 70px; }

.social_share .share_title,
.social_share .social_media {
  display: inline-block; }

.social_share .social_media ul li {
  margin: 0 3px; }
  .social_share .social_media ul li a {
    color: #ffffff;
    font-size: 16px;
    text-decoration: none !important;
    background: #005a9d;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    text-align: center;
    padding: 7px 0; }

.social_share .share_title {
  margin-right: 15px; }
  .social_share .share_title p {
    color: #005a9d;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */ }

blockquote, q {
  quotes: "" ""; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: ""; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul, ol {
  font-size: 16px;
  margin: 0 0 1.5em 0; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: bold; }

dd {
  margin: 0 1.5em 1.5em; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */ }

table {
  font-size: 16px;
  margin: 0 0 1.5em;
  width: 100%; }
  table td, table th {
    border: 1px solid #000000;
    padding: 10px; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.btn,
.button a,
.button button,
.button-primary a,
.button-primary button,
input.button[type="submit"] {
  border-radius: 6px !important;
  box-shadow: none;
  font-size: 23px !important;
  font-weight: normal !important;
  padding: 0.8rem 30px !important;
  display: inline-block !important;
  line-height: normal !important;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  min-width: 215px;
  margin-bottom: 0; }
  .btn:active, .btn:focus, .btn:hover,
  .button a:active,
  .button a:focus,
  .button a:hover,
  .button button:active,
  .button button:focus,
  .button button:hover,
  .button-primary a:active,
  .button-primary a:focus,
  .button-primary a:hover,
  .button-primary button:active,
  .button-primary button:focus,
  .button-primary button:hover,
  input.button[type="submit"]:active,
  input.button[type="submit"]:focus,
  input.button[type="submit"]:hover {
    background: inherit; }
  @media screen and (max-width: 767px) {
    .btn,
    .button a,
    .button button,
    .button-primary a,
    .button-primary button,
    input.button[type="submit"] {
      font-size: 16px !important; } }
.button:hover {
  -webkit-filter: brightness(120%);
          filter: brightness(120%); }

input[type="submit"] {
  border: none; }

.wpcf7-form input.button[type="submit"] {
  min-width: auto;
  margin-top: 30px; }

/*VC BUTTONS*/
.button a,
.rev-btn,
button {
  background-image: none !important; }

.button a.vc_btn3:after,
.button a:after {
  display: none !important; }

a.button {
  height: auto;
  padding: 0.8rem 1.8rem !important; }

.vc_btn3-container a {
  padding: 0.8rem 40px !important;
  height: auto; }

/* Rev Slider Buttons */
.rev-btn {
  font-family: "franklin-gothic-urw", sans-serif;
  text-transform: uppercase;
  border-radius: 6px !important;
  font-weight: bold !important;
  display: inline-block !important;
  text-align: center !important;
  z-index: 9 !important;
  position: relative !important;
  padding: 25px 30px !important; }

.rev-btn.button-primary {
  color: #fff !important;
  background: #f8a000 !important;
  border-color: #f8a000 !important; }

.rev-btn.button-primary:hover {
  color: #fff !important;
  background: #f8a000 !important;
  border-color: #f8a000 !important; }

.rev-btn.button-secondary {
  color: #fff !important;
  background: #005a9d !important;
  border-color: #005a9d !important; }

.rev-btn.button-secondary:hover {
  color: #fff !important;
  background: #005a9d !important;
  border-color: #005a9d !important; }

/* Primary Button */
input.button-primary[type="submit"],
.button-primary a,
.button-primary button,
a.button-primary,
input.button-primary {
  color: #fff !important;
  background: #f8a000 !important;
  border-color: #f8a000 !important; }

input.button-primary[type="submit"]:hover,
.button-primary a:hover,
.button-primary button:hover,
a.button-primary:hover,
input.button-primary:hover {
  color: #fff !important;
  background: #f8a000 !important;
  border-color: #f8a000 !important; }

/* Secondary Button */
input.button-secondary[type="submit"],
.button-secondary a,
.button-secondary button,
a.button-secondary {
  color: #fff !important;
  background: #005a9d !important;
  border-color: #005a9d !important; }

input.button-secondary[type="submit"]:hover,
.button-secondary a:hover,
.button-secondary button:hover,
a.button-secondary:hover {
  color: #fff !important;
  background: #005a9d !important;
  border-color: #005a9d !important; }

/* White Buttons */
input.button-white[type="submit"],
.button-white a,
.button-white button,
a.button-white {
  color: #004a87 !important;
  background: #ffffff !important;
  border-color: #ffffff !important; }

input.button-white[type="submit"]:hover,
.button-white a:hover,
.button-white button:hover,
a.button-white:hover {
  color: #004a87 !important;
  background: #ffffff !important;
  border-color: #ffffff !important; }

/* Plain Buttons */
input.button-plain[type="submit"],
.button-plain a,
.button-plain button,
a.button-plain {
  color: #004a87 !important;
  background: transparent !important;
  border-color: transparent !important;
  font-size: 18px;
  font-weight: normal !important;
  text-transform: none;
  padding: 0 !important; }

input.button-plain[type="submit"]:hover,
.button-plain a:hover,
.button-plain button:hover,
a.button-plain:hover {
  color: #004a87 !important;
  background: transparent !important;
  border-color: transparent !important; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
  color: #4a4a4a;
  border: 0.5px solid #979797 !important;
  box-shadow: none !important;
  padding: 10px 20px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus,
  select:focus {
    color: #111; }

select {
  border: solid 0.5px rgba(151, 151, 151, 0.71);
  color: #4a4a4a;
  position: relative; }
  select.form-control {
    border-radius: 6px;
    padding: 0 20px;
    height: 50px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none; }

input[type="radio"],
input[type="checkbox"] {
  height: 20px;
  vertical-align: top;
  width: 20px; }

textarea {
  padding-left: 3px;
  width: 100%; }

textarea.form-control {
  height: 220px;
  padding: 20px; }

.wpcf7-list-item-label,
label {
  color: #4a4a4a;
  font-size: 18px; }

div.wpcf7-mail-sent-ok,
div.wpcf7-validation-errors {
  color: #4a4a4a;
  float: left;
  font-size: 15px; }

input.error,
input[aria-invalid="true"],
select[aria-invalid="true"],
textarea[aria-invalid="true"],
select.error,
textarea.error {
  background: #F2DEDE !important;
  border: 0 !important; }

span.wpcf7-not-valid-tip {
  color: #f00;
  font-size: 1em;
  display: none !important; }

span.wpcf7-list-item.first {
  margin-left: 0; }

input[type="search"]::-webkit-input-placeholder {
  font-size: 18px; }

input[type="search"]::-moz-placeholder {
  font-size: 18px; }

input[type="search"]::-ms-input-placeholder {
  font-size: 18px; }

input[type="search"]:-ms-input-placeholder {
  font-size: 18px; }

input[type="search"]::placeholder {
  font-size: 18px; }

.form-control {
  border-radius: 6px !important;
  height: 50px;
  font-size: 15px; }

.form-group.select::before {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-top: 0.5em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  top: 35%;
  z-index: 1;
  right: 35px; }

.signup {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 1024px) {
    .signup {
      margin-top: 20px; } }
  .signup .form-group {
    margin-bottom: 0;
    margin-right: 11px;
    vertical-align: top;
    text-align: left;
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
    @media screen and (max-width: 767px) {
      .signup .form-group {
        margin: 0 5px !important; } }
    .signup .form-group:last-child {
      margin-right: 0; }
  .signup input {
    border: 0 !important;
    height: 50px;
    min-width: 130px; }
  .signup input[type="submit"] {
    padding: 7px 20px !important;
    margin-top: 0 !important; }
    @media screen and (max-width: 1024px) {
      .signup input[type="submit"] {
        min-width: 100% !important; } }
    @media screen and (max-width: 767px) {
      .signup input[type="submit"] {
        margin: 20px auto 0 auto !important;
        min-width: 175px !important; } }
  .signup input::-webkit-input-placeholder {
    font-size: 15px;
    color: #4a4a4a; }
  .signup input::-moz-placeholder {
    font-size: 15px;
    color: #4a4a4a; }
  .signup input::-ms-input-placeholder {
    font-size: 15px;
    color: #4a4a4a; }
  .signup input:-ms-input-placeholder {
    font-size: 15px;
    color: #4a4a4a; }
  .signup input::placeholder {
    font-size: 15px;
    color: #4a4a4a; }

.form-control::-webkit-input-placeholder {
  font-size: 15px;
  color: #4a4a4a; }

.form-control::-moz-placeholder {
  font-size: 15px;
  color: #4a4a4a; }

.form-control::-moz-placeholder {
  font-size: 15px;
  color: #4a4a4a; }

.form-control::-ms-input-placeholder {
  font-size: 15px;
  color: #4a4a4a; }

.form-control:-ms-input-placeholder {
  font-size: 15px;
  color: #4a4a4a; }

.form-control::placeholder {
  font-size: 15px;
  color: #4a4a4a; }

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #4A4A4A;
  outline: none; }
  a:visited {
    color: inherit; }
  a:active, a:focus, a:hover {
    color: inherit;
    outline: none !important; }
  a:focus {
    outline: thin dotted; }
  a:active, a:hover {
    outline: 0; }

.single .maincontent a {
  color: #005a9d; }

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.desktop-nav {
  display: block; }

.mobile-nav {
  display: none; }

#navigation {
  padding-left: 60px; }

#right-navigation {
  text-align: right;
  padding-right: 75px; }
  #right-navigation li {
    margin-right: 5px; }
  #right-navigation li:last-child {
    margin-left: 0; }
  #right-navigation li.button-primary,
  #right-navigation li.button-transparent {
    padding: 0 !important; }
  #right-navigation li.button-primary a {
    font-size: 15px !important;
    padding: 0.7rem 1.5rem !important;
    min-width: auto;
    border-radius: 5px !important;
    font-weight: normal !important; }
    #right-navigation li.button-primary a:hover {
      background: #e29407 !important;
      color: #fff !important; }
  #right-navigation li.button-transparent a {
    font-size: 15px !important;
    padding: 0.7rem 1.5rem !important;
    min-width: auto;
    border-radius: 5px !important;
    font-weight: normal !important; }
  #right-navigation li.button-transparent a {
    border: solid 2px #ffffff;
    padding: 0.8rem 1.5rem !important;
    font-size: 15px !important;
    padding: 0.7rem 1.5rem !important;
    min-width: auto;
    border-radius: 5px !important;
    font-weight: normal !important; }
    #right-navigation li.button-transparent a:hover {
      border-color: #cecece;
      color: #fff !important; }

.right-nav > div {
  width: auto;
  display: inline-block; }

.menu-main-navigation-container {
  display: inline-block; }

.main-nav .search {
  display: inline-block;
  width: 34px;
  text-align: center;
  margin-left: 20px; }

.main-nav .search button {
  cursor: pointer;
  font-size: 25px !important;
  border: 0;
  background: transparent;
  color: #fff;
  box-shadow: none !important;
  padding: 0 !important;
  outline: none; }

.main-nav ul li ul.menu-item-has-children {
  position: absolute;
  width: 100%;
  display: block;
  left: 0; }

.main-nav ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0; }

.main-nav ul li.search a {
  padding-right: 0; }

.main-nav ul li.button-primary a {
  line-height: 26px !important; }

.main-nav ul li.button-primary a:focus,
.main-nav ul li.button-primary a:hover {
  background: inherit;
  color: #ffffff; }

.main-nav ul li {
  padding: 0 18px;
  position: relative;
  display: inline-block;
  list-style: none;
  margin-right: -4px; }

.main-nav ul li:last-child {
  margin-right: 0;
  padding-right: 0; }

.main-nav ul li a {
  position: relative;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  line-height: 1em;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent; }
  .main-nav ul li a.menu_item_hover {
    opacity: 1 !important; }

.main-nav ul li a.active-nav {
  /* color: #3a870d; */ }

.main-nav ul li.menu-item-has-children:hover a:after {
  /* visibility: visible;
    opacity: 1;*/ }

.desktop-nav ul.menu > li:after, .desktop-nav ul.menu > li:before {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.31);
  display: block !important;
  content: "";
  position: absolute;
  bottom: -32px;
  width: 0;
  height: 10px;
  margin: 5px 0 0;
  opacity: 1;
  z-index: 999;
  left: 0; }

.desktop-nav ul.menu > li:after {
  left: 0;
  background-color: #fff; }

.desktop-nav ul.menu > li:hover {
  cursor: pointer; }
  .desktop-nav ul.menu > li:hover:after, .desktop-nav ul.menu > li:hover:before {
    display: block !important;
    width: 100%;
    opacity: 1; }

.desktop-nav ul.menu > li.unhovered-item:after, .desktop-nav ul.menu > li.unhovered-item:before {
  display: none !important; }

.desktop-nav ul.menu > li.hovered-item:hover:after, .desktop-nav ul.menu > li.hovered-item:hover:before {
  display: block !important; }

#main-navigation li.menu-item-has-children > ul {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  z-index: -999;
  position: fixed;
  left: 0;
  width: 100%;
  transition: all 0.2s ease-in-out;
  background: #ffffff;
  margin-left: 0;
  margin-top: 32px;
  padding: 0 200px; }
  #main-navigation li.menu-item-has-children > ul:before {
    display: none;
    content: "";
    position: absolute;
    top: -35px;
    background: transparent;
    left: 0;
    height: 35px;
    width: 100%; }
  #main-navigation li.menu-item-has-children > ul li {
    float: left;
    width: auto;
    vertical-align: middle;
    margin-right: 0;
    margin-left: 0 !important;
    padding: 10px 25px; }
    #main-navigation li.menu-item-has-children > ul li:before {
      display: none !important; }
    #main-navigation li.menu-item-has-children > ul li:first-child {
      margin-left: 0; }
    #main-navigation li.menu-item-has-children > ul li:last-child {
      margin-bottom: 0; }
    #main-navigation li.menu-item-has-children > ul li.current-menu-item, #main-navigation li.menu-item-has-children > ul li.current_page_item, #main-navigation li.menu-item-has-children > ul li:hover {
      background: #f4f4f4; }
    #main-navigation li.menu-item-has-children > ul li.menu-item-has-children {
      padding: 10px 45px 10px 25px; }
      #main-navigation li.menu-item-has-children > ul li.menu-item-has-children > a:after {
        position: absolute;
        display: block !important;
        content: "";
        width: 0;
        height: 0;
        right: -24px;
        top: 18px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        border: solid #f8a000;
        border-width: 0 2px 2px 0;
        padding: 3px; }
  #main-navigation li.menu-item-has-children > ul a {
    padding: 15px 0 !important;
    height: 100%;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 15px;
    color: #004a87 !important;
    line-height: 1.3em;
    position: relative; }
  #main-navigation li.menu-item-has-children > ul a:after {
    display: none !important; }

#main-navigation li.menu-item-has-children:hover > ul.sub-menu:before {
  display: block; }

#main-navigation li.menu-item-has-children:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
  z-index: 100; }

#main-navigation li.menu-item-has-children ul li.menu-item-has-children ul {
  display: none;
  position: absolute;
  min-width: 320px;
  width: 320px;
  padding: 0;
  margin-top: 10px; }
  #main-navigation li.menu-item-has-children ul li.menu-item-has-children ul:before {
    position: absolute;
    content: "";
    height: 2px;
    width: 100%;
    top: -2px;
    left: 0;
    z-index: 2; }
  #main-navigation li.menu-item-has-children ul li.menu-item-has-children ul li {
    background: #f8a000;
    border-bottom: 1px solid rgba(255, 255, 255, 0.36);
    display: block;
    width: 100%;
    position: relative; }
    #main-navigation li.menu-item-has-children ul li.menu-item-has-children ul li.current-menu-item, #main-navigation li.menu-item-has-children ul li.menu-item-has-children ul li.current_page_item, #main-navigation li.menu-item-has-children ul li.menu-item-has-children ul li:hover {
      background: #e29200; }
    #main-navigation li.menu-item-has-children ul li.menu-item-has-children ul li:last-child {
      border-bottom: 0; }
    #main-navigation li.menu-item-has-children ul li.menu-item-has-children ul li.menu-item-has-children > a:after {
      position: absolute;
      display: block !important;
      content: "";
      width: 0;
      height: 0;
      right: -24px;
      top: 18px;
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      border: solid #ffffff;
      border-width: 0 2px 2px 0;
      padding: 3px; }
  #main-navigation li.menu-item-has-children ul li.menu-item-has-children ul a {
    color: #fff !important;
    text-align: left; }
    #main-navigation li.menu-item-has-children ul li.menu-item-has-children ul a:hover {
      color: #fff; }

#main-navigation li.menu-item-has-children > ul li.menu-item-has-children:hover ul {
  z-index: 100;
  display: block; }

#mobile-menu li.menu-item-has-children > ul.sub-menu li {
  border-bottom: 0 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.36);
  padding: 20px 0; }

#mobile-menu li.menu-item-has-children > ul.sub-menu li.menu-item-has-children.active {
  padding-bottom: 0; }

#mobile-menu li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > a:after {
  display: none; }

#mobile-menu li.menu-item-has-children > ul.sub-menu li.menu-item-has-children > ul.sub-menu {
  top: 0 !important;
  margin: 20px 0 0; }

#mobile-menu li.menu-item-has-children > ul.sub-menu > a:after {
  display: none; }

#mobile-menu li.menu-item-has-children > a:after {
  display: none; }

#main-navigation li.menu-item-has-children ul li.menu-item-has-children ul li.menu-item-has-children ul {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  min-width: 180px;
  width: 180px;
  padding: 0;
  margin-top: 0;
  left: 100%;
  top: 0;
  z-index: 7; }
  #main-navigation li.menu-item-has-children ul li.menu-item-has-children ul li.menu-item-has-children ul li {
    display: block; }

#main-navigation li.menu-item-has-children > ul li.menu-item-has-children:hover ul li.menu-item-has-children:hover ul {
  opacity: 1;
  visibility: visible;
  z-index: 100; }

.desktop-nav ul li.menu-item-has-children ul.sub-menu:after {
  content: "";
  position: absolute;
  top: -23px;
  left: 0;
  background: transparent;
  width: 100%;
  height: 25px;
  z-index: 0; }

.mobile-nav ul ul.sub-menu li.current-menu-item > a,
.mobile-nav ul ul.sub-menu li.current_page_ancestor > a,
.mobile-nav ul ul.sub-menu li.current_page_item > a {
  background: transparent; }

.main-nav ul li a:hover {
  color: #fff; }

.main-nav ul li.menu-item-has-children ul.sub-menu a:hover {
  color: #f8a000; }

header.sticky .main-nav ul li.button.current_page_item a {
  color: #fff !important; }

header.sticky .main-nav > ul li a {
  color: #ffffff; }

header.sticky .button-primary a {
  color: #fff !important; }

.desktop-nav ul li.current-menu-ancestor:after, .desktop-nav ul li.current-menu-ancestor:before,
.desktop-nav ul li.current-menu-item:after,
.desktop-nav ul li.current-menu-item:before,
.desktop-nav ul li.current-menu-parent:after,
.desktop-nav ul li.current-menu-parent:before,
.desktop-nav ul li.current_page_ancestor:after,
.desktop-nav ul li.current_page_ancestor:before,
.desktop-nav ul li.current_page_item:after,
.desktop-nav ul li.current_page_item:before,
header.sticky .desktop-nav li.current_page_item:after,
header.sticky .desktop-nav li.current_page_item:before,
header.sticky .desktop-nav ul li.current-menu-item:after,
header.sticky .desktop-nav ul li.current-menu-item:before,
header.sticky .desktop-nav ul li.current_page_ancestor:after,
header.sticky .desktop-nav ul li.current_page_ancestor:before {
  width: 100%;
  opacity: 1; }

.desktop-nav ul li.current-menu-ancestor > a,
.desktop-nav ul li.current-menu-item > a,
.desktop-nav ul li.current-menu-parent > a,
.desktop-nav ul li.current_page_ancestor > a,
.desktop-nav ul li.current_page_item > a,
header.sticky .desktop-nav li.current_page_item > a,
header.sticky .desktop-nav ul li.current-menu-item > a,
header.sticky .desktop-nav ul li.current_page_ancestor > a {
  color: #fff !important; }

.mobile-nav ul li.current-menu-ancestor,
.mobile-nav ul li.current-menu-item,
.mobile-nav ul li.current-menu-parent,
.mobile-nav ul li.current_page_ancestor,
.mobile-nav ul li.current_page_item,
header.sticky .mobile-nav li.current_page_item,
header.sticky .mobile-nav ul li.current-menu-item,
header.sticky .mobile-nav ul li.current_page_ancestor {
  background: #e29200; }
  .mobile-nav ul li.current-menu-ancestor > a,
  .mobile-nav ul li.current-menu-item > a,
  .mobile-nav ul li.current-menu-parent > a,
  .mobile-nav ul li.current_page_ancestor > a,
  .mobile-nav ul li.current_page_item > a,
  header.sticky .mobile-nav li.current_page_item > a,
  header.sticky .mobile-nav ul li.current-menu-item > a,
  header.sticky .mobile-nav ul li.current_page_ancestor > a {
    color: #fff !important; }

header.sticky .social_media.icons_header li a {
  color: #5a7ebe; }

header.sticky .main-nav ul li.menu-item-has-children a:after {
  border: solid #708fc7;
  border-width: 0 2px 2px 0; }

/* Main Navigation - Makes Sub Menu visible on child pages  */
.show_sub_menu .current-menu-ancestor .sub-menu,
.show_sub_menu .current-menu-item .sub-menu,
.show_sub_menu .current-menu-parent .sub-menu {
  visibility: visible !important;
  opacity: 1 !important; }

#content.show_sub_menu {
  margin-top: 120px; }

.toggle-nav {
  height: 21px;
  width: 25px;
  background: transparent;
  top: 50%;
  left: 50%;
  position: relative;
  cursor: pointer;
  display: none;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%); }

body.collapse_menu {
  overflow-y: hidden; }

.toggle-nav,
.toggle-nav span {
  transition: all linear 200ms; }

.toggle-nav span {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ffffff; }

.toggle-nav span.toggle-line2 {
  top: 9px;
  left: 0;
  right: 0;
  margin: 0 auto; }

.toggle-nav span.toggle-line3 {
  bottom: 0;
  top: auto; }

.collapse_menu .toggle-nav span.toggle-line2 {
  opacity: 0;
  width: 0;
  transition-delay: 500ms; }

.collapse_menu .toggle-nav span.toggle-line3 {
  bottom: 9px;
  transform: rotate3d(0, 0, 1, -45deg);
  transition-delay: 700ms; }

.collapse_menu .toggle-nav span.toggle-line1 {
  top: 9px;
  transform: rotate3d(0, 0, 1, 45deg);
  transition-delay: 700ms; }

.hide_desktop {
  display: none; }

.none {
  display: none; }

.nav-mobile-header {
  display: none; }

button.firstToggle {
  position: absolute;
  border: none;
  background: transparent;
  overflow: hidden;
  right: 0;
  text-indent: -999px;
  width: 50px;
  height: 40px;
  z-index: 10;
  display: none;
  outline: none;
  top: 0; }

@media only screen and (max-width: 1160px) {
  .main-nav ul li a {
    font-size: 14px; } }

@media only screen and (max-width: 1025px) {
  .main-nav ul li a {
    font-size: 15px; } }

@media only screen and (min-width: 1081px) {
  .main-nav ul li.menu-item-has-children ul.sub-menu li:hover > ul.sub-menu {
    display: inline-block; } }

@media only screen and (max-width: 1199px) {
  header .container-fluid {
    width: 100% !important; }
  #content.show_sub_menu {
    margin-top: 0; }
  .main-nav ul li {
    margin: 0 !important; }
  .menu-toggle-wrap {
    display: none; }
  #right-navigation {
    display: none; }
  button.firstToggle {
    display: block; }
  .main-nav ul li.button-primary {
    margin-left: 0; }
  .main-nav ul li.button-primary a {
    margin-left: 15px; }
  .mobile-toggle-wrap {
    position: absolute;
    z-index: 6;
    right: 0;
    margin: 0;
    background: #f8a000;
    width: 80px !important;
    top: 0;
    height: 100%; }
    .mobile-toggle-wrap .toggle-nav {
      display: inline-block; }
  .nav-mobile-header {
    height: 55px;
    background-color: #004c84;
    color: #ffffff;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    font-size: 16px;
    padding: 0 20px;
    text-transform: uppercase;
    border-top: 1px solid #033d67; }
  .nav-mobile-header.active {
    background-color: #0e7cc0; }
  nav.main-nav {
    transition: all ease-in-out 200ms;
    margin-top: 0;
    position: fixed;
    width: 100%;
    left: 0;
    top: 64px;
    overflow-y: auto;
    height: calc(100% - 70px);
    z-index: -1;
    transform: translate3d(0, -101%, 0);
    opacity: 0; }
  body.collapse_menu nav.main-nav {
    transform: translate3d(0, 0, 0);
    opacity: 1;
    z-index: 9; }
  /*Mobile Menu*/
  .desktop-nav {
    display: none; }
  .mobile-nav {
    display: block; }
  .menu-main-navigation-container,
  .menu-mobile-menu-container {
    display: block;
    margin: 0 auto;
    width: 100%; }
  #mobile-menu li a {
    display: block;
    cursor: pointer; }
  #mobile-menu li.menu-item-has-children > a:after {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    right: 30px;
    top: 0;
    transition: all ease-in-out 150ms;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 5px; }
  /* second sub menu */
  #mobile-menu li.menu-item-has-children > ul.sub-menu.show_subss {
    display: block;
    -webkit-animation-name: fade_nav;
    animation-name: fade_nav;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms; }
  #mobile-menu li.menu-item-has-children > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    min-height: auto;
    left: 0;
    width: 100%;
    display: none;
    position: relative;
    z-index: 8;
    margin-bottom: 0; }
  #mobile-menu li.back_button {
    position: relative;
    padding-left: 25px !important;
    background-color: #e29200;
    box-shadow: 3px 0 20px 0 rgba(0, 0, 0, 0.2); }
    #mobile-menu li.back_button:before {
      position: absolute;
      display: block;
      content: '';
      width: 0;
      height: 0;
      top: 19px;
      left: 24px !important;
      transition: all ease-in-out 150ms;
      transform: rotate(136deg);
      -webkit-transform: rotate(136deg);
      border: solid #ffffff;
      border-width: 0 2px 2px 0;
      display: inline-block;
      padding: 5px; }
  #mobile-menu li.exclude {
    border-bottom: 0;
    padding-bottom: 0;
    padding-top: 0;
    margin-top: -40px !important; }
  .mobile_button {
    background: #1767a1;
    list-style: none;
    padding: 15px 20px; }
    .mobile_button a {
      color: #fff;
      text-transform: uppercase; }
  .main-nav ul li.menu-item-has-children ul.sub-menu li a.open-menu {
    margin-top: 10px; }
  .main-nav ul li.menu-item-has-children ul.sub-menu li a.open-menu,
  a.open-menu {
    width: 20px !important;
    height: 20px !important;
    float: right;
    margin-right: 15px;
    margin-top: 0; }
  nav.main-nav .main-nav-list {
    height: auto;
    background-color: #f8a000;
    border-radius: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    overflow-y: scroll;
    overflow-x: hidden; }
  .main-nav ul {
    text-align: left;
    width: 100%;
    margin: 0;
    padding-left: 0; }
  .main-nav ul li {
    display: block;
    padding: 20px 0;
    position: relative;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.36); }
  .main-nav ul li a {
    display: inline-block;
    justify-content: inherit;
    color: #fff;
    height: auto;
    padding: 0 20px 0 1.3em; }
  header.sticky .main-nav ul li a {
    color: #fff; }
  .main-nav ul li a:hover {
    color: #ffffff; }
  .main-nav ul li.menu-item-has-children ul.sub-menu {
    background: #ffffff;
    border-radius: 0;
    position: relative;
    width: 100%;
    display: none;
    left: 0;
    top: 0;
    opacity: 1;
    visibility: visible;
    transition: inherit;
    box-shadow: none;
    padding-bottom: 0;
    margin: 25px 0 10px; }
  .main-nav ul li.menu-item-has-children ul.sub-menu a {
    color: #fff;
    line-height: 15px;
    text-align: left;
    padding: 0 0 0 20px !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    word-wrap: break-word;
    padding-left: 0;
    font-size: 15px; }
  .main-nav ul li.menu-item-has-children ul.sub-menu a:hover {
    color: #ffffff;
    background: transparent; }
  .main-nav ul li.menu-item-has-children ul.sub-menu a:before {
    display: none; }
  .nav-mobile-header {
    height: 55px;
    background-color: #004c84;
    color: #ffffff;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    font-size: 16px;
    padding: 0 20px;
    text-transform: uppercase;
    border-top: 1px solid #033d67; }
  .nav-mobile-header.active {
    background-color: #0e7cc0; }
  .main-nav ul li.menu-item-has-children a:after {
    display: none; }
  .main-nav ul li.menu-item-has-children a.open-menu:before,
  .main-nav ul li.menu-item-has-children ul li.menu-item-has-children > a.open-menu:before {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    right: 6px;
    top: 4px;
    transition: all ease-in-out 150ms;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px; }
  .main-nav ul li.menu-item-has-children ul li.menu-item-has-children > a:before {
    top: 12px; }
  .main-nav ul li.menu-item-has-children ul li.menu-item-has-children.active > a.open-menu:before,
  .main-nav ul li.menu-item-has-children.active a.open-menu:before {
    transform: rotateZ(-135deg); }
  .main-nav ul li.menu-item-has-children ul.sub-menu li {
    background: #f8a000;
    padding: 10px 0;
    width: 100%;
    height: auto;
    border-right: none;
    margin-bottom: 0; }
  .main-nav ul li.menu-item-has-children ul.sub-menu li:last-child > a {
    border-bottom: none; }
  .main-nav ul li.menu-item-has-children ul.sub-menu a span {
    font-size: 16px;
    display: inline-block;
    margin: 0; }
  .main-nav ul li.menu-item-has-children ul.sub-menu li a {
    color: #ffffff;
    height: auto !important;
    display: inline-block;
    width: auto; }
  .main-nav ul li.menu-item-has-children ul.sub-menu li ul.sub-menu a:hover {
    background: none; }
  /*All Menu Item with Icons*/
  .main-nav ul li:before {
    left: 0 !important; }
  /*Third Level Menu*/
  .main-nav ul li.menu-item-has-children ul.sub-menu li ul.sub-menu {
    background: #f8a000;
    position: relative;
    margin-right: 0;
    top: 0;
    left: 0; }
  .main-nav ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li a {
    color: #ffffff; }
  .main-nav ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li {
    padding-left: 0; }
  .main-nav ul li.menu-item-has-children ul.sub-menu li ul.sub-menu:before {
    background: #f8a000;
    content: "";
    width: 100%;
    left: -99%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 8;
    display: block !important; }
  .main-nav ul li.menu-item-has-children ul.sub-menu li ul.sub-menu:after {
    background: #f8a000;
    content: "";
    width: 100%;
    right: -99%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 8; }
  .main-nav ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li.current-menu-item > a,
  .main-nav ul li.menu-item-has-children ul.sub-menu li ul.sub-menu li.current_page_item > a {
    color: #ffffff !important;
    background: transparent !important; } }

@media only screen and (max-width: 1430px) {
  .mobile-nav ul li {
    margin: 0; }
  .main-nav ul li a {
    font-size: 14px; }
  .main-nav ul li.button-primary a {
    font-size: 10px !important;
    padding: 0.5rem 0.6rem !important; }
  .main-nav ul li.menu-item-has-children a:after {
    top: 3px; }
  .menu_footer ul li a {
    font-size: 14px !important; } }

@media only screen and (max-width: 1370px) {
  .main-nav ul li {
    margin: 0 9px; }
  .main-nav ul li a {
    font-size: 13px !important; }
  #right-navigation li.button-primary a,
  #right-navigation li.button-transparent a {
    font-size: 13px !important; } }

@media only screen and (max-width: 768px) {
  .main-nav ul li a {
    font-size: 14px !important; } }

@media only screen and (max-width: 767px) {
  #mobile-menu .button-primary a {
    width: 92%; }
  body.collapse_menu nav.main-nav {
    top: 70px; }
  .toggle-nav {
    margin-right: 10%; } }

/* iPad Pro in portrait & landscape*/
/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .main-nav ul li a {
    font-size: 13px; }
  .main-nav ul li.menu-item-has-children ul.sub-menu li:hover > ul.sub-menu {
    display: none; }
  .desktop-nav ul li.menu-item-has-children:focus > ul.sub-menu,
  .desktop-nav ul li.menu-item-has-children:hover > ul.sub-menu {
    display: none; } }

/*--------------------------------------------------------------
## Side Nav
--------------------------------------------------------------*/
.menu-toggle {
  cursor: pointer !important;
  outline: 0;
  position: absolute;
  z-index: 100;
  right: 0;
  margin: 0;
  background: #f8a000;
  width: 80px !important;
  top: 0;
  padding: 28px 0;
  height: 100%; }
  .menu-toggle .bar {
    display: block;
    background-color: #005a9d;
    width: 31px;
    height: 4px;
    margin: 4px auto;
    position: relative;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s; }
  .menu-toggle.menu-toggle--active .bar {
    margin: 2px auto; }
  .menu-toggle.menu-toggle--active .bar-1 {
    background-color: #005a9d;
    transform: translateY(7px) translateX(0) rotate(45deg);
    -webkit-transform: translateY(7px) translateX(0) rotate(45deg);
    -moz-transform: translateY(7px) translateX(0) rotate(45deg); }
  .menu-toggle.menu-toggle--active .bar-2 {
    background-color: #005a9d;
    transform: translateY(1px) translateX(0) rotate(-45deg);
    -webkit-transform: translateY(1px) translateX(0) rotate(-45deg);
    -moz-transform: translateY(1px) translateX(0) rotate(-45deg); }
  .menu-toggle.menu-toggle--active .bar-3 {
    display: none; }

#side-menu ul,
.primary-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block; }
  #side-menu ul li,
  .primary-menu ul li {
    margin: 0;
    padding: 0; }

.primary-menu {
  padding: 0;
  margin: 23px 0;
  position: relative;
  z-index: 100;
  float: right;
  display: none; }
  .primary-menu ul li {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    margin: 0 10px; }
    .primary-menu ul li:hover {
      color: #005a9d; }
    .primary-menu ul li a {
      color: inherit;
      text-decoration: none;
      padding: 0 10px; }

#side-menu {
  width: 220px;
  height: 100%;
  background-color: #f8a000;
  position: fixed;
  padding: 10px 0;
  top: 88px;
  right: 0;
  transition: transform 0.3s;
  transform: translateX(300px);
  z-index: 8; }
  #side-menu.side-menu--active {
    transform: translateX(0px); }
  #side-menu li {
    display: block;
    color: #fff;
    text-transform: uppercase;
    padding: 15px 20px;
    text-align: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.36);
    margin: 0; }
    #side-menu li a {
      color: inherit;
      text-decoration: none;
      padding: 5px 10px; }
      #side-menu li a:hover {
        color: #ffffff; }
  #side-menu .sub-menu {
    display: none; }
    #side-menu .sub-menu li {
      padding: 15px 0 15px 10px; }
      #side-menu .sub-menu li:last-child {
        border-bottom: 0;
        padding-bottom: 0; }
  #side-menu ul.sub-menu li.current-menu-item > a,
  #side-menu ul.sub-menu li.current_page_ancestor > a,
  #side-menu ul.sub-menu li.current_page_item > a {
    color: #fff !important; }
  #side-menu .open-menu-sidenav {
    width: 20px !important;
    height: 20px !important;
    float: right;
    margin-right: 15px;
    margin-top: 5px; }
  #side-menu .open-menu-sidenav:before {
    position: absolute;
    display: block;
    content: '';
    width: 0;
    height: 0;
    right: 6px;
    top: 0;
    transition: all ease-in-out 150ms;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px; }
  #side-menu li.menu-item-has-children.active > a.open-menu-sidenav:before {
    transform: rotateZ(-135deg); }

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

img {
  border-radius: 4px; }
  img.alignright {
    float: right;
    margin: 30px 0 30px 40px !important; }
  img.alignleft {
    float: left;
    margin: 30px 40px 30px 0 !important; }

.byline,
.updated:not(.published) {
  display: none; }

.group-blog .byline,
.single .byline {
  display: inline; }

.entry-content,
.entry-summary,
.page-content {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.single .wpb_single_image img {
  margin: 30px 0 !important; }

.blq-center {
  text-align: center !important; }

.heading {
  margin-bottom: 50px; }

.font_white * {
  color: #fff; }

.font_condensed {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: normal; }
  @media screen and (max-width: 768px) {
    .font_condensed {
      font-size: 74px !important;
      line-height: 74px !important; } }
/*--------------------------------------------------------------
## Search / 404 Page
--------------------------------------------------------------*/
.search_content article {
  padding: 30px 0;
  border-top: 2px solid rgba(216, 216, 216, 0.28); }

/*--------------------------------------------------------------
## Home Page
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .intro_section.mobile_padding_20 .desc_section .vc_column-inner {
    padding: 80px 20px !important; } }

.intro_section.no_shadow .desc_section {
  box-shadow: none; }

.intro_section .custom_video {
  width: 130%; }
  @media screen and (max-width: 1024px) {
    .intro_section .custom_video {
      height: 600px !important; } }
  @media screen and (max-width: 768px) {
    .intro_section .custom_video {
      width: 100%;
      height: 375px !important; } }
  @media screen and (max-width: 768px) {
    .intro_section .custom_video .play-button {
      width: 90px;
      height: 90px;
      left: 50%;
      top: 50%;
      bottom: auto;
      transform: translate(-50%, -50%); } }
.intro_section .font_condensed {
  font-size: 98px; }

.intro_section .video_section {
  position: relative;
  top: -50px;
  z-index: 7;
  width: 40%; }
  @media only screen and (min-width: 1200px) and (max-width: 1370px) {
    .intro_section .video_section {
      top: -100px !important; } }
  @media screen and (max-width: 768px) {
    .intro_section .video_section {
      width: 100%;
      top: 0 !important;
      min-height: auto !important; } }
  .intro_section .video_section .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }

.intro_section .desc_section {
  z-index: 7;
  box-shadow: 0 0 600px 0 rgba(0, 0, 0, 0.5);
  width: 60%; }
  @media screen and (max-width: 768px) {
    .intro_section .desc_section {
      width: 100%;
      box-shadow: none;
      min-height: auto !important; } }
  .intro_section .desc_section .vc_column-inner {
    padding: 55px 130px !important;
    height: 100%; }
    @media screen and (max-width: 1024px) {
      .intro_section .desc_section .vc_column-inner {
        padding: 80px 110px !important; } }
    @media screen and (max-width: 767px) {
      .intro_section .desc_section .vc_column-inner {
        padding: 80px 50px !important; } }
.alter_section h2 {
  font-size: 60px;
  line-height: 60px; }
  @media screen and (max-width: 768px) {
    .alter_section h2 {
      line-height: 40px !important; } }
.alter_section .font_condensed {
  font-size: 65px; }
  @media screen and (max-width: 768px) {
    .alter_section .font_condensed {
      font-size: 34px !important;
      line-height: 0 !important; } }
.alter_section .desc_section {
  z-index: 7;
  width: 52%; }
  @media screen and (max-width: 1024px) {
    .alter_section .desc_section {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .alter_section .desc_section {
      min-height: auto !important; } }
  .alter_section .desc_section .wpb_content_element {
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .alter_section .desc_section .wpb_content_element {
        margin-bottom: 0 !important; } }
  .alter_section .desc_section .vc_column-inner {
    padding: 120px 130px !important; }
    @media screen and (max-width: 1024px) {
      .alter_section .desc_section .vc_column-inner {
        text-align: center;
        padding: 60px 30px !important;
        min-height: auto !important; } }
.alter_section .image_section {
  position: relative;
  top: -50px;
  z-index: 6;
  width: 48%; }
  @media screen and (max-width: 1024px) {
    .alter_section .image_section {
      width: 100%;
      top: 0; } }
  @media screen and (max-width: 767px) {
    .alter_section .image_section {
      min-height: auto !important; } }
  .alter_section .image_section:before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    content: "";
    position: absolute;
    left: -16%;
    top: 0;
    width: 116%;
    height: 100%;
    z-index: 1; }
    @media screen and (max-width: 1024px) {
      .alter_section .image_section:before {
        width: 100%;
        left: 0; } }
  .alter_section .image_section .wpb_wrapper {
    position: relative;
    z-index: 1; }
  .alter_section .image_section .vc_column-inner {
    padding: 80px 95px 80px 200px !important;
    width: 116%;
    position: relative;
    left: -16%; }
    @media screen and (max-width: 1024px) {
      .alter_section .image_section .vc_column-inner {
        text-align: center;
        width: 100%;
        left: 0;
        padding: 80px 80px !important; }
        .alter_section .image_section .vc_column-inner .button {
          text-align: center; } }
    @media screen and (max-width: 767px) {
      .alter_section .image_section .vc_column-inner {
        text-align: left;
        padding: 60px 30px !important;
        min-height: auto !important; }
        .alter_section .image_section .vc_column-inner .button {
          text-align: left; } }
.offset_left_section .vc_row {
  display: flex;
  flex: row; }
  @media screen and (max-width: 767px) {
    .offset_left_section .vc_row {
      display: block;
      flex: 100%; } }
.offset_left_section .font_condensed {
  font-size: 65px; }

.offset_left_section .wpb_content_element {
  margin-bottom: 25px; }

.offset_left_section .button {
  margin-bottom: 0; }

.offset_left_section .right_column {
  z-index: 7; }
  .offset_left_section .right_column .vc_column-inner {
    padding: 100px 65px 100px 90px !important; }
    @media screen and (max-width: 1024px) {
      .offset_left_section .right_column .vc_column-inner {
        padding: 40px 30px 50px 30px !important; } }
.offset_left_section .left_column {
  position: relative;
  top: -50px;
  z-index: 6; }
  @media screen and (max-width: 1024px) {
    .offset_left_section .left_column {
      top: 0; } }
  .offset_left_section .left_column:before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 116%;
    height: 100%;
    z-index: 1; }
    @media screen and (max-width: 1024px) {
      .offset_left_section .left_column:before {
        width: 100%; } }
  .offset_left_section .left_column .wpb_wrapper {
    position: relative;
    z-index: 1;
    width: 90%; }
    @media screen and (max-width: 1024px) {
      .offset_left_section .left_column .wpb_wrapper {
        width: 100%; } }
  .offset_left_section .left_column .vc_column-inner {
    padding: 100px 65px 140px 90px !important;
    width: 116%;
    position: relative;
    left: 0; }
    @media screen and (max-width: 1024px) {
      .offset_left_section .left_column .vc_column-inner {
        padding: 40px 30px 50px 30px !important;
        width: 100%; } }
.twitter_section.vc_section {
  padding: 80px 0 !important;
  position: relative; }
  .twitter_section.vc_section:before {
    background: url("../../images/icon-twitter.svg") no-repeat center center;
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    width: 60px;
    height: 60px;
    z-index: 6;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%); }
  .twitter_section.vc_section .container {
    width: 1000px; }
    @media screen and (max-width: 1024px) {
      .twitter_section.vc_section .container {
        width: 100%; } }
.vc_section.advocate_section {
  position: relative;
  padding: 159px 20px !important; }
  @media screen and (max-width: 767px) {
    .vc_section.advocate_section {
      padding: 50px 0 !important; } }
  .vc_section.advocate_section:before {
    content: "";
    background-image: linear-gradient(106deg, rgba(0, 0, 0, 0), #004a87);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .vc_section.advocate_section:after {
    content: "";
    background-image: linear-gradient(117deg, rgba(0, 0, 0, 0), #000000);
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .vc_section.advocate_section .container {
    position: relative;
    width: 1100px;
    z-index: 2; }
    @media screen and (max-width: 1024px) {
      .vc_section.advocate_section .container {
        width: 100%; } }
.member_section {
  border-top: 2px solid rgba(216, 216, 216, 0.28); }
  @media screen and (max-width: 767px) {
    .member_section {
      margin-bottom: 30px; }
      .member_section .mobile_reverse {
        flex-direction: column-reverse;
        display: flex; } }
  .member_section .overlay_yellow {
    box-shadow: 0 0 249px 0 rgba(0, 0, 0, 0.32);
    position: relative; }
    .member_section .overlay_yellow:before {
      content: "";
      background: rgba(248, 160, 0, 0.5);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 6; }
  .member_section .overlay_blue {
    box-shadow: 0 0 249px 0 rgba(0, 0, 0, 0.32);
    position: relative; }
    .member_section .overlay_blue:before {
      content: "";
      background: rgba(0, 90, 157, 0.5);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 6; }
  .member_section p {
    font-size: 16px; }
  .member_section .vc_btn3-inline {
    margin-right: 15px; }
  .member_section .vc_icon_element {
    text-align: center;
    width: auto;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .member_section .wpb_column {
      width: 100%; }
      .member_section .wpb_column.member_image {
        width: 100%; } }
.contact_details p {
  font-size: 16px;
  line-height: 20px; }

.donation_form .social_share {
  float: right;
  margin-top: 45px; }

@media screen and (max-width: 768px) {
  .donate_section.vc_section {
    background-position: bottom !important;
    background-size: 180% !important; }
    .donate_section.vc_section .font_condensed {
      font-size: 74px !important;
      line-height: 57px !important; }
    .donate_section.vc_section h2 {
      font-size: 30px !important;
      line-height: 30px !important; } }

#powerTip {
  padding: 15px 20px 0 !important; }
  #powerTip * {
    color: #ffffff; }
  #powerTip p {
    font-size: 15px; }
  #powerTip a {
    margin-left: 15px; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: table; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Site
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block; }

.hentry {
  margin: 0 0 1.5em; }

img {
  border-radius: 4px; }
  img.alignright {
    float: right;
    margin: 30px 0 30px 40px !important; }
  img.alignleft {
    float: left;
    margin: 30px 40px 30px 0 !important; }

.byline,
.updated:not(.published) {
  display: none; }

.group-blog .byline,
.single .byline {
  display: inline; }

.entry-content,
.entry-summary,
.page-content {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

.single .wpb_single_image img {
  margin: 30px 0 !important; }

.blq-center {
  text-align: center !important; }

.heading {
  margin-bottom: 50px; }

.font_white * {
  color: #fff; }

.font_condensed {
  font-family: "Cormorant Garamond", sans-serif;
  font-weight: normal; }
  @media screen and (max-width: 768px) {
    .font_condensed {
      font-size: 74px !important;
      line-height: 74px !important; } }
/*--------------------------------------------------------------
## Search / 404 Page
--------------------------------------------------------------*/
.search_content article {
  padding: 30px 0;
  border-top: 2px solid rgba(216, 216, 216, 0.28); }

/*--------------------------------------------------------------
## Home Page
--------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  .intro_section.mobile_padding_20 .desc_section .vc_column-inner {
    padding: 80px 20px !important; } }

.intro_section.no_shadow .desc_section {
  box-shadow: none; }

.intro_section .custom_video {
  width: 130%; }
  @media screen and (max-width: 1024px) {
    .intro_section .custom_video {
      height: 600px !important; } }
  @media screen and (max-width: 768px) {
    .intro_section .custom_video {
      width: 100%;
      height: 375px !important; } }
  @media screen and (max-width: 768px) {
    .intro_section .custom_video .play-button {
      width: 90px;
      height: 90px;
      left: 50%;
      top: 50%;
      bottom: auto;
      transform: translate(-50%, -50%); } }
.intro_section .font_condensed {
  font-size: 98px; }

.intro_section .video_section {
  position: relative;
  top: -50px;
  z-index: 7;
  width: 40%; }
  @media only screen and (min-width: 1200px) and (max-width: 1370px) {
    .intro_section .video_section {
      top: -100px !important; } }
  @media screen and (max-width: 768px) {
    .intro_section .video_section {
      width: 100%;
      top: 0 !important;
      min-height: auto !important; } }
  .intro_section .video_section .vc_column-inner {
    padding-left: 0 !important;
    padding-right: 0 !important; }

.intro_section .desc_section {
  z-index: 7;
  box-shadow: 0 0 600px 0 rgba(0, 0, 0, 0.5);
  width: 60%; }
  @media screen and (max-width: 768px) {
    .intro_section .desc_section {
      width: 100%;
      box-shadow: none;
      min-height: auto !important; } }
  .intro_section .desc_section .vc_column-inner {
    padding: 55px 130px !important;
    height: 100%; }
    @media screen and (max-width: 1024px) {
      .intro_section .desc_section .vc_column-inner {
        padding: 80px 110px !important; } }
    @media screen and (max-width: 767px) {
      .intro_section .desc_section .vc_column-inner {
        padding: 80px 50px !important; } }
.alter_section h2 {
  font-size: 60px;
  line-height: 60px; }
  @media screen and (max-width: 768px) {
    .alter_section h2 {
      line-height: 40px !important; } }
.alter_section .font_condensed {
  font-size: 65px; }
  @media screen and (max-width: 768px) {
    .alter_section .font_condensed {
      font-size: 34px !important;
      line-height: 0 !important; } }
.alter_section .desc_section {
  z-index: 7;
  width: 52%; }
  @media screen and (max-width: 1024px) {
    .alter_section .desc_section {
      width: 100%; } }
  @media screen and (max-width: 768px) {
    .alter_section .desc_section {
      min-height: auto !important; } }
  .alter_section .desc_section .wpb_content_element {
    margin-bottom: 15px; }
    @media screen and (max-width: 768px) {
      .alter_section .desc_section .wpb_content_element {
        margin-bottom: 0 !important; } }
  .alter_section .desc_section .vc_column-inner {
    padding: 120px 130px !important; }
    @media screen and (max-width: 1024px) {
      .alter_section .desc_section .vc_column-inner {
        text-align: center;
        padding: 60px 30px !important;
        min-height: auto !important; } }
.alter_section .image_section {
  position: relative;
  top: -50px;
  z-index: 6;
  width: 48%; }
  @media screen and (max-width: 1024px) {
    .alter_section .image_section {
      width: 100%;
      top: 0; } }
  @media screen and (max-width: 767px) {
    .alter_section .image_section {
      min-height: auto !important; } }
  .alter_section .image_section:before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    content: "";
    position: absolute;
    left: -16%;
    top: 0;
    width: 116%;
    height: 100%;
    z-index: 1; }
    @media screen and (max-width: 1024px) {
      .alter_section .image_section:before {
        width: 100%;
        left: 0; } }
  .alter_section .image_section .wpb_wrapper {
    position: relative;
    z-index: 1; }
  .alter_section .image_section .vc_column-inner {
    padding: 80px 95px 80px 200px !important;
    width: 116%;
    position: relative;
    left: -16%; }
    @media screen and (max-width: 1024px) {
      .alter_section .image_section .vc_column-inner {
        text-align: center;
        width: 100%;
        left: 0;
        padding: 80px 80px !important; }
        .alter_section .image_section .vc_column-inner .button {
          text-align: center; } }
    @media screen and (max-width: 767px) {
      .alter_section .image_section .vc_column-inner {
        text-align: left;
        padding: 60px 30px !important;
        min-height: auto !important; }
        .alter_section .image_section .vc_column-inner .button {
          text-align: left; } }
.offset_left_section .vc_row {
  display: flex;
  flex: row; }
  @media screen and (max-width: 767px) {
    .offset_left_section .vc_row {
      display: block;
      flex: 100%; } }
.offset_left_section .font_condensed {
  font-size: 65px; }

.offset_left_section .wpb_content_element {
  margin-bottom: 25px; }

.offset_left_section .button {
  margin-bottom: 0; }

.offset_left_section .right_column {
  z-index: 7; }
  .offset_left_section .right_column .vc_column-inner {
    padding: 100px 65px 100px 90px !important; }
    @media screen and (max-width: 1024px) {
      .offset_left_section .right_column .vc_column-inner {
        padding: 40px 30px 50px 30px !important; } }
.offset_left_section .left_column {
  position: relative;
  top: -50px;
  z-index: 6; }
  @media screen and (max-width: 1024px) {
    .offset_left_section .left_column {
      top: 0; } }
  .offset_left_section .left_column:before {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 116%;
    height: 100%;
    z-index: 1; }
    @media screen and (max-width: 1024px) {
      .offset_left_section .left_column:before {
        width: 100%; } }
  .offset_left_section .left_column .wpb_wrapper {
    position: relative;
    z-index: 1;
    width: 90%; }
    @media screen and (max-width: 1024px) {
      .offset_left_section .left_column .wpb_wrapper {
        width: 100%; } }
  .offset_left_section .left_column .vc_column-inner {
    padding: 100px 65px 140px 90px !important;
    width: 116%;
    position: relative;
    left: 0; }
    @media screen and (max-width: 1024px) {
      .offset_left_section .left_column .vc_column-inner {
        padding: 40px 30px 50px 30px !important;
        width: 100%; } }
.twitter_section.vc_section {
  padding: 80px 0 !important;
  position: relative; }
  .twitter_section.vc_section:before {
    background: url("../../images/icon-twitter.svg") no-repeat center center;
    content: "";
    position: absolute;
    left: 50%;
    top: -30px;
    width: 60px;
    height: 60px;
    z-index: 6;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%); }
  .twitter_section.vc_section .container {
    width: 1000px; }
    @media screen and (max-width: 1024px) {
      .twitter_section.vc_section .container {
        width: 100%; } }
.vc_section.advocate_section {
  position: relative;
  padding: 159px 20px !important; }
  @media screen and (max-width: 767px) {
    .vc_section.advocate_section {
      padding: 50px 0 !important; } }
  .vc_section.advocate_section:before {
    content: "";
    background-image: linear-gradient(106deg, rgba(0, 0, 0, 0), #004a87);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .vc_section.advocate_section:after {
    content: "";
    background-image: linear-gradient(117deg, rgba(0, 0, 0, 0), #000000);
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .vc_section.advocate_section .container {
    position: relative;
    width: 1100px;
    z-index: 2; }
    @media screen and (max-width: 1024px) {
      .vc_section.advocate_section .container {
        width: 100%; } }
.member_section {
  border-top: 2px solid rgba(216, 216, 216, 0.28); }
  @media screen and (max-width: 767px) {
    .member_section {
      margin-bottom: 30px; }
      .member_section .mobile_reverse {
        flex-direction: column-reverse;
        display: flex; } }
  .member_section .overlay_yellow {
    box-shadow: 0 0 249px 0 rgba(0, 0, 0, 0.32);
    position: relative; }
    .member_section .overlay_yellow:before {
      content: "";
      background: rgba(248, 160, 0, 0.5);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 6; }
  .member_section .overlay_blue {
    box-shadow: 0 0 249px 0 rgba(0, 0, 0, 0.32);
    position: relative; }
    .member_section .overlay_blue:before {
      content: "";
      background: rgba(0, 90, 157, 0.5);
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 6; }
  .member_section p {
    font-size: 16px; }
  .member_section .vc_btn3-inline {
    margin-right: 15px; }
  .member_section .vc_icon_element {
    text-align: center;
    width: auto;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .member_section .wpb_column {
      width: 100%; }
      .member_section .wpb_column.member_image {
        width: 100%; } }
.contact_details p {
  font-size: 16px;
  line-height: 20px; }

.donation_form .social_share {
  float: right;
  margin-top: 45px; }

@media screen and (max-width: 768px) {
  .donate_section.vc_section {
    background-position: bottom !important;
    background-size: 180% !important; }
    .donate_section.vc_section .font_condensed {
      font-size: 74px !important;
      line-height: 57px !important; }
    .donate_section.vc_section h2 {
      font-size: 30px !important;
      line-height: 30px !important; } }

#powerTip {
  padding: 15px 20px 0 !important; }
  #powerTip * {
    color: #ffffff; }
  #powerTip p {
    font-size: 15px; }
  #powerTip a {
    margin-left: 15px; }

/*--------------------------------------------------------------
## Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: table; }

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%; }
  .gallery-columns-2 .gallery-item {
    max-width: 50%; }
  .gallery-columns-3 .gallery-item {
    max-width: 33.33%; }
  .gallery-columns-4 .gallery-item {
    max-width: 25%; }
  .gallery-columns-5 .gallery-item {
    max-width: 20%; }
  .gallery-columns-6 .gallery-item {
    max-width: 16.66%; }
  .gallery-columns-7 .gallery-item {
    max-width: 14.28%; }
  .gallery-columns-8 .gallery-item {
    max-width: 12.5%; }
  .gallery-columns-9 .gallery-item {
    max-width: 11.11%; }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Modules
--------------------------------------------------------------*/
.custom_video {
  width: 930px;
  height: 500px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .custom_video {
      width: 100%; } }
  .custom_video.box {
    height: 500px; }
    .custom_video.box .play-button {
      cursor: pointer; }
  .custom_video video {
    width: 100%;
    height: 500px;
    opacity: 0; }
  .custom_video.image_only:before {
    content: "";
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  .custom_video .video_title {
    display: none;
    position: absolute;
    bottom: 10%;
    text-align: center;
    width: 100%;
    color: #fff;
    font-size: 24px;
    line-height: 28px;
    font-weight: 100; }
    @media screen and (max-width: 992px) {
      .custom_video .video_title {
        text-align: center;
        display: block;
        bottom: 10%; } }
    @media screen and (min-width: 991px) {
      .custom_video .video_title {
        text-align: left;
        display: block;
        bottom: 30%;
        left: 15%; } }
    @media screen and (max-width: 767px) {
      .custom_video .video_title {
        display: block;
        font-size: 20px !important;
        line-height: 26px !important; } }
.custom_video.without_bg {
  background: transparent !important; }

.custom_video .playpause {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0; }

.play-button {
  background: url("../../images/i-play.svg") no-repeat;
  width: 60px;
  height: 60px;
  background-size: cover;
  text-align: center;
  position: absolute;
  left: 15%;
  bottom: 10%;
  cursor: pointer; }

.custom_video_modal .modal-header {
  margin-bottom: 0;
  position: absolute;
  top: -70px; }

/* Youtube Video */
.videoWrapper {
  position: relative;
  width: 930px;
  height: 500px;
  background-color: #000;
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .videoWrapper {
      width: 100%; } }
.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent; }

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: 50% 50%;
  background-size: 100% 100%;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  transition: opacity 800ms, height 0s;
  transition-delay: 0s, 0s;
  outline: none;
  box-shadow: none; }

.videoPoster:before {
  content: "";
  position: absolute;
  background: url("../../images/i-play.svg") no-repeat;
  width: 60px;
  height: 60px;
  background-size: cover;
  text-align: center;
  position: absolute;
  left: 15%;
  bottom: 10%; }

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  transition-delay: 0s, 800ms; }

.testimonial_section {
  position: relative; }
  .testimonial_section:before {
    content: "";
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
  @media screen and (max-width: 768px) {
    .testimonial_section .slick-dots {
      bottom: 40px; } }
  @media screen and (max-width: 767px) {
    .testimonial_section .slick-dots {
      bottom: 20px; } }
  .testimonial_section .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0; }

.wrap-slide-testimonial {
  position: relative;
  height: 777px; }
  @media screen and (max-width: 768px) {
    .wrap-slide-testimonial {
      padding: 300px 0;
      height: auto; } }
  @media screen and (max-width: 767px) {
    .wrap-slide-testimonial {
      background-position: 84% !important; } }
  .wrap-slide-testimonial:before {
    content: "";
    background-image: linear-gradient(to bottom, transparent, #000);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

.wrap-testimonial-slider {
  position: relative;
  z-index: 2;
  width: 100%;
  margin: 0;
  padding: 0;
  max-width: 100% !important; }
  .wrap-testimonial-slider .slide-prev.slick-arrow {
    left: 30px; }
  .wrap-testimonial-slider .slide-next.slick-arrow {
    right: 30px; }

.wrap-testimonial-slider .slick-arrow {
  background: transparent;
  border: 3px solid #ffffff;
  border-radius: 100%;
  cursor: pointer;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  height: 48px;
  width: 48px;
  text-align: center;
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%); }
  .wrap-testimonial-slider .slick-arrow .fa {
    color: #fff;
    font-size: 35px;
    margin-top: 3px; }

.wrap-testimonial-slider .slide_content {
  width: 100%;
  z-index: 2;
  display: inline-block;
  position: absolute;
  text-align: center;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%); }
  @media (min-width: 1300px) {
    .wrap-testimonial-slider .slide_content {
      max-width: 1280px !important; } }
  .wrap-testimonial-slider .slide_content .story_heading {
    color: #fff;
    background: rgba(248, 160, 0, 0.7);
    font-family: "Cormorant Garamond", sans-serif;
    font-size: 51px;
    font-weight: 500;
    padding: 0 10px;
    line-height: 51px;
    display: inline-block; }
    @media screen and (max-width: 768px) {
      .wrap-testimonial-slider .slide_content .story_heading {
        margin-bottom: 35px; } }
  .wrap-testimonial-slider .slide_content h3 {
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
    font-style: normal;
    font-weight: 600; }
    @media screen and (max-width: 768px) {
      .wrap-testimonial-slider .slide_content h3 {
        font-size: 34px;
        line-height: 44px; } }
    @media screen and (max-width: 767px) {
      .wrap-testimonial-slider .slide_content h3 {
        font-size: 20px;
        line-height: 24px; } }
  .wrap-testimonial-slider .slide_content h4 {
    color: #ffffff;
    font-size: 30px;
    line-height: 40px;
    font-style: normal;
    font-weight: 600; }
    @media screen and (max-width: 767px) {
      .wrap-testimonial-slider .slide_content h4 {
        font-size: 20px;
        line-height: 24px; } }
  .wrap-testimonial-slider .slide_content cite {
    display: block;
    margin-top: 30px;
    color: #ffffff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500; }

.news_and_events_widget {
  margin-top: 0; }
  @media screen and (max-width: 768px) {
    .news_and_events_widget {
      margin-top: 50px; } }
  .news_and_events_widget h2 {
    margin-bottom: 40px; }
    @media screen and (max-width: 768px) {
      .news_and_events_widget h2 {
        margin-bottom: 20px; } }
  .news_and_events_widget .list {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 20px;
    margin-bottom: 20px;
    width: 100%; }
    @media screen and (max-width: 768px) {
      .news_and_events_widget .list {
        margin-bottom: 20px;
        padding-bottom: 20px; } }
    .news_and_events_widget .list:last-child {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
    .news_and_events_widget .list h5 {
      margin-bottom: 0;
      font-size: 16px; }
      .news_and_events_widget .list h5 a {
        text-decoration: none; }

.map_section {
  position: relative;
  top: -140px;
  margin-bottom: -140px;
  z-index: 2;
  padding-left: 120px;
  padding-bottom: 50px; }
  @media screen and (max-width: 1024px) {
    .map_section .vc_row.vc_row-o-full-height {
      padding: 0; } }
  @media screen and (max-width: 768px) {
    .map_section {
      top: 0;
      margin-bottom: 0;
      padding-left: 0; }
      .map_section .vc_row.vc_row-o-full-height {
        padding: 50px 30px; } }
  .map_section:after {
    content: "";
    background-image: linear-gradient(to left, rgba(255, 255, 255, 0), #ffffff);
    position: absolute;
    left: 0;
    top: 0;
    width: 40%;
    height: 100%;
    z-index: 6; }
    @media screen and (max-width: 1024px) {
      .map_section:after {
        width: 40%; } }
    @media screen and (max-width: 768px) {
      .map_section:after {
        display: none; } }
  .map_section .vc_column-inner {
    padding: 0 !important;
    margin: 0 !important; }
  .map_section.vc_section {
    background-position: right !important; }
  .map_section .container {
    position: relative;
    z-index: 6; }
  .map_section .news_widget {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 60px;
    box-shadow: 0 0 600px 0 rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 7;
    left: 10%; }
    @media screen and (max-width: 1024px) {
      .map_section .news_widget {
        left: 5%;
        width: 40%; } }
    @media screen and (max-width: 768px) {
      .map_section .news_widget {
        position: static;
        padding: 0 30px 50px 30px;
        top: 0;
        transform: none;
        width: 100%; } }
  .map_section .wrap_svl_center {
    text-align: right; }
    @media screen and (max-width: 768px) {
      .map_section .wrap_svl_center {
        margin-top: 50px;
        text-align: left;
        width: 130%;
        left: -30%;
        position: relative; } }
    .map_section .wrap_svl_center img {
      box-shadow: none; }
  @media screen and (max-width: 768px) {
    .map_section .vc_row.vc_row-o-full-height {
      padding: 0; } }
  .map_section .pins_animation {
    width: 24px !important;
    height: 24px !important; }
    @media screen and (max-width: 768px) {
      .map_section .pins_animation {
        width: 16px !important;
        height: 16px !important; } }
  .map_section .point_style img {
    width: 24px !important;
    height: 24px !important; }
    @media screen and (max-width: 768px) {
      .map_section .point_style img {
        width: 16px !important;
        height: 16px !important; } }
.see_all_buttons {
  display: none;
  background: #f8a000;
  text-align: center;
  padding: 25px 0;
  top: -7px; }
  @media screen and (max-width: 768px) {
    .see_all_buttons {
      display: block; } }
.offset_top_100 .resources_section .column {
  height: 650px; }

.offset_top_100 .mobile_slider {
  height: 650px !important; }

@media screen and (max-width: 768px) {
  .resources_section {
    margin-left: -15px;
    margin-right: -15px; } }

.resources_section .column {
  height: 550px;
  padding: 0;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    .resources_section .column {
      flex: 100%;
      max-width: 100%; } }
  .resources_section .column a.column_url {
    display: inline-block;
    height: 100%;
    width: 100%;
    position: relative; }
    .resources_section .column a.column_url:before {
      background-image: linear-gradient(to bottom, rgba(129, 129, 129, 0), #000000);
      content: "";
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 6; }
    .resources_section .column a.column_url:hover .col_bg:after {
      opacity: 1;
      visibility: visible; }
    .resources_section .column a.column_url .col_bg {
      transition: all 0.5s ease;
      width: 100%;
      height: 100%; }
      .resources_section .column a.column_url .col_bg:after {
        opacity: 0;
        visibility: hidden;
        background: rgba(0, 0, 0, 0.4);
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        transition: all 0.5s ease; }

.resources_section .f_content {
  padding: 50px 30px;
  position: absolute;
  bottom: 0;
  z-index: 6; }
  @media screen and (max-width: 1024px) {
    .resources_section .f_content {
      padding: 50px 30px !important; } }
  @media screen and (max-width: 992px) {
    .resources_section .f_content {
      bottom: 5% !important; } }
  @media screen and (max-width: 767px) {
    .resources_section .f_content {
      bottom: 25px !important; } }
  .resources_section .f_content .meta {
    background: rgba(248, 160, 0, 0.7);
    font-size: 32px;
    font-weight: 500;
    font-family: "Cormorant Garamond", sans-serif;
    margin-bottom: 15px;
    display: inline-block;
    padding: 0 10px;
    max-width: 200px; }
  .resources_section .f_content .cta {
    font-size: 23px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 33px;
    color: #fff;
    display: block;
    margin: 50px 0 0;
    text-transform: uppercase;
    text-decoration: none; }
  .resources_section .f_content h5 {
    font-size: 23px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 33px;
    color: #fff;
    margin: 0; }
    @media screen and (max-width: 1024px) {
      .resources_section .f_content h5 {
        font-size: 18px;
        line-height: 28px; } }
    @media screen and (max-width: 992px) {
      .resources_section .f_content h5 {
        font-size: 23px;
        line-height: 33px; } }
    @media screen and (max-width: 768px) {
      .resources_section .f_content h5 {
        font-size: 18px;
        line-height: 26px; } }
    .resources_section .f_content h5 a {
      text-decoration: none;
      color: #fff;
      margin: 0; }
  .resources_section .f_content h6 {
    color: #fff;
    margin: 0; }

.play_button {
  background: url("../../images/i-play.svg") no-repeat;
  width: 90px;
  height: 90px;
  background-size: cover;
  display: block;
  margin-top: 30px; }

.resources_initial_view {
  /* reveal grid after images loaded */ }
  .resources_initial_view.hide {
    display: none; }
  .resources_initial_view #pagenav {
    display: none; }
  .resources_initial_view .row {
    height: auto !important; }
  .resources_initial_view .grid__item {
    position: relative !important;
    left: 0 !important;
    top: 0 !important; }
  .resources_initial_view .grid.are-images-unloaded {
    opacity: 0; }
  .resources_initial_view .page-load-status {
    display: block;
    text-align: center; }
    .resources_initial_view .page-load-status .loader-ellips {
      display: none;
      background: url("../../images/loading.svg") no-repeat;
      width: 65px;
      height: 68px;
      margin: 50px auto; }

.resources_search_view {
  display: none; }
  .resources_search_view.show {
    display: block; }
  .resources_search_view .row.isotope {
    overflow: hidden; }

@media screen and (max-width: 768px) {
  .image_card,
  .related_resources {
    height: 700px; } }

.image_card .vc_column_container > .vc_column-inner,
.related_resources .vc_column_container > .vc_column-inner {
  padding: 0 !important; }

.image_card .resources_section,
.related_resources .resources_section {
  margin: 0 !important; }
  .image_card .resources_section .row,
  .related_resources .resources_section .row {
    padding: 0 !important;
    margin: 0 !important; }
  .image_card .resources_section .f_content,
  .related_resources .resources_section .f_content {
    padding: 50px 20px; }

@media screen and (max-width: 768px) {
  #resources_filter.resources_section .row {
    margin: 0; } }

@media screen and (max-width: 768px) {
  #resources_filter.resources_section .column {
    flex: 50%;
    max-width: 50%; } }

@media screen and (max-width: 767px) {
  #resources_filter.resources_section .column {
    flex: 100%;
    max-width: 100%; } }

.mobile_slider {
  height: 550px !important; }

.hero_section {
  background: #000000;
  position: relative;
  z-index: 7; }
  @media screen and (max-width: 768px) {
    .hero_section {
      height: 670px; } }
  .hero_section:before {
    content: "";
    opacity: 0.77;
    mix-blend-mode: multiply;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #000000);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .hero_section .custom_video {
    width: 100%;
    height: 600px;
    margin: 0 auto;
    position: relative; }
    @media screen and (max-width: 768px) {
      .hero_section .custom_video {
        height: 670px !important; } }
    .hero_section .custom_video.with_video {
      height: 700px; }
      @media screen and (max-width: 768px) {
        .hero_section .custom_video.with_video {
          height: 670px !important; } }
  .hero_section .custom_video.without_bg {
    z-index: 3; }
  .hero_section .fa-icon-play {
    background: url("../../images/i-play.svg") no-repeat;
    width: 90px;
    height: 90px;
    background-size: cover; }
    .hero_section .fa-icon-play:before {
      display: none; }
  .hero_section .custom_video {
    overflow: hidden; }
    .hero_section .custom_video.with_video video {
      height: 700px; }
    .hero_section .custom_video video {
      width: 100%;
      height: 600px;
      -o-object-fit: cover;
         object-fit: cover; }
  .hero_section .hero_content {
    position: absolute;
    top: 210px;
    left: 0;
    z-index: 3;
    text-align: center;
    width: 100%; }
    @media screen and (max-width: 767px) {
      .hero_section .hero_content {
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
        width: 100%;
        text-align: center; } }
    .hero_section .hero_content .slide_description {
      color: #fff;
      font-size: 40px;
      line-height: 60px;
      margin: 0 0 0 20px; }
      @media screen and (max-width: 767px) {
        .hero_section .hero_content .slide_description {
          font-size: 24px;
          line-height: 34px; } }
    .hero_section .hero_content .slide_heading {
      color: #fff;
      font-size: 80px;
      line-height: 70px;
      margin: 0 0 0 20px; }
      @media screen and (max-width: 1024px) {
        .hero_section .hero_content .slide_heading {
          font-size: 60px;
          line-height: 50px; } }
      @media screen and (max-width: 767px) {
        .hero_section .hero_content .slide_heading {
          font-size: 39px;
          line-height: 39px; } }
    .hero_section .hero_content .slide_heading_big {
      color: #fff;
      font-size: 100px;
      line-height: 90px;
      margin: 0;
      font-weight: normal;
      letter-spacing: 2px; }
      @media screen and (max-width: 1360px) {
        .hero_section .hero_content .slide_heading_big {
          font-size: 90px;
          line-height: 80px; } }
      @media screen and (max-width: 1024px) {
        .hero_section .hero_content .slide_heading_big {
          font-size: 80px;
          line-height: 870px; } }
      @media screen and (max-width: 992px) {
        .hero_section .hero_content .slide_heading_big {
          font-size: 70px;
          line-height: 60px; } }
      @media screen and (max-width: 767px) {
        .hero_section .hero_content .slide_heading_big {
          font-size: 40px;
          line-height: 40px; } }
    .hero_section .hero_content .playpause {
      position: static;
      margin-top: 40px;
      margin-left: 10px; }
      @media screen and (max-width: 767px) {
        .hero_section .hero_content .playpause {
          margin-top: 0;
          margin-left: 0; } }
      .hero_section .hero_content .playpause .play-button {
        background: url("../../images/i-play.svg") no-repeat center center;
        width: 90px;
        height: 90px;
        background-size: cover;
        position: static; }
        @media screen and (max-width: 767px) {
          .hero_section .hero_content .playpause .play-button {
            margin: 30px 0 0;
            position: relative;
            transform: translate(-50%, 0);
            left: 50%; } }
.project_section {
  position: relative;
  width: 100%;
  height: 700px;
  margin: 0 auto;
  z-index: 7; }
  .project_section:before {
    content: "";
    opacity: 0.77;
    mix-blend-mode: multiply;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), #000000);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .project_section.yellow:before {
    content: "";
    opacity: 0.77;
    mix-blend-mode: multiply;
    background-image: linear-gradient(to left, rgba(248, 160, 0, 0), #f8a000);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .project_section.blue:before {
    content: "";
    opacity: 0.77;
    mix-blend-mode: multiply;
    background-image: linear-gradient(to right, rgba(0, 90, 157, 0), #005a9d);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2; }
  .project_section .hero_content {
    position: absolute;
    top: 210px;
    left: 10%;
    z-index: 3; }
    @media screen and (max-width: 768px) {
      .project_section .hero_content {
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        text-align: center; } }
    @media screen and (max-width: 767px) {
      .project_section .hero_content {
        width: 85%; } }
    .project_section .hero_content.right {
      left: auto;
      right: 380px; }
      @media screen and (max-width: 1024px) {
        .project_section .hero_content.right {
          right: 10%; } }
      @media screen and (max-width: 768px) {
        .project_section .hero_content.right {
          left: 50%;
          right: auto;
          transform: translateX(-50%); } }
    .project_section .hero_content.middle {
      left: 50%;
      transform: translateX(-50%); }
    .project_section .hero_content .slide_description {
      color: #fff;
      font-size: 40px;
      line-height: 60px; }
      @media screen and (max-width: 767px) {
        .project_section .hero_content .slide_description {
          font-size: 30px;
          line-height: 30px; } }
    .project_section .hero_content .slide_heading {
      color: #fff;
      font-size: 80px;
      line-height: 70px; }
      @media screen and (max-width: 1024px) {
        .project_section .hero_content .slide_heading {
          font-size: 60px;
          line-height: 50px; } }
      @media screen and (max-width: 767px) {
        .project_section .hero_content .slide_heading {
          font-size: 39px;
          line-height: 39px; } }
    .project_section .hero_content .slide_heading_big {
      color: #f8a000;
      font-size: 100px;
      line-height: 90px;
      margin: 0;
      font-weight: normal;
      letter-spacing: -2px; }
      @media screen and (max-width: 1360px) {
        .project_section .hero_content .slide_heading_big {
          font-size: 90px;
          line-height: 80px; } }
      @media screen and (max-width: 1024px) {
        .project_section .hero_content .slide_heading_big {
          font-size: 80px;
          line-height: 870px; } }
      @media screen and (max-width: 992px) {
        .project_section .hero_content .slide_heading_big {
          font-size: 70px;
          line-height: 60px; } }
      @media screen and (max-width: 767px) {
        .project_section .hero_content .slide_heading_big {
          font-size: 40px;
          line-height: 40px; } }
    .project_section .hero_content .btn {
      margin-top: 23px; }

.filters {
  padding: 50px 0;
  margin-left: -15px; }
  .filters.bt-2 {
    border-top: 2px solid rgba(216, 216, 216, 0.28); }
  .filters .btn {
    cursor: default !important;
    padding: 0.6rem 40px !important;
    min-width: 100%; }
    @media screen and (max-width: 767px) {
      .filters .btn {
        padding: 0.9rem 40px !important; } }
  .filters select.form-control {
    font-size: 15px;
    height: 50px !important;
    min-width: 160px; }

.form-inline {
  position: relative;
  left: 50%;
  transform: translateX(-50%); }
  @media screen and (max-width: 767px) {
    .form-inline {
      left: 0;
      transform: none; } }
  .form-inline .form-group {
    margin: 0 8px; }
    @media screen and (max-width: 767px) {
      .form-inline .form-group {
        margin: 5px 10px;
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%; } }
.isotope-filters {
  position: relative; }

.isotope-filters:before {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  content: "";
  border-top: 0.5em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
  top: 45%;
  right: 0.8rem;
  z-index: 1; }

.donate_nav {
  min-width: 0;
  flex: 1;
  color: #fff;
  margin: 0; }
  .donate_nav .col {
    padding: 15px 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media screen and (max-width: 767px) {
      .donate_nav .col {
        flex: 100%;
        max-width: 100%;
        text-align: center !important; } }
    .donate_nav .col a {
      font-size: 20px;
      line-height: 20px;
      text-decoration: none;
      font-weight: 500; }
      @media screen and (max-width: 767px) {
        .donate_nav .col a {
          font-size: 16px; } }
/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
header {
  background: rgba(0, 90, 157, 0.9);
  padding: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 8; }
  header .header_inner {
    position: relative;
    padding: 20px 0; }
  header .container-fluid {
    width: 96%; }
  header .logo {
    width: 140px; }

/* Notifications Bar */
#notification_bar {
  text-align: center;
  padding: 10px;
  display: block;
  width: 100%;
  position: relative;
  top: 0; }

#notification_bar p {
  margin: 0;
  font-size: 16px;
  line-height: 18px;
  font-weight: 300; }

#notification_bar p span {
  font-weight: 300; }

.footer {
  background: #005a9d;
  padding: 40px 0;
  float: left;
  width: 100%; }
  @media screen and (max-width: 768px) {
    .footer {
      padding: 40px 30px; } }
.copyright p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.78;
  letter-spacing: normal;
  color: #ffffff; }
  @media screen and (max-width: 1024px) {
    .copyright p {
      font-size: 15px; } }
  @media screen and (max-width: 768px) {
    .copyright p {
      font-size: 13px; } }
.copyright a {
  color: #fff; }

.social_media ul {
  padding: 0;
  margin: 0; }
  .social_media ul li {
    display: inline-block;
    list-style: none;
    margin: 0 5px; }
    .social_media ul li a {
      color: #005a9d;
      font-size: 16px;
      text-decoration: none !important;
      background: #ffffff;
      width: 30px;
      height: 30px;
      border-radius: 100%;
      text-align: center;
      padding: 7px 10px; }

@media screen and (max-width: 1199px) {
  .logo {
    width: 70px; }
  #mobile-search {
    width: 100%;
    margin-bottom: 0;
    position: relative; }
  #mobile-search input[type=text] {
    background: #ffffff;
    border: 0 !important;
    height: 50px !important;
    border-radius: 0 !important;
    padding-left: 20px;
    letter-spacing: 1px;
    font-weight: 300;
    color: #4a4a4a;
    box-shadow: none;
    width: 100%;
    outline: none; }
  #mobile-search input[type=text]::-webkit-input-placeholder {
    color: #4a4a4a;
    text-transform: uppercase; }
  #mobile-search input[type=text]::-moz-placeholder {
    color: #4a4a4a;
    text-transform: uppercase; }
  #mobile-search input[type=text]:-ms-input-placeholder {
    color: #4a4a4a;
    text-transform: uppercase; }
  #mobile-search input[type=text]::-ms-input-placeholder {
    color: #4a4a4a;
    text-transform: uppercase; }
  #mobile-search input[type=text]::placeholder {
    color: #4a4a4a;
    text-transform: uppercase; }
  #mobile-search input[type="submit"] {
    background: url("../../images/i-search-blue.png") no-repeat;
    background-size: 90%;
    border: 0;
    height: 21px;
    width: 21px;
    content: "";
    position: absolute;
    right: 20px;
    top: 16px;
    text-indent: 999999px !important;
    padding: 0;
    box-shadow: none !important; } }

@media screen and (max-width: 768px) {
  .rev-btn {
    padding: 15px 30px !important; }
  .footer {
    text-align: center; }
    .footer [class*=col] {
      width: 100%;
      max-width: 100%;
      flex: 100%;
      text-align: center !important; }
  .social_media {
    margin-top: 20px; } }

.page_sidebar .content_inner {
  padding: 100px 115px; }
  @media screen and (max-width: 768px) {
    .page_sidebar .content_inner {
      padding: 50px 20px; }
      .page_sidebar .content_inner .vc_column-inner {
        padding-left: 0;
        padding-right: 0; } }
@media screen and (max-width: 767px) {
  .page_sidebar.left_sidebar > .vc_row {
    flex-direction: column-reverse;
    display: flex; } }

.widget {
  margin: 0 0 30px; }

.widget-title {
  margin: 0;
  font-size: 24px;
  line-height: 34px; }

.sidebar > .vc_column-inner,
.wpb_widgetised_column > .vc_column-inner {
  padding: 100px 70px !important; }
  @media screen and (max-width: 1360px) {
    .sidebar > .vc_column-inner,
    .wpb_widgetised_column > .vc_column-inner {
      padding: 50px 20px !important; } }
.sidebar ul,
.wpb_widgetised_column ul {
  margin: 0;
  padding: 0; }
  .sidebar ul li,
  .wpb_widgetised_column ul li {
    border-bottom: solid 1px rgba(74, 74, 74, 0.28);
    padding: 15px 0;
    list-style: none; }
    .sidebar ul li:last-child,
    .wpb_widgetised_column ul li:last-child {
      border-bottom: 0; }
  .sidebar ul a,
  .wpb_widgetised_column ul a {
    color: #4a4a4a;
    text-decoration: none; }
    .sidebar ul a:hover,
    .wpb_widgetised_column ul a:hover {
      color: #fff; }
/*# sourceMappingURL=style.css.map */