@charset "UTF-8";



@import url('https://fonts.googleapis.com/css?family=Merriweather&display=swap');




html { font-family: 'Merriweather', sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

/** Remove default margin. */
body { margin: 0; }

.bgvideo {
    position: absolute;
    top: 0%;
    left: 0%;
    min-width: 100%;
    
}

/* 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, .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/icomoon.eot"); src: url("fonts/icomoon/icomoond41d.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon/icomoon.woff") format("woff"), url("fonts/icomoon/icomoon.ttf") format("truetype"), url("fonts/icomoon/icomoon.svg#icomoon") format("svg"); font-weight: normal; font-style: normal; }

@font-face { font-family: 'owfont'; src: url("fonts/weather-icon/owfont-regulare209.eot?v=1.0.0"); src: url("fonts/weather-icon/owfont-regulard41d.eot?#iefix&v=1.0.0") format("embedded-opentype"), url("fonts/weather-icon/owfont-regular.woff") format("woff"), url("fonts/weather-icon/owfont-regular.ttf") format("truetype"), url("fonts/weather-icon/owfont-regular.svg#owf-regular") format("svg"); font-weight: normal; font-style: normal; }


::-moz-selection { background: #f9f9f9; color: #20324a; text-shadow: none; }

::selection { background: #f9f9f9; color: #20324a; text-shadow: none; }

* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { font-family: 'Merriweather'; font-size: 100%; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-font-smoothing: antialiased; overflow: visible !important; margin-right: 0 !important; }

@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: #888; }

html ::-webkit-scrollbar-track { background: #e9e9e9; }

html body { scrollbar-face-color: #888; scrollbar-track-color: #e9e9e9; }

body { background: #ffffff; color: #20324a; font-family: 'Merriweather'; line-height: 1; }

a { color: #f9f9f9; text-decoration: none; border-bottom: 1px solid; }

a:hover, a:focus { color: #00ABE8; text-decoration: none; }

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"] { -webkit-transition-property: background, color, border-color; -moz-transition-property: background, color, border-color; -o-transition-property: background, color, border-color; transition-property: background, color, border-color; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-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 { -webkit-transition-duration: 0.1s; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; }

img { vertical-align: middle; max-width: 100%; height: auto; }

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: 600; line-height: 1.4; margin: 45px 0 30px 0; }

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 { font-size: 1.875rem; line-height: 1.2; }

@media (min-width: 768px) { h1, .h1 { font-size: 2.1875rem; line-height: 1.3; } }

@media (min-width: 992px) { h1, .h1 { font-size: 2.3125rem; } }

h2, .h2 { font-size: 1.5625rem; line-height: 1.3; }

@media (min-width: 768px) { h2, .h2 { font-size: 1.875rem; } }

h3, .h3 { font-size: 1.25rem; }

@media (min-width: 768px) { h3, .h3 { font-size: 1.5rem; line-height: 1.3; } }

h4, .h4 { font-size: 1.0625rem; }

@media (min-width: 768px) { h4, .h4 { font-size: 1.25rem; } }

h5, .h5 { font-size: 1rem; }

h6, .h6 { font-size: 0.9375rem; }

/* 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.6; }

p, table, ul, ol, dl, dd, pre, blockquote, address { margin: 0 0 30px; letter-spacing: 1px; }

blockquote { padding-left: 20px; border-left: 5px solid #004193; }

b, strong { font-weight: 700; }

small, .small { font-size: .75rem; }

hr, .hr { border: none; border-top: 1px solid #e5e5e5; margin-top: 50px; margin-bottom: 50px; }

address { font-style: normal; }

/* Table */
table caption { font-family: "Archer-Medium"; 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.4; }

dt { font-family: "Archer-Medium"; 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: transparent; color: #444; line-height: 1.2 !important; min-width: 250px; padding: 15px 2px; border-radius: 0; font-size: 14px; border: none; border-bottom: 1px solid #3F5163; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; -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: #ffffff; font-size: 14px; }

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: #ffffff; font-size: 14px; }

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: #ffffff; font-size: 14px; }

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: #ffffff; font-size: 14px; }

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 { border-bottom: 1px solid #00ABE8; outline: none; }

input[type="text"]:focus:-moz-placeholder, input[type="tel"]:focus:-moz-placeholder, input[type="url"]:focus:-moz-placeholder, input[type="number"]:focus:-moz-placeholder, input[type="password"]:focus:-moz-placeholder, input[type="email"]:focus:-moz-placeholder, input[type="range"]:focus:-moz-placeholder, input[type="file"]:focus:-moz-placeholder, input[type="date"]:focus:-moz-placeholder, input[type="search"]:focus:-moz-placeholder, textarea:focus:-moz-placeholder, select:focus:-moz-placeholder { color: transparent; }

input[type="text"]:focus::-moz-placeholder, input[type="tel"]:focus::-moz-placeholder, input[type="url"]:focus::-moz-placeholder, input[type="number"]:focus::-moz-placeholder, input[type="password"]:focus::-moz-placeholder, input[type="email"]:focus::-moz-placeholder, input[type="range"]:focus::-moz-placeholder, input[type="file"]:focus::-moz-placeholder, input[type="date"]:focus::-moz-placeholder, input[type="search"]:focus::-moz-placeholder, textarea:focus::-moz-placeholder, select:focus::-moz-placeholder { color: transparent; }

input[type="text"]:focus:-ms-input-placeholder, input[type="tel"]:focus:-ms-input-placeholder, input[type="url"]:focus:-ms-input-placeholder, input[type="number"]:focus:-ms-input-placeholder, input[type="password"]:focus:-ms-input-placeholder, input[type="email"]:focus:-ms-input-placeholder, input[type="range"]:focus:-ms-input-placeholder, input[type="file"]:focus:-ms-input-placeholder, input[type="date"]:focus:-ms-input-placeholder, input[type="search"]:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder, select:focus:-ms-input-placeholder { color: transparent; }

input[type="text"]:focus::-webkit-input-placeholder, input[type="tel"]:focus::-webkit-input-placeholder, input[type="url"]:focus::-webkit-input-placeholder, input[type="number"]:focus::-webkit-input-placeholder, input[type="password"]:focus::-webkit-input-placeholder, input[type="email"]:focus::-webkit-input-placeholder, input[type="range"]:focus::-webkit-input-placeholder, input[type="file"]:focus::-webkit-input-placeholder, input[type="date"]:focus::-webkit-input-placeholder, input[type="search"]:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder, select:focus::-webkit-input-placeholder { color: transparent; }

@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: 20px 15px; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) { 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 { font-size: 16px !important; } }

select { color: #ffffff; }

select option { color: #20324a; }

input[type="submit"] { background-color: #fff; }

input[type="search"] { -webkit-appearance: none; }

input[type="date"] { line-height: 34px; }

textarea { line-height: 1.6; 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: #555; }

@media (min-width: 768px) { output { font-size: 0.875rem; } }

code { background-color: #f9f9f9; color: green; font-weight: 400; font-family: 'Merriweather'; 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; } }

.slick-slider { position: relative; display: block; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; display: block; overflow: hidden; margin: 0; padding: 0; min-width: 100%; }

.slick-list:focus { outline: none; }

.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-track, .slick-slider .slick-list { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; top: 0; left: 0; display: block; min-width: 100%; }

.slick-track:before, .slick-track:after { display: table; content: ''; }

.slick-track:after { clear: both; }

.slick-loading .slick-track { visibility: hidden; }

.slick-slide { display: none; float: left; height: 100%; min-height: 1px; }

.slick-slide:focus { outline: none; }

[dir='rtl'] .slick-slide { float: right; }

.slick-slide.slick-loading img { display: none; }

.slick-slide.dragging img { pointer-events: none; }

.slick-initialized .slick-slide { display: block; }

.slick-loading .slick-slide { visibility: hidden; }

.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

.slick-arrow.slick-hidden { display: none; }

.slick-disabled { pointer-events: none; opacity: 0.5; }

/* Magnific Popup CSS */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 0.8; }

.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 1043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }

.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 0px; box-sizing: border-box; }

.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }

.mfp-align-top .mfp-container:before { display: none; }

.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }

.mfp-ajax-cur { cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }

.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }

.mfp-auto-cursor .mfp-content { cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }

.mfp-loading.mfp-figure { display: none; }

.mfp-hide { display: none !important; }

.mfp-preloader { color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 1044; }

.mfp-preloader a { color: #CCC; }

.mfp-preloader a:hover { color: #FFF; }

.mfp-s-ready .mfp-preloader { display: none; }

.mfp-s-error .mfp-content { display: none; }

button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 1046; box-shadow: none; touch-action: manipulation; }

button::-moz-focus-inner { padding: 0; border: 0; }

.mfp-close { width: 30px; height: 30px; line-height: 30px; position: absolute; right: 5px; top: 10px; text-decoration: none; text-align: center; opacity: 0.65; padding: 0 0 18px 10px; color: #f9f9f9; opacity: 1; font-style: normal; font-size: 40px; font-family: Arial, Baskerville, monospace; }

@media (min-width: 600px) { .mfp-close { top: 15px; right: 0; } }

@media (min-width: 992px) { .mfp-close { font-size: 50px; right: 10px; top: 15px; } }

.mfp-close:hover, .mfp-close:focus { opacity: 0.65; }

.mfp-close-btn-in .mfp-close { color: #f9f9f9; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #FFF; right: 0; top: -30px !important; text-align: right; padding-right: 6px; width: 100%; font-size: 26px; }

.mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; }

.mfp-arrow { position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.mfp-arrow:active { margin-top: -54px; }

.mfp-arrow:hover, .mfp-arrow:focus { opacity: 1; }

.mfp-arrow: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; display: block; content: '\e616'; color: #fff; font-size: 48px; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.mfp-arrow-left { left: 0; }

.mfp-arrow-left:before { content: '\e616'; }

.mfp-arrow-right { right: 0; }

.mfp-arrow-right:before { content: '\e617'; }

.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 100%; max-height: 100vh; }

.mfp-iframe-holder .mfp-close { top: -40px; }

.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }

.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; }

/* Main image in popup */
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure { line-height: 0; }

.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; }

.mfp-figure small, .mfp-figure .small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; }

.mfp-figure figure { margin: 0; }

.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }

.mfp-title { text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px; }

.mfp-image-holder .mfp-content { max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { /** Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
  .mfp-img-mobile img.mfp-img { padding: 0; }
  .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
  .mfp-img-mobile .mfp-figure small, .mfp-img-mobile .mfp-figure .small { display: inline; margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
  .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
  .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; } }

@media all and (max-width: 900px) { .mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
  .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
  .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
  .mfp-container { padding-left: 0px; padding-right: 0px; } }

/* ====== Zoom effect ====== */
.mfp-zoom-in { /* start state */ /* animate in */ /* animate out */ }

.mfp-zoom-in .mfp-content { opacity: 0; -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; -webkit-transform: scale(0.8, 0.8); -moz-transform: scale(0.8, 0.8); -ms-transform: scale(0.8, 0.8); -o-transform: scale(0.8, 0.8); transform: scale(0.8, 0.8); }

.mfp-zoom-in.mfp-bg { opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }

.mfp-zoom-in.mfp-ready .mfp-content { opacity: 1; -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); }

.mfp-zoom-in.mfp-ready.mfp-bg { opacity: 0.8; }

.mfp-zoom-in.mfp-removing .mfp-content { -webkit-transform: scale(0.8, 0.8); -moz-transform: scale(0.8, 0.8); -ms-transform: scale(0.8, 0.8); -o-transform: scale(0.8, 0.8); transform: scale(0.8, 0.8); opacity: 0; }

.mfp-zoom-in.mfp-removing.mfp-bg { opacity: 0; }

/* ====== Zoom-out effect ====== */
.mfp-zoom-out { /* start state */ /* animate in */ /* animate out */ }

.mfp-zoom-out .mfp-content { opacity: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-transform: scale(1.3, 1.3); -moz-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); -o-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); }

.mfp-zoom-out.mfp-bg { opacity: 0; -webkit-transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out; transition: all 0.3s ease-out; }

.mfp-zoom-out.mfp-ready .mfp-content { opacity: 1; -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); }

.mfp-zoom-out.mfp-ready.mfp-bg { opacity: 0.8; }

.mfp-zoom-out.mfp-removing .mfp-content { -webkit-transform: scale(1.3, 1.3); -moz-transform: scale(1.3, 1.3); -ms-transform: scale(1.3, 1.3); -o-transform: scale(1.3, 1.3); transform: scale(1.3, 1.3); opacity: 0; }

.mfp-zoom-out.mfp-removing.mfp-bg { opacity: 0; }

/* ====== Newspaper effect ====== */
.mfp-newspaper { /* start state */ /* animate in */ /* animate out */ }

.mfp-newspaper .mfp-content { opacity: 0; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; -webkit-transform: scale(0, 0); -moz-transform: scale(0, 0); -ms-transform: scale(0, 0); -o-transform: scale(0, 0); transform: scale(0, 0); -webkit-transform: rotate(500deg); -moz-transform: rotate(500deg); -ms-transform: rotate(500deg); -o-transform: rotate(500deg); transform: rotate(500deg); }

.mfp-newspaper.mfp-bg { opacity: 0; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }

.mfp-newspaper.mfp-ready .mfp-content { opacity: 1; -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }

.mfp-newspaper.mfp-ready.mfp-bg { opacity: 0.8; }

.mfp-newspaper.mfp-removing .mfp-content { -webkit-transform: scale(0, 0); -moz-transform: scale(0, 0); -ms-transform: scale(0, 0); -o-transform: scale(0, 0); transform: scale(0, 0); -webkit-transform: rotate(500deg); -moz-transform: rotate(500deg); -ms-transform: rotate(500deg); -o-transform: rotate(500deg); transform: rotate(500deg); opacity: 0; }

.mfp-newspaper.mfp-removing.mfp-bg { opacity: 0; }

/* ====== Move-from-top effect ====== */
.mfp-move-from-top { /* start state */ /* animate in */ /* animate out */ }

.mfp-move-from-top .mfp-content { vertical-align: top; opacity: 0; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; -webkit-transform: translateY(-100px); -moz-transform: translateY(-100px); -ms-transform: translateY(-100px); -o-transform: translateY(-100px); transform: translateY(-100px); }

.mfp-move-from-top.mfp-bg { opacity: 0; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }

.mfp-move-from-top.mfp-ready .mfp-content { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

.mfp-move-from-top.mfp-ready.mfp-bg { opacity: 0.8; }

.mfp-move-from-top.mfp-removing .mfp-content { -webkit-transform: translateY(-50px); -moz-transform: translateY(-50px); -ms-transform: translateY(-50px); -o-transform: translateY(-50px); transform: translateY(-50px); opacity: 0; }

.mfp-move-from-top.mfp-removing.mfp-bg { opacity: 0; }

/* ====== Move-from-bottom effect ====== */
.mfp-move-from-bottom { /* start state */ /* animate in */ /* animate out */ }

.mfp-move-from-bottom .mfp-content { vertical-align: top; opacity: 0; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; -webkit-transform: translateY(100px); -moz-transform: translateY(100px); -ms-transform: translateY(100px); -o-transform: translateY(100px); transform: translateY(100px); }

.mfp-move-from-bottom.mfp-bg { opacity: 0; -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; transition: all 0.2s; }

.mfp-move-from-bottom.mfp-ready .mfp-content { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

.mfp-move-from-bottom.mfp-ready.mfp-bg { opacity: 0.8; }

.mfp-move-from-bottom.mfp-removing .mfp-content { -webkit-transform: translateY(50px); -moz-transform: translateY(50px); -ms-transform: translateY(50px); -o-transform: translateY(50px); transform: translateY(50px); opacity: 0; }

.mfp-move-from-bottom.mfp-removing.mfp-bg { opacity: 0; }

/* ====== 3d unfold ====== */
.mfp-3d-unfold { /* start state */ /* animate in */ /* animate out */ }

.mfp-3d-unfold .mfp-content { opacity: 0; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; -webkit-perspective: 2000px; -moz-perspective: 2000px; -ms-perspective: 2000px; -o-perspective: 2000px; perspective: 2000px; -webkit-transform: rotateY(-60deg); -moz-transform: rotateY(-60deg); -ms-transform: rotateY(-60deg); -o-transform: rotateY(-60deg); transform: rotateY(-60deg); }

.mfp-3d-unfold.mfp-bg { opacity: 0; -webkit-transition: all 0.5s; -moz-transition: all 0.5s; -o-transition: all 0.5s; transition: all 0.5s; }

.mfp-3d-unfold.mfp-ready .mfp-content { opacity: 1; -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); }

.mfp-3d-unfold.mfp-ready.mfp-bg { opacity: 0.8; }

.mfp-3d-unfold.mfp-removing .mfp-content { -webkit-transform: rotateY(60deg); -moz-transform: rotateY(60deg); -ms-transform: rotateY(60deg); -o-transform: rotateY(60deg); transform: rotateY(60deg); opacity: 0; }

.mfp-3d-unfold.mfp-removing.mfp-bg { opacity: 0; }

/* ====== Fade ====== */
.mfp-fade { /* start state */ /* animate in */ }

.mfp-fade .mfp-content { opacity: 0; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; -o-transition: all 0.15s ease-out; transition: all 0.15s ease-out; }

.mfp-fade.mfp-bg { opacity: 0; -webkit-transition: all 0.15s ease-out; -moz-transition: all 0.15s ease-out; -o-transition: all 0.15s ease-out; transition: all 0.15s ease-out; }

.mfp-fade.mfp-ready .mfp-content { opacity: 1; }

.mfp-fade.mfp-ready.mfp-bg { opacity: .8; }

.mfp-fade.mfp-removing .mfp-content { opacity: 0; }

.mfp-fade.mfp-removing.mfp-bg { opacity: 0; }

.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; }

.swiper-button-next, .swiper-button-prev { cursor: pointer; }

/* Progress */
.swiper-pagination-progress { background: rgba(0, 0, 0, 0.25); position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar { background: #20324a; 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(rgba(0, 0, 0, 0))); /* Safari 4+, Chrome */ background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Chrome 10+, Safari 5.1+, iOS 5+ */ background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Firefox 3.6-15 */ background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* 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(rgba(0, 0, 0, 0))); /* Safari 4+, Chrome */ background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Chrome 10+, Safari 5.1+, iOS 5+ */ background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Firefox 3.6-15 */ background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* 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(rgba(0, 0, 0, 0))); /* Safari 4+, Chrome */ background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Chrome 10+, Safari 5.1+, iOS 5+ */ background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Firefox 3.6-15 */ background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* 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(rgba(0, 0, 0, 0))); /* Safari 4+, Chrome */ background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Chrome 10+, Safari 5.1+, iOS 5+ */ background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* Firefox 3.6-15 */ background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); /* 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); } }

/*----------  Swiper Dot Pagination  ----------*/
.swiper-dot-pagination span { background-color: rgba(255, 255, 255, 0.4); display: inline-block; width: 10px; height: 10px; margin-left: 10px; border-radius: 50%; position: relative; cursor: pointer; }

.swiper-dot-pagination span.swiper-pagination-bullet-active { background-color: #fff; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }

/*----------  Swiper Arrow Navigation  ----------*/
.swiper-arrow-navigation .btn { color: #20324a; position: absolute; -webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; }

.swiper-arrow-navigation .btn.swiper-button-disabled { opacity: .4; pointer-events: none; }

.swiper-arrow-navigation .btn: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: ''; display: block; font-size: 36px; }

.swiper-arrow-navigation .btn:hover:after { -webkit-animation: leftRightBounce 1s infinite; -moz-animation: leftRightBounce 1s infinite; -ms-animation: leftRightBounce 1s infinite; -o-animation: leftRightBounce 1s infinite; animation: leftRightBounce 1s infinite; }

.swiper-arrow-navigation .btn-next { right: 15px; }

.swiper-arrow-navigation .btn-next:before { left: 0; -webkit-transform: translateX(-100%); -moz-transform: translateX(-100%); -ms-transform: translateX(-100%); -o-transform: translateX(-100%); transform: translateX(-100%); }

.swiper-arrow-navigation .btn-next:after { content: ""; }

.swiper-arrow-navigation .btn-prev { left: 15px; }

.swiper-arrow-navigation .btn-prev:before { right: 0; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); }

.swiper-arrow-navigation .btn-prev:after { content: ""; }

@media (min-width: 768px) { .swiper-arrow-navigation .btn:after { font-size: 60px; } }

.custom-select-block { background: none; position: relative; }

.custom-select-block select { width: 100%; padding-right: 35px; -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 { 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: ""; font-size: 14px; display: block; position: absolute; right: 15px; top: 50%; color: #f9f9f9; }

.img-frame { border: 1px solid #e5e5e5; padding: 5px; }

.alert, .gforms_confirmation_message, .validation_error, .gform_confirmation_message { background-color: #e5e5e5; padding: 16px 5px !important; margin-bottom: 30px; }

.alert-info, .validation_error { background-color: #ffffd9; color: #20324a !important; }

.alert-error { background-color: #ffd9d9; border: 1px solid #ffa6a6; }

.alert-success, .gforms_confirmation_message, .gform_confirmation_message { background-color: #dbffd9; border: 1px solid #7aff73; }

p:empty { display: none; }

.btn { background: transparent; font-family: 'Merriweather'; font-size: 16px; font-weight: 700; letter-spacing: 1px; line-height: 1.2; text-align: center; text-decoration: none; border-bottom: none; vertical-align: middle; display: inline-block; border: none; padding: 0; text-transform: uppercase; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -webkit-transition-property: background, color, border-color; -moz-transition-property: background, color, border-color; -o-transition-property: background, color, border-color; transition-property: background, color, border-color; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; padding: 10px 15px; }

@media (min-width: 992px) { .btn { padding: 15px 24px; } }

@media (min-width: 1200px) { .btn { padding: 20px 30px; } }

.btn:hover, .btn:focus { -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; text-decoration: none; }

.btn:focus { outline: none; }

.row { margin-bottom: 30px; }

.row:last-child { margin-bottom: 0; }

@media (min-width: 768px) { .row-gutter-sm-20 { margin-left: -20px; margin-right: -20px; }
  .row-gutter-sm-20 .col { padding-left: 20px; padding-right: 20px; } }

@media (min-width: 768px) { .row-gutter-sm-25 { margin-left: -25px; margin-right: -25px; }
  .row-gutter-sm-25 .col { padding-left: 25px; padding-right: 25px; } }

@media (min-width: 768px) { .row-gutter-sm-30 { margin-left: -30px; margin-right: -30px; }
  .row-gutter-sm-30 .col { padding-left: 30px; padding-right: 30px; } }

@media (min-width: 768px) { .row-gutter-sm-35 { margin-left: -35px; margin-right: -35px; }
  .row-gutter-sm-35 .col { padding-left: 35px; padding-right: 35px; } }

@media (min-width: 768px) { .row-gutter-sm-40 { margin-left: -40px; margin-right: -40px; }
  .row-gutter-sm-40 .col { padding-left: 40px; padding-right: 40px; } }

@media (min-width: 768px) { .row-grid { margin-top: -15px; }
  .row-grid [class*="col-sm-"] { margin-top: 15px; margin-bottom: 15px; } }

@media (min-width: 992px) { .row-grid { margin-top: -15px; }
  .row-grid [class*="col-md-"] { margin-top: 15px; margin-bottom: 15px; } }

@media (min-width: 1200px) { .row-grid { margin-top: -15px; }
  .row-grid [class*="col-lg-"] { margin-top: 15px; margin-bottom: 15px; } }

@media (min-width: 768px) { .row-grid-3 [class*="col-sm-"]:nth-child(3n+1) { clear: both; } }

@media (min-width: 992px) { .row-grid-3 [class*="col-md-"]:nth-child(3n+1) { clear: both; } }

@media (min-width: 768px) { .row-grid-4 [class*="col-sm-"]:nth-child(4n+1) { clear: both; } }

@media (min-width: 992px) { .row-grid-4 [class*="col-md-"]:nth-child(4n+1) { clear: both; } }

@media (max-width: 767px) { [class*="col-sm"], [class*="col-md"], [class*="col-lg"] { margin-bottom: 50px; }
  [class*="col-sm"]:last-child, [class*="col-md"]:last-child, [class*="col-lg"]:last-child { margin-bottom: 0; } }

@media (max-width: 991px) { [class*="col-md-"], [class*="col-lg-"] { margin-bottom: 50px; }
  [class*="col-md-"]:last-child, [class*="col-lg-"]:last-child { margin-bottom: 0; } }

@media (max-width: 1199px) { [class*="col-lg-"] { margin-bottom: 50px; }
  [class*="col-lg-"]:last-child { margin-bottom: 0; } }

#header { padding: 15px 0; position: fixed; left: 0; top: 0; width: 100%; z-index: 100; background-color: transparent; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }

@media (min-width: 768px) { #header { padding: 20px 0; } }

#header.js-fixed { background-color: #0a264c; }

@media (min-width: 768px) { #header .container-fluid { padding-left: 2vw; padding-right: 2vw; } }

#header .search-btn-trigger { padding: 0; display: inline-block; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); right: 100px; font-size: 18px; color: #ffffff; }

@media (min-width: 768px) { #header .search-btn-trigger { right: 175px; } }

#header .search-btn-trigger:hover, #header .search-btn-trigger:focus { color: #f9f9f9; }

#header .contact-menu { font-family: 'Merriweather'; font-size: 0.75rem; text-decoration: none; border-bottom: none; color: #ffffff; letter-spacing: 0.5px; display: none; }

@media (min-width: 768px) { #header .contact-menu { display: inline-block; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); right: 108px; } }

#header .contact-menu:hover, #header .contact-menu:focus, #header .contact-menu:active { color: #f9f9f9; }

.header-logo { background: url("images/header-logo.svg") no-repeat; background-size: 98%; width: 130px; height: 30px; float: left; margin: 0; }

@media (min-width: 768px) { .header-logo { width: 165px; height: 38px; } }

.header-logo a { text-indent: -119988px; overflow: hidden; text-align: left; display: block; height: 100%; border-bottom: none; }

#header-menu ul { list-style: none; margin-left: 0; }

#header-menu li { margin-bottom: 0; }

#header-menu a { text-decoration: none; border-bottom: none; display: block; height: 100%; }

/*==============================
=            Mobile            =
==============================*/
.header-menu-toggle { background: #ffffff; color: #09479a; text-decoration: none; border-bottom: none; float: right; display: block; padding: 15px; border: none; position: absolute; top: 0; right: 0; height: 100%; width: 60px; }

@media (min-width: 768px) { .header-menu-toggle { width: 78px; } }

.header-menu-toggle:before { content: ""; font-size: 2.1875rem; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: 0.2s ease-out; -moz-transition: 0.2s ease-out; -o-transition: 0.2s ease-out; transition: 0.2s ease-out; }

@media (min-width: 768px) { .header-menu-toggle:before { font-size: 2.5rem; } }

.header-menu-close { background: none; text-decoration: none; border-bottom: none; border: none; padding: 0; position: absolute; right: 25px; top: 25px; }

.header-menu-close:before { content: ""; color: #ab0202; font-size: 2.1875rem; }

@media (min-width: 768px) { .header-menu-close:before { font-size: 2.5rem; } }

.header-menu-close:hover:before, .header-menu-close:active:before { color: #20324a; }

#header-menu { background-color: #ffffff; width: 100%; padding: 70px 15px 40px 15px; position: fixed; top: 0; right: 0; bottom: 0; z-index: 99; overflow-x: hidden; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); -webkit-transition: 550ms ease-in-out; -moz-transition: 550ms ease-in-out; -o-transition: 550ms ease-in-out; transition: 550ms ease-in-out; }

@media (min-width: 600px) { #header-menu { width: 50%; } }

@media (min-width: 768px) { #header-menu { padding: 10vw 30px 40px 30px; } }

@media (min-width: 992px) { #header-menu { padding-right: 40px; padding-left: 40px; } }

@media (min-width: 1200px) { #header-menu { padding-top: 130px; padding-left: 80px; } }

#header-menu.is-active { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); }

#header-menu.is-active .parent-menu > li { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both; animation-name: fadeInUp; }

#header-menu.is-active .parent-menu > li:first-child { -webkit-transition-delay: 0.5s; -moz-transition-delay: 0.5s; -o-transition-delay: 0.5s; transition-delay: 0.5s; }

#header-menu.is-active .parent-menu > li:nth-child(2) { -webkit-transition-delay: 0.7s; -moz-transition-delay: 0.7s; -o-transition-delay: 0.7s; transition-delay: 0.7s; }

#header-menu.is-active .parent-menu > li:nth-child(3) { -webkit-transition-delay: 0.9s; -moz-transition-delay: 0.9s; -o-transition-delay: 0.9s; transition-delay: 0.9s; }

#header-menu .parent-menu > li { border-bottom: none; padding: 5px 0; max-width: 140px; }

@media (min-width: 600px) { #header-menu .parent-menu > li { padding: 10px 0; } }

@media (min-width: 992px) { #header-menu .parent-menu > li { max-width: 240px; } }

#header-menu .parent-menu > li > a { background-color: transparent; color: #20324a; display: block; text-decoration: none; border-bottom: none; font-family: 'Merriweather'; line-height: 1.3; font-size: 1.2625rem; }

@media (min-width: 992px) { #header-menu .parent-menu > li > a { font-size: 1.8rem; } }

#header-menu .parent-menu > li > a:hover { background: transparent; color: #4086d8; }

#header-menu .parent-menu > li.current-page-ancestor > a, #header-menu .parent-menu > li.current-menu-parent > a, #header-menu .parent-menu > li.current-menu-item > a { background: transparent; color: #003f8a; }

#header-menu .parent-menu > li.menu-item-has-children { position: relative; }

#header-menu .parent-menu .menu-item-has-children span:hover { background: transparent; }

#header-menu .parent-menu .menu-item-has-children span:hover:after { border-top-color: #20324a; }

#header-menu .parent-menu .menu-item-has-children > a { position: relative; }

#header-menu .parent-menu .menu-item-has-children > a span { background: transparent; width: 35px; position: absolute; top: -9px; right: 0; bottom: 0; }

#header-menu .parent-menu .menu-item-has-children > a span: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; font-size: 0.8125rem; font-weight: bold; content: "\e617"; color: #20324a; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; margin-top: 3px; }

@media (min-width: 992px) { #header-menu .parent-menu .menu-item-has-children > a span:after { margin-top: 6px; } }

#header-menu .parent-menu .menu-item-has-children > a span.is-active:after { -webkit-transform: translate(-50%, -50%) rotateZ(90deg); -moz-transform: translate(-50%, -50%) rotateZ(90deg); -ms-transform: translate(-50%, -50%) rotateZ(90deg); -o-transform: translate(-50%, -50%) rotateZ(90deg); transform: translate(-50%, -50%) rotateZ(90deg); }

#header-menu .sub-menu { background: transparent; position: absolute; top: 5px; left: 120%; width: 100%; min-width: 360px; }

@media (min-width: 600px) { #header-menu .sub-menu { top: 09px; } }

@media (min-width: 992px) { #header-menu .sub-menu { top: 08px; } }

#header-menu .sub-menu.is-active > li > a { height: 42px; visibility: visible; color: #20324a; padding-top: 13px; padding-bottom: 13px; -webkit-transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.3s 0.2s color; -moz-transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.3s 0.2s color; -o-transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.3s 0.2s color; transition: 0.5s height cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.5s padding cubic-bezier(0.73, 0.32, 0.34, 1.5), 0.3s 0.2s color; }

#header-menu .sub-menu.is-active > li > a:after { background-color: #20324a; -webkit-transition: 0.5s 0.2s background; -moz-transition: 0.5s 0.2s background; -o-transition: 0.5s 0.2s background; transition: 0.5s 0.2s background; }

#header-menu .sub-menu > li.current_page_item a { background: transparent; color: #f9f9f9; }

#header-menu .sub-menu > li.current_page_item a:after { background-color: #f9f9f9; }

#header-menu .sub-menu > li > a { height: 0; visibility: hidden; background-color: transparent; color: transparent; display: block; text-decoration: none; border-bottom: none; position: relative; font-size: 0.875rem; font-family: 'Merriweather'; letter-spacing: 1px; -webkit-transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.3s color, 0.6s visibility, 0.2s background; -moz-transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.3s color, 0.6s visibility, 0.2s background; -o-transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.3s color, 0.6s visibility, 0.2s background; transition: 0.5s 0.1s height, 0.5s 0.1s padding, 0.3s color, 0.6s visibility, 0.2s background; }

@media (min-width: 992px) { #header-menu .sub-menu > li > a { font-size: 1rem; } }

#header-menu .sub-menu > li > a:after { content: ''; width: 100%; height: 1px; background-color: transparent; position: absolute; left: 0; bottom: 0; -webkit-transition: 0.3s background; -moz-transition: 0.3s background; -o-transition: 0.3s background; transition: 0.3s background; }

#header-menu .sub-menu > li > a:hover, #header-menu .sub-menu > li > a:focus { background: transparent; color: #01408a; }

#header-menu .sub-menu > li > a:hover:after, #header-menu .sub-menu > li > a:focus:after { background-color: #01408a; }

#header-menu .menu-logo { position: absolute; right: -35px; bottom: 30px; width: 150px; height: 150px; background-image: url("images/menu-logo.svg"); background-repeat: no-repeat; background-size: 100%; z-index: -1; opacity: 0.5; pointer-events: none; }

@media (min-width: 768px) { #header-menu .menu-logo { right: -60px; bottom: 10%; width: 300px; height: 300px; } }

@media (min-width: 992px) { #header-menu .menu-logo { right: -70px; width: 400px; height: 400px; } }

@media (min-width: 1200px) { #header-menu .menu-logo { right: -90px; width: 470px; height: 470px; } }

.secondary-menu { padding-top: 30px; }

@media (min-width: 768px) { .secondary-menu { padding-top: 50px; } }

.secondary-menu > li { padding: 5px 0; }

@media (min-width: 600px) { .secondary-menu > li { padding: 10px 0; } }

.secondary-menu > li > a { letter-spacing: 1px; color: #20324a; }

.secondary-menu > li > a:hover, .secondary-menu > li > a:focus, .secondary-menu > li > a:active { color: #f9f9f9; }

.secondary-menu > li.current-page-ancestor > a, .secondary-menu > li.current-menu-parent > a, .secondary-menu > li.current-menu-item > a { background: transparent; color: #f9f9f9; }

.social-block { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; padding-top: 30px; }

@media (min-width: 768px) { .social-block { padding-top: 50px; } }

.social-block a { font-size: 1.25rem; color: #20324a; margin: 0 10px; }

.social-block a:hover, .social-block a:focus, .social-block a:active { color: #01408a; }

.social-block a:first-child { margin-left: 0; }

.social-block a:last-child { margin-right: 0; }

#site-wrapper { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; min-height: 100vh; background-color: #20324a; }

#site-wrapper.page-template-horizontal-scroll-layout { overflow: hidden; }

#site-wrapper.page-template-horizontal-scroll-layout #site-content { overflow: hidden; }

#site-wrapper.page-template-horizontal-scroll-layout #site-content section:first-child { padding-top: 75px !important; }

#site-wrapper.js-overlay .site-overlay { opacity: 1; z-index: 90; -webkit-transition: opacity 0.25s ease; -moz-transition: opacity 0.25s ease; -o-transition: opacity 0.25s ease; transition: opacity 0.25s ease; cursor: pointer; }

#site-wrapper .site-overlay { opacity: 0; background-color: rgba(0, 0, 0, 0.7); position: fixed; top: 0; right: 0; left: 0; bottom: 0; z-index: -1; }

#site-content { -webkit-box-flex: 1 0 auto; -moz-box-flex: 1 0 auto; -moz-flex: 1 0 auto; -ms-flex: 1 0 auto; flex: 1 0 auto; }

#site-content section:first-child { padding-top: 90px !important; }



@media (min-width: 992px) { #site-content section:first-child.photo-grid-enabled { padding-top: 300px !important; } }

@media (min-width: 1200px) { #site-content section:first-child.photo-grid-enabled { padding-top: 40vh !important; } }

.pre-footer-section { background-color: #0a264c; }

@media (min-width: 992px) { .pre-footer-section .row-block { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; } }

.pre-footer-section a.prev-link, .pre-footer-section a.next-link { font-family: 'Merriweather'; font-size: 1.5625rem; padding-top: 30px; padding-bottom: 30px; }

@media (min-width: 992px) { .pre-footer-section a.prev-link, .pre-footer-section a.next-link { width: calc(50% - 75px); font-size: 1.875rem; padding-top: 63px; padding-bottom: 63px; } }

.pre-footer-section a.prev-link:hover span:before, .pre-footer-section a.prev-link:hover span:after, .pre-footer-section a.next-link:hover span:before, .pre-footer-section a.next-link:hover span:after { -webkit-animation: leftRightBounce 1s infinite; -moz-animation: leftRightBounce 1s infinite; -ms-animation: leftRightBounce 1s infinite; -o-animation: leftRightBounce 1s infinite; animation: leftRightBounce 1s infinite; }

.pre-footer-section a.prev-link span:before, .pre-footer-section a.prev-link span:after, .pre-footer-section a.next-link span:before, .pre-footer-section a.next-link span:after { position: absolute; top: 50%; margin-top: -15px; }

@media (min-width: 992px) { .pre-footer-section a.prev-link span:before, .pre-footer-section a.prev-link span:after, .pre-footer-section a.next-link span:before, .pre-footer-section a.next-link span:after { top: 50%; margin-top: -15px; } }

.pre-footer-section a.prev-link { padding-left: 45px; padding-right: 15px; }

@media (min-width: 992px) { .pre-footer-section a.prev-link { padding-left: 7vw; padding-right: 5vw; word-wrap: break-word; } }

.pre-footer-section a.prev-link span:before { content: ""; left: -35px; }

@media (min-width: 992px) { .pre-footer-section a.prev-link span:before { left: -5vw; right: auto; } }

.pre-footer-section a.next-link { padding-right: 45px; padding-left: 15px; }

@media (min-width: 992px) { .pre-footer-section a.next-link { padding-left: 5vw; padding-right: 7vw; word-wrap: break-word; } }

.pre-footer-section a.next-link span:after { content: ""; right: -35px; }

@media (min-width: 992px) { .pre-footer-section a.next-link span:after { right: -5vw; left: auto; } }

.pre-footer-section a.middle-link { width: 100%; border-top: 2px solid #20324a; border-bottom: 2px solid #20324a; padding-right: 15px; padding-left: 15px; }

@media (min-width: 992px) { .pre-footer-section a.middle-link { max-width: 150px; border-top: none; border-bottom: none; border-left: 2px solid #20324a; border-right: 2px solid #20324a; } }

.pre-footer-section a.middle-link span.grid:before { content: "\e5c3"; }

.pre-footer-section a.middle-link span.contact:before { content: "\e60e"; }

.pre-footer-section a.middle-link span.team:before { content: "\e908"; }

@media (min-width: 992px) { .pre-footer-section a.middle-link span.team:before { font-size: 1.5625rem; } }

.pre-footer-section a.middle-link span:before { display: block; color: #f9f9f9; font-size: 1.5625rem; padding-bottom: 15px; }

@media (min-width: 992px) { .pre-footer-section a.middle-link span:before { font-size: 1.875rem; } }

.pre-footer-section a.middle-link.project-popup-trigger span:before { content: "\e5c3"; }

.pre-footer-section a.middle-link:hover, .pre-footer-section a.middle-link:focus, .pre-footer-section a.middle-link:active { outline: none; }

.pre-footer-section a.middle-link:hover span:before, .pre-footer-section a.middle-link:focus span:before, .pre-footer-section a.middle-link:active span:before { color: #ffffff; }

.pre-footer-section a { text-align: center; display: block; text-decoration: none; border-bottom: none; color: #ffffff; }

.pre-footer-section a span { display: block; position: relative; }

.pre-footer-section a span:before, .pre-footer-section a span: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; color: #f9f9f9; display: inline-block; }

.pre-footer-section a:hover, .pre-footer-section a:focus, .pre-footer-section a:active { background-color: #001938; color: #ffffff; }

.pre-footer-section a:hover .small-heading, .pre-footer-section a:focus .small-heading, .pre-footer-section a:active .small-heading { color: #ffffff; }

.pre-footer-section a:hover span:before, .pre-footer-section a:hover span:after, .pre-footer-section a:focus span:before, .pre-footer-section a:focus span:after, .pre-footer-section a:active span:before, .pre-footer-section a:active span:after { color: #ffffff; }

@media (min-width: 992px) { .pre-footer-section a { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; } }

#footer { background-color: #030c19; font-size: 0.75rem; clear: both; color: #ffffff; }

#footer .menu-row { padding: 30px 0 20px 0; }

@media (min-width: 768px) { #footer .menu-row { padding: 35px 0; } }

@media (min-width: 992px) { #footer .menu-row { padding: 42px 0px 0px 6px; } }

#footer .menu-row .container-fluid { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; }

#footer .menu-row .container-fluid:before, #footer .menu-row .container-fluid:after { display: none; }

#footer .menu-row .left-col { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; }

@media (min-width: 992px) { #footer .menu-row .left-col { width: calc(100% - 170px); max-width: 875px; } }

#footer .menu-row .left-col .column { width: 50%; padding: 0 15px; text-align: center; }

#footer .menu-row .left-col .column:first-child { padding-left: 0; }

#footer .menu-row .left-col .column:last-child { padding-right: 0; }

@media (min-width: 600px) { #footer .menu-row .left-col .column { width: 33.33%; } }

@media (min-width: 768px) { #footer .menu-row .left-col .column { width: 180px; text-align: left; } }

#footer .menu-row .left-col .column.location-block { padding-top: 30px; width: 100%; }

@media (min-width: 600px) { #footer .menu-row .left-col .column.location-block { width: 33.33%; padding-top: 0; } }

@media (min-width: 768px) { #footer .menu-row .left-col .column.location-block { width: calc(100% - 360px); } }

#footer .menu-row .left-col .column.location-block ul { width: 100%; margin-right: 0; }

@media (min-width: 768px) { #footer .menu-row .left-col .column.location-block ul { width: 50%; } }

#footer .menu-row .left-col .column.location-block ul:first-of-type { margin-bottom: 5px; }

@media (min-width: 768px) { #footer .menu-row .left-col .column.location-block ul:first-of-type { padding-right: 15px; } }

@media (min-width: 768px) { #footer .menu-row .left-col .column.location-block ul:last-child { padding-left: 15px; } }

#footer .menu-row .right-col { padding-top: 30px; width: 100%; }

@media (min-width: 992px) { #footer .menu-row .right-col { width: 170px; padding-left: 15px; padding-top: 0; } }

@media (min-width: 992px) { #footer .menu-row .right-col .logo-block { padding-top: 0px; } }

#footer .menu-row .location-block .row-block { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

#footer .menu-row .location-block ul { margin-right: 50px; }

#footer .menu-row ul > li { margin-bottom: 5px; }

#footer .menu-row ul > li:last-child { margin-bottom: 0; }

#footer .menu-row .small-heading { color: #f9f9f9; width: 100%; }

#footer .menu-row a { color: #ffffff; text-decoration: none; border-bottom: none; letter-spacing: 1px; }

#footer .menu-row a:hover, #footer .menu-row a:focus, #footer .menu-row a:active { color: #f9f9f9; }

#footer .menu-row .footer-logo { background: url("images/altisec-footer-logo.png") no-repeat; width: 125px; height: 97px; margin: 0 auto; background-repeat: no-repeat; background-size: 97%; }

@media (min-width: 768px) { #footer .menu-row .footer-logo { width: 155px;  } }

#footer .menu-row .footer-logo a { text-indent: -119988px; overflow: hidden; text-align: left; display: block; height: 100%; }

#footer .bottom-row { border-top: 1px solid #3F5163; padding: 20px 0; }

@media (min-width: 992px) { #footer .bottom-row { padding: 35px 0; } }

#footer .bottom-row .container-fluid { width: 100%; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; }

@media (min-width: 768px) { #footer .bottom-row .container-fluid { -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; } }

#footer .bottom-row .social-block, #footer .bottom-row .copyright { width: 100%; text-align: center; }

#footer .bottom-row .social-block { padding-bottom: 15px; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; padding-top: 0; }

@media (min-width: 768px) { #footer .bottom-row .social-block { padding-bottom: 0; width: auto; text-align: left; } }

#footer .bottom-row .social-block > a { font-size: 1.25rem; margin: 0 5px; color: #dee0e2; text-decoration: none; border-bottom: none; }

#footer .bottom-row .social-block > a:hover, #footer .bottom-row .social-block > a:focus, #footer .bottom-row .social-block > a:active { color: #00ABE8; }

#footer .bottom-row .copyright { font-family: 'Merriweather'; font-size: 0.625rem; letter-spacing: 1px; }

@media (max-width: 479px) { #footer .bottom-row .copyright span { display: block; height: 0; visibility: hidden; } }

@media (min-width: 768px) { #footer .bottom-row .copyright { width: calc(92% - 13px); text-align: right; } }

#footer .bottom-row .copyright a { color: #ffffff; text-decoration: none; border-bottom: none; }

#footer .bottom-row .copyright a:hover, #footer .bottom-row .copyright a:focus, #footer .bottom-row .copyright a:active { text-decoration: underline; }

/*=====================================
=            Page Template            =
=====================================*/
.page-id-11 .pre-footer-section, .page-id-11 #footer, .page-id-17 .pre-footer-section, .page-id-17 #footer { display: none; }

/*-----  End of Page Template  ------*/
/*====================================
=            Hero Section            =
====================================*/
.hero-section { text-align: center; background-repeat: no-repeat; background-position: center; background-size: cover; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; }

@media (min-width: 992px) { .hero-section { text-align: left; -webkit-box-align: end; -ms-flex-align: end; -webkit-align-items: flex-end; -moz-align-items: flex-end; align-items: flex-end; } }

.hero-section .hero-slider { display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 0; }

@media (min-width: 768px) { .hero-section .hero-slider { display: block; } }

.hero-section .hero-slider .slick-list, .hero-section .hero-slider .slick-track { height: 100%; }

.hero-section .hero-slider .slide { background-repeat: no-repeat; background-position: center; background-size: cover; width: 100%; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .hero-section .hero-slider .slide { height: 100% !important; } }

.hero-section .video-bg-wrap { display: none; }

@media (min-width: 992px) { .hero-section .video-bg-wrap { display: block; position: absolute; z-index: 0; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; }
  .hero-section .video-bg-wrap .video-bg { min-width: 100%; min-height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; z-index: -100; } }

.hero-section .sub-heading { color: #f9f9f9; font-family: 'Merriweather'; font-size: 1.25rem; }

@media (min-width: 600px) { .hero-section .sub-heading { font-size: 1.5625rem; } }

@media (min-width: 768px) { .hero-section .sub-heading { font-size: 1.875rem; } }

.hero-section .hero-slider-pager-block { display: none; }

@media (min-width: 768px) { .hero-section .hero-slider-pager-block { display: block; } }

.hero-section .hero-slider-pager-block .hero-slider-pager { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; }

.hero-section .hero-slider-pager-block .hero-slider-pager li { display: inline-block; height: 4px; width: 120px; background-color: #3F5163; margin: 0; cursor: pointer; }

.hero-section .hero-slider-pager-block .hero-slider-pager li.is-active { pointer-events: none; background-color: #00a0e8; }

.hero-section .hero-slider-pager-block .slider-number { color: #ffffff; padding-top: 15px; }

.hero-section .hero-slider-pager-block .slider-number span { letter-spacing: 1px; }

.hero-section .hero-slider-pager-block .slider-number span.current-slide { padding-right: 5px; }

.hero-section .hero-slider-pager-block .slider-number span.total-slide { padding-left: 5px; }

.hero-section .photo-grid-row { color: #ffffff; }

@media (min-width: 992px) { .hero-section .photo-grid-row { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-bottom: 50px; } }

@media (min-width: 1100px) { .hero-section .photo-grid-row { padding-bottom: 0; } }

.hero-section .photo-grid-row .image-col { display: none; }

@media (min-width: 768px) { .hero-section .photo-grid-row .image-col { display: block; } }

@media (min-width: 1100px) { .hero-section .photo-grid-row .image-col { width: 55%; -webkit-box-ordinal-group: 3; -webkit-order: 2; -moz-order: 2; -ms-flex-order: 2; order: 2; } }

.hero-section .photo-grid-row .image-col .photo-grid { -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); }

@media (min-width: 600px) { .hero-section .photo-grid-row .image-col .photo-grid { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

@media (min-width: 1100px) { .hero-section .photo-grid-row .image-col .photo-grid { margin-right: -5vw; } }

@media (min-width: 600px) { .hero-section .photo-grid-row .image-col .photo-grid li { width: 100%; } }

@media (min-width: 768px) { .hero-section .photo-grid-row .image-col .photo-grid li { width: 25%; } }

@media (min-width: 1100px) { .hero-section .photo-grid-row .image-col .photo-grid li { width: 100%; } }

.hero-section .photo-grid-row .image-col .photo-grid img { width: 100%; }

@media (min-width: 1100px) { .hero-section .photo-grid-row .content-col { padding-right: 70px; -webkit-box-ordinal-group: 2; -webkit-order: 1; -moz-order: 1; -ms-flex-order: 1; order: 1; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: end; -ms-flex-align: end; -webkit-align-items: flex-end; -moz-align-items: flex-end; align-items: flex-end; } }

@media (min-width: 1200px) { .hero-section .photo-grid-row .content-col { padding-right: 90px; } }

.hero-section .photo-grid-row .content-col .content-block p { letter-spacing: 1px; line-height: 1.7; }

@media (min-width: 1100px) { .hero-section .photo-grid-row .content-col .button-block { width: calc(100% + 5vw + 70px); margin-left: -5vw; margin-right: -90px; } }

@media (min-width: 1200px) { .hero-section .photo-grid-row .content-col .button-block { width: calc(100% + 5vw + 90px); } }

.hero-section .photo-grid-row .content-col .button-block .btn { background: #2b3f5a; color: #ffffff; letter-spacing: 1px; font-family: 'Merriweather'; display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; }

.hero-section .photo-grid-row .content-col .button-block .btn: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: "\e901"; padding-left: 15px; }

@media (min-width: 1100px) { .hero-section .photo-grid-row .content-col .button-block .btn:after { padding-left: 30px; font-size: 1.5625rem; } }

.hero-section .photo-grid-row .content-col .button-block .btn:hover, .hero-section .photo-grid-row .content-col .button-block .btn:focus, .hero-section .photo-grid-row .content-col .button-block .btn:active { color: #ffffff; background: #0a264c; }

.hero-section .photo-grid-row .content-col .button-block .btn:hover:after, .hero-section .photo-grid-row .content-col .button-block .btn:focus:after, .hero-section .photo-grid-row .content-col .button-block .btn:active:after { -webkit-animation: leftRightBounce 1s infinite; -moz-animation: leftRightBounce 1s infinite; -ms-animation: leftRightBounce 1s infinite; -o-animation: leftRightBounce 1s infinite; animation: leftRightBounce 1s infinite; }

@media (min-width: 1100px) { .hero-section .photo-grid-row .content-col .button-block .btn { width: 100%; text-align: left; padding: 35px 90px 35px 5vw; } }

@media (max-width: 991px) { .hero-section .scroll-block { display: none; } }

@media (min-width: 992px) { .hero-section .scroll-block { position: absolute; z-index: 1; top: 0; right: 78px; height: 60vh; width: 2px; }
  .hero-section .scroll-block:after { content: ''; width: 2px; position: absolute; height: calc(100% - 130px); background-color: #f9f9f9; } }

@media (min-width: 992px) { .hero-section .scroll-block.photo-grid-enabled { height: 65vh; } }

@media (min-width: 1200px) { .hero-section .scroll-block.photo-grid-enabled { height: 85vh; } }

@media (min-width: 992px) { .hero-section .scroll-block a { cursor: pointer; -webkit-transform: rotateZ(-90deg); -moz-transform: rotateZ(-90deg); -ms-transform: rotateZ(-90deg); -o-transform: rotateZ(-90deg); transform: rotateZ(-90deg); display: inline-block; position: absolute; text-transform: uppercase; text-decoration: none; border-bottom: none; color: #ffffff; font-family: 'Merriweather'; letter-spacing: 1px; font-size: 0.75rem; }
  .hero-section .scroll-block a:hover, .hero-section .scroll-block a:focus, .hero-section .scroll-block a:active { color: #f9f9f9; outline: none; }
  .hero-section .scroll-block a.smoothScroll { bottom: 40px; left: -88px; width: 160px; }
  .hero-section .scroll-block a.smoothScroll:before { content: "\e902"; -webkit-animation: leftRightBounce 1s infinite; -moz-animation: leftRightBounce 1s infinite; -ms-animation: leftRightBounce 1s infinite; -o-animation: leftRightBounce 1s infinite; animation: leftRightBounce 1s infinite; }
  .hero-section .scroll-block a.hero-popup-video-trigger { bottom: 20px; left: -95px; width: 175px; }
  .hero-section .scroll-block a.hero-popup-video-trigger:before { content: "\e602"; -webkit-transform: rotate(90deg); -moz-transform: rotate(90deg); -ms-transform: rotate(90deg); -o-transform: rotate(90deg); transform: rotate(90deg); }
  .hero-section .scroll-block 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; display: inline-block; font-size: 1.875rem; position: relative; top: 10px; right: 15px; color: #f9f9f9; } }

.hero-section .number { color: #f9f9f9; }

/*=====  End of Hero Section  ======*/
/*=========================================
=            Text Hero Section            =
=========================================*/
.text-hero-section { min-height: 100vh; background-repeat: no-repeat; background-position: center; background-size: cover; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .text-hero-section { height: 100vh; } }

@media (min-width: 768px) { .text-hero-section .inner-block { width: 90%; margin: 0 auto; } }

@media (min-width: 992px) { .text-hero-section .inner-block { width: 70%; } }

.text-hero-section .content-block * { line-height: 2; }

@media (min-width: 768px) { .text-hero-section .content-block * { line-height: 2.4; } }

@media (max-width: 991px) { .text-hero-section .scroll-block { display: none; } }

@media (min-width: 992px) { .text-hero-section .scroll-block { position: absolute; z-index: 1; top: 0; right: 78px; height: 85vh; width: 2px; }
  .text-hero-section .scroll-block:after { content: ''; width: 2px; position: absolute; height: calc(100% - 130px); background-color: #f9f9f9; } }

@media (min-width: 992px) { .text-hero-section .scroll-block a { cursor: pointer; -webkit-transform: rotateZ(-90deg); -moz-transform: rotateZ(-90deg); -ms-transform: rotateZ(-90deg); -o-transform: rotateZ(-90deg); transform: rotateZ(-90deg); display: inline-block; position: absolute; text-transform: uppercase; text-decoration: none; border-bottom: none; color: #ffffff; font-family: 'Merriweather'; letter-spacing: 1px; font-size: 0.75rem; }
  .text-hero-section .scroll-block a:hover, .text-hero-section .scroll-block a:focus, .text-hero-section .scroll-block a:active { color: #f9f9f9; outline: none; }
  .text-hero-section .scroll-block a.smoothScroll { bottom: 40px; left: -88px; width: 160px; }
  .text-hero-section .scroll-block a.smoothScroll:before { content: "\e902"; -webkit-animation: leftRightBounce 1s infinite; -moz-animation: leftRightBounce 1s infinite; -ms-animation: leftRightBounce 1s infinite; -o-animation: leftRightBounce 1s infinite; animation: leftRightBounce 1s infinite; }
  .text-hero-section .scroll-block 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; display: inline-block; font-size: 1.875rem; position: relative; top: 10px; right: 15px; color: #f9f9f9; } }

/*=====  End of Text Hero Section  ======*/
/*===================================
=            CTA Section            =
===================================*/
.cta-section { background-repeat: no-repeat; background-position: center; background-size: cover; color: #ffffff; min-height: 300px; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; }

@media (min-width: 768px) { .cta-section { min-height: 300px; } }

@media (min-width: 992px) { .cta-section { min-height: 500px; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .cta-section:after { display: block; content: ''; min-height: inherit; font-size: 0; } }

.cta-section .container-fluid { z-index: 1; }

@media (min-width: 992px) { .cta-section .content-block * { line-height: 2.3; font-size: 1.125rem; font-weight: 700; } }

.cta-section:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(33, 31, 31, 0.6); }

/*=====  End of CTA Section  ======*/
/*=========================================================
=            Recent Insights & Updates Section            =
=========================================================*/
.recent-insights-updates-section h1 { color: #ffffff; }

/*=====  End of Recent Insights & Updates Section  ======*/
/*=========================================================
=            Two Column Background CTA Section            =
=========================================================*/
.two-column-background-cta-section { background-color: #f9f9f9; text-align: center; }

@media (min-width: 992px) { .two-column-background-cta-section { text-align: left; } }

@media (min-width: 992px) { .two-column-background-cta-section .row-block { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; padding: 0 20px; } }

@media (min-width: 992px) { .two-column-background-cta-section .left-col { width: calc(100% - 345px); padding-right: 50px; } }

@media (min-width: 1200px) { .two-column-background-cta-section .left-col { padding-right: 70px; } }

.two-column-background-cta-section .content-block * { font-family: 'Merriweather'; font-size: 1.25rem; }

@media (min-width: 992px) { .two-column-background-cta-section .content-block * { font-size: 1.5rem; } }

@media (min-width: 992px) { .two-column-background-cta-section .button-block .btn { position: relative; }
  .two-column-background-cta-section .button-block .btn: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: "\e901"; display: inline-block; position: absolute; right: -100px; top: 9px; font-size: 1.875rem; color:#094799  }
  .two-column-background-cta-section .button-block .btn:hover, .two-column-background-cta-section .button-block .btn:active, .two-column-background-cta-section .button-block .btn:focus { -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }
  .two-column-background-cta-section .button-block .btn:hover:after, .two-column-background-cta-section .button-block .btn:active:after, .two-column-background-cta-section .button-block .btn:focus:after { -webkit-animation: leftRightBounce 1s infinite; -moz-animation: leftRightBounce 1s infinite; -ms-animation: leftRightBounce 1s infinite; -o-animation: leftRightBounce 1s infinite; animation: leftRightBounce 1s infinite; } }

@media (min-width: 1200px) { .two-column-background-cta-section .button-block .btn:after { top: 15px; } }

/*=====  End of Two Column Background CTA Section  ======*/
/*========================================
=            Location Section            =
========================================*/
@media (min-width: 768px) { .location-section .locations { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-left: -10px; margin-right: -10px; } }

@media (min-width: 768px) { .location-section .locations .location { width: 50%; padding: 0 10px; margin-bottom: 30px; } }

@media (min-width: 1200px) { .location-section .locations .location { width: 33.33%; margin-bottom: 50px; } }

.location-section .locations .data-block { display: block; text-decoration: none; border-bottom: none; -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); min-height: 150px; padding: 30px; background-color: #E2EFF9; /* If text is wrapped in two lines, it stops working so avoid using it for larger text */ overflow: hidden; }

.location-section .locations .data-block:after { background-color: transparent; content: ''; left: 0; width: 0; height: 5px; position: absolute; bottom: 0; -webkit-transition: 0.25s ease-in-out; -moz-transition: 0.25s ease-in-out; -o-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out; }

@media (min-width: 768px) { .location-section .locations .data-block:after { height: 10px; } }

.location-section .locations .data-block:hover:after { width: 100%; background-color: #f9f9f9; }

.location-section .locations .data-block:hover .name, .location-section .locations .data-block:active .name, .location-section .locations .data-block:focus .name { color: #ffffff; }

.location-section .locations .data-block:hover .image-block, .location-section .locations .data-block:active .image-block, .location-section .locations .data-block:focus .image-block { opacity: 1; }

@media (min-width: 768px) { .location-section .locations .data-block { min-height: 175px; } }

.location-section .locations .small-heading { padding-bottom: 10px; z-index: 1; }

.location-section .locations .name { font-family: 'Merriweather'; color: #20324a; z-index: 1; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }

.location-section .locations .image-block { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; -webkit-transition: 0.25s ease-in-out; -moz-transition: 0.25s ease-in-out; -o-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out; background-repeat: no-repeat; background-position: center; background-size: cover; }

.location-section .locations .image-block:after { content: ''; position: absolute; top: 0; left: 0; height: 100%; width: 100%; background: linear-gradient(180deg, rgba(0, 20, 45, 0) 0%, rgba(0, 20, 45, 0.9) 100%); }

.location-list { clear: both; }

@media (min-width: 992px) { .location-list .location:nth-child(odd) .image-col { -webkit-box-ordinal-group: 2; -webkit-order: 1; -moz-order: 1; -ms-flex-order: 1; order: 1; } }

@media (min-width: 992px) and (min-width: 992px) { .location-list .location:nth-child(odd) .image-col { padding-right: 70px; } }

@media (min-width: 992px) and (min-width: 1200px) { .location-list .location:nth-child(odd) .image-col { padding-right: 100px; } }

@media (min-width: 992px) { .location-list .location:nth-child(odd) .content-col { -webkit-box-ordinal-group: 3; -webkit-order: 2; -moz-order: 2; -ms-flex-order: 2; order: 2; } }

@media (min-width: 992px) { .location-list .location:nth-child(even) .image-col { -webkit-box-ordinal-group: 3; -webkit-order: 2; -moz-order: 2; -ms-flex-order: 2; order: 2; } }

@media (min-width: 992px) and (min-width: 992px) { .location-list .location:nth-child(even) .image-col { padding-left: 70px; } }

@media (min-width: 992px) and (min-width: 1200px) { .location-list .location:nth-child(even) .image-col { padding-left: 100px; } }

@media (min-width: 992px) { .location-list .location:nth-child(even) .content-col { -webkit-box-ordinal-group: 2; -webkit-order: 1; -moz-order: 1; -ms-flex-order: 1; order: 1; } }

.location-list .data-block { display: block; padding: 30px 15px; text-decoration: none; border-bottom: none; }

@media (min-width: 768px) { .location-list .data-block { padding: 50px 5vw; } }

.location-list .data-block:hover, .location-list .data-block:active, .location-list .data-block:focus { outline: none; background-color: rgba(0, 0, 0, 0.15); }

.location-list .data-block:hover .content-block:after, .location-list .data-block:active .content-block:after, .location-list .data-block:focus .content-block:after { width: 100%; background-color: #f9f9f9; }

.location-list .data-block:hover .image-col img, .location-list .data-block:active .image-col img, .location-list .data-block:focus .image-col img { -webkit-transform: scale(1.05, 1.05); -moz-transform: scale(1.05, 1.05); -ms-transform: scale(1.05, 1.05); -o-transform: scale(1.05, 1.05); transform: scale(1.05, 1.05); }

@media (min-width: 992px) { .location-list .row-block { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; } }

@media (min-width: 992px) { .location-list .image-col { width: 60%; } }

.location-list .image-col img { width: 100%; -webkit-transition: 0.5s; -moz-transition: 0.5s; -o-transition: 0.5s; transition: 0.5s; }

@media (min-width: 992px) { .location-list .content-col { width: 40%; } }

.location-list .content-block { padding-bottom: 15px; }

@media (min-width: 768px) { .location-list .content-block { padding-bottom: 30px; } }

.location-list .content-block:after { content: ''; left: 0; width: 0; height: 5px; position: absolute; bottom: 0; -webkit-transition: 0.25s ease-in-out; -moz-transition: 0.25s ease-in-out; -o-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out; }

.location-list .name { padding-top: 10px; }

/*=====  End of Location Section  ======*/
/*==========================================
=            Innovation Section            =
==========================================*/
@media (min-width: 1200px) { .innovation-section .row-block { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.innovation-section .row-block .card-shuffle-block { width: 100%; max-width: 525px; margin: 0 auto; }

@media (min-width: 1200px) { .innovation-section .row-block .card-shuffle-block { padding-left: 30px; } }

.innovation-section .row-block .card-shuffle-block .stack { margin: 0 auto; margin-bottom: 0; position: relative; z-index: 3; width: 261px; height: 336px; padding: 0; list-style: none; pointer-events: none; }

@media (min-width: 480px) { .innovation-section .row-block .card-shuffle-block .stack { width: 348px; height: 448px; } }

@media (min-width: 1200px) { .innovation-section .row-block .card-shuffle-block .stack { width: 435px; height: 560px; } }

.innovation-section .row-block .card-shuffle-block .stack__item { background: #20324a; height: 100%; width: 100%; overflow: hidden; position: absolute; opacity: 0; pointer-events: auto; background-repeat: no-repeat; background-position: center; background-size: cover; -webkit-box-shadow: 0 8px 20px 0 #20324a; -moz-box-shadow: 0 8px 20px 0 #20324a; box-shadow: 0 8px 20px 0 #20324a; }

.innovation-section .row-block .card-shuffle-block .stack__item a { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: end; -ms-flex-align: end; -webkit-align-items: flex-end; -moz-align-items: flex-end; align-items: flex-end; text-decoration: none; border-bottom: none; width: 100%; height: 100%; padding: 30px; position: relative; z-index: 1; border: 2px solid rgba(0, 20, 45, 0.3); }

.innovation-section .row-block .card-shuffle-block .stack__item a:before { content: ''; background: rgba(0, 20, 45, 0.3); position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; -o-transition: 0.2s ease; transition: 0.2s ease; }

.innovation-section .row-block .card-shuffle-block .stack__item a:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 20, 45, 0) 0%, rgba(0, 20, 45, 0.9) 100%); -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; -o-transition: 0.2s ease; transition: 0.2s ease; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); }

.innovation-section .row-block .card-shuffle-block .stack__item a:hover, .innovation-section .row-block .card-shuffle-block .stack__item a:focus, .innovation-section .row-block .card-shuffle-block .stack__item a:active { border: 2px solid #f9f9f9; }

.innovation-section .row-block .card-shuffle-block .stack__item a:hover:before, .innovation-section .row-block .card-shuffle-block .stack__item a:focus:before, .innovation-section .row-block .card-shuffle-block .stack__item a:active:before { opacity: 0; }

.innovation-section .row-block .card-shuffle-block .stack__item a:hover:after, .innovation-section .row-block .card-shuffle-block .stack__item a:focus:after, .innovation-section .row-block .card-shuffle-block .stack__item a:active:after { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

.innovation-section .row-block .card-shuffle-block .stack__item a:hover .inner-block, .innovation-section .row-block .card-shuffle-block .stack__item a:focus .inner-block, .innovation-section .row-block .card-shuffle-block .stack__item a:active .inner-block { -webkit-transform: translate(0, -5px); -moz-transform: translate(0, -5px); -ms-transform: translate(0, -5px); -o-transform: translate(0, -5px); transform: translate(0, -5px); }

.innovation-section .row-block .card-shuffle-block .stack__item a:hover .more:after, .innovation-section .row-block .card-shuffle-block .stack__item a:focus .more:after, .innovation-section .row-block .card-shuffle-block .stack__item a:active .more:after { -webkit-animation: leftRightBounce 1s infinite; -moz-animation: leftRightBounce 1s infinite; -ms-animation: leftRightBounce 1s infinite; -o-animation: leftRightBounce 1s infinite; animation: leftRightBounce 1s infinite; }

.innovation-section .row-block .card-shuffle-block .stack__item h1 { font-size: 1.25rem; }

@media (min-width: 600px) { .innovation-section .row-block .card-shuffle-block .stack__item h1 { font-size: 1.5625rem; } }

@media (min-width: 768px) { .innovation-section .row-block .card-shuffle-block .stack__item h1 { font-size: 1.875rem; } }

@media (min-width: 992px) { .innovation-section .row-block .card-shuffle-block .stack__item h1 { font-size: 2.1875rem; } }

@media (min-width: 992px) { .innovation-section .row-block .card-shuffle-block .stack__item h1 { font-size: 2.5rem; } }

.innovation-section .row-block .card-shuffle-block .stack__item .number { color: rgba(255, 255, 255, 0.6); position: absolute; top: 30px; left: 30px; }

.innovation-section .row-block .card-shuffle-block .stack__item .inner-block { -webkit-transition: -webkit-transform 0.6s ease; -moz-transition: -moz-transform 0.6s ease; -o-transition: -o-transform 0.6s ease; transition: transform 0.6s ease; z-index: 1; }

.innovation-section .row-block .card-shuffle-block .stack__item .more { font-family: 'Merriweather'; }

.innovation-section .row-block .card-shuffle-block .stack__item .more: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: "\e901"; display: inline-block; color: #f9f9f9; padding-left: 10px; font-size: 0.625rem; }

.innovation-section .row-block .card-shuffle-block .stack__item img { width: 100%; display: block; pointer-events: none; }

.innovation-section .row-block .card-shuffle-block .shuffle-control { text-align: center; }

@media (min-width: 1200px) { .innovation-section .row-block .card-shuffle-block .shuffle-control { position: absolute; left: -80px; height: 100%; top: 70%; } }

.innovation-section .row-block .card-shuffle-block .btn-shuffle { min-width: auto; font-size: 0.75rem; font-family: 'Merriweather'; letter-spacing: 1px; padding: 0; display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; }

@media (min-width: 1200px) { .innovation-section .row-block .card-shuffle-block .btn-shuffle { display: inline-block; position: absolute; left: 0; width: 150px; -webkit-transform: rotate(-90deg); -moz-transform: rotate(-90deg); -ms-transform: rotate(-90deg); -o-transform: rotate(-90deg); transform: rotate(-90deg); } }

.innovation-section .row-block .card-shuffle-block .btn-shuffle:hover, .innovation-section .row-block .card-shuffle-block .btn-shuffle:focus, .innovation-section .row-block .card-shuffle-block .btn-shuffle:active { color: #f9f9f9; }

.innovation-section .row-block .card-shuffle-block .btn-shuffle:hover:before, .innovation-section .row-block .card-shuffle-block .btn-shuffle:hover:after { -webkit-animation: anti-clock-spin 2s infinite linear; -moz-animation: anti-clock-spin 2s infinite linear; -ms-animation: anti-clock-spin 2s infinite linear; -o-animation: anti-clock-spin 2s infinite linear; animation: anti-clock-spin 2s infinite linear; }

.innovation-section .row-block .card-shuffle-block .btn-shuffle:before { display: none; }

@media (min-width: 1200px) { .innovation-section .row-block .card-shuffle-block .btn-shuffle: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; display: inline-block; content: "\e906"; color: #f9f9f9; font-size: 2.5rem; position: relative; top: 11px; right: 10px; } }

.innovation-section .row-block .card-shuffle-block .btn-shuffle: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; display: inline-block; content: "\e906"; color: #f9f9f9; font-size: 1.875rem; position: relative; margin-left: 15px; }

@media (min-width: 1200px) { .innovation-section .row-block .card-shuffle-block .btn-shuffle:after { display: none; } }

@media (min-width: 1200px) { .innovation-section .row-block .tab-block { width: calc(100% - 525px); padding-left: 90px; } }

.innovation-section .row-block .tab-block .tab-title-block { display: none; border-bottom: 2px solid #14273E; }

@media (min-width: 1200px) { .innovation-section .row-block .tab-block .tab-title-block { display: block; } }

.innovation-section .row-block .tab-block .tab-title { padding: 10px 15px; min-width: auto; }

.innovation-section .row-block .tab-block .tab-content { display: none; }

@media (max-width: 1199px) { .innovation-section .row-block .tab-block .tab-content { padding: 10px 15px; } }

.innovation-section .row-block .tab-block .tab-content.is-active { display: block; }

.innovation-section .row-block .tab-block .tab-accordian-title { display: block; font-size: 0.9375rem; color: #ffffff; width: 100%; position: relative; text-align: left; border: 2px solid transparent; }

@media (min-width: 1200px) { .innovation-section .row-block .tab-block .tab-accordian-title { display: none; } }

.innovation-section .row-block .tab-block .tab-accordian-title.is-active { border: 2px solid #f9f9f9; }

.innovation-section .row-block .tab-block .tab-accordian-title.is-active:after { -webkit-transform: translateY(-50%) rotateZ(45deg); -moz-transform: translateY(-50%) rotateZ(45deg); -ms-transform: translateY(-50%) rotateZ(45deg); -o-transform: translateY(-50%) rotateZ(45deg); transform: translateY(-50%) rotateZ(45deg); }

.innovation-section .row-block .tab-block .tab-accordian-title: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: "\e905"; color: #f9f9f9; position: absolute; right: 15px; top: 50%; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

/*=====  End of Innovation Section  ======*/
/*=================================================
=            Horizontal Scroll Section            =
=================================================*/
.horizontal-scroll-section { min-height: 69vh; overflow: hidden; }

.horizontal-scroll-section .container-fluid { padding: 0; }

.horizontal-scroll-section .mission-card-list { -webkit-flex-wrap: nowrap; -moz-flex-wrap: nowrap; -ms-flex-wrap: none; flex-wrap: nowrap; -webkit-box-pack: normal; -ms-flex-pack: normal; -webkit-justify-content: normal; -moz-justify-content: normal; justify-content: normal; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center;}

.horizontal-scroll-section .mission-card-list .mission-card { padding: 0; }

@media (max-width: 767px) and (orientation: landscape) { .horizontal-scroll-section .mission-card-list .mission-card { height: 100%; }
  .horizontal-scroll-section .mission-card-list .mission-card .section-title { font-size: 1.5625rem; } }

.horizontal-scroll-section .mission-card-list img { width: 100%; }

.horizontal-scroll-section .mission-card-list .button-block { margin-left: -50px; }

@media (min-width: 768px) { .horizontal-scroll-section .mission-card-list .button-block { display: none; } }

.horizontal-scroll-section .mission-card-list .button-block a { color: #ffffff; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; text-decoration: none; border-bottom: none; position: relative; }

.horizontal-scroll-section .mission-card-list .button-block a span { background-color: #20324a; padding-left: 30px; position: relative; }

.horizontal-scroll-section .mission-card-list .button-block a:before { content: ''; background-color: #f9f9f9; height: 1px; left: 0; top: 50%; width: 80%; position: absolute; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.horizontal-scroll-section .mission-card-list .button-block 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; content: "\e903"; color: #f9f9f9; display: inline-block; padding-left: 25px; font-size: 1.5625rem; -webkit-animation: leftRightBounce 1s infinite; -moz-animation: leftRightBounce 1s infinite; -ms-animation: leftRightBounce 1s infinite; -o-animation: leftRightBounce 1s infinite; animation: leftRightBounce 1s infinite; }

.horizontal-scroll-section .mission-card-list .button-block a:hover, .horizontal-scroll-section .mission-card-list .button-block a:focus, .horizontal-scroll-section .mission-card-list .button-block a:active { color: #f9f9f9; }

.horizontal-scroll-section .mission-card-list .button-block a:hover:after, .horizontal-scroll-section .mission-card-list .button-block a:focus:after, .horizontal-scroll-section .mission-card-list .button-block a:active:after { color: #f9f9f9; }

.horizontal-scroll-section .mission-card-list .button-block:focus { outline: none; }

.horizontal-scroll-section .slider-controls { display: none; }

@media (min-width: 768px) { .horizontal-scroll-section .slider-controls { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; bottom: 5px; left: 0; padding: 0; z-index: 10; } }

@media (min-width: 992px) { .horizontal-scroll-section .slider-controls { bottom: 10px; } }

.horizontal-scroll-section .slider-controls .button-block { padding-left: 5vw; }

.horizontal-scroll-section .slider-controls .button-block a { color: #ffffff; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-box-pack: end; -ms-flex-pack: end; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; text-decoration: none; border-bottom: none; }

.horizontal-scroll-section .slider-controls .button-block a span { background-color: #20324a; padding-left: 30px; position: relative; }

.horizontal-scroll-section .slider-controls .button-block a:before { content: ''; background-color: #f9f9f9; height: 1px; left: 0; width: 30%; position: absolute; }

.horizontal-scroll-section .slider-controls .button-block a:hover, .horizontal-scroll-section .slider-controls .button-block a:focus, .horizontal-scroll-section .slider-controls .button-block a:active { color: #f9f9f9; }

.horizontal-scroll-section .slider-controls .button-block:focus { outline: none; }

.horizontal-scroll-section .slider-controls .arrow-block { width: 160px; padding-left: 50px; }

.horizontal-scroll-section .content-col { padding: 0 50px; }

.horizontal-scroll-section .content-col .sub-heading { font-size: 1rem; font-family: "Merriweather"; }

.horizontal-scroll-section .content-col .section-title { font-family: 'Merriweather'; }

.horizontal-scroll-section .decolines { position: fixed !important; }

.horizontal-scroll-section:after { position: fixed !important; }

/*=====  End of Horizontal Scroll Section  ======*/
/*=======================================================
=            Insights Updates Filter Section            =
=======================================================*/
.insights-updates-filter-section .category-filter-view-block { text-align: center; }

@media (min-width: 768px) { .insights-updates-filter-section .category-filter-view-block { text-align: left; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; } }

.insights-updates-filter-section .category-filter-view-block .filter-btn { display: none; }

@media (min-width: 768px) { .insights-updates-filter-section .category-filter-view-block .filter-btn { display: inline-block; } }

.insights-updates-filter-section .view-block { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-flex; display: -ms-inline-flexbox; display: inline-flex; border: 2px solid #f9f9f9; margin-top: 30px; }

@media (min-width: 768px) { .insights-updates-filter-section .view-block { margin-right: 50px; margin-top: 0; } }

.insights-updates-filter-section .view-block:after { content: ''; display: block; background-color: #f9f9f9; height: 25px; width: 25px; position: absolute; top: 0; left: 0; -webkit-transition: 0.4s; -moz-transition: 0.4s; -o-transition: 0.4s; transition: 0.4s; }

@media (min-width: 768px) { .insights-updates-filter-section .view-block:after { height: 30px; width: 30px; } }

.insights-updates-filter-section .view-block.grid-view:after { -webkit-transform: translateX(25px); -moz-transform: translateX(25px); -ms-transform: translateX(25px); -o-transform: translateX(25px); transform: translateX(25px); }

@media (min-width: 768px) { .insights-updates-filter-section .view-block.grid-view:after { -webkit-transform: translateX(30px); -moz-transform: translateX(30px); -ms-transform: translateX(30px); -o-transform: translateX(30px); transform: translateX(30px); } }

.insights-updates-filter-section .view-block .btn { padding: 5px; height: 25px; width: 25px; }

@media (min-width: 768px) { .insights-updates-filter-section .view-block .btn { height: 30px; width: 30px; } }

.insights-updates-filter-section .view-block .btn:before, .insights-updates-filter-section .view-block .btn:after { color: #ffffff; font-size: 12px; font-family: 'Merriweather'; position: relative; top: -3px; }

@media (min-width: 768px) { .insights-updates-filter-section .view-block .btn:before, .insights-updates-filter-section .view-block .btn:after { top: auto; } }

.insights-updates-filter-section .view-block .btn.list-view:before { content: 'List'; left: -50px; }

.insights-updates-filter-section .view-block .btn.grid-view:after { content: 'Grid'; right: -40px; }

.insights-updates-filter-section .view-block .btn:hover:before, .insights-updates-filter-section .view-block .btn:hover:after, .insights-updates-filter-section .view-block .btn.is-active:before, .insights-updates-filter-section .view-block .btn.is-active:after { color: #f9f9f9; }

.insights-updates-filter-section .view-block .btn.is-active { pointer-events: none; }

.insights-updates-filter-section .load-more-posts { min-width: 255px; }

/*=====  End of Insights Updates Filter Section  ======*/
/*===================================================
=            Capabilities Filter Section            =
===================================================*/
.capabilities-filter-section .category-filter-view-block .filter-btn { display: none; }

@media (min-width: 768px) { .capabilities-filter-section .category-filter-view-block .filter-btn { display: inline-block; } }

@media (min-width: 600px) { .capabilities-filter-section .capabilities-list { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.capabilities-filter-section .capabilities-list .capability { padding-bottom: 30px; margin-right: -10px; margin-left: -10px; }

@media (min-width: 600px) { .capabilities-filter-section .capabilities-list .capability { width: 50%; padding-right: 10px; padding-left: 10px; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; } }

@media (min-width: 768px) { .capabilities-filter-section .capabilities-list .capability { padding-bottom: 50px; } }

@media (min-width: 992px) { .capabilities-filter-section .capabilities-list .capability { width: 33.33%; } }

@media (min-width: 1200px) { .capabilities-filter-section .capabilities-list .capability { width: 25%; } }

.capabilities-filter-section .capabilities-list .capability .data-block { display: block; text-decoration: none; border-bottom: none; background-color: #E2EFF9; padding: 15px; -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); min-height: 130px; width: 100%; }

@media (min-width: 600px) { .capabilities-filter-section .capabilities-list .capability .data-block { /* If text is wrapped in two lines, it stops working so avoid using it for larger text */ }
  .capabilities-filter-section .capabilities-list .capability .data-block:after { background-color: transparent; content: ''; left: 0; width: 0; height: 5px; position: absolute; bottom: 0; -webkit-transition: 0.25s ease-in-out; -moz-transition: 0.25s ease-in-out; -o-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out; } }

@media (min-width: 600px) and (min-width: 768px) { .capabilities-filter-section .capabilities-list .capability .data-block:after { height: 10px; } }

@media (min-width: 600px) { .capabilities-filter-section .capabilities-list .capability .data-block:hover:after { width: 100%; background-color: #f9f9f9; } }

@media (min-width: 768px) { .capabilities-filter-section .capabilities-list .capability .data-block { padding: 30px; min-height: 175px; } }

.capabilities-filter-section .capabilities-list .capability .post-title { color: #20324a; font-family: 'Merriweather'; }

/*=====  End of Capabilities Filter Section  ======*/
/*=======================================
=            Contact Section            =
=======================================*/
.contact-section .container-fluid { padding: 0; }

@media (min-width: 992px) { .contact-section .row-block { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.contact-section .address-col { background-color: #14273E; padding-left: 30px; padding-right: 30px; text-align: center; }

@media (min-width: 768px) { .contact-section .address-col { padding-left: 50px; padding-right: 50px; } }

@media (min-width: 992px) { .contact-section .address-col { text-align: left; width: 40%; padding-left: 70px; padding-right: 70px; } }

.contact-section .form-col { padding-left: 30px; padding-right: 30px; }

@media (min-width: 768px) { .contact-section .form-col { padding-left: 50px; padding-right: 50px; } }

@media (min-width: 992px) { .contact-section .form-col { width: 100%; padding-left: 70px; padding-right: 70px; } }

.contact-section .form-col:before { content: ''; width: 100%; height: 10px; background-color: #02bcff; display: block; position: absolute; top: -10px; left: 0; }

@media (min-width: 992px) { .contact-section .form-col:before { height: 15px; top: -15px; } }

.contact-section .form-block .gform_wrapper { margin-top: 0; }

.contact-section .form-block .gform_wrapper input[type="text"], .contact-section .form-block .gform_wrapper input[type="tel"], .contact-section .form-block .gform_wrapper input[type="url"], .contact-section .form-block .gform_wrapper input[type="number"], .contact-section .form-block .gform_wrapper input[type="password"], .contact-section .form-block .gform_wrapper input[type="email"], .contact-section .form-block .gform_wrapper input[type="range"], .contact-section .form-block .gform_wrapper input[type="file"], .contact-section .form-block .gform_wrapper input[type="date"], .contact-section .form-block .gform_wrapper input[type="search"], .contact-section .form-block .gform_wrapper textarea, .contact-section .form-block .gform_wrapper select { color: #ffffff; }

/*=====  End of Contact Section  ======*/
/*===================================================
=            Section With Sticky Sidebar            =
===================================================*/
.section-with-sticky-sidebar { /*----------  Overview Section  ----------*/ /*----------  Image Grid Content Section  ----------*/ /*----------  Insights Section  ----------*/ /*----------  Partnership Section  ----------*/ /*----------  Benefits & Perks Section  ----------*/ /*----------  Team Section  ----------*/ /*----------  Awards Section  ----------*/ /*----------  Event Slider Section  ----------*/ /*----------  Location List Section  ----------*/ /*----------  Testimonial Section  ----------*/ /*----------  Image Slider Section  ----------*/ /*----------  CTA Section  ----------*/ /*----------  Company Values Section  ----------*/ }

.section-with-sticky-sidebar .sticky-sidebar-menu { display: none; }

@media (min-width: 992px) { .section-with-sticky-sidebar .sticky-sidebar-menu { display: block; width: 240px; padding: 95px 30px 125px 0; position: absolute; top: 0; z-index: 1; } }

.section-with-sticky-sidebar .sticky-sidebar-menu .list-scrollspy { border-left: 1px solid #00ABE8; padding-left: 25px; }

.section-with-sticky-sidebar .sticky-sidebar-menu li { margin-bottom: 10px; }

.section-with-sticky-sidebar .sticky-sidebar-menu li:last-child { margin-bottom: 0; }

.section-with-sticky-sidebar .sticky-sidebar-menu li.js-active a { color: #8ffffb; }

.section-with-sticky-sidebar .sticky-sidebar-menu a { font-size: 0.75rem; color: #ffffff; font-weight: 300; text-decoration: none; border-bottom: none; }

.section-with-sticky-sidebar .sticky-sidebar-menu a:hover { color: #f9f9f9; }

@media (min-width: 992px) { .section-with-sticky-sidebar .section-block { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: end; -ms-flex-pack: end; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; } }

@media (min-width: 992px) { .section-with-sticky-sidebar .section-block .minus-sidebar-width-md { width: calc(100% - 240px); } }

.section-with-sticky-sidebar .overview-section { background-color: #14273E; margin-left: -15px; margin-right: -15px; padding-left: 15px; padding-right: 15px; }

@media (min-width: 768px) { .section-with-sticky-sidebar .overview-section { margin-left: -5vw; margin-right: -5vw; padding-left: 5vw; padding-right: 5vw; } }

@media (min-width: 992px) { .section-with-sticky-sidebar .overview-section { padding-left: 70px; padding-right: 70px; margin-left: 0; margin-right: 0; margin-top: -95px !important; position: relative; z-index: 1; -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15); } }

.section-with-sticky-sidebar .overview-section .content-block { font-family: "Merriweather"; font-size: 1.25rem; }

@media (min-width: 992px) { .section-with-sticky-sidebar .overview-section .content-block { font-size: 1.0rem; } }

@media (min-width: 992px) { .section-with-sticky-sidebar .image-grid-content-section .row-block { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; } }

@media (min-width: 992px) { .section-with-sticky-sidebar .image-grid-content-section .image-grid-col { width: 50%; -webkit-box-ordinal-group: 3; -webkit-order: 2; -moz-order: 2; -ms-flex-order: 2; order: 2; } }

.section-with-sticky-sidebar .image-grid-content-section .image-grid { -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); }

@media (min-width: 600px) { .section-with-sticky-sidebar .image-grid-content-section .image-grid { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

@media (min-width: 992px) { .section-with-sticky-sidebar .image-grid-content-section .image-grid { margin-right: -5vw; } }

@media (max-width: 600px) { .section-with-sticky-sidebar .image-grid-content-section .image-grid li:nth-child(n+2) { display: none; } }

@media (min-width: 600px) { .section-with-sticky-sidebar .image-grid-content-section .image-grid li { width: 50%; } }

@media (min-width: 768px) { .section-with-sticky-sidebar .image-grid-content-section .image-grid li { width: 25%; } }

@media (min-width: 992px) { .section-with-sticky-sidebar .image-grid-content-section .image-grid li { width: 50%; } }

.section-with-sticky-sidebar .image-grid-content-section .image-grid img { width: 100%; }

@media (min-width: 992px) { .section-with-sticky-sidebar .image-grid-content-section .image-block { margin-right: -5vw; } }

.section-with-sticky-sidebar .image-grid-content-section .image-block img { -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); display: block; margin: 0 auto; }

@media (min-width: 992px) { .section-with-sticky-sidebar .image-grid-content-section .image-block img { width: 100%; } }

@media (min-width: 992px) { .section-with-sticky-sidebar .image-grid-content-section .content-col { padding-right: 30px; width: 50%; -webkit-box-ordinal-group: 2; -webkit-order: 1; -moz-order: 1; -ms-flex-order: 1; order: 1; } }

.section-with-sticky-sidebar .insights-section .button-block { padding-left: 15px; }

@media (min-width: 768px) { .section-with-sticky-sidebar .insights-section .button-block { padding-left: 30px; } }

.section-with-sticky-sidebar .partnership-section .partnership { margin-bottom: 15px; }

.section-with-sticky-sidebar .partnership-section .partnership:last-child { margin-bottom: 0; }

.section-with-sticky-sidebar .partnership-section .accordian-title { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; cursor: pointer; padding: 15px; border: 2px solid transparent; text-align: center; }

@media (min-width: 1200px) { .section-with-sticky-sidebar .partnership-section .accordian-title { padding: 30px 30px 30px 60px; text-align: left; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; } }

.section-with-sticky-sidebar .partnership-section .accordian-title: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: "\e905"; color: #f9f9f9; position: absolute; top: 15px; right: 10px; font-size: 1.25rem; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

@media (min-width: 768px) { .section-with-sticky-sidebar .partnership-section .accordian-title:after { top: 50px; right: 40px; font-size: 1.5625rem; } }

.section-with-sticky-sidebar .partnership-section .accordian-title.js-active { border: 2px solid #f9f9f9; }

.section-with-sticky-sidebar .partnership-section .accordian-title.js-active h3 { padding-bottom: 15px; }

.section-with-sticky-sidebar .partnership-section .accordian-title.js-active:after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.section-with-sticky-sidebar .partnership-section .accordian-title:hover { border: 2px solid #f9f9f9; }

.section-with-sticky-sidebar .partnership-section .logo-col { width: 100%; }

@media (min-width: 1200px) { .section-with-sticky-sidebar .partnership-section .logo-col { width: 236px; } }

.section-with-sticky-sidebar .partnership-section .content-col { width: 100%; }

@media (min-width: 1200px) { .section-with-sticky-sidebar .partnership-section .content-col { width: calc(100% - 236px); padding-left: 80px; padding-right: 100px; } }

.section-with-sticky-sidebar .partnership-section .content-col .content-block { font-size: 0.875rem; }

.section-with-sticky-sidebar .partnership-section .content-col .content-block * { line-height: 1.8; }

.section-with-sticky-sidebar .partnership-section .content-col h3 { -webkit-transition: padding 0.4s; -moz-transition: padding 0.4s; -o-transition: padding 0.4s; transition: padding 0.4s; }

.section-with-sticky-sidebar .partnership-section .content-block-wrap { display: none; -webkit-transition: padding 0.5s ease; -moz-transition: padding 0.5s ease; -o-transition: padding 0.5s ease; transition: padding 0.5s ease; }

.section-with-sticky-sidebar .partnership-section .content-block-wrap.is-active { display: block; }

.section-with-sticky-sidebar .partnership-section .partner-link { font-family: 'Merriweather'; font-size: 0.875rem; }

.section-with-sticky-sidebar .benefits-perks-section .benefits-perks { margin-bottom: 15px; }

.section-with-sticky-sidebar .benefits-perks-section .benefits-perks:last-child { margin-bottom: 0; }

.section-with-sticky-sidebar .benefits-perks-section .accordian-title { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; cursor: pointer; padding: 15px; border: 2px solid transparent; text-align: center; }

@media (min-width: 1200px) { .section-with-sticky-sidebar .benefits-perks-section .accordian-title { padding: 30px 30px 30px 60px; text-align: left; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; } }

.section-with-sticky-sidebar .benefits-perks-section .accordian-title: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: "\e905"; color: #f9f9f9; position: absolute; top: 15px; right: 10px; font-size: 1.25rem; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

@media (min-width: 768px) { .section-with-sticky-sidebar .benefits-perks-section .accordian-title:after { top: 70px; right: 40px; font-size: 1.5625rem; } }

.section-with-sticky-sidebar .benefits-perks-section .accordian-title.js-active { border: 2px solid #1c3a61 }

.section-with-sticky-sidebar .benefits-perks-section .accordian-title.js-active h3 { padding-bottom: 15px; }

.section-with-sticky-sidebar .benefits-perks-section .accordian-title.js-active:after { -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); }

.section-with-sticky-sidebar .benefits-perks-section .accordian-title:hover { border: 2px solid #1c3a61 }

.section-with-sticky-sidebar .benefits-perks-section .icon-col { width: 100%; }

@media (min-width: 1200px) { .section-with-sticky-sidebar .benefits-perks-section .icon-col { width: 110px; } }

.section-with-sticky-sidebar .benefits-perks-section .icon-col img { width: 110px; }

.section-with-sticky-sidebar .benefits-perks-section .content-col { width: 100%; }

@media (min-width: 1200px) { .section-with-sticky-sidebar .benefits-perks-section .content-col { width: calc(100% - 110px); padding-left: 80px; padding-right: 100px; } }

.section-with-sticky-sidebar .benefits-perks-section .content-col h3 { -webkit-transition: padding 0.4s; -moz-transition: padding 0.4s; -o-transition: padding 0.4s; transition: padding 0.4s; padding-bottom: 0; }

.section-with-sticky-sidebar .benefits-perks-section .content-col .content-block { font-size: 0.875rem; }

.section-with-sticky-sidebar .benefits-perks-section .content-col .content-block * { line-height: 1.8; }

.section-with-sticky-sidebar .benefits-perks-section .content-block-wrap { -webkit-transition: padding 0.5s ease; -moz-transition: padding 0.5s ease; -o-transition: padding 0.5s ease; transition: padding 0.5s ease; display: none; }

.section-with-sticky-sidebar .benefits-perks-section .content-block-wrap.is-active { display: block; }

.section-with-sticky-sidebar .team-section .team-list { margin: 0 -10px; }

@media (min-width: 480px) { .section-with-sticky-sidebar .team-section .team-list { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.section-with-sticky-sidebar .team-section .team-list.hide-position .position { display: none; }

.section-with-sticky-sidebar .team-section .team-list .team { padding: 0 10px; margin: 0 auto; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }

@media (min-width: 480px) { .section-with-sticky-sidebar .team-section .team-list .team { width: 50%; margin: 0; } }

@media (min-width: 600px) { .section-with-sticky-sidebar .team-section .team-list .team { width: 33.33%; } }

@media (min-width: 1200px) { .section-with-sticky-sidebar .team-section .team-list .team { width: 25%; } }

.section-with-sticky-sidebar .team-section .team-list .team-popup-trigger { text-decoration: none; border: 2px solid transparent; display: block; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-direction: normal; -webkit-box-orient: vertical; -webkit-flex-direction: column; -moz-flex-direction: column; -ms-flex-direction: column; flex-direction: column; width: 100%; }

.section-with-sticky-sidebar .team-section .team-list .team-popup-trigger.disable-click { pointer-events: none; }

.section-with-sticky-sidebar .team-section .team-list .team-popup-trigger:hover { border: 2px solid #f9f9f9; }

.section-with-sticky-sidebar .team-section .team-list .team-popup-trigger:hover .image-block:after { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

.section-with-sticky-sidebar .team-section .team-list .team-popup-trigger:focus, .section-with-sticky-sidebar .team-section .team-list .team-popup-trigger:active { outline: none; }

.section-with-sticky-sidebar .team-section .team-list .image-block { overflow: hidden; }

.section-with-sticky-sidebar .team-section .team-list .image-block:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); background: linear-gradient(180deg, rgba(0, 20, 45, 0) 0%, rgba(0, 20, 45, 0.9) 100%); }

.section-with-sticky-sidebar .team-section .team-list .image-block img { width: 100%; }

.section-with-sticky-sidebar .team-section .team-list .content-block { background-color: #ffffff; padding: 30px 20px; -webkit-box-flex: 1 1 auto; -moz-box-flex: 1 1 auto; -moz-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; }

.section-with-sticky-sidebar .team-section .team-list .position { font-size: 0.75rem; font-family: 'Merriweather'; padding-top: 10px; font-weight: bold; }

@media (min-width: 768px) { .section-with-sticky-sidebar .awards-section .award-list { padding-left: 30px; } }

@media (min-width: 1200px) { .section-with-sticky-sidebar .awards-section .award-list { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

@media (min-width: 1200px) { .section-with-sticky-sidebar .awards-section .award-list .award { width: 50%; }
  .section-with-sticky-sidebar .awards-section .award-list .award:nth-child(odd) { padding-right: 22px; }
  .section-with-sticky-sidebar .awards-section .award-list .award:nth-child(even) { padding-left: 22px; } }

.section-with-sticky-sidebar .awards-section .award-list .award .row-block { background-color: #E2EFF9; padding: 15px; }

@media (min-width: 768px) { .section-with-sticky-sidebar .awards-section .award-list .award .row-block { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; padding: 30px 30px 30px 0; } }

@media (min-width: 992px) { .section-with-sticky-sidebar .awards-section .award-list .award .row-block { padding: 40px 40px 40px 0; } }

.section-with-sticky-sidebar .awards-section .award-list .award .image-col { display: none; }

@media (min-width: 768px) { .section-with-sticky-sidebar .awards-section .award-list .award .image-col { display: block; -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); width: 100px; margin-left: -25px; } }

@media (min-width: 768px) { .section-with-sticky-sidebar .awards-section .award-list .award .content-col { width: calc(100% - 75px); padding-left: 30px; } }

.section-with-sticky-sidebar .awards-section .award-list .award .content-block { padding-top: 5px; }

.section-with-sticky-sidebar .awards-section .award-list .award .content-block p { font-size: 0.875rem; }

@media (min-width: 768px) { .section-with-sticky-sidebar .event-slider-section .event-list { padding-left: 30px; } }

@media (min-width: 1200px) { .section-with-sticky-sidebar .event-slider-section .event-list { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

@media (min-width: 1200px) { .section-with-sticky-sidebar .event-slider-section .event-list .event { width: 50%; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .section-with-sticky-sidebar .event-slider-section .event-list .event:nth-child(odd) { padding-right: 22px; }
  .section-with-sticky-sidebar .event-slider-section .event-list .event:nth-child(even) { padding-left: 22px; } }

.section-with-sticky-sidebar .event-slider-section .event-list .event .data-block { display: block; background-color: #E2EFF9; padding: 15px; width: 100%; text-decoration: none; border-bottom: none; /* If text is wrapped in two lines, it stops working so avoid using it for larger text */ }

.section-with-sticky-sidebar .event-slider-section .event-list .event .data-block:after { background-color: transparent; content: ''; left: 0; width: 0; height: 5px; position: absolute; bottom: 0; -webkit-transition: 0.25s ease-in-out; -moz-transition: 0.25s ease-in-out; -o-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out; }

@media (min-width: 768px) { .section-with-sticky-sidebar .event-slider-section .event-list .event .data-block:after { height: 10px; } }

.section-with-sticky-sidebar .event-slider-section .event-list .event .data-block:hover:after { width: 100%; background-color: #f9f9f9; }

@media (min-width: 768px) { .section-with-sticky-sidebar .event-slider-section .event-list .event .data-block { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; padding: 30px 30px 30px 0; } }

@media (min-width: 992px) { .section-with-sticky-sidebar .event-slider-section .event-list .event .data-block { padding: 40px 40px 40px 0; } }

.section-with-sticky-sidebar .event-slider-section .event-list .event .image-col { display: none; }

@media (min-width: 768px) { .section-with-sticky-sidebar .event-slider-section .event-list .event .image-col { display: block; -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); width: 100px; margin-left: -25px; } }

@media (min-width: 768px) { .section-with-sticky-sidebar .event-slider-section .event-list .event .content-col { width: calc(100% - 75px); padding-left: 30px; } }

.section-with-sticky-sidebar .event-slider-section .event-list .event .content-block { padding-top: 5px; }

.section-with-sticky-sidebar .event-slider-section .event-list .event .small-heading { color: #00ABE8; padding-bottom: 10px; }

.section-with-sticky-sidebar .event-slider-section .event-list .event .post-title { color: #20324a; }

.section-with-sticky-sidebar .location-list-section { width: 100%; z-index: 2; position: relative; background-color: #20324a; }

@media (min-width: 992px) { .section-with-sticky-sidebar .location-list-section .title-line { float: right; } }

.section-with-sticky-sidebar .location-list-section .location-list { margin: 0 -15px; }

@media (min-width: 768px) { .section-with-sticky-sidebar .location-list-section .location-list { margin: 0 -5vw; } }

.section-with-sticky-sidebar .location-list-section .address-block { display: none; }

.section-with-sticky-sidebar .testimonial-section .testimonial { text-align: center; }

@media (min-width: 1200px) { .section-with-sticky-sidebar .testimonial-section .testimonial { text-align: left; padding-left: 90px; padding-bottom: 25px; } }

.section-with-sticky-sidebar .testimonial-section .row-block { background-color: #14273E; padding: 30px; }

@media (min-width: 1200px) { .section-with-sticky-sidebar .testimonial-section .row-block { padding: 50px 90px; } }

@media (min-width: 1200px) { .section-with-sticky-sidebar .testimonial-section .image-col { width: 175px; position: absolute; left: -90px; bottom: -25px; } }

.section-with-sticky-sidebar .testimonial-section .image-col img { -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15); width: 100px; border-radius: 50%; }

@media (min-width: 1200px) { .section-with-sticky-sidebar .testimonial-section .image-col img { border-radius: 0; width: 175px; } }

@media (min-width: 1200px) { .section-with-sticky-sidebar .testimonial-section .content-col { padding-left: 50px; }
  .section-with-sticky-sidebar .testimonial-section .content-col: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: "\e977"; color: #f9f9f9; position: absolute; left: -35px; font-size: 1.875rem; } }

.section-with-sticky-sidebar .testimonial-section .content-col blockquote { font-family: "Merriweather"; font-style: italic; padding-left: 0; border: 0; font-size: 1.25rem; line-height: 1.5; color: #ffffff; }

@media (min-width: 768px) { .section-with-sticky-sidebar .testimonial-section .content-col blockquote { font-size: 1.5rem; } }

.section-with-sticky-sidebar .testimonial-section .content-col blockquote: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: "\e977"; color: #f9f9f9; position: relative; left: 0; top: -5px; font-size: 1rem; }

@media (min-width: 1200px) { .section-with-sticky-sidebar .testimonial-section .content-col blockquote:before { display: none; } }

@media (min-width: 1200px) { .section-with-sticky-sidebar .testimonial-section .content-col .small-heading { text-align: right; } }

@media (min-width: 1200px) { .section-with-sticky-sidebar .testimonial-section .slider-pager-block { margin-left: 215px; } }

@media (max-width: 1199px) { .section-with-sticky-sidebar .image-slider-section .slide { background: none !important; }
  .section-with-sticky-sidebar .image-slider-section .slide img { width: 100%; } }

@media (min-width: 1200px) { .section-with-sticky-sidebar .image-slider-section .slide { min-height: 65vh; }
  .section-with-sticky-sidebar .image-slider-section .slide img { display: none; } }

.section-with-sticky-sidebar .cta-section { margin: 0 -15px; }

@media (min-width: 768px) { .section-with-sticky-sidebar .cta-section { margin: 0 -5vw; text-align: left; } }

@media (min-width: 992px) { .section-with-sticky-sidebar .cta-section { margin-top: -40px !important; -webkit-box-align: end; -ms-flex-align: end; -webkit-align-items: flex-end; -moz-align-items: flex-end; align-items: flex-end; width: calc(100% + 240px + 10vw); } }

@media (min-width: 992px) { .section-with-sticky-sidebar .cta-section .container-fluid { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; -webkit-justify-content: flex-end; -moz-justify-content: flex-end; justify-content: flex-end; } }

.section-with-sticky-sidebar .cta-section .title-line span { background-color: transparent; }

@media (min-width: 1200px) { .section-with-sticky-sidebar .company-values-section .company-values-block { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; position: relative; padding-top: 60px; } }

@media (min-width: 1500px) { .section-with-sticky-sidebar .company-values-section .company-values-block { padding-top: 10px; } }

@media (min-width: 1200px) { .section-with-sticky-sidebar .company-values-section .values-block { width: 50%; -webkit-box-ordinal-group: 2; -webkit-order: 1; -moz-order: 1; -ms-flex-order: 1; order: 1; padding-right: 30px; } }

.section-with-sticky-sidebar .company-values-section .value-block { display: none; text-align: center; }

@media (min-width: 1200px) { .section-with-sticky-sidebar .company-values-section .value-block { text-align: left; } }

.section-with-sticky-sidebar .company-values-section .value-block:first-child { display: block; }

.section-with-sticky-sidebar .company-values-section .value-block h2 { letter-spacing: 1px; }

.section-with-sticky-sidebar .company-values-section .value-block h2 span { display: block; }

.section-with-sticky-sidebar .company-values-section .value-block h2 span:first-child { padding-bottom: 5px; }

.section-with-sticky-sidebar .company-values-section .value-block h2 span:last-child:after { display: block; content: ''; background-color: #f9f9f9; height: 4px; width: 25px; margin: 20px auto 0 auto; }

@media (min-width: 1200px) { .section-with-sticky-sidebar .company-values-section .value-block h2 span:last-child:after { margin: 20px 0 0; } }

.section-with-sticky-sidebar .company-values-section .value-block .content-block * { font-family: "Merriweather"; font-size: 1.25rem; }

@media (min-width: 992px) { .section-with-sticky-sidebar .company-values-section .value-block .content-block * { font-size: 1.5rem; } }

.section-with-sticky-sidebar .company-values-section .drawing-line { display: none; }

@media (min-width: 1200px) { .section-with-sticky-sidebar .company-values-section .drawing-line { display: block; width: 74.5%; height: auto; position: absolute; top: 0; left: 30px; } }

@media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) { .section-with-sticky-sidebar .company-values-section .drawing-line { height: 160px; } }

.section-with-sticky-sidebar .company-values-section #line-1 { stroke-dasharray: 896.9219360351562; stroke-dashoffset: 896.9219360351562; -webkit-animation: dash 1s linear forwards; -moz-animation: dash 1s linear forwards; -ms-animation: dash 1s linear forwards; -o-animation: dash 1s linear forwards; animation: dash 1s linear forwards; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .section-with-sticky-sidebar .company-values-section #line-1 { stroke-dasharray: 0; } }

.section-with-sticky-sidebar .company-values-section .dashed { stroke-dasharray: 11; }

.section-with-sticky-sidebar .company-values-section .svg-block { text-align: center; }

@media (min-width: 1200px) { .section-with-sticky-sidebar .company-values-section .svg-block { width: 50%; -webkit-box-ordinal-group: 3; -webkit-order: 2; -moz-order: 2; -ms-flex-order: 2; order: 2; padding-left: 30px; } }

.section-with-sticky-sidebar .company-values-section .svg-block .st0 { fill: none; stroke: #4F6272; stroke-width: 2.1019; stroke-miterlimit: 10; stroke-dasharray: 7.5335,6.4543; }

.section-with-sticky-sidebar .company-values-section .svg-block .st1 { fill: none; stroke: #f9f9f9; stroke-width: 2; stroke-miterlimit: 10; }

.section-with-sticky-sidebar .company-values-section .svg-block .st2 { fill: none; stroke: #4F6272; stroke-width: 2; stroke-miterlimit: 10; }

.section-with-sticky-sidebar .company-values-section .svg-block .st3 { fill: #20324a; }

.section-with-sticky-sidebar .company-values-section .svg-block .st4 { fill: #4F6272; }

.section-with-sticky-sidebar .company-values-section .svg-block .st5 { fill: #00ABE8; }

.section-with-sticky-sidebar .company-values-section .svg-block .st6 { fill: #FFFFFF; }

.section-with-sticky-sidebar .company-values-section .svg-block .st7 { fill: #f9f9f9; }

.section-with-sticky-sidebar .company-values-section .svg-block svg { padding: 50px 25px; width: 100%; max-width: 400px; }

@media (min-width: 768px) { .section-with-sticky-sidebar .company-values-section .svg-block svg { padding: 50px 30px 75px 30px; } }

@media all and (min-width: 768px) and (-ms-high-contrast: none), (min-width: 768px) and (-ms-high-contrast: active) { .section-with-sticky-sidebar .company-values-section .svg-block svg { width: 375px; height: 450px; } }

@media (min-width: 1200px) { .section-with-sticky-sidebar .company-values-section .svg-block svg { max-width: 100%; } }

@media all and (min-width: 1200px) and (-ms-high-contrast: none), (min-width: 1200px) and (-ms-high-contrast: active) { .section-with-sticky-sidebar .company-values-section .svg-block svg { width: 500px; height: 560px; } }

.section-with-sticky-sidebar .company-values-section .svg-block #Circle-1, .section-with-sticky-sidebar .company-values-section .svg-block #Circle-2, .section-with-sticky-sidebar .company-values-section .svg-block #Circle-3 { cursor: pointer; }

.section-with-sticky-sidebar .company-values-section .svg-block #Circle-1 path, .section-with-sticky-sidebar .company-values-section .svg-block #Circle-2 path, .section-with-sticky-sidebar .company-values-section .svg-block #Circle-3 path { fill: #4F6272; }

.section-with-sticky-sidebar .company-values-section .svg-block #Circle-1 .number path, .section-with-sticky-sidebar .company-values-section .svg-block #Circle-2 .number path, .section-with-sticky-sidebar .company-values-section .svg-block #Circle-3 .number path { fill: #4F6272; }

.section-with-sticky-sidebar .company-values-section .svg-block #Circle-1.disabled, .section-with-sticky-sidebar .company-values-section .svg-block #Circle-2.disabled, .section-with-sticky-sidebar .company-values-section .svg-block #Circle-3.disabled { pointer-events: none; }

.section-with-sticky-sidebar .company-values-section .svg-block #Circle-1.is-active, .section-with-sticky-sidebar .company-values-section .svg-block #Circle-2.is-active, .section-with-sticky-sidebar .company-values-section .svg-block #Circle-3.is-active { cursor: default; pointer-events: none; }

.section-with-sticky-sidebar .company-values-section .svg-block #Circle-1.is-active path, .section-with-sticky-sidebar .company-values-section .svg-block #Circle-2.is-active path, .section-with-sticky-sidebar .company-values-section .svg-block #Circle-3.is-active path { fill: #00ABE8; }

.section-with-sticky-sidebar .company-values-section .svg-block #Circle-1.is-active .number path, .section-with-sticky-sidebar .company-values-section .svg-block #Circle-2.is-active .number path, .section-with-sticky-sidebar .company-values-section .svg-block #Circle-3.is-active .number path { fill: #fff; }

.section-with-sticky-sidebar .company-values-section .svg-block #Circle-1.is-active .st2, .section-with-sticky-sidebar .company-values-section .svg-block #Circle-2.is-active .st2, .section-with-sticky-sidebar .company-values-section .svg-block #Circle-3.is-active .st2 { stroke: #f9f9f9; }

.team-popup { background: #ffffff; min-height: 100vh; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; cursor: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5JY29uPC90aXRsZT4gICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+ICAgIDxkZWZzPjwvZGVmcz4gICAgPGcgaWQ9IkFydC1UcmVhdG1lbnQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPHBvbHlnb24gaWQ9Ikljb24iIGZpbGw9IiM3QUM5MjUiIHBvaW50cz0iMjMuMzMzMzMzMyAyLjM1IDIwLjk4MzMzMzMgMCAxMS42NjY2NjY3IDkuMzE2NjY2NjcgMi4zNSAwIDAgMi4zNSA5LjMxNjY2NjY3IDExLjY2NjY2NjcgMCAyMC45ODMzMzMzIDIuMzUgMjMuMzMzMzMzMyAxMS42NjY2NjY3IDE0LjAxNjY2NjcgMjAuOTgzMzMzMyAyMy4zMzMzMzMzIDIzLjMzMzMzMzMgMjAuOTgzMzMzMyAxNC4wMTY2NjY3IDExLjY2NjY2NjciPjwvcG9seWdvbj4gICAgPC9nPjwvc3ZnPg==), crosshair; }

@media (max-width: 991px) { .team-popup .image-col { display: none; } }

@media (min-width: 992px) { .team-popup .image-col { display: block; width: 50%; } }

@media (min-width: 1200px) { .team-popup .image-col { width: 40%; } }

.team-popup .content-col { background-color: #20324a; -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); padding: 30px; }

@media (min-width: 992px) { .team-popup .content-col { width: 50%; padding: 70px 55px 70px 70px; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; } }

@media (min-width: 1200px) { .team-popup .content-col { width: 60%; } }

.team-popup .content-col .image-block { text-align: center; }

@media (min-width: 600px) { .team-popup .content-col .image-block { text-align: left; width: 266px; float: left; margin-right: 15px; } }

@media (min-width: 992px) { .team-popup .content-col .image-block { display: none; } }

.team-popup .content-col .content-block { padding-top: 30px; }

@media (min-width: 600px) { .team-popup .content-col .content-block { padding-top: 0; } }

.team-popup .content-col .title-block:after { content: ''; display: inline-block; width: 30px; height: 5px; background-color: #f9f9f9; margin-top: 30px; }

.team-popup .content-col .position { font-family: "Merriweather"; }

@media (min-width: 992px) { .team-popup .content-col .bio-block { overflow-y: scroll; height: 66vh; padding-right: 15px; } }

/*=====  End of Section With Sticky Sidebar  ======*/
.search-bar { background-color: #20324a; position: fixed; left: 0; right: 0; top: 0; z-index: 992; -webkit-transform: translateY(-200%); -moz-transform: translateY(-200%); -ms-transform: translateY(-200%); -o-transform: translateY(-200%); transform: translateY(-200%); -webkit-transition: 0.25s ease; -moz-transition: 0.25s ease; -o-transition: 0.25s ease; transition: 0.25s ease; }

.search-bar .container-fluid { position: static; }

.search-bar .row-block { padding: 15px 15px; }

@media (min-width: 992px) { .search-bar .row-block { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; padding: 40px 15px; } }

.search-bar .i-close { background: transparent; color: #ffffff; font-size: 30px; padding: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; vertical-align: middle; display: inline-block; border: none; }

@media (max-width: 991px) { .search-bar .i-close { position: absolute; top: 100%; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); } }

@media (min-width: 992px) { .search-bar .i-close { font-size: 80px; } }

@media (max-width: 991px) { .search-bar .i-close:before { background-color: #20324a; color: #ffffff; font-size: 30px; display: inline-block; width: 80px; height: 50px; line-height: 50px; } }

.search-bar.js-active { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

.search-form { position: relative; }

@media (min-width: 992px) { .search-form { width: 90%; } }

.search-form: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: "\e612"; color: #20324a; font-size: 24px; position: absolute; left: 15px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

@media (min-width: 768px) { .search-form:before { left: 25px; } }

.search-form input[type="text"] { border-radius: 4px; background-color: #ffffff; color: #20324a; font-size: 1rem; font-weight: 300; width: 100%; padding: 15px 15px 15px 50px; border: none; }

.search-form input[type="text"]:focus:-moz-placeholder { color: transparent; }

.search-form input[type="text"]:focus::-moz-placeholder { color: transparent; }

.search-form input[type="text"]:focus:-ms-input-placeholder { color: transparent; }

.search-form input[type="text"]:focus::-webkit-input-placeholder { color: transparent; }

@media (min-width: 992px) { .search-form input[type="text"] { font-size: 1.6875rem; } }

.search-form input[type="text"]:-moz-placeholder { font-size: 1rem; font-weight: 300; color: #20324a; }

@media (min-width: 992px) { .search-form input[type="text"]:-moz-placeholder { font-size: 1.6875rem; } }

.search-form input[type="text"]::-moz-placeholder { font-size: 1rem; font-weight: 300; color: #20324a; }

@media (min-width: 992px) { .search-form input[type="text"]::-moz-placeholder { font-size: 1.6875rem; } }

.search-form input[type="text"]:-ms-input-placeholder { font-size: 1rem; font-weight: 300; color: #20324a; }

@media (min-width: 992px) { .search-form input[type="text"]:-ms-input-placeholder { font-size: 1.6875rem; } }

.search-form input[type="text"]::-webkit-input-placeholder { font-size: 1rem; font-weight: 300; color: #20324a; }

@media (min-width: 992px) { .search-form input[type="text"]::-webkit-input-placeholder { font-size: 1.6875rem; } }

.search-form input[type="submit"] { display: none; }

@media (min-width: 768px) { .search-form:before { font-size: 30px; }
  .search-form input[type="text"] { font-size: 24px; padding: 20px 20px 20px 70px; } }

.search .page-title span { display: block; }

.search .search-results-section .row-block { padding: 0 15px; }

@media (min-width: 768px) { .search .search-results-section .row-block { padding: 0 5vw; } }

.search .search-results-section a.h2 { color: #ffffff; text-decoration: none; border-bottom: none; font-family: 'Merriweather'; }

.search .search-results-section a.h2:hover, .search .search-results-section a.h2:focus { color: #f9f9f9; }

.error404 .main-content { color: #ffffff; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; min-height: 50vh; }

.error404 .text-404 { font-size: 3.125rem; display: block; }

@media (min-width: 768px) { .error404 .text-404 { font-size: 6.25rem; } }

@media (min-width: 992px) { .error404 .text-404 { font-size: 9.375rem; } }

.error404 .pre-footer-section { display: none; }

#sitemap-tabs { border: 1px solid #ddd; }

#sitemap-tabs .list-tabs { list-style: none; margin-left: 0; border-bottom: none; overflow: hidden; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }

#sitemap-tabs .list-tabs > li { background-color: #666; -webkit-box-flex: 1 1 auto; -moz-box-flex: 1 1 auto; -moz-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; text-align: center; }

#sitemap-tabs .list-tabs > li:hover { background-color: #787878; }

#sitemap-tabs .list-tabs > li.r-tabs-state-active { background-color: #20324a; }

#sitemap-tabs .list-tabs > li.r-tabs-state-active:hover { background-color: #20324a; }

#sitemap-tabs .list-tabs a { color: #fff; display: block; font-size: 13px; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; padding: 24px 25px; }

#sitemap-tabs .tab-content { background-color: #fff; padding: 30px 5vw; }

@media (min-width: 768px) { #sitemap-tabs .tab-content { padding: 50px; } }

#sitemap-tabs .list-sitemap li { margin-bottom: 10px; }

#sitemap-tabs .list-sitemap a { display: inline-block; padding-bottom: 1px; border-bottom: 1px solid transparent; }

#sitemap-tabs .list-sitemap a:hover { color: #2c2c2c; border-bottom-color: #2c2c2c; text-decoration: none; }

/* Accordion responsive breakpoint */
@media only screen and (max-width: 768px) { #sitemap-tabs .list-tabs { display: none; }
  #sitemap-tabs .r-tabs-accordion-title { background-color: #666; display: block; margin-bottom: 1px; text-align: center; }
  #sitemap-tabs .r-tabs-accordion-title:last-child { margin-bottom: 0; }
  #sitemap-tabs .r-tabs-accordion-title:hover { background-color: #787878; }
  #sitemap-tabs .r-tabs-accordion-title.r-tabs-state-active { background-color: #20324a; }
  #sitemap-tabs .r-tabs-accordion-title.r-tabs-state-active:hover { background-color: #20324a; }
  #sitemap-tabs .r-tabs-accordion-title a { color: #fff; display: block; font-size: 13px; font-weight: 600; text-transform: uppercase; letter-spacing: 2px; padding: 24px 25px; } }

/*  Required till end */
.r-tabs .r-tabs-nav { margin: 0; padding: 0; }

.r-tabs .r-tabs-tab { display: inline-block; margin: 0; list-style: none; }

.r-tabs .r-tabs-panel { padding: 15px; display: none; }

.r-tabs .r-tabs-accordion-title { display: none; }

.r-tabs .r-tabs-panel.r-tabs-state-active { display: block; }

/*===================================
=            Single Post            =
===================================*/
.single-post-wrap .text-hero-section { overflow: visible; padding-top: 90px !important; }

@media (min-width: 768px) { .single-post-wrap .text-hero-section { padding-top: 150px !important; } }

.single-post-wrap .text-hero-section .category-block .btn:hover, .single-post-wrap .text-hero-section .category-block .btn:active { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; background-color: transparent; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }

@media (min-width: 992px) { .single-post-wrap .content-section .container-fluid { width: 90%; } }

.single-post-wrap .content-section .author { letter-spacing: 1px; }

.single-post-wrap .sticky-share-block { text-align: center; padding-top: 70px; }

@media (min-width: 992px) { .single-post-wrap .sticky-share-block { position: absolute; top: 0; border-right: 1px solid #00ABE8; padding: 10px 25px 5px 0; text-align: right; z-index: 1; height: 170px; }
  .single-post-wrap .sticky-share-block.js-fixed { position: fixed; } }

.single-post-wrap .sticky-share-block li { display: inline-block; padding: 0 5px; }

@media (min-width: 992px) { .single-post-wrap .sticky-share-block li { padding: 0; display: block; }
  .single-post-wrap .sticky-share-block li:last-child { margin-bottom: 0; } }

.single-post-wrap .sticky-share-block a { cursor: pointer; text-decoration: none; border-bottom: none; font-size: 1.375rem; }

@media (min-width: 768px) { .single-post-wrap .outer-block { width: 90%; margin: 0 auto; } }

@media (min-width: 992px) { .single-post-wrap .outer-block { width: 70%; } }

@media (min-width: 992px) { .single-post-wrap .content-block p, .single-post-wrap .content-block table, .single-post-wrap .content-block ul, .single-post-wrap .content-block ol, .single-post-wrap .content-block dl, .single-post-wrap .content-block dd, .single-post-wrap .content-block pre, .single-post-wrap .content-block blockquote, .single-post-wrap .content-block address { line-height: 2.3; } }

.single-post-wrap .capability-content-section h2, .single-post-wrap .two-column-content-section h2 { font-weight: bold; }

@media (min-width: 768px) { .single-post-wrap .two-column-content-section .row-block { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .single-post-wrap .two-column-content-section .row-block .col { width: 50%; }
  .single-post-wrap .two-column-content-section .row-block .col:first-child { padding-right: 15px; }
  .single-post-wrap .two-column-content-section .row-block .col:last-child { padding-left: 30px; } }

/*=====  End of Single Post  ======*/
.post-nav { display: none; }

@media (min-width: 601px) { .post-nav { clear: both; display: block; background: #fff; color: #222; font-weight: 700; padding: 40px 0; border-top: 1px solid #e5e5e5; }
  .post-nav > div { float: left; width: 33.333333%; }
  .post-nav a { color: #2c2c2c; text-decoration: none; border-bottom: none; }
  .post-nav a:hover { color: #20324a; }
  .post-nav .old-post { position: relative; }
  .post-nav .old-post a { padding-left: 25px; }
  .post-nav .old-post 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; content: ""; position: absolute; left: 0; -webkit-transition: 100ms transform linear; -moz-transition: 100ms transform linear; -o-transition: 100ms transform linear; transition: 100ms transform linear; }
  .post-nav .old-post a:hover:before { -webkit-transform: translate3d(5px, 0, 0); -moz-transform: translate3d(5px, 0, 0); -ms-transform: translate3d(5px, 0, 0); -o-transform: translate3d(5px, 0, 0); transform: translate3d(5px, 0, 0); }
  .post-nav .new-post { text-align: right; position: relative; }
  .post-nav .new-post a { padding-right: 25px; }
  .post-nav .new-post 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; content: ""; position: absolute; right: 0; -webkit-transition: 100ms transform linear; -moz-transition: 100ms transform linear; -o-transition: 100ms transform linear; transition: 100ms transform linear; }
  .post-nav .new-post a:hover:after { -webkit-transform: translate3d(-5px, 0, 0); -moz-transform: translate3d(-5px, 0, 0); -ms-transform: translate3d(-5px, 0, 0); -o-transform: translate3d(-5px, 0, 0); transform: translate3d(-5px, 0, 0); } }

.single-pagination { clear: both; overflow: hidden; }

.single-pagination .index { font-weight: 700; line-height: 28px; padding: 0; border: none; margin-right: 10px; }

.single-pagination span, .single-pagination a { background: #fff; color: #666; font-size: 12px; line-height: 1; text-align: center; float: left; min-width: 10px; padding: 7px 10px; border: 1px solid #e7e7e7; margin-left: 4px; }

.single-pagination a:hover, .single-pagination:focus, .single-pagination .current { background: #f9f9f9; color: #fff; }

.author-box { background: #f5f5f5; padding: 20px; border: 1px solid #ddd; margin-bottom: 30px; overflow: hidden; box-shadow: inset 1px 1px 0 #fff, inset -1px -1px 0 #fff; }

.author-info { overflow: hidden; }

.avatar-block { float: left; width: 100px; height: 100px; padding: 2px; border: 1px solid #eee; margin-right: 20px; }

/*======================================
=            Single Project            =
======================================*/
@media (min-width: 1200px) { .single-project .hero-section .page-title { max-width: 70%; } }

.single-project .hero-section #breadcrumbs span span span a { pointer-events: none; }

@media (min-width: 992px) { .single-project .project-content-section { width: 70%; margin: 0 auto; } }

.single-project .project-content-section .content-block { overflow: hidden; }

@media (min-width: 992px) { .single-project .project-content-section .content-block p, .single-project .project-content-section .content-block table, .single-project .project-content-section .content-block ul, .single-project .project-content-section .content-block ol, .single-project .project-content-section .content-block dl, .single-project .project-content-section .content-block dd, .single-project .project-content-section .content-block pre, .single-project .project-content-section .content-block blockquote, .single-project .project-content-section .content-block address { line-height: 2.3; } }

.single-project .project-content-section:after { content: ''; background-color: #00ABE8; width: 2px; height: 100px; display: block; margin: 30px auto 0; }

@media (min-width: 768px) { .single-project .project-content-section:after { height: 160px; } }

.single-project .capabilities-section .container-fluid { background-color: #14273E; }

@media (min-width: 992px) { .single-project .capabilities-section .row-block { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.single-project .capabilities-section .capabilities-image-cloumn { -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15); -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15); box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.15); min-height: 190px; }

@media (min-width: 480px) { .single-project .capabilities-section .capabilities-image-cloumn { min-height: 250px; } }

@media (min-width: 600px) { .single-project .capabilities-section .capabilities-image-cloumn { min-height: 300px; } }

@media (min-width: 768px) { .single-project .capabilities-section .capabilities-image-cloumn { min-height: 400px; } }

@media (min-width: 992px) { .single-project .capabilities-section .capabilities-image-cloumn { min-height: 500px; width: 45%; margin-top: -20px; margin-bottom: -20px; } }

@media (min-width: 1200px) { .single-project .capabilities-section .capabilities-image-cloumn { min-height: 650px; } }

.single-project .capabilities-section .capabilities-column { padding-left: 30px; padding-right: 30px; margin-left: -15px; margin-right: -15px; }

@media (min-width: 768px) { .single-project .capabilities-section .capabilities-column { padding-left: 50px; padding-right: 50px; margin-left: -5vw; margin-right: -5vw; } }

@media (min-width: 992px) { .single-project .capabilities-section .capabilities-column { width: calc(55% + 5vw); padding-left: 70px; padding-right: 70px; margin-left: 0px !important; margin-right: -5vw; } }

@media (min-width: 992px) { .single-project .cta-section .container-fluid { width: 70%; } }

.single-project .stats-section .container-fluid { padding: 0; }

@media (min-width: 992px) { .single-project .stats-section .row-block { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.single-project .stats-section .stats-col { background-color: #14273E; padding-left: 30px; padding-right: 30px; }

@media (min-width: 768px) { .single-project .stats-section .stats-col { padding-left: 50px; padding-right: 50px; } }

@media (min-width: 992px) { .single-project .stats-section .stats-col { width: 40%; padding-left: 70px; padding-right: 70px; } }

.single-project .stats-section .result-col { padding-left: 30px; padding-right: 30px; }

@media (min-width: 768px) { .single-project .stats-section .result-col { padding-left: 50px; padding-right: 50px; } }

@media (min-width: 992px) { .single-project .stats-section .result-col { width: 60%; padding-left: 70px; padding-right: 70px; } }

.single-project .stats-section .result-col .content-block p, .single-project .stats-section .result-col .content-block table, .single-project .stats-section .result-col .content-block ul, .single-project .stats-section .result-col .content-block ol, .single-project .stats-section .result-col .content-block dl, .single-project .stats-section .result-col .content-block dd, .single-project .stats-section .result-col .content-block pre, .single-project .stats-section .result-col .content-block blockquote, .single-project .stats-section .result-col .content-block address { font-size: 0.875rem; }

.single-project .stats-section blockquote { font-family: 'Merriweather'; font-style: italic; padding-left: 0; border: 0; font-size: 1.25rem; line-height: 1.5; color: #ffffff; }

@media (min-width: 768px) { .single-project .stats-section blockquote { font-size: 1.5rem; } }

.single-project .stats-section blockquote.pull-quote { color: #f9f9f9; }

/*=====  End of Single Project  ======*/
/*======================================
=            Single Mission            =
======================================*/
@media (min-width: 992px) { .single-mission .hero-section .page-title { max-width: 700px; } }

@media (min-width: 1200px) { .single-mission .hero-section .page-title { max-width: 50vw; } }

@media (min-width: 992px) { .single-mission .hero-section .number { position: absolute; right: 5vw; bottom: 0; } }

@media (min-width: 992px) { .single-mission .capabilities-content-section .row-block { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.single-mission .capabilities-content-section .content-column.padding-0 { padding: 0; }

@media (min-width: 992px) { .single-mission .capabilities-content-section .content-column { width: 60%; padding-right: 50px; } }

@media (min-width: 1200px) { .single-mission .capabilities-content-section .content-column { padding-right: 70px; } }

.single-mission .capabilities-content-section .content-column:before { content: ''; width: calc(100% + 30px); height: 10px; background-color: #f9f9f9; display: block; position: absolute; top: -10px; left: -15px; }

@media (min-width: 768px) { .single-mission .capabilities-content-section .content-column:before { left: -5vw; width: calc(100% + 10vw); } }

@media (min-width: 992px) { .single-mission .capabilities-content-section .content-column:before { height: 15px; top: -15px; width: calc(100% + 5vw); } }

@media (min-width: 768px) { .single-mission .capabilities-content-section .content-column .content-block { text-align: justify; } }

.single-mission .capabilities-content-section .capabilities-column { background-color: #14273E; padding-left: 30px; padding-right: 30px; margin-left: -15px; margin-right: -15px; }

@media (min-width: 768px) { .single-mission .capabilities-content-section .capabilities-column { padding-left: 50px; padding-right: 50px; margin-left: -5vw; margin-right: -5vw; } }

@media (min-width: 992px) { .single-mission .capabilities-content-section .capabilities-column { width: calc(40% + 5vw); padding-left: 70px; padding-right: 70px; margin-left: 0 !important; margin-right: -5vw; } }

@media (min-width: 1200px) { .single-mission .cta-section { min-height: 700px; } }

.single-mission .pre-footer-section a.prev-link, .single-mission .pre-footer-section a.next-link { font-size: 1.5rem; line-height: 1.5; }

/*=====  End of Single Mission  ======*/
/*=======================================
=            Single Location            =
=======================================*/
.single-location .state { font-family: 'Merriweather'; letter-spacing: 1px; }

.single-location .location-details-section .container-fluid { padding: 0; }

@media (min-width: 992px) { .single-location .location-details-section .row-block { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } }

.single-location .location-details-section .map-col { background-color: #14273E; padding-left: 30px; padding-right: 30px; }

@media (min-width: 768px) { .single-location .location-details-section .map-col { padding-left: 50px; padding-right: 50px; } }

@media (min-width: 992px) { .single-location .location-details-section .map-col { width: 40%; padding-left: 70px; padding-right: 70px; } }

.single-location .location-details-section .map-col .google-map { min-height: 230px; width: 100%; }

.single-location .location-details-section .details-col { padding-left: 30px; padding-right: 30px; }

@media (min-width: 768px) { .single-location .location-details-section .details-col { padding-left: 50px; padding-right: 50px; } }

@media (min-width: 992px) { .single-location .location-details-section .details-col { width: 60%; padding-left: 70px; padding-right: 70px; } }

.single-location .location-details-section .details-col .weather-block { border: 2px solid #f9f9f9; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; text-align: center; }

.single-location .location-details-section .details-col .weather-block .temperature-block { padding: 15px; width: 100%; }

@media (min-width: 600px) { .single-location .location-details-section .details-col .weather-block .temperature-block { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; } }

@media (min-width: 992px) { .single-location .location-details-section .details-col .weather-block .temperature-block { padding: 45px 35px; } }

@media (min-width: 1500px) { .single-location .location-details-section .details-col .weather-block .temperature-block { width: 45%; } }

.single-location .location-details-section .details-col .weather-block .icon { font-size: 3.75rem; padding-bottom: 15px; }

@media (min-width: 600px) { .single-location .location-details-section .details-col .weather-block .icon { padding-bottom: 0; padding-right: 30px; font-size: 4.375rem; }
  .single-location .location-details-section .details-col .weather-block .icon:before { position: relative; top: -5px; } }

@media (min-width: 992px) { .single-location .location-details-section .details-col .weather-block .icon { font-size: 5rem; } }

.single-location .location-details-section .details-col .weather-block .title { font-family: "Merriweather"; }

.single-location .location-details-section .details-col .weather-block .temperature { letter-spacing: 2px; font-family: "Merriweather"; }

.single-location .location-details-section .details-col .weather-block .quote-block { background-color: #14273E; padding: 15px; width: 100%; }

@media (min-width: 992px) { .single-location .location-details-section .details-col .weather-block .quote-block { padding: 45px 35px; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; } }

@media (min-width: 1500px) { .single-location .location-details-section .details-col .weather-block .quote-block { width: 55%; } }

.single-location .location-details-section .details-col .content-block h1, .single-location .location-details-section .details-col .content-block h2, .single-location .location-details-section .details-col .content-block h3, .single-location .location-details-section .details-col .content-block h4, .single-location .location-details-section .details-col .content-block h5, .single-location .location-details-section .details-col .content-block h6, .single-location .location-details-section .details-col .content-block .h1, .single-location .location-details-section .details-col .content-block .h2, .single-location .location-details-section .details-col .content-block .h3, .single-location .location-details-section .details-col .content-block .h4, .single-location .location-details-section .details-col .content-block .h5, .single-location .location-details-section .details-col .content-block .h6 { font-family: 'Merriweather'; font-weight: bold; }

/*=====  End of Single Location  ======*/
.gform_body .gfield .gfield_label, .gform_body .gfield.gf-label-dummy { text-transform: uppercase; font-size: 14px; letter-spacing: 2px; font-weight: 700; display: block; margin-bottom: 10px; }

.gform_body .gfield .gfield_label .gfield_required, .gform_body .gfield.gf-label-dummy .gfield_required { color: red; padding: 0 3px; }

.gform_wrapper .gform_body li.gfield.gfield_error { background-color: transparent !important; border: none !important; padding-bottom: 0 !important; padding-top: 0 !important; }

.gform_wrapper .gform_body li.gfield.gfield_error input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) { border: none; border-bottom: 1px solid #ff0000; }

.gform_heading { margin-bottom: 15px; }

.gform_body .gform_fields { list-style: none; margin-left: 0; }

.gform_body .gfield { margin-bottom: 20px; }

.gform_body .gfield ul { margin-top: 0; }

.gform_body .gfield .gfield_description { color: #999; font-style: italic; font-size: 16px; padding: 5px 10px !important; }

.gform_body .gfield.field_description_above .gfield_description { margin-top: -10px; margin-bottom: 10px; }

.gform_body .gfield .ginput_complex span { display: inline-block; margin-right: 10px; margin-bottom: 5px; }

.gform_body .gfield .ginput_complex label { color: #999; font-size: 14px; display: block; }

.gform_body .gfield.field_sublabel_above .ginput_complex label { margin-bottom: 2px; }

.gform_body .gfield.field_sublabel_above .ginput_complex span:after { margin-top: 12px; }

.gform_body .gfield.field_sublabel_below .ginput_complex label { margin: 2px 0 6px; }

.gform_body .gfield.field_sublabel_below .ginput_complex span:after { margin-top: -12px; }

.gform_body .gfield .gf_clear { clear: both; }

.gform_body .instruction, .gform_body .ginput_counter { font-size: 16px; color: #999; margin-top: 2px; }

/*===============================
=            Section            =
===============================*/
.gfield.gsection { margin-top: 50px; padding-top: 40px; border-top: 1px solid rgba(0, 171, 232, 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: #20324a; width: 45px; height: 5px; position: absolute; left: 0; bottom: 0; }

.gsection_description { margin-top: 15px; }

/*============================
=            Name            =
============================*/
.name_prefix_select { background: none; position: relative; }

.name_prefix_select select { width: 100%; padding-right: 35px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; }

.name_prefix_select select::-ms-expand { display: none; }

.name_prefix_select: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: ""; font-size: 14px; display: block; position: absolute; right: 15px; top: 50%; color: #f9f9f9; }

/*========================================
=            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; }

/*=============================
=            Radio            =
=============================*/
.gform_wrapper .ginput_container_radio input[type="text"] { padding-top: 10px; padding-bottom: 10px; }

.gform_wrapper .ginput_container_radio input[type="radio"][value="gf_other_choice"] { position: absolute; height: 0; width: 0; }

.gform_wrapper .ginput_container_radio label { margin-left: 5px; }

/*==============================
=            Select            =
==============================*/
.ginput_container_select { background: none; position: relative; }

.ginput_container_select select { width: 100%; padding-right: 35px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; }

.ginput_container_select select::-ms-expand { display: none; }

.ginput_container_select: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: ""; font-size: 14px; display: block; position: absolute; right: 15px; top: 50%; color: #f9f9f9; }

.ginput_container_select select { width: 100%; }

/*====================================
=            Multi Select            =
====================================*/
.ginput_container_multiselect select { padding: 0; }

.ginput_container_multiselect option { padding: 10px 2px; }

@media (min-width: 768px) { .ginput_container_multiselect option { padding: 10px 15px; } }

/*=======================================
=            Enhanced Select            =
=======================================*/
.gform_wrapper .chosen-single { padding: 2px 15px; }

.gform_wrapper .chosen-single > span { color: #aaa; }

.gform_wrapper .chosen-single div { display: none; width: 50px; }

.gform_wrapper .chosen-single div b { position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.gform_wrapper .chosen-single div b: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: "\e615"; color: #f9f9f9; font-size: 13px; font-weight: bold; }

@media (min-width: 768px) { .gform_wrapper .chosen-single { padding: 15px 20px; } }

.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-search { 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: #00ABE8; font-size: 21px; right: 15px; margin-top: -10px; }

.gform_wrapper .chosen-search input { width: 100%; min-width: auto; padding: 10px 35px 10px 10px; border: 1px solid #00ABE8; }

@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: transparent; color: #444; line-height: 1.2 !important; min-width: 250px; padding: 15px 2px; border-radius: 0; font-size: 14px; border: none; border-bottom: 1px solid #3F5163; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; text-decoration: none; border-bottom: none; white-space: nowrap; display: block; width: 100%; margin: 0; position: relative; cursor: pointer; }

.gform_wrapper .chosen-single:-moz-placeholder { color: #ffffff; font-size: 14px; }

.gform_wrapper .chosen-single::-moz-placeholder { color: #ffffff; font-size: 14px; }

.gform_wrapper .chosen-single:-ms-input-placeholder { color: #ffffff; font-size: 14px; }

.gform_wrapper .chosen-single::-webkit-input-placeholder { color: #ffffff; font-size: 14px; }

.gform_wrapper .chosen-single:focus { border-bottom: 1px solid #00ABE8; outline: none; }

.gform_wrapper .chosen-single:focus:-moz-placeholder { color: transparent; }

.gform_wrapper .chosen-single:focus::-moz-placeholder { color: transparent; }

.gform_wrapper .chosen-single:focus:-ms-input-placeholder { color: transparent; }

.gform_wrapper .chosen-single:focus::-webkit-input-placeholder { color: transparent; }

@media (min-width: 768px) { .gform_wrapper .chosen-single { padding: 20px 15px; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) { .gform_wrapper .chosen-single { font-size: 16px !important; } }

.gform_wrapper .chosen-single span { display: block; text-overflow: ellipsis; white-space: nowrap; }

.gform_wrapper .chosen-single div { height: 100%; position: absolute; top: 0; right: 0; }

.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; }

/*=============================================
=            Enhanced Multi Select            =
=============================================*/
.gform_wrapper .chosen-choices .search-field { margin-bottom: 0; position: relative; }

.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: #00ABE8; font-size: 24px; display: block; position: absolute; right: 10px; top: 50%; z-index: 10; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.gform_wrapper .chosen-choices .search-choice { background-color: #f5f5f5; padding: 10px 2px; border: 1px solid #e8e8e8; margin-bottom: 5px; position: relative; }

@media (min-width: 768px) { .gform_wrapper .chosen-choices .search-choice { padding: 10px 15px; } }

.gform_wrapper .chosen-choices .search-choice-close { display: block; width: 20px; height: 20px; text-align: center; position: absolute; top: 50%; right: 10px; cursor: pointer; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.gform_wrapper .chosen-choices .search-choice-close:hover { text-decoration: none; border-bottom: none; }

.gform_wrapper .chosen-choices .search-choice-close:hover:after { color: red; }

.gform_wrapper .chosen-choices .search-choice-close: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: ""; color: #00ABE8; font-size: 20px; line-height: 20px; position: relative; top: -2px; }

/*===================================
=            Date & Time            =
===================================*/
.gform_wrapper .clear-multi:before, .gform_wrapper .clear-multi:after { content: " "; display: table; }

.gform_wrapper .clear-multi:after { clear: both; }

.gform_wrapper .clear-multi > .ginput_container { float: left; margin-right: 10px; }

.gform_wrapper .clear-multi label { color: #999; font-size: 14px; }

.gform_wrapper .clear-multi input[type="text"] { min-width: auto; width: 100px; }

.gform_wrapper .clear-multi select { min-width: auto; width: auto; }

/*==================================
=            DatePicker            =
==================================*/
.ui-datepicker { display: none; }

.ui-datepicker-trigger { margin-left: -30px; }

.ginput_container_date { position: relative; }

.ginput_container_date input[type="text"] { width: 100%; }

.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: ""; color: #00ABE8; position: absolute; right: 15px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.ui-datepicker { background-color: #fff; padding: 5px; border: 1px solid rgba(0, 171, 232, 0.2); }

.ui-datepicker-header > a { display: none; }

.ui-datepicker-header select { width: 49%; min-width: auto; border-color: #ccc; padding: 10px 12px; margin: 0 0 5px 0; }

.ui-datepicker-header .ui-datepicker-month { margin-right: 2%; }

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: #ccc; }

table.ui-datepicker-calendar thead th { font-weight: 700; font-size: 14px; padding: 12px; }

table.ui-datepicker-calendar tbody td a { color: #00ABE8; text-align: center; display: block; padding: 12px; cursor: pointer; }

table.ui-datepicker-calendar tbody td a:hover { background-color: #20324a; color: #fff; text-decoration: none; border-bottom: none; }

table.ui-datepicker-calendar tbody td.ui-datepicker-today a { background-color: #20324a; color: #fff; }

/*===============================
=            Address            =
===============================*/
.gform_wrapper .ginput_complex .address_country { background: none; position: relative; }

.gform_wrapper .ginput_complex .address_country select { width: 100%; padding-right: 35px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; }

.gform_wrapper .ginput_complex .address_country select::-ms-expand { display: none; }

.gform_wrapper .ginput_complex .address_country: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: ""; font-size: 14px; display: block; position: absolute; right: 15px; top: 50%; color: #f9f9f9; }

@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 .ginput_complex .address_country:after, .gf-address-col-3 .ginput_complex .address_country:after { right: 25px; }
  .gf-address-col-2 span, .gf-address-col-3 span { float: left; padding: 0 10px; margin-right: 0 !important; }
  .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%; } }

/*==========  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-family: 'Merriweather'; font-size: 16px; font-weight: 700; letter-spacing: 1px; line-height: 1.2; text-align: center; text-decoration: none; border-bottom: none; vertical-align: middle; display: inline-block; border: none; padding: 0; text-transform: uppercase; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -webkit-transition-property: background, color, border-color; -moz-transition-property: background, color, border-color; -o-transition-property: background, color, border-color; transition-property: background, color, border-color; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; padding: 10px 15px; padding: 15px 24px; border: 1px solid rgba(0, 171, 232, 0.2); }

@media (min-width: 992px) { .ginput_container_fileupload input[type="file"], .ginput_container_fileupload .gform_button_select_files { padding: 15px 24px; } }

@media (min-width: 1200px) { .ginput_container_fileupload input[type="file"], .ginput_container_fileupload .gform_button_select_files { padding: 20px 30px; } }

.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 { -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; 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 [id^="extensions_message"] { display: block; color: #999; font-size: 14px; margin: 5px 0 0; }

.ginput_container_fileupload .validation_message { background-color: transparent; padding: 0; margin-bottom: 10px; }

.ginput_container_fileupload .validation_message ul { margin: 0; }

.ginput_container_fileupload .validation_message li { background-color: red; padding: 10px; margin: 2px; }

.gform_drop_area { display: inline-block; background: transparent; color: #444; line-height: 1.2 !important; min-width: 250px; padding: 15px 2px; border-radius: 0; font-size: 14px; border: none; border-bottom: 1px solid #3F5163; -webkit-transition: none; -moz-transition: none; -o-transition: none; transition: none; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; }

.gform_drop_area:-moz-placeholder { color: #ffffff; font-size: 14px; }

.gform_drop_area::-moz-placeholder { color: #ffffff; font-size: 14px; }

.gform_drop_area:-ms-input-placeholder { color: #ffffff; font-size: 14px; }

.gform_drop_area::-webkit-input-placeholder { color: #ffffff; font-size: 14px; }

.gform_drop_area:focus { border-bottom: 1px solid #00ABE8; outline: none; }

.gform_drop_area:focus:-moz-placeholder { color: transparent; }

.gform_drop_area:focus::-moz-placeholder { color: transparent; }

.gform_drop_area:focus:-ms-input-placeholder { color: transparent; }

.gform_drop_area:focus::-webkit-input-placeholder { color: transparent; }

@media (min-width: 768px) { .gform_drop_area { padding: 20px 15px; } }

@media screen and (-webkit-min-device-pixel-ratio: 0) and (max-width: 767px) { .gform_drop_area { font-size: 16px !important; } }

.gform_drop_area input[type="button"] { background: transparent; font-family: 'Merriweather'; font-size: 16px; font-weight: 700; letter-spacing: 1px; line-height: 1.2; text-align: center; text-decoration: none; border-bottom: none; vertical-align: middle; display: inline-block; border: none; padding: 0; text-transform: uppercase; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -webkit-transition-property: background, color, border-color; -moz-transition-property: background, color, border-color; -o-transition-property: background, color, border-color; transition-property: background, color, border-color; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; padding: 10px 15px; background: #00ABE8; color: #fff; padding: 15px 24px; }

@media (min-width: 992px) { .gform_drop_area input[type="button"] { padding: 15px 24px; } }

@media (min-width: 1200px) { .gform_drop_area input[type="button"] { padding: 20px 30px; } }

.gform_drop_area input[type="button"]:hover, .gform_drop_area input[type="button"]:focus { -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; text-decoration: none; }

.gform_drop_area input[type="button"]:focus { outline: none; }

.gform_drop_area input[type="button"]:hover, .gform_drop_area input[type="button"]:focus, .gform_drop_area input[type="button"]:active { background: #0091c4; 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 .gfield_list_cell:first-child { padding-top: 0; }

table.gfield_list th { text-transform: uppercase; font-size: 14px; letter-spacing: 2px; font-weight: 700; padding-left: 0; }

/*==========  List  ==========*/
/*=====================================
=            Submit & Save            =
=====================================*/
.gform_footer { clear: both; position: relative; padding-top: 50px; }

.gform_footer input[type="submit"] { background: transparent; font-family: 'Merriweather'; font-size: 16px; font-weight: 700; letter-spacing: 1px; line-height: 1.2; text-align: center; text-decoration: none; border-bottom: none; vertical-align: middle; display: inline-block; border: none; padding: 0; text-transform: uppercase; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -webkit-transition-property: background, color, border-color; -moz-transition-property: background, color, border-color; -o-transition-property: background, color, border-color; transition-property: background, color, border-color; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; padding: 10px 15px; background: transparent; border: 2px solid #f9f9f9; color: #ffffff; min-width: 250px; }

@media (min-width: 992px) { .gform_footer input[type="submit"] { padding: 15px 24px; } }

@media (min-width: 1200px) { .gform_footer input[type="submit"] { padding: 20px 30px; } }

.gform_footer input[type="submit"]:hover, .gform_footer input[type="submit"]:focus { -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; text-decoration: none; }

.gform_footer input[type="submit"]:focus { outline: none; }

.gform_footer input[type="submit"]:hover, .gform_footer input[type="submit"]:active { color: #ffffff; background: #0a264c; -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); -webkit-transform: translateY(-3px); -moz-transform: translateY(-3px); -ms-transform: translateY(-3px); -o-transform: translateY(-3px); transform: translateY(-3px); }

.gform_footer input[type="submit"]:focus { color: #ffffff; background: #6db321; border-color: #6db321; }

.gform_footer input[type="submit"]:hover, .gform_footer input[type="submit"]:active { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

.gform_footer .gform_save_link { background: transparent; font-family: 'Merriweather'; font-size: 16px; font-weight: 700; letter-spacing: 1px; line-height: 1.2; text-align: center; text-decoration: none; border-bottom: none; vertical-align: middle; display: inline-block; border: none; padding: 0; text-transform: uppercase; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -webkit-transition-property: background, color, border-color; -moz-transition-property: background, color, border-color; -o-transition-property: background, color, border-color; transition-property: background, color, border-color; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; padding: 10px 15px; background: #00ABE8; color: #fff; padding: 15px 24px; margin-left: 20px; }

@media (min-width: 992px) { .gform_footer .gform_save_link { padding: 15px 24px; } }

@media (min-width: 1200px) { .gform_footer .gform_save_link { padding: 20px 30px; } }

.gform_footer .gform_save_link:hover, .gform_footer .gform_save_link:focus { -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; text-decoration: none; }

.gform_footer .gform_save_link:focus { outline: none; }

.gform_footer .gform_save_link:hover, .gform_footer .gform_save_link:focus, .gform_footer .gform_save_link:active { background: #0091c4; color: #fff; }

.gform_footer .gform_save_link:hover, .gform_footer .gform_save_link:focus, .gform_footer .gform_save_link:active { background: #00ABE8; color: #fff; }

/*=================================================
=            Confirmation & Validation            =
=================================================*/
.gforms_confirmation_message { text-align: center; line-height: 1.4; }

.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; }

.gform_ajax_spinner { margin-left: 10px; }

/*======================================
=            Custom Classes            =
======================================*/
.gfield_html.gf-divider { margin-top: 60px; border-top: 1px solid rgba(0, 171, 232, 0.2); margin-bottom: 50px; }

.gf-full-width input, .gf-full-width textarea, .gf-full-width select, .gf-full-width .gform_drop_area, .gf-full-width table { width: 100%; }

.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%; }

/*=============================================
=            Custom Checkbox/Radio            =
=============================================*/
/*----------  Inline  ----------*/
.gfield.gf-list-inline .gfield_checkbox > li, .gfield.gf-list-inline .gfield_radio > li { float: left; margin: 0 15px 0 0 !important; }

.gfield.gf-list-inline .gfield_checkbox > li:last-child, .gfield.gf-list-inline .gfield_radio > li:last-child { margin-right: 0 !important; }

/*----------  Covered  ----------*/
.gfield.gf-list-covered .gfield_checkbox > li, .gfield.gf-list-covered .gfield_radio > li { position: relative; margin-bottom: 0; }

.gfield.gf-list-covered .gfield_checkbox label, .gfield.gf-list-covered .gfield_radio label { line-height: 1.3; display: inline-block; padding: 10px 15px 10px 30px; margin-bottom: 0; margin-left: 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: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.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; }

/*----------  List Fullwidth  ----------*/
.gfield.gf-list-full-width .gfield_checkbox label, .gfield.gf-list-full-width .gfield_radio label { display: block; margin-left: 0; }

.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: ""; }

.gfield.gf-list-covered .gfield_checkbox input[type="checkbox"]:checked + label:before { content: ""; }

/*====================================
=            Custom Radio            =
====================================*/
.gfield.gf-list-covered .gfield_radio label:before { content: ""; }

.gfield.gf-list-covered .gfield_radio input[type="radio"]:checked + label:before { content: ""; }

.gfield.gf-list-covered:not([class*="gf-list-inline"]) input[type="text"] { margin-top: 10px; }

/*=============================================
=            Custom Rows & Columns            =
=============================================*/
.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: 20px; }
  .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 .gf-block-row { list-style: none; margin-left: 0; margin-top: 0; }

.gform_body .gf-block-row:before, .gform_body .gf-block-row:after { content: " "; display: table; }

.gform_body .gf-block-row:after { clear: both; }

.gform_body .gf-block-row .gf-block-col-2 .gfield_html { display: none; }

.gform_body .gf-block-row input, .gform_body .gf-block-row textarea, .gform_body .gf-block-row select { width: 100%; }

.gform_body .gf-block-row .gfield_html { margin-bottom: 0; }

@media (min-width: 768px) { .gform_body .gf-block-row { margin-left: -15px; margin-right: -15px; }
  .gform_body .gf-block-row .gf-block-col-2 { float: left; width: 50%; padding: 0 15px; } }

.gform_body .gfield.gf-label-hide .gfield_label, .gform_body .gfield.gf-sublabel-hide .ginput_complex label, .gform_body .gfield.gf-sublabel-hide .ginput_container_date label, .gform_body .gfield.gf-sublabel-hide .ginput_container_time label { visibility: hidden; opacity: 0; font-size: 0; height: 0; margin-bottom: 0; }

.gform_body .gfield.gf-label-transparent .gfield_label { visibility: hidden; opacity: 0; }

.gform_body .gfield.gf-label-dummy .gf-description { display: block; color: #999; font-style: italic; font-size: 16px; text-transform: initial; font-weight: 400; letter-spacing: normal; }

.gform_body .gfield.gf-search-hide .chosen-search { display: none !important; }

@media (min-width: 768px) { .gform_body .gfield.gf-label-inline { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; }
  .gform_body .gfield.gf-label-inline .gfield_label { margin-right: 20px; margin-bottom: 0; }
  .gform_body .gfield.gf-label-inline .gfield_description { margin-left: 10px; } }

.gfield.gform_validation_container { display: none !important; }

.gplaceholder .gform_body .gfield .gfield_label { display: none; }

.gf-display-label .gfield_label { display: block !important; }

#breadcrumbs { font-size: 0.75rem; font-family: 'Merriweather'; text-transform: uppercase; color: #ffffff; margin-bottom: 0; }

#breadcrumbs a { display: inline-block; text-decoration: none; border-bottom: none; padding: 0px 2px; position: relative; color: #ffffff; }

#breadcrumbs a:hover, #breadcrumbs a:focus, #breadcrumbs a:active { color: #f9f9f9; }

#breadcrumbs .breadcrumb_last { display: none; }

#breadcrumbs strong, #breadcrumbs .breadcrumb_last { font-weight: 700; }

.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; }

.btn-primary { background: #20324a; color: #fff; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active { background: #000409; color: #fff; }

.btn-secondary { background: #00ABE8; color: #fff; }

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active { background: #0091c4; color: #fff; }

.btn-border-lime { background: transparent; border: 2px solid #f9f9f9; color: #ffffff; min-width: 250px; }

.btn-border-lime:hover, .btn-border-lime:active { color: #ffffff; background: #f9f9f9; -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); -webkit-transform: translateY(-3px); -moz-transform: translateY(-3px); -ms-transform: translateY(-3px); -o-transform: translateY(-3px); transform: translateY(-3px); }

.btn-border-lime:focus { color: #ffffff; background: #6db321; border-color: #6db321; }

.btn-border-sky { background: transparent; border: 2px solid #00ABE8; color: #ffffff; }

.btn-border-sky:hover, .btn-border-sky:active { color: #ffffff; background: #00ABE8; -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); -webkit-transform: translateY(-3px); -moz-transform: translateY(-3px); -ms-transform: translateY(-3px); -o-transform: translateY(-3px); transform: translateY(-3px); }

.btn-border-sky:focus { color: #ffffff; background: #6db321; border-color: #6db321; }

.btn-dusk { background: #14273E; color: #ffffff; -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); }

.btn-dusk:hover, .btn-dusk:active { color: #ffffff; -webkit-transform: translateY(-3px); -moz-transform: translateY(-3px); -ms-transform: translateY(-3px); -o-transform: translateY(-3px); transform: translateY(-3px); -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); }

.btn-dusk:focus { color: #ffffff; background: #102032; }

.btn-xs { padding: 5px 8px; }

.btn-sm { padding: 10px 15px; }

.btn-md { padding: 15px 24px; }

.btn-lg { padding: 20px 30px; }

.btn-xlg { padding: 20px 50px; }

.btn-block { display: block; width: 100%; }

[class^="i-"], [class*=" i-"] { 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-team:before { content: "\e908"; }

.i-arrow-left:before { content: "\e902"; }

.i-arrow-right:before { content: "\e903"; }

.i-long-arrow:before { content: "\e901"; }

.i-plus:before { content: "\e905"; }

.i-shuffle:before { content: "\e906"; }

.i-chat:before { content: "\e60e"; }

.i-play_arrow:before { content: "\e900"; }

.i-favorite-outline:before { content: "\e600"; }

.i-home:before { content: "\e60f"; }

.i-launch:before { content: "\e611"; }

.i-search:before { content: "\e612"; }

.i-pause-circle-outline:before { content: "\e601"; }

.i-play-circle-outline:before { content: "\e602"; }

.i-comment:before { content: "\e603"; }

.i-email:before { content: "\e613"; }

.i-location-on:before { content: "\e604"; }

.i-send:before { content: "\e614"; }

.i-check:before { content: "\e61d"; }

.i-close:before { content: "\e62e"; }

.i-menu:before { content: "\e62f"; }

.i-check-box:before { content: "\e606"; }

.i-check-box-outline-blank:before { content: "\e607"; }

.i-radio-button-off:before { content: "\e608"; }

.i-radio-button-on:before { content: "\e609"; }

.i-square-check:before { content: "\e046"; }

.i-square-cross:before { content: "\e047"; }

.i-arrow-up:before { content: "\e096"; }

.i-arrow-down:before { content: "\e097"; }

.i-grid:before { content: "\e5c3"; }

.i-sun:before { content: "\e904"; }

.i-chevron-thin-down:before { content: "\e615"; }

.i-chevron-thin-left:before { content: "\e616"; }

.i-chevron-thin-right:before { content: "\e617"; }

.i-chevron-thin-up:before { content: "\e618"; }

.i-chevron-with-circle-down:before { content: "\e619"; }

.i-chevron-with-circle-left:before { content: "\e61a"; }

.i-chevron-with-circle-right:before { content: "\e61b"; }

.i-chevron-with-circle-up:before { content: "\e61c"; }

.i-twitter:before { content: "\e631"; }

.i-linkedin:before { content: "\e907"; }

.i-facebook:before { content: "\ea90"; }

.i-quotes-left:before { content: "\e977"; }

.i-quotes-right:before { content: "\e978"; }

.owf { display: inline-block; font: normal normal normal 14px/1 owfont; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; transform: translate(0, 0); }

/* owfont uses the Unicode Private Use Area (PUA) to ensure screen readers do not read off random characters that represent icons */
/*   Weather Condition Codes    */
/*   Thunderstorm - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */
/* thunderstorm with light rain */
.owf-200:before, .owf-200-d:before, .owf-200-n:before { content: "\EB28"; }

/* thunderstorm with rain */
.owf-201:before, .owf-201-d:before, .owf-201-n:before { content: "\EB29"; }

/* thunderstorm with heavy rain */
.owf-202:before, .owf-202-d:before, .owf-202-n:before { content: "\EB2A"; }

/*  light thunderstorm  */
.owf-210:before, .owf-210-d:before, .owf-210-n:before { content: "\EB32"; }

/*  thunderstorm  */
.owf-211:before, .owf-211-d:before, .owf-211-n:before { content: "\EB33"; }

/*   heavy thunderstorm   */
.owf-212:before, .owf-212-d:before, .owf-212-n:before { content: "\EB34"; }

/*   ragged thunderstorm   */
.owf-221:before, .owf-221-d:before, .owf-221-n:before { content: "\EB3D"; }

/*  thunderstorm with light drizzle    */
.owf-230:before, .owf-230-d:before, .owf-230-n:before { content: "\EB46"; }

/*  thunderstorm with drizzle     */
.owf-231:before, .owf-231-d:before, .owf-231-n:before { content: "\EB47"; }

/* thunderstorm with heavy drizzle     */
.owf-232:before, .owf-232-d:before, .owf-232-n:before { content: "\EB48"; }

/*   Drizzle - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */
/*  light intensity drizzle */
.owf-300:before, .owf-300-d:before, .owf-300-n:before { content: "\EB8C"; }

/*  drizzle */
.owf-301:before, .owf-301-d:before, .owf-301-n:before { content: "\EB8D"; }

/*  heavy intensity drizzle  */
.owf-302:before, .owf-302-d:before, .owf-302-n:before { content: "\EB8E"; }

/*   light intensity drizzle rain  */
.owf-310:before, .owf-310-d:before, .owf-310-n:before { content: "\EB96"; }

/*  drizzle rain  */
.owf-311:before, .owf-311-d:before, .owf-311-n:before { content: "\EB97"; }

/* heavy intensity drizzle rain */
.owf-312:before, .owf-312-d:before, .owf-312-n:before { content: "\EB98"; }

/* shower rain and drizzle  */
.owf-313:before, .owf-313-d:before, .owf-313-n:before { content: "\EB99"; }

/* heavy shower rain and drizzle*/
.owf-314:before, .owf-314-d:before, .owf-314-n:before { content: "\EB9A"; }

/* shower drizzle */
.owf-321:before, .owf-321-d:before, .owf-321-n:before { content: "\EBA1"; }

/*   Rain - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */
/* light rain  */
.owf-500:before, .owf-500-d:before, .owf-500-n:before { content: "\EC54"; }

/* moderate rain  */
.owf-501:before, .owf-501-d:before, .owf-501-n:before { content: "\EC55"; }

/* heavy intensity rain  */
.owf-502:before, .owf-502-d:before, .owf-502-n:before { content: "\EC56"; }

/* very heavy rain   */
.owf-503:before, .owf-503-d:before, .owf-503-n:before { content: "\EC57"; }

/* extreme rain    */
.owf-504:before, .owf-504-d:before, .owf-504-n:before { content: "\EC58"; }

/* freezing rain    */
.owf-511:before, .owf-511-d:before, .owf-511-n:before { content: "\EC5F"; }

/*  light intensity shower rain    */
.owf-520:before, .owf-520-d:before, .owf-520-n:before { content: "\EC68"; }

/* shower rain  */
.owf-521:before, .owf-521-d:before, .owf-521-n:before { content: "\EC69"; }

/*  heavy intensity shower rain  */
.owf-522:before, .owf-522-d:before, .owf-522-n:before { content: "\EC6A"; }

/* ragged shower rain  */
.owf-531:before, .owf-531-d:before, .owf-531-n:before { content: "\EC73"; }

/*   Snow - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */
/* light snow  */
.owf-600:before, .owf-600-d:before, .owf-600-n:before { content: "\ECB8"; }

/*  snow  */
.owf-601:before, .owf-601-d:before, .owf-601-n:before { content: "\ECB9"; }

/*   heavy snow   */
.owf-602:before, .owf-602-d:before, .owf-602-n:before { content: "\ECBA"; }

/*  sleet  */
.owf-611:before, .owf-611-d:before, .owf-611-n:before { content: "\ECC3"; }

/*   shower sleet */
.owf-612:before, .owf-612-d:before, .owf-612-n:before { content: "\ECC4"; }

/* light rain and snow */
.owf-615:before, .owf-615-d:before, .owf-615-n:before { content: "\ECC7"; }

/* rain and snow  */
.owf-616:before, .owf-616-d:before, .owf-616-n:before { content: "\ECC8"; }

/* light shower snow  */
.owf-620:before, .owf-620-d:before, .owf-620-n:before { content: "\ECCC"; }

/* shower snow  */
.owf-621:before, .owf-621-d:before, .owf-621-n:before { content: "\ECCD"; }

/* heavy shower snow  */
.owf-622:before, .owf-622-d:before, .owf-622-n:before { content: "\ECCE"; }

/*   Atmosphere - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */
/* mist */
.owf-701:before, .owf-701-d:before, .owf-701-n:before { content: "\ED1D"; }

/* smoke */
.owf-711:before, .owf-711-d:before, .owf-711-n:before { content: "\ED27"; }

/* haze */
.owf-721:before, .owf-721-d:before, .owf-721-n:before { content: "\ED31"; }

/* Sand/Dust Whirls */
.owf-731:before, .owf-731-d:before, .owf-731-n:before { content: "\ED3B"; }

/* Fog */
.owf-741:before, .owf-741-d:before, .owf-741-n:before { content: "\ED45"; }

/* sand */
.owf-751:before, .owf-751-d:before, .owf-751-n:before { content: "\ED4F"; }

/* dust */
.owf-761:before, .owf-761-d:before, .owf-761-n:before { content: "\ED59"; }

/*  VOLCANIC ASH  */
.owf-762:before, .owf-762-d:before, .owf-762-n:before { content: "\ED5A"; }

/* SQUALLS */
.owf-771:before, .owf-771-d:before, .owf-771-n:before { content: "\ED63"; }

/* TORNADO */
.owf-781:before, .owf-781-d:before, .owf-781-n:before { content: "\ED6D"; }

/*   Clouds - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */
/*  sky is clear  */
/*  Calm  */
.owf-800:before, .owf-800-d:before, .owf-951:before, .owf-951-d:before { content: "\ED80"; }

.owf-800-n:before, .owf-951-n:before { content: "\F168"; }

/*  few clouds   */
.owf-801:before, .owf-801-d:before { content: "\ED81"; }

.owf-801-n:before { content: "\F169"; }

/* scattered clouds */
.owf-802:before, .owf-802-d:before { content: "\ED82"; }

.owf-802-n:before { content: "\F16A"; }

/* broken clouds  */
.owf-803:before, .owf-803-d:before, .owf-803-n:before { content: "\ED83"; }

/* overcast clouds  */
.owf-804:before, .owf-804-d:before, .owf-804-n:before { content: "\ED84"; }

/*   Extreme - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */
/* tornado  */
.owf-900:before, .owf-900-d:before, .owf-900-n:before { content: "\EDE4"; }

/*  tropical storm  */
.owf-901:before, .owf-901-d:before, .owf-901-n:before { content: "\EDE5"; }

/* hurricane */
.owf-902:before, .owf-902-d:before, .owf-902-n:before { content: "\EDE6"; }

/* cold */
.owf-903:before, .owf-903-d:before, .owf-903-n:before { content: "\EDE7"; }

/* hot */
.owf-904:before, .owf-904-d:before, .owf-904-n:before { content: "\EDE8"; }

/* windy */
.owf-905:before, .owf-905-d:before, .owf-905-n:before { content: "\EDE9"; }

/* hail */
.owf-906:before, .owf-906-d:before, .owf-906-n:before { content: "\EDEA"; }

/*   Additional - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -    */
/* Setting */
.owf-950:before, .owf-950-d:before, .owf-950-n:before { content: "\EE16"; }

/*  Light breeze  */
.owf-952:before, .owf-952-d:before, .owf-952-n:before { content: "\EE18"; }

/*  Gentle Breeze  */
.owf-953:before, .owf-953-d:before, .owf-953-n:before { content: "\EE19"; }

/*  Moderate breeze  */
.owf-954:before, .owf-954-d:before, .owf-954-n:before { content: "\EE1A"; }

/* Fresh Breeze  */
.owf-955:before, .owf-955-d:before, .owf-955-n:before { content: "\EE1B"; }

/* Strong  Breeze  */
.owf-956:before, .owf-956-d:before, .owf-956-n:before { content: "\EE1C"; }

/* High wind, near gale  */
.owf-957:before, .owf-957-d:before, .owf-957-n:before { content: "\EE1D"; }

/* Gale */
.owf-958:before, .owf-958-d:before, .owf-958-n:before { content: "\EE1E"; }

/*  Severe Gale  */
.owf-959:before, .owf-959-d:before, .owf-959-n:before { content: "\EE1F"; }

/* Storm */
.owf-960:before, .owf-960-d:before, .owf-960-n:before { content: "\EE20"; }

/*  Violent Storm  */
.owf-961:before, .owf-961-d:before, .owf-961-n:before { content: "\EE21"; }

/* Hurricane */
.owf-962:before, .owf-962-d:before, .owf-962-n:before { content: "\EE22"; }

/*=====================================
=            Miscellaneous            =
=====================================*/
.btn-load-more.js-active { opacity: 1; }

.btn-load-more.js-disabled { cursor: default; pointer-events: none; opacity: .3; }

.btn-load-more.js-change { background-color: blue !important; }

.js-disabled { cursor: default; pointer-events: none; opacity: .3; }

@media (min-width: 768px) { .flex-vertical-center { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; } }

.list-unstyled { list-style: none; margin-left: 0; }

.limit-content { max-width: 62.5rem; margin: 0 auto; }

.max-width-none { max-width: none; }

/*===================================
=            Backgrounds            =
===================================*/
.bg-cover { background-repeat: no-repeat; background-position: center; background-size: cover; }

.bg-grey { background-color: #ddd; }

.bg-overlay-black { position: relative; }

.bg-overlay-black * { color: #fff; }

.bg-overlay-black:before { content: ''; background-color: rgba(0, 0, 0, 0.5); display: block; position: absolute; left: 0; right: 0; top: 0; bottom: 0; }

/*================================
=            Position            =
================================*/
.static { position: static; }

.relative { position: relative; }

.fixed { position: fixed; }

.absolute { position: absolute; }

/*==================================
=            Icon Fonts            =
==================================*/
.i-font-before: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: #094799; }

.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; }

/*==================================
=            Text/Fonts            =
==================================*/
.color-primary { color: #20324a !important; }

.color-secondary { color: #00ABE8 !important; }

.color-white { color: #ffffff; }

.color-sky { color: #00ABE8; }

.color-lime { color: #f9f9f9; }

.color-midnight { color: #20324a; }

.text-center { text-align: center; }

@media (max-width: 767px) { .text-center-xs { text-align: center; } }

@media (min-width: 768px) { .text-center-sm { text-align: center; } }

.text-left { text-align: left; }

.text-right { text-align: right; }

.text-justify { text-align: justify; }

.text-truncate { display: block; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; }

.text-underline { text-decoration: underline; }

.lead, .big { font-size: 20px; }

.light { font-weight: 300; }

.regular { font-weight: 400; }

.semi-bold { font-weight: 600; }

.bold { font-weight: 700; }

.caps { text-transform: uppercase; }

.capitalize { text-transform: capitalize; }

/*=============================
=            Float            =
=============================*/
.pull-left { float: left !important; }

.pull-right { float: right !important; }

.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 30px auto; }

/* img.align-left, img.alignleft, img.align-right, img.alignright, img.align-center, img.aligncenter {} */
/*===============================
=            Display            =
===============================*/
.inline { display: inline; }

.inline-block { display: inline-block; }

.block, .show { display: block !important; }

.hidden, .hide { display: none !important; }

.flex { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; }

.visible { visibility: visible !important; }

.invisible { visibility: hidden !important; }

/*=============================
=            Clear            =
=============================*/
.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; }

/*======================================
=            Padding/Margin            =
======================================*/
.padding-0 { padding-top: 0; padding-bottom: 0; }

.padding-top-0 { padding-top: 0; }

.padding-bottom-0 { padding-bottom: 0; }

.margin-0 { margin: 0 !important; }

.margin-top-0 { margin-top: 0 !important; }

.margin-bottom-0 { margin-bottom: 0 !important; }

.padding-1 { padding-top: 15px; padding-bottom: 15px; }

.padding-top-1 { padding-top: 15px; }

.padding-bottom-1 { padding-bottom: 15px; }

.margin-1 { margin: 15px !important; margin: 15px !important; }

.margin-top-1 { margin-top: 15px !important; }

.margin-bottom-1 { margin-bottom: 15px !important; }

.padding-2 { padding-top: 30px; padding-bottom: 30px; }

.padding-top-2 { padding-top: 30px; }

.padding-bottom-2 { padding-bottom: 30px; }

.margin-2 { margin: 30px !important; margin: 30px !important; }

.margin-top-2 { margin-top: 30px !important; }

.margin-bottom-2 { margin-bottom: 30px !important; }

.padding-3 { padding-top: 50px; padding-bottom: 50px; }

.padding-top-3 { padding-top: 50px; }

.padding-bottom-3 { padding-bottom: 50px; }

.margin-3 { margin: 50px !important; margin: 50px !important; }

.margin-top-3 { margin-top: 50px !important; }

.margin-bottom-3 { margin-bottom: 50px !important; }

.padding-4 { padding-top: 70px; padding-bottom: 70px; }

.padding-top-4 { padding-top: 70px; }

.padding-bottom-4 { padding-bottom: 70px; }

.margin-4 { margin: 70px !important; margin: 70px !important; }

.margin-top-4 { margin-top: 70px !important; }

.margin-bottom-4 { margin-bottom: 70px !important; }

.padding-5 { padding-top: 90px; padding-bottom: 90px; }

.padding-top-5 { padding-top: 90px; }

.padding-bottom-5 { padding-bottom: 90px; }

.margin-5 { margin: 90px !important; margin: 90px !important; }

.margin-top-5 { margin-top: 90px !important; }

.margin-bottom-5 { margin-bottom: 90px !important; }

.padding-6 { padding-top: 120px; padding-bottom: 120px; }

.padding-top-6 { padding-top: 120px; }

.padding-bottom-6 { padding-bottom: 120px; }

.margin-6 { margin: 120px !important; margin: 120px !important; }

.margin-top-6 { margin-top: 120px !important; }

.margin-bottom-6 { margin-bottom: 120px !important; }

.padding-7 { padding-top: 150px; padding-bottom: 150px; }

.padding-top-7 { padding-top: 150px; }

.padding-bottom-7 { padding-bottom: 150px; }

.margin-7 { margin: 150px !important; margin: 150px !important; }

.margin-top-7 { margin-top: 150px !important; }

.margin-bottom-7 { margin-bottom: 150px !important; }

/* Change higher paddings small on mobile */
@media (max-width: 767px) { .padding-4 { padding-top: 50px; padding-bottom: 50px; }
  .padding-top-4 { padding-top: 50px; }
  .padding-bottom-4 { padding-bottom: 50px; }
  .margin-4 { margin: 50px !important; margin: 50px !important; }
  .margin-top-4 { margin-top: 50px !important; }
  .margin-bottom-4 { margin-bottom: 50px !important; }
  .padding-5 { padding-top: 50px; padding-bottom: 50px; }
  .padding-top-5 { padding-top: 50px; }
  .padding-bottom-5 { padding-bottom: 50px; }
  .margin-5 { margin: 50px !important; margin: 50px !important; }
  .margin-top-5 { margin-top: 50px !important; }
  .margin-bottom-5 { margin-bottom: 50px !important; }
  .padding-6 { padding-top: 50px; padding-bottom: 50px; }
  .padding-top-6 { padding-top: 50px; }
  .padding-bottom-6 { padding-bottom: 50px; }
  .margin-6 { margin: 50px !important; margin: 50px !important; }
  .margin-top-6 { margin-top: 50px !important; }
  .margin-bottom-6 { margin-bottom: 50px !important; }
  .padding-7 { padding-top: 50px; padding-bottom: 50px; }
  .padding-top-7 { padding-top: 50px; }
  .padding-bottom-7 { padding-bottom: 50px; }
  .margin-7 { margin: 50px !important; margin: 50px !important; }
  .margin-top-7 { margin-top: 50px !important; }
  .margin-bottom-7 { margin-bottom: 50px !important; } }

/* MQ classes */
@media (max-width: 767px) { .padding-xs-1 { padding-top: 15px; padding-bottom: 15px; }
  .padding-top-xs-1 { padding-top: 15px; }
  .padding-bottom-xs-1 { padding-bottom: 15px; }
  .margin-xs-1 { margin: 15px !important; margin: 15px !important; }
  .margin-top-xs-1 { margin-top: 15px !important; }
  .margin-bottom-xs-1 { margin-bottom: 15px !important; }
  .padding-xs-2 { padding-top: 30px; padding-bottom: 30px; }
  .padding-top-xs-2 { padding-top: 30px; }
  .padding-bottom-xs-2 { padding-bottom: 30px; }
  .margin-xs-2 { margin: 30px !important; margin: 30px !important; }
  .margin-top-xs-2 { margin-top: 30px !important; }
  .margin-bottom-xs-2 { margin-bottom: 30px !important; }
  .padding-xs-3 { padding-top: 50px; padding-bottom: 50px; }
  .padding-top-xs-3 { padding-top: 50px; }
  .padding-bottom-xs-3 { padding-bottom: 50px; }
  .margin-xs-3 { margin: 50px !important; margin: 50px !important; }
  .margin-top-xs-3 { margin-top: 50px !important; }
  .margin-bottom-xs-3 { margin-bottom: 50px !important; }
  .padding-xs-4 { padding-top: 70px; padding-bottom: 70px; }
  .padding-top-xs-4 { padding-top: 70px; }
  .padding-bottom-xs-4 { padding-bottom: 70px; }
  .margin-xs-4 { margin: 70px !important; margin: 70px !important; }
  .margin-top-xs-4 { margin-top: 70px !important; }
  .margin-bottom-xs-4 { margin-bottom: 70px !important; }
  .padding-xs-5 { padding-top: 90px; padding-bottom: 90px; }
  .padding-top-xs-5 { padding-top: 90px; }
  .padding-bottom-xs-5 { padding-bottom: 90px; }
  .margin-xs-5 { margin: 90px !important; margin: 90px !important; }
  .margin-top-xs-5 { margin-top: 90px !important; }
  .margin-bottom-xs-5 { margin-bottom: 90px !important; }
  .padding-xs-6 { padding-top: 120px; padding-bottom: 120px; }
  .padding-top-xs-6 { padding-top: 120px; }
  .padding-bottom-xs-6 { padding-bottom: 120px; }
  .margin-xs-6 { margin: 120px !important; margin: 120px !important; }
  .margin-top-xs-6 { margin-top: 120px !important; }
  .margin-bottom-xs-6 { margin-bottom: 120px !important; }
  .padding-xs-7 { padding-top: 150px; padding-bottom: 150px; }
  .padding-top-xs-7 { padding-top: 150px; }
  .padding-bottom-xs-7 { padding-bottom: 150px; }
  .margin-xs-7 { margin: 150px !important; margin: 150px !important; }
  .margin-top-xs-7 { margin-top: 150px !important; }
  .margin-bottom-xs-7 { margin-bottom: 150px !important; } }

@media (min-width: 768px) { .padding-sm-1 { padding-top: 15px; padding-bottom: 15px; }
  .padding-top-sm-1 { padding-top: 15px; }
  .padding-bottom-sm-1 { padding-bottom: 15px; }
  .margin-sm-1 { margin: 15px !important; margin: 15px !important; }
  .margin-top-sm-1 { margin-top: 15px !important; }
  .margin-bottom-sm-1 { margin-bottom: 15px !important; }
  .padding-sm-2 { padding-top: 30px; padding-bottom: 30px; }
  .padding-top-sm-2 { padding-top: 30px; }
  .padding-bottom-sm-2 { padding-bottom: 30px; }
  .margin-sm-2 { margin: 30px !important; margin: 30px !important; }
  .margin-top-sm-2 { margin-top: 30px !important; }
  .margin-bottom-sm-2 { margin-bottom: 30px !important; }
  .padding-sm-3 { padding-top: 50px; padding-bottom: 50px; }
  .padding-top-sm-3 { padding-top: 50px; }
  .padding-bottom-sm-3 { padding-bottom: 50px; }
  .margin-sm-3 { margin: 50px !important; margin: 50px !important; }
  .margin-top-sm-3 { margin-top: 50px !important; }
  .margin-bottom-sm-3 { margin-bottom: 50px !important; }
  .padding-sm-4 { padding-top: 70px; padding-bottom: 70px; }
  .padding-top-sm-4 { padding-top: 70px; }
  .padding-bottom-sm-4 { padding-bottom: 70px; }
  .margin-sm-4 { margin: 70px !important; margin: 70px !important; }
  .margin-top-sm-4 { margin-top: 70px !important; }
  .margin-bottom-sm-4 { margin-bottom: 70px !important; }
  .padding-sm-5 { padding-top: 90px; padding-bottom: 90px; }
  .padding-top-sm-5 { padding-top: 90px; }
  .padding-bottom-sm-5 { padding-bottom: 90px; }
  .margin-sm-5 { margin: 90px !important; margin: 90px !important; }
  .margin-top-sm-5 { margin-top: 90px !important; }
  .margin-bottom-sm-5 { margin-bottom: 90px !important; }
  .padding-sm-6 { padding-top: 120px; padding-bottom: 120px; }
  .padding-top-sm-6 { padding-top: 120px; }
  .padding-bottom-sm-6 { padding-bottom: 120px; }
  .margin-sm-6 { margin: 120px !important; margin: 120px !important; }
  .margin-top-sm-6 { margin-top: 120px !important; }
  .margin-bottom-sm-6 { margin-bottom: 120px !important; }
  .padding-sm-7 { padding-top: 150px; padding-bottom: 150px; }
  .padding-top-sm-7 { padding-top: 150px; }
  .padding-bottom-sm-7 { padding-bottom: 150px; }
  .margin-sm-7 { margin: 150px !important; margin: 150px !important; }
  .margin-top-sm-7 { margin-top: 150px !important; }
  .margin-bottom-sm-7 { margin-bottom: 150px !important; } }

@media (min-width: 992px) { .padding-md-1 { padding-top: 15px; padding-bottom: 15px; }
  .padding-top-md-1 { padding-top: 15px; }
  .padding-bottom-md-1 { padding-bottom: 15px; }
  .margin-md-1 { margin: 15px !important; margin: 15px !important; }
  .margin-top-md-1 { margin-top: 15px !important; }
  .margin-bottom-md-1 { margin-bottom: 15px !important; }
  .padding-md-2 { padding-top: 30px; padding-bottom: 30px; }
  .padding-top-md-2 { padding-top: 30px; }
  .padding-bottom-md-2 { padding-bottom: 30px; }
  .margin-md-2 { margin: 30px !important; margin: 30px !important; }
  .margin-top-md-2 { margin-top: 30px !important; }
  .margin-bottom-md-2 { margin-bottom: 30px !important; }
  .padding-md-3 { padding-top: 50px; padding-bottom: 50px; }
  .padding-top-md-3 { padding-top: 50px; }
  .padding-bottom-md-3 { padding-bottom: 50px; }
  .margin-md-3 { margin: 50px !important; margin: 50px !important; }
  .margin-top-md-3 { margin-top: 50px !important; }
  .margin-bottom-md-3 { margin-bottom: 50px !important; }
  .padding-md-4 { padding-top: 70px; padding-bottom: 70px; }
  .padding-top-md-4 { padding-top: 70px; }
  .padding-bottom-md-4 { padding-bottom: 70px; }
  .margin-md-4 { margin: 70px !important; margin: 70px !important; }
  .margin-top-md-4 { margin-top: 70px !important; }
  .margin-bottom-md-4 { margin-bottom: 70px !important; }
  .padding-md-5 { padding-top: 90px; padding-bottom: 90px; }
  .padding-top-md-5 { padding-top: 90px; }
  .padding-bottom-md-5 { padding-bottom: 90px; }
  .margin-md-5 { margin: 90px !important; margin: 90px !important; }
  .margin-top-md-5 { margin-top: 90px !important; }
  .margin-bottom-md-5 { margin-bottom: 90px !important; }
  .padding-md-6 { padding-top: 120px; padding-bottom: 120px; }
  .padding-top-md-6 { padding-top: 120px; }
  .padding-bottom-md-6 { padding-bottom: 120px; }
  .margin-md-6 { margin: 120px !important; margin: 120px !important; }
  .margin-top-md-6 { margin-top: 120px !important; }
  .margin-bottom-md-6 { margin-bottom: 120px !important; }
  .padding-md-7 { padding-top: 150px; padding-bottom: 150px; }
  .padding-top-md-7 { padding-top: 150px; }
  .padding-bottom-md-7 { padding-bottom: 150px; }
  .margin-md-7 { margin: 150px !important; margin: 150px !important; }
  .margin-top-md-7 { margin-top: 150px !important; }
  .margin-bottom-md-7 { margin-bottom: 150px !important; } }

@media (min-width: 1200px) { .padding-lg-1 { padding-top: 15px; padding-bottom: 15px; }
  .padding-top-lg-1 { padding-top: 15px; }
  .padding-bottom-lg-1 { padding-bottom: 15px; }
  .margin-lg-1 { margin: 15px !important; margin: 15px !important; }
  .margin-top-lg-1 { margin-top: 15px !important; }
  .margin-bottom-lg-1 { margin-bottom: 15px !important; }
  .padding-lg-2 { padding-top: 30px; padding-bottom: 30px; }
  .padding-top-lg-2 { padding-top: 30px; }
  .padding-bottom-lg-2 { padding-bottom: 30px; }
  .margin-lg-2 { margin: 30px !important; margin: 30px !important; }
  .margin-top-lg-2 { margin-top: 30px !important; }
  .margin-bottom-lg-2 { margin-bottom: 30px !important; }
  .padding-lg-3 { padding-top: 50px; padding-bottom: 50px; }
  .padding-top-lg-3 { padding-top: 50px; }
  .padding-bottom-lg-3 { padding-bottom: 50px; }
  .margin-lg-3 { margin: 50px !important; margin: 50px !important; }
  .margin-top-lg-3 { margin-top: 50px !important; }
  .margin-bottom-lg-3 { margin-bottom: 50px !important; }
  .padding-lg-4 { padding-top: 70px; padding-bottom: 70px; }
  .padding-top-lg-4 { padding-top: 70px; }
  .padding-bottom-lg-4 { padding-bottom: 70px; }
  .margin-lg-4 { margin: 70px !important; margin: 70px !important; }
  .margin-top-lg-4 { margin-top: 70px !important; }
  .margin-bottom-lg-4 { margin-bottom: 70px !important; }
  .padding-lg-5 { padding-top: 90px; padding-bottom: 90px; }
  .padding-top-lg-5 { padding-top: 90px; }
  .padding-bottom-lg-5 { padding-bottom: 90px; }
  .margin-lg-5 { margin: 90px !important; margin: 90px !important; }
  .margin-top-lg-5 { margin-top: 90px !important; }
  .margin-bottom-lg-5 { margin-bottom: 90px !important; }
  .padding-lg-6 { padding-top: 120px; padding-bottom: 120px; }
  .padding-top-lg-6 { padding-top: 120px; }
  .padding-bottom-lg-6 { padding-bottom: 120px; }
  .margin-lg-6 { margin: 120px !important; margin: 120px !important; }
  .margin-top-lg-6 { margin-top: 120px !important; }
  .margin-bottom-lg-6 { margin-bottom: 120px !important; }
  .padding-lg-7 { padding-top: 150px; padding-bottom: 150px; }
  .padding-top-lg-7 { padding-top: 150px; }
  .padding-bottom-lg-7 { padding-bottom: 150px; }
  .margin-lg-7 { margin: 150px !important; margin: 150px !important; }
  .margin-top-lg-7 { margin-top: 150px !important; }
  .margin-bottom-lg-7 { margin-bottom: 150px !important; } }

@media (max-width: 767px) { .padding-xs-0 { padding-top: 0; padding-bottom: 0; }
  .padding-top-xs-0 { padding-top: 0; }
  .padding-bottom-xs-0 { padding-bottom: 0; }
  .margin-xs-0 { margin: 0 !important; margin: 0 !important; }
  .margin-top-xs-0 { margin-top: 0 !important; }
  .margin-bottom-xs-0 { margin-bottom: 0 !important; } }

@media (min-width: 768px) { .padding-sm-0 { padding-top: 0; padding-bottom: 0; }
  .padding-top-sm-0 { padding-top: 0; }
  .padding-bottom-sm-0 { padding-bottom: 0; }
  .margin-sm-0 { margin: 0 !important; margin: 0 !important; }
  .margin-top-sm-0 { margin-top: 0 !important; }
  .margin-bottom-sm-0 { margin-bottom: 0 !important; } }

@media (min-width: 992px) { .padding-md-0 { padding-top: 0; padding-bottom: 0; }
  .padding-top-md-0 { padding-top: 0; }
  .padding-bottom-md-0 { padding-bottom: 0; }
  .margin-md-0 { margin: 0 !important; margin: 0 !important; }
  .margin-top-md-0 { margin-top: 0 !important; }
  .margin-bottom-md-0 { margin-bottom: 0 !important; } }

@media (min-width: 1200px) { .padding-lg-0 { padding-top: 0; padding-bottom: 0; }
  .padding-top-lg-0 { padding-top: 0; }
  .padding-bottom-lg-0 { padding-bottom: 0; }
  .margin-lg-0 { margin: 0 !important; margin: 0 !important; }
  .margin-top-lg-0 { margin-top: 0 !important; }
  .margin-bottom-lg-0 { margin-bottom: 0 !important; } }

/*===========================
=            WOW            =
===========================*/
.wow { visibility: hidden; }

@media (max-width: 767px) { .wow { visibility: visible !important; -webkit-animation: none !important; -moz-animation: none !important; -ms-animation: none !important; -o-animation: none !important; animation: none !important; } }

.no-mutationobserver .wow { visibility: visible !important; -webkit-animation: none !important; -moz-animation: none !important; -ms-animation: none !important; -o-animation: none !important; animation: none !important; }

/*======================================
=            Screen Readers            =
======================================*/
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }

/*===============================
=            Spinner            =
===============================*/
.spinner { visibility: hidden; opacity: 0; margin: 0 auto; width: 70px; text-align: center; -webkit-transition: opacity 0.2s; -moz-transition: opacity 0.2s; -o-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); } }

.page-title { color: #ffffff; font-size: 2.1875rem; }

@media (min-width: 480px) { .page-title { font-size: 2.5rem; } }

@media (min-width: 600px) { .page-title { font-size: 3.125rem; } }

@media (min-width: 768px) { .page-title { font-size: 4rem; } }

@media (min-width: 992px) { .page-title { font-size: 5rem; } }

.page-title br { display: none; }

@media (min-width: 768px) { .page-title br { display: block; } }

.small-heading { font-family: 'Merriweather'; font-size: 0.75rem; letter-spacing: 1px; }

.full-width { width: 100%; }

.title-line { position: relative; margin: 0; }

@media (min-width: 768px) { .title-line { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; margin-right: -5vw; } }

.title-line:after { content: ''; display: block; background-color: #00ABE8; width: 100px; height: 3px; margin: 15px auto 0 auto; }

@media (min-width: 768px) { .title-line:after { height: 1px; margin: 10px 0 0 0; -webkit-box-flex: 1 1 auto; -moz-box-flex: 1 1 auto; -moz-flex: 1 1 auto; -ms-flex: 1 1 auto; flex: 1 1 auto; } }

.title-line span { display: block; text-align: center; }

@media (min-width: 768px) { .title-line span { display: inline-block; text-align: left; position: relative; z-index: 1; padding-right: 30px; } }

@media (min-width: 768px) { .insights.grid-view { padding-left: 30px; padding-right: 30px; } }

@media (min-width: 992px) { .insights.grid-view { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding-left: 50px; padding-right: 50px; } }

@media (min-width: 1200px) { .insights.grid-view { padding-left: 90px; padding-right: 90px; } }

.insights.grid-view .insight { padding-bottom: 30px; }

@media (min-width: 768px) { .insights.grid-view .insight { padding-bottom: 50px; } }

@media (min-width: 992px) { .insights.grid-view .insight { width: 50%; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }
  .insights.grid-view .insight:nth-child(odd) { padding-right: 22px; }
  .insights.grid-view .insight:nth-child(even) { padding-left: 22px; } }

.insights.grid-view .data-block { display: block; background-color: #E2EFF9; padding: 15px; /* If text is wrapped in two lines, it stops working so avoid using it for larger text */ }

.insights.grid-view .data-block:after { background-color: transparent; content: ''; left: 0; width: 0; height: 5px; position: absolute; bottom: 0; -webkit-transition: 0.25s ease-in-out; -moz-transition: 0.25s ease-in-out; -o-transition: 0.25s ease-in-out; transition: 0.25s ease-in-out; }

@media (min-width: 768px) { .insights.grid-view .data-block:after { height: 10px; } }

.insights.grid-view .data-block:hover:after { width: 100%; background-color: #f9f9f9; }

@media (min-width: 768px) { .insights.grid-view .data-block { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; padding: 30px 30px 30px 0; } }

@media (min-width: 992px) { .insights.grid-view .data-block { padding: 40px 40px 40px 0; } }

.insights.grid-view .list-image-block { display: none; }

.insights.grid-view .grid-image-block { display: none; }

@media (min-width: 768px) { .insights.grid-view .grid-image-block { display: block; -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); -moz-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.45); width: 100px; margin-left: -25px; } }

.insights.grid-view .post-title { color: #20324a; }

@media (min-width: 768px) { .insights.grid-view .content-col { width: calc(100% - 75px); padding-left: 30px; } }

.insights.grid-view .content-block { padding-top: 5px; }

.insights.grid-view .content-block p { color: #20324a; font-size: 0.875rem; }

.insights.list-view .insight { padding-bottom: 30px; }

@media (min-width: 768px) { .insights.list-view .insight { width: 100%; padding: 0 0 20px; } }

.insights.list-view .data-block { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; border: 2px solid transparent; }

@media (min-width: 768px) { .insights.list-view .data-block { -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; -webkit-justify-content: space-between; -moz-justify-content: space-between; justify-content: space-between; } }

.insights.list-view .data-block:hover, .insights.list-view .data-block:focus, .insights.list-view .data-block:active { border: 2px solid #f9f9f9; }

.insights.list-view .content-col { width: 100%; padding: 15px; }

@media (min-width: 768px) { .insights.list-view .content-col { width: 70%; padding: 30px; } }

.insights.list-view .list-image-block { display: none; }

@media (min-width: 768px) { .insights.list-view .list-image-block { display: block; width: 30%; } }

.insights.list-view .list-image-block img { width: 100%; }

.insights.list-view .grid-image-block { display: none; }

.insights.list-view .post-title { color: #ffffff; }

.insights.list-view .content-block p { color: #ffffff; }

.insights .insight .data-block { text-decoration: none; }

.insights .small-heading { color: #00ABE8; padding-bottom: 10px; }

.insights .content-block p { font-size: 0.875rem; line-height: 1.7; }

.decoline-parent.photo-grid-enabled .decolines:after { background: linear-gradient(180deg, rgba(0, 20, 45, 0) 0%, #20324a 98%); }

.decoline-parent .container-fluid { position: relative; z-index: 1; }

.decoline-parent .decolines { pointer-events: none; position: absolute; width: 100%; height: 100%; top: 0; left: 0; pointer-events: none; z-index: 0; overflow: hidden; }

.decoline-parent .decolines:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 20, 45, 0) 0%, #05162d  100%); pointer-events: none; z-index: 0; }

.decoline-parent .decolines--fixed { position: fixed; width: 100vw; height: 100vh; }

.decoline-parent .decoline { position: absolute; }

.mission-card-list { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; }

@media (min-width: 768px) { .mission-card-list { margin-right: -15px; margin-left: -15px; -webkit-box-pack: start; -ms-flex-pack: start; -webkit-justify-content: flex-start; -moz-justify-content: flex-start; justify-content: flex-start; } }

@media (min-width: 768px) { .mission-card-list .mission-card { width: 50%; padding: 0 15px; } }

.mission-card-list .data-block { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-align: end; -ms-flex-align: end; -webkit-align-items: flex-end; -moz-align-items: flex-end; align-items: flex-end; text-decoration: none; border-bottom: none; width: 100%; height: 100%; position: relative; z-index: 1; border: 2px solid rgba(0, 20, 45, 0.3); overflow: hidden; }

.mission-card-list .data-block:before { content: ''; background: rgba(0, 20, 45, 0.3); position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; -o-transition: 0.2s ease; transition: 0.2s ease; }

.mission-card-list .data-block:after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: linear-gradient(180deg, rgba(0, 20, 45, 0) 0%, rgb(0, 2, 66) 100%); -webkit-transition: 0.2s ease; -moz-transition: 0.2s ease; -o-transition: 0.2s ease; transition: 0.2s ease; -webkit-transform: translateY(100%); -moz-transform: translateY(100%); -ms-transform: translateY(100%); -o-transform: translateY(100%); transform: translateY(100%); }

.mission-card-list .data-block:hover, .mission-card-list .data-block:focus, .mission-card-list .data-block:active { border: 2px solid #f9f9f9; }

.mission-card-list .data-block:hover:before, .mission-card-list .data-block:focus:before, .mission-card-list .data-block:active:before { opacity: 0; }

.mission-card-list .data-block:hover:after, .mission-card-list .data-block:focus:after, .mission-card-list .data-block:active:after { -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); }

.mission-card-list .data-block:hover .inner-block, .mission-card-list .data-block:focus .inner-block, .mission-card-list .data-block:active .inner-block { -webkit-transform: translate(0, -5px); -moz-transform: translate(0, -5px); -ms-transform: translate(0, -5px); -o-transform: translate(0, -5px); transform: translate(0, -5px); }

.mission-card-list .data-block:hover .more:after, .mission-card-list .data-block:focus .more:after, .mission-card-list .data-block:active .more:after { -webkit-animation: leftRightBounce 1s infinite; -moz-animation: leftRightBounce 1s infinite; -ms-animation: leftRightBounce 1s infinite; -o-animation: leftRightBounce 1s infinite; animation: leftRightBounce 1s infinite; }

.mission-card-list .inner-block { position: absolute; left: 0; bottom: 0; z-index: 1; -webkit-transition: -webkit-transform 0.6s ease; -moz-transition: -moz-transform 0.6s ease; -o-transition: -o-transform 0.6s ease; transition: transform 0.6s ease; padding: 30px; }

@media (min-width: 768px) { .mission-card-list h1 { font-size: 1.875rem; } }

@media (min-width: 1200px) { .mission-card-list h1 { font-size: 1.7rem; } }

.mission-card-list .number { color: rgba(255, 255, 255, 0.6); position: absolute; top: 30px; left: 30px; z-index: 1; }

.mission-card-list .more { font-family: 'Merriweather'; }

.mission-card-list .more: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: "\e901"; display: inline-block; color: #f9f9f9; padding-left: 10px; font-size: 0.625rem; }

.number { font-family: "Merriweather"; }

.filter-btn { font-size: 0.75rem; color: #ffffff; font-family: 'Merriweather'; font-weight: normal; border: 2px solid transparent; padding: 5px 15px; }

@media (min-width: 1200px) { .filter-btn { min-width: 150px; } }

.filter-btn:hover, .filter-btn:focus, .filter-btn:active, .filter-btn.is-active { border: 2px solid #f9f9f9; }

#circleG { width: 46.666666666666664px; margin: 0px auto; clear: both; height: 42px; padding: 29px 0; }

#circleG .circleG { background-color: #ffffff; float: left; height: 10px; margin-left: 5px; width: 10px; -webkit-border-radius: 7px; -moz-border-radius: 7px; -ms-border-radius: 7px; -o-border-radius: 7px; border-radius: 7px; -webkit-animation-name: bounce_circleG; -moz-animation-name: bounce_circleG; -ms-animation-name: bounce_circleG; -o-animation-name: bounce_circleG; animation-name: bounce_circleG; -webkit-animation-duration: 0.6s; -moz-animation-duration: 0.6s; -ms-animation-duration: 0.6s; -o-animation-duration: 0.6s; animation-duration: 0.6s; -webkit-animation-iteration-count: infinite; -moz-animation-iteration-count: infinite; -ms-animation-iteration-count: infinite; -o-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: linear; -moz-animation-direction: linear; -ms-animation-direction: linear; -o-animation-direction: linear; animation-direction: linear; }

#circleG #circleG_1 { -webkit-animation-delay: 0.12s; -moz-animation-delay: 0.12s; -ms-animation-delay: 0.12s; -o-animation-delay: 0.12s; animation-delay: 0.12s; }

#circleG #circleG_2 { -webkit-animation-delay: 0.28s; -moz-animation-delay: 0.28s; -ms-animation-delay: 0.28s; -o-animation-delay: 0.28s; animation-delay: 0.28s; }

#circleG #circleG_3 { -webkit-animation-delay: 0.36s; -moz-animation-delay: 0.36s; -ms-animation-delay: 0.36s; -o-animation-delay: 0.36s; animation-delay: 0.36s; }

.select-block { width: 250px; margin: 0 auto; position: relative; }

.select-block .icon { position: absolute; top: 0; right: 0; width: 40px; height: 100%; pointer-events: none; }

.select-block .icon: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: "\e615"; color: #f9f9f9; font-size: 13px; font-weight: bold; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.select-block select { padding-right: 40px; }

.select-block select:focus { border-radius: 0; outline: none; }

.select-block select, .select-block .chosen-single { padding: 10px 15px; }

.select-block .chosen-single div { display: block !important; border-left: none; width: 35px; }

@media (min-width: 768px) { .select-block { display: none; } }

.card-slider-block .card-slider, .card-slider-block .project-slider-section-slider { margin-left: 0; }

@media (min-width: 768px) { .card-slider-block .card-slider, .card-slider-block .project-slider-section-slider { margin-right: -5vw; margin-left: -10px; }
  .card-slider-block .card-slider li, .card-slider-block .project-slider-section-slider li { padding: 0 5px; width: auto; } }

.card-slider-block .card-slider .mission-card img, .card-slider-block .project-slider-section-slider .mission-card img { width: 100%; }

.slider-controls { text-align: right; float: right; padding-top: 15px; }

@media (min-width: 768px) { .slider-controls { padding-top: 30px; } }

.slider-controls .slick-arrow { color: #f9f9f9; background: transparent; font-family: 'Merriweather'; font-size: 16px; font-weight: 700; letter-spacing: 1px; line-height: 1.2; text-align: center; text-decoration: none; border-bottom: none; vertical-align: middle; display: inline-block; border: none; padding: 0; text-transform: uppercase; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -webkit-transition-property: background, color, border-color; -moz-transition-property: background, color, border-color; -o-transition-property: background, color, border-color; transition-property: background, color, border-color; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; padding: 10px 15px; display: block !important; padding: 0 !important; }

@media (min-width: 992px) { .slider-controls .slick-arrow { padding: 15px 24px; } }

@media (min-width: 1200px) { .slider-controls .slick-arrow { padding: 20px 30px; } }

.slider-controls .slick-arrow:hover, .slider-controls .slick-arrow:focus { -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; text-decoration: none; }

.slider-controls .slick-arrow:focus { outline: none; }

.slider-controls .slick-arrow:hover { color: #ffffff; }

.slider-controls .slick-arrow i:before { display: inline-block; font-weight: bold; font-size: 1.25rem; }

@media (min-width: 768px) { .slider-controls .slick-arrow i:before { font-size: 1.5625rem; } }

@media (min-width: 992px) { .slider-controls .slick-arrow i:before { font-size: 1.75rem; } }

.slider-controls .slick-arrow.slick-prev { position: relative; right: 25px; }

@media (min-width: 768px) { .slider-controls .slick-arrow.slick-prev { right: 45px; } }

.slider-controls .slick-arrow.slick-prev i:before { -webkit-transform: rotate(180deg); -moz-transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); transform: rotate(180deg); }

.capability-list li { list-style-type: none; position: relative; display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-box-align: baseline; -ms-flex-align: baseline; -webkit-align-items: baseline; -moz-align-items: baseline; align-items: baseline; margin-bottom: 15px; }

@media (min-width: 768px) { .capability-list li { margin-bottom: 30px; } }

.capability-list li:last-child { margin-bottom: 0; }

.capability-list li:before { content: ''; display: inline-block; background-color: #00bcff; width: 20px; height: 5px; margin-left: -20px; position: relative; top: -3px; margin-right: 15px; }

@media (min-width: 768px) { .capability-list li:before { width: 30px; margin-right: 15px; } }

.capability-list a { text-decoration: none; border-bottom: none; color: #ffffff; width: calc(100% - 30px); padding-left: 20px; }

@media (min-width: 768px) { .capability-list a { padding-left: 50px; } }

.capability-list a:hover, .capability-list a:focus, .capability-list a:active { color: #f9f9f9; }

.single .hero-section { min-height: 100vh; overflow: visible; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { .single .hero-section { height: 100vh; } }

.single .back-block { z-index: 1; position: absolute; left: 0; bottom: 0; text-align: left; }

.single .back-block a { position: absolute; bottom: 0; font-size: 0.875rem; color: #ffffff; text-decoration: none; display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; border: none; padding: 0; font-family: 'Merriweather'; text-transform: inherit; font-weight: normal; min-width: auto; }

.single .back-block a:focus { outline: none; }

.single .back-block a.prev { left: 0; }

.single .back-block a.prev .icon { margin-right: 20px; }

.single .back-block a.prev .icon:before { content: "\e902"; }

.single .back-block a.all-popup { display: -webkit-box; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -moz-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; left: 50%; -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }

.single .back-block a.all-popup:hover, .single .back-block a.all-popup:focus, .single .back-block a.all-popup:active { -webkit-transform: translateX(-50%); -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -o-transform: translateX(-50%); transform: translateX(-50%); }

.single .back-block a.all-popup:hover .icon:before, .single .back-block a.all-popup:focus .icon:before, .single .back-block a.all-popup:active .icon:before { -webkit-animation: inherit; -moz-animation: inherit; -ms-animation: inherit; -o-animation: inherit; animation: inherit; }

@media (min-width: 992px) { .single .back-block a.all-popup { margin-bottom: 10px; } }

.single .back-block a.all-popup .icon { background-color: transparent; width: 35px; height: 35px; }

.single .back-block a.all-popup .icon:before { content: "\e5c3"; color: #f9f9f9; font-size: 2.1875rem; }

@media (min-width: 992px) { .single .back-block a.all-popup .icon:before { font-size: 2.5rem; } }

.single .back-block a.all-popup .text { width: 100%; text-align: center; padding-top: 15px; }

.single .back-block a.next { right: 0; }

.single .back-block a.next .icon { margin-left: 20px; }

.single .back-block a.next .icon:before { content: "\e903"; }

.single .back-block a .icon { display: inline-block; display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; -moz-justify-content: center; justify-content: center; background-color: #f9f9f9; width: 40px; height: 40px; }

@media (min-width: 992px) { .single .back-block a .icon { width: 85px; height: 85px; } }

.single .back-block a .icon:before { display: inline-block; 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: 1.25rem; }

@media (min-width: 992px) { .single .back-block a .icon:before { font-size: 1.5625rem; } }

.single .back-block a .text { display: none; }

@media (min-width: 992px) { .single .back-block a .text { display: block; } }

.single .back-block a:hover, .single .back-block a:focus, .single .back-block a:active { color: #f9f9f9; background-color: transparent; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-transform: none; -moz-transform: none; -ms-transform: none; -o-transform: none; transform: none; }

.single .back-block a:hover .icon, .single .back-block a:focus .icon, .single .back-block a:active .icon { color: #ffffff; }

.single .back-block a:hover .icon:before, .single .back-block a:focus .icon:before, .single .back-block a:active .icon:before { -webkit-animation: leftRightBounce 1s infinite; -moz-animation: leftRightBounce 1s infinite; -ms-animation: leftRightBounce 1s infinite; -o-animation: leftRightBounce 1s infinite; animation: leftRightBounce 1s infinite; }

.all-projects-popup { background: #20324a; min-height: 100vh; padding: 10vw 0; }

@media (min-width: 768px) { .all-projects-popup { padding: 5vw 0; } }

@media (min-width: 1200px) { .all-projects-popup { padding: 5vw 0; } }

.all-projects-popup .mfp-close { color: #f9f9f9; background-color: #20324a; opacity: 1; top: 5vw; right: 3vw; height: 35px; width: 35px; font-size: 1.4375rem; }

@media (min-width: 768px) { .all-projects-popup .mfp-close { width: 45px; height: 45px; top: 2vw; right: 1vw; font-size: 1.875rem; } }

@media (min-width: 992px) { .all-projects-popup .mfp-close { font-size: 2.1875rem; width: 55px; height: 55px; } }

@media (min-width: 1200px) { .all-projects-popup .mfp-close { right: 2vw; } }

.all-projects-popup .mfp-close:hover { background-color: #20324a; color: #ffffff; }

@media (min-width: 600px) { .all-projects-popup .mission-card-list .mission-card { padding: 0 5px; } }

@media (min-width: 992px) { .all-projects-popup .mission-card-list .mission-card { width: 33.33%; padding-bottom: 30px; } }

@media (min-width: 1200px) { .all-projects-popup .mission-card-list .mission-card { width: 25%; padding-bottom: 35px; } }

.all-projects-popup .mission-card-list .mission-card h1, .all-projects-popup .mission-card-list .mission-card .number { font-size: 1.5625rem; line-height: 1.3; }

@media (min-width: 768px) { .all-projects-popup .mission-card-list .mission-card h1, .all-projects-popup .mission-card-list .mission-card .number { font-size: 1.875rem; } }

.border-bottom-left-btn:before { content: ''; position: absolute; bottom: -10px; right: 0; height: 10px; width: 100%; background-color: #3F5163; z-index: 1; }

@media (min-width: 992px) { .border-bottom-left-btn:before { width: calc(100% - 85px); height: 15px; bottom: -15px; } }

.border-bottom-left-right-btn:before { content: ''; position: absolute; bottom: -10px; right: 0; height: 10px; width: 100%; background-color: #3F5163; z-index: 1; }

@media (min-width: 992px) { .border-bottom-left-right-btn:before { width: calc(100% - 170px); right: 85px; height: 15px; bottom: -15px; } }

.border-bottom-lime:before { content: ''; position: absolute; bottom: 0; left: 0; height: 10px; width: 100%; background-color: #20324a; z-index: 1; }

@media (min-width: 992px) { .border-bottom-lime:before { width: 100%; height: 15px; } }

.position-static { position: static !important; }

.archer-bold { font-family: 'Merriweather'; }

.Merriweather { font-family: 'Merriweather'; }

@media (min-width: 992px) { .padding-left-md-2 { padding-left: 30px; } }

.slider-pager-block { display: none; }

@media (min-width: 768px) { .slider-pager-block { display: block; } }

.slider-pager-block .slider-pager { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-flex; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; -moz-align-items: center; align-items: center; }

.slider-pager-block .slider-pager li { display: inline-block; height: 4px; width: 120px; background-color: #3F5163; margin: 0; cursor: pointer; }

.slider-pager-block .slider-pager li.is-active { pointer-events: none; background-color: #ffffff; }

.slider-pager-block .slider-number { color: #ffffff; padding-top: 15px; }

.slider-pager-block .slider-number span { letter-spacing: 1px; }

.slider-pager-block .slider-number span.current-slide { padding-right: 5px; }

.slider-pager-block .slider-number span.total-slide { padding-left: 5px; }

/*! 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 fadeInDownItself { from { opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInDownItself { from { opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInDownItself { -webkit-animation-name: fadeInDownItself; animation-name: fadeInDownItself; }

@-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 fadeInLeftItself { from { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInLeftItself { from { opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeftItself { -webkit-animation-name: fadeInLeftItself; animation-name: fadeInLeftItself; }

@-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 fadeInRightItself { from { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInRightItself { from { opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInRightItself { -webkit-animation-name: fadeInRightItself; animation-name: fadeInRightItself; }

@-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); } }

@-webkit-keyframes fadeInUpItself { from { opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes fadeInUpItself { from { opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to { opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInUpItself { -webkit-animation-name: fadeInUpItself; animation-name: fadeInUpItself; }

@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 slideInDownItself { 0% { opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% { -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slideInDownItself { 0% { opacity: 0;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% { -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); } }

.slideInDownItself { -webkit-animation-name: slideInDownItself; animation-name: slideInDownItself; }

@-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 slideInRightItself { 0% { opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% { -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes slideInRightItself { 0% { opacity: 0;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%); }
  100% { -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0); } }

.slideInRightItself { -webkit-animation-name: slideInRightItself; animation-name: slideInRightItself; }

@-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; }

/*========================================
=            Custom Keyframes            =
========================================*/
@-moz-keyframes upDownBounce { 50% { -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } }

@-webkit-keyframes upDownBounce { 50% { -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } }

@-o-keyframes upDownBounce { 50% { -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } }

@-ms-keyframes upDownBounce { 50% { -webkit-transform: translateY(-5px); -moz-transform: translateY(-5px); -ms-transform: translateY(-5px); -o-transform: translateY(-5px); transform: translateY(-5px); } 

@keyframes upDownBounce { 50% { -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); } 

@-moz-keyframes leftRightBounce { 50% { -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); } 

@-webkit-keyframes leftRightBounce { 50% { -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); } 

@-o-keyframes leftRightBounce { 50% { -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); } 

@-ms-keyframes leftRightBounce { 50% { -webkit-transform: translateX(-5px); -moz-transform: translateX(-5px); -ms-transform: translateX(-5px); -o-transform: translateX(-5px); transform: translateX(-5px); } }

@keyframes leftRightBounce { 50% { -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); } 

@-moz-keyframes rightLeftRightBounce { 50% { -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  100% { -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); } 

@-webkit-keyframes rightLeftRightBounce { 50% { -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  100% { -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); } 

@-o-keyframes rightLeftRightBounce { 50% { -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  100% { -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); } 

@-ms-keyframes rightLeftRightBounce { 50% { -webkit-transform: translateX(-5px); -moz-transform: translateX(-5px); -ms-transform: translateX(-5px); -o-transform: translateX(-5px); transform: translateX(-5px); }
  100% { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); } 

@keyframes rightLeftRightBounce { 50% { -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  100% { -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); } 

@-ms-keyframes anti-clock-spin { from { -ms-transform: rotate(0deg); }
  to { -ms-transform: rotate(-360deg); } }

@-moz-keyframes anti-clock-spin { from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(-360deg); } }

@-webkit-keyframes anti-clock-spin { from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(-360deg); } }

@keyframes anti-clock-spin { from { transform: rotate(0deg); }
  to { transform: rotate(-360deg); } }

/***********************************************/
/******************** cinta **********************/
/***********************************************/
.stack--cinta .stack__item--reject { -webkit-animation: cintaReject 0.5s forwards; animation: cintaReject 0.5s forwards; }

@-webkit-keyframes cintaReject { to { opacity: 0;
    -webkit-transform: translate3d(25vw, 0, 0) translate3d(60%, 0, 0);
    transform: translate3d(25vw, 0, 0) translate3d(60%, 0, 0); } }

@keyframes cintaReject { to { opacity: 0;
    -webkit-transform: translate3d(25vw, 0, 0) translate3d(60%, 0, 0);
    transform: translate3d(25vw, 0, 0) translate3d(60%, 0, 0); } }

.stack--cinta .stack__item--accept { -webkit-animation: cintaAccept 0.5s forwards; animation: cintaAccept 0.5s forwards; }

@-webkit-keyframes cintaAccept { to { opacity: 0;
    -webkit-transform: translate3d(0, 0, 1000px);
    transform: translate3d(0, 0, 1000px); } }

@keyframes cintaAccept { to { opacity: 0;
    -webkit-transform: translate3d(0, 0, 1000px);
    transform: translate3d(0, 0, 1000px); } }

@-moz-keyframes bounce_circleG { 50% { background-color: #20324a; } }

@-webkit-keyframes bounce_circleG { 50% { background-color: #20324a; } }

@-ms-keyframes bounce_circleG { 50% { background-color: #20324a; } }

@keyframes bounce_circleG { 50% { background-color: #20324a; } 

@keyframes dash { 0% { stroke-dashoffset: 896.9219360351562; }
  100% { stroke-dashoffset: 0; } }
