/*
Theme Name: Care Flight
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Care Flight
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Calibri';
  src: url("assets/fonts/Calibri.eot");
  src: url("assets/fonts/Calibri.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Calibri.woff2") format("woff2"), url("assets/fonts/Calibri.woff") format("woff"), url("assets/fonts/Calibri.ttf") format("truetype"), url("assets/fonts/Calibri.svg#Calibri") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Calibri';
  src: url("assets/fonts/Calibri-Italic.eot");
  src: url("assets/fonts/Calibri-Italic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Calibri-Italic.woff2") format("woff2"), url("assets/fonts/Calibri-Italic.woff") format("woff"), url("assets/fonts/Calibri-Italic.ttf") format("truetype"), url("assets/fonts/Calibri-Italic.svg#Calibri-Italic") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Calibri';
  src: url("assets/fonts/Calibri-Bold.eot");
  src: url("assets/fonts/Calibri-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Calibri-Bold.woff2") format("woff2"), url("assets/fonts/Calibri-Bold.woff") format("woff"), url("assets/fonts/Calibri-Bold.ttf") format("truetype"), url("assets/fonts/Calibri-Bold.svg#Calibri-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Century Gothic Pro';
  src: url("assets/fonts/CenturyGothicPro-Bold.eot");
  src: url("assets/fonts/CenturyGothicPro-Bold.eot?#iefix") format("embedded-opentype"), url("assets/fonts/CenturyGothicPro-Bold.woff2") format("woff2"), url("assets/fonts/CenturyGothicPro-Bold.woff") format("woff"), url("assets/fonts/CenturyGothicPro-Bold.ttf") format("truetype"), url("assets/fonts/CenturyGothicPro-Bold.svg#CenturyGothicPro-Bold") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }

/*
Lists
$list1: transparent linear-gradient(90deg, #FF7C00 0%, #FFC13D 73%, #FFB900 100%) 0% 0%
*/
.gform_wrapper .gfield_radio, .gform_wrapper .gfield_checkbox, ul.tick, #nav .drop ul, .footer-top .social-networks, .footer-bottom .footer-logos, .footer-bottom .footer-bottom-menu, .rescue-banner .play-to-win-form-wrap .form-wrap > ul, .card-post .date .tags ul, .multiple-columns .col-wrap ul, .content-with-sidebar .col-content ul, .sidebar-lists .sidebar-list ul, .tabs, .tabs-container .donate-btns, .tabs-container .donate-image-btns, .tabs-container .donate-image-check-btns, .breadcrumbs, .winner-block .winner-lists, .pagination ul, .contact-lists-block .contact-list ul {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, dl:after, .container:after, #bbox-root .BBFormSection .BBFormFieldContainer:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  margin: 0 0 0.8em;
  line-height: 1.2;
  color: #00539b;
  font-family: "Century Gothic Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700; }

h1, .h1 {
  font-size: 38px;
  line-height: 1.1em; }
  @media (min-width: 1024px) {
    h1, .h1 {
      font-size: 42px; } }
  @media (min-width: 1600px) {
    h1, .h1 {
      font-size: 80px; } }

h2, .h2 {
  font-size: 30px;
  margin-bottom: 0.5em; }
  @media (min-width: 1024px) {
    h2, .h2 {
      font-size: 38px; } }
  @media (min-width: 1600px) {
    h2, .h2 {
      font-size: 42px; } }

h3, .h3 {
  font-size: 30px; }

h4, .h4 {
  font-size: 22px; }
  @media (min-width: 1024px) {
    h4, .h4 {
      font-size: 23px; } }

h5, .h5 {
  font-size: 16px; }

h6, .h6 {
  font-size: 14px; }

p {
  margin: 0 0 1.2em; }

a {
  color: #000; }
  a:hover, a:focus {
    text-decoration: none; }

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #000;
  background: #fff;
  font: 20px/1.2 "Calibri", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  vertical-align: top;
  height: auto; }

.gm-style img {
  max-width: none; }

blockquote {
  border-left: 4px solid #262626;
  padding-left: .5em;
  margin-left: 1.2em; }

th, td {
  border: 1px solid #262626;
  padding: .5em;
  text-align: left;
  vertical-align: top; }

th {
  text-align: center;
  vertical-align: middle; }

ul, ol {
  padding-left: 1.5em; }

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 1.5em;
  margin: 0 0 0 1.5em; }

ul {
  list-style-type: disc; }

dl dt {
  float: left;
  clear: left;
  padding-right: .3em;
  font-weight: bold; }

dl dd {
  overflow: hidden; }

pre {
  max-width: 100%; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 2px solid #e5e5e5;
  padding: 5px 15px;
  width: 100%;
  outline: none;
  background: transparent;
  border-radius: 0;
  height: 60px;
  font-size: 18px;
  color: rgba(51, 51, 51, 0.5); }
  @media (min-width: 1024px) {
    input[type='text'],
    input[type='tel'],
    input[type='email'],
    input[type='search'],
    input[type='password'],
    textarea {
      padding: 5px 20px; } }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    outline: none; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: rgba(51, 51, 51, 0.5); }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: rgba(51, 51, 51, 0.5); }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: rgba(51, 51, 51, 0.5); }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: rgba(51, 51, 51, 0.5); }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: rgba(51, 51, 51, 0.5); }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: none;
  vertical-align: top;
  height: 180px;
  padding-top: 25px; }

input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

input[type='submit'] {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  background: #00539b;
  color: #fff;
  padding: 12px 15px;
  min-width: 165px;
  border: 1px solid #00539b;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  position: relative; }
  input[type='submit']:hover {
    background: #003868;
    border-color: #003868;
    color: #fff; }

.ginput_container_select,
.select-wrap {
  display: block;
  position: relative;
  border-radius: 0;
  padding: 0 0 0 22px; }
  .ginput_container_select select,
  .select-wrap select {
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 46px;
    border: none;
    padding: 8px 40px 6px 15px !important;
    cursor: pointer;
    position: relative;
    z-index: 1;
    width: 100%;
    border: none;
    background: transparent;
    outline: none;
    border-radius: 0;
    -webkit-transition: border 0.3s ease;
    -o-transition: border 0.3s ease;
    transition: border 0.3s ease;
    height: 43px;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #00539b; }
    @media (max-width: 1023px) {
      .ginput_container_select select,
      .select-wrap select {
        padding-right: 30px !important; } }
    .ginput_container_select select::-ms-expand,
    .select-wrap select::-ms-expand {
      display: none; }
  .ginput_container_select:before,
  .select-wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 19px;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #00539b #00539b transparent transparent;
    -webkit-transform: translateY(-50%) rotate(136deg);
        -ms-transform: translateY(-50%) rotate(136deg);
            transform: translateY(-50%) rotate(136deg);
    margin-top: -1px; }

.input-wrap {
  margin-bottom: 20px; }
  .input-wrap label {
    font-weight: 500; }
  .input-wrap .name {
    font-size: 12px; }

input[type="checkbox"] {
  position: absolute;
  opacity: 0; }
  input[type="checkbox"] + label,
  input[type="checkbox"] + span {
    position: relative;
    cursor: pointer;
    display: block;
    padding: 3px 0 0 35px !important;
    min-height: 24px; }
  input[type="checkbox"] + span:before,
  input[type="checkbox"] + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-bottom;
    position: absolute;
    top: 3px;
    left: 1px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    background: #fff;
    border: 1px solid #ffc425; }
  input[type="checkbox"]:checked + span:before,
  input[type="checkbox"]:checked + label:before {
    background: #ffc425;
    border-color: #ffc425; }
  input[type="checkbox"]:checked + span:after,
  input[type="checkbox"]:checked + label:after {
    content: '';
    position: absolute;
    left: 6px;
    top: 8px;
    width: 15px;
    height: 8px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    border-color: #fff #fff transparent transparent;
    -webkit-transform: rotate(136deg);
        -ms-transform: rotate(136deg);
            transform: rotate(136deg); }

input[type="radio"] {
  position: absolute;
  opacity: 0; }
  input[type="radio"] + label {
    position: relative;
    cursor: pointer;
    display: block;
    padding: 2px 0 0 33px !important; }
  input[type="radio"] + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.5); }
  input[type="radio"]:checked + label:before {
    border-color: #ffc425; }
  input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ffc425; }

.gform_wrapper ul {
  list-style: none;
  padding: 0; }

.gform_wrapper .gform_fields {
  margin: 0 -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.gform_wrapper .gfield {
  position: relative;
  width: 100%;
  margin: 0 10px 20px; }
  @media (min-width: 768px) {
    .gform_wrapper .gfield {
      margin-bottom: 24px; } }
  .gform_wrapper .gfield.gfield_error input, .gform_wrapper .gfield.gfield_error textarea, .gform_wrapper .gfield.gfield_error select {
    border-color: #f00; }
  .gform_wrapper .gfield.gfield_error .ginput_container_select, .gform_wrapper .gfield.gfield_error .select-warp {
    border-color: #f00; }
  .gform_wrapper .gfield.gfield_error .gfield_label {
    color: #f00; }
    .gform_wrapper .gfield.gfield_error .gfield_label .gfield_required {
      color: #f00; }
  .gform_wrapper .gfield.gfield_error.focus input, .gform_wrapper .gfield.gfield_error.focus textarea {
    border-color: #f00; }
  .gform_wrapper .gfield.gfield_error.focus .gfield_label .gfield_required {
    color: #262626; }
  .gform_wrapper .gfield.label-no-change .gfield_label {
    position: static !important;
    font-size: 16px;
    font-weight: 700;
    margin: 0 0 10px; }
  .gform_wrapper .gfield.full-width .gfield_radio li {
    width: 100%; }
    .gform_wrapper .gfield.full-width .gfield_radio li + li {
      margin-left: 0; }
  @media (min-width: 768px) {
    .gform_wrapper .gfield.gfield--width-half, .gform_wrapper .gfield.col-half {
      width: calc(50% - 20px); } }
  @media (min-width: 768px) {
    .gform_wrapper .gfield .ginput_container_name.has_first_name.has_last_name {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 -10px; } }
  .gform_wrapper .gfield .ginput_container_name.has_first_name.has_last_name span {
    display: block; }
    .gform_wrapper .gfield .ginput_container_name.has_first_name.has_last_name span.name_first {
      margin-bottom: 15px; }
      @media (min-width: 768px) {
        .gform_wrapper .gfield .ginput_container_name.has_first_name.has_last_name span.name_first {
          margin-bottom: 0; } }
    @media (min-width: 768px) {
      .gform_wrapper .gfield .ginput_container_name.has_first_name.has_last_name span {
        width: calc(50% - 10px);
        margin: 0 10px; } }
  .gform_wrapper .gfield .gfield_label {
    position: static;
    color: #00539b;
    font-size: 22px; }
  .gform_wrapper .gfield.hidden_label .gfield_label {
    display: none !important; }
  .gform_wrapper .gfield.gfield-select .gfield_label {
    font-weight: 700;
    top: -6px;
    color: #262626;
    font-size: 12px;
    left: 8px;
    background: #fff;
    padding: 0 5px;
    z-index: 2; }
  .gform_wrapper .gfield.focus .gfield_label, .gform_wrapper .gfield.float .gfield_label {
    font-size: 12px;
    padding: 0 5px;
    background: #fff;
    top: -6px;
    left: 9px;
    color: #262626;
    font-weight: 700; }

.gform_wrapper label {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px; }

.gform_wrapper .gfield_radio li {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 12px;
  margin-right: 15px; }
  @media (min-width: 768px) {
    .gform_wrapper .gfield_radio li {
      margin-right: 35px; } }
  .gform_wrapper .gfield_radio li:last-child {
    margin-right: 0; }

.gform_wrapper .gfield_checkbox li {
  margin-bottom: 12px; }

.validation_error {
  display: none; }

.validation_message {
  font-size: 12px;
  color: #f00;
  margin: 5px 0 0 15px;
  position: relative; }

.gform_footer {
  position: relative; }

.gform_ajax_spinner {
  position: absolute;
  top: 50%;
  margin-left: 15px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important; }

.gform_confirmation_message {
  text-align: center;
  font-size: 20px;
  color: #000; }

.upload-files .ginput_container_fileupload {
  position: relative; }

.upload-files .file-select-name {
  border: 1px solid #e5e5e5;
  height: 43px;
  border-radius: 30px;
  padding: 8px 35px;
  color: #fff;
  font-size: 16px; }

.upload-files input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 30px;
  background: transparent;
  font-size: 0;
  -webkit-appearance: none;
  opacity: 0; }

.gform_validation_errors .gform_submission_error {
  font-size: 16px;
  color: #f00; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

@media (min-width: 1024px) {
  body {
    font-size: 22px; } }

body.noscroll {
  overflow: hidden; }

#wrapper {
  width: 100%;
  position: relative;
  overflow: hidden; }

.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 15px; }
  @media (min-width: 1440px) {
    .container {
      max-width: 1320px; } }

.container-small {
  max-width: 854px;
  margin: 0 auto; }
  .container-small.small-font {
    font-size: 16px;
    color: #707070; }

.section {
  padding: 40px 0; }

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #00539b; }
  a:hover {
    color: #ffc425; }

.btn {
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border-radius: 0;
  color: #1a1d4a;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  padding: 10px 20px;
  min-width: 120px;
  background: #ffc425;
  border: 2px solid #ffc425; }
  .btn:focus {
    -webkit-box-shadow: none;
            box-shadow: none; }
  .btn:hover {
    background-color: #f1b000;
    border-color: #f1b000; }
  .btn.btn-border {
    background: none;
    color: #00539b; }
    .btn.btn-border:hover {
      background: #ffc425; }
  .btn.btn-secondary {
    color: #fff;
    border-color: #00539b;
    background: #00539b; }
    .btn.btn-secondary:hover {
      background: #003868;
      border-color: #003868; }

.btn-arrow {
  display: block;
  background: url("assets/images/icon-btn-arrow.svg") no-repeat;
  background-size: 32px 19px;
  width: 32px;
  height: 19px;
  font-size: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  min-width: 60px; }
  .btn-arrow.show-btn-text {
    width: auto;
    height: auto;
    font-size: 20px;
    padding-right: 40px;
    background-position: right center; }
    @media (min-width: 1024px) {
      .btn-arrow.show-btn-text {
        font-size: 22px; } }
    .btn-arrow.show-btn-text:hover {
      background-position: right center; }
  .btn-arrow:hover {
    background-position: 20px 0; }

.btn-share {
  position: relative;
  padding-right: 40px; }
  .btn-share:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    background: url("assets/images/icon-btn-arrow.svg") no-repeat;
    background-size: 32px 19px;
    width: 32px;
    height: 19px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .btn-share:hover:before {
    right: -10px; }

.link {
  position: relative;
  color: #00539b;
  padding-bottom: 5px; }
  @media (min-width: 1024px) {
    .link {
      font-size: 18px; } }
  .link:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #ffc425;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .link:hover:before {
    width: 0; }

.bg-blue {
  background: #00539b;
  color: #fff; }
  .bg-blue h2, .bg-blue h3, .bg-blue h4 {
    color: #fff; }
    .bg-blue h2 a, .bg-blue h3 a, .bg-blue h4 a {
      color: #fff; }
      .bg-blue h2 a:hover, .bg-blue h3 a:hover, .bg-blue h4 a:hover {
        color: #333; }
  .bg-blue .heading h2 {
    color: #fff; }
  .bg-blue .btn-border {
    color: #fff; }
  .bg-blue .link {
    color: #fff; }

.bg-yellow {
  background: #ffc425; }

.text-yellow {
  color: #ffc425 !important; }

ul.tick {
  padding: 0;
  list-style: none;
  margin: 0 0 1.2em; }
  ul.tick li {
    position: relative;
    padding-left: 30px; }
    ul.tick li:before {
      content: "";
      position: absolute;
      top: 9px;
      left: 0;
      background: url("assets/images/icon-tick.svg") no-repeat;
      background-size: 18px 13px;
      width: 18px;
      height: 13px; }

ul li {
  margin-bottom: 8px; }

.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .alignleft {
      margin-bottom: 0; } }

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .alignright {
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .alignright + p,
    .alignright + ul,
    .alignright + h2,
    .alignright + h3,
    .alignright + h4,
    .alignright + h5 {
      clear: both; } }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.img-wrap a:hover {
  opacity: 0.7; }

@media (max-width: 767px) {
  figure.wp-caption {
    width: auto !important; } }

figure figcaption {
  font-size: 16px; }

.section-heading {
  padding-top: 40px; }
  .section-heading h2 {
    line-height: 0.7; }

.heading {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  max-width: 1000px; }
  @media (min-width: 1024px) {
    .heading {
      margin-bottom: 50px; } }
  .heading.text-center {
    margin: 0 auto; }
  .heading h2 {
    margin: 0; }
    .heading h2 + p {
      margin-top: 10px;
      line-height: 1.5; }
  @media (min-width: 1024px) {
    .heading p {
      font-size: 28px; } }

.heading-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media (min-width: 1024px) {
    .heading-block {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 40px; } }
  .heading-block h2 {
    margin: 0;
    color: #00539b; }
  .heading-block .h2 {
    color: #fff; }
    @media (min-width: 1024px) {
      .heading-block .h2 {
        margin-bottom: 0; } }

.pb-0 {
  padding-bottom: 0 !important; }

.sub-title {
  display: block;
  margin-bottom: 10px; }

blockquote {
  border-width: 3px;
  border-left-color: #ffc425;
  padding-left: 1.1em;
  margin: 0 0 1.3em; }
  blockquote p {
    font-size: 18px; }
    blockquote p:last-child {
      margin-bottom: 0; }

.admin-bar .fancybox-button {
  top: 46px; }
  @media (min-width: 782px) {
    .admin-bar .fancybox-button {
      top: 32px; } }

#main {
  padding-top: 60px; }
  @media (min-width: 1024px) {
    #main {
      padding-top: 132px; } }
  @media (min-width: 1024px) {
    .has-banner:not(.no-header-top) #main {
      padding-top: 42px; } }
  @media (min-width: 1024px) {
    .has-banner.no-header-top #main {
      padding-top: 0; } }

#header .header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: #fff; }
  @media (min-width: 1024px) {
    #header .header-wrap {
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      background: transparent; } }
  @media (min-width: 1024px) {
    .sticky #header .header-wrap {
      -webkit-transform: translateY(-53px);
          -ms-transform: translateY(-53px);
              transform: translateY(-53px);
      background: #00539b; } }
  @media (min-width: 1024px) {
    .sticky.no-header-top #header .header-wrap {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); } }

#header .container {
  max-width: 100%; }
  @media (min-width: 1200px) {
    #header .container {
      padding: 0 58px; } }

.header-top {
  padding: 10px 0;
  font-size: 18px;
  position: relative;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
  display: none; }
  @media (min-width: 1024px) {
    .header-top {
      display: block; } }
  .header-top .container {
    position: relative; }
  .header-top p {
    margin-bottom: 0; }
    .header-top p a {
      text-decoration: underline; }

.header-top-close {
  position: absolute;
  top: 50%;
  right: 25px;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0;
  z-index: 2; }
  .header-top-close:before, .header-top-close:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    height: 3px;
    width: 100%;
    border-radius: 50px;
    background: #00539b;
    -webkit-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .header-top-close:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .header-top-close:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .header-top-close:hover:before, .header-top-close:hover:after,
  .header-top-close:hover span {
    background: #ffc425; }

.header-bottom {
  padding: 13px 0;
  z-index: 99;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  position: relative;
  min-height: 60px; }
  @media (min-width: 1024px) {
    .navless-header .header-bottom {
      position: static; } }
  @media (min-width: 1024px) {
    .header-bottom .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }

.logo {
  width: 100%;
  max-width: 148px; }
  @media (min-width: 1024px) {
    .logo {
      max-width: 207px; } }
  .logo .img-logo {
    display: none; }
    @media (min-width: 1024px) {
      .sticky .logo .img-logo,
      .has-banner .logo .img-logo {
        display: block; } }
  .logo .img-sticky-logo {
    display: block; }
    @media (min-width: 1024px) {
      .sticky .logo .img-sticky-logo,
      .has-banner .logo .img-sticky-logo {
        display: none; } }

@media (min-width: 1024px) {
  .sticky .search-opener,
  .has-banner .search-opener {
    color: #fff; } }

@media (min-width: 1024px) {
  .search-opener {
    display: block;
    margin-left: 30px;
    color: #00539b;
    font-weight: 700; }
    .search-opener:hover {
      opacity: 0.7; } }

.search-opener i {
  font-size: 18px;
  color: #fff; }

.header-search {
  background-color: #fff;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 0;
  width: 100%;
  z-index: 9999;
  padding: 17px 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }
  @media (min-width: 1024px) {
    .header-search {
      padding: 20px 0; } }
  .header-search .container {
    position: relative; }
  .header-search .form-control {
    height: 45px;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    padding-left: 30px;
    padding-right: 30px;
    display: inline-block;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
    @media (min-width: 1024px) {
      .header-search .form-control {
        font-size: 18px;
        padding-top: 7px;
        height: 67px;
        padding-left: 45px;
        padding-right: 50px; } }
  .header-search .fa-search {
    position: absolute;
    top: 50%;
    left: 18px;
    font-size: 22px;
    line-height: 1;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    color: #00539b; }
  .header-search .search-close {
    position: absolute;
    right: 10px;
    top: 50%;
    color: #00539b;
    background-color: transparent;
    border: none;
    width: 30px;
    height: 30px;
    padding: 0;
    display: block;
    text-indent: -9999px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    .header-search .search-close:before, .header-search .search-close:after {
      content: "";
      position: absolute;
      top: 3px;
      left: 14px;
      width: 2px;
      height: 24px;
      border-radius: 1px;
      background: #000;
      -webkit-transition: background 0.3s ease;
      -o-transition: background 0.3s ease;
      transition: background 0.3s ease; }
    .header-search .search-close:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .header-search .search-close:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .header-search .search-close:hover:before, .header-search .search-close:hover:after {
      background: #ffc425; }

.search-active .header-search {
  opacity: 1;
  visibility: visible;
  top: 0; }

@media (min-width: 782px) {
  .admin-bar #header .header-wrap {
    top: 32px; } }

@media (min-width: 782px) {
  .admin-bar .header-search {
    top: 32px; } }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
  background: transparent !important; }

@media (min-width: 1024px) {
  #nav {
    width: 100%;
    position: relative; } }

#nav .drop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  padding: 45px 20px 0;
  -webkit-transform: translateX(-100vw);
      -ms-transform: translateX(-100vw);
          transform: translateX(-100vw);
  -webkit-transition: -webkit-transform .4s linear;
  transition: -webkit-transform .4s linear;
  -o-transition: transform .4s linear;
  transition: transform .4s linear;
  transition: transform .4s linear, -webkit-transform .4s linear;
  z-index: 5;
  width: 100%;
  background: #00539b; }
  @media (min-width: 1024px) {
    #nav .drop {
      -webkit-transform: none;
          -ms-transform: none;
              transform: none;
      position: static;
      padding: 0;
      background: transparent; } }
  #nav .drop ul {
    text-align: center; }
    @media (min-width: 1024px) {
      #nav .drop ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left; } }
    #nav .drop ul > li {
      position: relative;
      margin-bottom: 15px; }
      @media (min-width: 1024px) {
        #nav .drop ul > li {
          margin: 0 0 0 32px; } }
      .sticky #nav .drop ul > li > a,
      .has-banner #nav .drop ul > li > a {
        color: #fff; }
      @media (min-width: 1024px) {
        #nav .drop ul > li:hover > a:after {
          width: 100%; } }
      @media (min-width: 1024px) {
        #nav .drop ul > li:hover > ul {
          visibility: visible;
          -webkit-transform: translateY(0);
              -ms-transform: translateY(0);
                  transform: translateY(0);
          opacity: 1;
          -webkit-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; } }
      @media (min-width: 1024px) {
        #nav .drop ul > li + li {
          border: none; } }
      .has-banner #nav .drop ul > li.menu-item-has-children > a:before {
        border-color: #fff #fff transparent transparent; }
      #nav .drop ul > li.menu-item-has-children > a {
        position: relative;
        z-index: 1; }
        @media (min-width: 1024px) {
          #nav .drop ul > li.menu-item-has-children > a {
            padding-right: 17px; } }
        @media (min-width: 1024px) {
          #nav .drop ul > li.menu-item-has-children > a:before {
            content: "";
            position: absolute;
            top: 50%;
            right: 3px;
            width: 7px;
            height: 7px;
            border-width: 1px 1px 0 0;
            border-style: solid;
            border-color: #00539b #00539b transparent transparent;
            -webkit-transform: translateY(-50%) rotate(136deg);
                -ms-transform: translateY(-50%) rotate(136deg);
                    transform: translateY(-50%) rotate(136deg); } }
      #nav .drop ul > li.menu-item-has-children .arrow {
        position: absolute;
        top: 8px;
        right: 15px;
        font-size: 0;
        width: 30px;
        height: 26px;
        z-index: 1; }
        @media (min-width: 1024px) {
          #nav .drop ul > li.menu-item-has-children .arrow {
            display: none;
            margin: -10px -8px 0 0; } }
        #nav .drop ul > li.menu-item-has-children .arrow:before {
          content: "";
          position: absolute;
          top: 50%;
          right: 10px;
          width: 10px;
          height: 10px;
          border-width: 1px 1px 0 0;
          border-style: solid;
          border-color: #fff #fff transparent transparent;
          margin: -10px 0 0 -5px;
          -webkit-transform: rotate(136deg);
              -ms-transform: rotate(136deg);
                  transform: rotate(136deg);
          -webkit-transition: -webkit-transform 0.4s ease;
          transition: -webkit-transform 0.4s ease;
          -o-transition: transform 0.4s ease;
          transition: transform 0.4s ease;
          transition: transform 0.4s ease, -webkit-transform 0.4s ease; }
          @media (min-width: 1024px) {
            #nav .drop ul > li.menu-item-has-children .arrow:before {
              display: none; } }
      #nav .drop ul > li.menu-item-has-children.submenu-active > .arrow:before {
        margin-top: -3px;
        -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
        border-color: #fff #fff transparent transparent; }
      .has-banner #nav .drop ul > li.menu-item-has-children:hover > a:before {
        border-color: #fff #fff transparent transparent; }
      #nav .drop ul > li.menu-item-has-children:hover > a:before {
        border-color: #00539b #00539b transparent transparent; }
      @media (min-width: 1024px) {
        #nav .drop ul > li.menu-item-has-children:hover > a:after {
          bottom: 0;
          height: 10px;
          background: #00539b; } }
      .sticky #nav .drop ul > li.current-menu-parent > a,
      .has-banner #nav .drop ul > li.current-menu-parent > a, .sticky #nav .drop ul > li.current-menu-item > a,
      .has-banner #nav .drop ul > li.current-menu-item > a {
        color: #fff; }
        .sticky #nav .drop ul > li.current-menu-parent > a:before,
        .has-banner #nav .drop ul > li.current-menu-parent > a:before, .sticky #nav .drop ul > li.current-menu-item > a:before,
        .has-banner #nav .drop ul > li.current-menu-item > a:before {
          border-color: #fff #fff transparent transparent; }
        .sticky #nav .drop ul > li.current-menu-parent > a:after,
        .has-banner #nav .drop ul > li.current-menu-parent > a:after, .sticky #nav .drop ul > li.current-menu-item > a:after,
        .has-banner #nav .drop ul > li.current-menu-item > a:after {
          width: 100%;
          height: 3px;
          background: #ffc425; }
      @media (min-width: 1024px) {
        #nav .drop ul > li.current-menu-parent:hover a:after, #nav .drop ul > li.current-menu-item:hover a:after {
          bottom: 0;
          height: 10px;
          background: #00539b; } }
      #nav .drop ul > li.current-menu-parent > a, #nav .drop ul > li.current-menu-item > a {
        color: #fff; }
        @media (min-width: 1024px) {
          #nav .drop ul > li.current-menu-parent > a, #nav .drop ul > li.current-menu-item > a {
            color: #00539b; } }
        #nav .drop ul > li.current-menu-parent > a:before, #nav .drop ul > li.current-menu-item > a:before {
          border-color: #00539b #00539b transparent transparent; }
        #nav .drop ul > li.current-menu-parent > a:after, #nav .drop ul > li.current-menu-item > a:after {
          width: 100%; }
      #nav .drop ul > li > a {
        position: relative;
        color: #fff;
        font-weight: 700;
        font-size: 20px;
        padding: 5px 0;
        display: inline-block;
        vertical-align: top; }
        @media (min-width: 1024px) {
          #nav .drop ul > li > a {
            padding: 20px 0;
            color: #00539b; } }
        #nav .drop ul > li > a:after {
          content: "";
          position: absolute;
          bottom: 0;
          left: 0;
          right: 0;
          height: 3px;
          background: #ffc425;
          width: 0;
          -webkit-transition: width 0.2s linear;
          -o-transition: width 0.2s linear;
          transition: width 0.2s linear; }
          @media (min-width: 1024px) {
            #nav .drop ul > li > a:after {
              bottom: 4px; } }
    #nav .drop ul ul {
      display: none;
      margin: 15px 0 20px;
      position: relative; }
      @media (min-width: 1024px) {
        #nav .drop ul ul {
          display: block;
          position: absolute;
          top: 64px;
          left: -20px;
          width: 260px;
          margin: 0;
          padding: 20px;
          text-align: left;
          border: none;
          background: #00539b;
          visibility: hidden;
          -webkit-transform: translateY(40px);
              -ms-transform: translateY(40px);
                  transform: translateY(40px);
          opacity: 0;
          border-radius: 0;
          -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
                  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2); } }
      #nav .drop ul ul:before {
        content: "";
        height: 29px;
        position: absolute;
        top: -29px;
        left: 0;
        right: 0; }
      #nav .drop ul ul li {
        width: 100%;
        margin: 0; }
        #nav .drop ul ul li.menu-item-has-children > a:before {
          border-color: #fff #fff transparent transparent; }
        #nav .drop ul ul li.menu-item-has-children .arrow {
          margin-top: -5px; }
        #nav .drop ul ul li + li {
          margin: 9px 0 0; }
        #nav .drop ul ul li:hover > a, #nav .drop ul ul li.current-menu-parent > a, #nav .drop ul ul li.current-menu-item > a {
          color: #ffc425 !important; }
          #nav .drop ul ul li:hover > a:before, #nav .drop ul ul li.current-menu-parent > a:before, #nav .drop ul ul li.current-menu-item > a:before {
            border-color: #ffc425 #ffc425 transparent transparent !important; }
        .has-banner #nav .drop ul ul li:hover > a, .has-banner #nav .drop ul ul li.current-menu-item > a {
          color: #ffc425; }
        #nav .drop ul ul li:hover > a, #nav .drop ul ul li.current-menu-item > a {
          color: #ffc425; }
        #nav .drop ul ul li:hover ul {
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0); }
        #nav .drop ul ul li a {
          display: block;
          padding: 0;
          font-weight: 400; }
          @media (min-width: 1024px) {
            #nav .drop ul ul li a {
              font-size: 18px;
              color: #fff; } }
          #nav .drop ul ul li a:after {
            display: none; }
      @media (min-width: 1024px) {
        #nav .drop ul ul ul {
          -webkit-transform: translateX(-40px);
              -ms-transform: translateX(-40px);
                  transform: translateX(-40px);
          top: -20px;
          right: 0;
          left: 100%;
          visibility: hidden;
          opacity: 0;
          -webkit-transition: right 0.3s linear;
          -o-transition: right 0.3s linear;
          transition: right 0.3s linear; } }
  #nav .drop .header-cta {
    margin-top: 10px;
    color: #1a1d4a; }
    @media (min-width: 1024px) {
      #nav .drop .header-cta {
        margin-top: 0;
        margin-left: 30px; } }

#nav .header-cta-mobile {
  border-color: #fff;
  color: #00539b;
  position: absolute;
  top: 50%;
  right: 104px;
  font-size: 18px;
  display: block;
  font-weight: 700;
  text-align: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (min-width: 1024px) {
    #nav .header-cta-mobile {
      display: none; } }

#nav .drop-wrap {
  height: calc(100vh - 50px);
  overflow-y: auto;
  overflow-x: hidden;
  text-align: center; }
  @media (min-width: 1024px) {
    #nav .drop-wrap {
      height: auto;
      overflow: visible;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding-left: 20px;
      background: transparent;
      text-align: left; } }

@media (max-width: 1023px) {
  #nav .search-opener {
    position: absolute;
    right: 75px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); } }

#nav .search-opener i {
  font-size: 22px;
  color: #00539b; }

.nav-opener {
  position: absolute;
  top: 50%;
  right: 0;
  width: 60px;
  height: 60px;
  text-indent: -9999px;
  overflow: hidden;
  outline: none;
  background: #ffc425;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (min-width: 1024px) {
    .nav-opener {
      display: none;
      width: 50px;
      height: 38px; } }
  .nav-opener:before, .nav-opener:after,
  .nav-opener span {
    position: absolute;
    top: 28px;
    left: 50%;
    height: 3px;
    width: 30px;
    background: #00539b;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
  .nav-opener:before, .nav-opener:after {
    content: "";
    top: 18px; }
  .nav-opener:after {
    top: 38px; }

.nav-close {
  position: absolute;
  top: 15px;
  right: 39px;
  width: 22px;
  height: 22px;
  text-indent: -9999px;
  overflow: hidden;
  outline: none; }
  .nav-close:before, .nav-close:after {
    content: "";
    position: absolute;
    top: 9px;
    left: 0;
    height: 3px;
    width: 100%;
    border-radius: 50px;
    background: #fff;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
    @media (min-width: 1024px) {
      .nav-close:before, .nav-close:after {
        display: none; } }
  .nav-close:before {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .nav-close:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }

@media (min-width: 1024px) {
  .nav-active.sticky #nav .drop {
    padding-top: 40px; } }

.nav-active #nav .drop {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }
  @media (min-width: 1024px) {
    .nav-active #nav .drop {
      padding-top: 70px; } }

.admin-bar #nav .drop {
  top: 0; }
  @media (min-width: 782px) {
    .admin-bar #nav .drop {
      top: 32px; } }

#footer {
  position: relative; }
  #footer:before {
    content: "";
    position: absolute;
    top: 20px;
    right: 8%;
    width: 60px;
    height: 70px;
    background: #ffc425;
    z-index: 1;
    -webkit-transform: skew(30deg, 0);
        -ms-transform: skew(30deg, 0);
            transform: skew(30deg, 0); }
    @media (min-width: 480px) {
      #footer:before {
        right: 9%;
        -webkit-transform: skew(44deg, 0);
            -ms-transform: skew(44deg, 0);
                transform: skew(44deg, 0); } }
    @media (min-width: 768px) {
      #footer:before {
        right: 11%;
        width: 80px;
        height: 130px;
        -webkit-transform: skew(39deg, 0);
            -ms-transform: skew(39deg, 0);
                transform: skew(39deg, 0);
        display: none; } }
    @media (min-width: 1024px) {
      #footer:before {
        top: 40px;
        right: 10%;
        width: 130px;
        height: 150px;
        -webkit-transform: skew(37deg, 0);
            -ms-transform: skew(37deg, 0);
                transform: skew(37deg, 0); } }
    @media (min-width: 1200px) {
      #footer:before {
        height: 130px;
        -webkit-transform: skew(47deg, 0);
            -ms-transform: skew(47deg, 0);
                transform: skew(47deg, 0); } }
    @media (min-width: 1366px) {
      #footer:before {
        height: 150px;
        -webkit-transform: skew(54deg, 0);
            -ms-transform: skew(54deg, 0);
                transform: skew(54deg, 0); } }
    @media (min-width: 1400px) {
      #footer:before {
        right: 10%;
        -webkit-transform: skew(53deg, 0);
            -ms-transform: skew(53deg, 0);
                transform: skew(53deg, 0); } }
    @media (min-width: 1600px) {
      #footer:before {
        height: 150px;
        right: 13%;
        -webkit-transform: skew(53deg, 0);
            -ms-transform: skew(53deg, 0);
                transform: skew(53deg, 0); } }
    @media (min-width: 1920px) {
      #footer:before {
        -webkit-transform: skew(52deg, 0);
            -ms-transform: skew(52deg, 0);
                transform: skew(52deg, 0);
        right: 13.7%; } }
    @media (min-width: 3000px) {
      #footer:before {
        -webkit-transform: skew(75deg, 0);
            -ms-transform: skew(75deg, 0);
                transform: skew(75deg, 0);
        right: 16%; } }
  #footer .validation_message {
    margin-left: 0;
    color: #fff; }
  #footer .gform_confirmation_message {
    color: #fff; }

.footer-wrap {
  -webkit-clip-path: polygon(0 0, 76% 0, 100% 18%, 100% 100%, 0 100%);
          clip-path: polygon(0 0, 76% 0, 100% 18%, 100% 100%, 0 100%);
  background: #00539b;
  color: #fff;
  padding: 60px 0; }
  @media (min-width: 768px) {
    .footer-wrap {
      -webkit-clip-path: none;
              clip-path: none; } }
  @media (min-width: 1200px) {
    .footer-wrap {
      padding: 95px 0; } }
  .footer-wrap:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    background: url("assets/images/footer-bg.png") no-repeat;
    width: 110px;
    height: 100px;
    background-size: 110px 100px;
    display: none; }
    @media (min-width: 768px) {
      .footer-wrap:before {
        width: 314px;
        height: 300px;
        background-size: 314px 300px;
        display: block; } }
    @media (min-width: 1600px) {
      .footer-wrap:before {
        width: 494px;
        height: 597px;
        background-size: 494px 597px; } }
  .footer-wrap a {
    color: #fff; }
    .footer-wrap a:hover {
      color: #ffc425; }
  .footer-wrap .title {
    color: #fff; }
    @media (max-width: 767px) {
      .footer-wrap .title {
        font-size: 22px;
        font-weight: 500;
        font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif; } }

.footer-top {
  font-size: 14px;
  max-width: 1320px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .footer-top {
      font-size: 16px;
      padding-bottom: 60px; } }
  .footer-top .container {
    max-width: 1000px;
    margin: 0; }
  .footer-top p {
    line-height: 1.5; }
    @media (max-width: 767px) {
      .footer-top p {
        font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif; } }
    @media (min-width: 1024px) {
      .footer-top p {
        margin-bottom: 30px; } }
    .footer-top p strong {
      font-size: 16px; }
      @media (min-width: 1024px) {
        .footer-top p strong {
          font-size: 22px; } }
  .footer-top .social-networks li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px;
    margin-bottom: 15px; }
    .footer-top .social-networks li:nth-child(3) {
      display: block; }
      @media (min-width: 1024px) {
        .footer-top .social-networks li:nth-child(3) {
          display: none; } }
    .footer-top .social-networks li:last-child {
      margin-right: 0; }
    .footer-top .social-networks li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .footer-top .social-networks li a:hover {
        opacity: .7; }
  @media (min-width: 1200px) {
    .footer-top .form-wrap {
      padding-left: 40px; } }
  .footer-top .form-wrap .gform_wrapper .gfield.col-half {
    width: calc(50% - 20px); }
  .footer-top .form-wrap .gform_wrapper .gfield {
    margin-bottom: 20px; }
  .footer-top .form-wrap input[type="text"],
  .footer-top .form-wrap input[type="email"] {
    border: none;
    border-bottom: 1px solid #ffc425;
    color: #fff;
    font-size: 14px;
    padding-left: 0;
    height: 46px; }
    .footer-top .form-wrap input[type="text"]::-webkit-input-placeholder,
    .footer-top .form-wrap input[type="email"]::-webkit-input-placeholder {
      color: #fff; }
    .footer-top .form-wrap input[type="text"]::-moz-placeholder,
    .footer-top .form-wrap input[type="email"]::-moz-placeholder {
      opacity: 1;
      color: #fff; }
    .footer-top .form-wrap input[type="text"]:-moz-placeholder,
    .footer-top .form-wrap input[type="email"]:-moz-placeholder {
      color: #fff; }
    .footer-top .form-wrap input[type="text"]:-ms-input-placeholder,
    .footer-top .form-wrap input[type="email"]:-ms-input-placeholder {
      color: #fff; }
    .footer-top .form-wrap input[type="text"].placeholder,
    .footer-top .form-wrap input[type="email"].placeholder {
      color: #fff; }
    @media (min-width: 1024px) {
      .footer-top .form-wrap input[type="text"],
      .footer-top .form-wrap input[type="email"] {
        font-size: 16px; } }
  .footer-top .form-wrap .gform_footer .gform_button {
    background: transparent;
    color: #fff;
    min-width: 0;
    padding: 0 60px 0 0;
    background: url(assets/images/icon-btn-arrow.svg) no-repeat;
    background-size: 32px 19px;
    background-position: 80% 50%;
    border: none;
    min-height: 32px; }
    .footer-top .form-wrap .gform_footer .gform_button:hover {
      background-position: 100% 50%; }

.footer-bottom {
  font-size: 14px;
  font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  .footer-bottom p {
    line-height: 1.35; }
  .footer-bottom .footer-logos {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px; }
    .footer-bottom .footer-logos li {
      padding: 0 10px;
      margin-bottom: 0; }
      @media (max-width: 767px) {
        .footer-bottom .footer-logos li img {
          max-width: 72px; } }
  .footer-bottom .footer-bottom-menu {
    font-weight: 400; }
    @media (min-width: 1024px) {
      .footer-bottom .footer-bottom-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .footer-bottom .footer-bottom-menu li {
      margin-bottom: 5px; }
      @media (min-width: 1024px) {
        .footer-bottom .footer-bottom-menu li {
          margin-right: 20px; } }
      .footer-bottom .footer-bottom-menu li:last-child {
        margin: 0; }

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: #ffc425;
  border-radius: 50%;
  z-index: 5;
  font-size: 0;
  display: none; }
  @media (min-width: 1024px) {
    .back-to-top {
      bottom: 30px;
      right: 30px; } }
  .back-to-top:hover {
    background: #f1b000; }
  .back-to-top:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    margin-top: 3px;
    border-style: solid;
    border-width: 2px 2px 0 0;
    border-color: #fff #fff transparent transparent;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
        -ms-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg); }

.model-care {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  z-index: 9999;
  text-align: center;
  overflow-y: auto;
  white-space: nowrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .model-care .model-wrap {
    position: relative;
    z-index: 1;
    color: #fff;
    padding: 30px;
    max-width: 80%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 46px; }
    @media (min-width: 768px) {
      .model-care .model-wrap {
        max-width: 600px;
        padding-top: 30px; } }
    .model-care .model-wrap:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background: rgba(0, 83, 155, 0.9);
      z-index: -1; }
    .model-care .model-wrap h2 {
      color: #fff;
      margin-bottom: 15px; }
      @media (max-width: 767px) {
        .model-care .model-wrap h2 {
          font-size: 25px; } }
  .model-care .model-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 0;
    width: 20px;
    height: 20px; }
    .model-care .model-close:before, .model-care .model-close:after {
      content: "";
      background: #fff;
      position: absolute;
      top: 0;
      left: 0;
      width: 2px;
      height: 20px;
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: background 0.3s ease;
      -o-transition: background 0.3s ease;
      transition: background 0.3s ease; }
    .model-care .model-close:after {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0;
  position: relative; }
  .banner .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center; }
    .banner .bg-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .banner .sub-title {
    font-size: 18px; }
    @media (min-width: 1024px) {
      .banner .sub-title {
        font-size: 24px;
        font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif; } }
  .banner .banner-video {
    position: relative;
    overflow: hidden; }
    .banner .banner-video:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 42, 79, 0.5);
      z-index: 1; }
  .banner .video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .banner .video-wrap video,
    .banner .video-wrap iframe {
      min-height: 100%;
      min-width: 100%;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (min-width: 1024px) {
        .banner .video-wrap video,
        .banner .video-wrap iframe {
          display: block; } }
    .banner .video-wrap img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (min-width: 1024px) {
        .banner .video-wrap img {
          display: none; } }
  .banner .container {
    position: relative;
    min-height: 400px;
    z-index: 3;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%; }
    @media (min-width: 1024px) {
      .banner .container {
        min-height: calc(100vh - 41px); } }
  .banner .banner-text {
    display: inline-block;
    vertical-align: bottom;
    padding: 80px 0 40px;
    white-space: normal;
    position: relative;
    color: #fff;
    width: 100%; }
    @media (min-width: 1024px) {
      .banner .banner-text {
        padding-top: 120px;
        padding-bottom: 60px; } }
    .banner .banner-text h1 {
      margin-bottom: 15px;
      color: #fff;
      font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      @media (min-width: 1024px) {
        .banner .banner-text h1 {
          font-size: 100px;
          font-family: "Century Gothic Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif; } }
    .banner .banner-text p {
      font-size: 20px;
      margin-bottom: 18px; }
  .banner .banner-down-arrow {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: 3; }
    .banner .banner-down-arrow .down-arrow {
      display: block;
      width: 30px;
      height: 60px;
      margin: 0 auto;
      font-size: 0;
      position: relative; }
      @media (min-width: 1024px) {
        .banner .banner-down-arrow .down-arrow:hover:before {
          opacity: .7; } }
      .banner .banner-down-arrow .down-arrow span {
        position: absolute;
        top: 0;
        height: 100%;
        display: block;
        left: 50%;
        -webkit-animation: arrowDown 1s infinite;
        animation: arrowDown 1s infinite; }
        .banner .banner-down-arrow .down-arrow span:before {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: 50%;
          width: 20px;
          height: 20px;
          border-style: solid;
          border-width: 1px 1px 0 0;
          border-color: #fff #fff transparent transparent;
          -webkit-transform: translate(-50%, -50%) rotate(136deg);
              -ms-transform: translate(-50%, -50%) rotate(136deg);
                  transform: translate(-50%, -50%) rotate(136deg);
          margin-top: -7px;
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease; }

.banner-slider .slick-track,
.banner-slider .slick-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.banner-slider .slick-slide {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  .banner-slider .slick-slide:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 42, 79, 0.5);
    z-index: 1; }

@media (min-width: 1024px) {
  .banner-slider .slick-arrow {
    width: 50px;
    height: 50px; } }

.banner-slider .slick-arrow:before {
  border-color: #fff #fff transparent transparent; }
  @media (min-width: 1024px) {
    .banner-slider .slick-arrow:before {
      width: 30px;
      height: 30px; } }

.banner-slider .slick-arrow.slick-prev {
  left: 20px; }
  @media (min-width: 1024px) {
    .banner-slider .slick-arrow.slick-prev {
      left: 40px; } }

.banner-slider .slick-arrow.slick-next {
  right: 20px; }
  @media (min-width: 1024px) {
    .banner-slider .slick-arrow.slick-next {
      right: 40px; } }

.inner-banner {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 0; }
  .has-banner .inner-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 42, 79, 0.5);
    z-index: 1; }
  @media (min-width: 1400px) {
    .inner-banner.small-height .container {
      min-height: 350px; } }
  @media (min-width: 1400px) {
    .inner-banner.small-height .container:after {
      height: 350px; } }
  @media (min-width: 1200px) {
    .inner-banner.inner-detail-banner .container {
      min-height: 675px; } }
  @media (min-width: 1200px) {
    .inner-banner.inner-detail-banner .container:after {
      height: 675px; } }
  .inner-banner .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%, 0 89%);
            clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%, 0 89%);
    background-size: cover;
    background-position: center; }
    @media (min-width: 1024px) {
      .inner-banner .bg-image {
        margin-bottom: -40px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 62%, 0 100%, 0 73%);
                clip-path: polygon(0 0, 100% 0, 100% 62%, 0 100%, 0 73%); } }
    .inner-banner .bg-image:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background-image: url(assets/images/banner-bg.png);
      background-repeat: repeat-x;
      opacity: .8; }
    .inner-banner .bg-image img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .inner-banner .video-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .inner-banner .video-wrap video,
    .inner-banner .video-wrap iframe {
      min-height: 100%;
      min-width: 100%;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      display: none; }
      @media (min-width: 1024px) {
        .inner-banner .video-wrap video,
        .inner-banner .video-wrap iframe {
          display: block; } }
    .inner-banner .video-wrap img {
      display: block;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      @media (min-width: 1024px) {
        .inner-banner .video-wrap img {
          display: none; } }
  .inner-banner .container {
    position: relative;
    min-height: 300px;
    white-space: nowrap;
    z-index: 3; }
    @media (min-width: 1024px) {
      .inner-banner .container {
        min-height: 350px; } }
    @media (min-width: 1400px) {
      .inner-banner .container {
        min-height: 444px; } }
    @media (min-width: 1024px) {
      .single-post .inner-banner .container {
        min-height: 544px; } }
    .inner-banner .container:after {
      content: "";
      display: inline-block;
      vertical-align: bottom;
      height: 300px; }
      @media (min-width: 1024px) {
        .inner-banner .container:after {
          height: 350px; } }
      @media (min-width: 1400px) {
        .inner-banner .container:after {
          height: 444px; } }
      @media (min-width: 1024px) {
        .single-post .inner-banner .container:after {
          height: 544px; } }
  .inner-banner .banner-text {
    display: inline-block;
    vertical-align: bottom;
    padding: 80px 0 40px;
    white-space: normal;
    position: relative;
    max-width: 980px; }
    @media (min-width: 1024px) {
      .inner-banner .banner-text {
        padding-bottom: 90px; } }
    @media (min-width: 1024px) {
      .single-post .inner-banner .banner-text {
        padding-top: 150px; } }
    .inner-banner .banner-text h1 {
      margin-bottom: 15px;
      color: #00539b;
      letter-spacing: 0.01em; }
      @media (min-width: 1024px) {
        .inner-banner .banner-text h1 {
          line-height: 1; } }
      .has-banner .inner-banner .banner-text h1 {
        color: #fff; }
      @media (min-width: 1024px) {
        .inner-banner .banner-text h1 + .author {
          margin-top: 40px; } }
    .inner-banner .banner-text p {
      font-size: 20px;
      margin-bottom: 18px;
      max-width: 280px; }
    .inner-banner .banner-text .slogan {
      color: #00539b;
      font-size: 22px; }
    .inner-banner .banner-text .author {
      display: block;
      font-size: 18px; }
      .has-banner .inner-banner .banner-text .author {
        color: #fff; }

@media (min-width: 1024px) {
  .single-post .inner-banner .banner-text h1 {
    font-size: 50px; } }

@media (min-width: 1200px) {
  .single-post .inner-banner .banner-text h1 {
    font-size: 50px; } }

.rescue-banner .col-text {
  padding-top: 1.3em;
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .rescue-banner .col-text {
      margin-bottom: 0; } }
  .rescue-banner .col-text .heading-text h1 {
    margin-bottom: 15px;
    letter-spacing: 0.01em; }
  .rescue-banner .col-text .heading-text p {
    max-width: 435px; }
    @media (min-width: 1024px) {
      .rescue-banner .col-text .heading-text p {
        font-size: 28px; } }

.rescue-banner .play-to-win-form-wrap {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (min-width: 1024px) {
    .rescue-banner .play-to-win-form-wrap {
      margin-right: -160px; } }
  .rescue-banner .play-to-win-form-wrap .play-to-win {
    text-transform: uppercase;
    padding-left: 45px;
    position: relative;
    margin-right: 30px; }
    @media (min-width: 768px) {
      .rescue-banner .play-to-win-form-wrap .play-to-win {
        padding-left: 63px; } }
    @media (min-width: 1024px) {
      .rescue-banner .play-to-win-form-wrap .play-to-win {
        margin-right: -40px; } }
    .rescue-banner .play-to-win-form-wrap .play-to-win .play {
      position: absolute;
      font-size: 35px;
      display: inline-block;
      padding: 10px 0 7px 19px;
      z-index: 1;
      left: 15px; }
      @media (min-width: 768px) {
        .rescue-banner .play-to-win-form-wrap .play-to-win .play {
          font-size: 42px;
          padding: 13px 0 7px 25px; } }
      .rescue-banner .play-to-win-form-wrap .play-to-win .play:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 26px;
        height: 100%;
        display: block;
        background: #ffc425;
        -webkit-transform: skew(-40deg, 0);
            -ms-transform: skew(-40deg, 0);
                transform: skew(-40deg, 0);
        z-index: -1; }
    .rescue-banner .play-to-win-form-wrap .play-to-win .to {
      font-size: 20px;
      position: absolute;
      z-index: 4;
      bottom: 16px;
      left: 90px; }
      @media (min-width: 768px) {
        .rescue-banner .play-to-win-form-wrap .play-to-win .to {
          bottom: 22px;
          left: 108px; } }
    .rescue-banner .play-to-win-form-wrap .play-to-win .win {
      position: relative;
      display: inline-block;
      z-index: 0;
      line-height: 1;
      font-size: 70px;
      padding: 5px 40px 5px 61px; }
      @media (min-width: 768px) {
        .rescue-banner .play-to-win-form-wrap .play-to-win .win {
          font-size: 90px;
          padding: 5px 40px 5px 61px; } }
      .rescue-banner .play-to-win-form-wrap .play-to-win .win:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: #ffc425;
        -webkit-transform: skew(-40deg, 0);
            -ms-transform: skew(-40deg, 0);
                transform: skew(-40deg, 0);
        z-index: -1; }
  .rescue-banner .play-to-win-form-wrap .form-wrap {
    -webkit-box-shadow: 0px 0px 50px rgba(26, 29, 74, 0.05);
            box-shadow: 0px 0px 50px rgba(26, 29, 74, 0.05);
    padding: 15px;
    background: #fff; }
    @media (min-width: 768px) {
      .rescue-banner .play-to-win-form-wrap .form-wrap {
        padding: 20px; } }
    @media (min-width: 1024px) {
      .rescue-banner .play-to-win-form-wrap .form-wrap {
        padding: 30px; } }
    @media (min-width: 1200px) {
      .rescue-banner .play-to-win-form-wrap .form-wrap {
        padding: 40px; } }
    .rescue-banner .play-to-win-form-wrap .form-wrap > ul {
      margin-bottom: 30px; }
      .rescue-banner .play-to-win-form-wrap .form-wrap > ul li {
        padding-left: 30px;
        position: relative; }
        .rescue-banner .play-to-win-form-wrap .form-wrap > ul li:before {
          content: "";
          position: absolute;
          top: 8px;
          left: 3px;
          width: 12px;
          height: 7px;
          border-style: solid;
          border-color: #ffc425 #ffc425 transparent transparent;
          border-width: 1px 1px 0 0;
          -webkit-transform: rotate(136deg);
              -ms-transform: rotate(136deg);
                  transform: rotate(136deg); }
    .rescue-banner .play-to-win-form-wrap .form-wrap .register-box h3 {
      margin-bottom: 10px; }
    .rescue-banner .play-to-win-form-wrap .form-wrap .register-box a.email {
      text-decoration: underline; }
    .rescue-banner .play-to-win-form-wrap .form-wrap .register-box a.tel {
      color: #333; }
      .rescue-banner .play-to-win-form-wrap .form-wrap .register-box a.tel:hover {
        color: #ffc425; }
    .rescue-banner .play-to-win-form-wrap .form-wrap .register-box .gform_confirmation_message {
      background: #eee;
      padding: 30px 20px;
      color: #000; }

.typed-cursor {
  color: #ffc425;
  opacity: 1;
  font-weight: 600;
  font-size: 22px; }

@keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes blink {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes arrowDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes arrowDown {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0); }
  50% {
    -webkit-transform: translateY(50%);
            transform: translateY(50%); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

.slick-arrow {
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  z-index: 1;
  font-size: 0;
  outline: none;
  padding: 0 3px;
  width: 40px;
  height: 40px;
  background: transparent;
  border-radius: 50%;
  -webkit-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%); }
  .slick-arrow:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    width: 20px;
    height: 20px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #00539b #00539b transparent transparent;
    z-index: 1;
    margin-top: -10px;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  @media (min-width: 1024px) {
    .slick-arrow:hover {
      border-color: #00539b #00539b transparent transparent; } }
  .slick-arrow.slick-prev {
    left: 10px; }
    @media (min-width: 1024px) {
      .slick-arrow.slick-prev {
        left: 0; } }
    .slick-arrow.slick-prev:before {
      -webkit-transform: rotate(-136deg);
          -ms-transform: rotate(-136deg);
              transform: rotate(-136deg); }
  .slick-arrow.slick-next {
    right: 10px; }
    @media (min-width: 1024px) {
      .slick-arrow.slick-next {
        right: 0; } }
    .slick-arrow.slick-next:before {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }

.slick-dots {
  text-align: center;
  margin-bottom: 0;
  padding: 0; }
  .slick-dots li {
    display: inline-block;
    vertical-align: middle;
    padding: 0 !important;
    margin: 0 5px;
    width: 10px;
    height: 10px; }
    .slick-dots li:before {
      display: none; }
    .slick-dots li.slick-active button {
      background: #fff; }
    .slick-dots li button {
      display: block;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      padding: 0;
      font-size: 0;
      background: rgba(255, 255, 255, 0.3);
      min-width: 0;
      border: none;
      outline: none;
      -webkit-transition: background 0.3s ease;
      -o-transition: background 0.3s ease;
      transition: background 0.3s ease; }

.slick-slide {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }

.image-slider {
  padding-top: 60px; }
  .image-slider .slick-slide {
    padding: 0 5px; }
  .image-slider .slick-arrow.slick-prev {
    left: 15px; }
  .image-slider .slick-arrow.slick-next {
    right: 15px; }

.donation-block {
  position: relative;
  z-index: 1;
  margin-bottom: -540px; }
  @media (min-width: 1024px) {
    .donation-block {
      margin-bottom: -300px; } }
  .donation-block.donation-with-image {
    margin: 0;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .donation-block.donation-with-image.sticky-form .row {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
    @media (min-width: 1024px) {
      .donation-block.donation-with-image.sticky-form .col-img {
        position: static; } }
    .donation-block.donation-with-image.sticky-form .form-img-wrap {
      position: relative;
      margin-bottom: 30px; }
      @media (min-width: 1024px) {
        .donation-block.donation-with-image.sticky-form .form-img-wrap {
          height: 800px;
          left: 340px; } }
    .donation-block.donation-with-image.sticky-form .col-form {
      margin: 0; }
      @media (min-width: 1024px) {
        .donation-block.donation-with-image.sticky-form .col-form {
          width: 22%; } }
      .donation-block.donation-with-image.sticky-form .col-form .form-wrap {
        width: 100%;
        margin: 0; }
        @media (min-width: 1024px) {
          .donation-block.donation-with-image.sticky-form .col-form .form-wrap {
            max-width: 450px;
            padding: 50px 30px; } }
        @media (min-width: 1200px) {
          .donation-block.donation-with-image.sticky-form .col-form .form-wrap {
            max-width: 640px;
            padding: 50px 60px; } }
        @media (min-width: 1024px) {
          .donation-block.donation-with-image.sticky-form .col-form .form-wrap .tabs-container .donate-image-btns li input[type="radio"] + .radio-box .text .price {
            padding-left: 0; } }
    .donation-block.donation-with-image .container {
      position: relative; }
    @media (min-width: 1024px) {
      .donation-block.donation-with-image .row {
        min-height: 500px; } }
    @media (min-width: 1024px) {
      .donation-block.donation-with-image .col-img {
        height: 100%;
        position: absolute;
        left: 30px;
        width: 78%; } }
    @media (min-width: 1200px) {
      .donation-block.donation-with-image .col-img {
        width: 75%; } }
    @media (min-width: 1024px) {
      .donation-block.donation-with-image .img-wrap {
        height: 100%;
        right: 0;
        width: calc(50vw + 1170px/4); } }
    @media (min-width: 1024px) {
      .donation-block.donation-with-image .col-form {
        padding-top: 60px;
        padding-bottom: 60px;
        width: 100%;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 1024px) {
      .donation-block.donation-with-image .col-form .form-wrap {
        position: static;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none;
        margin: 0; } }
  @media (min-width: 1024px) {
    .donation-block .row {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      min-height: 586px; } }
  .donation-block .col {
    width: 100%;
    -ms-flex-preferred-size: inherit;
        flex-basis: inherit; }
    @media (min-width: 1024px) {
      .donation-block .col {
        -ms-flex-preferred-size: 0;
            flex-basis: 0; } }
  @media (min-width: 1024px) {
    .donation-block .col-img {
      width: 80%;
      min-height: 586px; } }
  .donation-block .col-form {
    margin-top: -60px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
    @media (min-width: 1024px) {
      .donation-block .col-form {
        width: 20%;
        margin: 0;
        -webkit-box-ordinal-group: 1;
            -ms-flex-order: 0;
                order: 0; } }
    .donation-block .col-form .form-wrap {
      background: #fff;
      padding: 20px;
      -webkit-box-shadow: 0px 0px 50px rgba(26, 29, 74, 0.05);
              box-shadow: 0px 0px 50px rgba(26, 29, 74, 0.05);
      margin: 0 10px; }
      @media (min-width: 1024px) {
        .donation-block .col-form .form-wrap {
          margin: 0 0 0 -320px;
          width: 640px;
          position: absolute;
          right: 15px;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          padding: 50px 60px; } }
  @media (min-width: 768px) {
    .donation-block .donation-form-wrap .form-footer {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-top: 20px; } }
  .donation-block .donation-form-wrap .form-footer .another-amount {
    font-size: 18px;
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .donation-block .donation-form-wrap .form-footer .another-amount {
        min-width: 225px; } }
    .donation-block .donation-form-wrap .form-footer .another-amount input {
      border: none;
      padding: 0;
      color: #00539b; }
      .donation-block .donation-form-wrap .form-footer .another-amount input::-webkit-input-placeholder {
        color: #00539b; }
      .donation-block .donation-form-wrap .form-footer .another-amount input::-moz-placeholder {
        opacity: 1;
        color: #00539b; }
      .donation-block .donation-form-wrap .form-footer .another-amount input:-moz-placeholder {
        color: #00539b; }
      .donation-block .donation-form-wrap .form-footer .another-amount input:-ms-input-placeholder {
        color: #00539b; }
      .donation-block .donation-form-wrap .form-footer .another-amount input.placeholder {
        color: #00539b; }
  .donation-block .donation-form-wrap .form-footer .btn {
    font-size: 20px;
    margin-top: 15px;
    width: 100%; }
    @media (min-width: 768px) {
      .donation-block .donation-form-wrap .form-footer .btn {
        font-size: 22px;
        width: auto;
        margin-top: 0; } }
  @media (min-width: 1024px) {
    .donation-block .img-wrap {
      height: 586px;
      position: relative;
      width: calc(16vw + 1170px/2);
      right: -50%;
      position: absolute;
      top: 0; } }
  @media (min-width: 1200px) {
    .donation-block .img-wrap {
      width: calc(48vw + 1170px/4); } }
  .donation-block .img-wrap img {
    width: 100%; }
    @media (min-width: 1024px) {
      .donation-block .img-wrap img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }

.support-block {
  position: relative;
  background: #1A1D4A;
  color: #fff;
  padding: 540px 0 80px;
  z-index: 0;
  -webkit-clip-path: polygon(0 0, 100% 2%, 100% 98%, 0% 100%);
          clip-path: polygon(0 0, 100% 2%, 100% 98%, 0% 100%); }
  @media (min-width: 1024px) {
    .support-block {
      padding: 350px 0 200px;
      -webkit-clip-path: polygon(0 0, 100% 8%, 100% 92%, 0% 100%);
              clip-path: polygon(0 0, 100% 8%, 100% 92%, 0% 100%); } }
  .support-block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(146.91deg, #00539B -1.22%, rgba(5, 79, 144, 0) -1.2%, #00539B 111.48%);
    background: -o-linear-gradient(146.91deg, #00539B -1.22%, rgba(5, 79, 144, 0) -1.2%, #00539B 111.48%);
    background: linear-gradient(303.09deg, #00539B -1.22%, rgba(5, 79, 144, 0) -1.2%, #00539B 111.48%);
    z-index: -1; }
  .support-block.same-padding {
    padding: 80px 0; }
    @media (min-width: 1024px) {
      .support-block.same-padding {
        padding: 200px 0; } }
  .support-block h2, .support-block h3, .support-block h4 {
    color: #fff; }
  .support-block .support-text {
    text-align: center;
    max-width: 940px;
    margin: 0 auto 60px; }
    .support-block .support-text h2 {
      font-size: 57px;
      line-height: 1.1;
      margin-bottom: 0.5em; }
      @media (min-width: 1024px) {
        .support-block .support-text h2 {
          font-size: 82px; } }
    .support-block .support-text h3 {
      font-size: 23px;
      font-family: "Calibri", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      @media (min-width: 1024px) {
        .support-block .support-text h3 {
          font-size: 30px;
          font-family: "Century Gothic Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif; } }
    .support-block .support-text h4 {
      font-size: 26px; }
      @media (min-width: 1024px) {
        .support-block .support-text h4 {
          font-size: 42px; } }
  .support-block .support-lists .col-icon {
    text-align: center;
    margin-bottom: 2em; }
    .support-block .support-lists .col-icon h2 {
      font-size: 62px;
      margin-bottom: 10px; }
    .support-block .support-lists .col-icon p {
      font-size: 16px; }
      @media (min-width: 1024px) {
        .support-block .support-lists .col-icon p {
          font-size: 18px; } }
  .support-block .progress-wrap {
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 210px;
    height: 210px;
    border-radius: 50%;
    margin-bottom: 10px; }
    .support-block .progress-wrap .progress {
      display: block;
      -webkit-transform: rotate(-90deg) rotateX(180deg);
              transform: rotate(-90deg) rotateX(180deg); }
      .support-block .progress-wrap .progress circle {
        stroke-dashoffset: 0;
        -webkit-transition: stroke-dashoffset 1s ease;
        -o-transition: stroke-dashoffset 1s ease;
        transition: stroke-dashoffset 1s ease;
        stroke: #ffc425;
        stroke-width: 5px; }
      .support-block .progress-wrap .progress .bar {
        stroke: #00539b; }
  .support-block .icon-wrap {
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px;
    position: absolute;
    top: 0;
    width: 210px;
    height: 210px; }
    @media (min-width: 1024px) {
      .support-block .icon-wrap {
        width: 210px;
        height: 210px; } }
  .support-block .btn-wrap .btn {
    font-family: "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    font-weight: 500; }

@media (max-width: 1023px) {
  .donation-support-block .donation-block .img-wrap {
    position: relative;
    height: 265px; } }

@media (max-width: 1023px) {
  .donation-support-block .donation-block .img-wrap img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover; } }

#bbox-msg-wrapper {
  text-align: center;
  margin-bottom: 30px; }

#bbox-root {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 15px; }
  #bbox-root .BBFormAddress {
    clear: both;
    overflow: hidden; }
  #bbox-root .BBFormContainer .BBFormErrorBlock {
    margin: 0 auto 20px; }
  #bbox-root .BBFormContainer .BBFormSectionHeading {
    padding: 0 0 10px;
    font-size: 25px;
    font-family: "Century Gothic Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
    color: #00539b;
    font-weight: 700; }
    @media (min-width: 1024px) {
      #bbox-root .BBFormContainer .BBFormSectionHeading {
        font-size: 30px; } }
  #bbox-root .BBFormContainer .BBFieldExpiration {
    float: none;
    width: 100%;
    max-width: 100%; }
    #bbox-root .BBFormContainer .BBFieldExpiration select {
      width: 49% !important;
      margin-right: 0;
      float: left; }
      #bbox-root .BBFormContainer .BBFieldExpiration select#bboxdonation_payment_cboMonth {
        margin-right: 2%; }
  #bbox-root .BBFormContainer .BBFieldSecurityCode {
    width: 100%;
    float: none; }
    @media (min-width: 768px) {
      #bbox-root .BBFormContainer .BBFieldSecurityCode {
        max-width: 150px !important;
        margin-right: 0 !important; } }
    #bbox-root .BBFormContainer .BBFieldSecurityCode #bboxdonation_payment_txtCSC {
      width: 92% !important; }
      @media (min-width: 768px) {
        #bbox-root .BBFormContainer .BBFieldSecurityCode #bboxdonation_payment_txtCSC {
          max-width: 150px !important; } }
  #bbox-root .BBFormContainer #bboxdonation_btnSubmit {
    display: block !important;
    margin: 0 auto;
    width: 100%;
    background: #ffc425;
    color: #00539b; }
  #bbox-root .BBFormContainer #reCAPTCHADisclosure {
    margin: 0;
    width: 100%;
    text-align: center; }
  @media (min-width: 768px) {
    #bbox-root .BBFormContainer #bboxdonation_payment_BBFormCCDetails .BBFormFieldContainer {
      width: 49%;
      max-width: 49%;
      min-width: 49%;
      margin: 10px 2% 0 0;
      float: left;
      clear: none; } }
  @media (min-width: 768px) {
    #bbox-root .BBFormContainer #bboxdonation_payment_BBFormCCDetails .BBFormFieldContainer .BBFormFieldContainer {
      width: 100%;
      max-width: 100%; } }
  @media (min-width: 768px) {
    #bbox-root .BBFormContainer #bboxdonation_payment_BBFormCCDetails #DCCreditNumber {
      margin-right: 0; } }
  @media (min-width: 768px) {
    #bbox-root .BBFormContainer #bboxdonation_payment_BBFormCCDetails #DCCreditType {
      width: 100%;
      max-width: 100%; } }
  @media (min-width: 768px) {
    #bbox-root .BBFormContainer .BBExpirationCSC {
      float: left;
      width: 100%; } }
  #bbox-root .BBFormContainer .BBFormFieldRecurrenceInfo {
    padding-left: 0; }
  #bbox-root .BBFormSection {
    margin: 0 auto; }
    @media (min-width: 1200px) {
      #bbox-root .BBFormSection {
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
        margin-bottom: 30px !important;
        max-width: 1070px;
        padding: 30px 108px; } }
    #bbox-root .BBFormSection .BBFormFieldContainer {
      margin-left: 0;
      margin-right: 0; }
      #bbox-root .BBFormSection .BBFormFieldContainer .BBFormFieldLabel {
        color: #00539b;
        width: 100%;
        font-weight: 500;
        font-size: 20px;
        text-align: left;
        margin: 0 0 5px;
        padding: 0; }
      #bbox-root .BBFormSection .BBFormFieldContainer #bboxdonation_recurrence_lblRecurringGift {
        padding-left: 0; }
      #bbox-root .BBFormSection .BBFormFieldContainer input#bboxdonation_gift_txtAmountGift {
        font-size: 72px;
        text-align: center;
        padding: 10px 20px;
        font-weight: 700;
        color: #000;
        height: auto; }
        @media (max-width: 767px) {
          #bbox-root .BBFormSection .BBFormFieldContainer input#bboxdonation_gift_txtAmountGift {
            font-size: 50px; } }
        #bbox-root .BBFormSection .BBFormFieldContainer input#bboxdonation_gift_txtAmountGift::-webkit-input-placeholder {
          padding-right: 50px; }
        #bbox-root .BBFormSection .BBFormFieldContainer input#bboxdonation_gift_txtAmountGift::-moz-placeholder {
          opacity: 1;
          padding-right: 50px; }
        #bbox-root .BBFormSection .BBFormFieldContainer input#bboxdonation_gift_txtAmountGift:-moz-placeholder {
          padding-right: 50px; }
        #bbox-root .BBFormSection .BBFormFieldContainer input#bboxdonation_gift_txtAmountGift:-ms-input-placeholder {
          padding-right: 50px; }
        #bbox-root .BBFormSection .BBFormFieldContainer input#bboxdonation_gift_txtAmountGift.placeholder {
          padding-right: 50px; }
      #bbox-root .BBFormSection .BBFormFieldContainer .BBFormTextbox,
      #bbox-root .BBFormSection .BBFormFieldContainer .BBFormTextArea {
        border: 2px solid #e5e5e5;
        font-size: 18px;
        width: 100%;
        max-width: 100%;
        opacity: 1;
        padding: 5px 20px; }
        #bbox-root .BBFormSection .BBFormFieldContainer .BBFormTextbox:focus,
        #bbox-root .BBFormSection .BBFormFieldContainer .BBFormTextArea:focus {
          outline: none;
          -webkit-box-shadow: none;
                  box-shadow: none; }
        #bbox-root .BBFormSection .BBFormFieldContainer .BBFormTextbox::-webkit-input-placeholder,
        #bbox-root .BBFormSection .BBFormFieldContainer .BBFormTextArea::-webkit-input-placeholder {
          color: rgba(0, 0, 0, 0.4); }
        #bbox-root .BBFormSection .BBFormFieldContainer .BBFormTextbox::-moz-placeholder,
        #bbox-root .BBFormSection .BBFormFieldContainer .BBFormTextArea::-moz-placeholder {
          opacity: 1;
          color: rgba(0, 0, 0, 0.4); }
        #bbox-root .BBFormSection .BBFormFieldContainer .BBFormTextbox:-moz-placeholder,
        #bbox-root .BBFormSection .BBFormFieldContainer .BBFormTextArea:-moz-placeholder {
          color: rgba(0, 0, 0, 0.4); }
        #bbox-root .BBFormSection .BBFormFieldContainer .BBFormTextbox:-ms-input-placeholder,
        #bbox-root .BBFormSection .BBFormFieldContainer .BBFormTextArea:-ms-input-placeholder {
          color: rgba(0, 0, 0, 0.4); }
        #bbox-root .BBFormSection .BBFormFieldContainer .BBFormTextbox.placeholder,
        #bbox-root .BBFormSection .BBFormFieldContainer .BBFormTextArea.placeholder {
          color: rgba(0, 0, 0, 0.4); }
      #bbox-root .BBFormSection .BBFormFieldContainer #BBFormTextArea {
        height: 60px; }
      #bbox-root .BBFormSection .BBFormFieldContainer .BBFormSelectList {
        height: 60px;
        border: 2px solid #e5e5e5;
        width: 100%;
        max-width: 100%;
        padding: 5px 40px 5px 20px;
        font-size: 18px;
        -moz-appearance: none;
        -webkit-appearance: none;
        background: url("assets/images/dropdown-blue.png") no-repeat;
        background-size: 16px auto;
        background-position: right 15px center;
        color: #000;
        opacity: 1; }
        #bbox-root .BBFormSection .BBFormFieldContainer .BBFormSelectList:focus {
          border-color: #e5e5e5; }
        #bbox-root .BBFormSection .BBFormFieldContainer .BBFormSelectList::-ms-expand {
          display: none; }
      #bbox-root .BBFormSection .BBFormFieldContainer #bboxdonation_billing_billingAddress_ddAUState,
      #bbox-root .BBFormSection .BBFormFieldContainer #bboxdonation_billing_ddTitle {
        margin-bottom: 10px; }
      #bbox-root .BBFormSection .BBFormFieldContainer #bboxdonation_billing_txtFirstName,
      #bbox-root .BBFormSection .BBFormFieldContainer #bboxdonation_billing_txtLastName {
        width: 49%;
        max-width: 49%;
        min-width: 49%;
        margin: 0;
        float: left; }
      #bbox-root .BBFormSection .BBFormFieldContainer #bboxdonation_billing_txtFirstName {
        margin-right: 2%; }
      #bbox-root .BBFormSection .BBFormFieldContainer #bboxdonation_comment_lblComments,
      #bbox-root .BBFormSection .BBFormFieldContainer #bboxdonation_comment_txtComments {
        margin-left: 0; }
      #bbox-root .BBFormSection .BBFormFieldContainer #bboxdonation_comment_txtComments {
        height: 100px;
        padding-top: 10px; }
      #bbox-root .BBFormSection .BBFormFieldContainer .BBCCreditType {
        width: 100%;
        max-width: 100%;
        margin-top: 0 !important; }
      #bbox-root .BBFormSection .BBFormFieldContainer input[type="radio"] + label {
        background: transparent;
        border: none;
        color: #00539b;
        font-size: 18px;
        margin-top: 0 !important; }
        #bbox-root .BBFormSection .BBFormFieldContainer input[type="radio"] + label:before {
          border-color: #ffc425; }
      #bbox-root .BBFormSection .BBFormFieldContainer input[type="checkbox"]:checked + span:before,
      #bbox-root .BBFormSection .BBFormFieldContainer input[type="checkbox"]:checked + label:before {
        border-color: #ffc425; }
      #bbox-root .BBFormSection .BBFormFieldContainer input[type="checkbox"] + span:before,
      #bbox-root .BBFormSection .BBFormFieldContainer input[type="checkbox"] + label:before {
        border: 1px solid #ffc425; }
      #bbox-root .BBFormSection .BBFormFieldContainer #bboxdonation_payment_divPaymentChoiceCreditCard {
        margin-right: 20px; }
      #bbox-root .BBFormSection .BBFormFieldContainer #bboxdonation_payment_txtBSBNumber1,
      #bbox-root .BBFormSection .BBFormFieldContainer #bboxdonation_payment_txtBSBNumber2 {
        width: 47% !important; }
        @media (max-width: 767px) {
          #bbox-root .BBFormSection .BBFormFieldContainer #bboxdonation_payment_txtBSBNumber1,
          #bbox-root .BBFormSection .BBFormFieldContainer #bboxdonation_payment_txtBSBNumber2 {
            width: 44% !important; } }
    @media (min-width: 768px) {
      #bbox-root .BBFormSection #bboxdonation_billing_divEmail,
      #bbox-root .BBFormSection #bboxdonation_billing_divPhone {
        width: 49%;
        max-width: 49%;
        min-width: 49%;
        margin: 0;
        float: left;
        clear: none; } }
    @media (min-width: 768px) {
      #bbox-root .BBFormSection #bboxdonation_billing_divEmail {
        margin-right: 2%; } }
  #bbox-root #reCAPTCHASection {
    padding: 0 !important; }

.half-content-half-image-block.full-width .img-wrap {
  margin: 0 -15px; }
  @media (min-width: 768px) {
    .half-content-half-image-block.full-width .img-wrap {
      position: absolute;
      width: 50vw;
      right: 0;
      margin: 0; } }

@media (min-width: 768px) {
  .half-content-half-image-block.full-width.img-right .img-wrap {
    right: auto;
    left: 0; } }

@media (min-width: 768px) {
  .half-content-half-image-block.full-width.img-right .bg-blue:before {
    right: 0;
    left: -9999px; } }

@media (min-width: 768px) {
  .half-content-half-image-block.full-width.img-right .text-wrap {
    padding-right: 40px;
    padding-left: 0; } }

@media (min-width: 1024px) {
  .half-content-half-image-block.full-width.img-right .text-wrap {
    padding-right: 80px;
    padding-left: 0; } }

.half-content-half-image-block.full-width .bg-blue {
  position: relative;
  z-index: 0; }
  .half-content-half-image-block.full-width .bg-blue:before {
    content: "";
    position: absolute;
    top: 0;
    left: -9999px;
    right: -9999px;
    bottom: 0;
    background: #00539b;
    z-index: -1; }
    @media (min-width: 768px) {
      .half-content-half-image-block.full-width .bg-blue:before {
        left: 0; } }

.half-content-half-image-block.full-width .text-wrap {
  padding: 30px 0; }
  @media (min-width: 768px) {
    .half-content-half-image-block.full-width .text-wrap {
      padding: 40px 0 40px 40px; } }
  @media (min-width: 1024px) {
    .half-content-half-image-block.full-width .text-wrap {
      padding: 50px 0 50px 80px; } }
  @media (min-width: 1200px) {
    .half-content-half-image-block.full-width .text-wrap {
      padding: 100px 0 100px 124px; } }

@media (min-width: 768px) {
  .half-content-half-image-block.img-right .col-text {
    padding: 0 0 0 15px; } }

@media (min-width: 768px) {
  .half-content-half-image-block.img-right .col-image {
    padding: 0 15px 0 0; } }

@media (min-width: 768px) {
  .half-content-half-image-block .col-text {
    padding: 0 15px 0 0; } }

@media (min-width: 768px) {
  .half-content-half-image-block .col-image {
    padding: 0 0 0 15px; } }

.half-content-half-image-block .img-wrap {
  position: relative; }
  @media (min-width: 768px) {
    .half-content-half-image-block .img-wrap {
      height: 100%; } }
  .half-content-half-image-block .img-wrap img {
    width: 100%; }
    @media (min-width: 768px) {
      .half-content-half-image-block .img-wrap img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }

.card-post {
  position: relative; }
  .bg-blue .card-post h3 a {
    color: #fff; }
    .bg-blue .card-post h3 a:hover {
      color: #ffc425; }
  .card-post .card-wrap {
    overflow: hidden;
    height: 100%;
    position: relative;
    padding-bottom: 25px; }
  .card-post .img-wrap {
    height: 200px;
    position: relative;
    overflow: hidden; }
    @media (min-width: 1024px) {
      .card-post .img-wrap {
        height: 250px; } }
    .card-post .img-wrap.has-video a {
      position: relative;
      width: 100%;
      height: 100%;
      display: block;
      z-index: 1; }
      .card-post .img-wrap.has-video a:before, .card-post .img-wrap.has-video a:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 2; }
      .card-post .img-wrap.has-video a:before {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        background: rgba(26, 29, 74, 0.5); }
      .card-post .img-wrap.has-video a:after {
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 15px 0 15px 22px;
        border-color: transparent transparent transparent #fff; }
    .card-post .img-wrap img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
      .card-post .img-wrap img.obj-fit-contain {
        -o-object-fit: contain;
           object-fit: contain; }
    .card-post .img-wrap + .text-wrap {
      padding: 15px 0 0; }
  .card-post .date {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px; }
    @media (min-width: 1024px) {
      .card-post .date {
        font-size: 16px; } }
    .card-post .date .tags {
      padding-left: 30px;
      position: relative; }
      .card-post .date .tags:before {
        content: "";
        position: absolute;
        top: 8px;
        left: 7px;
        width: 15px;
        height: 2px;
        background: #ffc425; }
      .card-post .date .tags ul {
        margin-bottom: 0; }
        .card-post .date .tags ul li {
          margin-bottom: 0; }
  .card-post h3 {
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .card-post h3 {
        font-size: 20px;
        font-family: "Calibri", "Arial", "Helvetica Neue", "Helvetica", sans-serif; } }
    .card-post h3 a {
      color: #00539b; }
      .card-post h3 a:hover {
        color: #ffc425; }
  .card-post p {
    margin-bottom: 10px; }
    .card-post p:last-child {
      margin-bottom: 0; }
  .card-post .btn-arrow {
    position: absolute;
    bottom: 0;
    left: 0; }

.news-block {
  position: relative; }

.posts-slider {
  margin-right: -15px; }
  @media (min-width: 1024px) {
    .posts-slider {
      margin-right: -20%; } }
  .posts-slider .slick-list,
  .posts-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .posts-slider .slick-list {
    margin: 0 -15px;
    padding-right: 70px; }
    @media (min-width: 1024px) {
      .posts-slider .slick-list {
        padding-right: 30%; } }
    @media (min-width: 1200px) {
      .posts-slider .slick-list {
        padding-right: 22%; } }
    @media (min-width: 1600px) {
      .posts-slider .slick-list {
        padding-right: 16.7%; } }
  .posts-slider .slick-slide {
    padding: 0 15px; }
    .posts-slider .slick-slide .card-post {
      height: 100%; }
      .posts-slider .slick-slide .card-post .card-wrap {
        height: auto; }

@media (max-width: 1023px) {
  .posts-block .heading-block h2 {
    font-size: 24px; } }

.posts-block .btn-wrap .link {
  font-size: 18px; }

.multiple-columns.three-col-buttons .col-wrap {
  padding: 0; }
  .multiple-columns.three-col-buttons .col-wrap a.btn {
    position: static; }

.multiple-columns .col-12 {
  margin-bottom: 20px; }

.multiple-columns .col-wrap {
  -webkit-box-shadow: 0px 0px 50px rgba(26, 29, 74, 0.05);
          box-shadow: 0px 0px 50px rgba(26, 29, 74, 0.05);
  padding: 20px;
  height: 100%; }
  .multiple-columns .col-wrap h3 {
    font-size: 24px; }
    @media (min-width: 1024px) {
      .multiple-columns .col-wrap h3 {
        font-size: 28px; } }
  .multiple-columns .col-wrap ul {
    margin-bottom: 30px; }
    .multiple-columns .col-wrap ul li {
      margin-bottom: 0; }
      .multiple-columns .col-wrap ul li + li {
        border-top: 1px solid #ffc425; }
      .multiple-columns .col-wrap ul li a {
        position: relative;
        display: block;
        padding: 15px 30px 15px 0;
        font-size: 18px; }
        @media (min-width: 1024px) {
          .multiple-columns .col-wrap ul li a {
            padding: 17px 30px 17px 0; } }
        .multiple-columns .col-wrap ul li a:before {
          content: "";
          position: absolute;
          top: 50%;
          right: 2px;
          width: 10px;
          height: 10px;
          border-width: 1px 1px 0 0;
          border-style: solid;
          border-color: #00539b #00539b transparent transparent;
          -webkit-transform: translateY(-50%) rotate(45deg);
              -ms-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg); }
  .multiple-columns .col-wrap .btn {
    width: 100%; }
    .multiple-columns .col-wrap .btn:hover {
      color: #fff;
      border-color: #be8b00;
      background: #be8b00; }

.columns-with-image-block .card-post {
  margin-bottom: 2.5em; }

.content-with-sidebar .col-content ul {
  margin-bottom: 1.2em; }
  .content-with-sidebar .col-content ul li {
    padding-left: 30px;
    position: relative; }
    .content-with-sidebar .col-content ul li:before {
      content: "";
      position: absolute;
      top: 7px;
      left: 0;
      width: 15px;
      height: 9px;
      border-style: solid;
      border-width: 2px 2px 0 0;
      border-color: #ffc425 #ffc425 transparent transparent;
      -webkit-transform: rotate(130deg);
          -ms-transform: rotate(130deg);
              transform: rotate(130deg); }
  .content-with-sidebar .col-content ul ul {
    margin-top: 10px !important; }

.content-with-sidebar .col-content .gfield_description {
  margin-bottom: 10px; }

.content-with-sidebar .col-content input[type="radio"] + label {
  padding-top: 0 !important; }
  .content-with-sidebar .col-content input[type="radio"] + label:before {
    border-color: #ffc425; }

@media (min-width: 1024px) {
  .content-with-sidebar blockquote .btn {
    font-size: 22px; } }

.content-with-sidebar ol li {
  margin-bottom: 10px; }

.content-with-sidebar ul li {
  margin-bottom: 10px; }

.content-with-sidebar h2 a, .content-with-sidebar h3 a, .content-with-sidebar h4 a {
  color: #ffc425; }
  .content-with-sidebar h2 a:hover, .content-with-sidebar h3 a:hover, .content-with-sidebar h4 a:hover {
    color: #00539b; }

.content-with-sidebar .gform_confirmation_wrapper {
  background: #00539b;
  color: #fff;
  padding: 20px;
  text-align: left; }
  @media (min-width: 1024px) {
    .content-with-sidebar .gform_confirmation_wrapper {
      padding: 30px; } }
  .content-with-sidebar .gform_confirmation_wrapper .gform_confirmation_message {
    color: #fff; }
    .content-with-sidebar .gform_confirmation_wrapper .gform_confirmation_message p:last-child {
      margin-bottom: 0; }

.content-with-sidebar .ginput_complex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .content-with-sidebar .ginput_complex .gfield_time_minute,
  .content-with-sidebar .ginput_complex .gfield_time_hour {
    width: 70px; }
    .content-with-sidebar .ginput_complex .gfield_time_minute input,
    .content-with-sidebar .ginput_complex .gfield_time_hour input {
      width: 100%;
      border: 1px solid #e5e5e5; }
  .content-with-sidebar .ginput_complex .below.hour_minute_colon {
    margin: 0 5px; }
  .content-with-sidebar .ginput_complex .gfield_time_ampm {
    margin-left: 5px; }
  .content-with-sidebar .ginput_complex select {
    height: 33px;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    background: transparent; }

.content-with-sidebar .quote-box.bg-blue a:hover {
  text-decoration: underline;
  color: #ffc425; }

.sidebar-lists {
  border-top: 2px solid #ffc425;
  padding-top: 30px; }
  @media (min-width: 1024px) {
    .sidebar-lists {
      border-top: 0;
      padding-top: 0;
      border-left: 3px solid #ffc425; } }
  .sidebar-lists h3 {
    font-size: 22px;
    margin: 0;
    padding: 12px 0; }
  .sidebar-lists .sidebar-list + .sidebar-list {
    border-top: 1px solid rgba(0, 83, 155, 0.07); }
  .sidebar-lists .sidebar-list ul li {
    margin-bottom: 10px; }
    .sidebar-lists .sidebar-list ul li.active a {
      font-weight: 700;
      text-decoration: none; }
    .sidebar-lists .sidebar-list ul li a {
      font-weight: 700; }
    .sidebar-lists .sidebar-list ul li ul {
      padding-left: 15px; }

.ui-datepicker {
  background: #fff; }

.ginput_container_date {
  position: relative; }
  .ginput_container_date img {
    position: absolute;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }

.gform_wrapper .gfield_html p:last-child {
  margin-bottom: 0; }

.accordion-list.active h3:before {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg); }

.accordion-list h3 {
  border-bottom: 3px solid #ffc425;
  padding: 15px 40px 15px 0;
  margin-bottom: 0;
  cursor: pointer;
  position: relative;
  font-size: 22px;
  font-weight: 400;
  font-family: "Calibri", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  @media (min-width: 768px) {
    .accordion-list h3 {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .accordion-list h3:hover {
    color: #ffc425; }
  .accordion-list h3:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-50%) rotate(136deg);
        -ms-transform: translateY(-50%) rotate(136deg);
            transform: translateY(-50%) rotate(136deg);
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #00539b #00539b transparent transparent; }
  .accordion-list h3 .icon-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 56px;
    height: 56px;
    margin-bottom: 15px;
    border-radius: 50%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px; }
    @media (min-width: 768px) {
      .accordion-list h3 .icon-wrap {
        margin-bottom: 0;
        margin-right: 20px; } }
  @media (min-width: 768px) {
    .accordion-list h3 .title-wrap {
      width: calc(100% - 76px); } }
  .accordion-list h3 .title-wrap .title {
    font-size: 18px;
    display: block;
    margin-bottom: 3px; }
  .accordion-list h3 .title-wrap .sub-title {
    text-transform: inherit;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    display: block; }

.accordion-list .slide {
  display: none;
  padding: 20px 15px; }
  @media (min-width: 768px) {
    .accordion-list .slide {
      padding: 20px; } }
  @media (min-width: 1024px) {
    .accordion-list .slide {
      padding: 30px; } }
  .accordion-list .slide p:last-child {
    margin-bottom: 0; }

.tab-opener {
  border: 2px solid #ffc425;
  display: block;
  padding: 10px 40px 10px 20px;
  position: relative;
  border-radius: 0;
  font-size: 18px;
  cursor: pointer;
  font-weight: 600;
  color: #00539b; }
  @media (min-width: 1024px) {
    .tab-opener {
      display: none; } }
  .tab-opener.active:before {
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
    margin-top: 2px; }
  .tab-opener:before {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-style: solid;
    border-width: 1px 1px 0 0;
    border-color: #00539b #00539b transparent transparent;
    -webkit-transform: translateY(-50%) rotate(136deg);
        -ms-transform: translateY(-50%) rotate(136deg);
            transform: translateY(-50%) rotate(136deg);
    margin-top: -2px;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }

.tab-nav-wrap {
  position: relative;
  max-width: 80%;
  margin: 0 auto 40px; }
  @media (min-width: 1024px) {
    .tab-nav-wrap {
      max-width: 100%;
      margin: 0; } }

.tabs:not(.timeline-tabs) {
  position: absolute;
  top: 100%;
  left: 0;
  background: #ffc425;
  width: 100%;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  display: none;
  color: #1a1d4a;
  z-index: 1; }
  @media (min-width: 1024px) {
    .tabs:not(.timeline-tabs) {
      position: static;
      -webkit-box-shadow: none;
              box-shadow: none;
      background: transparent;
      border-radius: 0;
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      margin: 0 -15px;
      width: auto; } }
  .tabs:not(.timeline-tabs) li {
    margin-bottom: 0; }
    @media (min-width: 1024px) {
      .tabs:not(.timeline-tabs) li {
        width: 33.33%;
        padding: 0 15px; } }
    .tabs:not(.timeline-tabs) li + li {
      margin-top: 10px; }
      @media (min-width: 1024px) {
        .tabs:not(.timeline-tabs) li + li {
          margin-top: 0; } }
    .tabs:not(.timeline-tabs) li.tab-active a {
      color: #fff;
      background: #00539b;
      border-color: #00539b; }
    .tabs:not(.timeline-tabs) li a {
      display: block;
      padding: 10px 15px;
      position: relative;
      color: #1a1d4a;
      font-weight: 700;
      font-size: 20px;
      text-align: center;
      background: #ffc425;
      font-family: "Century Gothic Pro", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
      @media (min-width: 1024px) {
        .tabs:not(.timeline-tabs) li a {
          padding: 25px 15px;
          font-size: 30px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          height: 100%;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      @media (min-width: 1024px) {
        .tabs:not(.timeline-tabs) li a:hover {
          color: #fff;
          background: #00539b; } }

.tabs.donate-tabs:not(.timeline-tabs) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: static !important;
  background: transparent;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0 -5px 15px;
  width: auto; }
  @media (min-width: 1024px) {
    .tabs.donate-tabs:not(.timeline-tabs) {
      margin-bottom: 20px; } }
  .tabs.donate-tabs:not(.timeline-tabs) li {
    width: 50%;
    padding: 0 5px; }
    .tabs.donate-tabs:not(.timeline-tabs) li + li {
      margin-top: 0; }
    .tabs.donate-tabs:not(.timeline-tabs) li a {
      border: 2px solid #e5e5e5;
      background: transparent;
      color: #00539b;
      font-size: 16px;
      padding-left: 5px;
      padding-right: 5px;
      font-weight: 700; }
      @media (min-width: 768px) {
        .tabs.donate-tabs:not(.timeline-tabs) li a {
          font-size: 18px; } }
      .tabs.donate-tabs:not(.timeline-tabs) li a:hover {
        border-color: #00539b; }

.tabs.donate-tabs li.tab-active a {
  border-color: #00539b;
  color: #fff;
  background: #00539b; }

.tabs.donate-tabs li a {
  font-family: "Calibri", "Arial", "Helvetica Neue", "Helvetica", sans-serif; }
  @media (min-width: 1024px) {
    .tabs.donate-tabs li a {
      font-size: 22px !important; } }
  @media (min-width: 1024px) {
    .tabs.donate-tabs li a:hover {
      color: #fff;
      background: #00539b; } }

.tabs.donate-image-check-tabs {
  max-width: 512px;
  margin: 0 auto 20px;
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none; }
  @media (min-width: 1024px) {
    .tabs.donate-image-check-tabs {
      margin: 0 auto 20px;
      max-width: 100%;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; } }
  .tabs.donate-image-check-tabs li {
    width: 50%;
    padding: 0 5px; }
    .tabs.donate-image-check-tabs li + li {
      margin-top: 0; }
    .tabs.donate-image-check-tabs li a {
      border: 2px solid #e5e5e5;
      background: transparent;
      color: #00539b;
      font-size: 18px;
      padding-left: 5px;
      padding-right: 5px; }
      @media (min-width: 768px) {
        .tabs.donate-image-check-tabs li a {
          font-size: 22px; } }
      .tabs.donate-image-check-tabs li a:hover {
        border-color: #00539b; }

.tabs-container {
  background: #fff; }
  .tabs-container .tab-content {
    display: none; }
    .tabs-container .tab-content.active {
      display: block; }
    .tabs-container .tab-content .tab-wrap {
      padding: 20px 0; }
      @media (min-width: 768px) {
        .tabs-container .tab-content .tab-wrap {
          padding: 25px 0 45px; } }
      .tabs-container .tab-content .tab-wrap h2 {
        text-align: center;
        color: #00539b; }
    @media (min-width: 768px) {
      .tabs-container .tab-content .tab-content-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
    .tabs-container .tab-content .tab-content-wrap .img-wrap {
      position: relative;
      margin-bottom: 25px; }
      @media (min-width: 768px) {
        .tabs-container .tab-content .tab-content-wrap .img-wrap {
          width: calc(66.66% + 20px);
          margin-bottom: 0;
          min-height: 500px;
          overflow: hidden; } }
      @media (min-width: 768px) {
        .tabs-container .tab-content .tab-content-wrap .img-wrap img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }
    .tabs-container .tab-content .tab-content-wrap .text-wrap {
      padding: 40px 15px; }
      @media (min-width: 768px) {
        .tabs-container .tab-content .tab-content-wrap .text-wrap {
          width: calc(33.33% - 20px);
          padding: 40px 30px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          text-align: center; } }
      @media (min-width: 1024px) {
        .tabs-container .tab-content .tab-content-wrap .text-wrap {
          padding: 60px 40px; } }
    .tabs-container .tab-content h2 {
      margin-bottom: 25px; }
    .tabs-container .tab-content p {
      font-size: 18px;
      margin-bottom: 24px; }
  .tabs-container .donate-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -5px; }
    .tabs-container .donate-btns li {
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
      max-width: 33.33%;
      padding: 0 5px;
      margin-bottom: 0;
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .tabs-container .donate-btns input[type="radio"] + label {
      padding: 10px 5px !important;
      border: 2px solid #e5e5e5;
      background: transparent;
      text-align: center;
      color: #00539b;
      font-weight: 700;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      margin-bottom: 5px;
      font-size: 16px; }
      @media (min-width: 768px) {
        .tabs-container .donate-btns input[type="radio"] + label {
          padding: 10px !important;
          font-size: 18px; } }
      .tabs-container .donate-btns input[type="radio"] + label:hover {
        background: #00539b;
        color: #fff;
        border-color: #00539b; }
      .tabs-container .donate-btns input[type="radio"] + label:before, .tabs-container .donate-btns input[type="radio"] + label:after {
        display: none; }
    .tabs-container .donate-btns input[type="radio"]:checked + label {
      background: #00539b;
      color: #fff;
      border-color: #00539b; }
    .tabs-container .donate-btns input[type="radio"]:checked + label:after {
      content: '';
      position: absolute;
      left: 4px;
      top: 4px;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background: #ffc425; }
  .tabs-container .donate-image-btns li {
    position: relative; }
    .tabs-container .donate-image-btns li input[type="radio"]:checked + .radio-box {
      background: #00539b;
      border-color: #00539b; }
      .tabs-container .donate-image-btns li input[type="radio"]:checked + .radio-box .text {
        color: #fff; }
        .tabs-container .donate-image-btns li input[type="radio"]:checked + .radio-box .text .txt {
          border-left-color: #1a1d4a; }
    .tabs-container .donate-image-btns li input[type="radio"] + .radio-box {
      cursor: pointer;
      border: 2px solid #e5e5e5;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      padding: 0 !important; }
      @media (min-width: 768px) {
        .tabs-container .donate-image-btns li input[type="radio"] + .radio-box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
      .tabs-container .donate-image-btns li input[type="radio"] + .radio-box:before, .tabs-container .donate-image-btns li input[type="radio"] + .radio-box:after {
        display: none; }
      .tabs-container .donate-image-btns li input[type="radio"] + .radio-box:hover {
        background: #00539b;
        border-color: #00539b; }
        .tabs-container .donate-image-btns li input[type="radio"] + .radio-box:hover .text {
          color: #fff; }
          .tabs-container .donate-image-btns li input[type="radio"] + .radio-box:hover .text .txt {
            border-left-color: #1a1d4a; }
      .tabs-container .donate-image-btns li input[type="radio"] + .radio-box .thumb-wrap {
        position: relative;
        min-height: 120px;
        margin: -2px -2px 0 -2px; }
        @media (min-width: 768px) {
          .tabs-container .donate-image-btns li input[type="radio"] + .radio-box .thumb-wrap {
            width: 131px;
            min-height: 84px;
            margin: -2px 0px -2px -2px; } }
        .tabs-container .donate-image-btns li input[type="radio"] + .radio-box .thumb-wrap img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .tabs-container .donate-image-btns li input[type="radio"] + .radio-box .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #00539b;
        padding: 11px 15px; }
        @media (min-width: 768px) {
          .tabs-container .donate-image-btns li input[type="radio"] + .radio-box .text {
            width: calc(100% - 129px); } }
        .tabs-container .donate-image-btns li input[type="radio"] + .radio-box .text .price {
          font-size: 24px;
          padding: 15px;
          text-align: center;
          width: 25%;
          padding-left: 0; }
          @media (min-width: 768px) {
            .tabs-container .donate-image-btns li input[type="radio"] + .radio-box .text .price {
              padding-left: 15px; } }
          @media (min-width: 1300px) {
            .tabs-container .donate-image-btns li input[type="radio"] + .radio-box .text .price {
              font-size: 28px; } }
        .tabs-container .donate-image-btns li input[type="radio"] + .radio-box .text .txt {
          font-size: 16px;
          border-left: 1px solid rgba(0, 83, 155, 0.1);
          width: 75%;
          padding: 5px 15px;
          -webkit-transition: 0.3s ease;
          -o-transition: 0.3s ease;
          transition: 0.3s ease; }
          @media (min-width: 1300px) {
            .tabs-container .donate-image-btns li input[type="radio"] + .radio-box .text .txt {
              font-size: 18px; } }
  .tabs-container .donate-image-check-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -8px 20px; }
    .tabs-container .donate-image-check-btns li {
      position: relative;
      width: 50%;
      padding: 0px 8px; }
      @media (min-width: 768px) {
        .tabs-container .donate-image-check-btns li {
          width: 25%; } }
      .tabs-container .donate-image-check-btns li input[type="radio"]:checked + .radio-box {
        background: #00539b;
        border-color: #00539b; }
        .tabs-container .donate-image-check-btns li input[type="radio"]:checked + .radio-box .text {
          color: #fff; }
          .tabs-container .donate-image-check-btns li input[type="radio"]:checked + .radio-box .text .txt {
            border-left-color: #1a1d4a; }
      .tabs-container .donate-image-check-btns li input[type="radio"] + .radio-box {
        cursor: pointer;
        border: 2px solid #e5e5e5;
        -webkit-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease;
        padding: 0 !important;
        text-align: center;
        height: 100%; }
        .tabs-container .donate-image-check-btns li input[type="radio"] + .radio-box:before, .tabs-container .donate-image-check-btns li input[type="radio"] + .radio-box:after {
          display: none; }
        .tabs-container .donate-image-check-btns li input[type="radio"] + .radio-box:hover {
          background: #00539b;
          border-color: #00539b; }
          .tabs-container .donate-image-check-btns li input[type="radio"] + .radio-box:hover .text {
            color: #fff; }
            .tabs-container .donate-image-check-btns li input[type="radio"] + .radio-box:hover .text .txt {
              border-left-color: #1a1d4a; }
        .tabs-container .donate-image-check-btns li input[type="radio"] + .radio-box .thumb-wrap {
          position: relative;
          min-height: 186px;
          margin: -2px -2px 15px -2px; }

@media (min-width: 1024px) and (max-width: 1199px) {
  .tabs-container .donate-image-check-btns li input[type="radio"] + .radio-box .thumb-wrap {
    min-height: 150px; } }
          .tabs-container .donate-image-check-btns li input[type="radio"] + .radio-box .thumb-wrap img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; }
        .tabs-container .donate-image-check-btns li input[type="radio"] + .radio-box .text {
          color: #00539b;
          padding: 11px 15px 30px; }
          .tabs-container .donate-image-check-btns li input[type="radio"] + .radio-box .text .price {
            font-size: 24px;
            padding: 0;
            text-align: center;
            padding-left: 0;
            display: block;
            margin-bottom: 5px; }
            @media (min-width: 768px) {
              .tabs-container .donate-image-check-btns li input[type="radio"] + .radio-box .text .price {
                font-size: 30px; } }
          .tabs-container .donate-image-check-btns li input[type="radio"] + .radio-box .text .txt {
            font-size: 16px;
            line-height: 1.1;
            -webkit-transition: 0.3s ease;
            -o-transition: 0.3s ease;
            transition: 0.3s ease; }
            @media (min-width: 768px) {
              .tabs-container .donate-image-check-btns li input[type="radio"] + .radio-box .text .txt {
                font-size: 20px; } }

.tabs-block {
  position: relative; }
  @media (min-width: 1200px) {
    .page-template-template-about .tabs-block {
      padding-top: 153px; } }
  .tabs-block .heading {
    max-width: 670px;
    margin: 0 auto 40px; }
    @media (min-width: 1024px) {
      .tabs-block .heading p {
        font-size: 22px; } }

.donation-with-check-image .price-wrap {
  max-width: 200px;
  margin: 0 auto 20px;
  position: relative; }
  .donation-with-check-image .price-wrap:before {
    content: "$";
    color: #00539b;
    position: absolute;
    top: 50%;
    left: 20px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    font-weight: 700;
    font-size: 20px; }
  .donation-with-check-image .price-wrap input {
    padding-left: 40px;
    color: #00539b;
    font-size: 20px; }
    .donation-with-check-image .price-wrap input::-webkit-input-placeholder {
      color: #00539b; }
    .donation-with-check-image .price-wrap input::-moz-placeholder {
      opacity: 1;
      color: #00539b; }
    .donation-with-check-image .price-wrap input:-moz-placeholder {
      color: #00539b; }
    .donation-with-check-image .price-wrap input:-ms-input-placeholder {
      color: #00539b; }
    .donation-with-check-image .price-wrap input.placeholder {
      color: #00539b; }

.donation-with-check-image input[type='submit'] {
  color: #002a4f;
  border-color: #ffc425;
  background: #ffc425; }
  @media (min-width: 768px) {
    .donation-with-check-image input[type='submit'] {
      font-size: 30px;
      min-width: 410px; } }
  .donation-with-check-image input[type='submit']:hover {
    color: #fff;
    background: #f1b000;
    border-color: #f1b000; }

.testimonials-block .testimonials-text {
  position: relative;
  padding-top: 80px; }
  @media (min-width: 1024px) {
    .testimonials-block .testimonials-text {
      padding-top: 140px; } }
  .testimonials-block .testimonials-text:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background: url("assets/images/icon-testimonial.svg") no-repeat;
    background-size: 70px 50px;
    width: 70px;
    height: 50px; }
    @media (min-width: 1024px) {
      .testimonials-block .testimonials-text:before {
        background-size: 156px 112px;
        width: 156px;
        height: 112px; } }
  .testimonials-block .testimonials-text h3 {
    margin-bottom: 10px; }

.testimonials-slider {
  padding: 0 50px 20px; }
  .testimonials-slider .slick-slide {
    text-align: center; }
  .testimonials-slider .slick-dots {
    position: absolute;
    right: 0;
    left: 0;
    bottom: -20px; }
    .testimonials-slider .slick-dots li.slick-active button {
      border-color: #fff; }
    .testimonials-slider .slick-dots li button {
      border: 1px solid #e56c41;
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      background: transparent; }
      .testimonials-slider .slick-dots li button:hover {
        border-color: #fff; }

.breadcrumbs {
  letter-spacing: -5px; }
  .has-banner .breadcrumbs li {
    color: #fff; }
    .has-banner .breadcrumbs li a {
      color: #fff; }
      .has-banner .breadcrumbs li a:hover {
        color: #ffc425; }
  .breadcrumbs li {
    display: inline-block;
    font-size: 16px;
    color: #00539b;
    letter-spacing: 0; }
    @media (min-width: 1024px) {
      .breadcrumbs li {
        margin-bottom: 20px; } }
    .breadcrumbs li + li:before {
      content: '';
      display: inline-block;
      vertical-align: middle;
      margin: 0 12px;
      width: 1px;
      height: 20px;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      background: #ffc425; }
      @media (min-width: 1024px) {
        .breadcrumbs li + li:before {
          margin: 0 25px;
          height: 35px; } }
    .breadcrumbs li a:hover {
      color: #333; }

.intro-block .intro-text {
  max-width: 1000px;
  margin: 0 auto; }
  .intro-block .intro-text p {
    font-size: 20px; }
    @media (min-width: 1024px) {
      .intro-block .intro-text p {
        font-size: 20px; } }
    @media (min-width: 1600px) {
      .intro-block .intro-text p {
        font-size: 28px; } }
    .intro-block .intro-text p:last-child {
      margin-bottom: 0; }

.donation-intro-block .donation-intro-text {
  max-width: 1000px;
  margin: 0 auto; }
  @media (min-width: 1024px) {
    .donation-intro-block .donation-intro-text p {
      font-size: 20px; } }
  @media (min-width: 1600px) {
    .donation-intro-block .donation-intro-text p {
      font-size: 28px; } }

.text-block .text {
  max-width: 550px; }

@media (min-width: 768px) {
  .winner-block .winner-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }

.winner-block .winner-lists li {
  color: #333;
  position: relative;
  margin-bottom: 5px;
  padding-left: 25px;
  padding-right: 30px; }
  @media (min-width: 768px) {
    .winner-block .winner-lists li {
      width: 50%; } }
  @media (min-width: 1024px) {
    .winner-block .winner-lists li {
      width: 33.33%; } }
  .winner-block .winner-lists li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 10px;
    height: 10px;
    border-width: 1px 1px 0 0;
    border-style: solid;
    border-color: #ffc425 #ffc425 transparent transparent;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .winner-block .winner-lists li a {
    color: #333; }
    .winner-block .winner-lists li a:hover {
      color: #ffc425; }

@media (min-width: 1024px) {
  .half-n-half .row {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.half-n-half .col {
  width: 100%;
  -ms-flex-preferred-size: inherit;
      flex-basis: inherit; }

.half-n-half .col-text {
  margin-bottom: 30px; }
  @media (min-width: 1024px) {
    .half-n-half .col-text {
      width: 50%;
      margin-bottom: 0; } }
  @media (min-width: 1600px) {
    .half-n-half .col-text {
      width: 40%; } }
  @media (min-width: 1024px) {
    .half-n-half .col-text p {
      font-size: 28px; } }
  @media (min-width: 1024px) {
    .half-n-half .col-text .btn {
      font-size: 22px; } }
  .half-n-half .col-text .btn + .support {
    margin-top: 20px; }
  .half-n-half .col-text .support {
    display: block;
    font-size: 18px; }
    .half-n-half .col-text .support a {
      text-decoration: underline; }

@media (min-width: 1024px) {
  .half-n-half .col-image {
    width: 50%; } }

@media (min-width: 1600px) {
  .half-n-half .col-image {
    width: 60%; } }

.half-n-half .col-image.arrow-top .img-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end; }
  .half-n-half .col-image.arrow-top .img-wrap .angle {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin: 0 78px -49px 0; }
    @media (min-width: 768px) {
      .half-n-half .col-image.arrow-top .img-wrap .angle {
        margin: 0  182px -100px 0; } }

.half-n-half .col-image.arrow-bottom .img-wrap .angle {
  margin: -48px 0 0 66px; }
  @media (min-width: 768px) {
    .half-n-half .col-image.arrow-bottom .img-wrap .angle {
      margin: -100px 0 0 111px; } }

.half-n-half .col-image .img-wrap {
  position: relative;
  max-width: 350px;
  margin: 0 auto; }
  @media (min-width: 768px) {
    .half-n-half .col-image .img-wrap {
      max-width: 100%; } }
  .half-n-half .col-image .img-wrap img {
    -webkit-clip-path: polygon(0 0, 71% 0, 100% 100%, 26% 100%);
            clip-path: polygon(0 0, 71% 0, 100% 100%, 26% 100%); }
  .half-n-half .col-image .img-wrap .angle {
    display: block;
    width: 120px;
    height: 82px;
    -webkit-transform: skew(-45deg, 0);
        -ms-transform: skew(-45deg, 0);
            transform: skew(-45deg, 0);
    display: block;
    position: relative;
    z-index: -1;
    font-size: 0; }
    @media (min-width: 768px) {
      .half-n-half .col-image .img-wrap .angle {
        width: 270px;
        height: 190px; } }

.movie-block .heading-text {
  max-width: 400px; }
  @media (min-width: 1024px) {
    .movie-block .heading-text h1 {
      margin-bottom: 30px; } }

.movie-block .col {
  width: 100%;
  -ms-flex-preferred-size: inherit;
      flex-basis: inherit; }
  @media (min-width: 768px) {
    .movie-block .col {
      -ms-flex-preferred-size: 0;
          flex-basis: 0; } }

@media (min-width: 768px) {
  .movie-block .col-movie {
    padding-top: 100px;
    margin-top: -73px; } }

.movie-block .col-movie .img-wrap {
  z-index: 1;
  position: relative; }
  @media (min-width: 768px) {
    .movie-block .col-movie .img-wrap {
      margin: 0 -268px 0 0; } }

.movie-block .col-movie .play-navigation {
  background: #00539b;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media (min-width: 768px) {
    .movie-block .col-movie .play-navigation {
      padding: 30px;
      position: absolute;
      bottom: 42px;
      right: -126px; } }
  @media (min-width: 1200px) {
    .movie-block .col-movie .play-navigation {
      padding: 40px;
      right: -166px; } }
  .movie-block .col-movie .play-navigation .nav-text {
    border-left: 1px solid #fff;
    padding-left: 15px;
    color: #fff; }
    @media (min-width: 1024px) {
      .movie-block .col-movie .play-navigation .nav-text {
        padding-left: 40px; } }
    .movie-block .col-movie .play-navigation .nav-text .title {
      color: #fff;
      display: block;
      margin-bottom: 5px; }
    .movie-block .col-movie .play-navigation .nav-text .timer {
      display: block; }

.movie-block .col-movie .play {
  color: #fff;
  width: 100px;
  height: 68px; }
  .movie-block .col-movie .play .play-btn {
    display: block;
    width: 68px;
    height: 68px;
    background: #fff;
    border-radius: 50%;
    font-size: 0;
    position: relative; }
    .movie-block .col-movie .play .play-btn:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 0 10px 15px;
      border-color: transparent transparent transparent #00539b;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

.movie-block .col-border {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
  @media (min-width: 768px) {
    .movie-block .col-border {
      display: block;
      -webkit-box-ordinal-group: 1;
          -ms-flex-order: 0;
              order: 0; } }
  .movie-block .col-border .border-frame {
    font-size: 0;
    border: 30px solid #ffc425;
    width: 100%;
    min-height: 150px;
    max-width: 200px; }
    @media (min-width: 768px) {
      .movie-block .col-border .border-frame {
        border: 60px solid #ffc425;
        min-height: 310px;
        max-width: 100%; } }

@media (min-width: 1200px) {
  .news-filter-block {
    margin-bottom: 4rem !important; } }

.news-filter-block .select-wrap {
  padding: 0; }
  .news-filter-block .select-wrap select {
    border: 2px solid #ffc425;
    color: #00539b;
    height: 60px;
    font-size: 22px; }
    @media (min-width: 1024px) {
      .news-filter-block .select-wrap select {
        padding-left: 20px !important; } }

.news-filter-block .search-wrap {
  position: relative; }
  .news-filter-block .search-wrap:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 15px;
    background: url("assets/images/icon-search.svg") no-repeat;
    background-size: 25px 24px;
    width: 25px;
    height: 24px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    @media (min-width: 768px) {
      .news-filter-block .search-wrap:before {
        left: 30px; } }
  .news-filter-block .search-wrap input[type="search"] {
    font-size: 22px;
    color: rgba(42, 46, 51, 0.5);
    border-color: #ffc425;
    padding-left: 50px; }
    @media (min-width: 768px) {
      .news-filter-block .search-wrap input[type="search"] {
        padding-left: 70px; } }
    .news-filter-block .search-wrap input[type="search"]::-webkit-input-placeholder {
      color: rgba(42, 46, 51, 0.5); }
    .news-filter-block .search-wrap input[type="search"]::-moz-placeholder {
      opacity: 1;
      color: rgba(42, 46, 51, 0.5); }
    .news-filter-block .search-wrap input[type="search"]:-moz-placeholder {
      color: rgba(42, 46, 51, 0.5); }
    .news-filter-block .search-wrap input[type="search"]:-ms-input-placeholder {
      color: rgba(42, 46, 51, 0.5); }
    .news-filter-block .search-wrap input[type="search"].placeholder {
      color: rgba(42, 46, 51, 0.5); }

.btn-load-more {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease; }

.loading.btn-load-more {
  background-image: url("assets/images/ajax-loader.svg");
  background-repeat: no-repeat;
  color: transparent;
  background-position: 50%; }

.news-slider-block .container {
  position: relative;
  z-index: 0; }
  .news-slider-block .container:before {
    content: "";
    position: absolute;
    bottom: -87px;
    right: 90px;
    width: 150px;
    height: 150px;
    background: #ffc425;
    -webkit-transform: skewX(-45deg);
        -ms-transform: skewX(-45deg);
            transform: skewX(-45deg);
    z-index: -1; }
    @media (min-width: 768px) {
      .news-slider-block .container:before {
        display: block; } }
    @media (min-width: 1200px) {
      .news-slider-block .container:before {
        width: 250px;
        height: 200px; } }

.news-slider-block .news-text {
  max-width: 500px; }
  @media (min-width: 1024px) {
    .news-slider-block .news-text {
      max-width: 790px; } }
  .news-slider-block .news-text h1 {
    margin-bottom: 20px; }
  @media (min-width: 1200px) {
    .news-slider-block .news-text p {
      font-size: 28px; } }

.news-slider {
  position: relative; }
  @media (min-width: 768px) {
    .news-slider {
      padding: 0 15px; } }
  @media (min-width: 1200px) {
    .news-slider {
      padding: 0 60px; } }
  .news-slider .slick-track,
  .news-slider .slick-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .news-slider .slide-wrap {
    height: 100%; }
    @media (min-width: 768px) {
      .news-slider .slide-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; } }
  .news-slider .text-wrap {
    padding: 1.5rem; }
    @media (min-width: 768px) {
      .news-slider .text-wrap {
        width: 50%;
        padding-bottom: 3rem; } }
    @media (min-width: 1024px) {
      .news-slider .text-wrap {
        padding: 3rem; } }
    @media (min-width: 1200px) {
      .news-slider .text-wrap {
        padding: 5rem; } }
    .news-slider .text-wrap .text {
      max-width: 520px;
      margin: 0 auto; }
  .news-slider .img-wrap {
    position: relative; }
    @media (min-width: 768px) {
      .news-slider .img-wrap {
        width: 50%; } }
    @media (min-width: 768px) {
      .news-slider .img-wrap img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }
  .news-slider .slick-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px; }
    @media (min-width: 768px) {
      .news-slider .slick-dots {
        left: 41%;
        right: auto; } }
    @media (min-width: 1024px) {
      .news-slider .slick-dots {
        bottom: 4rem; } }
    @media (min-width: 1200px) {
      .news-slider .slick-dots {
        bottom: 5.5rem; } }

@media (max-width: 767px) {
  .detail-page .detail-sidebar {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 40px; } }

@media (min-width: 768px) {
  .detail-page .sidebar {
    max-width: 200px; } }

.detail-page .sidebar .img-wrap {
  margin-bottom: 15px; }

.detail-page .sidebar p {
  font-size: 16px; }

.detail-page .detail-text .text {
  max-width: 788px; }
  .detail-page .detail-text .text p.font-large {
    font-size: 20px; }
    @media (min-width: 1024px) {
      .detail-page .detail-text .text p.font-large {
        font-size: 28px; } }

.timeline-block {
  position: relative;
  max-width: 1920px;
  margin: 0 auto; }
  .timeline-block.hide-background:before {
    display: none !important; }
  .timeline-block:before {
    content: "";
    position: absolute;
    top: 10px;
    right: 0;
    background: url("assets/images/img-angle.png") no-repeat;
    background-size: 200px 300px;
    background-position: right top;
    width: 200px;
    height: 300px;
    z-index: -1; }
    @media (min-width: 1024px) {
      .timeline-block:before {
        background-size: 400px auto;
        width: 400px;
        height: 100%;
        top: 0; } }
    @media (min-width: 1200px) {
      .timeline-block:before {
        background-size: 80% auto;
        width: 700px;
        height: 1164px; } }
  @media (min-width: 1024px) {
    .timeline-block .container .timeline-text p {
      font-size: 28px; } }

@media (min-width: 1024px) {
  .timeline-lists-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 60px; } }

@media (min-width: 1200px) {
  .timeline-lists-block {
    margin-top: 100px; } }

.timeline-lists-block .scrollbar-track {
  background: transparent !important; }

.timeline-lists-block .scrollbar-track-y {
  left: 0;
  right: auto; }

.timeline-lists-block .scrollbar-track-x {
  display: none !important; }

.timeline-lists-block .timeline-tabs {
  display: none;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */ }
  .timeline-lists-block .timeline-tabs::-webkit-scrollbar {
    display: none; }
  @media (min-width: 1024px) {
    .timeline-lists-block .timeline-tabs {
      display: block;
      width: 140px;
      max-height: 500px;
      overflow-x: hidden;
      overflow-y: auto;
      padding-left: 25px; } }
  .timeline-lists-block .timeline-tabs li.tab-active a {
    font-weight: 700; }
    .timeline-lists-block .timeline-tabs li.tab-active a:before {
      visibility: visible;
      opacity: 1; }
  .timeline-lists-block .timeline-tabs li a {
    position: relative;
    font-size: 22px;
    padding-right: 45px; }
    .timeline-lists-block .timeline-tabs li a:before {
      content: "";
      position: absolute;
      top: 50%;
      right: 0;
      background: url("assets/images/icon-btn-arrow.svg") no-repeat;
      background-size: 32px 19px;
      width: 32px;
      height: 19px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      -webkit-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease;
      visibility: hidden;
      opacity: 0; }

.timeline-lists-block .tab-drawer-heading {
  margin-bottom: 10px; }
  @media (min-width: 1024px) {
    .timeline-lists-block .tab-drawer-heading {
      display: none !important; } }
  .timeline-lists-block .tab-drawer-heading.d-active {
    display: block; }
    .timeline-lists-block .tab-drawer-heading.d-active a {
      color: #fff;
      background: #00539b; }
      @media (max-width: 1023px) {
        .timeline-lists-block .tab-drawer-heading.d-active a:hover {
          color: #fff; } }
  .timeline-lists-block .tab-drawer-heading a {
    width: 100%;
    display: block;
    background: #ffc425;
    text-align: center;
    padding: 15px; }
    @media (max-width: 1023px) {
      .timeline-lists-block .tab-drawer-heading a:hover {
        color: #00539b; } }

.timeline-lists-block .tabs-container {
  background: transparent; }
  @media (min-width: 1024px) {
    .timeline-lists-block .tabs-container {
      width: calc(100% - 140px); } }
  .timeline-lists-block .tabs-container .tab-content-wrap {
    padding-bottom: 30px; }
    @media (min-width: 1024px) {
      .timeline-lists-block .tabs-container .tab-content-wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-bottom: 0; } }
  .timeline-lists-block .tabs-container .tab-content .tab-wrap {
    -webkit-box-shadow: 0px 0px 50px rgba(26, 29, 74, 0.05);
            box-shadow: 0px 0px 50px rgba(26, 29, 74, 0.05);
    background: #fff;
    padding: 30px;
    margin-bottom: 20px; }
    @media (min-width: 1024px) {
      .timeline-lists-block .tabs-container .tab-content .tab-wrap {
        margin-bottom: 0;
        width: 53%;
        margin: 0 -40px 0px 0;
        position: relative;
        padding: 40px; } }
    @media (min-width: 1024px) {
      .timeline-lists-block .tabs-container .tab-content .tab-wrap p {
        font-size: 22px; } }
  @media (min-width: 1024px) {
    .timeline-lists-block .tabs-container .tab-content .image-wrap {
      width: 50%; } }
  .timeline-lists-block .tabs-container .tab-content .image-wrap .img-small {
    position: relative;
    display: block; }
    @media (min-width: 1024px) {
      .timeline-lists-block .tabs-container .tab-content .image-wrap .img-small {
        max-width: 314px;
        margin: 0 auto -20px; } }

.scrollbar-track {
  opacity: 1 !important; }

.scrollbar-thumb {
  background: #ffc425 !important; }

.pagination {
  padding-top: 33px; }
  .pagination.text-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .pagination.text-center ul {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
  .pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .pagination ul li .prev,
    .pagination ul li .next {
      font-size: 0;
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background: transparent;
      display: block;
      position: relative; }
      .pagination ul li .prev:hover:before,
      .pagination ul li .next:hover:before {
        background-image: url("assets/images/icon-arrow-white.svg"); }
      .pagination ul li .prev:before,
      .pagination ul li .next:before {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        background: url("assets/images/icon-arrow.svg") no-repeat;
        background-size: 16px 16px;
        width: 16px;
        height: 16px;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
    .pagination ul li + li {
      margin-left: 15px; }
      @media (min-width: 1024px) {
        .pagination ul li + li {
          margin-left: 30px; } }
    .pagination ul li .prev:before {
      -webkit-transform: translate(-50%, -50%) rotate(180deg);
          -ms-transform: translate(-50%, -50%) rotate(180deg);
              transform: translate(-50%, -50%) rotate(180deg); }
    .pagination ul li a {
      font-size: 16px;
      width: 25px;
      height: 25px;
      border-radius: 6px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 5px; }
      @media (min-width: 1024px) {
        .pagination ul li a {
          padding-top: 2px; } }
      .pagination ul li a.active, .pagination ul li a:hover {
        color: #ffc425; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 33px; }
  .pagination .page-numbers:not(.prev):not(.next) {
    font-size: 16px;
    width: 25px;
    height: 25px;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0 5px; }
    @media (min-width: 1024px) {
      .pagination .page-numbers:not(.prev):not(.next) {
        padding-top: 2px; } }
    .pagination .page-numbers:not(.prev):not(.next).active, .pagination .page-numbers:not(.prev):not(.next):hover {
      color: #ffc425; }
  .pagination .page-numbers.prev, .pagination .page-numbers.next {
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    display: block;
    position: relative; }
    .pagination .page-numbers.prev:hover:before, .pagination .page-numbers.next:hover:before {
      border-color: #ffc425 #ffc425 transparent transparent; }
    .pagination .page-numbers.prev:before, .pagination .page-numbers.next:before {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      width: 10px;
      height: 10px;
      border-style: solid;
      border-color: #00539b #00539b transparent transparent;
      border-width: 2px 2px 0 0; }
  .pagination .page-numbers.prev:before {
    -webkit-transform: translate(-50%, -50%) rotate(-136deg);
        -ms-transform: translate(-50%, -50%) rotate(-136deg);
            transform: translate(-50%, -50%) rotate(-136deg); }
  .pagination .page-numbers.next:before {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
        -ms-transform: translate(-50%, -50%) rotate(45deg);
            transform: translate(-50%, -50%) rotate(45deg); }
  .pagination .page-numbers + .page-numbers {
    margin-left: 15px; }
    @media (min-width: 1024px) {
      .pagination .page-numbers + .page-numbers {
        margin-left: 30px; } }

.contact-lists-block .contact-lists + .contact-lists {
  margin-top: 40px; }
  @media (min-width: 1024px) {
    .contact-lists-block .contact-lists + .contact-lists {
      margin-top: 60px; } }

.contact-lists-block .section-title {
  text-align: center; }
  @media (min-width: 1024px) {
    .contact-lists-block .section-title {
      text-align: left; } }
  @media (min-width: 1600px) {
    .contact-lists-block .section-title {
      padding-left: 40px; } }

@media (min-width: 1600px) {
  .contact-lists-block .contact-list {
    padding: 0 50px; } }

.contact-lists-block .contact-list + .contact-list {
  border-left: 1px solid #ccc;
  margin-top: 30px; }
  @media (min-width: 768px) {
    .contact-lists-block .contact-list + .contact-list {
      margin-top: 0; } }

@media (max-width: 1023px) {
  .contact-lists-block .contact-list:nth-child(3) {
    border-left: 0; } }

@media (min-width: 768px) {
  .contact-lists-block .contact-list .col-wrap {
    padding: 50px 0 0; } }

@media (min-width: 1600px) {
  .contact-lists-block .contact-list .col-wrap {
    padding: 75px 0 0; } }

.contact-lists-block .contact-list .col-wrap h4 {
  padding: 15px 0;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 16px;
  border-top: 1px solid  #ccc;
  border-bottom: 1px solid  #ccc; }
  @media (min-width: 768px) {
    .contact-lists-block .contact-list .col-wrap h4 {
      padding: 17px 10px 19px; } }
  .contact-lists-block .contact-list .col-wrap h4.ico {
    padding-left: 55px;
    padding-bottom: 16px;
    margin-bottom: 20px;
    position: relative; }
    .contact-lists-block .contact-list .col-wrap h4.ico img {
      position: absolute;
      left: 10px;
      bottom: 0;
      margin: auto;
      top: -2px; }

.contact-lists-block .contact-list .col-wrap p {
  margin-bottom: 17px;
  font-size: 16px;
  font-weight: 300; }

.contact-lists-block .contact-list ul li {
  position: relative;
  padding-left: 40px;
  padding-top: 2px;
  margin-bottom: 18px;
  line-height: 1.45;
  font-size: 18px;
  font-weight: 700; }
  .contact-lists-block .contact-list ul li:before {
    content: "";
    position: absolute;
    left: 0;
    background-repeat: no-repeat; }
  .contact-lists-block .contact-list ul li.phone:before {
    background-image: url("assets/images/ico_c_1.svg");
    width: 19px;
    height: 19px;
    background-size: 19px 19px;
    top: 7px; }
  .contact-lists-block .contact-list ul li.phone a {
    color: #000; }
    .contact-lists-block .contact-list ul li.phone a:hover {
      color: #ffc425; }
  .contact-lists-block .contact-list ul li.fax:before {
    background-image: url("assets/images/ico_c_2.png");
    width: 26px;
    height: 26px;
    background-size: 26px 26px;
    top: 5px; }
  .contact-lists-block .contact-list ul li.email:before {
    background-image: url("assets/images/ico_c_3.svg");
    width: 23px;
    height: 23px;
    background-size: 23px 23px;
    top: 5px; }
  .contact-lists-block .contact-list ul li.address {
    font-weight: 400; }
    .contact-lists-block .contact-list ul li.address:before {
      background-image: url("assets/images/ico_c_4.svg");
      width: 23px;
      height: 16px;
      background-size: 23px 16px;
      top: 8px; }
  .contact-lists-block .contact-list ul li.address2 {
    font-weight: 400; }
    .contact-lists-block .contact-list ul li.address2:before {
      background-image: url("assets/images/ico_c_5.svg");
      width: 14px;
      height: 21px;
      background-size: 14px 21px;
      top: 7px; }
  .contact-lists-block .contact-list ul li a {
    font-weight: 700; }

.conact-us-form {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media (min-width: 1024px) {
    .conact-us-form {
      padding: 95px 0; } }
  .conact-us-form .form-wrap {
    max-width: 720px;
    margin: 0 auto;
    background: #fff;
    padding: 40px 20px; }
    @media (min-width: 768px) {
      .conact-us-form .form-wrap {
        padding: 60px; } }
  .conact-us-form .gform_heading {
    text-align: center; }
  .conact-us-form .ginput_container_select,
  .conact-us-form .select-wrap {
    padding-left: 0; }
    .conact-us-form .ginput_container_select select,
    .conact-us-form .select-wrap select {
      border: 2px solid #e5e5e5;
      height: 60px;
      font-size: 18px;
      padding-left: 20px !important; }
  .conact-us-form textarea {
    padding-top: 15px; }

.logo-section .slick-slider {
  padding: 0 40px; }
  .logo-section .slick-slider .slick-list,
  .logo-section .slick-slider .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .logo-section .slick-slider .slick-slide {
    text-align: center;
    padding: 0 15px; }
    .logo-section .slick-slider .slick-slide img {
      display: inline-block;
      vertical-align: top;
      max-height: 120px;
      width: auto; }
  .logo-section .slick-slider .slick-dots {
    margin-top: 20px;
    width: 100%; }
    .logo-section .slick-slider .slick-dots li:hover button, .logo-section .slick-slider .slick-dots li.slick-active button {
      background: #ffc425; }
    .logo-section .slick-slider .slick-dots li button {
      background: rgba(255, 196, 37, 0.3); }

.search .columns-with-image-block .container {
  max-width: 1120px; }
  .search .columns-with-image-block .container .card-post {
    margin-bottom: 30px; }
    .search .columns-with-image-block .container .card-post .card-wrap {
      border-bottom: 1px solid rgba(0, 83, 155, 0.5);
      padding-bottom: 30px; }
    .search .columns-with-image-block .container .card-post .text-wrap {
      position: relative;
      padding-bottom: 40px; }
  .search .columns-with-image-block .container .navigation {
    padding: 0 15px; }

#body {
  padding-top: 0 !important; }

#cf__covid-videoplayer {
  overflow: auto; }
  #cf__covid-videoplayer article > div {
    padding-top: 0 !important;
    margin-top: 60px !important; }
    @media (min-width: 1024px) {
      #cf__covid-videoplayer article > div {
        -webkit-transition: 0.2s linear;
        -o-transition: 0.2s linear;
        transition: 0.2s linear;
        margin-top: 160px !important; } }

@media (min-width: 1024px) {
  #cf__covid-map {
    padding-top: 160px !important;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; } }

@media (min-width: 1024px) {
  .no-header-top.flightcare__covid #main,
  .sticky.flightcare__covid #main {
    padding-top: 102px; } }

@media (min-width: 1024px) {
  .no-header-top #cf__covid-map,
  .sticky #cf__covid-map {
    padding-top: 102px !important; } }

@media (min-width: 1024px) {
  .no-header-top #cf__covid-videoplayer article > div,
  .sticky #cf__covid-videoplayer article > div {
    margin-top: 102px !important; } }
/*# sourceMappingURL=style.css.map */