@charset "UTF-8";
/* line 1, ../sass/_classes.scss */
.clr:after {
  clear: both;
  content: ' ';
  display: block;
}

/* line 7, ../sass/_classes.scss */
.transition, a, .form_next, .form_amounts, .form_data, .popup_additional, .popup_additional_2, .nav-tabs .nav-item .nav-link:before, .nav-tabs .nav-item .nav-link:after {
  transition: all 500ms;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
}

/* line 14, ../sass/_classes.scss */
.cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* line 21, ../sass/_classes.scss */
.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* line 29, ../sass/_classes.scss */
.center {
  text-align: center;
}

/* line 33, ../sass/_classes.scss */
.no_pad {
  padding: 0;
}

/* line 38, ../sass/_classes.scss */
.full_cont .container {
  width: 100%;
  max-width: 100%;
}

/* line 44, ../sass/_classes.scss */
.with_pad {
  padding: 4.5rem 0;
}

/* line 48, ../sass/_classes.scss */
.with_pad_top {
  padding-top: 60px;
}

/* line 52, ../sass/_classes.scss */
.no_pad_left {
  padding-left: 0;
}

/* line 56, ../sass/_classes.scss */
.no_pad_right {
  padding-right: 0;
}

/* line 60, ../sass/_classes.scss */
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
}

/* line 68, ../sass/_classes.scss */
.flex_start {
  justify-content: flex-start;
}

/* line 72, ../sass/_classes.scss */
.space_between {
  justify-content: space-between;
}

/* line 76, ../sass/_classes.scss */
.space_around {
  justify-content: space-around;
}

/* line 80, ../sass/_classes.scss */
.flex_center {
  justify-content: center;
}

/* line 84, ../sass/_classes.scss */
.flex_end {
  justify-content: flex-end;
}

/* line 89, ../sass/_classes.scss */
.table_display {
  display: table;
  float: none;
  width: 100%;
}
/* line 94, ../sass/_classes.scss */
.table_display .table_cell {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

/* line 101, ../sass/_classes.scss */
.o_hidden {
  overflow: hidden;
}

/* line 105, ../sass/_classes.scss */
.fixed {
  position: fixed;
}

/* line 109, ../sass/_classes.scss */
.primary_btn {
  background: #009fe3;
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
  border: none;
  display: inline-block;
}

/* line 118, ../sass/_classes.scss */
.secondary_btn {
  background: #212c3e;
  color: #fff;
  padding: 5px 15px;
  border-radius: 3px;
  border: none;
  display: inline-block;
}

/* line 128, ../sass/_classes.scss */
.accent_btn {
  background: #e63312;
  color: #fff;
  padding: 1rem 1.5rem;
  border-radius: 3px;
  font-size: 2rem;
  border: none;
  font-weight: 900;
  display: inline-block;
}
/* line 137, ../sass/_classes.scss */
.accent_btn:hover, .accent_btn:hover {
  color: #fff;
}

/* line 143, ../sass/_classes.scss */
.bg {
  background: #fff;
}

/* line 148, ../sass/_classes.scss */
.graybg {
  background-color: #f0f0f0;
}

/* line 151, ../sass/_classes.scss */
.primary_bg {
  background-color: #009fe3;
}

/* line 155, ../sass/_classes.scss */
.secondary_bg {
  background-color: #212c3e;
}

/* line 159, ../sass/_classes.scss */
.accent_bg {
  background-color: #e63312;
}

/* line 163, ../sass/_classes.scss */
.primary_color {
  color: #009fe3;
}

/* line 167, ../sass/_classes.scss */
.secondary_color {
  color: #212c3e;
}

/* line 171, ../sass/_classes.scss */
.accent_color {
  color: #e63312;
}

/* line 175, ../sass/_classes.scss */
.white_color {
  color: #fff;
}

/* line 179, ../sass/_classes.scss */
.no_pad_right {
  padding-right: 0;
}

/* line 183, ../sass/_classes.scss */
.no_pad_left {
  padding-left: 0;
}

/* line 187, ../sass/_classes.scss */
.relative {
  position: relative;
}

/* line 191, ../sass/_classes.scss */
.absolute {
  position: absolute;
}

/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, ../sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, ../sass/_normalize.scss */
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.
 */
/* line 33, ../sass/_normalize.scss */
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.
 */
/* line 54, ../sass/_normalize.scss */
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.
 */
/* line 67, ../sass/_normalize.scss */
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/11, Safari, and Firefox < 22.
 */
/* line 77, ../sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, ../sass/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, ../sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

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

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

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, ../sass/_normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, ../sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, ../sass/_normalize.scss */
small {
  font-size: 80%;
}

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

/* line 169, ../sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, ../sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

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

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, ../sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

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

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, ../sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, ../sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, ../sass/_normalize.scss */
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.
 */
/* line 252, ../sass/_normalize.scss */
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.
 */
/* line 266, ../sass/_normalize.scss */
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.
 */
/* line 277, ../sass/_normalize.scss */
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.
 */
/* line 290, ../sass/_normalize.scss */
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.
 */
/* line 302, ../sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, ../sass/_normalize.scss */
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.
 */
/* line 322, ../sass/_normalize.scss */
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.
 */
/* line 334, ../sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  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`.
 */
/* line 346, ../sass/_normalize.scss */
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
 *    (include `-moz` to future-proof).
 */
/* line 357, ../sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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).
 */
/* line 370, ../sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, ../sass/_normalize.scss */
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.
 */
/* line 390, ../sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, ../sass/_normalize.scss */
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.
 */
/* line 408, ../sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, ../sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../sass/_normalize.scss */
td,
th {
  padding: 0;
}

/* Slider */
/* line 3, ../sass/_slick.scss */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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;
}

/* line 17, ../sass/_slick.scss */
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
/* line 24, ../sass/_slick.scss */
.slick-list:focus {
  outline: none;
}
/* line 28, ../sass/_slick.scss */
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* line 33, ../sass/_slick.scss */
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* line 42, ../sass/_slick.scss */
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
/* line 48, ../sass/_slick.scss */
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
/* line 54, ../sass/_slick.scss */
.slick-track:after {
  clear: both;
}
/* line 58, ../sass/_slick.scss */
.slick-loading .slick-track {
  visibility: hidden;
}

/* line 62, ../sass/_slick.scss */
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
/* line 66, ../sass/_slick.scss */
[dir="rtl"] .slick-slide {
  float: right;
}
/* line 69, ../sass/_slick.scss */
.slick-slide img {
  display: block;
}
/* line 72, ../sass/_slick.scss */
.slick-slide.slick-loading img {
  display: none;
}
/* line 78, ../sass/_slick.scss */
.slick-slide.dragging img {
  pointer-events: none;
}
/* line 82, ../sass/_slick.scss */
.slick-initialized .slick-slide {
  display: block;
}
/* line 86, ../sass/_slick.scss */
.slick-loading .slick-slide {
  visibility: hidden;
}
/* line 90, ../sass/_slick.scss */
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* line 96, ../sass/_slick.scss */
.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* line 45, ../sass/_slick-theme.scss */
.slick-loading .slick-list {
  background: #fff url('../images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url('../fonts/slick.eot');
  src: url('../fonts/slick.eot?#iefix') format("embedded-opentype"), url('../fonts/slick.woff') format("woff"), url('../fonts/slick.ttf') format("truetype"), url('../fonts/slick.svg#slick') format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
/* line 63, ../sass/_slick-theme.scss */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
/* line 81, ../sass/_slick-theme.scss */
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
/* line 85, ../sass/_slick-theme.scss */
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
/* line 89, ../sass/_slick-theme.scss */
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
/* line 92, ../sass/_slick-theme.scss */
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 103, ../sass/_slick-theme.scss */
.slick-prev {
  left: -25px;
}
/* line 105, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
/* line 109, ../sass/_slick-theme.scss */
.slick-prev:before {
  content: "←";
}
/* line 111, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-prev:before {
  content: "→";
}

/* line 117, ../sass/_slick-theme.scss */
.slick-next {
  right: -25px;
}
/* line 119, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
/* line 123, ../sass/_slick-theme.scss */
.slick-next:before {
  content: "→";
}
/* line 125, ../sass/_slick-theme.scss */
[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
/* line 133, ../sass/_slick-theme.scss */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

/* line 137, ../sass/_slick-theme.scss */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
/* line 146, ../sass/_slick-theme.scss */
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
/* line 154, ../sass/_slick-theme.scss */
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
/* line 166, ../sass/_slick-theme.scss */
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
/* line 168, ../sass/_slick-theme.scss */
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
/* line 172, ../sass/_slick-theme.scss */
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* line 189, ../sass/_slick-theme.scss */
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* line 1, ../sass/_base.scss */
body {
  font-size: 18px;
  line-height: 140%;
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
}

/* line 8, ../sass/_base.scss */
html {
  overflow-x: hidden;
  font-size: 16px;
}

/* line 13, ../sass/_base.scss */
p {
  margin: 12px 0;
}

/* line 17, ../sass/_base.scss */
a {
  color: #009fe3;
}
/* line 21, ../sass/_base.scss */
a:hover, a:focus {
  text-decoration: none;
  color: #212c3e;
}

/* line 28, ../sass/_base.scss */
div:focus {
  outline: none !important;
}

/* line 32, ../sass/_base.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 125%;
  font-family: "Montserrat", sans-serif;
}

/* line 39, ../sass/_base.scss */
#btt {
  padding: 10px 15px;
  font-size: 22px;
  color: #009fe3;
  position: fixed;
  right: 2%;
  bottom: 5%;
  z-index: 99;
  border-radius: 35px;
  text-shadow: 0 0 4px #fff;
}

/* line 52, ../sass/_base.scss */
.invisible {
  opacity: 0;
}

/**
*-----------------------------------------------
* header
*-----------------------------------------------
*/
/* line 64, ../sass/_base.scss */
#single-page #header {
  position: relative;
}

/* line 68, ../sass/_base.scss */
#header {
  background: #009fe3;
  padding: 1.5rem 0;
  position: absolute;
  width: 100%;
  z-index: 3;
}

/* line 76, ../sass/_base.scss */
.logo {
  border: 1px solid #fff;
}

/* line 80, ../sass/_base.scss */
.top_btn {
  float: right;
  margin-top: 1.6rem;
  display: none;
}
/* line 84, ../sass/_base.scss */
.top_btn:hover {
  background: #212c3e;
}

/* line 90, ../sass/_base.scss */
.wp-block-image {
  margin-left: 0;
  margin-right: 0;
}

/**
*-----------------------------------------------
* main section
*-----------------------------------------------
*/
/* line 101, ../sass/_base.scss */
.main_section {
  position: relative;
  background: #009fe3;
  color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 3rem;
  padding-top: 2rem;
}

/* line 115, ../sass/_base.scss */
.half_overlay {
  /*    background: rgb(45,79,104);
      background: -moz-linear-gradient(left,  rgba(45,79,104,1) 0%, rgba(24,45,66,1) 100%);
      background: -webkit-linear-gradient(left,  rgba(45,79,104,1) 0%,rgba(24,45,66,1) 100%);
      background: linear-gradient(to right,  rgba(45,79,104,1) 0%,rgba(24,45,66,1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2d4f68', endColorstr='#182d42',GradientType=1 );*/
  left: auto;
  width: 50%;
  right: 0;
  background: #009fe3;
}

/* line 127, ../sass/_base.scss */
#payment {
  margin-top: 3rem;
}

/* line 131, ../sass/_base.scss */
.mobile_display {
  display: none;
}

/* line 135, ../sass/_base.scss */
.ms_slogan {
  text-align: left;
  width: 100%;
  max-width: 820px;
  margin: 0 auto 3rem;
  position: relative;
  z-index: 4;
  padding-left: 4rem;
}
/* line 144, ../sass/_base.scss */
.ms_slogan h1 {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 3rem;
  position: relative;
  margin-bottom: 0;
  line-height: 150%;
  margin-bottom: -2.6rem;
  margin-top: 0;
  z-index: 2;
}
/* line 156, ../sass/_base.scss */
.ms_slogan h1 .large_red {
  background: #e63312;
  font-weight: 900;
  display: block;
  margin-top: 0.5rem;
  font-size: 3.2rem;
  padding: 1.2rem 1.8rem 0.7rem 11.9rem;
  width: 98%;
  margin: 1rem auto 0;
  margin-left: -12rem;
  display: inline-block;
}
/* line 170, ../sass/_base.scss */
.ms_slogan h1 img {
  margin-top: 0;
}

/* line 178, ../sass/_base.scss */
.big_font {
  font-size: 1.5rem;
}
/* line 180, ../sass/_base.scss */
.big_font p {
  line-height: 150%;
}

/* line 185, ../sass/_base.scss */
.payment_right {
  padding-left: 3rem;
  max-width: 750px;
  padding-right: 2rem;
}

/* line 191, ../sass/_base.scss */
.mb_4 {
  margin-bottom: 4rem;
}

/* line 195, ../sass/_base.scss */
.dark_section {
  background: #009fe3;
  color: #fff;
}

/* line 200, ../sass/_base.scss */
.section_title {
  margin-bottom: 0.5rem;
  text-align: center;
  font-size: 2.5rem;
  color: #009fe3;
}
/* line 206, ../sass/_base.scss */
.section_title.st_white {
  color: #fff;
  font-weight: 700;
}

/* line 214, ../sass/_base.scss */
.section_subtitle {
  margin-bottom: 1rem;
  text-align: center;
  font-weight: 600;
  font-size: 1.3rem;
  color: #000;
}
/* line 222, ../sass/_base.scss */
.section_subtitle.ss_white {
  color: #fff;
}
/* line 226, ../sass/_base.scss */
.section_subtitle span {
  font-weight: 800;
  font-size: 1.8rem;
}

/* line 233, ../sass/_base.scss */
.more_toggle {
  background: #212c3e;
  color: #fff;
  font-weight: bold;
  padding: 1rem 3rem;
  font-size: 1.3rem;
  border: none;
  display: inline-block;
  margin: 2rem 0;
}

/* line 244, ../sass/_base.scss */
.text_to_toggle {
  display: none;
}

/* line 248, ../sass/_base.scss */
.pay_bottom_btn {
  margin-top: 2rem;
}
/* line 250, ../sass/_base.scss */
.pay_bottom_btn:hover {
  background: #009fe3;
}

/* line 256, ../sass/_base.scss */
.hhi_elem {
  width: 330px;
  margin: 20px;
  max-width: 100%;
}

/* line 262, ../sass/_base.scss */
.hhi_icon {
  width: 150px;
  height: 150px;
  background: #c5e8fb;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  border-radius: 100%;
}
/* line 274, ../sass/_base.scss */
.hhi_icon img {
  max-width: 65%;
  max-height: 105px;
}

/* line 280, ../sass/_base.scss */
.hhi_text {
  width: 180px;
  padding-left: 10px;
  text-align: left;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  font-size: 0.9rem;
}
/* line 291, ../sass/_base.scss */
.hhi_text p {
  margin-top: 0.3rem;
  margin-bottom: 0;
}
/* line 295, ../sass/_base.scss */
.hhi_text h2 {
  margin-bottom: 0;
  font-weight: 800;
}

/* line 301, ../sass/_base.scss */
.how_help_icons {
  max-width: 1150px;
  margin: 2rem auto 0;
}

/* line 309, ../sass/_base.scss */
.popup_activate {
  display: none;
}

/* line 313, ../sass/_base.scss */
.bottom_tabs {
  background: #212c3e;
}
/* line 316, ../sass/_base.scss */
.bottom_tabs .nav-tabs {
  border: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
/* line 324, ../sass/_base.scss */
.bottom_tabs .nav-tabs .nav-item {
  width: 31%;
}
/* line 328, ../sass/_base.scss */
.bottom_tabs .nav-tabs .nav-item .nav-link {
  background: #c5e8fb;
}
/* line 336, ../sass/_base.scss */
.bottom_tabs .nl_first:after, .bottom_tabs .nl_second:after {
  border-bottom-color: #c5e8fb;
}
/* line 341, ../sass/_base.scss */
.bottom_tabs .nl_first.active:after, .bottom_tabs .nl_second.active:after {
  border-bottom-color: #009fe3;
}
/* line 348, ../sass/_base.scss */
.bottom_tabs .nl_second:before, .bottom_tabs .nl_third:before {
  border-top-color: #c5e8fb;
}
/* line 353, ../sass/_base.scss */
.bottom_tabs .nl_second.active:before, .bottom_tabs .nl_third.active:before {
  border-top-color: #009fe3;
}
/* line 359, ../sass/_base.scss */
.bottom_tabs .tab-content {
  background: #f0f0f0;
  padding: 2rem;
  margin-top: 1rem;
  font-size: 0.9rem;
}

/* line 368, ../sass/_base.scss */
.table_payments {
  margin: 2rem 0;
}
/* line 370, ../sass/_base.scss */
.table_payments td, .table_payments th {
  padding: 0.5rem 0.8rem;
  font-size: 0.9rem;
}

/* line 377, ../sass/_base.scss */
.patronat img {
  width: 120px;
  max-width: 100%;
}

/**
*-----------------------------------------------
* footer
*-----------------------------------------------
*/
/* line 390, ../sass/_base.scss */
#footer {
  text-align: center;
  background: #009fe3;
  font-size: 0.9rem;
  color: #cccccc;
  padding: 4rem 0;
}
/* line 397, ../sass/_base.scss */
#footer strong, #footer b {
  color: #fff;
  font-weight: 600;
}

/* line 403, ../sass/_base.scss */
.social_flex {
  margin-top: 1.3rem;
}

/* line 407, ../sass/_base.scss */
.fb, .yt, .insta {
  width: 40px;
  height: 40px;
  float: left;
  margin-top: 2px;
  margin-right: 10px;
  display: inline-block;
}

/* line 415, ../sass/_base.scss */
.fb {
  background: url("../img/Facebook.png") no-repeat left top;
}

/* line 423, ../sass/_base.scss */
.yt {
  background: url("../img/YouTube.png") no-repeat left top;
}

/* line 427, ../sass/_base.scss */
.insta {
  background: url("../img/Instagram.png") no-repeat left top;
}

/**
*----------------------------------------------------
* Payment
*----------------------------------------------------
*/
/* line 8, ../sass/_donate.scss */
.agreement_no_check {
  font-size: 0.9rem;
  line-height: 1.1rem;
}

/* line 13, ../sass/_donate.scss */
.above_donate_title {
  color: #fff;
  font-size: 1.5rem;
}

/* line 18, ../sass/_donate.scss */
.payment_form {
  width: 500px;
  max-width: 100%;
  margin: 15px auto;
}
/* line 23, ../sass/_donate.scss */
.payment_form input[type="text"], .payment_form input[type="email"], .payment_form input[type="tel"], .payment_form textarea {
  width: 100%;
  border: none;
  padding: 10px;
  margin-bottom: 20px;
}

/* line 31, ../sass/_donate.scss */
.amounts_flex, .payment_types_flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}

/* line 41, ../sass/_donate.scss */
.once_types, .recurring_types {
  opacity: 0;
  height: 0;
  overflow: hidden;
  position: absolute;
}

@keyframes MoveUpDown {
  0% {
    bottom: 0;
  }
  50% {
    bottom: 20px;
  }
  100% {
    bottom: 0;
  }
}
/* line 61, ../sass/_donate.scss */
.c_down {
  display: block;
  text-align: center;
  bottom: 45px;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  animation: MoveUpDown 2s ease-in-out infinite;
  z-index: 4;
}
/* line 72, ../sass/_donate.scss */
.c_down img {
  max-width: 80px;
  height: auto;
}

/* line 78, ../sass/_donate.scss */
.pay_btn, .pay_btn_2, .popup_activate {
  width: 100%;
  padding: 15px;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
  background: #009fe3;
  display: inline-block;
  width: 80%;
  margin-left: 10%;
  color: #fff;
  border: none;
}

/* line 93, ../sass/_donate.scss */
.popup_activate {
  display: none;
}

/* line 97, ../sass/_donate.scss */
.hidden_payu_popup_button {
  position: absolute;
  opacity: 0;
  width: 1px;
  background-color: transparent;
  border: none;
  height: 1px;
  position: absolute;
  top: 0;
  z-index: 0;
}

/* line 109, ../sass/_donate.scss */
.form_main_title {
  color: #009fe3;
  font-size: 2.5rem;
  margin-top: 0;
  text-align: center;
}

/* line 117, ../sass/_donate.scss */
.c_form_section {
  margin-bottom: 45px;
}
/* line 118, ../sass/_donate.scss */
.c_form_section .form_heading {
  margin-top: 2rem;
  margin-bottom: 1rem;
  color: #000;
  font-size: 1.2rem;
  font-weight: bold;
  padding-bottom: 1rem;
}
/* line 127, ../sass/_donate.scss */
.c_form_section .form_heading.fh_second {
  margin-top: 15px;
}
/* line 131, ../sass/_donate.scss */
.c_form_section .form_heading.fh_first {
  margin-top: 0.5rem;
}
/* line 135, ../sass/_donate.scss */
.c_form_section .form_heading.no_top {
  margin-top: 0;
}
/* line 140, ../sass/_donate.scss */
.c_form_section .form_info {
  font-size: 0.85rem;
  margin-bottom: 1rem;
  clear: both;
}
/* line 148, ../sass/_donate.scss */
.c_form_section .amount_tile {
  width: 30%;
  padding: 15px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #000;
  background: #fff;
  border: 2px solid #212c3e;
  border-radius: 4px;
  margin-bottom: 1rem;
}
/* line 159, ../sass/_donate.scss */
.c_form_section .amount_tile.accent2_btn_reverse {
  padding: 15px 10px;
  height: 60px;
}
/* line 164, ../sass/_donate.scss */
.c_form_section .amount_tile.highlight {
  background: #009fe3;
  color: #fff;
}
/* line 169, ../sass/_donate.scss */
.c_form_section .amount_tile:focus {
  outline: none;
}
/* line 174, ../sass/_donate.scss */
.c_form_section .home_donation_custom_amount {
  font-size: 1rem;
  width: 100%;
  text-align: right;
  padding-right: 1.8rem !important;
}
/* line 181, ../sass/_donate.scss */
.c_form_section .custom_amount_wrap {
  position: relative;
  width: 100%;
}
/* line 185, ../sass/_donate.scss */
.c_form_section .custom_amount_wrap.caw_small {
  width: 33%;
}
/* line 190, ../sass/_donate.scss */
.c_form_section .currency_info {
  position: absolute;
  right: 0;
  top: 17px;
  right: 0.5rem;
  opacity: 0.9;
  font-size: 1rem;
}
/* line 201, ../sass/_donate.scss */
.c_form_section .payment_type {
  width: 48%;
  padding: 25px 15px;
  font-size: 1.3rem;
  color: #fff;
  font-weight: 600;
  border-radius: 0;
  background: #c5e8fb;
  border: none;
}
/* line 211, ../sass/_donate.scss */
.c_form_section .payment_type.highlight {
  background: #212c3e;
  color: #fff;
}
/* line 216, ../sass/_donate.scss */
.c_form_section .payment_type:focus {
  outline: none;
}
/* line 220, ../sass/_donate.scss */
.c_form_section .payment_type.primary_btn_reverse {
  padding: 15px;
  height: auto;
}
/* line 226, ../sass/_donate.scss */
.c_form_section ::-webkit-input-placeholder {
  color: #000;
  font-weight: normal;
}
/* line 231, ../sass/_donate.scss */
.c_form_section :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  font-weight: normal;
}
/* line 236, ../sass/_donate.scss */
.c_form_section ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  font-weight: normal;
}
/* line 241, ../sass/_donate.scss */
.c_form_section :-ms-input-placeholder {
  color: #000;
  font-weight: normal;
}

/* line 248, ../sass/_donate.scss */
.form_info_top {
  font-size: 0.9rem;
  padding: 1rem 2rem;
}
/* line 251, ../sass/_donate.scss */
.form_info_top p {
  line-height: 140%;
}

/* line 257, ../sass/_donate.scss */
.customer_data ::-webkit-input-placeholder {
  color: #737373;
}
/* line 262, ../sass/_donate.scss */
.customer_data :-moz-placeholder {
  /* Firefox 18- */
  color: #737373;
}
/* line 266, ../sass/_donate.scss */
.customer_data ::-moz-placeholder {
  /* Firefox 19+ */
  color: #737373;
}
/* line 270, ../sass/_donate.scss */
.customer_data :-ms-input-placeholder {
  color: #737373;
}
/* line 273, ../sass/_donate.scss */
.customer_data input[type="text"], .customer_data input[type="email"], .customer_data input[type="tel"], .customer_data input[type="number"], .customer_data select, .customer_data textarea {
  font-weight: 600;
}

/* line 278, ../sass/_donate.scss */
.ps_recurr {
  display: none;
}

/* line 282, ../sass/_donate.scss */
label.error {
  color: red;
  font-size: 0.8rem;
  margin-top: 0px;
  margin-bottom: 10px;
}

/* line 289, ../sass/_donate.scss */
#recurring_check {
  opacity: 0;
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/* line 299, ../sass/_donate.scss */
.c_payment_form {
  max-width: 790px;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  padding-top: 3rem;
  background: #f0f0f0;
  color: #000;
}
/* line 308, ../sass/_donate.scss */
.c_payment_form .primary_btn_reverse {
  height: 44px;
}
/* line 312, ../sass/_donate.scss */
.c_payment_form label {
  display: block;
}

/* line 317, ../sass/_donate.scss */
.c_form_section {
  padding: 0 2rem;
  position: relative;
}
/* line 321, ../sass/_donate.scss */
.c_form_section.form_white {
  background: #fff;
  border: 4px solid #212c3e;
  margin: 0 2rem 4rem;
  border-radius: 0.7rem;
  padding: 1.5rem 1.5rem 3rem 1.5rem;
}

/* line 333, ../sass/_donate.scss */
.form_next {
  font-size: 1.2rem;
  font-weight: bold;
  float: right;
  padding: 1.2rem 2.5rem 1.2rem;
  margin-top: 1rem;
  color: #000;
  padding-right: 3rem;
  border: none;
  background: #009fe3;
  color: #fff;
  position: absolute;
  bottom: -2rem;
  border-radius: 5px;
  right: 1.2rem;
  text-transform: uppercase;
}
/* line 344, ../sass/_donate.scss */
.form_next:hover {
  background: #08b5ff;
}

/* line 357, ../sass/_donate.scss */
.thank_bottom {
  margin: 1.5rem 2rem;
  text-align: right;
  font-style: italic;
  font-weight: 400;
  font-size: 1.3rem;
}

/*.c_form_circle {
    position: absolute;
    border: 1px solid $secondary;
    
    width: 60px;
    height: 60px;
    left: -30px;
    font-size: 1.5rem;
    border-radius: 100%;
    background: $white;
    color: $primary;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    @extend .transition;
    &.cfc_pad_bottom {
        padding-bottom: 4px;
    }
    
    &.highlight {
        background: $primary;
        color: $white;
        box-shadow: 0 0 3px rgba($primary, 0.8);
    }
}*/
/* line 394, ../sass/_donate.scss */
.fixed_share {
  position: fixed;
  left: 2%;
  bottom: 40px;
  z-index: 99;
}

/* line 402, ../sass/_donate.scss */
.primary_btn_reverse {
  border: 1px solid #212c3e;
  background: transparent;
  padding: 10px 15px;
  border-radius: 7px;
}

/* line 409, ../sass/_donate.scss */
.no_border_left {
  border-left: 0;
}

/* line 413, ../sass/_donate.scss */
.small_info {
  font-weight: bold;
  font-size: 0.9rem;
}

/* line 418, ../sass/_donate.scss */
.donation_purpose {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: justify-between;
  align-items: center;
  align-content: center;
  max-width: 88%;
  margin: 20px auto 0;
  display: none;
}
/* line 429, ../sass/_donate.scss */
.donation_purpose.dp_active {
  display: flex;
}

/* line 434, ../sass/_donate.scss */
.donation_purpose_image {
  max-width: 33%;
  width: 33%;
}
/* line 438, ../sass/_donate.scss */
.donation_purpose_image img {
  width: auto;
  max-width: 90%;
  height: 170px;
}

/* line 445, ../sass/_donate.scss */
.donation_purpose_text {
  text-align: left;
  max-width: 66%;
  width: 66%;
}
/* line 449, ../sass/_donate.scss */
.donation_purpose_text p {
  text-align: left !important;
}

/* line 454, ../sass/_donate.scss */
.field_border {
  border: none;
  border-bottom: 1px solid gray;
  padding: 5px 0 3px;
  display: block;
  width: 100%;
  background: transparent;
  font-weight: normal;
  margin-bottom: 0.5rem;
  margin-top: 1.7rem;
  font-size: 0.9rem;
}
/* line 466, ../sass/_donate.scss */
.field_border:focus {
  outline: none;
}

/* line 472, ../sass/_donate.scss */
.cancel_recurring_btn {
  display: inline-block;
  padding: 10px 30px;
  font-size: 1.3rem;
  color: #fff;
  text-transform: uppercase;
  background: #212c3e;
}

/* line 483, ../sass/_donate.scss */
.zgoda_label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 0.8rem;
  line-height: 125%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-top: 15px;
}

/* Hide the browser's default checkbox */
/* line 500, ../sass/_donate.scss */
.zgoda_label input {
  position: absolute;
  opacity: 1;
  width: 30px;
  height: 33px;
  left: 0;
  top: 0;
  z-index: 9;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
/* line 513, ../sass/_donate.scss */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border: 2px solid #fff;
  border-radius: 2px;
}

/* On mouse-over, add a grey background color */
/* line 524, ../sass/_donate.scss */
.zgoda_label:hover input ~ .checkmark {
  cursor: pointer;
}

/* When the checkbox is checked, add a blue background */
/* Create the checkmark/indicator (hidden when not checked) */
/* line 535, ../sass/_donate.scss */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
/* line 542, ../sass/_donate.scss */
.zgoda_label input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
/* line 547, ../sass/_donate.scss */
.zgoda_label .checkmark:after {
  left: 6px;
  top: -5px;
  width: 10px;
  height: 18px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 558, ../sass/_donate.scss */
.zgoda_label .checkmark {
  border-color: #009fe3;
}
/* line 560, ../sass/_donate.scss */
.zgoda_label .checkmark:after {
  border-color: #000 !important;
}

/* line 566, ../sass/_donate.scss */
.form_amounts {
  position: relative;
  z-index: 3;
  opacity: 1;
}
/* line 571, ../sass/_donate.scss */
.form_amounts.fa_hide {
  opacity: 0;
  position: absolute;
  z-index: 0;
}

/* line 578, ../sass/_donate.scss */
.top_back {
  color: #009fe3;
  font-weight: bold;
  font-size: 1rem;
  background: none;
  border: none;
}

/* line 586, ../sass/_donate.scss */
.form_data {
  position: absolute;
  opacity: 0;
  z-index: 0;
  top: 0;
}
/* line 592, ../sass/_donate.scss */
.form_data.fd_show {
  position: relative;
  z-index: 3;
  opacity: 1;
}

/* line 602, ../sass/_donate.scss */
.pay_logos {
  margin-top: 1rem;
}
/* line 604, ../sass/_donate.scss */
.pay_logos img {
  max-height: 35px;
  max-width: 90px;
  margin-left: 2rem;
}

/* line 612, ../sass/_donate.scss */
.popup_additional, .popup_additional_2 {
  position: fixed;
  width: 100%;
  height: 100%;
  left: -120%;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  z-index: 99;
}
/* line 629, ../sass/_donate.scss */
.popup_additional .pa_inner, .popup_additional_2 .pa_inner {
  max-width: 700px;
  width: 100%;
  background: #009fe3;
  padding: 20px;
  border-radius: 15px;
}
/* line 635, ../sass/_donate.scss */
.popup_additional .pa_inner .pa_white, .popup_additional_2 .pa_inner .pa_white {
  border-radius: 15px;
  background: #fff;
  color: #000;
  padding: 35px;
  font-size: 1.2rem;
  position: relative;
}
/* line 645, ../sass/_donate.scss */
.popup_additional.pa_visible, .popup_additional_2.pa_visible {
  left: 0;
}
/* line 649, ../sass/_donate.scss */
.popup_additional .gray_btn, .popup_additional_2 .gray_btn {
  background: #e6e6e6;
  color: #a6a6a6;
}
/* line 654, ../sass/_donate.scss */
.popup_additional .orange_btn, .popup_additional_2 .orange_btn {
  background: #EC7404;
  color: #fff;
}

/* line 660, ../sass/_donate.scss */
.pa_close {
  color: #009fe3;
  font-size: 1.3rem;
  background-color: transparent;
  border: none;
  position: absolute;
  top: 5px;
  right: 5px;
}
/* line 668, ../sass/_donate.scss */
.pa_close:focus {
  outline: none;
  color: #008ac4;
}

/* line 674, ../sass/_donate.scss */
.pa_buttons {
  margin-top: 15px;
}
/* line 676, ../sass/_donate.scss */
.pa_buttons button {
  width: 45%;
  padding: 10px;
  font-size: 1.3rem;
  border: none;
  border-radius: 10px;
}

/* line 685, ../sass/_donate.scss */
.mb_2 {
  margin-bottom: 2rem;
}

/**
*-----------------------------------------------
* thank you
*-----------------------------------------------
*/
/* line 698, ../sass/_donate.scss */
.page-template-page-thank-you .mb_thank {
  background-image: url("../img/thankyou_once_bg.jpg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  background-attachment: inherit;
}

/* line 706, ../sass/_donate.scss */
.page-template-page-thank-you-recurring .mb_thank {
  background-image: url("../img/thankyou_recurring_bg.jpg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: cover;
  background-attachment: inherit;
}

/* line 711, ../sass/_donate.scss */
.mb_thank_mobile {
  display: none;
}

/* line 715, ../sass/_donate.scss */
.thank_you_text {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
}
/* line 719, ../sass/_donate.scss */
.thank_you_text button.donate_thank_button.primary_btn {
  font-size: 16px;
  padding: 4px 45px 4px 15px;
}
/* line 722, ../sass/_donate.scss */
.thank_you_text button.donate_thank_button.primary_btn:after {
  font-size: 12px;
  top: 6px;
}
/* line 728, ../sass/_donate.scss */
.thank_you_text p {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
}
/* line 735, ../sass/_donate.scss */
.thank_you_text h1 {
  font-size: 31px;
}

/* line 741, ../sass/_donate.scss */
.thank_donate {
  max-width: 880px;
  width: 100%;
}

/* line 746, ../sass/_donate.scss */
.thank_you_narrow {
  width: 100%;
  max-width: 650px;
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  margin: 0 auto;
  text-align: center;
}
/* line 754, ../sass/_donate.scss */
.thank_you_narrow.tyn_rec {
  color: #009fe3;
}
/* line 757, ../sass/_donate.scss */
.thank_you_narrow.tyn_rec p {
  color: #009fe3;
}

/* line 764, ../sass/_donate.scss */
.mb_thank {
  background-image: url("../img/mb_thank.jpg");
  background-position: center left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 50px;
  padding-bottom: 70px;
}
/* line 775, ../sass/_donate.scss */
.mb_thank h2 {
  color: #009fe3;
  font-size: 2rem;
}

/* line 782, ../sass/_donate.scss */
.error {
  color: red;
}

/* line 786, ../sass/_donate.scss */
.thank_fb {
  margin: 30px 0;
  display: block;
  font-size: 3rem;
}
/* line 790, ../sass/_donate.scss */
.thank_fb .mobile_yes {
  display: none;
}

/* line 795, ../sass/_donate.scss */
.page-template-page-thank-you-recurring .mb_thank {
  padding-top: 60px;
  padding-bottom: 40px;
}

/* line 800, ../sass/_donate.scss */
.mobile_yes {
  display: none;
}

/* line 804, ../sass/_donate.scss */
.thank_donate_val {
  width: 150px;
}

/* line 808, ../sass/_donate.scss */
.donate_once_form.dof_thank {
  justify-content: flex-start;
  padding-top: 6px;
}

/* line 813, ../sass/_donate.scss */
.cancel_cont {
  padding-top: 2rem;
  padding-bottom: 4rem;
}

/**
*-----------------------------------------------
* pz and sz
*-----------------------------------------------
*/
/* line 826, ../sass/_donate.scss */
.nav-tabs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  align-content: center;
}
/* line 833, ../sass/_donate.scss */
.nav-tabs .nav-item {
  width: 28%;
  text-align: center;
  font-size: .9rem;
  border: none;
}
/* line 838, ../sass/_donate.scss */
.nav-tabs .nav-item .nav-link {
  border-radius: 0;
  border: none;
  position: relative;
  height: 2.8rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  background: #e3e3e3;
  color: #000;
  border-color: #e3e3e3;
}
/* line 853, ../sass/_donate.scss */
.nav-tabs .nav-item .nav-link.active {
  background: #009fe3;
  color: #fff;
  border-color: #009fe3;
}
/* line 866, ../sass/_donate.scss */
.nav-tabs .ni_pz {
  width: 31%;
}

/* line 873, ../sass/_donate.scss */
.nl_first:after, .nl_second:after {
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  top: 0;
  position: absolute;
  right: -28px;
  border-bottom: 2.8rem solid #e3e3e3;
  border-right: 28px solid transparent;
}
/* line 886, ../sass/_donate.scss */
.nl_first.active:after, .nl_second.active:after {
  border-bottom: 2.8rem solid #009fe3;
  border-right: 28px solid transparent;
}

/* line 894, ../sass/_donate.scss */
.nl_second:before, .nl_third:before {
  display: block;
  content: ' ';
  width: 0;
  height: 0;
  top: 0;
  position: absolute;
  left: -28px;
  border-top: 2.8rem solid #e3e3e3;
  border-left: 28px solid transparent;
}
/* line 907, ../sass/_donate.scss */
.nl_second.active:before, .nl_third.active:before {
  border-top: 2.8rem solid #009fe3;
  border-left: 28px solid transparent;
}

/* line 914, ../sass/_donate.scss */
.other_payment_cont {
  max-width: 790px;
  width: 100%;
  margin: 0;
  padding: 3rem;
  font-size: 0.9rem;
  background: #f0f0f0;
  color: #000;
}
/* line 924, ../sass/_donate.scss */
.other_payment_cont .primary_btn_reverse {
  height: 44px;
}
/* line 928, ../sass/_donate.scss */
.other_payment_cont label {
  display: block;
}

/* line 934, ../sass/_donate.scss */
.pz_download, .sz_send {
  margin: 1.5rem auto;
  border: 1px solid #009fe3;
  padding: 1rem 1.6rem;
  font-size: 1.4rem;
  color: #009fe3;
  font-weight: 900;
  background: #fff;
  display: inline-block;
}

/**
*-----------------------------------------------
* sz
*-----------------------------------------------
*/
/* line 953, ../sass/_donate.scss */
.wpcf7 {
  max-width: 450px;
  margin: 2rem auto;
}
/* line 956, ../sass/_donate.scss */
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="number"], .wpcf7 select, .wpcf7 textarea {
  border: none;
  border-bottom: 1px solid gray;
  padding: 5px 0 3px;
  display: block;
  width: 100%;
  background: transparent;
  font-weight: normal;
  margin-bottom: 0.5rem;
  margin-top: 1.7rem;
  font-size: 0.9rem;
}
/* line 968, ../sass/_donate.scss */
.wpcf7 input[type="text"]:focus, .wpcf7 input[type="email"]:focus, .wpcf7 input[type="tel"]:focus, .wpcf7 input[type="number"]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
  outline: none;
}

/* line 975, ../sass/_donate.scss */
.label_marg {
  margin-bottom: 2rem;
}

/* line 978, ../sass/_donate.scss */
span.wpcf7-list-item {
  font-size: 0.8rem;
  margin: 0;
  line-height: 120%;
  display: block;
}
/* line 984, ../sass/_donate.scss */
span.wpcf7-list-item span {
  font-size: 0.8rem;
}

/* line 990, ../sass/_donate.scss */
.wpcf7-list-item label {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
/* line 1004, ../sass/_donate.scss */
.wpcf7-list-item label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom checkbox */
/* line 1011, ../sass/_donate.scss */
.wpcf7-list-item-label:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: white;
  border: 1px solid #009fe3;
}

/* On mouse-over, add a grey background color */
/* line 1023, ../sass/_donate.scss */
.wpcf7-list-item label:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
/* line 1028, ../sass/_donate.scss */
.wpcf7-list-item label input:checked ~ .checkmark {
  background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
/* line 1033, ../sass/_donate.scss */
.wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
/* line 1040, ../sass/_donate.scss */
.wpcf7-list-item label input:checked ~ .wpcf7-list-item-label:after {
  display: block;
}

/* Style the checkmark/indicator */
/* line 1045, ../sass/_donate.scss */
.wpcf7-list-item label .wpcf7-list-item-label:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #009fe3;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media all and (min-width: 993px) {
  /* line 4, ../sass/_responsive.scss */
  .navbar .dropdown-menu {
    margin-top: 0px;
  }
  /* line 8, ../sass/_responsive.scss */
  .navbar .dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: 0px;
  }
  /* line 17, ../sass/_responsive.scss */
  .navbar .dropdown-menu li a {
    color: #fff;
  }
  /* line 23, ../sass/_responsive.scss */
  .navbar .dropdown-menu > li:hover > .sub-menu {
    visibility: visible;
  }
  /* line 27, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0px;
    margin-left: 0px;
    padding: 0;
    background: transparent;
  }
  /* line 35, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu a {
    color: #000;
  }
  /* line 38, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu a:hover {
    background: #212c3e;
  }
  /* line 45, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu li.active a {
    background: inherit;
  }
  /* line 48, ../sass/_responsive.scss */
  .navbar .dropdown:hover > .dropdown-menu li.active a:hover {
    background: #212c3e;
  }

  /* line 56, ../sass/_responsive.scss */
  .right {
    text-align: right;
  }
}
@media all and (min-width: 1500px) {
  /* line 62, ../sass/_responsive.scss */
  .container {
    width: 1320px;
    max-width: 1320px;
  }
}
@media all and (max-width: 1500px) {
  /* line 70, ../sass/_responsive.scss */
  html, body {
    font-size: 15px;
  }

  /* line 74, ../sass/_responsive.scss */
  .big_font {
    font-size: 1.35rem;
  }
}
@media all and (max-width: 1200px) {
  /* line 80, ../sass/_responsive.scss */
  body, html {
    font-size: 14px;
  }

  /* line 85, ../sass/_responsive.scss */
  .ms_slogan h1 {
    display: block;
    width: 80%;
    margin-left: 10%;
    font-size: 2rem;
    margin-bottom: 0;
    margin-bottom: -2.6rem;
  }
  /* line 92, ../sass/_responsive.scss */
  .ms_slogan h1 .large_red {
    background: #e63312;
    font-weight: 900;
    display: block;
    margin-top: 0.5rem;
    font-size: 2.5rem;
    padding: 1.2rem 1.8rem 0.7rem 1.9rem;
    width: 98%;
    margin: 1rem auto 0;
    margin-left: -12rem;
    display: inline-block;
  }
}
@media all and (max-width: 992px) {
  /* line 111, ../sass/_responsive.scss */
  .navbar {
    text-align: right;
    justify-content: flex-end;
  }
  /* line 114, ../sass/_responsive.scss */
  .navbar .navbar-nav {
    float: none;
    background: #fff;
  }

  /* line 121, ../sass/_responsive.scss */
  .navbar-toggler {
    background: url("../img/menu_mobile.png") no-repeat center center;
    width: 50px;
    border: none;
    height: 50px;
    display: block;
    margin: 10px;
    float: none;
  }
  /* line 130, ../sass/_responsive.scss */
  .navbar-toggler .navbar-toggler-icon {
    background: none;
  }
  /* line 132, ../sass/_responsive.scss */
  .navbar-toggler .navbar-toggler-icon:focus {
    outline: none;
    opacity: 0.8;
  }
  /* line 137, ../sass/_responsive.scss */
  .navbar-toggler:focus {
    outline: none;
    opacity: 0.8;
  }

  /* line 143, ../sass/_responsive.scss */
  .payment_right {
    padding-left: 0;
    padding-right: 0;
  }

  /* line 148, ../sass/_responsive.scss */
  .mobile_display {
    display: block;
  }

  /* line 152, ../sass/_responsive.scss */
  .main_section {
    background: #212c3e !important;
  }
  /* line 154, ../sass/_responsive.scss */
  .main_section .overlay {
    display: none;
  }

  /* line 159, ../sass/_responsive.scss */
  .ms_slogan {
    margin-top: 1rem;
    margin-bottom: -4rem;
  }

  /* line 164, ../sass/_responsive.scss */
  #payment {
    margin-top: 0;
  }

  /* line 168, ../sass/_responsive.scss */
  .container-fluid {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  /* line 176, ../sass/_responsive.scss */
  .ms_slogan h1 {
    display: block;
    width: 80%;
    margin-left: 10%;
    font-size: 1.5rem;
    margin-bottom: 0;
    margin-bottom: -2.6rem;
  }
  /* line 183, ../sass/_responsive.scss */
  .ms_slogan h1 .large_red {
    background: #e63312;
    margin-top: 0.5rem;
    font-size: 2rem;
    line-height: 130%;
    margin: 1rem auto 0;
  }

  /* line 195, ../sass/_responsive.scss */
  .mobile_below_form {
    margin-top: 2rem;
    text-align: center;
  }

  /* line 200, ../sass/_responsive.scss */
  .big_font {
    font-size: 1.15rem;
  }

  /* line 204, ../sass/_responsive.scss */
  .hhi_elem, .hhi_text {
    text-align: center;
    justify-content: center;
    padding-left: 0;
  }

  /* line 210, ../sass/_responsive.scss */
  .hhi_icon {
    text-align: center;
  }

  /* line 214, ../sass/_responsive.scss */
  .hhi_text {
    margin-top: 1rem;
  }

  /* line 218, ../sass/_responsive.scss */
  .logo {
    margin: 1rem auto;
  }

  /* line 222, ../sass/_responsive.scss */
  #header {
    text-align: center;
    position: relative;
  }

  /* line 226, ../sass/_responsive.scss */
  .top_btn {
    margin: 0.5rem auto;
    float: none;
  }

  /* line 231, ../sass/_responsive.scss */
  .main_section {
    padding-top: 0;
  }
}
@media all and (max-width: 480px) {
  /* line 237, ../sass/_responsive.scss */
  .ms_slogan h1 {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  /* line 241, ../sass/_responsive.scss */
  .ms_slogan h1 .large_red {
    margin-top: 0.5rem;
    padding: 1rem;
    font-size: 1.5rem;
    margin: 1rem auto 0;
  }

  /* line 249, ../sass/_responsive.scss */
  .section_title {
    font-size: 1.9rem;
  }

  /* line 253, ../sass/_responsive.scss */
  .logo {
    max-width: 180px;
    height: auto;
  }

  /* line 258, ../sass/_responsive.scss */
  .pay_logos img {
    max-width: 60px;
    max-height: 28px;
  }

  /* line 264, ../sass/_responsive.scss */
  .c_form_section .amount_tile, .c_form_section .custom_amount_wrap.caw_small {
    width: 100%;
  }

  /* line 268, ../sass/_responsive.scss */
  .c_form_section .currency_info {
    top: 21px;
  }

  /* line 272, ../sass/_responsive.scss */
  .ms_slogan {
    margin-top: 0;
    margin-bottom: -1rem;
  }
}

/*# sourceMappingURL=style.css.map */
