@charset "UTF-8";
/*!
* Theme Name: LDVA
* Theme URI: http://www.ldva.com
* Description: A Custom Theme
* Version: 1.0
* Author: 368
* Author URI: www.threesixtyeight.is
* License: GPL
* License URI: http://wordpress.org/about/gpl/
*/
/*! 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, .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 { 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"] { 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 */ 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 { /* Icons Font */
font-family: 'icomoon'; src: url("fonts/icomoon.eot"); src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svg#icomoon") format("svg"); font-weight: normal; font-style: normal; }
::-moz-selection { background: #F7EA6F; color: #2c2c2c; text-shadow: none; }

::selection { background: #F7EA6F; color: #2c2c2c; text-shadow: none; }

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

html { font-family: "azo-sans-web", sans-serif; font-size: 112.5%; -webkit-tap-highlight-color: transparent; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; }
@media only screen and (-webkit-min-device-pixel-ratio: 1.25), only screen and (min-device-pixel-ratio: 1.25), only screen and (min-resolution: 200dpi), only screen and (min-resolution: 1.25dppx) { html { -webkit-font-smoothing: subpixel-antialiased; } }
html ::-webkit-scrollbar { width: 10px; height: 10px; }
html ::-webkit-scrollbar-thumb { background: #1ea6eb; }
html ::-webkit-scrollbar-track { background: #e9e9e9; }
html body { scrollbar-face-color: #1ea6eb; scrollbar-track-color: #e9e9e9; }

body { background-color: #fff; color: #283446; font-family: "azo-sans-web", sans-serif; line-height: 1; letter-spacing: 0.41px; overflow-x: hidden; }

a { color: #b01326; text-decoration: none; }
a:hover, a:focus { color: #283446; }
a:focus { outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

button { outline: none; }

a, button, input[type="submit"], input[type="button"], input[type="reset"] { -moz-transition-property: background, color, border-color; -o-transition-property: background, color, border-color; -webkit-transition-property: background, color, border-color; transition-property: background, color, border-color; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; border-radius: 0; }
a:hover, a:focus, button:hover, button:focus, input[type="submit"]:hover, input[type="submit"]:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus { -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; -webkit-transition-duration: 0.1s; transition-duration: 0.1s; }

img { vertical-align: middle; max-width: 100%; }

iframe { max-width: 100%; }

/* Headings */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Merriweather", serif; color: inherit; font-weight: 700; line-height: 1.4; margin: 0 0 20px 0; margin-top: 35px; }
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child, .h1:first-child, .h2:first-child, .h3:first-child, .h4:first-child, .h5:first-child, .h6:first-child { margin-top: 0; }

h1, .h1 { color: #283446; font-size: 30px; line-height: 1.3; letter-spacing: 0.85px; }
@media (min-width: 768px) { h1, .h1 { font-size: 43px; } }

h2, .h2 { font-size: 26px; line-height: 1.6; letter-spacing: 0.68px; }
@media (min-width: 768px) { h2, .h2 { font-size: 34px; } }

h3, .h3 { font-size: 22px; letter-spacing: 0.5px; line-height: 1.5; }
@media (min-width: 768px) { h3, .h3 { font-size: 30px; } }

h4, .h4 { font-size: 20px; letter-spacing: 0.21px; line-height: 1.7; }

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

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

/* Miscellaneous */
p:last-child, table:last-child, ul:last-child, ol:last-child, dl:last-child, dd:last-child, pre:last-child, blockquote:last-child, address:last-child, h1:last-child, h2:last-child, h3:last-child, h4:last-child, h5:last-child, h6:last-child { margin-bottom: 0; }

p, pre, blockquote, address, dt { line-height: 1.9; }

p, table, ul, ol, dl, dd, pre, blockquote, address { margin: 0 0 20px; }

blockquote { font-family: Merriweather; font-size: 30px; font-weight: 300; font-style: italic; letter-spacing: 0.5px; line-height: 1.5; }

b, strong { font-weight: 700; }

small, .small { font-size: 16px; font-family: "azo-sans-web", sans-serif; letter-spacing: 2.28px; line-height: 1.5; text-transform: uppercase; }

hr { clear: both; border: none; border-top: 1px solid #e5e5e5; margin-bottom: 20px; }

address { font-style: normal; }

/* Table */
table caption { font-family: "Merriweather", serif; margin-bottom: 10px; }
table tbody tr:last-child { border-bottom: none; }
table tr { border-bottom: 1px solid #e5e5e5; }
table th { font-weight: 700; text-align: left; }
table th, table td { padding: 12px; }

/* Lists */
ul, ol, dl { padding: 0; }

ul, ol { list-style-position: outside; margin-left: 20px; }
ul ul, ul ol, ol ul, ol ol { margin: 5px 0 0 40px; }
ul ol, ol ol { list-style-type: lower-alpha; }
nav ul, nav ol { margin: 0; }
nav ul li, nav ol li { margin-bottom: 0; line-height: 1; }
ul li, ol li { margin-bottom: 15px; }

ul { list-style-type: disc; }

ol { list-style-type: decimal; }

li { line-height: 1.7; }

dt { font-family: "Merriweather", serif; font-weight: 700; margin: 0 0 15px; }

/* Form */
form ul { list-style: none; margin-left: 0; }
form > ul > li { clear: both; margin-bottom: 15px; }
form > ul > li > label { margin-right: 10px; }

fieldset { padding: 0; margin: 0; border: 0; min-width: 0; }

legend { font-weight: 700; display: block; border: none; margin-bottom: 20px; }

input[type="text"], input[type="tel"], input[type="url"], input[type="number"], input[type="password"], input[type="email"], input[type="range"], input[type="file"], input[type="date"], input[type="search"], textarea, select { background: #d2d7dd; color: #444; line-height: 1.2; padding: 15px; border: 2px solid #d2d7dd; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; max-width: 100%; }
input[type="text"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="range"]:-moz-placeholder, input[type="file"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="search"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder { color: rgba(40, 52, 70, 0.5); }
input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="range"]::-moz-placeholder, input[type="file"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="search"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder { color: rgba(40, 52, 70, 0.5); }
input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="range"]:-ms-input-placeholder, input[type="file"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder { color: rgba(40, 52, 70, 0.5); }
input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="range"]::-webkit-input-placeholder, input[type="file"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder { color: rgba(40, 52, 70, 0.5); }
input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="range"]:focus, input[type="file"]:focus, input[type="date"]:focus, input[type="search"]:focus, textarea:focus, select:focus { background-color: #fff; border-color: #283446; outline: none; }
@media (min-width: 768px) { input[type="text"], input[type="tel"], input[type="url"], input[type="number"], input[type="password"], input[type="email"], input[type="range"], input[type="file"], input[type="date"], input[type="search"], textarea, select { padding: 15px 20px; } }

input[type="submit"] { background-color: #fff; }

input[type="search"] { -webkit-appearance: none; }

input[type="date"] { line-height: 34px; }

textarea { line-height: 1.9; height: 150px; }

input[type="checkbox"], input[type="radio"] { margin: 4px 5px 0 0; margin-top: 1px \9; line-height: normal; }

select[multiple], select[size] { height: auto; }

input[type="file"] { display: block; }

input[type="range"] { display: block; width: 100%; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }

output { display: block; padding-top: 7px; font-size: 14px; line-height: 1.42857143; color: #555555; }

code { background-color: #f9f9f9; color: green; font-weight: 400; display: inline-block; padding: 5px; border: 1px solid #eee; }

.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; position: relative; }
.container:before, .container:after { content: " "; display: table; }
.container:after { clear: both; }

@media (min-width: 768px) { .container { width: 750px; } }
@media (min-width: 992px) { .container { width: 970px; } }
@media (min-width: 1200px) { .container { width: 1170px; } }
.container-fluid { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.container-fluid:before, .container-fluid:after { content: " "; display: table; }
.container-fluid:after { clear: both; }
@media (min-width: 768px) { .container-fluid { padding-left: 5vw; padding-right: 5vw; } }

.row { margin-left: -15px; margin-right: -15px; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }

.col-xs-12 { width: 100%; }

.col-xs-11 { width: 91.66666667%; }

.col-xs-10 { width: 83.33333333%; }

.col-xs-9 { width: 75%; }

.col-xs-8 { width: 66.66666667%; }

.col-xs-7 { width: 58.33333333%; }

.col-xs-6 { width: 50%; }

.col-xs-5 { width: 41.66666667%; }

.col-xs-4 { width: 33.33333333%; }

.col-xs-3 { width: 25%; }

.col-xs-2 { width: 16.66666667%; }

.col-xs-1 { width: 8.33333333%; }

.col-xs-pull-12 { right: 100%; }

.col-xs-pull-11 { right: 91.66666667%; }

.col-xs-pull-10 { right: 83.33333333%; }

.col-xs-pull-9 { right: 75%; }

.col-xs-pull-8 { right: 66.66666667%; }

.col-xs-pull-7 { right: 58.33333333%; }

.col-xs-pull-6 { right: 50%; }

.col-xs-pull-5 { right: 41.66666667%; }

.col-xs-pull-4 { right: 33.33333333%; }

.col-xs-pull-3 { right: 25%; }

.col-xs-pull-2 { right: 16.66666667%; }

.col-xs-pull-1 { right: 8.33333333%; }

.col-xs-pull-0 { right: 0%; }

.col-xs-push-12 { left: 100%; }

.col-xs-push-11 { left: 91.66666667%; }

.col-xs-push-10 { left: 83.33333333%; }

.col-xs-push-9 { left: 75%; }

.col-xs-push-8 { left: 66.66666667%; }

.col-xs-push-7 { left: 58.33333333%; }

.col-xs-push-6 { left: 50%; }

.col-xs-push-5 { left: 41.66666667%; }

.col-xs-push-4 { left: 33.33333333%; }

.col-xs-push-3 { left: 25%; }

.col-xs-push-2 { left: 16.66666667%; }

.col-xs-push-1 { left: 8.33333333%; }

.col-xs-push-0 { left: 0%; }

.col-xs-offset-12 { margin-left: 100%; }

.col-xs-offset-11 { margin-left: 91.66666667%; }

.col-xs-offset-10 { margin-left: 83.33333333%; }

.col-xs-offset-9 { margin-left: 75%; }

.col-xs-offset-8 { margin-left: 66.66666667%; }

.col-xs-offset-7 { margin-left: 58.33333333%; }

.col-xs-offset-6 { margin-left: 50%; }

.col-xs-offset-5 { margin-left: 41.66666667%; }

.col-xs-offset-4 { margin-left: 33.33333333%; }

.col-xs-offset-3 { margin-left: 25%; }

.col-xs-offset-2 { margin-left: 16.66666667%; }

.col-xs-offset-1 { margin-left: 8.33333333%; }

.col-xs-offset-0 { margin-left: 0%; }

@media (min-width: 768px) { .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }
  .col-sm-12 { width: 100%; }
  .col-sm-11 { width: 91.66666667%; }
  .col-sm-10 { width: 83.33333333%; }
  .col-sm-9 { width: 75%; }
  .col-sm-8 { width: 66.66666667%; }
  .col-sm-7 { width: 58.33333333%; }
  .col-sm-6 { width: 50%; }
  .col-sm-5 { width: 41.66666667%; }
  .col-sm-4 { width: 33.33333333%; }
  .col-sm-3 { width: 25%; }
  .col-sm-2 { width: 16.66666667%; }
  .col-sm-1 { width: 8.33333333%; }
  .col-sm-pull-12 { right: 100%; }
  .col-sm-pull-11 { right: 91.66666667%; }
  .col-sm-pull-10 { right: 83.33333333%; }
  .col-sm-pull-9 { right: 75%; }
  .col-sm-pull-8 { right: 66.66666667%; }
  .col-sm-pull-7 { right: 58.33333333%; }
  .col-sm-pull-6 { right: 50%; }
  .col-sm-pull-5 { right: 41.66666667%; }
  .col-sm-pull-4 { right: 33.33333333%; }
  .col-sm-pull-3 { right: 25%; }
  .col-sm-pull-2 { right: 16.66666667%; }
  .col-sm-pull-1 { right: 8.33333333%; }
  .col-sm-pull-0 { right: 0%; }
  .col-sm-push-12 { left: 100%; }
  .col-sm-push-11 { left: 91.66666667%; }
  .col-sm-push-10 { left: 83.33333333%; }
  .col-sm-push-9 { left: 75%; }
  .col-sm-push-8 { left: 66.66666667%; }
  .col-sm-push-7 { left: 58.33333333%; }
  .col-sm-push-6 { left: 50%; }
  .col-sm-push-5 { left: 41.66666667%; }
  .col-sm-push-4 { left: 33.33333333%; }
  .col-sm-push-3 { left: 25%; }
  .col-sm-push-2 { left: 16.66666667%; }
  .col-sm-push-1 { left: 8.33333333%; }
  .col-sm-push-0 { left: 0%; }
  .col-sm-offset-12 { margin-left: 100%; }
  .col-sm-offset-11 { margin-left: 91.66666667%; }
  .col-sm-offset-10 { margin-left: 83.33333333%; }
  .col-sm-offset-9 { margin-left: 75%; }
  .col-sm-offset-8 { margin-left: 66.66666667%; }
  .col-sm-offset-7 { margin-left: 58.33333333%; }
  .col-sm-offset-6 { margin-left: 50%; }
  .col-sm-offset-5 { margin-left: 41.66666667%; }
  .col-sm-offset-4 { margin-left: 33.33333333%; }
  .col-sm-offset-3 { margin-left: 25%; }
  .col-sm-offset-2 { margin-left: 16.66666667%; }
  .col-sm-offset-1 { margin-left: 8.33333333%; }
  .col-sm-offset-0 { margin-left: 0%; } }
@media (min-width: 992px) { .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }
  .col-md-12 { width: 100%; }
  .col-md-11 { width: 91.66666667%; }
  .col-md-10 { width: 83.33333333%; }
  .col-md-9 { width: 75%; }
  .col-md-8 { width: 66.66666667%; }
  .col-md-7 { width: 58.33333333%; }
  .col-md-6 { width: 50%; }
  .col-md-5 { width: 41.66666667%; }
  .col-md-4 { width: 33.33333333%; }
  .col-md-3 { width: 25%; }
  .col-md-2 { width: 16.66666667%; }
  .col-md-1 { width: 8.33333333%; }
  .col-md-pull-12 { right: 100%; }
  .col-md-pull-11 { right: 91.66666667%; }
  .col-md-pull-10 { right: 83.33333333%; }
  .col-md-pull-9 { right: 75%; }
  .col-md-pull-8 { right: 66.66666667%; }
  .col-md-pull-7 { right: 58.33333333%; }
  .col-md-pull-6 { right: 50%; }
  .col-md-pull-5 { right: 41.66666667%; }
  .col-md-pull-4 { right: 33.33333333%; }
  .col-md-pull-3 { right: 25%; }
  .col-md-pull-2 { right: 16.66666667%; }
  .col-md-pull-1 { right: 8.33333333%; }
  .col-md-pull-0 { right: 0%; }
  .col-md-push-12 { left: 100%; }
  .col-md-push-11 { left: 91.66666667%; }
  .col-md-push-10 { left: 83.33333333%; }
  .col-md-push-9 { left: 75%; }
  .col-md-push-8 { left: 66.66666667%; }
  .col-md-push-7 { left: 58.33333333%; }
  .col-md-push-6 { left: 50%; }
  .col-md-push-5 { left: 41.66666667%; }
  .col-md-push-4 { left: 33.33333333%; }
  .col-md-push-3 { left: 25%; }
  .col-md-push-2 { left: 16.66666667%; }
  .col-md-push-1 { left: 8.33333333%; }
  .col-md-push-0 { left: 0%; }
  .col-md-offset-12 { margin-left: 100%; }
  .col-md-offset-11 { margin-left: 91.66666667%; }
  .col-md-offset-10 { margin-left: 83.33333333%; }
  .col-md-offset-9 { margin-left: 75%; }
  .col-md-offset-8 { margin-left: 66.66666667%; }
  .col-md-offset-7 { margin-left: 58.33333333%; }
  .col-md-offset-6 { margin-left: 50%; }
  .col-md-offset-5 { margin-left: 41.66666667%; }
  .col-md-offset-4 { margin-left: 33.33333333%; }
  .col-md-offset-3 { margin-left: 25%; }
  .col-md-offset-2 { margin-left: 16.66666667%; }
  .col-md-offset-1 { margin-left: 8.33333333%; }
  .col-md-offset-0 { margin-left: 0%; } }
@media (min-width: 1200px) { .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 { float: left; }
  .col-lg-12 { width: 100%; }
  .col-lg-11 { width: 91.66666667%; }
  .col-lg-10 { width: 83.33333333%; }
  .col-lg-9 { width: 75%; }
  .col-lg-8 { width: 66.66666667%; }
  .col-lg-7 { width: 58.33333333%; }
  .col-lg-6 { width: 50%; }
  .col-lg-5 { width: 41.66666667%; }
  .col-lg-4 { width: 33.33333333%; }
  .col-lg-3 { width: 25%; }
  .col-lg-2 { width: 16.66666667%; }
  .col-lg-1 { width: 8.33333333%; }
  .col-lg-pull-12 { right: 100%; }
  .col-lg-pull-11 { right: 91.66666667%; }
  .col-lg-pull-10 { right: 83.33333333%; }
  .col-lg-pull-9 { right: 75%; }
  .col-lg-pull-8 { right: 66.66666667%; }
  .col-lg-pull-7 { right: 58.33333333%; }
  .col-lg-pull-6 { right: 50%; }
  .col-lg-pull-5 { right: 41.66666667%; }
  .col-lg-pull-4 { right: 33.33333333%; }
  .col-lg-pull-3 { right: 25%; }
  .col-lg-pull-2 { right: 16.66666667%; }
  .col-lg-pull-1 { right: 8.33333333%; }
  .col-lg-pull-0 { right: 0%; }
  .col-lg-push-12 { left: 100%; }
  .col-lg-push-11 { left: 91.66666667%; }
  .col-lg-push-10 { left: 83.33333333%; }
  .col-lg-push-9 { left: 75%; }
  .col-lg-push-8 { left: 66.66666667%; }
  .col-lg-push-7 { left: 58.33333333%; }
  .col-lg-push-6 { left: 50%; }
  .col-lg-push-5 { left: 41.66666667%; }
  .col-lg-push-4 { left: 33.33333333%; }
  .col-lg-push-3 { left: 25%; }
  .col-lg-push-2 { left: 16.66666667%; }
  .col-lg-push-1 { left: 8.33333333%; }
  .col-lg-push-0 { left: 0%; }
  .col-lg-offset-12 { margin-left: 100%; }
  .col-lg-offset-11 { margin-left: 91.66666667%; }
  .col-lg-offset-10 { margin-left: 83.33333333%; }
  .col-lg-offset-9 { margin-left: 75%; }
  .col-lg-offset-8 { margin-left: 66.66666667%; }
  .col-lg-offset-7 { margin-left: 58.33333333%; }
  .col-lg-offset-6 { margin-left: 50%; }
  .col-lg-offset-5 { margin-left: 41.66666667%; }
  .col-lg-offset-4 { margin-left: 33.33333333%; }
  .col-lg-offset-3 { margin-left: 25%; }
  .col-lg-offset-2 { margin-left: 16.66666667%; }
  .col-lg-offset-1 { margin-left: 8.33333333%; }
  .col-lg-offset-0 { margin-left: 0%; } }
@-ms-viewport { width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg { display: none !important; }

@media (max-width: 767px) { .visible-xs { display: block !important; }
  table.visible-xs { display: table; }
  tr.visible-xs { display: table-row !important; }
  th.visible-xs, td.visible-xs { display: table-cell !important; } }
@media (min-width: 768px) and (max-width: 991px) { .visible-sm { display: block !important; }
  table.visible-sm { display: table; }
  tr.visible-sm { display: table-row !important; }
  th.visible-sm, td.visible-sm { display: table-cell !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .visible-md { display: block !important; }
  table.visible-md { display: table; }
  tr.visible-md { display: table-row !important; }
  th.visible-md, td.visible-md { display: table-cell !important; } }
@media (min-width: 1200px) { .visible-lg { display: block !important; }
  table.visible-lg { display: table; }
  tr.visible-lg { display: table-row !important; }
  th.visible-lg, td.visible-lg { display: table-cell !important; } }
@media (max-width: 767px) { .hidden-xs { display: none !important; } }
@media (min-width: 768px) and (max-width: 991px) { .hidden-sm { display: none !important; } }
@media (min-width: 992px) and (max-width: 1199px) { .hidden-md { display: none !important; } }
@media (min-width: 1200px) { .hidden-lg { display: none !important; } }
.bg-cover { background-repeat: no-repeat; background-position: center; background-size: cover; }

.custom-select-block { position: relative; }
.custom-select-block select { padding-right: 25px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; }
.custom-select-block select::-ms-expand { display: none; }
.custom-select-block:after { content: ''; display: block; border: 7px solid transparent; border-top-color: #1ea6eb; position: absolute; right: 10px; top: 50%; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); margin-top: 3px; }

.alert, .gforms_confirmation_message, .validation_error, .gform_confirmation_message { background-color: #e5e5e5; padding: 25px; border: 1px solid #ddd; margin-bottom: 20px; }

.alert-info, .validation_error { background-color: #ffffd9; border: 1px solid #e8e800; }

.alert-error { background-color: #ffd9d9; border: 1px solid #ffa6a6; }

.alert-success, .gforms_confirmation_message, .gform_confirmation_message { background-color: #dbffd9; border: 1px solid #7aff73; }

.hr { clear: both; border-top: 1px solid rgba(40, 52, 70, 0.2); }
.bg-grey .hr { border-color: #a3b1c2; }

p:empty { display: none; }

.btn { background: transparent; font-size: 16px; font-weight: 700; letter-spacing: 2.67px; text-transform: uppercase; line-height: 1.2; text-align: center; text-decoration: none; vertical-align: middle; display: inline-block; border: none; padding: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -moz-transition-property: background, color, border-color; -o-transition-property: background, color, border-color; -webkit-transition-property: background, color, border-color; transition-property: background, color, border-color; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; }
.btn:hover, .btn:focus { -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; -webkit-transition-duration: 0.1s; transition-duration: 0.1s; text-decoration: none; }
.btn:focus { outline: none; }

.link-i-rarr { display: inline-block; font-size: 14px; font-weight: 700; letter-spacing: 2.67px; line-height: 1.4; text-transform: uppercase; padding-bottom: 10px; position: relative; }
.link-i-rarr span { display: inline-block; padding-right: 35px; position: relative; -moz-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; -o-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; -webkit-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; }
.link-i-rarr span:after { content: '\e5c8'; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 24px; display: block; position: absolute; right: 0; top: -3px; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }
.link-i-rarr:before { content: ''; background-color: #1ea6eb; position: absolute; width: 0; height: 4px; left: 0; bottom: 0; -moz-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; -o-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; -webkit-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; }
.link-i-rarr:hover span { -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -webkit-transform: translateY(-5px); transform: translateY(-5px); }
.link-i-rarr:hover:before { width: calc(100% - 10px); }
@media (min-width: 768px) { .link-i-rarr { font-size: 16px; }
  .link-i-rarr span { padding-right: 45px; }
  .link-i-rarr span:after { font-size: 30px; top: -5px; } }

.row { margin-bottom: 20px; }
.row:last-child { margin-bottom: 0; }

@media (max-width: 767px) { [class^="col-"] { margin-bottom: 50px; }
  [class^="col-"]:last-child { margin-bottom: 0; } }

@media (max-width: 991px) { [class*="col-md-"] { margin-bottom: 50px; }
  [class*="col-md-"]:last-child { margin-bottom: 0; } }

#header { background-color: #fff; min-height: 69px; padding: 20px 0; position: fixed; left: 0; right: 0; top: 0; z-index: 90; -moz-box-shadow: 0 0 5px rgba(120, 120, 120, 0.3); -webkit-box-shadow: 0 0 5px rgba(120, 120, 120, 0.3); box-shadow: 0 0 5px rgba(120, 120, 120, 0.3); }
#header > .container-fluid { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; }
#header > .container-fluid:before, #header > .container-fluid:after { display: none; }

.header-menu-toggle { color: #283446; font-size: 16px; font-weight: 400; letter-spacing: 2.66px; line-height: 25px; text-transform: uppercase; padding-left: 60px; position: relative; }
.header-menu-toggle .hamburger { position: absolute; left: 0; }
.header-menu-toggle .hamburger > span { background-color: #1ea6eb; display: block; width: 40px; height: 5px; margin-bottom: 5px; -moz-transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55); -o-transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55); -webkit-transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55); transition: all 400ms cubic-bezier(0.68, -0.55, 0.265, 1.55); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
.header-menu-toggle .hamburger > span:last-child { margin-bottom: 0; }
.header-menu-toggle span.close-text { display: none; }
.header-menu-toggle.js-active .hamburger > span { background-color: #b52032; opacity: 0; }
.header-menu-toggle.js-active .hamburger > span:first-child { opacity: 1; margin-top: 10px; -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.header-menu-toggle.js-active .hamburger > span:last-child { opacity: 1; margin-top: -20px; -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -webkit-transform: rotate(-45deg); transform: rotate(-45deg); }
@media (max-width: 599px) { .header-menu-toggle { font-size: 14px; padding-left: 50px; } }

.header-logo { background: url(images/header-logo.svg) no-repeat; width: 90px; height: 29px; margin: 0; }
.header-logo a { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; display: block; height: 100%; }
@media (min-width: 600px) { .header-logo { position: absolute; left: 50%; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); } }

.header-link-location { color: #283446; font-size: 16px; letter-spacing: 2.66px; line-height: 25px; text-transform: uppercase; padding-right: 50px; position: relative; }
.header-link-location:after { content: '\e8b4'; color: #1ea6eb; display: block; font-size: 38px; position: absolute; right: 0; top: -6px; }
.header-link-location:hover:after { -webkit-animation: upDownBounce 1s infinite; animation: upDownBounce 1s infinite; }
@media (max-width: 599px) { .header-link-location { display: none; } }

#header-menu { clear: both; }
#header-menu ul { list-style: none; margin-left: 0; }
#header-menu li { margin-bottom: 0; }

@media (max-width: 767px) { #header-menu .parent-menu > li { text-align: center; } }
@media (max-width: 991px) { #header-menu { background-color: #1a2434; position: fixed; left: 0; right: 0; top: 0; bottom: 0; z-index: 80; overflow: auto; -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -webkit-transform: translateX(-100%); transform: translateX(-100%); -moz-transition: -moz-transform 350ms cubic-bezier(0.465, 0.183, 0.153, 0.946); -o-transition: -o-transform 350ms cubic-bezier(0.465, 0.183, 0.153, 0.946); -webkit-transition: -webkit-transform 350ms cubic-bezier(0.465, 0.183, 0.153, 0.946); transition: transform 350ms cubic-bezier(0.465, 0.183, 0.153, 0.946); }
  #header-menu.js-active { -moz-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0); }
  #header-menu .parent-menu-section { width: 100%; margin-top: 5vw; }
  #header-menu .parent-menu { margin-bottom: 30px; }
  #header-menu .parent-menu > li:hover > a { background-color: #2b3c56; padding-left: 15px; padding-right: 15px; }
  #header-menu .parent-menu > li:hover > .dropdown-section { opacity: 1; visibility: visible; z-index: 90; }
  #header-menu .parent-menu > li > a { color: #fff; font-size: 16px; font-weight: 700; letter-spacing: 2.06px; text-transform: uppercase; display: block; padding: 15px 0; position: relative; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }
  #header-menu .search-block { margin-bottom: 30px; } }
@media (min-width: 768px) and (max-width: 991px) { #header-menu .parent-menu > li:hover > .dropdown-section { opacity: 1; visibility: visible; z-index: 90; } }
@media (min-width: 992px) and (max-width: 1199px) { #header-menu .parent-menu { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; } }
@media (min-width: 992px) { #header-menu { background-color: #1a2434; position: fixed; left: 0; right: 0; z-index: 80; -moz-transform: translateY(-100%); -ms-transform: translateY(-100%); -webkit-transform: translateY(-100%); transform: translateY(-100%); -moz-transition: -moz-transform 350ms cubic-bezier(0.465, 0.183, 0.153, 0.946); -o-transition: -o-transform 350ms cubic-bezier(0.465, 0.183, 0.153, 0.946); -webkit-transition: -webkit-transform 350ms cubic-bezier(0.465, 0.183, 0.153, 0.946); transition: transform 350ms cubic-bezier(0.465, 0.183, 0.153, 0.946); }
  #header-menu.js-active { -moz-transform: translateY(0); -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); }
  #header-menu .parent-menu { margin-bottom: 0; }
  #header-menu .parent-menu > li:hover > a { border-color: #1ea6eb; }
  #header-menu .parent-menu > li:hover > .dropdown-section { opacity: 1; visibility: visible; z-index: 90; }
  #header-menu .parent-menu > li > a { color: #fff; font-size: 16px; font-weight: 700; letter-spacing: 2.06px; text-transform: uppercase; display: block; padding: 25px 0 20px; border-bottom: 5px solid transparent; position: relative; } }
@media (min-width: 1200px) { #header-menu .parent-menu > li { float: left; padding-right: 40px; } }

@media (max-width: 767px) { #header-menu .dropdown-section { display: none; } }
@media (min-width: 768px) { #header-menu .dropdown-section .header-link { padding-bottom: 30px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); margin-bottom: 0; overflow: hidden; position: relative; }
  #header-menu .dropdown-section .header-link:after { content: ''; background-color: #1ea6eb; height: 4px; width: 0; position: absolute; left: 0; bottom: 0; -moz-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; -o-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; -webkit-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; }
  #header-menu .dropdown-section .header-link:hover:after { width: 100%; }
  #header-menu .dropdown-section .header-link:hover .explore-text:after { -webkit-animation: leftRightBounce 1s infinite; animation: leftRightBounce 1s infinite; } }
@media (min-width: 768px) and (max-width: 991px) { #header-menu .dropdown-section { background-color: #283446; color: #fff; padding: 5vw; position: fixed; top: 0; left: calc(5vw + 300px); right: 0; height: 100vh; overflow: auto; opacity: 0; visibility: hidden; z-index: -1; }
  #header-menu .dropdown-section > .container { width: auto; padding: 0; }
  #header-menu .dropdown-section .header-link { display: block; }
  #header-menu .dropdown-section .section-heading { color: #fff; font-size: 30px; font-weight: 700; letter-spacing: 1.37px; line-height: 1.2; margin-bottom: 10px; }
  #header-menu .dropdown-section .explore-text { color: #1ea6eb; font-size: 15px; font-weight: 700; letter-spacing: 2.13px; padding-right: 35px; position: relative; }
  #header-menu .dropdown-section .explore-text:after { content: '\e5c8'; font-size: 24px; position: absolute; right: 0; top: -2px; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }
  #header-menu .dropdown-section .content-container { padding: 40px 0; }
  #header-menu .dropdown-section .right-col { text-align: center; margin-bottom: 40px; }
  #header-menu .dropdown-section .description-block { margin-bottom: 40px; }
  #header-menu .dropdown-section .list-buttons { list-style: none; margin-left: 0; margin: 0 -15px 20px; }
  #header-menu .dropdown-section .list-buttons > li { padding: 0 15px; margin-bottom: 20px; }
  #header-menu .dropdown-section .list-buttons > li:nth-child(4n+1) { clear: both; }
  #header-menu .dropdown-section .list-buttons a { display: block; color: #fff; letter-spacing: 0.41px; text-align: center; padding: 20px; border: 1px solid rgba(255, 255, 255, 0.1); }
  #header-menu .dropdown-section .list-buttons a:hover, #header-menu .dropdown-section .list-buttons a:focus { border-color: #fff; } }
@media (min-width: 992px) { #header-menu .dropdown-section { background-color: #283446; color: #fff; padding: 5vw 0; position: fixed; left: 0; right: 0; height: 100vh; overflow: auto; opacity: 0; visibility: hidden; z-index: -1; }
  #header-menu .dropdown-section > .container { width: auto; padding-left: 5vw; padding-right: 5vw; max-width: 1500px; }
  #header-menu .dropdown-section .header-link { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -ms-flex-align: end; -webkit-align-items: flex-end; align-items: flex-end; }
  #header-menu .dropdown-section .section-heading { flex: 1 1 auto; color: #fff; font-size: 40px; font-weight: 700; letter-spacing: 1.37px; line-height: 1; margin-bottom: 0; }
  #header-menu .dropdown-section .explore-text { color: #1ea6eb; font-size: 15px; font-weight: 700; letter-spacing: 2.13px; padding-right: 35px; position: relative; }
  #header-menu .dropdown-section .explore-text:after { content: '\e5c8'; font-size: 24px; position: absolute; right: 0; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }
  #header-menu .dropdown-section .content-container { padding: 50px 0; margin: 0; }
  #header-menu .dropdown-section .content-container.has-right-image { margin-left: -20px; margin-right: -20px; }
  #header-menu .dropdown-section .content-container.has-right-image .left-col { float: left; width: 60%; padding: 0 20px; }
  #header-menu .dropdown-section .content-container.has-right-image .right-col { float: right; text-align: right; width: 40%; padding: 0 20px; }
  #header-menu .dropdown-section .content-container.has-right-image .list-buttons > li { width: 50%; }
  #header-menu .dropdown-section .content-container.has-right-image .list-buttons > li:nth-child(2n+1) { clear: both; }
  #header-menu .dropdown-section .description-block { margin-bottom: 40px; }
  #header-menu .dropdown-section .list-buttons { list-style: none; margin-left: 0; margin: 0 -20px; }
  #header-menu .dropdown-section .list-buttons > li { float: left; width: 25%; padding: 0 20px; margin-bottom: 40px; }
  #header-menu .dropdown-section .list-buttons > li:nth-child(4n+1) { clear: both; }
  #header-menu .dropdown-section .list-buttons a { display: block; color: #fff; letter-spacing: 0.41px; text-align: center; padding: 33px 20px; border: 1px solid rgba(255, 255, 255, 0.1); }
  #header-menu .dropdown-section .list-buttons a:hover, #header-menu .dropdown-section .list-buttons a:focus { border-color: #fff; } }

@media (max-width: 767px) { #header-menu .search-form { margin: 0 auto; } }
#header-menu .search-form { position: relative; max-width: 250px; }
#header-menu .search-form:after { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\e5c8'; color: #fff; position: absolute; top: 50%; right: 17px; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
#header-menu .search-form span.i-search { display: block; position: absolute; text-align: center; left: 0; top: 0; width: 35px; padding: 9px 0; cursor: pointer; }
#header-menu .search-form span.i-search:before { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\e8b6'; color: #fff; }
#header-menu .search-form input[type="text"] { background: #283446; color: #fff; font-size: 16px; font-style: italic; line-height: 1; letter-spacing: 0.17px; width: 250px; padding: 9px 70px 9px 40px; border: none; border-radius: 15px; }
#header-menu .search-form input[type="text"]:-moz-placeholder { color: #fff; }
#header-menu .search-form input[type="text"]::-moz-placeholder { color: #fff; }
#header-menu .search-form input[type="text"]:-ms-input-placeholder { color: #fff; }
#header-menu .search-form input[type="text"]::-webkit-input-placeholder { color: #fff; }
#header-menu .search-form input[type="text"]:focus, #header-menu .search-form input[type="text"]:active { border: none; outline: none; }
#header-menu .search-form input[type="text"]:focus + input[type="submit"] { background: #1ea6eb; }
#header-menu .search-form input[type="submit"] { background: #3c485b; width: 50px; font-size: 0; color: transparent; border: none; position: absolute; right: 0; top: 0; bottom: 0; border-radius: 0 15px 15px 0; }
@media (min-width: 992px) and (max-width: 1419px) { #header-menu .search-block.js-overlay { background-color: #1a2434; position: absolute; left: 0; top: 0; bottom: 0; width: 100%; }
  #header-menu .search-form { position: absolute; left: calc(100% - 35px ); top: 20px; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }
  #header-menu .search-form.js-active { left: calc(100% - 5vw - 250px); }
  #header-menu .search-form.js-active span.i-search:before { content: '\e5cd'; } }
@media (min-width: 1420px) { #header-menu .search-form { float: right; margin-top: 20px; } }

@media (min-width: 600px) { #header-menu .location-link { display: none; } }

#site-wrapper { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; min-height: 100vh; }
#site-wrapper:before { opacity: 0; content: ''; background-color: rgba(0, 0, 0, 0.7); position: fixed; top: 0; right: 0; left: 0; bottom: 0; z-index: -1; }
#site-wrapper.js-overlay:before { opacity: 1; z-index: 90; -moz-transition: opacity 0.25s ease; -o-transition: opacity 0.25s ease; -webkit-transition: opacity 0.25s ease; transition: opacity 0.25s ease; }

#site-content { -ms-flex: 1 0 auto; -webkit-flex: 1 0 auto; flex: 1 0 auto; }

#content-section { clear: both; }
@media (max-width: 767px) { #content-section.right-sidebar #main-sidebar, #content-section.left-sidebar #main-sidebar { margin-top: 50px; } }
@media (min-width: 768px) { #content-section.right-sidebar #main-content { float: left; }
  #content-section.right-sidebar #main-sidebar { float: right; }
  #content-section.left-sidebar #main-content { float: right; }
  #content-section.left-sidebar #main-sidebar { float: left; } }

@media (min-width: 768px) { #main-content { width: calc(70% - 40px); position: relative; } }

@media (min-width: 768px) { #main-sidebar { width: 30%; } }

.main-sidebar { font-size: 16px; }
.main-sidebar.grey-sidebar { background-color: #eef1f7; padding: 20px; }
.main-sidebar ul { list-style: none; margin-left: 0; }
.main-sidebar .widget-heading { padding-bottom: 15px; border-bottom: 1px solid rgba(40, 52, 70, 0.2); margin-bottom: 25px; }
.main-sidebar li.widget { clear: both; margin-bottom: 50px; }
.main-sidebar li.widget:before, .main-sidebar li.widget:after { content: " "; display: table; }
.main-sidebar li.widget:after { clear: both; }
.main-sidebar .contact-details > li { margin-bottom: 20px; }
.main-sidebar .contact-details > li:last-child { margin-bottom: 0; }
.main-sidebar .contact-details p { margin-bottom: 0; }
.main-sidebar .contact-details a { color: #283446; }
.main-sidebar .contact-details a:hover, .main-sidebar .contact-details a:focus { text-decoration: underline; }
.main-sidebar .contact-form-block { margin: 40px 0 0; position: relative; }
.main-sidebar .contact-form-block .btn-form-trigger { padding: 25px; display: block; width: 100%; }
.main-sidebar .contact-form-block form { padding-top: 20px; display: none; }
.main-sidebar .contact-form-block .gfield { margin-bottom: 15px; }
.main-sidebar .contact-form-block .gfield .gfield_label { display: none; }
.main-sidebar .contact-form-block input[type="text"], .main-sidebar .contact-form-block select, .main-sidebar .contact-form-block textarea { background-color: #fff; display: block; width: 100%; font-style: italic; padding: 15px; border: 2px solid transparent; }
.main-sidebar .contact-form-block input[type="text"]:-moz-placeholder, .main-sidebar .contact-form-block select:-moz-placeholder, .main-sidebar .contact-form-block textarea:-moz-placeholder { color: #283446; }
.main-sidebar .contact-form-block input[type="text"]::-moz-placeholder, .main-sidebar .contact-form-block select::-moz-placeholder, .main-sidebar .contact-form-block textarea::-moz-placeholder { color: #283446; }
.main-sidebar .contact-form-block input[type="text"]:-ms-input-placeholder, .main-sidebar .contact-form-block select:-ms-input-placeholder, .main-sidebar .contact-form-block textarea:-ms-input-placeholder { color: #283446; }
.main-sidebar .contact-form-block input[type="text"]::-webkit-input-placeholder, .main-sidebar .contact-form-block select::-webkit-input-placeholder, .main-sidebar .contact-form-block textarea::-webkit-input-placeholder { color: #283446; }
.main-sidebar .contact-form-block input[type="text"]:focus, .main-sidebar .contact-form-block select:focus, .main-sidebar .contact-form-block textarea:focus { border-color: #1ea6eb; }
.main-sidebar .contact-form-block .custom-select-block:after { top: 25px; border-top-color: #283446; }
.main-sidebar .contact-form-block .gform_footer { padding-top: 0; }
.main-sidebar .contact-form-block input[type="submit"] { background: transparent; font-size: 16px; font-weight: 700; letter-spacing: 2.67px; text-transform: uppercase; line-height: 1.2; text-align: center; text-decoration: none; vertical-align: middle; display: inline-block; border: none; padding: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -moz-transition-property: background, color, border-color; -o-transition-property: background, color, border-color; -webkit-transition-property: background, color, border-color; transition-property: background, color, border-color; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; background: #1ea6eb; color: #fff; padding: 25px; display: block; width: 100%; }
.main-sidebar .contact-form-block input[type="submit"]:hover, .main-sidebar .contact-form-block input[type="submit"]:focus { -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; -webkit-transition-duration: 0.1s; transition-duration: 0.1s; text-decoration: none; }
.main-sidebar .contact-form-block input[type="submit"]:focus { outline: none; }
.main-sidebar .contact-form-block input[type="submit"].btn-hover:hover, .main-sidebar .contact-form-block input[type="submit"].btn-hover:focus, .main-sidebar .contact-form-block input[type="submit"].btn-hover:active { background: #283446; color: #fff; }
.main-sidebar .contact-form-block .gform_ajax_spinner { position: absolute; bottom: 25px; right: 20px; z-index: 10; margin: 0; }

.query-section { background-color: #b52032; color: #fff; }
.query-section .section-heading { color: #fff; font-weight: 300; font-style: italic; }
.query-section .btn { background: #9d1728; color: #fff; position: relative; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; }
.query-section .btn:before { content: ''; background: #71101d; display: block; position: absolute; left: 0; top: 0; width: 0; height: 100%; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; }
.query-section .btn:hover { color: #fff; }
.query-section .btn:hover:before { width: 100%; }
.query-section .btn b { position: relative; }
.query-section span { font-size: 21px; letter-spacing: 1px; }
@media (max-width: 767px) { .query-section .btns-block { text-align: center; }
  .query-section .btn { margin-bottom: 15px; }
  .query-section span { display: block; margin-bottom: 15px; } }
@media (min-width: 768px) and (max-width: 991px) { .query-section .btns-block { -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; } }
@media (min-width: 768px) and (max-width: 1199px) { .query-section .btns-block { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; align-items: center; } }
@media (min-width: 992px) and (max-width: 1199px) { .query-section .btns-block { -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; } }
@media (max-width: 1199px) { .query-section .section-heading { text-align: center; } }
@media (min-width: 992px) { .query-section span { margin: 0 40px; } }
@media (min-width: 1200px) { .query-section > .container { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
  .query-section .section-heading { margin-bottom: 0; }
  .query-section span { margin: 0 40px; } }

#footer { clear: both; background-color: #283446; color: #fff; }
#footer .list-social-profiles { margin-bottom: 40px; }
#footer .list-social-profiles > li a:before { color: #374353; }
#footer .list-social-profiles > li a:hover:before, #footer .list-social-profiles > li a:focus:before { color: #1ea6eb; }
@media (min-width: 768px) { #footer .list-social-profiles { margin-bottom: 70px; } }

.subscribe-box { background-color: #3c485b; padding: 50px 30px; margin-bottom: 60px; }
.subscribe-box .box-heading { font-weight: 300; font-style: italic; text-align: center; margin-bottom: 35px; }
.subscribe-box .subscribe-form { overflow: hidden; position: relative; }
.subscribe-box input[type="text"], .subscribe-box input[type="email"] { background-color: #fff; border: none; padding: 20px; width: 100%; }
.subscribe-box input[type="text"]:-moz-placeholder, .subscribe-box input[type="email"]:-moz-placeholder { color: #D2D7DD; }
.subscribe-box input[type="text"]::-moz-placeholder, .subscribe-box input[type="email"]::-moz-placeholder { color: #D2D7DD; }
.subscribe-box input[type="text"]:-ms-input-placeholder, .subscribe-box input[type="email"]:-ms-input-placeholder { color: #D2D7DD; }
.subscribe-box input[type="text"]::-webkit-input-placeholder, .subscribe-box input[type="email"]::-webkit-input-placeholder { color: #D2D7DD; }
.subscribe-box input[type="text"]:focus + .submit-block:after, .subscribe-box input[type="email"]:focus + .submit-block:after { -moz-animation: leftRightBounce 1s infinite; -webkit-animation: leftRightBounce 1s infinite; animation: leftRightBounce 1s infinite; }
.subscribe-box input[type="text"]:focus, .subscribe-box input[type="email"]:focus { color: #283446; }
.subscribe-box .submit-block { background: #b52032; width: 100%; position: relative; }
.subscribe-box .submit-block:before { content: ''; background: #283446; display: block; position: absolute; left: 0; top: 0; width: 0; height: 100%; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; }
.subscribe-box .submit-block:after { content: '\e5c8'; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 30px; display: block; position: absolute; right: 15px; top: 50%; margin-top: -15px; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }
.subscribe-box .submit-block:hover:before { width: 100%; }
.subscribe-box input[type="submit"] { background: transparent; color: #fff; font-size: 16px; font-weight: 700; letter-spacing: 2.67px; text-align: left; text-transform: uppercase; width: 100%; border: none; padding: 20px 60px 20px 15px; position: relative; }
@media (min-width: 768px) { .subscribe-box { padding-top: 60px; padding-bottom: 60px; margin-bottom: 90px; }
  .subscribe-box .subscribe-form { width: 600px; margin: 0 auto; }
  .subscribe-box input[type="text"] { padding-right: 270px; }
  .subscribe-box .submit-block { width: 250px; position: absolute; right: 0; top: 0; bottom: 0; }
  .subscribe-box .submit-block:after { content: '\e5c8'; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 30px; display: block; position: absolute; right: 15px; top: 50%; margin-top: -15px; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }
  .subscribe-box input[type="submit"] { padding-top: 0; padding-bottom: 0; padding-left: 20px; position: absolute; top: 0; bottom: 0; left: 0; right: 0; } }

.footer-logo { background: url(images/footer-logo.svg) no-repeat; width: 90px; height: 29px; margin: 0 auto 25px; }
.footer-logo a { text-indent: -119988px; overflow: hidden; text-align: left; text-transform: capitalize; display: block; height: 100%; }

.footer-notice { text-align: center; }
.footer-notice .heading { font-size: 16px; font-weight: 700; letter-spacing: 2.67px; margin-bottom: 0; }
.footer-notice .contact { letter-spacing: 1.12px; }
.footer-notice a { color: #fff; }
.footer-notice a:hover { text-decoration: underline; }

#scroll-top { display: none; }
@media (min-width: 768px) { #scroll-top { background-color: #fff; text-align: center; width: 40px; height: 40px; position: fixed; right: 30px; bottom: 30px; }
  #scroll-top:before { content: ""; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #283446; font-size: 24px; display: block; position: absolute; left: 50%; top: 50%; margin-top: -12px; margin-left: -12px; }
  #scroll-top:hover:before { -webkit-animation: upDownBounce 1s infinite; animation: upDownBounce 1s infinite; } }

.home-header-section { background-color: #273346; color: #fff; position: relative; z-index: 10; }
.home-header-section .section-heading { color: #fff; text-align: center; margin: 0; }
@media (min-width: 768px) { .home-header-section .section-heading { margin-bottom: 25px; } }

.sort-heading-block { display: none; }
@media (min-width: 768px) { .sort-heading-block { display: block; color: #fff; font-family: "azo-sans-web", sans-serif; font-size: 24px; font-weight: 400; letter-spacing: 0.65px; line-height: 1.5; text-align: center; }
  .sort-heading-block select { background: transparent; color: #fff; font-size: 24px; font-weight: 700; width: 100%; padding: 0 30px 5px 0; border: none; border-bottom: 5px solid #1ea6eb; }
  .sort-heading-block option { background-color: #283446; font-size: 18px; padding: 5px; }
  .sort-heading-block .submit-block { display: inline-block; width: 60px; height: 50px; margin: 20px 20px 0 20px; position: relative; }
  .sort-heading-block .submit-block:before { content: "\e5c8"; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; display: block; font-size: 24px; line-height: 50px; }
  .sort-heading-block .submit-block:hover:before { -moz-animation: leftRightBounce 1s infinite; -webkit-animation: leftRightBounce 1s infinite; animation: leftRightBounce 1s infinite; }
  .sort-heading-block .submit-block input[type="submit"] { background: transparent; border: none; font-size: 0; color: transparent; padding: 0; width: 100%; height: 50px; border: 2px solid #fff; position: absolute; top: 0; left: 0; }
  .sort-heading-block .chosen-select-block { display: inline-block; min-width: 200px; margin: 0 10px 10px; }
  .sort-heading-block .chosen-select-block:after { right: 0; }
  .sort-heading-block .chosen-select-block:hover .chosen-single { color: #1ea6eb; }
  .sort-heading-block .chosen-select-block .chosen-container { text-align: left; position: relative; }
  .sort-heading-block .chosen-select-block .chosen-with-drop .chosen-drop { display: block; }
  .sort-heading-block .chosen-select-block .chosen-single { background: transparent; color: #fff; font-size: 24px; font-weight: 700; padding: 0 30px 5px 0; border: none; border-bottom: 5px solid #1ea6eb; -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; border-radius: 0; text-decoration: none; white-space: nowrap; display: block; width: 100%; margin: 0; position: relative; cursor: pointer; }
  .sort-heading-block .chosen-select-block .chosen-single span { display: block; text-overflow: ellipsis; white-space: nowrap; }
  .sort-heading-block .chosen-select-block .chosen-single div { width: 15px; height: 100%; position: absolute; top: 0; right: 0; }
  .sort-heading-block .chosen-select-block .chosen-single b { position: absolute; top: 50%; right: 0; }
  .sort-heading-block .chosen-select-block .chosen-single b:before { content: ''; border: 7px solid transparent; border-top-color: #1ea6eb; }
  .sort-heading-block .chosen-select-block .chosen-drop { display: none; position: absolute; background-color: #fff; width: 100%; top: 100%; left: 0; z-index: 99; }
  .sort-heading-block .chosen-select-block .chosen-drop .chosen-search { display: none; }
  .sort-heading-block .chosen-select-block .chosen-drop .chosen-results { margin: 0; overflow-x: hidden; overflow-y: auto; position: relative; }
  .sort-heading-block .chosen-select-block .chosen-drop .chosen-results .active-result { cursor: pointer; }
  .sort-heading-block .chosen-select-block .chosen-drop .chosen-results li { font-size: 18px; letter-spacing: 1px; color: #283446; padding: 10px 12px; list-style: none; margin: 0; }
  .sort-heading-block .chosen-select-block .chosen-drop .chosen-results li.highlighted { background-color: #eef1f7; color: #1ea6eb; } }

.home-slider-section { overflow: hidden; }
.home-slider-section .img-col { background: no-repeat top center; background-size: cover; }
.home-slider-section .content-col { padding: 50px 5vw 70px; }
.home-slider-section .category { color: #b52032; font-size: 16px; letter-spacing: 2.28px; line-height: 1; text-transform: uppercase; margin-bottom: 25px; }
.home-slider-section .category a { color: #b52032; }
.home-slider-section .category a:hover { color: #283446; }
.home-slider-section .main-heading { margin-bottom: 30px; border-bottom: 1px solid rgba(40, 52, 70, 0.2); position: relative; }
.home-slider-section .main-heading:before { content: ''; background-color: #1ea6eb; position: absolute; width: 0; height: 4px; left: 0; bottom: -1px; -moz-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; -o-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; -webkit-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; }
.home-slider-section .main-heading:hover:before { width: 100%; }
.home-slider-section .main-heading a { color: #283446; display: block; padding-right: 50px; padding-bottom: 20px; position: relative; -moz-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; -o-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; -webkit-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; }
.home-slider-section .main-heading a:after { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; visibility: hidden; opacity: 0; content: '\e5c8'; display: block; position: absolute; right: 0; bottom: 25px; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; }
.home-slider-section .main-heading a:hover { -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -webkit-transform: translateY(-10px); transform: translateY(-10px); }
.home-slider-section .main-heading a:hover:after { visibility: visible; opacity: 1; }
.home-slider-section .description { margin-bottom: 40px; }
.home-slider-section .read-more { color: #283446; }
.home-slider-section .swiper-pagination { position: absolute; bottom: 50px; right: 5vw; z-index: 10; }
.home-slider-section .swiper-pagination span { background-color: #d2d7dd; display: block; float: left; width: 13px; height: 13px; margin-right: 20px; border-radius: 50%; position: relative; cursor: pointer; }
.home-slider-section .swiper-pagination span.swiper-pagination-bullet-active { background-color: #1ea6eb; }
@media (min-width: 768px) { .home-slider-section .content-col { padding: 70px 70px 100px; }
  .home-slider-section .swiper-pagination { right: 70px; } }
@media (max-width: 1199px) { .home-slider-section .img-col { padding-bottom: 50%; } }
@media (max-width: 991px) { .home-slider-section .img-col { padding-bottom: 66%; } }
@media (min-width: 1200px) { .home-slider-section .swiper-slide { display: -ms-flexbox; display: -webkit-flex; display: flex; }
  .home-slider-section .img-col { -ms-flex: 1 1 60%; -webkit-flex: 1 1 60%; flex: 1 1 60%; }
  .home-slider-section .content-col { -ms-flex: 1 1 40%; -webkit-flex: 1 1 40%; flex: 1 1 40%; } }

.visit-cta-section { background-color: #1ea6eb; }
.visit-cta-section .section-heading { color: #fff; margin-bottom: 50px; }
.visit-cta-section .content-block { color: #273346; margin-bottom: 30px; }
.visit-cta-section .form-zipcode { float: left; }
@media (min-width: 768px) { .visit-cta-section .content-block { float: left; width: 60%; margin-bottom: 0; }
  .visit-cta-section .form-zipcode { float: right; } }

.form-zipcode { position: relative; }
.form-zipcode input[type="text"] { background: transparent; border: 2px solid #fff; color: #283446; font-size: 18px; font-weight: 400; letter-spacing: 0.41px; padding: 20px 60px 20px 20px; -moz-transition: border 0.2s; -o-transition: border 0.2s; -webkit-transition: border 0.2s; transition: border 0.2s; }
.form-zipcode input[type="text"]:-moz-placeholder { color: #283446; }
.form-zipcode input[type="text"]::-moz-placeholder { color: #283446; }
.form-zipcode input[type="text"]:-ms-input-placeholder { color: #283446; }
.form-zipcode input[type="text"]::-webkit-input-placeholder { color: #283446; }
.form-zipcode input[type="text"]:focus { border-color: transparent; outline: none; }
.form-zipcode input[type="text"]:focus + .submit-block:after { -moz-animation: leftRightBounce 1s infinite; -webkit-animation: leftRightBounce 1s infinite; animation: leftRightBounce 1s infinite; }
.form-zipcode .submit-block { width: 60px; position: absolute; right: 0; top: 0; bottom: 0; }
.form-zipcode .submit-block:after { content: '\e5c8'; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 30px; display: block; position: absolute; right: 15px; top: 50%; margin-top: -15px; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }
.form-zipcode input[type="submit"] { background-color: transparent; border: none; width: 100%; font-size: 0; color: transparent; position: absolute; left: 0; top: 0; bottom: 0; z-index: 1; }

.benefits-slider-section { overflow: hidden; }
.benefits-slider-section .swiper-container { overflow: visible; }
.benefits-slider-section .swiper-pagination { position: absolute; top: -68px; right: 15px; z-index: 10; }
.benefits-slider-section .swiper-pagination span { background-color: #d2d7dd; display: block; float: left; width: 13px; height: 13px; margin-right: 10px; border-radius: 50%; position: relative; cursor: pointer; }
.benefits-slider-section .swiper-pagination span:hover { background-color: #1ea6eb; }
.benefits-slider-section .swiper-pagination span:last-child { margin-right: 0; }
.benefits-slider-section .swiper-pagination span.swiper-pagination-bullet-active { background-color: #1ea6eb; }
@media (min-width: 768px) { .benefits-slider-section .swiper-pagination { top: 450px; left: 50%; margin-left: 7vw; }
  .benefits-slider-section .swiper-pagination span { margin-right: 20px; } }

.benefits-section .section-heading { margin-bottom: 50px; }
.benefits-section .left-col .heading-block { padding-bottom: 65px; }
.benefits-section .left-col .heading { margin-bottom: 0; position: relative; }
.benefits-section .left-col .heading:before { content: ''; background-color: #b52032; width: 45px; height: 5px; position: absolute; left: 0; bottom: -20px; }
.benefits-section .content-block { background-color: #283446; color: #fff; padding: 30px 15px; }
.benefits-section .more-link { color: #fff; display: inline-block; margin-top: 35px; }
.benefits-section .img-col { display: none; }
@media (min-width: 768px) { .benefits-section .swiper-slide-active { z-index: 10; }
  .benefits-section .swiper-slide { background-color: #fff; }
  .benefits-section .left-col { float: left; width: 50%; }
  .benefits-section .left-col .heading-block { padding-right: 25px; padding-bottom: 40px; min-height: 330px; }
  .benefits-section .content-block { padding: 45px 30px 45px 0; position: relative; }
  .benefits-section .content-block:after { content: ''; background-color: #283446; width: calc(50% + 40px); position: absolute; left: 100%; bottom: 0; top: 0; }
  .benefits-section .content-block:before { content: ''; background-color: #283446; width: 40px; position: absolute; right: 100%; bottom: 0; top: 0; }
  .benefits-section .img-col { display: block; background: no-repeat top center; background-size: cover; width: 50%; height: 400px; position: absolute; top: 0; right: -25px; } }
@media (min-width: 992px) { .benefits-section .left-col .heading-block { padding-bottom: 135px; } }

.explore-section .container-inner-block { position: relative; }
.explore-section .container-inner-block:before { content: ''; background-color: rgba(40, 52, 70, 0.2); height: 1px; position: absolute; left: 0; right: 0; top: 0; }
.explore-section .section-heading { font-weight: 300; font-style: italic; margin: 0; }
.explore-section .btns-block a { min-width: 260px; position: relative; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; }
.explore-section .btns-block a:first-child { margin-right: 15px; }
@media (max-width: 991px) { .explore-section .section-heading { text-align: center; margin-bottom: 20px; }
  .explore-section .btns-block { text-align: center; } }
@media (max-width: 599px) { .explore-section .btns-block a { margin-bottom: 20px; }
  .explore-section .btns-block a:first-child { margin-right: 0; } }
@media (min-width: 992px) { .explore-section .container-inner-block { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -ms-flex-align: center; -webkit-align-items: center; align-items: center; } }
@media (min-width: 1200px) { .explore-section .btns-block a:first-child { margin-right: 25px; } }

.latest-posts-section { background-color: #eef1f7; }
.latest-posts-section .section-heading { margin-bottom: 50px; }
.latest-posts-section .main-heading { margin-bottom: 50px; }
.latest-posts-section .list-latest-posts { display: -ms-flexbox; display: -webkit-flex; display: flex; list-style: none; margin-left: 0; margin: 0 -15px; }
.latest-posts-section .list-latest-posts > li { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-direction: row; -webkit-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; -ms-flex: 0 0 50%; -webkit-flex: 0 0 50%; flex: 0 0 50%; padding: 0 15px; margin-bottom: 30px; }
.latest-posts-section .list-latest-posts > li.has-thumbnail .post-title { font-size: 20px; }
.latest-posts-section .list-latest-posts a { color: #283446; display: block; width: 100%; padding-bottom: 30px; border-bottom: 1px solid rgba(40, 52, 70, 0.2); position: relative; }
.latest-posts-section .list-latest-posts a .inner-block { -moz-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; -o-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; -webkit-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; }
.latest-posts-section .list-latest-posts a:after { content: ''; background-color: #1ea6eb; height: 4px; position: absolute; width: 0; left: 0; bottom: 0; -moz-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; -o-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; -webkit-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; }
.latest-posts-section .list-latest-posts a:hover .inner-block { -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -webkit-transform: translateY(-10px); transform: translateY(-10px); }
.latest-posts-section .list-latest-posts a:hover:after { width: 100%; }
.latest-posts-section .list-latest-posts .featured-img-block { background-repeat: no-repeat; background-size: cover; display: block; padding-bottom: 100%; margin-bottom: 30px; }
.latest-posts-section .list-latest-posts .post-category { color: #b52032; font-size: 16px; letter-spacing: 2.28px; line-height: 1; text-transform: uppercase; margin-bottom: 20px; }
.latest-posts-section .list-latest-posts .post-category span:last-child { display: none; }
.latest-posts-section .list-latest-posts .post-title { color: #283446; margin: 0 0 20px; }
@media (max-width: 767px) { .latest-posts-section .list-latest-posts > li:nth-child(3) { display: none; } }
@media (min-width: 768px) { .latest-posts-section .section-heading { margin-bottom: 70px; }
  .latest-posts-section .list-latest-posts > li { -ms-flex: 0 0 33.33333%; -webkit-flex: 0 0 33.33333%; flex: 0 0 33.33333%; margin-bottom: 70px; } }

.connect-section .list-social-profiles { margin-bottom: 50px; }
.connect-section .list-feeds { list-style: none; margin-left: 0; margin: 0; }
.connect-section .list-feeds > li { margin-bottom: 10px; }
.connect-section .list-feeds .mixed-feed > li { margin-bottom: 0; }
.connect-section .list-feeds .mixed-feed ul { list-style: none; margin-left: 0; margin: 0; }
.connect-section .list-feeds .mixed-feed .twitter-feed { margin-bottom: 10px; }
.connect-section .list-feeds .mixed-feed .instagram-feed { float: left; width: calc(50% - 5px); }
.connect-section .list-feeds .mixed-feed .instagram-feed:last-child { float: right; }
.connect-section .list-feeds .twitter-feed .inner-block { padding: 15px; border: 1px solid rgba(40, 52, 70, 0.2); position: relative; }
.connect-section .list-feeds .twitter-feed .inner-block:before { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\f099'; color: #283446; margin-right: 10px; }
.connect-section .list-feeds video { max-width: 100%; vertical-align: middle; }
@media (max-width: 767px) { .connect-section .list-feeds > .instagram-feed, .connect-section .list-feeds > .twitter-feed { display: none; }
  .connect-section .list-feeds > .instagram-feed.feed-1 { display: block; }
  .connect-section .list-feeds > li { max-width: 450px; margin-left: auto; margin-right: auto; } }
@media (min-width: 768px) { .connect-section .list-social-profiles { margin-bottom: 70px; }
  .connect-section .feeds-container { margin: 0 -5px; }
  .connect-section .feeds-col { float: left; width: 33.333333%; padding: 0 5px; } }

.page-hero-section { background-repeat: no-repeat; background-size: cover; position: relative; z-index: 10; }
.page-hero-section:before { content: ''; background-color: rgba(39, 51, 70, 0.78); position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
.page-hero-section > .container { text-align: center; padding-top: 100px; padding-bottom: 100px; position: relative; }
.page-hero-section .page-title { color: #fff; margin: 0; }
@media (min-width: 768px) { .page-hero-section > .container { padding-top: 200px; padding-bottom: 200px; } }

#sections-menu-bar-sticky-wrapper { position: relative; z-index: 70; }
#sections-menu-bar-sticky-wrapper.is-sticky .sections-menu-bar > .container-fluid { padding-top: 20px; padding-bottom: 20px; }

@media (max-width: 767px) { #sections-menu-bar-sticky-wrapper, .sections-menu-bar { display: none; } }

.sections-menu-bar { background-color: #283446; }
.sections-menu-bar > .container-fluid { padding-top: 45px; padding-bottom: 45px; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }

.sections-menu { list-style: none; margin-left: 0; text-align: center; margin: 0 -25px; }
.sections-menu > li { display: inline-block; padding: 0 25px; margin-bottom: 0; }
.sections-menu > li.js-active a:after { width: 100%; }
.sections-menu a { color: #fff; font-size: 16px; font-weight: 700; letter-spacing: 2.67px; text-transform: uppercase; padding-bottom: 5px; position: relative; overflow: hidden; }
.sections-menu a:after { content: ''; background-color: #1ea6eb; height: 5px; position: absolute; left: 0; width: 0; top: 100%; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; }
.sections-menu a:hover:after { width: 100%; }

/* IE10+ Specific */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .sections-menu a:after { -moz-transition: none; -o-transition: none; -webkit-transition: none; transition: none; } }
.why-exists-section .block, .why-donate-section .block { margin-bottom: 50px; }
.why-exists-section .block:last-child, .why-donate-section .block:last-child { margin-bottom: 0; }
@media (min-width: 768px) { .why-exists-section .block, .why-donate-section .block { margin-bottom: 70px; } }

.our-structure-section { padding-bottom: 50px; }
@media (min-width: 768px) { .our-structure-section { padding-bottom: 300px; } }

.structure-timeline .single-timeline { text-align: center; margin-bottom: 50px; position: relative; }
.structure-timeline .single-timeline:last-child { margin-bottom: 0; padding-bottom: 0; }
.structure-timeline .single-timeline:last-child:before { display: none; }
.structure-timeline .left-block { -ms-flex: 1 1 35%; -webkit-flex: 1 1 35%; flex: 1 1 35%; font-family: "Merriweather", serif; font-size: 20px; font-weight: 700; letter-spacing: 1px; line-height: 1.4; }
.structure-timeline .left-block p { padding-bottom: 15px; position: relative; }
.structure-timeline .left-block p span { display: block; color: #b52032; font-family: "azo-sans-web", sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; }
.structure-timeline .left-block p:before { content: ''; background-color: #283446; width: 45px; height: 5px; position: absolute; left: 50%; bottom: 0; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.structure-timeline .img-block { -ms-flex: 1 1 30%; -webkit-flex: 1 1 30%; flex: 1 1 30%; padding: 0 30px 30px; -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
.structure-timeline .img-block img { -moz-border-radius: 50%; -webkit-border-radius: 50%; border-radius: 50%; }
.structure-timeline .right-block { -ms-flex: 1 1 35%; -webkit-flex: 1 1 35%; flex: 1 1 35%; }
@media (max-width: 767px) { .structure-timeline .left-block { margin-bottom: 30px; } }
@media (min-width: 768px) { .structure-timeline .single-timeline { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-pack: justify; -webkit-justify-content: space-between; justify-content: space-between; -ms-flex-align: center; -webkit-align-items: center; align-items: center; padding-bottom: 50px; }
  .structure-timeline .single-timeline:before { content: ''; background-color: #d2d7dd; width: 2px; height: 50px; position: absolute; left: 50%; bottom: 0; } }

.our-people-section { display: none; }
@media (min-width: 768px) { .our-people-section { display: block; background-repeat: no-repeat; background-size: cover; position: relative; }
  .our-people-section:before { content: ''; background-color: rgba(39, 51, 70, 0.78); position: absolute; left: 0; top: 0; width: 100%; height: 100%; }
  .our-people-section > .container { text-align: center; padding: 300px 0; position: relative; }
  .our-people-section .section-heading { color: #fff; margin: 0; } }

.list-people > li { background-color: #eef1f7; background-repeat: no-repeat; background-size: cover; font-size: 16px; width: 250px; height: 250px; position: absolute; z-index: 10; border-radius: 50%; overflow: hidden; box-shadow: 0 0 7px 0 rgba(120, 120, 120, 0.3); }
.list-people > li:hover { z-index: 20; }
.list-people > li:hover span { opacity: 1; }
.list-people > li:nth-child(1) { background-color: blue; width: 195px; height: 195px; left: 55%; top: -300px; }
.list-people > li:nth-child(2) { background-color: purple; width: 115px; height: 115px; left: 20%; top: -250px; }
.list-people > li:nth-child(2) { background-color: orange; width: 115px; height: 115px; left: 20%; top: -250px; }
.list-people > li:nth-child(3) { background-color: yellow; width: 160px; height: 160px; left: 40%; top: -120px; }
.list-people > li:nth-child(4) { background-color: red; width: 115px; height: 115px; left: 68%; top: -80px; }
.list-people > li:nth-child(5) { background-color: pink; width: 130px; height: 130px; left: 10%; top: 50px; }
.list-people > li:nth-child(6) { background-color: red; width: 150px; height: 150px; left: 25%; top: 80px; }
.list-people > li:nth-child(7) { background-color: pink; width: 80px; height: 80px; left: 55%; top: 40px; }
.list-people > li:nth-child(7) { background-color: maroon; width: 80px; height: 80px; left: 55%; top: 40px; }
.list-people > li:nth-child(8) { background-color: maroon; width: 130px; height: 130px; left: 65%; top: 140px; }
.list-people > li:nth-child(9) { background-color: black; width: 90px; height: 90px; right: 15%; top: 70px; }
.list-people > li:nth-child(10) { background-color: black; width: 90px; height: 90px; left: 15%; top: 45%; }
.list-people > li:nth-child(11) { background-color: black; width: 180px; height: 180px; left: 33%; bottom: 10%; }
.list-people > li:nth-child(12) { background-color: black; width: 90px; height: 90px; left: 55%; bottom: 20%; }
.list-people > li:nth-child(13) { background-color: black; width: 140px; height: 140px; left: 70%; bottom: 15%; }
.list-people > li:nth-child(14) { background-color: black; width: 90px; height: 90px; left: 72%; top: 40%; }
.list-people > li:nth-child(15) { width: 90px; height: 90px; left: 30%; top: 40%; }
.list-people > li.dummy { width: 72px; height: 72px; left: 40%; top: -300px; }
.list-people > li.dummy:before { display: none !important; }
.list-people > li.dummy-2 { width: 26px; height: 26px; left: 75%; top: -230px; }
.list-people span { opacity: 0; background-color: rgba(0, 0, 0, 0.7); color: #fff; text-align: center; display: block; padding: 8px; position: absolute; left: 0; right: 0; line-height: 1.3; top: 50%; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }

.list-leaders { list-style: none; margin-left: 0; margin-bottom: 0; }
.list-leaders > li { margin-bottom: 50px; }
.list-leaders .img-block { max-width: 400px; margin: 0 auto 30px; }
.list-leaders .name { margin: 0; }
.list-leaders .designation { color: #b52032; letter-spacing: 2px; font-weight: 400; font-family: "azo-sans-web", sans-serif; text-transform: uppercase; margin: 0 0 25px; }
@media (max-width: 599px) { .list-leaders > li:last-child { margin-bottom: 0; } }
@media (min-width: 600px) { .list-leaders > li { margin-bottom: 70px; } }
@media (min-width: 768px) { .list-leaders > li { display: -ms-flexbox; display: -webkit-flex; display: flex; }
  .list-leaders .img-block { -ms-flex: 0 0 45%; -webkit-flex: 0 0 45%; flex: 0 0 45%; max-width: 45%; margin-bottom: 30px; }
  .list-leaders .content-block { -ms-flex: 0 0 55%; -webkit-flex: 0 0 55%; flex: 0 0 55%; max-width: 55%; padding-left: 50px; } }

.list-members { list-style: none; margin-left: 0; padding-top: 50px; margin: 0 -15px; }
.list-members > li { padding: 0 15px; margin-bottom: 30px; }
.list-members .name { font-weight: 700; margin-bottom: 0; }
@media (min-width: 600px) { .list-members > li { float: left; width: 50%; } }
@media (min-width: 768px) { .list-members { padding-top: 70px; margin: 0 -20px; }
  .list-members > li { width: 33.333333%; padding: 0 20px; } }

.sidebar-content-block:before, .sidebar-content-block:after { content: " "; display: table; }
.sidebar-content-block:after { clear: both; }
.sidebar-content-block .sidebar-block .heading-mustache, .sidebar-content-block .sidebar-block .heading { margin-bottom: 30px; }
@media (min-width: 768px) { .sidebar-content-block .sidebar-block { float: left; width: calc(30%); }
  .sidebar-content-block .content-block { float: right; width: calc(70% - 40px); } }

@media (max-width: 767px) { .page-template-locations .page-hero-section { display: none; } }

/* Directions */
#wpsl-direction-details { display: none; overflow-y: auto; }
#wpsl-direction-details .wpsl-direction-before { margin: 0 0 20px; }
#wpsl-direction-details .wpsl-back { display: inline-block; margin-bottom: 8px; }
#wpsl-direction-details .wpsl-back:before { content: '\2190'; margin-right: 5px; }
#wpsl-direction-details ul { list-style: none; margin-left: 0; margin: 0; }
#wpsl-direction-details li { overflow: hidden; }
#wpsl-direction-details .wpsl-direction-index { float: left; width: 8%; padding-right: 20px; }
#wpsl-direction-details .wpsl-direction-txt { float: left; width: 72%; }
#wpsl-direction-details .wpsl-direction-distance { float: left; width: 20%; padding-left: 20px; }
#wpsl-direction-details .wpsl-direction-after { display: none; }

/* Dropdown Items */
.wpsl-dropdown { background: #fff; position: relative; z-index: 2; -webkit-user-select: none; -moz-user-select: none; user-select: none; }
.wpsl-dropdown.wpsl-active div { opacity: 1; }
.wpsl-dropdown select { display: none; }
.wpsl-dropdown .wpsl-selected-dropdown { font-weight: 700; }
.wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li { cursor: pointer; display: block; white-space: nowrap; line-height: normal; color: #283446; overflow: hidden; padding: 10px; margin: 0; position: relative; }
.wpsl-dropdown .wpsl-selected-item { position: static; cursor: pointer; padding-right: 35px; }
.wpsl-dropdown .wpsl-selected-item:after { position: absolute; content: ""; right: 12px; top: 50%; border: 6px solid transparent; border-top-color: #283446; margin-top: -3px; }
.wpsl-dropdown li:hover { background-color: #eef1f7; color: #1ea6eb; }
.wpsl-dropdown div { background: #fff; position: absolute; top: 100%; left: 0; right: 0; opacity: 0; overflow: hidden; -webkit-transition: all 150ms ease-in-out; -moz-transition: all 150ms ease-in-out; -ms-transition: all 150ms ease-in-out; transition: all 150ms ease-in-out; }
.wpsl-dropdown ul { position: absolute; left: 0; width: 100%; height: 100%; padding: 0 !important; margin: 0 !important; list-style: none; overflow: hidden; }

/* Search Bar */
#wpsl-search-wrap { background-color: #283446; color: #fff; padding: 20px 15px; }
#wpsl-search-wrap label { font-size: 14px; text-transform: uppercase; letter-spacing: 2px; width: auto !important; }
#wpsl-search-wrap input[type="text"] { background: #fff; border: none; padding: 11px 10px; }
#wpsl-search-wrap input[type="text"].wpsl-error { background-color: #fdd; }
#wpsl-search-wrap #wpsl-search-btn { background: transparent; font-size: 16px; font-weight: 700; letter-spacing: 2.67px; text-transform: uppercase; line-height: 1.2; text-align: center; text-decoration: none; vertical-align: middle; display: inline-block; border: none; padding: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -moz-transition-property: background, color, border-color; -o-transition-property: background, color, border-color; -webkit-transition-property: background, color, border-color; transition-property: background, color, border-color; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; background: #1ea6eb; color: #fff; font-size: 14px; text-transform: uppercase !important; padding: 14px 20px; }
#wpsl-search-wrap #wpsl-search-btn:hover, #wpsl-search-wrap #wpsl-search-btn:focus { -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; -webkit-transition-duration: 0.1s; transition-duration: 0.1s; text-decoration: none; }
#wpsl-search-wrap #wpsl-search-btn:focus { outline: none; }
#wpsl-search-wrap #wpsl-search-btn.btn-hover:hover, #wpsl-search-wrap #wpsl-search-btn.btn-hover:focus, #wpsl-search-wrap #wpsl-search-btn.btn-hover:active { background: #283446; color: #fff; }
#wpsl-search-wrap #wpsl-search-btn:hover, #wpsl-search-wrap #wpsl-search-btn:focus, #wpsl-search-wrap #wpsl-search-btn:active { background: #1188c5; }
@media (max-width: 479px) { #wpsl-search-wrap label { display: block; margin-bottom: 10px; }
  #wpsl-search-wrap input, #wpsl-search-wrap .wpsl-dropdown { width: 100% !important; } }
@media (min-width: 480px) and (max-width: 767px) { #wpsl-search-wrap form > div, #wpsl-search-wrap form #wpsl-radius { clear: both; display: -ms-flexbox; display: -webkit-flex; display: flex; width: 100%; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
  #wpsl-search-wrap form > div:before, #wpsl-search-wrap form > div:after, #wpsl-search-wrap form #wpsl-radius:before, #wpsl-search-wrap form #wpsl-radius:after { content: " "; display: table; }
  #wpsl-search-wrap form > div:after, #wpsl-search-wrap form #wpsl-radius:after { clear: both; }
  #wpsl-search-wrap label { display: block; min-width: 200px; }
  #wpsl-search-wrap input[type="text"], #wpsl-search-wrap .wpsl-dropdown { -ms-flex: 1 0 auto; -webkit-flex: 1 0 auto; flex: 1 0 auto; width: auto !important; }
  #wpsl-search-wrap input[type="submit"] { width: 100% !important; } }
@media (max-width: 767px) { #wpsl-search-wrap form > div { margin-bottom: 15px; }
  #wpsl-search-wrap form > div:last-child { margin-bottom: 0; } }
@media (min-width: 768px) { #wpsl-search-wrap { padding: 20px 5vw; }
  #wpsl-search-wrap form { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -ms-flex-align: end; -webkit-align-items: flex-end; align-items: flex-end; }
  #wpsl-search-wrap form > div { margin-right: 25px; }
  #wpsl-search-wrap form > div:last-child { margin-right: 0; }
  #wpsl-search-wrap label { display: block; margin-bottom: 10px; }
  #wpsl-search-wrap .wpsl-dropdown, #wpsl-search-wrap input[type="text"] { width: 190px !important; } }

#wpsl-wrap { position: relative; overflow: hidden; }

/* Map */
@media (max-width: 767px) { body #wpsl-gmap { padding-bottom: 66.666666%; } }
@media (min-width: 768px) { body #wpsl-gmap { height: auto !important; width: 55%; position: absolute; right: 0; top: 111px; bottom: 0; } }

/* Listing */
#wpsl-result-list { padding: 30px 15px; overflow-y: scroll; }
#wpsl-result-list ul { list-style: none; margin-left: 0; }
#wpsl-result-list li { font-size: 16px; padding: 0 0 25px; border-bottom: 1px solid rgba(40, 52, 70, 0.2); margin-bottom: 25px; }
#wpsl-result-list p { line-height: 1.7; margin-bottom: 10px; }
#wpsl-result-list p.address strong { color: #b52032; text-transform: uppercase; letter-spacing: 2px; display: block; margin-bottom: 5px; position: relative; }
#wpsl-result-list p.address span { display: block; }
#wpsl-result-list p.wpsl-contact-details span, #wpsl-result-list p.wpsl-emails span { display: block; }
#wpsl-result-list p.custom-details span { display: block; }
#wpsl-result-list p.custom-details .note { color: #b52032; font-style: italic; font-size: 14px; }
#wpsl-result-list .distance { font-weight: 700; margin-right: 30px; }
#wpsl-result-list a.wpsl-directions { padding-bottom: 1px; border-bottom: 1px dotted #999; }
@media (min-width: 768px) { #wpsl-result-list { float: left; width: 45%; padding: 30px 30px 30px 5vw; } }

/* Map Infobox */
.wpsl-infobox { background: #fff; font-size: 13px; font-weight: 300; min-width: 155px; width: 290px !important; max-width: 350px; padding: 10px; border-radius: 4px; border: 1px solid #ccc; }
.wpsl-infobox:before, .wpsl-infobox:after { position: absolute; content: ""; left: 40px; bottom: -11px; }
.wpsl-infobox:before { border-left: 13px solid transparent; border-right: 13px solid transparent; border-top: 13px solid #ccc; bottom: -13px; left: 38px; }
.wpsl-infobox:after { border-left: 11px solid transparent; border-right: 11px solid transparent; border-top: 11px solid #fff; }
.wpsl-infobox p { margin-bottom: 10px; }
.wpsl-infobox p strong { display: block; line-height: 1.3; margin-bottom: 7px; }
.wpsl-infobox span { display: block; line-height: 1.4; margin-bottom: 5px; }
.wpsl-infobox .wpsl-info-actions { margin-top: 10px; }

.wpsl-store-hours { margin-bottom: 11px; }
.wpsl-store-hours table tr { border-bottom: 1px solid #f5f5f5; }
.wpsl-store-hours table td { padding: 1px 9px; }

.list-faqs { list-style: none; margin-left: 0; }
.list-faqs ::-moz-selection { background: transparent; color: #283446; }
.list-faqs ::selection { background: transparent; color: #283446; }
.list-faqs > li { margin-bottom: 5px; position: relative; overflow: hidden; }
.list-faqs .heading { font-family: "azo-sans-web", sans-serif; font-size: 20px; font-weight: 700; letter-spacing: 1px; padding: 40px 0 20px 35px; border-bottom: 1px solid rgba(40, 52, 70, 0.2); margin-bottom: 0; position: relative; cursor: pointer; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }
.list-faqs .heading:before { content: ""; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #b52032; font-size: 24px; position: absolute; top: 43px; left: 0; margin: 0; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }
.list-faqs .heading:after { content: ''; background-color: #1ea6eb; position: absolute; left: 0; bottom: 0; width: 0; height: 5px; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }
.list-faqs .heading.js-active { border-color: #1ea6eb; }
.list-faqs .heading.js-active:before { -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.list-faqs .heading.js-active:after { width: 100%; }
.list-faqs .content-block .inner-block { padding: 25px 0 35px; }
@media (min-width: 768px) { .list-faqs .heading { font-size: 24px; padding-left: 40px; }
  .list-faqs .heading:before { font-size: 30px; } }

.split-faqs { column-count: 2; column-gap: 50px; width: 100%; }
.split-faqs > li { display: inline-block; }

.list-cpt-archive > li { margin-bottom: 50px; }
.list-cpt-archive > li hr { display: none; }
.list-cpt-archive > li p:last-of-type { margin-bottom: 0; }
@media (min-width: 768px) { .list-cpt-archive > li hr { display: block; padding: 0 0 50px; border-top: none; border-bottom: 1px solid rgba(40, 52, 70, 0.2); margin: 0; } }
.list-cpt-archive > li:last-child hr { display: none; }
.list-cpt-archive .btn-block { margin-top: 35px; }

.list-cpt-terms { list-style: none; margin-left: 0; }
.list-cpt-terms > li { font-size: 14px; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 0; }
.list-cpt-terms > li.js-active a { color: #1ea6eb; font-weight: 700; padding-left: 25px; }
.list-cpt-terms > li.js-active a:before { opacity: 1; -moz-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0); }
.list-cpt-terms a { color: #283446; display: block; padding: 7px 0; position: relative; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }
.list-cpt-terms a:before { content: '\e5c8'; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #1ea6eb; display: block; font-size: 18px; position: absolute; left: 0; top: 9px; opacity: 0; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -webkit-transform: translateX(-100%); transform: translateX(-100%); }
.list-cpt-terms a:hover { color: #1ea6eb; font-weight: 700; padding-left: 25px; }
.list-cpt-terms a:hover:before { opacity: 1; -moz-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0); }

@media (max-width: 767px) { > li { float: left; margin-right: 30px; } }
.mobile-select-block { background-color: #1ea6eb; color: #fff; position: relative; }
.mobile-select-block:after { /* This is a dropdown on mobile */ content: ''; display: block; border: 7px solid transparent; border-top-color: #fff; position: absolute; z-index: -1; right: 18px; top: 50%; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); margin-top: 4px; }
.mobile-select-block select { background-color: transparent; color: #fff; width: 100%; border: none; font-size: 18px; padding: 20px 15px; text-align: center; }
.mobile-select-block .chosen-container { text-align: left; position: relative; }
.mobile-select-block .chosen-with-drop .chosen-drop { display: block; }
.mobile-select-block .chosen-single { background: transparent; color: #fff; font-size: 18px; padding: 20px 15px; text-align: center; text-decoration: none; white-space: nowrap; display: block; width: 100%; margin: 0; position: relative; cursor: pointer; }
.mobile-select-block .chosen-single span { display: block; text-overflow: ellipsis; white-space: nowrap; }
.mobile-select-block .chosen-single div { background-color: #1188c5; width: 50px; height: 100%; position: absolute; top: 0; right: 0; }
.mobile-select-block .chosen-single b { position: absolute; width: 100%; height: 100%; top: 0; left: 0; }
.mobile-select-block .chosen-single b:before { content: ''; border: 7px solid transparent; border-top-color: #fff; position: absolute; top: 50%; left: 50%; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); margin-top: 4px; }
.mobile-select-block .chosen-drop { display: none; position: absolute; background-color: #283446; text-align: center; width: 100%; top: 100%; left: 0; z-index: 99; }
.mobile-select-block .chosen-drop .chosen-search { display: none; }
.mobile-select-block .chosen-drop .chosen-results { margin: 0; overflow-x: hidden; overflow-y: auto; position: relative; }
.mobile-select-block .chosen-drop .chosen-results .active-result { cursor: pointer; }
.mobile-select-block .chosen-drop .chosen-results li { letter-spacing: 1px; color: #fff; padding: 10px 12px; list-style: none; margin: 0; }
.mobile-select-block .chosen-drop .chosen-results li.highlighted { background-color: #1188c5; }
.mobile-select-block .chosen-drop .chosen-results li.result-selected { background-color: transparent; opacity: .5; }

.list-search-result { list-style: none; margin-left: 0; }
.list-search-result > li:before { content: '- '; }
.list-search-result a { color: #283446; padding-bottom: 1px; border-bottom: 1px solid transparent; }
.list-search-result a:hover { border-bottom-color: #283446; }

.numbers-section .col { text-align: center; margin-bottom: 50px; }
.numbers-section .col .heading { color: #b52032; font-family: "azo-sans-web", sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 2px; text-transform: uppercase; margin: 0 0 50px; }
.numbers-section .col .number { font-family: "Merriweather", serif; font-size: 50px; font-weight: 700; font-style: italic; letter-spacing: 1px; padding-bottom: 35px; margin-bottom: 30px; position: relative; }
.numbers-section .col .number:after { content: ''; background-color: #b52032; width: 45px; height: 5px; position: absolute; left: 50%; bottom: 0; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.numbers-section .col .details { font-weight: 700; letter-spacing: 1px; }
@media (min-width: 768px) { .numbers-section .col { margin-bottom: 70px; } }
@media (max-width: 1199px) { .numbers-section .heading-col .heading-mustache:before { left: 50%; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); } }
@media (min-width: 1200px) { .numbers-section .heading-col { text-align: left; } }

.period-slider .number:after { display: none; }

.period-pagination { position: absolute; top: 150px; left: 0; width: 100%; z-index: 10; }
.period-pagination > li { background-color: #d2d7dd; display: inline-block; width: 10%; height: 20px; margin-bottom: 0; position: relative; cursor: pointer; }
.period-pagination > li:last-child { margin-right: 0; }
.period-pagination > li:after { content: ''; background-color: #b52032; position: absolute; left: 0; top: 0; bottom: 0; width: 0; -moz-transition: 0.4s; -o-transition: 0.4s; -webkit-transition: 0.4s; transition: 0.4s; }
.period-pagination > li.js-active:after { width: 100%; }

.cta-section .bg-block { padding: 100px 0; }
@media (min-width: 768px) { .cta-section .bg-block { padding: 200px 0; } }
.cta-section .bg-block .bg-block { background-repeat: no-repeat; background-position: top center; background-size: cover; }

.list-404-btns { list-style: none; margin-left: 0; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; margin: 0 -15px; }
.list-404-btns > li { -ms-flex: 1 1 auto; -webkit-flex: 1 1 auto; flex: 1 1 auto; padding: 0 15px; max-width: 300px; }
.list-404-btns a { display: block; }

.posts-view-block { display: none; }
@media (min-width: 768px) { .posts-view-block { display: block; text-align: center; margin-bottom: 120px; position: relative; }
  .posts-view-block:after { content: ''; background-color: rgba(40, 52, 70, 0.4); display: block; position: absolute; width: 1px; left: 50%; top: -10px; bottom: -10px; }
  .posts-view-block button { color: #273346; display: block; letter-spacing: 1px; display: inline-block; line-height: 1; font-weight: 400; padding: 10px 0; position: relative; }
  .posts-view-block button:hover { color: #283446; }
  .posts-view-block button.js-active { color: #b01326; }
  .posts-view-block button.js-active:hover { color: #b01326; }
  .posts-view-block .grid-view { padding-right: 40px; margin-right: 60px; }
  .posts-view-block .grid-view:after { content: "\e901"; font-size: 24px; position: absolute; right: 0; top: 7px; }
  .posts-view-block .list-view { padding-left: 45px; }
  .posts-view-block .list-view:before { content: "\e241"; font-size: 34px; position: absolute; left: 0; top: 0; } }

.list-posts { list-style: none; margin-left: 0; }
@media (max-width: 767px) { .list-posts.grid-view { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -15px; }
  .list-posts.grid-view > li { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-direction: row; -webkit-flex-direction: row; flex-direction: row; -ms-flex: 1 1 50%; -webkit-flex: 1 1 50%; flex: 1 1 50%; float: left; padding: 0 15px; margin-bottom: 30px; }
  .list-posts.grid-view > li.has-thumbnail .post-title { font-size: 20px; }
  .list-posts.grid-view a { color: #283446; display: block; width: 100%; padding-bottom: 30px; border-bottom: 1px solid rgba(40, 52, 70, 0.2); position: relative; }
  .list-posts.grid-view a .inner-block { -moz-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; -o-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; -webkit-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; }
  .list-posts.grid-view a:after { content: ''; background-color: #1ea6eb; height: 4px; position: absolute; width: 0; left: 0; bottom: 0; -moz-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; -o-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; -webkit-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; }
  .list-posts.grid-view a:hover .inner-block { -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -webkit-transform: translateY(-10px); transform: translateY(-10px); }
  .list-posts.grid-view a:hover:after { width: 100%; }
  .list-posts.grid-view .featured-img-block { background-repeat: no-repeat; background-size: cover; display: block; padding-bottom: 100%; margin-bottom: 30px; }
  .list-posts.grid-view .post-category { color: #b52032; font-size: 16px; letter-spacing: 2.28px; line-height: 1; text-transform: uppercase; margin-bottom: 20px; }
  .list-posts.grid-view .post-category span:last-child { display: none; }
  .list-posts.grid-view .post-title { color: #283446; margin: 0 0 20px; } }
@media (min-width: 768px) { .list-posts.grid-view { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -15px; }
  .list-posts.grid-view > li { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-direction: row; -webkit-flex-direction: row; flex-direction: row; -ms-flex: 1 1 33.33333%; -webkit-flex: 1 1 33.33333%; flex: 1 1 33.33333%; float: left; padding: 0 15px; margin-bottom: 70px; }
  .list-posts.grid-view > li.has-thumbnail .post-title { font-size: 20px; }
  .list-posts.grid-view a { color: #283446; display: block; width: 100%; padding-bottom: 30px; border-bottom: 1px solid rgba(40, 52, 70, 0.2); position: relative; }
  .list-posts.grid-view a .inner-block { -moz-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; -o-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; -webkit-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; }
  .list-posts.grid-view a:after { content: ''; background-color: #1ea6eb; height: 4px; position: absolute; width: 0; left: 0; bottom: 0; -moz-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; -o-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; -webkit-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; }
  .list-posts.grid-view a:hover .inner-block { -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -webkit-transform: translateY(-10px); transform: translateY(-10px); }
  .list-posts.grid-view a:hover:after { width: 100%; }
  .list-posts.grid-view .featured-img-block { background-repeat: no-repeat; background-size: cover; display: block; padding-bottom: 100%; margin-bottom: 30px; }
  .list-posts.grid-view .post-category { color: #b52032; font-size: 16px; letter-spacing: 2.28px; line-height: 1; text-transform: uppercase; margin-bottom: 20px; }
  .list-posts.grid-view .post-category span:last-child { display: none; }
  .list-posts.grid-view .post-title { color: #283446; margin: 0 0 20px; } }

.list-posts.list-view { -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; margin: 0; }
.list-posts.list-view > li { clear: both; background-color: #fff; width: 100%; margin-bottom: 30px; position: relative; overflow: hidden; }
.list-posts.list-view > li.has-thumbnail .content-block { float: right; width: calc(64% - 20px); overflow: hidden; }
.list-posts.list-view a { display: block; color: #283446; padding: 20px; overflow: hidden; position: relative; }
.list-posts.list-view a:after { content: ''; background-color: #1ea6eb; height: 4px; position: absolute; width: 0; left: 0; bottom: 0; -moz-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; -o-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; -webkit-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; }
.list-posts.list-view a:hover .inner-block { -moz-transform: translateY(-10px); -ms-transform: translateY(-10px); -webkit-transform: translateY(-10px); transform: translateY(-10px); }
.list-posts.list-view a:hover:after { width: 100%; }
.list-posts.list-view .inner-block { -moz-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; -o-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; -webkit-transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; transition: cubic-bezier(0.055, 0.535, 0.45, 0.94) 0.3s; }
.list-posts.list-view .featured-img-block { background-repeat: no-repeat; background-size: cover; float: left; width: 34%; padding-bottom: 22%; }
.list-posts.list-view .post-category { color: #b52032; font-size: 16px; letter-spacing: 2.28px; text-transform: uppercase; margin-bottom: 20px; }
.list-posts.list-view .post-category span:last-child { display: none; }
.list-posts.list-view .post-title { margin: 0 0 20px; }

#load-more-posts { visibility: hidden; opacity: 0; }
#load-more-posts.js-active { visibility: visible; opacity: 1; }
#load-more-posts.js-disabled { cursor: default; pointer-events: none; opacity: .3; }

.spinner { visibility: hidden; opacity: 0; margin: 0 auto; width: 70px; text-align: center; -moz-transition: opacity 0.2s; -o-transition: opacity 0.2s; -webkit-transition: opacity 0.2s; transition: opacity 0.2s; }
.spinner.js-active { visibility: visible; opacity: 1; }

.spinner > div { width: 18px; height: 18px; background-color: #333; border-radius: 100%; display: inline-block; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both; }

.spinner .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; }

.spinner .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; }

@-webkit-keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); }
  40% { -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); }
  40% { -webkit-transform: scale(1); transform: scale(1); } }
.single-categories { background-color: #b52032; color: #fff; font-size: 16px; line-height: 1.3; letter-spacing: 3px; text-transform: uppercase; padding: 15px 25px; position: absolute; left: 50%; bottom: 0; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); }
.single-categories a { color: #fff; }
.single-categories a:hover { text-decoration: underline; }

.post-meta-block { font-size: 16px; line-height: 1.4; letter-spacing: 2px; text-transform: uppercase; }
.post-meta-block a { color: #fff; }

.list-social-sharing { font-size: 0; list-style: none; margin-left: 0; margin-bottom: 0; overflow: hidden; }
.list-social-sharing > li { float: left; width: 40px; height: 40px; margin-right: 20px; margin-bottom: 0; }
.list-social-sharing > li.label { color: #fff; font-size: 16px; letter-spacing: 2px; width: auto; line-height: 40px; text-transform: uppercase; }
.list-social-sharing > li:last-child { margin-right: 0; }
.list-social-sharing > li a { background-color: #3c485b; color: transparent; font: 0/0 a; text-shadow: none; text-align: center; text-decoration: none; display: block; height: 100%; border-radius: 50%; position: relative; }
.list-social-sharing > li a:before { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #283446; font-size: 18px; line-height: 40px; display: block; }
.list-social-sharing > li a:hover { background-color: #1ea6eb; text-decoration: none; }
.list-social-sharing .i-facebook a:before { content: '\f09a'; }
.list-social-sharing .i-twitter a:before { content: '\f099'; }
.list-social-sharing .i-mail a:before { content: '\f0e0'; }
.list-social-sharing .i-gplus a:before { content: '\f0d5'; }

.scroll-subscribe-btn { background-color: #3c485b; color: #fff; font-size: 16px; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; position: absolute; padding: 0 5vw; top: 0; bottom: 0; right: 0; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; }
.scroll-subscribe-btn:before { content: ''; background: #b01326; display: block; position: absolute; left: 0; top: 0; width: 0; height: 100%; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; }
.scroll-subscribe-btn:hover:before, .scroll-subscribe-btn.focus:before { width: 100%; }
.scroll-subscribe-btn b { color: #fff; display: block; position: absolute; width: 100%; top: 50%; left: 50%; -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
@media (min-width: 768px) { .scroll-subscribe-btn { width: 400px; } }

.gform_body .gfield .gfield_label, .gform_body .gfield.dummy-label { text-transform: uppercase; font-size: 14px; letter-spacing: 2px; font-weight: 700; display: block; margin-bottom: 15px; }
.gform_body .gfield .gfield_label .gfield_required, .gform_body .gfield.dummy-label .gfield_required { color: red; padding: 0 3px; }

.gform_heading { margin-bottom: 10px; }

.gform_body .gform_fields { list-style: none; margin-left: 0; }
.gform_body .gfield { margin-bottom: 15px; }
.gform_body .gfield ul { margin-top: 0; }
.gform_body .gfield .gfield_description { color: #999; font-style: italic; font-size: 17px; }
.gform_body .gfield.field_description_above .gfield_description { margin-top: -5px; margin-bottom: 5px; }
.gform_body .gfield .ginput_complex span { display: block; margin-bottom: 5px; }
.gform_body .gfield .ginput_complex label { color: #999; font-size: 17px; display: block; }
.gform_body .gfield.field_sublabel_above .ginput_complex label { margin-bottom: 2px; }
.gform_body .gfield.field_sublabel_below .ginput_complex label { margin: 2px 0 6px; }
.gform_body .gfield .gf_clear { clear: both; }
.gform_body .gf-full-width input, .gform_body .gf-full-width textarea, .gform_body .gf-full-width select, .gform_body .gf-full-width .gform_drop_area, .gform_body .gf-full-width table { width: 100%; }

.gfield_html.gf-divider { margin-top: 60px; border-top: 1px solid rgba(40, 52, 70, 0.2); margin-bottom: 50px; }

.gfield.gsection { margin-top: 50px; padding-top: 40px; border-top: 1px solid rgba(40, 52, 70, 0.2); margin-bottom: 50px; }
.gfield.gsection:first-child { border-top: none; padding-top: 0; margin-top: 0; }

.gsection_title { padding-bottom: 15px; margin-bottom: 0; position: relative; }
.gsection_title:before { content: ''; background-color: #b52032; width: 45px; height: 5px; position: absolute; left: 0; bottom: 0; }
.gsection_title.mustache-black:before { background-color: #283446; }

.gsection_description { margin-top: 15px; }

.gform_footer, .gform_page_footer { clear: both; position: relative; padding-top: 50px; }
.gform_footer input[type="submit"], .gform_footer .gform_next_button, .gform_page_footer input[type="submit"], .gform_page_footer .gform_next_button { float: left; background: transparent; font-size: 16px; font-weight: 700; letter-spacing: 2.67px; text-transform: uppercase; line-height: 1.2; text-align: center; text-decoration: none; vertical-align: middle; display: inline-block; border: none; padding: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -moz-transition-property: background, color, border-color; -o-transition-property: background, color, border-color; -webkit-transition-property: background, color, border-color; transition-property: background, color, border-color; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; background: #1ea6eb; color: #fff; padding: 25px; margin: 0 20px 15px 0; }
.gform_footer input[type="submit"]:hover, .gform_footer input[type="submit"]:focus, .gform_footer .gform_next_button:hover, .gform_footer .gform_next_button:focus, .gform_page_footer input[type="submit"]:hover, .gform_page_footer input[type="submit"]:focus, .gform_page_footer .gform_next_button:hover, .gform_page_footer .gform_next_button:focus { -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; -webkit-transition-duration: 0.1s; transition-duration: 0.1s; text-decoration: none; }
.gform_footer input[type="submit"]:focus, .gform_footer .gform_next_button:focus, .gform_page_footer input[type="submit"]:focus, .gform_page_footer .gform_next_button:focus { outline: none; }
.gform_footer input[type="submit"].btn-hover:hover, .gform_footer input[type="submit"].btn-hover:focus, .gform_footer input[type="submit"].btn-hover:active, .gform_footer .gform_next_button.btn-hover:hover, .gform_footer .gform_next_button.btn-hover:focus, .gform_footer .gform_next_button.btn-hover:active, .gform_page_footer input[type="submit"].btn-hover:hover, .gform_page_footer input[type="submit"].btn-hover:focus, .gform_page_footer input[type="submit"].btn-hover:active, .gform_page_footer .gform_next_button.btn-hover:hover, .gform_page_footer .gform_next_button.btn-hover:focus, .gform_page_footer .gform_next_button.btn-hover:active { background: #283446; color: #fff; }
.gform_footer input[type="submit"]:hover, .gform_footer .gform_next_button:hover, .gform_page_footer input[type="submit"]:hover, .gform_page_footer .gform_next_button:hover { background-color: #283446; color: #fff; }
.gform_footer .gform_save_link, .gform_footer .gform_previous_button, .gform_page_footer .gform_save_link, .gform_page_footer .gform_previous_button { float: left; background: transparent; font-size: 16px; font-weight: 700; letter-spacing: 2.67px; text-transform: uppercase; line-height: 1.2; text-align: center; text-decoration: none; vertical-align: middle; display: inline-block; border: none; padding: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -moz-transition-property: background, color, border-color; -o-transition-property: background, color, border-color; -webkit-transition-property: background, color, border-color; transition-property: background, color, border-color; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; background: #eef1f7; color: #283446; padding: 25px; margin: 0 20px 0 0; }
.gform_footer .gform_save_link:hover, .gform_footer .gform_save_link:focus, .gform_footer .gform_previous_button:hover, .gform_footer .gform_previous_button:focus, .gform_page_footer .gform_save_link:hover, .gform_page_footer .gform_save_link:focus, .gform_page_footer .gform_previous_button:hover, .gform_page_footer .gform_previous_button:focus { -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; -webkit-transition-duration: 0.1s; transition-duration: 0.1s; text-decoration: none; }
.gform_footer .gform_save_link:focus, .gform_footer .gform_previous_button:focus, .gform_page_footer .gform_save_link:focus, .gform_page_footer .gform_previous_button:focus { outline: none; }
.gform_footer .gform_save_link.btn-hover:hover, .gform_footer .gform_save_link.btn-hover:focus, .gform_footer .gform_save_link.btn-hover:active, .gform_footer .gform_previous_button.btn-hover:hover, .gform_footer .gform_previous_button.btn-hover:focus, .gform_footer .gform_previous_button.btn-hover:active, .gform_page_footer .gform_save_link.btn-hover:hover, .gform_page_footer .gform_save_link.btn-hover:focus, .gform_page_footer .gform_save_link.btn-hover:active, .gform_page_footer .gform_previous_button.btn-hover:hover, .gform_page_footer .gform_previous_button.btn-hover:focus, .gform_page_footer .gform_previous_button.btn-hover:active { background: #283446; color: #fff; }
.gform_footer .gform_save_link:hover, .gform_footer .gform_save_link:focus, .gform_footer .gform_save_link:active, .gform_footer .gform_previous_button:hover, .gform_footer .gform_previous_button:focus, .gform_footer .gform_previous_button:active, .gform_page_footer .gform_save_link:hover, .gform_page_footer .gform_save_link:focus, .gform_page_footer .gform_save_link:active, .gform_page_footer .gform_previous_button:hover, .gform_page_footer .gform_previous_button:focus, .gform_page_footer .gform_previous_button:active { background: #283446; color: #fff; }

.gf_progressbar_wrapper { display: none !important; }

.form_saved_message { text-align: center; }
.form_saved_message p { margin-bottom: 15px; }
.form_saved_message .link-block { margin-bottom: 30px; }
.form_saved_message .link-block a { background-color: #ffffd9; border: 1px solid #e8e800; color: #283446; display: block; padding: 15px; line-height: 1.5; margin: 0 0 5px; }
.form_saved_message .link-block a:hover { background-color: #ffff8d; }
.form_saved_message .link-block .expiry { color: #b52032; }
.form_saved_message .email-block form { position: relative; margin: 0 auto; }
.form_saved_message .email-block input[type="text"] { background-color: #fff; width: 100%; padding: 22px 15px; margin-bottom: 10px; }
.form_saved_message .email-block input[type="submit"] { background: transparent; font-size: 16px; font-weight: 700; letter-spacing: 2.67px; text-transform: uppercase; line-height: 1.2; text-align: center; text-decoration: none; vertical-align: middle; display: inline-block; border: none; padding: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -moz-transition-property: background, color, border-color; -o-transition-property: background, color, border-color; -webkit-transition-property: background, color, border-color; transition-property: background, color, border-color; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; padding: 25px; background: #1ea6eb; color: #fff; width: 100%; }
.form_saved_message .email-block input[type="submit"]:hover, .form_saved_message .email-block input[type="submit"]:focus { -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; -webkit-transition-duration: 0.1s; transition-duration: 0.1s; text-decoration: none; }
.form_saved_message .email-block input[type="submit"]:focus { outline: none; }
.form_saved_message .email-block input[type="submit"].btn-hover:hover, .form_saved_message .email-block input[type="submit"].btn-hover:focus, .form_saved_message .email-block input[type="submit"].btn-hover:active { background: #283446; color: #fff; }
.form_saved_message .email-block input[type="submit"]:hover, .form_saved_message .email-block input[type="submit"]:focus, .form_saved_message .email-block input[type="submit"]:active { background: #283446; color: #fff; }
@media (min-width: 480px) { .form_saved_message .email-block input[type="text"] { width: 270px; border-right: none !important; margin: -4px 0 0 -5px; }
  .form_saved_message .email-block input[type="submit"] { width: auto; } }

.gforms_confirmation_message { text-align: center; line-height: 1.4; }

.gform_ajax_spinner { margin-left: 10px; }

.validation_error { line-height: 1.4; }

.validation_message { background-color: red; color: #fff !important; font-style: normal !important; font-size: 14px !important; clear: both; display: inline-block; padding: 3px 5px; margin-top: 0 !important; margin-bottom: 5px; position: relative; top: 5px; }

.gform_confirmation_message { text-align: center; line-height: 1.4; }
.gform_confirmation_message:last-child { margin-bottom: 0; }

.gfield.gform_hidden { margin-bottom: 0 !important; }

/*==========  Radio & Checkbox  ==========*/
.gfield_checkbox, .gfield_radio { overflow: hidden; }
.gfield_checkbox > li, .gfield_radio > li { margin-bottom: 10px; }
.gfield_checkbox > li:last-child, .gfield_radio > li:last-child { margin-bottom: 0; }

/* Inline Options */
.gfield.gf-list-inline .gfield_checkbox > li, .gfield.gf-list-inline .gfield_radio > li { float: left; margin: 0 15px 0 0 !important; }

/* Covered Options */
.gfield.gf-list-covered .gfield_label { margin-bottom: 0; }
.gfield.gf-list-covered .gfield_checkbox > li, .gfield.gf-list-covered .gfield_radio > li { position: relative; margin-bottom: 15px; }
.gfield.gf-list-covered .gfield_checkbox label, .gfield.gf-list-covered .gfield_radio label { line-height: 1.3; display: inline-block; padding: 15px 20px 5px 30px; margin-bottom: 0; }
.gfield.gf-list-covered .gfield_checkbox label:before, .gfield.gf-list-covered .gfield_radio label:before { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 21px; position: absolute; left: 0; top: 15px; }
.gfield.gf-list-covered .gfield_checkbox input[type="radio"], .gfield.gf-list-covered .gfield_checkbox input[type="checkbox"], .gfield.gf-list-covered .gfield_radio input[type="radio"], .gfield.gf-list-covered .gfield_radio input[type="checkbox"] { display: none; position: absolute; left: 10px; top: 50%; margin-top: -7px; }

/* List Full Width */
.gfield.gf-list-full-width .gfield_checkbox label, .gfield.gf-list-full-width .gfield_radio label { display: block; }
.gfield.gf-list-full-width .gfield_checkbox input[type="text"], .gfield.gf-list-full-width .gfield_radio input[type="text"] { width: 100%; }

/* Custom Checkbox */
.gfield.gf-list-covered .gfield_checkbox label:before { content: '\e835'; }
.gfield.gf-list-covered .gfield_checkbox input[type="checkbox"]:checked + label:before { content: '\e834'; }

/* Custom Radio Button */
.gfield.gf-list-covered .gfield_radio label:before { content: '\e836'; }
.gfield.gf-list-covered .gfield_radio input[type="radio"]:checked + label:before { content: '\e837'; }

/*==========  End of Radio & Checkbox  ==========*/
/*==========  Enhanced Select  ==========*/
.gform_wrapper .chosen-single { padding: 20px 15px; }
.gform_wrapper .chosen-single > span { color: #aaa; margin-right: 25px; }
@media (min-width: 768px) { .gform_wrapper .chosen-single { padding: 15px 20px; }
  .gform_wrapper .chosen-single span { margin-right: 35px; }
  .gform_wrapper .chosen-single div { width: 70px; } }
.gform_wrapper .chosen-container-active .chosen-single { border-color: rgba(150, 150, 150, 0.7); }
.gform_wrapper .chosen-container-active .chosen-single > span { color: #444; }
.gform_wrapper .chosen-drop { background-color: #fafafa; min-width: 250px; border: 1px solid rgba(150, 150, 150, 0.7); border-top: none; margin-top: -1px; }
.gform_wrapper .chosen-drop .chosen-results { max-height: 190px; padding: 4px; }
.gform_wrapper .chosen-drop .chosen-results li { line-height: 1.2; padding: 10px 10px 11px; }
.gform_wrapper .chosen-drop .chosen-results li.highlighted, .gform_wrapper .chosen-drop .chosen-results li:hover, .gform_wrapper .chosen-drop .chosen-results li:focus { background-color: #ececec; }
.gform_wrapper .chosen-container-multi .chosen-results { padding-top: 4px; }
.gform_wrapper .chosen-choices { /* Multi select */ }
.gform_wrapper .chosen-choices .search-field:before { content: ""; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #999; font-size: 20px; right: 8px; margin: -10px 0 0 -10px; }
.gform_wrapper .chosen-choices input { min-width: 250px; }
.gform_wrapper .chosen-choices .search-choice { background-color: #f5f5f5; padding: 5px 15px; border: 1px solid #e8e8e8; margin-bottom: 5px; }
@media (min-width: 768px) { .gform_wrapper .chosen-choices .search-choice { padding: 5px 20px; } }
.gform_wrapper .chosen-search { min-width: 250px; padding: 8px 5px; margin: 0; position: relative; }
.gform_wrapper .chosen-search:after { content: ""; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #283446; font-size: 21px; right: 15px; margin-top: -10px; }
.gform_wrapper .chosen-search input { min-width: 248px; padding: 10px 30px 10px 10px; border: 1px solid #ddd; margin: 1px 0; }
@media (min-width: 768px) { .gform_wrapper .chosen-search input { min-width: 258px; } }
@media (max-width: 480px) { .gform_wrapper .chosen-select { font-size: 16px; letter-spacing: 1px; padding-left: 15px; padding-right: 15px; max-width: 100%; width: 100%; text-transform: capitalize; } }

.gform_wrapper .chosen-container { text-align: left; position: relative; }
.gform_wrapper .chosen-with-drop .chosen-drop { display: block; }
.gform_wrapper .chosen-single { background: #d2d7dd; color: #444; line-height: 1.2; padding: 15px; border: 2px solid #d2d7dd; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; text-decoration: none; white-space: nowrap; display: block; width: 100%; margin: 0; position: relative; cursor: pointer; }
.gform_wrapper .chosen-single:-moz-placeholder { color: rgba(40, 52, 70, 0.5); }
.gform_wrapper .chosen-single::-moz-placeholder { color: rgba(40, 52, 70, 0.5); }
.gform_wrapper .chosen-single:-ms-input-placeholder { color: rgba(40, 52, 70, 0.5); }
.gform_wrapper .chosen-single::-webkit-input-placeholder { color: rgba(40, 52, 70, 0.5); }
.gform_wrapper .chosen-single:focus { background-color: #fff; border-color: #283446; outline: none; }
@media (min-width: 768px) { .gform_wrapper .chosen-single { padding: 15px 20px; } }
.gform_wrapper .chosen-single span { display: block; text-overflow: ellipsis; white-space: nowrap; }
.gform_wrapper .chosen-single div { width: 50px; height: 100%; position: absolute; top: 0; right: 0; }
.gform_wrapper .chosen-single b { position: absolute; top: 50%; left: 50%; margin-top: 5px; margin-left: -5px; }
.gform_wrapper .chosen-single b:before { content: ''; border: 7px solid transparent; border-top-color: #283446; }
.gform_wrapper .chosen-drop { display: none; position: absolute; width: 100%; top: 100%; left: 0; z-index: 99; }
.gform_wrapper .chosen-drop .chosen-search { white-space: nowrap; position: relative; }
.gform_wrapper .chosen-drop .chosen-search:after { position: absolute; top: 50%; }
.gform_wrapper .chosen-drop .chosen-search input { outline: 0 none; }
.gform_wrapper .chosen-drop .chosen-results { margin: 0; overflow-x: hidden; overflow-y: auto; position: relative; }
.gform_wrapper .chosen-drop .chosen-results .active-result { cursor: pointer; }
.gform_wrapper .chosen-drop .chosen-results li { list-style: none; margin: 0; }
.gform_wrapper .chosen-choices { /* Multi select */ margin-left: 0; }
.gform_wrapper .chosen-choices .search-field { margin-bottom: 0; position: relative; }
.gform_wrapper .chosen-choices .search-field:before { display: block; position: absolute; top: 50%; z-index: 10; }
.gform_wrapper .chosen-choices input { cursor: pointer; display: block; }

/*==========  End of Enhanced Select  ==========*/
/*==========  Date Picker  ==========*/
.ui-datepicker { display: none; }

.ui-datepicker-trigger { margin-left: -30px; }

.ginput_container_date { position: relative; }
.ginput_container_date:before { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; content: '\f073'; color: #283446; position: absolute; right: 20px; top: 50%; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.ui-datepicker { background-color: #fff; padding: 5px; border: 1px solid rgba(40, 52, 70, 0.2); }

.ui-datepicker-header > a { display: none; }
.ui-datepicker-header select { width: auto; margin: 0 5px 5px 0; }

.ui-datepicker-year, .ui-datepicker-month { padding: 10px 12px; }

table.ui-datepicker-calendar { background: #fff; }
table.ui-datepicker-calendar tr:nth-child(even) { background-color: #f5f5f5; }
table.ui-datepicker-calendar th, table.ui-datepicker-calendar td { border: 1px solid #e5e5e5; padding: 0; }
table.ui-datepicker-calendar thead { background-color: #eef1f7; }
table.ui-datepicker-calendar thead th { font-weight: 700; font-size: 14px; padding: 12px; }
table.ui-datepicker-calendar tbody td a { color: #283446; text-align: center; display: block; padding: 12px; cursor: pointer; }
table.ui-datepicker-calendar tbody td a:hover { background-color: #1ea6eb; color: #fff; }
table.ui-datepicker-calendar tbody td.ui-datepicker-today a { background-color: #1ea6eb; color: #fff; }

/*==========  End of Date Picker  ==========*/
/*==========  Time  ==========*/
.clear-multi:before, .clear-multi:after { content: " "; display: table; }
.clear-multi:after { clear: both; }
.clear-multi > .ginput_container { float: left; margin-right: 10px; }
.clear-multi label { color: #999; font-size: 17px; }
.clear-multi input[type="text"] { width: 50px; }
.clear-multi select { width: auto; }

/*==========  End of Time  ==========*/
/*==========  Address  ==========*/
.ginput_complex .address_state label { display: none; }

@media (min-width: 768px) { .gf-address-col-2 .ginput_complex, .gf-address-col-3 .ginput_complex { margin-left: -10px; margin-right: -10px; }
  .gf-address-col-2 span, .gf-address-col-3 span { float: left; padding: 0 10px; }
  .gf-address-col-2 input, .gf-address-col-2 select, .gf-address-col-3 input, .gf-address-col-3 select { width: 100%; }
  .gf-address-col-2 span { width: 50%; }
  .gf-address-col-3 span { width: 33.333333%; } }
/*==========  End of Address  ==========*/
/*==========  File Upload  ==========*/
.gf-upload { margin-top: 15px; }
.gf-upload .gfield_label { text-align: center; margin-bottom: 8px; }

input[type="file"] { width: auto; }

.ginput_container_fileupload input[type="file"], .ginput_container_fileupload .gform_button_select_files { background: transparent; font-size: 16px; font-weight: 700; letter-spacing: 2.67px; text-transform: uppercase; line-height: 1.2; text-align: center; text-decoration: none; vertical-align: middle; display: inline-block; border: none; padding: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -moz-transition-property: background, color, border-color; -o-transition-property: background, color, border-color; -webkit-transition-property: background, color, border-color; transition-property: background, color, border-color; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; padding: 25px; border: 1px solid rgba(40, 52, 70, 0.2); }
.ginput_container_fileupload input[type="file"]:hover, .ginput_container_fileupload input[type="file"]:focus, .ginput_container_fileupload .gform_button_select_files:hover, .ginput_container_fileupload .gform_button_select_files:focus { -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; -webkit-transition-duration: 0.1s; transition-duration: 0.1s; text-decoration: none; }
.ginput_container_fileupload input[type="file"]:focus, .ginput_container_fileupload .gform_button_select_files:focus { outline: none; }
.ginput_container_fileupload input[type="file"] { text-transform: uppercase; }
.ginput_container_fileupload + div .ginput_preview { padding: 7px 0; }
.ginput_container_fileupload + div .ginput_preview .gform_delete { display: inline-block; margin-right: 3px; }
.ginput_container_fileupload #extensions_message { display: block; font-size: 16px; margin: 5px 0; }
.ginput_container_fileupload .validation_message { background-color: #999; padding: 0; margin-bottom: 10px; }
.ginput_container_fileupload .validation_message ul { margin: 0; }
.ginput_container_fileupload .validation_message li { padding: 10px; margin: 0; border-bottom: 1px solid #888; }

.gform_drop_area { display: inline-block; background: #d2d7dd; color: #444; line-height: 1.2; padding: 15px; border: 2px solid #d2d7dd; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; }
.gform_drop_area:-moz-placeholder { color: rgba(40, 52, 70, 0.5); }
.gform_drop_area::-moz-placeholder { color: rgba(40, 52, 70, 0.5); }
.gform_drop_area:-ms-input-placeholder { color: rgba(40, 52, 70, 0.5); }
.gform_drop_area::-webkit-input-placeholder { color: rgba(40, 52, 70, 0.5); }
.gform_drop_area:focus { background-color: #fff; border-color: #283446; outline: none; }
@media (min-width: 768px) { .gform_drop_area { padding: 15px 20px; } }
.gform_drop_area input[type="button"] { background: transparent; font-size: 16px; font-weight: 700; letter-spacing: 2.67px; text-transform: uppercase; line-height: 1.2; text-align: center; text-decoration: none; vertical-align: middle; display: inline-block; border: none; padding: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -moz-transition-property: background, color, border-color; -o-transition-property: background, color, border-color; -webkit-transition-property: background, color, border-color; transition-property: background, color, border-color; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; -webkit-transition-duration: 0.2s; transition-duration: 0.2s; background: #eef1f7; color: #283446; padding: 25px; }
.gform_drop_area input[type="button"]:hover, .gform_drop_area input[type="button"]:focus { -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; -webkit-transition-duration: 0.1s; transition-duration: 0.1s; text-decoration: none; }
.gform_drop_area input[type="button"]:focus { outline: none; }
.gform_drop_area input[type="button"].btn-hover:hover, .gform_drop_area input[type="button"].btn-hover:focus, .gform_drop_area input[type="button"].btn-hover:active { background: #283446; color: #fff; }

.gform_drop_instructions { color: #aaa; display: block; margin-bottom: 10px; }

/*==========  End of File Upload  ==========*/
/*==========  List  ==========*/
table.gfield_list .gfield_list_cell { padding-left: 0; }
table.gfield_list th { text-transform: uppercase; font-size: 14px; letter-spacing: 2px; font-weight: 700; padding-left: 0; }

/*==========  List  ==========*/
/*======================================
=            Custom Classes            =
======================================*/
.gform-full-width input[type="text"], .gform-full-width input[type="file"], .gform-full-width select, .gform-full-width textarea, .gform-full-width .gform_drop_area, .gform-full-width .gfield_list { width: 100%; }
.gform-full-width .gfield_list .gfield_list_cell { width: 75%; }
.gform-full-width .gfield_list .gfield_list_icons { width: 25%; }

.gf-time .clear-multi > div { float: left; width: 33.333333%; padding-right: 10px; margin-right: 0; }
.gf-time .clear-multi > div:last-child { padding-right: 0; }
.gf-time .gfield_time_hour i { display: none; }

.gform_body .gf-row { padding: 0; }
.gform_body .gf-row ul { list-style: none; margin-left: 0; margin-top: 0; }
.gform_body .gf-row ul:before, .gform_body .gf-row ul:after { content: " "; display: table; }
.gform_body .gf-row ul:after { clear: both; }
.gform_body .gf-row input, .gform_body .gf-row textarea, .gform_body .gf-row select { width: 100%; }
.gform_body .gf-row .gfield_html { display: none; }
@media (max-width: 767px) { .gform_body .gf-row { margin-bottom: 15px; }
  .gform_body .gf-row .gfield.gf-col-2:nth-last-child(2), .gform_body .gf-row .gfield.gf-col-3:nth-last-child(2) { margin-bottom: 0; } }
@media (min-width: 768px) { .gform_body .gf-row { margin-left: -10px; margin-right: -10px; }
  .gform_body .gf-row .gfield.gf-col-2, .gform_body .gf-row .gfield.gf-col-3 { float: left; padding: 0 10px; margin-bottom: 0; }
  .gform_body .gf-row .gfield.gf-col-2 { width: 50%; }
  .gform_body .gf-row .gfield.gf-col-3 { width: 33.333333%; } }

.gform_body .gfield.hide-label .gfield_label { visibility: hidden; opacity: 0; font-size: 0; height: 0; margin-bottom: 0; }
.gform_body .gfield.transparent-label .gfield_label { visibility: hidden; opacity: 0; }
.gform_body .gf-hide-chosen-search .chosen-search { display: none !important; }
.gform_body span.required { color: red; }
@media (min-width: 768px) { .gform_body .gfield.gf-label-inline { display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
  .gform_body .gfield.gf-label-inline .gfield_label { margin-top: 10px; margin-right: 20px; margin-bottom: 0; } }

.gfield.gform_validation_container { display: none !important; }

.gplaceholder .gform_body .gfield .gfield_label { display: none; }

.gf-display-label .gfield_label { display: block !important; }

/*----------  HTML Block  ----------*/
@media (min-width: 768px) { .gf-html-col-2 { margin-left: -15px; margin-right: -15px; }
  .gf-html-col-2 .col { float: left; width: 50%; padding-left: 15px; padding-right: 15px; } }
.swiper-container { margin: 0 auto; position: relative; overflow: hidden; /* Fix of Webkit flickering */ z-index: 1; }

.swiper-container-no-flexbox .swiper-slide { float: left; }

.swiper-container-vertical > .swiper-wrapper { -webkit-box-orient: vertical; -moz-box-orient: vertical; -ms-flex-direction: column; -webkit-flex-direction: column; flex-direction: column; }

.swiper-wrapper { position: relative; width: 100%; z-index: 1; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-transition-property: -webkit-transform; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -ms-transition-property: -ms-transform; transition-property: transform; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0px, 0, 0); -moz-transform: translate3d(0px, 0, 0); -o-transform: translate(0px, 0px); -ms-transform: translate3d(0px, 0, 0); transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper { -webkit-box-lines: multiple; -moz-box-lines: multiple; -ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper { -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -ms-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto; }

.swiper-slide { -webkit-flex-shrink: 0; -ms-flex: 0 0 auto; flex-shrink: 0; width: 100%; cursor: move; position: relative; }

/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto; }

.swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; -ms-flex-align: start; -webkit-align-items: flex-start; align-items: flex-start; -webkit-transition-property: -webkit-transform, height; -moz-transition-property: -moz-transform; -o-transition-property: -o-transform; -ms-transition-property: -ms-transform; transition-property: transform, height; }

/* a11y */
.swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal { -ms-touch-action: pan-y; touch-action: pan-y; }

.swiper-wp8-vertical { -ms-touch-action: pan-x; touch-action: pan-x; }

/* Arrows */
.swiper-button-prev.swiper-button-disabled, .swiper-button-next.swiper-button-disabled { opacity: 0.35; cursor: auto; pointer-events: none; }

.swiper-pagination.swiper-pagination-hidden { opacity: 0; }

/* Progress */
.swiper-pagination-progress { background: rgba(0, 0, 0, 0.25); position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar { background: #1ea6eb; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scale(0); -ms-transform: scale(0); -o-transform: scale(0); transform: scale(0); -webkit-transform-origin: left top; -moz-transform-origin: left top; -ms-transform-origin: left top; -o-transform-origin: left top; transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar { -webkit-transform-origin: right top; -moz-transform-origin: right top; -ms-transform-origin: right top; -o-transform-origin: right top; transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress { width: 100%; height: 4px; left: 0; top: 0; }

.swiper-container-vertical > .swiper-pagination-progress { width: 4px; height: 100%; left: 0; top: 0; }

.swiper-pagination-progress.swiper-pagination-white { background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar { background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar { background: #000; }

/* 3D Container */
.swiper-container-3d { -webkit-perspective: 1200px; -moz-perspective: 1200px; -o-perspective: 1200px; perspective: 1200px; }

.swiper-container-3d .swiper-wrapper, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-cube-shadow { -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-slide-shadow-bottom { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent)); /* Safari 4+, Chrome */ background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent); /* Chrome 10+, Safari 5.1+, iOS 5+ */ background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent); /* Firefox 3.6-15 */ background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent); /* Opera 11.10-12.00 */ background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right { background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent)); /* Safari 4+, Chrome */ background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent); /* Chrome 10+, Safari 5.1+, iOS 5+ */ background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent); /* Firefox 3.6-15 */ background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent); /* Opera 11.10-12.00 */ background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent)); /* Safari 4+, Chrome */ background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent); /* Chrome 10+, Safari 5.1+, iOS 5+ */ background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent); /* Firefox 3.6-15 */ background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent); /* Opera 11.10-12.00 */ background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent)); /* Safari 4+, Chrome */ background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent); /* Chrome 10+, Safari 5.1+, iOS 5+ */ background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent); /* Firefox 3.6-15 */ background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent); /* Opera 11.10-12.00 */ background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper, .swiper-container-flip .swiper-wrapper { /* Windows 8 IE 10 fix */ -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube, .swiper-container-flip { overflow: visible; }

.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide, .swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-cube .swiper-slide-active, .swiper-container-flip .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top, .swiper-container-flip .swiper-slide-shadow-top, .swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-right { z-index: 0; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide { visibility: hidden; -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; width: 100%; height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide { -webkit-transform-origin: 100% 0; -moz-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-prev, .swiper-container-cube .swiper-slide-next + .swiper-slide { pointer-events: auto; visibility: visible; }

.swiper-container-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0px; width: 100%; height: 100%; background: #000; opacity: 0.6; -webkit-filter: blur(50px); filter: blur(50px); z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -ms-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide { pointer-events: none; -webkit-transition-property: opacity; -moz-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto; }

/* Scrollbar */
.swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98%; }

.swiper-container-vertical > .swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98%; }

.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, 0.5); border-radius: 10px; left: 0; top: 0; }

.swiper-scrollbar-cursor-drag { cursor: move; }

/* Preloader */
.swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; -webkit-transform-origin: 50%; -moz-transform-origin: 50%; transform-origin: 50%; -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite; -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite; animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after { display: block; content: ""; width: 100%; height: 100%; background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); background-position: 50%; -webkit-background-size: 100%; background-size: 100%; background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after { background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes swiper-preloader-spin { 100% { transform: rotate(360deg); } }
.list-accordions { list-style: none; margin-left: 0; }
.list-accordions ::-moz-selection { background: transparent; color: #283446; }
.list-accordions ::selection { background: transparent; color: #283446; }
.list-accordions > li { margin-bottom: 5px; position: relative; overflow: hidden; }
.list-accordions .heading { font-family: "azo-sans-web", sans-serif; color: #b52032; font-size: 18px; font-weight: 700; letter-spacing: 1px; padding: 20px 0 20px 35px; border-bottom: 1px solid rgba(40, 52, 70, 0.2); margin-bottom: 0; position: relative; cursor: pointer; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }
.list-accordions .heading:before { content: ""; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #b52032; font-size: 24px; position: absolute; top: 21px; left: 0; margin: 0; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }
.list-accordions .heading:after { content: ''; background-color: #1ea6eb; position: absolute; left: 0; bottom: 0; width: 0; height: 5px; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }
.list-accordions .heading.js-active { border-color: #1ea6eb; }
.list-accordions .heading.js-active:before { -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -webkit-transform: rotate(45deg); transform: rotate(45deg); }
.list-accordions .heading.js-active:after { width: 100%; }
.list-accordions .content-block { display: none; }
.list-accordions .content-block .inner-block { padding: 25px 0 35px; }

@media (min-width: 768px) { .split-accordions { margin: 0 -20px; }
  .split-accordions > li { float: left; width: 50%; padding: 0 20px; }
  .split-accordions > li:nth-child(2n+1) { clear: both; } }

.table-expanded, .table-mixed { width: 100%; }

.table-striped tbody tr:nth-child(odd), .table-mixed tbody tr:nth-child(odd) { background-color: #f9f9f9; }

.table-bordered th, .table-mixed th, .table-bordered td, .table-mixed td { border: 1px solid #e5e5e5; }

.list-check { list-style: none; margin-left: 0; }
.list-check > li { padding-left: 30px; position: relative; }
.list-check > li:before { content: ""; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: green; font-size: 21px; position: absolute; left: 0; top: 0; }

.list-cross { list-style: none; margin-left: 0; }
.list-cross > li { padding-left: 34px; position: relative; }
.list-cross > li:before { content: ""; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: red; font-size: 21px; position: absolute; left: 0; top: 3px; }

.list-social-profiles { font-size: 0; list-style: none; margin-left: 0; text-align: center; overflow: hidden; }
.list-social-profiles > li { display: inline-block; width: 40px; height: 40px; margin-right: 20px; margin-bottom: 0; }
.list-social-profiles > li:last-child { margin-right: 0; }
.list-social-profiles > li a { color: transparent; font-size: 0; color: transparent; font: 0/0 a; text-shadow: none; text-align: center; text-decoration: none; display: block; height: 100%; position: relative; }
.list-social-profiles > li a:before { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #d2d7dd; font-size: 40px; line-height: 40px; display: block; }
.list-social-profiles > li a:hover, .list-social-profiles > li a:focus { text-decoration: none; }
.list-social-profiles > li a:hover:before, .list-social-profiles > li a:focus:before { color: #283446; }
.list-social-profiles .i-facebook a:before { content: '\f082'; }
.list-social-profiles .i-twitter a:before { content: '\f081'; }
.list-social-profiles .i-instagram a:before { content: '\e900'; }

.btn-maroon { background: #b52032; color: #fff; }
.btn-maroon.btn-hover:hover, .btn-maroon.btn-hover:focus, .btn-maroon.btn-hover:active { background: #283446; color: #fff; }

.btn-maroon-shade { background: #b01326; color: #fff; }
.btn-maroon-shade.btn-hover:hover, .btn-maroon-shade.btn-hover:focus, .btn-maroon-shade.btn-hover:active { background: #283446; color: #fff; }

.btn-sky-blue { background: #1ea6eb; color: #fff; }
.btn-sky-blue.btn-hover:hover, .btn-sky-blue.btn-hover:focus, .btn-sky-blue.btn-hover:active { background: #283446; color: #fff; }

.btn-bordered-black { background: transparent; border: 2px solid #283446; color: #283446; font-size: 18px; font-weight: 400; letter-spacing: 0.41px; padding: 20px 90px 20px 20px; position: relative; }
.btn-bordered-black:after { content: '\e5c8'; font-size: 30px; display: block; position: absolute; right: 15px; top: 50%; -moz-transition: 0.2s; -o-transition: 0.2s; -webkit-transition: 0.2s; transition: 0.2s; }

.btn-grey { background: #eef1f7; color: #283446; }
.btn-grey.btn-hover:hover, .btn-grey.btn-hover:focus, .btn-grey.btn-hover:active { background: #283446; color: #fff; }

.btn-sidebar { background: #b01326; color: #fff; }
.btn-sidebar.btn-hover:hover, .btn-sidebar.btn-hover:focus, .btn-sidebar.btn-hover:active { background: #283446; color: #fff; }

.btn-cover { display: block; width: 100%; }

.btn-donate { min-width: 250px; max-width: 100%; }

.btn.btn-hover-animate { position: relative; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; }
.btn.btn-hover-animate:before { content: ''; background: #283446; display: block; position: absolute; left: 0; top: 0; width: 0; height: 100%; -moz-transition: 0.3s; -o-transition: 0.3s; -webkit-transition: 0.3s; transition: 0.3s; }
.btn.btn-hover-animate:hover { color: #fff; }
.btn.btn-hover-animate:hover:before { width: 100%; }
.btn.btn-hover-animate b { position: relative; }

.btn.btn-i-rarr { padding-right: 80px; }
.btn.btn-i-rarr:after { content: '\e5c8'; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 30px; display: block; position: absolute; right: 15px; top: 20px; }
.btn.btn-i-rarr:hover:after { -moz-animation: leftRightBounce 1s infinite; -webkit-animation: leftRightBounce 1s infinite; animation: leftRightBounce 1s infinite; }

.btn-xs { padding: 15px; }

.btn-sm { padding: 20px; }

.btn-md { padding: 25px; }

.btn-lg { padding: 30px; }

@media (min-width: 768px) { .img-stick-right { max-width: calc(50vw - 20px); position: absolute; right: 0; -moz-transform: translateX(calc((100vw - 760px) / 2)); -ms-transform: translateX(calc((100vw - 760px) / 2)); -webkit-transform: translateX(calc((100vw - 760px) / 2)); transform: translateX(calc((100vw - 760px) / 2)); } }
@media (min-width: 992px) { .img-stick-right { -moz-transform: translateX(calc((100vw - 980px) / 2)); -ms-transform: translateX(calc((100vw - 980px) / 2)); -webkit-transform: translateX(calc((100vw - 980px) / 2)); transform: translateX(calc((100vw - 980px) / 2)); } }
@media (min-width: 1200px) { .img-stick-right { -moz-transform: translateX(calc((100vw - 1180px) / 2)); -ms-transform: translateX(calc((100vw - 1180px) / 2)); -webkit-transform: translateX(calc((100vw - 1180px) / 2)); transform: translateX(calc((100vw - 1180px) / 2)); } }
.img-stick-right.is-sticky { -moz-transform: translateX(0); -ms-transform: translateX(0); -webkit-transform: translateX(0); transform: translateX(0); }

.ie-img-stick-right { display: none; }

/* IE10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .img-stick-right { display: none !important; }
  .ie-img-stick-right { display: block; }
  .ie-img-stick-right img { margin-left: 20px; } }
/* IE Edge */
@supports (-ms-ime-align: auto) { .img-stick-right { display: none !important; }
  .ie-img-stick-right { display: block; }
  .ie-img-stick-right img { margin-left: 20px; } }
#img-stick-right-sticky-wrapper.is-sticky .img-stick-right { -webkit-transform: translateX(0) !important; -moz-transform: translateX(0) !important; transform: translateX(0) !important; }

.hr-container { position: relative; }
.hr-container .container:after { content: ''; background-color: rgba(40, 52, 70, 0.2); display: block; height: 1px; left: 15px; right: 15px; bottom: 0; position: absolute; }

.heading-mustache { padding-bottom: 15px; margin-bottom: 35px; position: relative; }
.heading-mustache:before { content: ''; background-color: #b52032; width: 45px; height: 5px; position: absolute; left: 0; bottom: 0; }
.heading-mustache.mustache-black:before { background-color: #283446; }
.heading-mustache:last-child { margin-bottom: 0; }

.heading-strike { font-family: "azo-sans-web", sans-serif; letter-spacing: 2.28px; font-weight: 400; text-transform: uppercase; display: -ms-flexbox; display: -webkit-flex; display: flex; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.heading-strike:after { content: ''; background-color: rgba(40, 52, 70, 0.2); -ms-flex: 1 1 auto; -webkit-flex: 1 1 auto; flex: 1 1 auto; height: 1px; margin-left: 20px; }

.bg-grey { background-color: #eef1f7; }

.azo { font-family: "azo-sans-web", sans-serif !important; }

.maroon { color: #b52032 !important; }

.section-color-light { color: #fff; }
.section-color-light > * { color: #fff; }

.pad-xxs { padding-top: 15px; padding-bottom: 15px; }

.pad-xs { padding-top: 30px; padding-bottom: 30px; }

.pad-sm { padding-top: 50px; padding-bottom: 50px; }

.pad-md { padding-top: 50px; padding-bottom: 50px; }
@media (min-width: 992px) { .pad-md { padding-top: 4vw; padding-bottom: 4vw; } }
@media (min-width: 1900px) { .pad-md { padding-top: 70px; padding-bottom: 70px; } }

.pad-lg { padding-top: 50px; padding-bottom: 50px; }
@media (min-width: 992px) { .pad-lg { padding-top: 5vw; padding-bottom: 5vw; } }
@media (min-width: 1900px) { .pad-lg { padding-top: 90px; padding-bottom: 90px; } }

.pad-xlg { padding-top: 50px; padding-bottom: 50px; }
@media (min-width: 992px) { .pad-xlg { padding-top: 6vw; padding-bottom: 6vw; } }
@media (min-width: 1900px) { .pad-xlg { padding-top: 110px; padding-bottom: 110px; } }

.pad-xxlg { padding-top: 50px; padding-bottom: 50px; }
@media (min-width: 992px) { .pad-xxlg { padding-top: 7vw; padding-bottom: 7vw; } }
@media (min-width: 1900px) { .pad-xxlg { padding-top: 150px; padding-bottom: 150px; } }

.pad-top-0 { padding-top: 0; }

.pad-top-xxs { padding-top: 15px; }

.pad-top-xs { padding-top: 30px; }

.pad-top-sm { padding-top: 50px; }

.pad-top-md { padding-top: 50px; }
@media (min-width: 992px) { .pad-top-md { padding-top: 4vw; } }
@media (min-width: 1900px) { .pad-top-md { padding-top: 70px; } }

.pad-top-lg { padding-top: 50px; }
@media (min-width: 992px) { .pad-top-lg { padding-top: 5vw; } }
@media (min-width: 1900px) { .pad-top-lg { padding-top: 90px; } }

.pad-top-xlg { padding-top: 50px; }
@media (min-width: 992px) { .pad-top-xlg { padding-top: 6vw; } }
@media (min-width: 1900px) { .pad-top-xlg { padding-top: 110px; } }

.pad-top-xxlg { padding-top: 50px; }
@media (min-width: 992px) { .pad-top-xxlg { padding-top: 7vw; } }
@media (min-width: 1900px) { .pad-top-xxlg { padding-top: 150px; } }

.pad-bottom-0 { padding-bottom: 0; }

.pad-bottom-xxs { padding-bottom: 15px; }

.pad-bottom-xs { padding-bottom: 30px; }

.pad-bottom-sm { padding-bottom: 50px; }

.pad-bottom-md { padding-bottom: 50px; }
@media (min-width: 992px) { .pad-bottom-md { padding-bottom: 4vw; } }
@media (min-width: 1900px) { .pad-bottom-md { padding-bottom: 70px; } }

.pad-bottom-lg { padding-bottom: 50px; }
@media (min-width: 992px) { .pad-bottom-lg { padding-bottom: 5vw; } }
@media (min-width: 1900px) { .pad-bottom-lg { padding-bottom: 70px; } }

.pad-bottom-xlg { padding-bottom: 50px; }
@media (min-width: 992px) { .pad-bottom-xlg { padding-bottom: 6vw; } }

.pad-bottom-xxlg { padding-bottom: 50px; }
@media (min-width: 992px) { .pad-bottom-xxlg { padding-bottom: 7vw; } }

.margin-top-0 { margin-top: 0 !important; }

.margin-top-xxs { margin-top: 15px; }

.margin-top-xs { margin-top: 30px !important; }

.margin-top-sm { margin-top: 50px !important; }

.margin-top-md { margin-top: 50px !important; }
@media (min-width: 992px) { .margin-top-md { margin-top: 4vw !important; } }
@media (min-width: 1900px) { .margin-top-md { margin-top: 70px !important; } }

.margin-top-lg { margin-top: 70px !important; }
@media (min-width: 992px) { .margin-top-lg { margin-top: 5vw !important; } }
@media (min-width: 1900px) { .margin-top-lg { margin-top: 90px !important; } }

.margin-top-xlg { margin-top: 90px !important; }
@media (min-width: 992px) { .margin-top-xlg { margin-top: 6vw !important; } }
@media (min-width: 1900px) { .margin-top-xlg { margin-top: 110px !important; } }

.margin-top-xxlg { margin-top: 110px !important; }
@media (min-width: 992px) { .margin-top-xxlg { margin-top: 7vw !important; } }
@media (min-width: 1900px) { .margin-top-xxlg { margin-top: 150px !important; } }

.margin-bottom-0 { margin-bottom: 0 !important; }

.margin-bottom-xxs { margin-bottom: 15px !important; }

.margin-bottom-xs { margin-bottom: 30px !important; }

.margin-bottom-sm { margin-bottom: 50px !important; }

.margin-bottom-md { margin-bottom: 50px !important; }
@media (min-width: 992px) { .margin-bottom-md { margin-bottom: 4vw !important; } }
@media (min-width: 1900px) { .margin-bottom-md { margin-bottom: 70px !important; } }

.margin-bottom-lg { margin-bottom: 50px !important; }
@media (min-width: 992px) { .margin-bottom-lg { margin-bottom: 5vw !important; } }
@media (min-width: 1900px) { .margin-bottom-lg { margin-bottom: 90px !important; } }

.margin-bottom-xlg { margin-bottom: 50px !important; }
@media (min-width: 992px) { .margin-bottom-xlg { margin-bottom: 6vw !important; } }
@media (min-width: 1900px) { .margin-bottom-xlg { margin-bottom: 110px !important; } }

.margin-bottom-xxlg { margin-bottom: 50px !important; }
@media (min-width: 992px) { .margin-bottom-xxlg { margin-bottom: 7vw !important; } }
@media (min-width: 1900px) { .margin-bottom-xxlg { margin-bottom: 150px !important; } }

.flex { display: -ms-flexbox; display: -webkit-flex; display: flex; }

.lead, .big { font-size: 22px; }

.big { font-size: 24px; letter-spacing: 0.65px; line-height: 1.75; }

.relative { position: relative; }

.i-font:before { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.i-font-after:after { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }

.clear { clear: both !important; }

.clear-left { clear: left !important; }

.clear-right { clear: right !important; }

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

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-justify { text-align: justify; }

.text-truncate { white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.text-underline { text-decoration: underline; }

.light { font-weight: 300; }

.regular { font-weight: 400; }

.semi-bold { font-weight: 600; }

.bold { font-weight: 700; }

.caps { text-transform: uppercase; }

@media (max-width: 767px) { .text-center-xs { text-align: center; } }

.align-left, .alignleft { float: left; margin: 0 25px 10px 0; }

.align-right, .alignright { float: right; margin: 0 0 10px 25px; }

.align-center, .aligncenter { clear: both; display: block; margin: 0 auto 20px auto; }

.list-unstyled { list-style: none; margin-left: 0; }

/* img.align-left, img.alignleft, img.align-right, img.alignright, img.align-center, img.aligncenter {} */
.pull-left { float: left !important; }

.pull-right { float: right !important; }

.block { display: block !important; }

.show { display: block !important; }

.visible { visibility: visible; }

.hidden { display: none; visibility: hidden; }

.invisible { visibility: hidden; }

.js .wow { visibility: hidden; }
@media (max-width: 767px) { .js .wow { visibility: visible !important; -moz-animation: none !important; -webkit-animation: none !important; animation: none !important; } }

.no-mutationobserver .wow { visibility: visible !important; -moz-animation: none !important; -webkit-animation: none !important; animation: none !important; }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.5.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2016 Daniel Eden
 */
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; }

@-webkit-keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }
@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }
.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }

@-webkit-keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -50px, 0); transform: translate3d(0, -50px, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes fadeInDown { from { opacity: 0; -webkit-transform: translate3d(0, -50px, 0); transform: translate3d(0, -50px, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; } }
.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig { from { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes fadeInDownBig { from { opacity: 0; -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; } }
.fadeInDownBig { -webkit-animation-name: fadeInDownBig; animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft { from { opacity: 0; -webkit-transform: translate3d(-50px, 0, 0); transform: translate3d(-50px, 0, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes fadeInLeft { from { opacity: 0; -webkit-transform: translate3d(-50px, 0, 0); transform: translate3d(-50px, 0, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; } }
.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig { from { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes fadeInLeftBig { from { opacity: 0; -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; } }
.fadeInLeftBig { -webkit-animation-name: fadeInLeftBig; animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight { from { opacity: 0; -webkit-transform: translate3d(50px, 0, 0); transform: translate3d(50px, 0, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes fadeInRight { from { opacity: 0; -webkit-transform: translate3d(50px, 0, 0); transform: translate3d(50px, 0, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; } }
.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig { from { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes fadeInRightBig { from { opacity: 0; -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; } }
.fadeInRightBig { -webkit-animation-name: fadeInRightBig; animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes fadeInUp { from { opacity: 0; -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; } }
.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig { from { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; } }
@keyframes fadeInUpBig { from { opacity: 0; -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); }
  to { opacity: 1; -webkit-transform: none; transform: none; } }
.fadeInUpBig { -webkit-animation-name: fadeInUpBig; animation-name: fadeInUpBig; }

@-webkit-keyframes slideInDown { from { -webkit-transform: translate3d(0, -50px, 0); transform: translate3d(0, -50px, 0); visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes slideInDown { from { -webkit-transform: translate3d(0, -50px, 0); transform: translate3d(0, -50px, 0); visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; }

@-webkit-keyframes slideInLeft { from { -webkit-transform: translate3d(-50px, 0, 0); transform: translate3d(-50px, 0, 0); visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft { from { -webkit-transform: translate3d(-50px, 0, 0); transform: translate3d(-50px, 0, 0); visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; }

@-webkit-keyframes slideInRight { from { -webkit-transform: translate3d(50px, 0, 0); transform: translate3d(50px, 0, 0); visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes slideInRight { from { -webkit-transform: translate3d(50px, 0, 0); transform: translate3d(50px, 0, 0); visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; }

@-webkit-keyframes slideInUp { from { -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0); visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes slideInUp { from { -webkit-transform: translate3d(0, 50px, 0); transform: translate3d(0, 50px, 0); visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.slideInUp { -webkit-animation-name: slideInUp; animation-name: slideInUp; }

@-webkit-keyframes slideInDownBig { from { -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes slideInDownBig { from { -webkit-transform: translate3d(0, -2000px, 0); transform: translate3d(0, -2000px, 0); visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.slideInDownBig { -webkit-animation-name: slideInDownBig; animation-name: slideInDownBig; }

@-webkit-keyframes slideInLeftBig { from { -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes slideInLeftBig { from { -webkit-transform: translate3d(-2000px, 0, 0); transform: translate3d(-2000px, 0, 0); visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.slideInLeftBig { -webkit-animation-name: slideInLeftBig; animation-name: slideInLeftBig; }

@-webkit-keyframes slideInRightBig { from { -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes slideInRightBig { from { -webkit-transform: translate3d(2000px, 0, 0); transform: translate3d(2000px, 0, 0); visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.slideInRightBig { -webkit-animation-name: slideInRightBig; animation-name: slideInRightBig; }

@-webkit-keyframes slideInUpBig { from { -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
@keyframes slideInUpBig { from { -webkit-transform: translate3d(0, 2000px, 0); transform: translate3d(0, 2000px, 0); visibility: visible; }
  to { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); } }
.slideInUpBig { -webkit-animation-name: slideInUpBig; animation-name: slideInUpBig; }

@-webkit-keyframes zoomIn { from { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; } }
@keyframes zoomIn { from { opacity: 0; -webkit-transform: scale3d(0.3, 0.3, 0.3); transform: scale3d(0.3, 0.3, 0.3); }
  50% { opacity: 1; } }
.zoomIn { -webkit-animation-name: zoomIn; animation-name: zoomIn; }

/* Custom Keyframes */
@-moz-keyframes upDownBounce { 50% { -moz-transform: translateY(-5px); transform: translateY(-5px); } }
@-webkit-keyframes upDownBounce { 50% { -webkit-transform: translateY(-5px); transform: translateY(-5px); } }
@keyframes upDownBounce { 50% { -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -webkit-transform: translateY(-5px); transform: translateY(-5px); } }
@-moz-keyframes leftRightBounce { 50% { -moz-transform: translateX(-5px); transform: translateX(-5px); } }
@-webkit-keyframes leftRightBounce { 50% { -webkit-transform: translateX(-5px); transform: translateX(-5px); } }
@keyframes leftRightBounce { 50% { -moz-transform: translateX(-5px); -ms-transform: translateX(-5px); -webkit-transform: translateX(-5px); transform: translateX(-5px); } }
@-moz-keyframes rightLeftRightBounce { 50% { -moz-transform: translateX(-5px); transform: translateX(-5px); }
  100% { -moz-transform: translateX(5px); transform: translateX(5px); } }
@-webkit-keyframes rightLeftRightBounce { 50% { -webkit-transform: translateX(-5px); transform: translateX(-5px); }
  100% { -webkit-transform: translateX(5px); transform: translateX(5px); } }
@keyframes rightLeftRightBounce { 50% { -moz-transform: translateX(-5px); -ms-transform: translateX(-5px); -webkit-transform: translateX(-5px); transform: translateX(-5px); }
  100% { -moz-transform: translateX(5px); -ms-transform: translateX(5px); -webkit-transform: translateX(5px); transform: translateX(5px); } }
