@charset "UTF-8";
/*!
* Theme Name: Samkit Group
* Theme URI: http://www.samkitgroup.com
* Description: A Custom Theme
* Version: 1.0
* Author: Samkit Group
* Author URI: www.samkitgroup.com
* License: GPL
* License URI: http://wordpress.org/about/gpl/
*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/** 1. Set default font family to sans-serif. 2. Prevent iOS and IE text size adjust after device orientation change, without disabling user zoom. */
html { font-family: sans-serif; /* 1 */ -ms-text-size-adjust: 100%; /* 2 */ -webkit-text-size-adjust: 100%; /* 2 */ }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup { top: -0.5em; }

sub { bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td, th { padding: 0; }

@font-face { /* Icons Font */ font-family: 'icomoon'; src: url("fonts/icomoon.eot"); src: url("fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("fonts/icomoon.woff") format("woff"), url("fonts/icomoon.ttf") format("truetype"), url("fonts/icomoon.svg#icomoon") format("svg"); font-weight: normal; font-style: normal; }

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

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

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

html { font-family: "Lato", sans-serif; 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; }

@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; }

@media (min-width: 768px) { html { font-size: 1.125rem; } }

body { background: #f3f3f3; color: #666; font-family: "Lato", sans-serif; line-height: 1; letter-spacing: .15px; overflow-x: hidden; }

a { color: #d8261c; 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; -moz-transition-property: background, color; -o-transition-property: background, color; transition-property: background, color; -webkit-transition-duration: 0.2s; -moz-transition-duration: 0.2s; -o-transition-duration: 0.2s; transition-duration: 0.2s; -webkit-transition-timing-function: ease-out; -moz-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; 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%; }

iframe { max-width: 100%; }

/* Headings */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Abel", "Slabo 27px", serif; color: #011936; line-height: 1.4; margin: 40px 0 20px; }

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: 36px; line-height: 1.3; }

@media (min-width: 768px) { h1, .h1 { font-size: 50px; line-height: 1.1; } }

h2, .h2 { font-size: 32px; line-height: 1.3; }

@media (min-width: 768px) { h2, .h2 { font-size: 41px; line-height: 1.2; } }

h3, .h3 { font-size: 26px; line-height: 1.3; letter-spacing: 0.62px; }

@media (min-width: 768px) { h3, .h3 { font-size: 32px; } }

h4, .h4 { font-size: 1.5rem; }

h5, .h5 { font-size: 1.3125rem; letter-spacing: 0.26px; }

h6, .h6 { font-size: 1rem; font-family: "Lato", sans-serif; letter-spacing: 0.5px; line-height: 1.5; }

/* 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.8; }

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

blockquote { padding-left: 20px; border-left: 5px solid #ec756e; }

b, strong { font-family: "Lato", sans-serif; }

small, .small { font-size: 0.875rem; }

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

address { font-style: normal; }

/* Table */
table caption { font-family: "Abel", "Slabo 27px", serif; font-size: 16px; margin-bottom: 10px; }

table tbody tr:last-child { border-bottom: none; }

table tr { border-bottom: 1px solid #e5e5e5; }

table th { font-family: "Lato", sans-serif; 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: 20px; }

ul { list-style-type: disc; }

ol { list-style-type: decimal; }

li { line-height: 1.6; }

dt { font-family: "Abel", "Slabo 27px", serif; font-family: "Lato", sans-serif; 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-family: "Lato", sans-serif; 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: #fff; color: #444; line-height: 1.2; padding: 15px; border: 2px solid #d2d7dd; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; max-width: 100%; }

input[type="text"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="range"]:-moz-placeholder, input[type="file"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="search"]:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder { color: rgba(42, 42, 42, 0.5); }

input[type="text"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="range"]::-moz-placeholder, input[type="file"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="search"]::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder { color: rgba(42, 42, 42, 0.5); }

input[type="text"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="range"]:-ms-input-placeholder, input[type="file"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder { color: rgba(42, 42, 42, 0.5); }

input[type="text"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="range"]::-webkit-input-placeholder, input[type="file"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder { color: rgba(42, 42, 42, 0.5); }

input[type="text"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="range"]:focus, input[type="file"]:focus, input[type="date"]:focus, input[type="search"]:focus, textarea:focus, select:focus { background-color: #fff; border-color: #2a2a2a; outline: none; }

@media (min-width: 768px) { input[type="text"], input[type="tel"], input[type="url"], input[type="number"], input[type="password"], input[type="email"], input[type="range"], input[type="file"], input[type="date"], input[type="search"], textarea, select { padding: 15px 20px; } }

@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; } }

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

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

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

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

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

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

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

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

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

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

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

i { font-family: "Lato", sans-serif; }

.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; } }

@media (min-width: 1300px) { .container { width: 1270px; } }

.container-fluid { margin-right: auto; margin-left: auto; padding-left: 5vw; padding-right: 5vw; max-width: 1600px; position: relative; }

.container-fluid:before, .container-fluid:after { content: " "; display: table; }

.container-fluid:after { clear: both; }

.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; } }

.content-divider { height: 141px; position: relative; }

.content-divider:before { content: ''; background-color: #ddd; height: 1px; position: absolute; top: 50%; left: 0; right: 0; }

.small-heading { color: #666; font-family: "Lato", sans-serif; font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 2.08px; line-height: 1.3; }

.link-more { color: #666; font-family: "Lato", sans-serif; font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 2.08px; line-height: 1.3; display: inline-block; }

.link-more:hover { color: #d8261c; }

.link-arrow-right { padding-right: 30px; position: relative; }

.link-arrow-right: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: '\e095'; color: #d8261c; font-size: 18px; line-height: 1; position: absolute; right: 0; top: 50%; margin-top: -9px; -webkit-transition: 200ms; -moz-transition: 200ms; -o-transition: 200ms; transition: 200ms; }

.link-arrow-right:hover:after { -webkit-transform: translateX(-5px); -moz-transform: translateX(-5px); -ms-transform: translateX(-5px); -o-transform: translateX(-5px); transform: translateX(-5px); }

.link-arrow-left { padding-left: 30px; position: relative; }

.link-arrow-left: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: '\e094'; color: #d8261c; font-size: 18px; line-height: 1; position: absolute; left: 0; top: 50%; margin-top: -9px; -webkit-transition: 200ms; -moz-transition: 200ms; -o-transition: 200ms; transition: 200ms; }

.link-arrow-left:hover:after { -webkit-transform: translateX(5px); -moz-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }

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

.list-separator > li { color: #d8261c; font-size: 0.6875rem; font-family: "Lato", sans-serif; letter-spacing: 2.29px; line-height: 1.18; display: inline-block; padding-right: 19px; margin-right: 15px; margin-bottom: 15px; position: relative; }

.list-separator > li:after { content: ''; background-color: #d8261c; width: 1px; position: absolute; right: 0; top: 0; bottom: 0; }

.list-separator > li:last-child:after { display: none; }

.custom-select-block { position: relative; }

.custom-select-block select { padding-right: 25px; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; }

.custom-select-block select::-ms-expand { display: none; }

.custom-select-block:after { content: ''; display: block; border: 7px solid transparent; border-top-color: #2a2a2a; position: absolute; right: 20px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); margin-top: 3px; }

.flexible-section { padding-top: 50px; padding-bottom: 50px; }

.flexible-section:last-child { padding-bottom: 70px; }

@media (min-width: 768px) { .flexible-section { padding-top: 70px; padding-bottom: 70px; }
  .flexible-section:last-child { padding-bottom: 120px; } }

.img-frame { border: 1px solid #e5e5e5; padding: 5px; }

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

.alert-info { background-color: #ffffd9; border: 3px dashed #e8e800; }

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

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

.hr { clear: both; height: 8px; border: none; padding: 0; margin-bottom: 20px; position: relative; }

.hr:before, .hr:after { content: ''; background-color: #e5e5e5; height: 1px; position: absolute; left: 0; right: 0; }

.hr:before { top: 0; }

.hr:after { bottom: 0; }

p:empty { display: none; }

.btn { background-color: transparent; font-weight: 400; line-height: 1.2; text-align: center; text-decoration: none; vertical-align: middle; display: inline-block; border: none; padding: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -webkit-transition: 0.1s transform ease-out, 0.2s background, 0.2s color; -moz-transition: 0.1s transform ease-out, 0.2s background, 0.2s color; -o-transition: 0.1s transform ease-out, 0.2s background, 0.2s color; transition: 0.1s transform ease-out, 0.2s background, 0.2s color; }

.btn:hover, .btn:focus { -webkit-transition-duration: 0.1s; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; text-decoration: none; }

.btn:focus { outline: none; }

.row { margin-bottom: 20px; }

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

@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: 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-"] { margin-bottom: 50px; }
  [class^="col-"]:last-child { margin-bottom: 0; } }

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

#header { background-color: #fff; padding-top: 10px; padding-bottom: 10px; }

@media (min-width: 480px) { #header { padding-top: 15px; padding-bottom: 15px; } }

@media (min-width: 992px) { #header { padding-top: 0; padding-bottom: 0; } }

.header-logo { line-height: 1; width: 257px; max-width: 100%; margin: 0 auto 10px; }

.header-logo a { display: block; height: 100%; }

@media (min-width: 480px) { .header-logo { float: left; margin: 0; } }

@media (min-width: 992px) { .header-logo { margin: 10px 0 !important; } }

#header-menu ul { list-style: none; margin-left: 0; }

#header-menu li { margin-bottom: 0; }

#header-menu a { color: #666; font-size: 14px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; text-decoration: none; display: block; height: 100%; }

#header-menu a:hover, #header-menu a:active { color: #2a2a2a; }

/*==============================
=            Mobile            =
==============================*/
@media (max-width: 991px) { .header-menu-toggle { background: #011936; color: #fff; text-decoration: none; width: 100%; padding: 15px 50px; text-align: center; border: none; position: relative; }
  .header-menu-toggle:before { content: '\e62f'; 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%); -webkit-transition: 0.2s ease-out; -moz-transition: 0.2s ease-out; -o-transition: 0.2s ease-out; transition: 0.2s ease-out; } }

@media (max-width: 991px) and (min-width: 480px) { .header-menu-toggle { float: right; width: auto; padding-right: 15px; } }

@media (max-width: 991px) { .header-menu-toggle:hover { background-color: #022959; }
  .header-menu-close { background: none; text-decoration: none; border: none; padding: 10px; position: absolute; right: 0; top: 0; }
  .header-menu-close:before { content: '\e62e'; color: #aaa; font-size: 24px; }
  .header-menu-close:hover:before, .header-menu-close:active:before { color: #2a2a2a; }
  #header-menu { background-color: #fff; background-image: -owg-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, #e9e9e9 100%); background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, #e9e9e9 100%); background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, #e9e9e9 100%); background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, #e9e9e9 100%); background-image: linear-gradient(top, rgba(255, 255, 255, 0.8) 0%, #e9e9e9 100%); width: 100%; padding: 60px 0; position: fixed; top: 0; right: 0; bottom: 0; z-index: 99; overflow: auto; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); transform: translateX(100%); -webkit-transition: 350ms transform cubic-bezier(0.465, 0.183, 0.153, 0.946); -moz-transition: 350ms transform cubic-bezier(0.465, 0.183, 0.153, 0.946); -o-transition: 350ms transform cubic-bezier(0.465, 0.183, 0.153, 0.946); transition: 350ms transform cubic-bezier(0.465, 0.183, 0.153, 0.946); }
  #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 0 10px rgba(120, 120, 120, 0.3); -moz-box-shadow: 0 0 10px rgba(120, 120, 120, 0.3); box-shadow: 0 0 10px rgba(120, 120, 120, 0.3); }
  #header-menu .parent-menu > li { border-bottom: 1px solid #e5e5e5; }
  #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-color: #d8261c; color: #fff; *zoom: 1; filter: progid:DXImageTransform.Microsoft.gradient(gradientType=1, startColorstr='#FFD8261C', endColorstr='#FFFFFFFF'); background-image: -owg-linear-gradient(left, #d8261c 0%, #fafafa 100%); background-image: -webkit-linear-gradient(left, #d8261c 0%, #fafafa 100%); background-image: -moz-linear-gradient(left, #d8261c 0%, #fafafa 100%); background-image: -o-linear-gradient(left, #d8261c 0%, #fafafa 100%); background-image: linear-gradient(left, #d8261c 0%, #fafafa 100%); }
  #header-menu .parent-menu a { padding: 15px 20px; }
  #header-menu .parent-menu a:hover { background-color: #fce7e6; }
  #header-menu .sub-menu li:last-child a { padding-bottom: 15px; }
  #header-menu .sub-menu a { position: relative; }
  #header-menu .sub-menu a:before { content: '\2014'; color: #999; margin-right: 5px; }
  #header-menu .sub-menu { display: block !important; opacity: 1 !important; } }

@media (max-width: 991px) and (min-width: 600px) { #header-menu { max-width: 330px; } }

/*===============================
=            Desktop            =
===============================*/
@media (min-width: 992px) { .header-menu-toggle, .header-menu-close { display: none; }
  #header-menu { float: right; }
  #header-menu .parent-menu { float: left; }
  #header-menu .parent-menu > li { float: left; }
  #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-color: #d8261c; color: #fff; }
  #header-menu .parent-menu > li.current-page-ancestor > a:hover, #header-menu .parent-menu > li.current-menu-parent > a:hover, #header-menu .parent-menu > li.current-menu-item > a:hover { background-color: #d8261c; color: #fff; }
  #header-menu .parent-menu > li.menu-item-has-children:hover a:after { opacity: 1; z-index: 1; -webkit-transform: translate(-50%, 0); -moz-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); -o-transform: translate(-50%, 0); transform: translate(-50%, 0); -webkit-transition: opacity 250ms ease-out; -moz-transition: opacity 250ms ease-out; -o-transition: opacity 250ms ease-out; transition: opacity 250ms ease-out; }
  #header-menu .parent-menu > li > a { padding: 34px 20px 35px; position: relative; }
  #header-menu .parent-menu > li > a:after { opacity: 0; content: ''; border: 10px solid transparent; border-bottom-color: #d8261c; position: absolute; left: 50%; bottom: -1px; z-index: -1; -webkit-transform: translate(-50%, 100%); -moz-transform: translate(-50%, 100%); -ms-transform: translate(-50%, 100%); -o-transform: translate(-50%, 100%); transform: translate(-50%, 100%); }
  #header-menu .parent-menu > li > a:hover { background-color: #fce7e6; color: #2a2a2a; }
  #header-menu .parent-menu > li.menu-item-has-children { position: relative; }
  #header-menu .parent-menu > li.menu-item-has-children:hover { background-color: #fce7e6; }
  #header-menu .parent-menu > li.menu-item-has-children:hover > .sub-menu { opacity: 1; -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); transform: translateY(0); z-index: 999; will-change: transform; }
  #header-menu .sub-menu { opacity: 0; background-color: #d8261c; position: absolute; left: 0; right: 0; z-index: -1; width: 250px; -webkit-transform: translateY(25px); -moz-transform: translateY(25px); -ms-transform: translateY(25px); -o-transform: translateY(25px); transform: translateY(25px); -webkit-transition: -webkit-transform 200ms ease-out; -moz-transition: -moz-transform 200ms ease-out; -o-transition: -o-transform 200ms ease-out; transition: transform 200ms ease-out; }
  #header-menu .sub-menu li { border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  #header-menu .sub-menu li:last-child { margin-right: 0; }
  #header-menu .sub-menu li.current-menu-item > a { background-color: #b82018; }
  #header-menu .sub-menu a { color: #fff; display: block; padding: 15px 20px; }
  #header-menu .sub-menu a:hover { background-color: #b82018; } }

#site-wrapper { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; min-height: 100vh; }

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

.main-content { position: relative; }

.page-content-container { background-color: #fff; padding: 3.5vw; margin: 3.5vw 0; }

.page-content-container:before, .page-content-container:after { content: " "; display: table; }

.page-content-container:after { clear: both; }

#footer { clear: both; background-color: #465362; border-top: 3px solid #d8261c; padding: 25px 0; }

.footer-menu { list-style: none; margin-left: 0; text-align: center; }

.footer-menu li { list-style: none; display: inline-block; margin: 0 20px 15px; }

.footer-menu li.current-menu-item > a, .footer-menu li.current_page_parent > a { color: #eee; padding-bottom: 1px; border-bottom: none; position: relative; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }

.footer-menu li.current-menu-item > a:after, .footer-menu li.current_page_parent > a:after { background-color: #eee; content: ''; left: 0; right: 0; height: 1px; position: absolute; bottom: 0; -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-transition: 0.25s ease-out; -moz-transition: 0.25s ease-out; -o-transition: 0.25s ease-out; transition: 0.25s ease-out; }

.footer-menu li.current-menu-item > a:hover, .footer-menu li.current_page_parent > a:hover { color: #eee; }

.footer-menu li.current-menu-item > a:hover:after, .footer-menu li.current_page_parent > a:hover:after { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); }

.footer-menu a { color: #aaa; font-size: 12px; font-weight: 700; letter-spacing: 1px; line-height: 1.3; text-transform: uppercase; padding-bottom: 1px; border-bottom: none; position: relative; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }

.footer-menu a:after { background-color: #eee; content: ''; left: 0; right: 0; height: 1px; position: absolute; bottom: 0; -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-transition: 0.25s ease-out; -moz-transition: 0.25s ease-out; -o-transition: 0.25s ease-out; transition: 0.25s ease-out; }

.footer-menu a:hover { color: #eee; }

.footer-menu a:hover:after { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); }

@media (min-width: 768px) { .footer-menu a { font-size: 14px; } }

@media (min-width: 992px) { .footer-menu { float: right; }
  .footer-menu li { margin-bottom: 0; } }

.copyright { color: #aaa; font-size: 12px; letter-spacing: 1.5px; line-height: 2; text-align: center; }

@media (min-width: 768px) { .copyright { font-size: 14px; } }

@media (min-width: 992px) { .copyright { float: left; } }

#scroll-top { display: none; }

@media (min-width: 768px) { #scroll-top { color: transparent; font: 0/0 a; text-shadow: none; position: fixed; right: 30px; bottom: 25px; }
  #scroll-top:before { content: ""; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #aaa; font-size: 40px; }
  #scroll-top:hover:before { color: #011936; } }

.hero-section { background-color: #fff; padding: 5vw 0; }

.hero-section .content-block { padding: 0 15px; margin-bottom: 15px; }

.hero-section .links-block { text-align: center; padding: 0 15px; }

.hero-section .links-block .inner-block { padding: 20px 5vw; border: 2px dashed #ddd; }

.hero-section .heading { font-weight: 400; line-height: 1.5; }

.hero-section .heading span { color: #d8261c; font-weight: 700; }

.hero-section .list-links { list-style: none; margin-left: 0; }

.hero-section .list-links > li { margin-bottom: 10px; }

.hero-section .list-links a { padding-bottom: 1px; border-bottom: none; position: relative; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }

.hero-section .list-links a:after { background-color: #d8261c; content: ''; left: 0; right: 0; height: 1px; position: absolute; bottom: 0; -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-transition: 0.25s ease-out; -moz-transition: 0.25s ease-out; -o-transition: 0.25s ease-out; transition: 0.25s ease-out; }

.hero-section .list-links a:hover { color: #d8261c; }

.hero-section .list-links a:hover:after { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); }

@media (min-width: 768px) { .hero-section .content-block { margin-right: 40px; margin-bottom: 0; }
  .hero-section .inner-container { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; margin: 0 -15px; }
  .hero-section .links-block { -webkit-flex: 1 0 auto; flex: 1 0 auto; }
  .hero-section .heading { font-size: 36px; text-align: left; } }

@media (min-width: 1200px) { .hero-section .heading { max-width: 800px; } }

/*----------  Home Events Section  ----------*/
.home-section header { margin-bottom: 50px; }

.home-section .section-heading { color: #d8261c; font-family: "Slabo 27px", serif; margin-bottom: 20px; }

@media (min-width: 600px) { .home-section header { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; margin-bottom: 50px; }
  .home-section .section-heading { -webkit-flex: 1 1 auto; flex: 1 1 auto; margin-bottom: 0; } }

.list-cards { list-style: none; margin: 0 -10px; }

.list-cards > li { width: 100%; padding: 0 10px; }

.list-cards a { background-color: #fff; color: #666; display: block; height: 100%; text-decoration: none; position: relative; overflow: hidden; -webkit-transition: 250ms ease-out; -moz-transition: 250ms ease-out; -o-transition: 250ms ease-out; transition: 250ms ease-out; }

.list-cards a:after { content: ''; display: block; background-color: #d8261c; height: 3px; width: 0; position: absolute; left: 0; bottom: 0; -webkit-transition: 250ms ease-out; -moz-transition: 250ms ease-out; -o-transition: 250ms ease-out; transition: 250ms ease-out; }

.list-cards a:hover { -webkit-transform: translateY(-20px); -moz-transform: translateY(-20px); -ms-transform: translateY(-20px); -o-transform: translateY(-20px); transform: translateY(-20px); }

.list-cards a:hover:after { width: 100%; }

.list-cards a:hover .i-play { background-color: #d8261c; -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); -ms-transform: scale(1.1, 1.1); -o-transform: scale(1.1, 1.1); transform: scale(1.1, 1.1); }

.list-cards .btn-details { background-color: rgba(1, 25, 54, 0.9); color: #fff; font-size: 0.875rem; padding: 10px 20px; position: absolute; left: 0; bottom: 100%; padding-right: 50px !important; }

.list-cards .btn-details: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: '\f105'; font-size: 24px; line-height: 1; position: absolute; right: 20px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.list-cards .img-block { background: #ebebeb no-repeat center center; background-size: cover; padding-top: 56%; position: relative; }

.list-cards.list-audio-cards .img-block { padding-top: 100%; }

.list-cards .content-block { background-color: #fff; padding: 25px 20px; width: 100%; border-bottom: 3px solid #ddd; position: relative; }

.list-cards .title { font-size: 1.3125rem; letter-spacing: 0.5px; line-height: 1.48; margin-bottom: 15px; }

.list-cards .title:last-child { margin-bottom: 0; }

.list-cards .desc { font-size: 16px; letter-spacing: 0.25px; line-height: 1.57; margin-bottom: 0; }

.list-cards .i-play { background-color: rgba(216, 38, 28, 0.7); display: block; width: 50px; height: 50px; text-align: center; line-height: 50px; margin-bottom: 20px; border-radius: 50%; position: absolute; left: 50%; top: 50%; margin-left: -25px; margin-top: -25px; -webkit-transition: 250ms; -moz-transition: 250ms; -o-transition: 250ms; transition: 250ms; }

.list-cards .i-play:before { content: '\f04b'; color: #fff; line-height: 50px; position: relative; left: 2px; }

@media (min-width: 768px) { .list-cards > li { float: left; width: 25%; } }

@media (min-width: 600px) { .list-cards > li { width: 50%; } }

@media (min-width: 992px) { .list-cards > li { width: 33.333333%; } }

@media (min-width: 1200px) { .list-cards > li { width: 25%; } }

.list-cards { display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }

.list-cards > li { display: -webkit-flex; display: flex; }

.list-cards a { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; width: 100%; }

.list-cards .title { -webkit-flex: 0 1 auto; flex: 0 1 auto; }

.list-cards .content-block { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-flex: 1 1 auto; flex: 1 1 auto; }

/*----------  Video Section  ----------*/
.home-video-section { background: #ebebeb no-repeat center center fixed; background-size: cover; display: block; height: 300px; border-top: 3px solid #d8261c; border-bottom: 3px solid #d8261c; text-align: center; position: relative; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }

.home-video-section:focus { outline: none; }

.home-video-section .content-block { width: 100%; padding: 0 5%; }

.home-video-section .caption { color: #fff; font-size: 0.6875rem; font-family: "Lato", sans-serif; letter-spacing: 2.5px; line-height: 1.64; text-transform: uppercase; margin-bottom: 0; }

.home-video-section .i-play { background-color: rgba(216, 38, 28, 0.7); display: inline-block; width: 60px; height: 60px; text-align: center; line-height: 60px; border: 2px solid rgba(216, 38, 28, 0.7); margin-bottom: 20px; border-radius: 50%; -webkit-transition: 250ms; -moz-transition: 250ms; -o-transition: 250ms; transition: 250ms; }

.home-video-section .i-play:before { content: '\f04b'; display: block; color: #fff; line-height: 56px; position: relative; left: 2px; -webkit-animation: scaleUpDown 1s infinite; -moz-animation: scaleUpDown 1s infinite; -ms-animation: scaleUpDown 1s infinite; -o-animation: scaleUpDown 1s infinite; animation: scaleUpDown 1s infinite; }

.home-video-section:hover .i-play { background-color: #d8261c; border-color: #fff; }

@media (min-width: 768px) { .home-video-section { height: 500px; min-height: 50vh; } }

/* Home Video Close */
.home-video-close { color: rgba(255, 255, 255, 0.7); text-align: center; display: block; width: 50px; height: 50px; position: absolute; right: 20px; top: 20px; }

.home-video-close:before { content: "\e62e"; font-size: 36px; line-height: 50px; }

.home-video-close:hover { color: #fff; }

/*----------  Downloads  ----------*/
.list-download-cards { list-style: none; margin: 0 -10px; }

.list-download-cards > li { padding: 0 10px; }

.list-download-cards .card { background-color: #fff; padding: 25px 20px; }

.list-download-cards .card-heading { font-size: 1.3125rem; letter-spacing: 0.5px; line-height: 1; margin-bottom: 25px; position: relative; }

.list-download-cards .card-heading:before { position: absolute; top: 0; right: 0; }

.list-download-cards .card-heading.i-book:before { content: '\f02d'; }

.list-download-cards .card-heading.i-form:before { content: '\f0f6'; }

.list-download-cards .card-heading.i-songs:before { content: '\f001'; }

@media (max-width: 767px) { .list-download-cards > li { display: none; }
  .list-download-cards > li.featured { display: block; } }

@media (min-width: 768px) and (max-width: 991px) { .list-download-cards > li:nth-child(3), .list-download-cards > li:nth-child(4) { display: none; } }

@media (min-width: 992px) and (max-width: 1199px) { .list-download-cards > li:nth-child(4) { display: none; } }

@media (min-width: 768px) { .list-download-cards > li { float: left; width: 50%; } }

@media (min-width: 992px) { .list-download-cards > li { width: 33.333333%; } }

@media (min-width: 1200px) { .list-download-cards > li { width: 25%; } }

.list-download-cards .list-downloads { list-style: none; margin-left: 0; margin: 0 0 25px; }

.list-download-cards .list-downloads > li { margin-bottom: 0; }

.list-download-cards .list-downloads > li:last-child a { border-bottom: none; }

.list-download-cards .list-downloads a { color: #666; display: block; font-family: "Abel", "Slabo 27px", serif; padding: 15px 45px 15px 0; border-bottom: 1px solid #eee; position: relative; overflow: hidden; -webkit-transition: 300ms ease-in-out; -moz-transition: 300ms ease-in-out; -o-transition: 300ms ease-in-out; transition: 300ms ease-in-out; }

.list-download-cards .list-downloads 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: '\e902'; display: block; position: absolute; right: 20px; top: 18px; -webkit-transform: translateX(60px); -moz-transform: translateX(60px); -ms-transform: translateX(60px); -o-transform: translateX(60px); transform: translateX(60px); -webkit-transition: -webkit-transform 300ms ease-in-out; -moz-transition: -moz-transform 300ms ease-in-out; -o-transition: -o-transform 300ms ease-in-out; transition: transform 300ms ease-in-out; }

.list-download-cards .list-downloads a:hover, .list-download-cards .list-downloads a:focus { background-color: #eee; color: #2a2a2a; padding-left: 20px; }

.list-download-cards .list-downloads a:hover:after, .list-download-cards .list-downloads a:focus:after { -webkit-transform: translateX(0); -moz-transform: translateX(0); -ms-transform: translateX(0); -o-transform: translateX(0); transform: translateX(0); }

.page-banner-section { background-repeat: no-repeat; background-position: center center; background-size: cover; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; padding-bottom: 56.35%; border-bottom: 3px solid #d8261c; position: relative; }

.page-banner-section .banner-video-link { display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.page-banner-section .banner-video-link .i-play { background-color: rgba(216, 38, 28, 0.7); display: block; width: 60px; height: 60px; border: 2px solid rgba(216, 38, 28, 0.7); text-align: center; border-radius: 50%; 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: 250ms; -moz-transition: 250ms; -o-transition: 250ms; transition: 250ms; }

.page-banner-section .banner-video-link .i-play:before { content: '\f04b'; display: block; color: #fff; line-height: 56px; position: relative; left: 2px; -webkit-animation: scaleUpDown 1s infinite; -moz-animation: scaleUpDown 1s infinite; -ms-animation: scaleUpDown 1s infinite; -o-animation: scaleUpDown 1s infinite; animation: scaleUpDown 1s infinite; }

.page-banner-section .banner-video-link:hover .i-play { background-color: #d8261c; border-color: #fff; }

@media (min-width: 768px) { .page-banner-section { padding-bottom: 0; min-height: 400px; } }

@media (min-width: 992px) { .page-banner-section { min-height: 500px; } }

.page-content-section { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; padding-top: 40px; padding-bottom: 40px; }

@media (min-width: 768px) { .page-content-section { padding-top: 3.5vw; padding-bottom: 3.5vw; -webkit-flex-direction: row; flex-direction: row; } }

.sidebar-banner-col { margin-top: 40px; }

@media (max-width: 767px) { .main-content-col { -webkit-order: 1; order: 1; } }

@media (min-width: 768px) { .main-content-col { -webkit-flex: 1 1 auto; flex: 1 1 auto; position: relative; }
  .page-template-centered-content .main-content-col { -webkit-flex: 0 1 auto; flex: 0 1 auto; margin: 0 auto; }
  .main-content-col.pull-top { margin-top: -40px; }
  .main-content-col.pull-top.no-banner { margin-top: 0; } }

.article-box { background-color: #fff; padding: 40px 5vw 50px 5vw; position: relative; }

.article-box:before, .article-box:after { content: " "; display: table; }

.article-box:after { clear: both; }

.article-box .notice { background-color: #d8261c; color: #fff; padding: 15px 5vw; position: absolute; top: 0; left: 0; right: 0; }

.article-box > .inner-block { max-width: 700px; }

.article-box .page-title { line-height: 1.33; margin-bottom: 40px; }

@media (min-width: 768px) { .article-box { padding-top: 50px; padding-bottom: 70px; } }

@media (min-width: 992px) { .article-box { padding: 5vw; }
  .article-box .notice { padding: 10px 15px; top: auto; right: auto; bottom: 100%; left: -15px; }
  .article-box .notice:before { content: ''; display: block; width: 0; height: 0; border: 7px solid; border-color: #222 #222 transparent transparent; position: absolute; left: 0; top: 100%; } }

@media (min-width: 1200px) { .article-box { padding-top: 70px; } }

.sidebar-content-col .page-title + h5:nth-of-type(1) { margin-top: 0; }

@media (max-width: 767px) { .sidebar-content-col { padding: 30px 0 50px; } }

@media (min-width: 768px) { .sidebar-content-col { display: block; }
  .sidebar-content-col > .inner-block { width: 300px; padding: 60px 40px 5vw 0; } }

@media (min-width: 992px) { .sidebar-content-col > .inner-block { width: 350px; padding-right: 60px; } }

.single-event #btn-registration-trigger { position: sticky; top: 10px; }

@media (min-width: 768px) { .single-event #btn-registration-trigger { position: sticky; top: 25px; }
  .single-event .sidebar-content-col { display: -webkit-flex; display: flex; } }

#event-content-box { display: none; }

#event-content-box.js-active { display: block; }

#event-form-box { display: none; }

#event-form-box.js-active { display: block; }

.table-event-details { background-color: #fff; width: 100%; }

.table-event-details .event-note a { color: #fff; padding-bottom: 1px; border-bottom: none; position: relative; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }

.table-event-details .event-note a:after { background-color: #fff; content: ''; left: 0; right: 0; height: 1px; position: absolute; bottom: 0; -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-transition: 0.25s ease-out; -moz-transition: 0.25s ease-out; -o-transition: 0.25s ease-out; transition: 0.25s ease-out; }

.table-event-details .event-note a:hover { color: #fff; }

.table-event-details .event-note a:hover:after { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); }

.table-event-details thead tr { background-color: #465362; color: #fff; }

.table-event-details thead th { font-weight: 400; text-align: center; }

.table-event-details tbody tr:nth-child(odd) { background-color: #eee; }

.table-event-details th, .table-event-details td { line-height: 1.4; border: 1px solid #ddd; }

/* photo gallery is in its own scss file */
.page-template-photo-gallery .event-title a { color: #011936; font-weight: 700; padding-bottom: 1px; border-bottom: none; position: relative; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }

.page-template-photo-gallery .event-title a:after { background-color: #011936; content: ''; left: 0; right: 0; height: 1px; position: absolute; bottom: 0; -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-transition: 0.25s ease-out; -moz-transition: 0.25s ease-out; -o-transition: 0.25s ease-out; transition: 0.25s ease-out; }

.page-template-photo-gallery .event-title a:hover { color: #011936; }

.page-template-photo-gallery .event-title a:hover:after { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); }

@media (min-width: 768px) { .page-template-photo-gallery .event-title { margin-bottom: 50px; } }

.photo-gallery { margin: 0 -2px; list-style: none; margin-bottom: 0; overflow: hidden; }

.photo-gallery > li { float: left; width: 50%; padding: 0 2px 4px; margin-bottom: 0; }

.photo-gallery a { cursor: zoom-in; }

@media (min-width: 480px) { .photo-gallery > li { width: 33.33333%; } }

@media (min-width: 768px) { .photo-gallery > li { width: 33.333333%; } }

@media (min-width: 1200px) { .photo-gallery > li { width: 25%; } }

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

.list-stavans > li { border-bottom: 1px solid #eee; margin-bottom: 0; }

.list-stavans a { display: block; padding: 20px 50px 15px 0; position: relative; -webkit-transition: 0.1s; -moz-transition: 0.1s; -o-transition: 0.1s; transition: 0.1s; overflow: hidden; }

.list-stavans 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: '\e902'; display: block; position: absolute; right: 20px; top: 25px; -webkit-transition: 0.2s; -moz-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }

.list-stavans a:hover { background-color: #f9f9f9; }

.list-stavans a:hover .inner-block { -webkit-transform: translateX(20px); -moz-transform: translateX(20px); -ms-transform: translateX(20px); -o-transform: translateX(20px); transform: translateX(20px); }

.list-stavans a:hover .title { color: #d8261c; }

.list-stavans .inner-block { -webkit-transition: -webkit-transform 0.2s; -moz-transition: -moz-transform 0.2s; -o-transition: -o-transform 0.2s; transition: transform 0.2s; }

.list-stavans .title { font-size: 18px; line-height: 1.2; text-transform: uppercase; display: inline-block; margin: 0; }

.list-stavans .singers { color: #666; font-style: italic; font-size: 16px; line-height: 1; display: inline-block; }

.request-container { padding: 0 15px 30px; display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-align-items: center; align-items: center; position: relative; }

.request-container iframe { -webkit-box-shadow: 0 0 10px rgba(120, 120, 120, 0.3); -moz-box-shadow: 0 0 10px rgba(120, 120, 120, 0.3); box-shadow: 0 0 10px rgba(120, 120, 120, 0.3); }

.request-container .logo-block { background: #f3f3f3; text-align: center; padding-top: 40px; padding-bottom: 80px; position: absolute; left: 15px; right: 15px; }

@media (min-width: 370px) { .request-container .logo-block { padding-bottom: 40px; } }

.response-container { max-width: 700px; margin: 0 auto; padding: 3vw 15px; }

.response-container .logo-block { margin-bottom: 30px; }

.response-container .avatar { background-color: #fff; border: 1px solid #eee; padding: 5px; box-shadow: 0 0 5px rgba(0, 0, 0, 0.1); }

.list-books { list-style: none; margin-left: 0; margin: 0 -15px 0; }

.list-books:before, .list-books:after { content: " "; display: table; }

.list-books:after { clear: both; }

.list-books > li { padding: 0 15px; margin-bottom: 50px; }

@media (min-width: 600px) { .list-books > li { float: left; width: 50%; } }

@media (min-width: 600px) and (max-width: 991px) { .list-books > li:nth-child(2n+1) { clear: both; } }

@media (min-width: 992px) { .list-books > li { float: left; width: 33.333333%; }
  .list-books > li:nth-child(3n+1) { clear: both; } }

.book-card .inner-card { text-align: center; }

.book-card .inner-card:before, .book-card .inner-card:after { content: " "; display: table; }

.book-card .inner-card:after { clear: both; }

.book-card .flipper-block { -webkit-perspective: 1000; -moz-perspective: 1000; -ms-perspective: 1000; -o-perspective: 1000; perspective: 1000; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; width: 250px; height: 375px; margin: 0 auto 20px; }

.book-card .flipper-block:hover .front { -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); -o-transform: rotateY(180deg); transform: rotateY(180deg); }

.book-card .flipper-block:hover .back { -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); }

.book-card .flipper { cursor: pointer; height: 100%; position: relative; -webkit-transition: 0.6s; -moz-transition: 0.6s; -o-transition: 0.6s; transition: 0.6s; -webkit-transform-style: preserve-3d; -moz-transform-style: preserve-3d; -ms-transform-style: preserve-3d; -o-transform-style: preserve-3d; transform-style: preserve-3d; }

.book-card .front, .book-card .back { background-repeat: no-repeat; background-size: cover; background-position: center; position: absolute; top: 0; left: 0; width: 100%; height: 100%; -webkit-transition: 0.6s; -moz-transition: 0.6s; -o-transition: 0.6s; transition: 0.6s; -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-backface-visibility: hidden; -moz-backface-visibility: hidden; -ms-backface-visibility: hidden; -o-backface-visibility: hidden; backface-visibility: hidden; border: 1px solid #ddd; -webkit-box-shadow: 0 0 5px 0 rgba(120, 120, 120, 0.5); -moz-box-shadow: 0 0 5px 0 rgba(120, 120, 120, 0.5); box-shadow: 0 0 5px 0 rgba(120, 120, 120, 0.5); }

.book-card .front { background-color: #fff; text-align: center; padding: 15px 15px 10px; z-index: 2; -webkit-transform: rotateY(0deg); -moz-transform: rotateY(0deg); -ms-transform: rotateY(0deg); -o-transform: rotateY(0deg); transform: rotateY(0deg); position: relative; }

.book-card .front .hint { background-color: rgba(153, 153, 153, 0.8); color: #fff; font-size: 14px; padding: 5px 10px; position: absolute; right: 0; bottom: 0; }

.book-card .back { color: #fff; text-align: left; padding: 15px 15px 10px; -webkit-transform: rotateY(-180deg); -moz-transform: rotateY(-180deg); -ms-transform: rotateY(-180deg); -o-transform: rotateY(-180deg); transform: rotateY(-180deg); }

.book-card .back .inner-block { height: 100%; overflow: hidden; }

.book-card .heading { margin: 0; }

.book-card .author { color: #999; font-style: italic; }

.book-card .price { background-color: #011936; color: #fff; display: inline-block; padding: 5px 20px; }

.book-card .content-block { background-color: #fff; font-size: 16px; text-align: left; margin-top: 15px; border-bottom: 3px solid #ddd; }

.book-card .description { padding: 20px; }

.book-card .btn { display: block; padding: 20px; }

.check-my-details-container { background-color: #fff; margin-top: 30px; padding: 30px 15px; }

.check-my-details-container .photo-block { margin-bottom: 20px; }

.check-my-details-container .photo-block img { display: inline-block; max-height: 150px; padding: 5px; border: 1px solid #ccc; }

.check-my-details-container form { margin: 0 -10px 50px; }

.check-my-details-container form fieldset { padding: 0 10px; margin-bottom: 20px; }

.check-my-details-container form .submit-fieldset { -webkit-flex: 0 0 auto; flex: 0 0 auto; }

.check-my-details-container form label { font-size: 14px; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; display: block; margin-bottom: 7px; }

.check-my-details-container form input { width: 100%; }

.check-my-details-container form input[type="submit"] { background-color: #2a2a2a; color: #fff; font-size: 18px; padding: 15px 20px; border: 2px solid #2a2a2a; }

@media (min-width: 600px) { .check-my-details-container form { display: -webkit-flex; display: flex; -webkit-align-items: flex-end; align-items: flex-end; } }

@media (min-width: 768px) { .check-my-details-container { margin: 30px auto; padding: 40px; } }

#sitemap-tabs { border: 1px solid #ddd; }

#sitemap-tabs .list-tabs { list-style: none; margin-left: 0; border-bottom: none; overflow: hidden; display: -webkit-flex; display: flex; }

#sitemap-tabs .list-tabs > li { background-color: #465362; -webkit-flex: 1 1 auto; flex: 1 1 auto; text-align: center; }

#sitemap-tabs .list-tabs > li:hover { background-color: #556577; }

#sitemap-tabs .list-tabs > li.r-tabs-state-active { background-color: #d8261c; }

#sitemap-tabs .list-tabs > li.r-tabs-state-active:hover { background-color: #d8261c; }

#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: #2a2a2a; border-bottom-color: #2a2a2a; 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: #465362; 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: #556577; }
  #sitemap-tabs .r-tabs-accordion-title.r-tabs-state-active { background-color: #d8261c; }
  #sitemap-tabs .r-tabs-accordion-title.r-tabs-state-active:hover { background-color: #d8261c; }
  #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; }

.gform_body .gfield .gfield_label, .gform_body .gfield.dummy-label { color: #011936; text-transform: uppercase; font-size: 14px; letter-spacing: 2px; font-weight: 700; display: block; margin-bottom: 5px; }

.gform_body .gfield .gfield_label .gfield_required, .gform_body .gfield.dummy-label .gfield_required { color: red; padding: 0 3px; }

.gform_heading { margin-bottom: 10px; }

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

.gform_body .gfield { margin-bottom: 20px; }

.gform_body .gfield ul { margin-top: 0; }

.gform_body .gfield .gfield_description { color: #999; font-weight: 700; font-size: 15px; line-height: 1.4; }

.gform_body .gfield.field_description_above .gfield_description { margin-top: -5px; margin-bottom: 5px; }

.gform_body .gfield.field_description_below .gfield_description { margin-top: 5px; }

.gform_body .gfield .ginput_complex span { display: block; margin-bottom: 15px; }

.gform_body .gfield .ginput_complex label { color: #999; font-size: 15px; display: block; }

.gform_body .gfield.field_sublabel_above .ginput_complex label { margin-bottom: 2px; }

.gform_body .gfield.field_sublabel_below .ginput_complex label { margin: 2px 0 6px; }

.gform_body .gfield .gf_clear { clear: both; }

.gform_body .gf-full-width input, .gform_body .gf-full-width textarea, .gform_body .gf-full-width select, .gform_body .gf-full-width .gform_drop_area, .gform_body .gf-full-width table { width: 100%; }

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

.gfield.gsection { margin-top: 50px; padding-top: 40px; border-top: 1px solid rgba(1, 25, 54, 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: #d8261c; width: 45px; height: 5px; position: absolute; left: 0; bottom: 0; }

.gsection_title.mustache-black:before { background-color: #011936; }

.gsection_description { margin-top: 15px; }

.gform_footer { clear: both; position: relative; padding-top: 30px; }

.gform_footer input[type="submit"] { background-color: transparent; font-weight: 400; line-height: 1.2; text-align: center; text-decoration: none; vertical-align: middle; display: inline-block; border: none; padding: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -webkit-transition: 0.1s transform ease-out, 0.2s background, 0.2s color; -moz-transition: 0.1s transform ease-out, 0.2s background, 0.2s color; -o-transition: 0.1s transform ease-out, 0.2s background, 0.2s color; transition: 0.1s transform ease-out, 0.2s background, 0.2s color; background-color: #d8261c; color: #fff; padding: 20px 30px; text-transform: uppercase; }

.gform_footer input[type="submit"]:hover, .gform_footer input[type="submit"]:focus { -webkit-transition-duration: 0.1s; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; text-decoration: none; }

.gform_footer input[type="submit"]:focus { outline: none; }

.gform_footer input[type="submit"]:hover, .gform_footer input[type="submit"]:focus, .gform_footer input[type="submit"]:active { background-color: #e53d33; color: #fff; }

@media (min-width: 480px) { .gform_footer input[type="submit"] { min-width: 290px; } }

.gform_footer .gform_save_link { background-color: transparent; font-weight: 400; line-height: 1.2; text-align: center; text-decoration: none; vertical-align: middle; display: inline-block; border: none; padding: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -webkit-transition: 0.1s transform ease-out, 0.2s background, 0.2s color; -moz-transition: 0.1s transform ease-out, 0.2s background, 0.2s color; -o-transition: 0.1s transform ease-out, 0.2s background, 0.2s color; transition: 0.1s transform ease-out, 0.2s background, 0.2s color; background-color: #666; color: #fff; padding: 20px 30px; margin-left: 20px; }

.gform_footer .gform_save_link:hover, .gform_footer .gform_save_link:focus { -webkit-transition-duration: 0.1s; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; 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-color: #545454; color: #fff; }

.form_saved_message { text-align: center; }

.form_saved_message p { margin-bottom: 15px; }

.form_saved_message .link-block { margin-bottom: 30px; }

.form_saved_message .link-block a { background-color: #ffffd9; border: 1px solid #e8e800; color: #011936; display: block; padding: 15px; line-height: 1.5; margin: 0 0 5px; }

.form_saved_message .link-block a:hover { background-color: #ffff8d; }

.form_saved_message .link-block .expiry { color: #d8261c; }

.form_saved_message .email-block form { position: relative; margin: 0 auto; }

.form_saved_message .email-block input[type="text"] { background-color: #fff; width: 100%; padding: 22px 15px; margin-bottom: 10px; }

.form_saved_message .email-block input[type="submit"] { background-color: transparent; font-weight: 400; line-height: 1.2; text-align: center; text-decoration: none; vertical-align: middle; display: inline-block; border: none; padding: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -webkit-transition: 0.1s transform ease-out, 0.2s background, 0.2s color; -moz-transition: 0.1s transform ease-out, 0.2s background, 0.2s color; -o-transition: 0.1s transform ease-out, 0.2s background, 0.2s color; transition: 0.1s transform ease-out, 0.2s background, 0.2s color; padding: 15px 25px; background-color: #d8261c; color: #fff; width: 100%; }

.form_saved_message .email-block input[type="submit"]:hover, .form_saved_message .email-block input[type="submit"]:focus { -webkit-transition-duration: 0.1s; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; text-decoration: none; }

.form_saved_message .email-block input[type="submit"]:focus { outline: none; }

.form_saved_message .email-block input[type="submit"]:hover, .form_saved_message .email-block input[type="submit"]:focus, .form_saved_message .email-block input[type="submit"]:active { background-color: #e53d33; color: #fff; }

.form_saved_message .email-block input[type="submit"]:hover, .form_saved_message .email-block input[type="submit"]:focus, .form_saved_message .email-block input[type="submit"]:active { background: #011936; color: #fff; }

@media (min-width: 480px) { .form_saved_message .email-block input[type="text"] { width: 270px; border-right: none !important; margin: -4px 0 0 -5px; }
  .form_saved_message .email-block input[type="submit"] { width: auto; } }

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

.gform_ajax_spinner { margin-left: 10px; }

.gform_validation_errors { font-size: 16px; line-height: 1.4; }

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

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

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

.gform_confirmation_message:last-child { margin-bottom: 0; }

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

/*==========  Radio & Checkbox  ==========*/
.gfield_checkbox, .gfield_radio { overflow: hidden; }

.gfield_checkbox > li, .gfield_radio > li { margin-bottom: 10px; }

.gfield_checkbox > li:last-child, .gfield_radio > li:last-child { margin-bottom: 0; }

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

/* Covered Options */
.gfield.gf-list-covered .gfield_label { margin-bottom: 0; }

.gfield.gf-list-covered .gfield_checkbox > li, .gfield.gf-list-covered .gfield_radio > li { position: relative; margin-bottom: 15px; }

.gfield.gf-list-covered .gfield_checkbox label, .gfield.gf-list-covered .gfield_radio label { line-height: 1.3; display: inline-block; padding: 15px 20px 5px 30px; margin-bottom: 0; }

.gfield.gf-list-covered .gfield_checkbox label:before, .gfield.gf-list-covered .gfield_radio label:before { font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-size: 21px; color: #011936; position: absolute; left: 0; top: 15px; }

.gfield.gf-list-covered .gfield_checkbox input[type="radio"], .gfield.gf-list-covered .gfield_checkbox input[type="checkbox"], .gfield.gf-list-covered .gfield_radio input[type="radio"], .gfield.gf-list-covered .gfield_radio input[type="checkbox"] { display: none; position: absolute; left: 10px; top: 50%; margin-top: -7px; }

/* List Full Width */
.gfield.gf-list-full-width .gfield_checkbox label, .gfield.gf-list-full-width .gfield_radio label { display: block; }

.gfield.gf-list-full-width .gfield_checkbox input[type="text"], .gfield.gf-list-full-width .gfield_radio input[type="text"] { width: 100%; }

/* Custom Checkbox */
.gfield.gf-list-covered .gfield_checkbox label:before { content: '\e607'; }

.gfield.gf-list-covered .gfield_checkbox input[type="checkbox"]:checked + label:before { content: '\e046'; }

/* Custom Radio Button */
.gfield.gf-list-covered .gfield_radio label:before { content: '\e608'; }

.gfield.gf-list-covered .gfield_radio input[type="radio"]:checked + label:before { content: '\e609'; }

/*==========  End of Radio & Checkbox  ==========*/
/*----------  Select  ----------*/
.ginput_container_select { position: relative; }

.ginput_container_select select { padding-right: 25px; -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 { content: ''; display: block; border: 7px solid transparent; border-top-color: #2a2a2a; position: absolute; right: 20px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); margin-top: 3px; }

.gf-enhanced-select .ginput_container_select:after { display: none; }

/*==========  Enhanced Select  ==========*/
.gform_wrapper .chosen-single .chosen-focus-input { line-height: 0; padding: 0; height: 0; border: 0; visibility: hidden; }

.gform_wrapper .chosen-single > span { color: #444; margin-right: 25px; }

@media (min-width: 768px) { .gform_wrapper .chosen-single span { margin-right: 35px; }
  .gform_wrapper .chosen-single div { width: 70px; } }

.gform_wrapper .chosen-container-active .chosen-single > span { color: #444; }

.gform_wrapper .chosen-drop { background-color: #fafafa; min-width: 250px; border: 1px solid rgba(150, 150, 150, 0.7); border-top: none; margin-top: -1px; }

.gform_wrapper .chosen-drop .chosen-results { max-height: 190px; padding: 4px; }

.gform_wrapper .chosen-drop .chosen-results li { line-height: 1.2; padding: 10px 10px 11px; }

.gform_wrapper .chosen-drop .chosen-results li.highlighted, .gform_wrapper .chosen-drop .chosen-results li:hover, .gform_wrapper .chosen-drop .chosen-results li:focus { background-color: #ececec; }

.gform_wrapper .chosen-container-multi .chosen-results { padding-top: 4px; }

.gform_wrapper .chosen-choices { /* Multi select */ }

.gform_wrapper .chosen-choices .search-field:before { content: ""; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #999; font-size: 20px; right: 8px; margin: -10px 0 0 -10px; }

.gform_wrapper .chosen-choices input { min-width: 250px; }

.gform_wrapper .chosen-choices .search-choice { background-color: #f5f5f5; padding: 5px 15px; border: 1px solid #e8e8e8; margin-bottom: 5px; }

@media (min-width: 768px) { .gform_wrapper .chosen-choices .search-choice { padding: 5px 20px; } }

.gform_wrapper .chosen-search { min-width: 250px; padding: 8px 5px; margin: 0; position: relative; }

.gform_wrapper .chosen-search:after { content: ""; font-family: 'icomoon'; speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; /* Better Font Rendering =========== */ -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; color: #999; font-size: 18px; right: 15px; margin-top: -10px; }

.gform_wrapper .chosen-search input { min-width: 248px; padding: 10px 30px 10px 10px; border: 1px solid #ddd; margin: 1px 0; }

@media (min-width: 768px) { .gform_wrapper .chosen-search input { min-width: 258px; } }

@media (max-width: 480px) { .gform_wrapper .chosen-select { font-size: 16px; letter-spacing: 1px; padding-left: 15px; padding-right: 15px; max-width: 100%; width: 100%; text-transform: capitalize; } }

.gform_wrapper .chosen-container { text-align: left; position: relative; }

.gform_wrapper .chosen-with-drop .chosen-drop { display: block; }

.gform_wrapper .chosen-single { background: #fff; color: #444; line-height: 1.2; padding: 15px; border: 2px solid #d2d7dd; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; text-decoration: none; white-space: nowrap; display: block; width: 100%; margin: 0; position: relative; cursor: pointer; }

.gform_wrapper .chosen-single:-moz-placeholder { color: rgba(42, 42, 42, 0.5); }

.gform_wrapper .chosen-single::-moz-placeholder { color: rgba(42, 42, 42, 0.5); }

.gform_wrapper .chosen-single:-ms-input-placeholder { color: rgba(42, 42, 42, 0.5); }

.gform_wrapper .chosen-single::-webkit-input-placeholder { color: rgba(42, 42, 42, 0.5); }

.gform_wrapper .chosen-single:focus { background-color: #fff; border-color: #2a2a2a; outline: none; }

@media (min-width: 768px) { .gform_wrapper .chosen-single { padding: 15px 20px; } }

.gform_wrapper .chosen-single span { display: block; text-overflow: ellipsis; white-space: nowrap; }

.gform_wrapper .chosen-single div { width: 50px; height: 100%; position: absolute; top: 0; right: 0; }

.gform_wrapper .chosen-single b { position: absolute; top: 50%; left: 50%; margin-top: 5px; margin-left: -5px; }

.gform_wrapper .chosen-single b:before { content: ''; border: 7px solid transparent; border-top-color: #011936; }

.gform_wrapper .chosen-drop { display: none; position: absolute; width: 100%; top: 100%; left: 0; z-index: 99; }

.gform_wrapper .chosen-drop .chosen-search { white-space: nowrap; position: relative; }

.gform_wrapper .chosen-drop .chosen-search:after { position: absolute; top: 50%; }

.gform_wrapper .chosen-drop .chosen-search input { outline: 0 none; }

.gform_wrapper .chosen-drop .chosen-results { margin: 0; overflow-x: hidden; overflow-y: auto; position: relative; }

.gform_wrapper .chosen-drop .chosen-results .active-result { cursor: pointer; }

.gform_wrapper .chosen-drop .chosen-results li { list-style: none; margin: 0; }

.gform_wrapper .chosen-choices { /* Multi select */ margin-left: 0; }

.gform_wrapper .chosen-choices .search-field { margin-bottom: 0; position: relative; }

.gform_wrapper .chosen-choices .search-field:before { display: block; position: absolute; top: 50%; z-index: 10; }

.gform_wrapper .chosen-choices input { cursor: pointer; display: block; }

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

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

.ginput_container_date { position: relative; }

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

.ui-datepicker { visibility: hidden; pointer-events: none; background-color: #fff; padding: 5px; border: 1px solid rgba(1, 25, 54, 0.2); }

.ui-datepicker-header > a { display: none; }

.ui-datepicker-header select { width: calc(50% - 5px); padding: 10px 12px; margin: 0 0 5px 0; }

.ui-datepicker-header .ui-datepicker-month { margin-right: 5px; }

.ui-datepicker-header .ui-datepicker-year { margin-left: 5px; }

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: #ddd; }

table.ui-datepicker-calendar thead th { font-weight: 700; font-size: 14px; padding: 12px; }

table.ui-datepicker-calendar tbody td a { color: #011936; text-align: center; display: block; padding: 12px; cursor: pointer; }

table.ui-datepicker-calendar tbody td a:hover { background-color: #d8261c; color: #fff; }

table.ui-datepicker-calendar tbody td.ui-datepicker-today a { background-color: #d8261c; color: #fff; }

/*==========  End of Date Picker  ==========*/
/*==========  Time  ==========*/
.clear-multi:before, .clear-multi:after { content: " "; display: table; }

.clear-multi:after { clear: both; }

.clear-multi > .ginput_container { float: left; margin-right: 10px; }

.clear-multi label { color: #999; font-size: 15px; }

.clear-multi input[type="text"] { width: 50px; }

.clear-multi select { width: auto; }

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

@media (min-width: 768px) { .gf-address-col-2 .ginput_complex, .gf-address-col-3 .ginput_complex { margin-left: -10px; margin-right: -10px; }
  .gf-address-col-2 span, .gf-address-col-3 span { float: left; padding: 0 10px; }
  .gf-address-col-2 input, .gf-address-col-2 select, .gf-address-col-3 input, .gf-address-col-3 select { width: 100%; }
  .gf-address-col-2 span { width: 50%; }
  .gf-address-col-3 span { width: 33.333333%; } }

/*==========  End of Address  ==========*/
/*==========  File Upload  ==========*/
.gf-upload { margin-top: 15px; }

.gf-upload .gfield_label { text-align: center; margin-bottom: 5px; }

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

.ginput_container_fileupload input[type="file"], .ginput_container_fileupload .gform_button_select_files { background-color: transparent; font-weight: 400; line-height: 1.2; text-align: center; text-decoration: none; vertical-align: middle; display: inline-block; border: none; padding: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -webkit-transition: 0.1s transform ease-out, 0.2s background, 0.2s color; -moz-transition: 0.1s transform ease-out, 0.2s background, 0.2s color; -o-transition: 0.1s transform ease-out, 0.2s background, 0.2s color; transition: 0.1s transform ease-out, 0.2s background, 0.2s color; padding: 15px 25px; border: 1px solid rgba(1, 25, 54, 0.2); }

.ginput_container_fileupload input[type="file"]:hover, .ginput_container_fileupload input[type="file"]:focus, .ginput_container_fileupload .gform_button_select_files:hover, .ginput_container_fileupload .gform_button_select_files:focus { -webkit-transition-duration: 0.1s; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; text-decoration: none; }

.ginput_container_fileupload input[type="file"]:focus, .ginput_container_fileupload .gform_button_select_files:focus { outline: none; }

.ginput_container_fileupload input[type="file"] { text-transform: uppercase; }

.ginput_container_fileupload + div .ginput_preview { padding: 7px 0; }

.ginput_container_fileupload + div .ginput_preview .gform_delete { display: inline-block; margin-right: 3px; }

.ginput_container_fileupload [id^=extensions_message] { display: block; font-size: 14px; margin: 5px 0; }

.ginput_container_fileupload .validation_message { background-color: #999; padding: 0; margin-bottom: 10px; }

.ginput_container_fileupload .validation_message ul { margin: 0; }

.ginput_container_fileupload .validation_message li { padding: 10px; margin: 0; border-bottom: 1px solid #888; }

.gform_drop_area { display: inline-block; background: #fff; color: #444; line-height: 1.2; padding: 15px; border: 2px solid #d2d7dd; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; -ms-appearance: none; -o-appearance: none; appearance: none; }

.gform_drop_area:-moz-placeholder { color: rgba(42, 42, 42, 0.5); }

.gform_drop_area::-moz-placeholder { color: rgba(42, 42, 42, 0.5); }

.gform_drop_area:-ms-input-placeholder { color: rgba(42, 42, 42, 0.5); }

.gform_drop_area::-webkit-input-placeholder { color: rgba(42, 42, 42, 0.5); }

.gform_drop_area:focus { background-color: #fff; border-color: #2a2a2a; outline: none; }

@media (min-width: 768px) { .gform_drop_area { padding: 15px 20px; } }

.gform_drop_area input[type="button"] { background-color: transparent; font-weight: 400; line-height: 1.2; text-align: center; text-decoration: none; vertical-align: middle; display: inline-block; border: none; padding: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -webkit-transition: 0.1s transform ease-out, 0.2s background, 0.2s color; -moz-transition: 0.1s transform ease-out, 0.2s background, 0.2s color; -o-transition: 0.1s transform ease-out, 0.2s background, 0.2s color; transition: 0.1s transform ease-out, 0.2s background, 0.2s color; background-color: #666; color: #fff; padding: 15px 25px; }

.gform_drop_area input[type="button"]:hover, .gform_drop_area input[type="button"]:focus { -webkit-transition-duration: 0.1s; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; text-decoration: none; }

.gform_drop_area input[type="button"]:focus { outline: none; }

.gform_drop_area input[type="button"]:hover, .gform_drop_area input[type="button"]:focus, .gform_drop_area input[type="button"]:active { background-color: #545454; color: #fff; }

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

/*==========  End of File Upload  ==========*/
/*==========  List  ==========*/
table.gfield_list .gfield_list_cell { padding-left: 0; }

table.gfield_list th { text-transform: uppercase; font-size: 14px; letter-spacing: 2px; font-weight: 700; padding-left: 0; }

/*==========  List  ==========*/
/*----------  Pricing Fields  ----------*/
.ginput_total { color: green; font-size: 24px; font-weight: 700; }

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

.gform-full-width .gfield_list .gfield_list_cell { width: 75%; }

.gform-full-width .gfield_list .gfield_list_icons { width: 25%; }

.gf-time .clear-multi > div { float: left; width: 33.333333%; padding-right: 10px; margin-right: 0; }

.gf-time .clear-multi > div:last-child { padding-right: 0; }

.gf-time .gfield_time_hour i { display: none; }

.gform_body .gf-row { padding: 0; }

.gform_body .gf-row ul { list-style: none; margin-left: 0; margin-top: 0; }

.gform_body .gf-row ul:before, .gform_body .gf-row ul:after { content: " "; display: table; }

.gform_body .gf-row ul:after { clear: both; }

.gform_body .gf-row input, .gform_body .gf-row textarea, .gform_body .gf-row select { width: 100%; }

.gform_body .gf-row .gfield_html { display: none; }

@media (max-width: 767px) { .gform_body .gf-row { margin-bottom: 15px; }
  .gform_body .gf-row .gfield.gf-col-2:nth-last-child(2), .gform_body .gf-row .gfield.gf-col-3:nth-last-child(2) { margin-bottom: 0; } }

@media (min-width: 768px) { .gform_body .gf-row { margin-left: -10px; margin-right: -10px; }
  .gform_body .gf-row .gfield.gf-col-2, .gform_body .gf-row .gfield.gf-col-3 { float: left; padding: 0 10px; margin-bottom: 0; }
  .gform_body .gf-row .gfield.gf-col-2 { width: 50%; }
  .gform_body .gf-row .gfield.gf-col-3 { width: 33.333333%; } }

.gform_body .gfield.hide-label .gfield_label, .gform_body .gfield_visibility_hidden { visibility: hidden; opacity: 0; font-size: 0; height: 0; margin-bottom: 0; }

.gform_body .gf-hide-chosen-search .chosen-search { display: none !important; }

@media (min-width: 768px) { .gform_body .gfield.gf-label-inline { display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }
  .gform_body .gfield.gf-label-inline .gfield_label { margin-right: 20px; margin-bottom: 0; } }

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

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

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

/*----------  Terms and Service - Perks  ----------*/
.gform_wrapper .gptos_terms_container { width: 100%; margin: 10px 0 0 !important; }

.gform_wrapper .gptos_terms_container p { font-size: 14px; margin-bottom: 10px; }

.gf-custom-tos .ginput_container { margin-top: 0 !important; }

/*----------  Unique ID - SY18  ----------*/
#field_5_32, #field_12_32 { visibility: hidden; height: 0; opacity: 0; }

/*----------  Ajax Upload Plugin  ----------*/
.gform_wrapper .itsg_single_ajax .itsg_ajax_upload_dropzone, .gform_wrapper .itsg_single_ajax .has-advanced-upload { border: 0; padding: 0; margin: 0; }

.gform_wrapper .itsg_single_ajax .results .results-bar-success { padding: 0; margin: 0; }

.gform_wrapper .itsg_single_ajax .results .thumbnail-link { display: inline-block; border: 1px solid #ddd; padding: 5px; outline: none; }

.gform_wrapper .itsg_single_ajax .button.itsg_single_ajax_remove { background-color: transparent; font-weight: 400; line-height: 1.2; text-align: center; text-decoration: none; vertical-align: middle; display: inline-block; border: none; padding: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-clip: padding-box; -webkit-transition: 0.1s transform ease-out, 0.2s background, 0.2s color; -moz-transition: 0.1s transform ease-out, 0.2s background, 0.2s color; -o-transition: 0.1s transform ease-out, 0.2s background, 0.2s color; transition: 0.1s transform ease-out, 0.2s background, 0.2s color; background-color: #d8261c; color: #fff; font-size: 0.875rem; padding: 7px 14px; }

.gform_wrapper .itsg_single_ajax .button.itsg_single_ajax_remove:hover, .gform_wrapper .itsg_single_ajax .button.itsg_single_ajax_remove:focus { -webkit-transition-duration: 0.1s; -moz-transition-duration: 0.1s; -o-transition-duration: 0.1s; transition-duration: 0.1s; text-decoration: none; }

.gform_wrapper .itsg_single_ajax .button.itsg_single_ajax_remove:focus { outline: none; }

.gform_wrapper .itsg_single_ajax .button.itsg_single_ajax_remove:hover, .gform_wrapper .itsg_single_ajax .button.itsg_single_ajax_remove:focus, .gform_wrapper .itsg_single_ajax .button.itsg_single_ajax_remove:active { background-color: #e53d33; color: #fff; }

/*----------  GF Limit Choices  ----------*/
.gwlc-disabled { display: none; visibility: hidden; }

/*----------  Spinner  ----------*/
.gform_ajax_spinner { position: fixed !important; z-index: 999999; left: 0; top: 0; right: 0; bottom: 0; display: block !important; overflow: hidden  !important; width: 100% !important; height: 100% !important; background-color: rgba(0, 0, 0, 0.7); background-image: url("images/gf-submission.gif"); /* path to your new spinner */ background-image: url("images/gf-submission.svg"); /* path to your new spinner */ background-repeat: no-repeat; background-size: 60px 60px; background-position: center center; }

/*----------  Gravity Perks Limit Message  ----------*/
.gpls-limit-message { padding-bottom: 10px; }

.gpls-limit-message a { color: #fff; font-weight: 700; text-decoration: underline; text-transform: uppercase; }

#breadcrumbs { font-size: 14px; padding: 8px 0; border-style: solid; border-width: 1px 0; border-color: #e5e5e5; margin-bottom: 20px; }

#breadcrumbs a { display: inline-block; text-decoration: none; padding-right: 17px; position: relative; }

#breadcrumbs a:hover { text-decoration: underline; }

#breadcrumbs a:after { content: '/'; color: #666; position: absolute; right: 4px; }

#breadcrumbs strong, #breadcrumbs .breadcrumb_last { font-family: "Lato", sans-serif; }

.swiper-container { margin-left: auto; margin-right: 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%; height: 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%; height: 100%; cursor: move; position: relative; }

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

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

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

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

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

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

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

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

.swiper-pagination-progress .swiper-pagination-progressbar { background: #d8261c; 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); } }

/* Magnific Popup CSS */
.mfp-bg { top: 0; left: 0; width: 100%; height: 100%; z-index: 1042; overflow: hidden; position: fixed; background: #0b0b0b; opacity: 1; }

.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 8px; 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: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; padding: 0 0 18px 10px; color: #FFF; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; }

.mfp-close:hover, .mfp-close:focus { opacity: 1; }

.mfp-close:active { top: 1px; }

.mfp-close-btn-in .mfp-close { color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close { color: #FFF; right: -6px; text-align: right; padding-right: 6px; width: 100%; }

.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, .mfp-arrow:after { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }

.mfp-arrow:after { border-top-width: 13px; border-bottom-width: 13px; top: 8px; }

.mfp-arrow:before { border-top-width: 21px; border-bottom-width: 21px; opacity: 0.7; }

.mfp-arrow-left { left: 0; }

.mfp-arrow-left:after { border-right: 17px solid #FFF; margin-left: 31px; }

.mfp-arrow-left:before { margin-left: 25px; border-right: 27px solid #3F3F3F; }

.mfp-arrow-right { right: 0; }

.mfp-arrow-right:after { border-left: 17px solid #FFF; margin-left: 39px; }

.mfp-arrow-right:before { border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder { padding-top: 40px; padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content { line-height: 0; width: 100%; max-width: 900px; }

.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: 6px; padding-right: 6px; } }

/* ====== 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: 1; }

.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; }

/* ====== 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; }

/*----------  Widh Zoom  ----------*/
.mfp-with-zoom .mfp-container, .mfp-with-zoom.mfp-bg { opacity: 0; -webkit-backface-visibility: hidden; /* ideally, transition speed should match zoom duration */ -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-with-zoom.mfp-ready .mfp-container { opacity: 1; }

.mfp-with-zoom.mfp-ready.mfp-bg { opacity: 0.8; }

.mfp-with-zoom.mfp-removing .mfp-container, .mfp-with-zoom.mfp-removing.mfp-bg { opacity: 0; }

.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-dark-blue { background-color: #011936; color: #fff; }

.btn-dark-blue:hover, .btn-dark-blue:focus, .btn-dark-blue:active { background-color: #022959; color: #fff; }

.btn-grey { background-color: #666; color: #fff; }

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

.btn-dark-blue { background-color: #011936; color: #fff; }

.btn-dark-blue:hover, .btn-dark-blue:focus, .btn-dark-blue:active { background-color: #022959; color: #fff; }

.btn-bordered-red { color: #d8261c; font-size: 0.75rem; font-family: "Lato", sans-serif; line-height: 1.4; font-weight: 700; letter-spacing: 2.29px; text-transform: uppercase; border: 2px solid rgba(216, 38, 28, 0.2); -webkit-transition: 0.2s ease-out; -moz-transition: 0.2s ease-out; -o-transition: 0.2s ease-out; transition: 0.2s ease-out; }

.btn-bordered-red:hover, .btn-bordered-red:focus, .btn-bordered-red:active { color: #d8261c; border-color: #d8261c; }

.btn-bordered-grey { color: #666; font-size: 0.75rem; font-family: "Lato", sans-serif; line-height: 1.4; font-weight: 700; letter-spacing: 2.29px; text-transform: uppercase; border: 2px solid rgba(102, 102, 102, 0.2); -webkit-transition: 0.2s ease-out; -moz-transition: 0.2s ease-out; -o-transition: 0.2s ease-out; transition: 0.2s ease-out; }

.btn-bordered-grey:hover, .btn-bordered-grey:focus, .btn-bordered-grey:active { color: #666; border-color: #666; }

.btn-bordered-dark-blue { color: #011936; font-size: 0.75rem; font-family: "Lato", sans-serif; line-height: 1.4; font-weight: 700; letter-spacing: 2.29px; text-transform: uppercase; border: 2px solid rgba(1, 25, 54, 0.2); -webkit-transition: 0.2s ease-out; -moz-transition: 0.2s ease-out; -o-transition: 0.2s ease-out; transition: 0.2s ease-out; }

.btn-bordered-dark-blue:hover, .btn-bordered-dark-blue:focus, .btn-bordered-dark-blue:active { color: #011936; border-color: #011936; }

.btn-angle-right { padding-right: 80px !important; position: relative; }

.btn-angle-right: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: '\f105'; font-size: 24px; line-height: 1; position: absolute; right: 20px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.btn-angle-left { padding-left: 80px !important; position: relative; }

.btn-angle-left: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: '\f104'; font-size: 24px; line-height: 1; position: absolute; left: 20px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.btn-arrow-left { padding-left: 70px !important; position: relative; }

.btn-arrow-left: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: '\e094'; line-height: 1; position: absolute; left: 30px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.btn-arrow-right { padding-right: 70px !important; position: relative; }

.btn-arrow-right: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: '\e095'; line-height: 1; position: absolute; right: 30px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.btn-default { color: #d8261c; font-size: 0.75rem; font-family: "Lato", sans-serif; line-height: 1.4; font-weight: 700; letter-spacing: 2.29px; text-transform: uppercase; border: 2px solid rgba(216, 38, 28, 0.2); -webkit-transition: 0.2s ease-out; -moz-transition: 0.2s ease-out; -o-transition: 0.2s ease-out; transition: 0.2s ease-out; padding-right: 70px !important; position: relative; padding: 20px 30px; }

.btn-default:hover, .btn-default:focus, .btn-default:active { color: #d8261c; border-color: #d8261c; }

.btn-default: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: '\e095'; line-height: 1; position: absolute; right: 30px; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); transform: translateY(-50%); }

.btn-download { background-color: #111; color: #fff; font-family: "Lato", sans-serif; font-size: 0.6875rem; text-transform: uppercase; letter-spacing: 2.5px; line-height: 1; padding: 15px; }

.btn-download: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: '\e097'; margin-left: 10px; }

.btn-download:hover, .btn-download:focus { background-color: #2b2a2a; color: #fff; }

.btn-red { background-color: #d8261c; color: #fff; }

.btn-red:hover, .btn-red:focus, .btn-red:active { background-color: #e53d33; color: #fff; }

.btn-xs { font-size: 0.875rem; padding: 7px 14px; }

.btn-sm { font-size: 0.875rem; padding: 10px 20px; }

.btn-md { padding: 15px 25px; }

.btn-lg { padding: 20px 30px; }

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

.video-link { position: relative; }

.video-link .i-play { background-color: rgba(216, 38, 28, 0.7); display: block; width: 60px; height: 60px; text-align: center; line-height: 60px; border-radius: 50%; 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: 250ms; -moz-transition: 250ms; -o-transition: 250ms; transition: 250ms; }

.video-link .i-play:before { content: '\f04b'; color: #fff; line-height: 60px; position: relative; left: 2px; }

.video-link:hover .i-play { background-color: #d8261c; }

.tel { color: #666; }

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

.heading-strike { letter-spacing: 1px; font-weight: 400; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }

.heading-strike:after { content: ''; background-color: #ccc; -webkit-flex: 1 1 auto; flex: 1 1 auto; height: 1px; margin: 0 20px; }

.heading-strike .i-font { margin-right: 10px; }

.heading-strike .i-font:before { content: '\e902'; font-size: 1.625rem; }

.underline-on-hover { border-bottom: 1px solid transparent !important; }

.underline-on-hover:hover, .underline-on-hover:focus { color: inherit; border-bottom-color: inherit !important; }

.color-primary { color: #d8261c !important; }

.color-secondary { color: #d8261c !important; }

.color-grey, .grey { color: #666 !important; }

.color-light-grey, .light-grey { color: #9f9f9f !important; }

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

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

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

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

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

@media (min-width: 768px) { .pad-md { padding-top: 70px; padding-bottom: 70px; } }

.pad-lg { padding-top: 70px; padding-bottom: 70px; }

@media (min-width: 768px) { .pad-lg { padding-top: 90px; padding-bottom: 90px; } }

.pad-xlg { padding-top: 90px; padding-bottom: 90px; }

@media (min-width: 768px) { .pad-xlg { padding-top: 120px; padding-bottom: 120px; } }

.pad-xxlg { padding-top: 120px; padding-bottom: 120px; }

@media (min-width: 768px) { .pad-xxlg { padding-top: 150px; padding-bottom: 150px; } }

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

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

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

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

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

@media (min-width: 768px) { .pad-top-md { padding-top: 70px; } }

.pad-top-lg { padding-top: 70px; }

@media (min-width: 768px) { .pad-top-lg { padding-top: 90px; } }

.pad-top-xlg { padding-top: 90px; }

@media (min-width: 768px) { .pad-top-xlg { padding-top: 120px; } }

.pad-top-xxlg { padding-top: 120px; }

@media (min-width: 768px) { .pad-top-xxlg { padding-top: 150px; } }

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

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

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

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

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

@media (min-width: 768px) { .pad-bottom-md { padding-bottom: 70px; } }

.pad-bottom-lg { padding-bottom: 70px; }

@media (min-width: 768px) { .pad-bottom-lg { padding-bottom: 90px; } }

.pad-bottom-xlg { padding-bottom: 90px; }

@media (min-width: 768px) { .pad-bottom-xlg { padding-bottom: 120px; } }

.pad-bottom-xxlg { padding-bottom: 120px; }

@media (min-width: 768px) { .pad-bottom-xxlg { padding-bottom: 150px; } }

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

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

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

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

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

@media (min-width: 768px) { .margin-top-md { margin-top: 70px !important; } }

.margin-top-lg { margin-top: 70px !important; }

@media (min-width: 768px) { .margin-top-lg { margin-top: 90px !important; } }

.margin-top-xlg { margin-top: 90px !important; }

@media (min-width: 768px) { .margin-top-xlg { margin-top: 120px !important; } }

.margin-top-xxlg { margin-top: 120px !important; }

@media (min-width: 768px) { .margin-top-xxlg { margin-top: 150px !important; } }

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

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

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

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

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

@media (min-width: 768px) { .margin-bottom-md { margin-bottom: 70px !important; } }

.margin-bottom-lg { margin-bottom: 70px !important; }

@media (min-width: 768px) { .margin-bottom-lg { margin-bottom: 90px !important; } }

.margin-bottom-xlg { margin-bottom: 90px !important; }

@media (min-width: 768px) { .margin-bottom-xlg { margin-bottom: 120px !important; } }

.margin-bottom-xxlg { margin-bottom: 120px !important; }

@media (min-width: 768px) { .margin-bottom-xxlg { margin-bottom: 150px !important; } }

.red { color: #d8261c; }

.blue { color: #084f8f; }

.family-slabo { font-family: "Slabo 27px", serif; }

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

.small.caps { font-size: 0.75rem; }

.relative { position: relative !important; }

.inline-block { display: inline-block !important; }

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

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

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

.clearfix:after { clear: both; }

.clear { clear: both !important; }

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

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

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

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

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

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

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

.underline { text-decoration: underline; }

.regular { font-weight: 400; }

.semibold { font-weight: 600; }

.bold { font-weight: 700; }

.italic { font-style: italic; }

.caps { text-transform: uppercase; }

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

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

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

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

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

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

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

.block { display: block !important; }

.show { display: block !important; }

.visible { visibility: visible; }

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

.invisible { visibility: hidden; }

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

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

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

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

@keyframes fadeIn { from { opacity: 0; }
  to { opacity: 1; } }

.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }

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

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

.fadeInDown { -webkit-animation-name: fadeInDown; animation-name: fadeInDown; }

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

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

.fadeInDownBig { -webkit-animation-name: fadeInDownBig; animation-name: fadeInDownBig; }

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

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

.fadeInLeft { -webkit-animation-name: fadeInLeft; animation-name: fadeInLeft; }

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

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

.fadeInLeftBig { -webkit-animation-name: fadeInLeftBig; animation-name: fadeInLeftBig; }

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

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

.fadeInRight { -webkit-animation-name: fadeInRight; animation-name: fadeInRight; }

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

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

.fadeInRightBig { -webkit-animation-name: fadeInRightBig; animation-name: fadeInRightBig; }

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

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

.fadeInUp { -webkit-animation-name: fadeInUp; animation-name: fadeInUp; }

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

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

.fadeInUpBig { -webkit-animation-name: fadeInUpBig; animation-name: fadeInUpBig; }

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

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

.slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; }

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

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

.slideInLeft { -webkit-animation-name: slideInLeft; animation-name: slideInLeft; }

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

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

.slideInRight { -webkit-animation-name: slideInRight; animation-name: slideInRight; }

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

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

.slideInUp { -webkit-animation-name: slideInUp; animation-name: slideInUp; }

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

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

.slideInDown { -webkit-animation-name: slideInDown; animation-name: slideInDown; }

@-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: slideInLeft; animation-name: slideInLeft; }

@-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: slideInRight; animation-name: slideInRight; }

@-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: slideInUp; animation-name: slideInUp; }

@-moz-keyframes rotate { from { -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-webkit-keyframes rotate { from { -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes rotate { from { -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes rotate { from { -webkit-transform: rotate(0deg); -moz-transform: rotate(0deg); -ms-transform: rotate(0deg); -o-transform: rotate(0deg); transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg); -moz-transform: rotate(360deg); -ms-transform: rotate(360deg); -o-transform: rotate(360deg); transform: rotate(360deg); } }

@keyframes rotate { from { -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to { -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotate { -webkit-animation-name: rotate; animation-name: rotate; }

@-moz-keyframes scaleUpDown { 0% { -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% { -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  100% { -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-keyframes scaleUpDown { 0% { -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% { -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  100% { -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-o-keyframes scaleUpDown { 0% { -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% { -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  100% { -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }

@-ms-keyframes scaleUpDown { 0% { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); }
  50% { -webkit-transform: scale(1.2, 1.2); -moz-transform: scale(1.2, 1.2); -ms-transform: scale(1.2, 1.2); -o-transform: scale(1.2, 1.2); transform: scale(1.2, 1.2); }
  100% { -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); -ms-transform: scale(1, 1); -o-transform: scale(1, 1); transform: scale(1, 1); } }

@keyframes scaleUpDown { 0% { -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
  50% { -webkit-transform: scale(1.2, 1.2);
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  100% { -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); } }

@media print { * { background: transparent !important; color: #000 !important; /* Black prints faster: h5bp.com/s */ box-shadow: none !important; text-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  /* Don't show links for images, or javascript/internal links */
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; /* h5bp.com/t */ }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; } }

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