@charset "UTF-8";
/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html { line-height: 1.15; /* 1 */
-ms-text-size-adjust: 100%; /* 2 */
-webkit-text-size-adjust: 100%;/* 2 */
}
/* Sections
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

article, aside, footer, header, nav, section { display: block; }
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 { font-size: 2em; margin: 0.67em 0; }
/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption, figure, main { /* 1 */
display: block; }
/**
 * Add the correct margin in IE 8.
 */

figure { margin: 1em 40px; }
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr { -webkit-box-sizing: content-box; box-sizing: content-box; /* 1 */
height: 0; /* 1 */
overflow: visible;/* 2 */
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre { font-family: monospace, monospace; /* 1 */
font-size: 1em;/* 2 */
}
/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a { background-color: transparent; /* 1 */
-webkit-text-decoration-skip: objects;/* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] { border-bottom: none; /* 1 */
text-decoration: underline; /* 2 */
-webkit-text-decoration: underline dotted; text-decoration: underline dotted;/* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b, strong { font-weight: inherit; }
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b, strong { font-weight: bolder; }
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code, kbd, samp { font-family: monospace, monospace; /* 1 */
font-size: 1em;/* 2 */
}
/**
 * Add the correct font style in Android 4.3-.
 */

dfn { font-style: italic; }
/**
 * Add the correct background and color in IE 9-.
 */

mark { background-color: #ff0; color: #000; }
/**
 * Add the correct font size in all browsers.
 */

small { font-size: 80%; }
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sub { bottom: -0.25em; }
sup { top: -0.5em; }
/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio, video { display: inline-block; }
/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) { display: none; height: 0; }
/**
 * Remove the border on images inside links in IE 10-.
 */

img { border-style: none; }
/**
 * Hide the overflow in IE.
 */

svg:not(:root) { overflow: hidden; }
/* Forms
   ========================================================================== */

/**
 * Remove the margin in Firefox and Safari.
 */

button, input, optgroup, select, textarea { margin: 0; }
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button, input { /* 1 */
overflow: visible; }
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button, select { /* 1 */
text-transform: none; }
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button, html [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button;/* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
 border-style: none;
 padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
 outline: 1px dotted ButtonText;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */
color: inherit; /* 2 */
display: table; /* 1 */
max-width: 100%; /* 1 */
padding: 0; /* 3 */
white-space: normal;/* 1 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress { display: inline-block; /* 1 */
vertical-align: baseline;/* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */

textarea { overflow: auto; }
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"], [type="radio"] { -webkit-box-sizing: border-box; box-sizing: border-box; /* 1 */
padding: 0;/* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
 height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] { -webkit-appearance: textfield; /* 1 */
outline-offset: -2px;/* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
 -webkit-appearance: button;
    /* 1 */
    font: inherit;
/* 2 */
}
/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, menu { display: block; }
/*
 * Add the correct display in all browsers.
 */

summary { display: list-item; }
/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas { display: inline-block; }
/**
 * Add the correct display in IE.
 */

template { display: none; }
/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] { display: none; }
/**
 * Base styles that aim to normalize fonts, and display of elements
 * across browsers, and make writing further styles easier.
 */

/* Set font and clear body padding */

html, button, input, select, textarea { font-family: proxima-nova, sans-serif; }
body { font-family: proxima-nova, sans-serif; font-size: 21px; line-height: 32px; min-width: 320px; margin: 0; color: #0c2340; background-color: #fbfbfb; -webkit-font-smoothing: antialiased; }
body.lock-scroll { overflow: hidden; }
body.overlayed { position: relative; }
body.overlayed:before { left: 0; right: 0; top: 0; bottom: 0; background: rgba(0, 0, 0, 0.75); z-index: 9; content: ''; display: block; position: absolute; }
/* Setting sizes is much more predictable with border-box */

*, *:before, *:after { -webkit-box-sizing: border-box; box-sizing: border-box; }
figure { margin: 0; }
/* Make all images responsive */

img { max-width: 100%; height: auto; vertical-align: middle; }
/* Make inputs on iOS look normal */

input:not([type="radio"]):not([type="checkbox"]) { -webkit-appearance: none; }
/* Custom List Styles */

ol { margin: 0 0 16px; padding: 0 0 0 20px; counter-reset: item; }
ol li { display: block; position: relative; margin: 0 0 0px; padding: 0 0 0 20px; font-size: 18px; letter-spacing: 0.55px; }
ol li li { margin: 0; padding: 0 0 0 35px; }
ol li:before { font-size: 17px; position: absolute; left: 0; content: counters(item, ".") " "; counter-increment: item; }
ul:not([class]) { margin: 0 0 16px; padding: 0 0 0 20px; list-style: none; }
ul:not([class]) li { position: relative; margin: 0 0 0px; padding: 0 0 0 20px; font-size: 18px; letter-spacing: 0.55px; }
ul:not([class]) li:last-child { margin: 0; }
ul:not([class]) li:before { position: absolute; top: 13px; left: 1px; display: block; width: 5px; height: 5px; content: ''; border: 1px solid #333d47; border-radius: 50%; background: #333d47; }
ul:not([class]) li li { margin: 0; }
ul:not([class]) li li:before { left: 4px; background: transparent; }
ul:not([class]) li ul { margin: 0; }
/* Normalize links across browsers */

a { -webkit-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; text-decoration: none; color: #0c2340; border-bottom: 1px solid transparent; }
a img { border: 0; }
a:focus, a:hover { text-decoration: none; color: #00afd7; }
.page-content p a,ul:not([class]) li a { color: #00afd7; }
ul:not([class]) li a:hover{color: #00a2c7;}
.page-content a:focus:not([class]), .page-content a:hover:not([class]) { color: #00a2c7; }
.section-title { margin: 0 auto 39px; text-align: left; max-width: 730px; }
.tablet-checker { display: none; }
/**
 * WordPress specific base styles.
 */

.gm-style img { max-width: none; }
.media img, .media video, .media object, .media iframe { width: 100%; height: auto; }
/* Make WordPress media inserted to post behave correctly */

.alignleft { float: left; margin: 0 40px 40px 0; }
.alignright { float: right; margin: 0 0 40px 40px; }
.alignnone { display: inline-block; margin: 40px 0 50px; }
.aligncenter { display: block; clear: both; margin: 40px auto; text-align: center; }
/* Make a 404 page look nicer and more readable */

.error404 { text-align: center; }
.error404 ul { text-align: left; }
.navigation.pagination { clear: both; }
/* WP navigation menus are lists, but they don't need default list styling */

nav a { text-decoration: none; color: #333d47; }
nav a:hover { text-decoration: none; color: #333d47; }
nav li { display: inline-block; }
nav ul { margin: 0; padding: 0; list-style-type: none; }
.wp-caption { max-width: 100%; }
.wp-caption-text { font-size: 15px; line-height: 22px; padding: 5px 0; }
/* Headings */

h1, h2, h3, h4, h5, h6 { font-weight: 700; line-height: 1; margin: 0 0 47px; color: #0c2340; }
h2, h3, h4{text-transform: uppercase;}
h1:only-child, h2:only-child, h3:only-child, h4:only-child, h5:only-child, h6:only-child { margin: 0; }
p + h1, p + h2, p + h3, p + h4, p + h5, p + h6 { margin-top: 15px; }
h1 { font-size: 64px; margin: 0 0 47px; }
h2 { font-size: 48px; line-height: 52px; margin: 0 0 32px; }
p + h2 { margin-top: 46px; }
h3 { font-size: 32px; line-height: 36px; margin: 0 0 18px; }
h4 { font-size: 21px; line-height: 24px; margin: 0 0 3px; }
p + h4 { margin-top: 33px; }
h5 { font-size: 16px; line-height: 18px; margin: 0 0 15px; }
p + h5 { margin-top: 48px; }
h6 { font-size: 14px; line-height: 16px; margin: 0 0 15px; }
p + h6 { margin-top: 28px; }
/* Text Elements */

p { margin: 0 0 20px; font-size: 18px; letter-spacing: 0.5px; line-height: 1.8; display: inline-block; width: 100%; }
strong { font-weight: 700; }
/* Horizontal Line */

hr { margin: 70px 0; border-top: 1px solid #828f9b; }

::-moz-selection  { background: rgba(12, 35, 64, 0.99); color: #ffffff;opacity: 1;}

::selection  { background: rgba(12, 35, 64, 0.99); color: #ffffff;opacity: 1;}

::-moz-selection {
 background: rgba(12, 35, 64, 0.99); color: #ffffff;opacity: 1;
}
/* Blocks / Columns Spacing Helpers */

.block-top-spacing { padding-top: 119px; }
.block-bottom-spacing { padding-bottom: 71px; }
.columns-spacing-top { padding-top: 40px; }
.columns-spacing-bottom { padding-bottom: 35px; }
.block-margin-top { margin-top: 80px; }
.block-margin-bottom { margin-bottom: 80px; }
/* Buttons */

.c-btn { font-size: 16px; font-weight: 700; line-height: 16px; display: inline-block; padding: 21px 24px 18px; -webkit-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; text-align: center; letter-spacing: 0.9px; text-transform: uppercase; color: #ffffff; background: #00afd7; font-family: proxima-nova-condensed, sans-serif; }
.c-btn:hover, .c-btn:focus { text-decoration: none; color: #ffffff; background: #00a2c7; }
.c-btn-wrapper { line-height: 16px; display: inline-block; margin: 21px 0 29px; width: 100%;}
.c-btn-wrapper:last-child { margin-bottom: 0; }
.c-btn-secondary span { position: relative; display: inline-block; }
.c-btn-secondary span:before { content: ''; position: absolute; right: -81px; left: 106%; height: 2px; top: -3px; bottom: 0; margin: auto 0; background: #0188a7; -webkit-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; }
.c-btn-secondary:hover span:before { left: -10%; }
/* Embed Video Styles */

.iframe-wrapper { position: relative; overflow: hidden; max-width: 100%; height: 0; margin: 38px auto; padding-bottom: 56.6%; }
.iframe-wrapper iframe, .iframe-wrapper object, .iframe-wrapper embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin-top: 0; margin-bottom: 0; }
.video-wrapper .iframe-wrapper {margin:0;}
.hero-video-wrapper {margin-top:0; min-height:100vh;}
.hero-video-wrapper .iframe-wrapper iframe, .hero-video-wrapper .iframe-wrapper object, .hero-video-wrapper .iframe-wrapper embed {}
.hero-video-wrapper .iframe-wrapper {margin: 0; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); left:50%; top:50%;max-width:none; width:200%; min-height:101%;}
/* Slider Global */

.slick-arrow { font-size: 0; line-height: 0; position: absolute; bottom: 0; width: 65px; height: 65px; margin: 0; padding: 0; cursor: pointer; -webkit-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; background: transparent; -webkit-box-shadow: none; box-shadow: none; border: 0; background: #ffffff; }
.slick-arrow:hover, .slick-arrow:focus { border-color: #58697a; outline: none; }
.slick-arrow:hover:after, .slick-arrow:focus:after { border-color: #58697a; }
.slick-arrow:after { }
.slick-arrow.slick-prev { left: 325px; margin-right: 0; z-index: 9; }
.slick-arrow.slick-prev:after { }
.slick-arrow.slick-next { left: 387px; }
.slick-arrow.slick-next:after { }
/* BASE TABLES */

#page .tablepress-table-name { font-size: 24px; line-height: 28px; letter-spacing: 1.5px; text-transform: none; }
#page .tablepress { margin-top: -6px; margin-bottom: 29px; }
#page .tablepress caption { display: none; }
#page .tablepress thead th { font-size: 14px; line-height: 20px; position: relative; padding: 14px 10px; color: #222222; border: 0; background-color: transparent; font-family: proxima-nova, sans-serif; text-transform: uppercase; letter-spacing: 1.8px; }
#page .tablepress thead th:after { position: absolute; z-index: 1; bottom: 0; left: 0; width: 100%; height: 2px; content: ''; border-bottom: 1px solid #d9edf7; }
#page .tablepress thead th br { display: none; }
#page .tablepress tbody td { font-size: 18px; line-height: 20px; position: relative; padding: 14px 10px; color: #333d47; font-family: proxima-nova, sans-serif; border: 0; }
#page .tablepress tbody td:first-child { text-align: left; }
#page .tablepress tbody td:after { position: absolute; z-index: 1; bottom: 0; left: 0; width: 100%; height: 2px; content: ''; border-bottom: 1px solid #d9edf7; }
#page .tablepress tbody tr { border-top: 0; }
#page .tablepress tbody tr:nth-child(even) { background: #fff; }
#page .tablepress tbody tr:last-child { border-bottom: 0; }
.table-wrapper { position: relative; margin-top: 17px; }
.page-columns .table-wrapper { margin-top: 26px; margin-bottom: 55px; }
.table-wrapper .tablepress:before { position: absolute; z-index: 9; top: 0; right: 0; bottom: 0; display: none; width: 20px; content: ''; background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(transparent)); background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.1) 0%, transparent 100%); background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.1) 0%, transparent 100%); background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%); }
.table-wrapper.has-scroll:before { display: block; }
/* Responsive TABLES */

.leadparagraph { font-size: 24px; font-weight: 500; line-height: 32px; margin: 0 0 15px; letter-spacing: -0.1px; }
.highlight-text { padding: 3px 0; background: #0c2340; color: #ffffff; }
blockquote.alternate, blockquote { font-size: 40px; font-weight: 300; line-height: 48px; position: relative; margin: 0; padding: 11px 38px 54px; }
blockquote.alternate:not([class]), blockquote:not([class]) { padding: 85px 0px 99px; }
blockquote.alternate:not([class]) > p:before, blockquote.alternate:not([class]) > p:after, blockquote:not([class]) > p:before, blockquote:not([class]) > p:after { display: inline; }
blockquote.alternate:not([class]) > p:before, blockquote:not([class]) > p:before { position: absolute; left: -31px; content: '“'; font-size: 120px; z-index: -1; opacity: 0.1; top: -30px; }
blockquote.alternate:not([class]) > p:after, blockquote:not([class]) > p:after { content: '”'; right: 23px; position: absolute; font-size: 120px; z-index: -1; opacity: 0.1; height: 70px; bottom: -17px; }
blockquote.alternate p, blockquote p { margin: 0; font-size: 32px; font-family: quatro-slab, serif; font-weight: 700; letter-spacing: 0; line-height: 1.25; position: relative; color: #0c2340; }
blockquote.alternate cite, blockquote cite { font-style: normal; }
blockquote.alternate cite:before, blockquote.alternate cite:after, blockquote cite:before, blockquote cite:after { display: inline; }
blockquote.alternate cite:before, blockquote cite:before { position: absolute; top: 10px; left: 26px; content: '“'; }
blockquote.alternate cite:after, blockquote cite:after { content: '”'; }
blockquote.alternate .author, blockquote .author { font-size: 16px; font-weight: 400; line-height: 18px; position: absolute; bottom: 13px; left: 38px; }
blockquote.alternate .author:before, blockquote .author:before { display: inline; margin-right: 4px; content: '—'; }
.page-accordion { padding: 26px 0 68px; }
.single-accordion { padding: 0 0 20px; border-top: 1px solid rgba(64, 69, 71, 0.1); }
.single-accordion.active { background: #fff; }
.single-accordion:last-of-type { border-bottom: 1px solid rgba(64, 69, 71, 0.1); }
.single-accordion p:last-of-type { margin: 0; }
.single-accordion.active .single-accordion__title:after { content: '--'; font-size: 34px; letter-spacing: -3px; right: 20px; }
.single-accordion__content { display: none; padding: 4px 45px 41px 27px; }
.single-accordion__title { font-weight: 600; position: relative; display: block; padding: 35px 25px 20px; cursor: pointer; -webkit-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; letter-spacing: 0; }
.single-accordion__title h4 { -webkit-transition: color .2s linear; -o-transition: color .2s linear; transition: color .2s linear; }
.single-accordion__title:hover { color: #e84b47; }
.single-accordion__title:hover h4 { color: #00afd7; }
.single-accordion__title:hover:after { color: #00afd7; }
.single-accordion__title:after { position: absolute; top: 38%; right: 17px; display: block; margin-top: 4px; content: '+'; font-size: 34px; font-weight: 700; -webkit-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; color: #0c2340; margin: 0; }
.page-fullwidth-image { padding: 90px 0 74px; }
.page-fullwidth-image__wrapper:before, .page-fullwidth-image__wrapper:after { content: ''; display: table; }
.page-fullwidth-image__wrapper:after { clear: both; }
.page-fullwidth-image__wrapper img { width: 100%; margin: 0; }
.content-image__align-left, .content-image__align-right { width: 50%; }
.content-image__align-left { float: left; }
.content-image__align-left.spacing-normal { padding-right: 15px; }
.content-image__align-right { float: right; }
.content-image__align-right.spacing-normal { padding-left: 15px; }
.content-image img { width: 100%; margin: 0; }
/* Main Header */

.main-header { font-weight: 500; position: relative; z-index: 10; z-index: 9999; }
.main-header__logo { display: inline-block; max-width: 200px; }
.main-header__wrapper { width: 100%; max-width: 1310px; margin: 0 auto; padding: 0 15px; }
.main-header__nav { font-size: 16px; line-height: 18px; position: static; }
.main-header__nav .highlight-text { padding: 0; }
.main-header__nav li { padding: 0 7px; }
.main-header__nav > .menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; }
.main-header__nav > .menu > li { padding: 55px 0; }
.main-header__nav a { position: relative; display: inline-block; color: #333d47; }
.main-header__nav a:before { position: absolute; right: 0; bottom: -3px; left: 0; display: block; height: 2px; content: ''; -webkit-transition: background .2s linear; -o-transition: background .2s linear; transition: background .2s linear; background: transparent; }
.main-header__nav a:focus { color: currentColor; }
.main-header__nav a:hover { color: currentColor; }
.main-header__nav a:hover:before { background: #e84b47; }
.main-header__subnav { font-size: 12px; line-height: 14px; padding: 17px 0; text-align: right; }
.main-header__subnav li { margin-right: 15px; }
.main-header__subnav li:last-child { margin-right: 0; }
.main-header__subnav a:hover { color: #58697a; }
.main-header__right { text-align: right; }
/* Mega Menu */

.mega-menu-wrapper { position: absolute; z-index: -999; top: 100%; left: 0; visibility: hidden; width: 100%; padding-top: 33px; padding-bottom: 15px; border-top: 1px solid #ebebeb; background: transparent; }
.mega-menu-wrapper li { display: block; padding: 0 0 15px 0; }
.mega-menu-wrapper li.current-menu-item > a { color: #e84b47; }
.mega-menu-wrapper a { font-weight: bold; visibility: hidden; padding: 0; -webkit-transition: none; -o-transition: none; transition: none; -webkit-transform: translateY(5px); -ms-transform: translateY(5px); transform: translateY(5px); opacity: 0; color: #333d47; }
.mega-menu-wrapper a.active { visibility: visible; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; opacity: 1; }
.mega-menu-wrapper a:hover { -webkit-transition: color .1s; -o-transition: color .1s; transition: color .1s; color: #333d47; }
.mega-menu-wrapper h1, .mega-menu-wrapper h2, .mega-menu-wrapper h3, .mega-menu-wrapper h4, .mega-menu-wrapper h5, .mega-menu-wrapper h6, .mega-menu-wrapper p, .mega-menu-wrapper blockquote { visibility: hidden; -webkit-transition: none; -o-transition: none; transition: none; -webkit-transform: translateY(5px); -ms-transform: translateY(5px); transform: translateY(5px); opacity: 0; }
.mega-menu-wrapper h1.active, .mega-menu-wrapper h2.active, .mega-menu-wrapper h3.active, .mega-menu-wrapper h4.active, .mega-menu-wrapper h5.active, .mega-menu-wrapper h6.active, .mega-menu-wrapper p.active, .mega-menu-wrapper blockquote.active { visibility: visible; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; opacity: 1; }
.mega-menu-wrapper.active { z-index: 999; visibility: visible; }
.mega-menu-wrapper.active a { -webkit-transform: none; -ms-transform: none; transform: none; }
.mega-menu-wrapper .sub-menu { margin: 20px 0 15px; }
.mega-menu-wrapper .sub-menu li { padding-bottom: 15px; padding-left: 0; }
.mega-menu-wrapper .sub-menu li:last-child { padding-bottom: 0; }
.mega-menu-wrapper .sub-menu a { font-family: #d5d9de; font-size: 14px; font-weight: normal; line-height: 24px; }
.mega-menu-background { position: absolute; z-index: 998; top: 100%; left: 0; width: 100%; background-color: #fff; }
/* Main Header Mobile */

.btn-hamburger { position: absolute; z-index: 9999; top: 50%; right: 0; display: none; width: 25px; height: 18px; margin: -2px 0 0; padding: 0; cursor: pointer; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); border: 0; outline: 0; background: transparent; -webkit-box-shadow: none; box-shadow: none; }
.btn-hamburger:hover, .btn-hamburger:focus { outline: 0; }
.btn-hamburger span { position: absolute; left: 0; display: block; width: 25px; height: 2px; -webkit-transition: .45s ease-in-out; -o-transition: .45s ease-in-out; transition: .45s ease-in-out; -webkit-transform: rotate(0deg); -ms-transform: rotate(0deg); transform: rotate(0deg); opacity: 1; border-radius: 9px; background: #333d47; }
.btn-hamburger span:nth-child(1) { top: 0; -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; }
.btn-hamburger span:nth-child(2) { top: 8px; -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; }
.btn-hamburger span:nth-child(3) { top: 16px; -webkit-transform-origin: left center; -ms-transform-origin: left center; transform-origin: left center; }
.btn-hamburger.open span:nth-child(1) { top: -1px; left: 2px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.btn-hamburger.open span:nth-child(2) { width: 0; opacity: 0; }
.btn-hamburger.open span:nth-child(3) { top: 16px; left: 2px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.main-header__nav-mobile { font-size: 18px; line-height: 32px; }
.main-header__nav-mobile .menu > li > a { font-weight: 500; position: relative; padding: 18px 40px 14px; font-size: 20px; font-family: quatro-slab, serif; font-weight: 700; color: #0c2340; }
.main-header__nav-mobile .menu > li > a.open { color: #00afd7; }
.main-header__nav-mobile .menu > li > a.open + .sub-menu { max-height: 100vh; }
.main-header__nav-mobile .menu > li.menu-item-has-children > a:after { content: ''; -webkit-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-top: 4px solid #00afd7; position: relative; border-bottom: 0; margin: 0; -webkit-transform: none; -ms-transform: none; transform: none; top: -4px; margin-left: 3px; pointer-events: none; }
.main-header__nav-mobile .menu > li.menu-item-has-children > a.open:after { margin-top: 0; -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); transform: rotate(-180deg); }
.main-header__nav-mobile .sub-menu { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; max-height: 0; transition: -webkit-transform 0.5s ease-in-out; -o-transition: max-height 0.5s ease-in-out; transition: max-height 0.5s ease-in-out; transition: max-height 0.5s ease-in-out, -webkit-transform 0.3s ease-in-out; overflow: hidden; }
.main-header__nav-mobile .sub-menu li { margin: 0 0 15px; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }
.main-header__nav-mobile .sub-menu li:nth-last-child(1), .main-header__nav-mobile .sub-menu li:nth-last-child(2) { padding-bottom: 20px; margin: 0; }
.main-header__nav-mobile .sub-menu li:nth-child(1), .main-header__nav-mobile .sub-menu li:nth-child(2) { padding-top: 10px; }
.main-header__nav-mobile .sub-menu a { padding: 0 60px; }
.main-header__nav-mobile a { font-weight: 400; display: block; }
.main-header__nav-mobile a:hover, .main-header__nav-mobile a:focus { color: #333d47; }
.main-header__nav-mobile--wrapper { position: fixed; z-index: 99; top: 0; padding-top: 68px; right: -40px; left: -40px; display: none; background: #fafafa; }
.main-header__nav-mobile--wrapper nav li { display: block; padding-bottom: 8px; }
.main-header__nav-mobile--wrapper .c-btn { font-size: 12px; line-height: 15px; width: 100%; }
.main-header__cta-wrapper--mobile { padding: 185px 0 0; position: absolute; width: 100%; bottom: 0; }
.page-hero__thumbnail { min-height: 500px; background-repeat: no-repeat; background-size: cover; }
.page-hero__content { padding: 98px 0 4px; }
.block-tabs { overflow: hidden; }
.block-tabs .section-title { margin: 0px 0 41px; text-align: left; }
.block-tabs.block-bottom-spacing { padding-bottom: 35px; }
.tabs__link-list { margin: 0; padding: 0; list-style: none; margin-left: -13px; }
.tabs__link-list:before, .tabs__link-list:after { content: ''; display: table; }
.tabs__link-list:after { clear: both; }
.tabs__link-list-wrapper { position: relative; border-bottom: 1px solid rgba(64, 69, 71, 0.1); border-top: 1px solid rgba(64, 69, 71, 0.1); padding: 40px 0 0; background: #ffffff url(../images/footer-pattern.png) repeat top left; }
.tabs__link-list-wrapper:before { position: absolute; z-index: 9; top: 0; right: 0; bottom: 6px; display: none; width: 20px; content: ''; background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(transparent)); background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.1) 0%, transparent 100%); background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.1) 0%, transparent 100%); background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0.1) 0%, transparent 100%); }
.tabs__link-list-wrapper.has-scroll:before { display: block; }
.tabs__link { font-size: 16px; font-weight: 600; display: block; float: left; background: #fff; }
.tabs__link a { position: relative; display: block; min-width: 166px; padding: 10px 20px 7px; -webkit-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; text-align: center; text-decoration: none; color: #0c2340; font-size: 18px; letter-spacing: 2px; font-family: proxima-nova-condensed, sans-serif; font-weight: 700; }
.tabs__link a:hover { color: #00afd7; }
.tabs__link a:after { position: absolute; right: auto; bottom: -1px; left: 0; display: block; width: 0; height: 3px; content: ''; -webkit-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; background-color: rgba(149, 191, 229, 1); }
.tabs__link:not(:first-child) a { padding-left: 18px; }
.tabs__link.active a { color: #ffffff; background: #00afd7; }
.tabs__link.active a:after { width: 100%; background-color: #00afd7; }
.tabs__link a:hover:after { width: 100%; background-color: rgba(149, 191, 229, 0.36); }
.tabs__tab-content { position: static; visibility: visible; padding: 57px 0 112px; -webkit-transition: opacity .2s linear; -o-transition: opacity .2s linear; transition: opacity .2s linear; opacity: 1; }
.tabs__tab-content-wrapper { border-bottom: 1px solid rgba(64, 69, 71, 0.1); background: #fbfbfb; }
.tabs__tab-content:not(.active) { position: absolute; visibility: hidden; opacity: 0; }
.tab-head-wrap { position: relative; }
.tab-head-wrap button { position: relative; display: none; }
.tab-head-wrap button.tab-prev, .tab-head-wrap button.tab-next { z-index: 5; right: 0; display: none; width: 20px; height: 20px; margin-top: -2px; padding: 0; cursor: pointer; border: none; outline: 0; background: transparent; }
.tab-head-wrap button.tab-prev:before, .tab-head-wrap button.tab-next:before { position: absolute; top: 50%; left: 50%; display: block; width: 10px; height: 10px; content: ''; -webkit-transition: all .2s linear; -o-transition: all .2s linear; transition: all .2s linear; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); border: 2px solid #58697a; border-width: 2px 2px 0 0; }
.tab-head-wrap button.tab-prev:hover:before, .tab-head-wrap button.tab-next:hover:before { opacity: 1; }
.tab-head-wrap button.tab-prev.disabled, .tab-head-wrap button.tab-next.disabled { cursor: default; }
.tab-head-wrap button.tab-prev.disabled:before, .tab-head-wrap button.tab-next.disabled:before { opacity: 0; }
.tab-head-wrap button.tab-next { right: -2px; -webkit-transform: translate(0, -50%) rotate(45deg); -ms-transform: translate(0, -50%) rotate(45deg); transform: translate(0, -50%) rotate(45deg); }
.tab-head-wrap button.tab-prev { left: -2px; -webkit-transform: translate(0, -50%) rotate(-135deg); -ms-transform: translate(0, -50%) rotate(-135deg); transform: translate(0, -50%) rotate(-135deg); }
.block-img-comp { padding: 70px 15px; }
.block-img-comp .container-fluid { padding: 0 1.04166667vw; }
.block-img-comp .row { margin: 0 -1.04166667vw; padding: 0 0 2.22222222vw; }
.block-img-comp .row:last-child { padding: 0; }
.block-img-comp [class*='col'] { padding: 0 1.04166667vw; }
.block-img-single img { display: block; width: 100%; }
.block-img-single.small-top { padding-bottom: 2.22222222vw; }
.block-gallery-slider { padding: 27px 0 126px; }
.bc-gallery__slider { padding: 0; }
.bc-gallery__caption { font-size: 14px; line-height: 18px; padding: 19px 15px; text-align: center; }
.block-gallery-lightbox { overflow: hidden; padding-top: 27px; padding-bottom: 48px; }
.lightbox-gallery__single-thumb { padding-bottom: 31px; }
.lightbox-gallery__single-thumb img { width: 100%; -webkit-transition: all ease-in-out 0.2s; -o-transition: all ease-in-out 0.2s; transition: all ease-in-out 0.2s;}
.lightbox-gallery__single-thumb > span{display: block; overflow: hidden;}
.lightbox-gallery__single-thumb:hover img { -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-transition: all ease-in-out 0.2s; -o-transition: all ease-in-out 0.2s; transition: all ease-in-out 0.2s;}
.lightbox-gallery__gallery-wrapper { position: fixed; z-index: 9999; top: 0; right: 0; bottom: 0; left: 0; visibility: visible; -webkit-transition: all 300ms ease; -o-transition: all 300ms ease; transition: all 300ms ease; opacity: 1; background: url(../images/bg-popup.jpg) repeat center top; background-size: cover; }
.lightbox-gallery__gallery-wrapper:not(.active) { visibility: hidden; opacity: 0; }
.lightbox-gallery__slider { max-width: 100%; margin: 0 auto; padding: 0 65px; }
.lightbox-gallery__single-slide { position: relative; height: 100vh; padding: 60px 0; outline: none; }
.lightbox-gallery__single-slide.slick-slide { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; }
.lightbox-gallery__single-slide img { width: auto; max-height: calc(100vh - 120px); margin: 0 auto; }
.lightbox-gallery__slide-image { max-height: 100%; }
.lightbox-gallery__caption { font-size: 14px; line-height: 18px; padding: 19px 15px; text-align: center; -webkit-box-flex: 0; -ms-flex: 0 0 100%; flex: 0 0 100%; }
.lightbox-gallery__close { position: absolute; z-index: 999; top: 21px; right: 21px; display: block; width: 48px; height: 48px; cursor: pointer; -webkit-transition: background .2s linear; -o-transition: background .2s linear; transition: background .2s linear; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); border-radius: 50%; }
.lightbox-gallery__close:hover { background: #58697a; }
.lightbox-gallery__close:hover:before, .lightbox-gallery__close:hover:after { background: #fff; }
.lightbox-gallery__close:after, .lightbox-gallery__close:before { position: absolute; top: 50%; left: 50%; display: block; content: ''; -webkit-transition: background .2s linear; -o-transition: background .2s linear; transition: background .2s linear; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: #00afd7; }
.lightbox-gallery__close:after { width: 2px; height: 24px; }
.lightbox-gallery__close:before { width: 24px; height: 2px; }
.block-content-links { padding: 54px 0 20px; }
.block-content-links + .block-content-links { padding-top: 70px; }
.block-content-links-text { padding-bottom: 109px; }
.block-content-links-text .content-link { margin-bottom: 41px; padding: 0 0; }
.block-content-links-text .content-link__title { padding: 0 6px 0px; }
.block-content-links-text .content-link__icon { margin-top: -6px; }
.content-link { display: block; margin-bottom: 38px; }
.content-link__title { position: relative; margin: -37px auto 0; padding: 37px 58px; color: #0c2340; background: #fff; max-width: 93%; font-size: 16px; font-family: proxima-nova-condensed, sans-serif; text-transform: uppercase; letter-spacing: 0.8px; font-weight: 700; }
.content-link__img-wrapper img { width: 100%; }
.content-link__icon { position: absolute; top: 50%; right: 20px; overflow: hidden; width: 36px; height: 24px; -webkit-transition: width .2s linear; -o-transition: width .2s linear; transition: width .2s linear; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); }
.content-link:hover .content-link__icon { width: 48px; }
.content-link__icon svg { position: absolute; top: 0; right: 0; }
.content-link__icon svg path { fill: #e84b47; }
.block-content-images.has-container { background: transparent; }
.block-content-images.has-container .row { margin: 0; background: #eff0f2; }
.block-content-images.has-container .b-content-images__content-wrapper { max-width: 353px; }
.b-content-images__content-wrapper { max-width: 702px; margin: 52px -77px 0 auto; padding: 20px 115px; position: relative; left: 30px; background: #fff; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; z-index: 99; min-height: 559px; }
.b-content-images__content-wrapper p { margin: 0 0 16px; }
.b-content-images__image img { width: 100%; }
.b-content-images__col.image-left { padding-right: 0; padding-left: 0; }
.has-container .b-content-images__col.image-left { padding-right: 77px; }
.b-content-images__col.image-right { padding-right: 0; padding-left: 0; }
.has-container .b-content-images__col.image-right { padding-left: 77px; }
.b-content-images__col.content-right .b-content-images__content-wrapper { margin: 52px auto 0 -77px; left: -30px; }
.block-cta { padding: 86px 0; }
.block-cta h1, .block-cta h2, .block-cta h3, .block-cta h4, .block-cta h5, .block-cta h6 { color: currentColor; }
.block-cta__button-wrapper { text-align: right; }
/* Main Footer */

.main-footer__top { min-height: 305px; background: #58697a; }
.main-footer__bottom { min-height: 80px; background: #828f9b; }

@media (max-width: 1199px) {
.main-header__nav { font-size: 14px; line-height: 16px; }
.main-header .row { margin: 0; }
.main-header__logo { max-width: 150px; }
.main-header__wrapper { padding: 0 40px; }
.main-header__nav { display: none; }
.main-header__right { display: none; }
.main-header__left { padding: 16px 0; }
.btn-hamburger { display: block; }
.main-header__nav-mobile--wrapper.active { display: block; background: #ffffff; right: 0; left: 0; z-index: 9999; height: 100vh; overflow-y: auto; overflow-x: hidden; }
.main-header__subnav { text-align: left; }
.main-header__subnav a { display: block; padding: 9px 40px; }
.main-header__subnav li { margin: 0 0 16px; }
.main-header__subnav li:last-child { margin: 0; }
.mobile_sub_nav li.left-menu-li:first-child { position: absolute; top: 13px; width: auto; }
.mobile_sub_nav li { width: 100%; padding: 0; margin: 0 0 2px; }
.mobile_sub_nav li a { font-family: proxima-nova-condensed, sans-serif; font-size: 16px; color: #00afd7; font-weight: 700; letter-spacing: 1px; text-transform: uppercase; }
.mobile_sub_nav li a i.fa.fa-Array { float: left; margin: -2px 7px 0 0; }
.mobile_sub_nav { list-style-type: none; }
.main-header__cta-wrapper--mobile a { display: inline-block; }
.main-header__cta-wrapper--mobile ul { list-style-type: none; padding: 0; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0; position: relative; }
.main-header__cta-wrapper--mobile li { width: 50%; }
.main-header__cta-wrapper--mobile li a { width: 100%; }
.main-header__cta-wrapper--mobile li.blue-menu.right-menu-li > a { margin: 0; }
.mobile_sub_nav { padding: 16px 20px; }
.main-header__nav-mobile--wrapper .main-header__cta-wrapper--mobile li.right-menu-li > a { font-size: 15px; padding: 14px; min-width: 1px; }
.main-header__cta-wrapper--mobile li.menu-item-has-children > a:after { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); margin: 0; top: 1px; right: -7px; }
.menu-mobile-sub-menu-container { padding-bottom: 30px; }
.main-header__cta-wrapper--mobile li.blue-menu .sub-menu { width: 100%; bottom: 100%; }
.main-header__cta-wrapper--mobile li ul li { width: 100%; }
.main-header__cta-wrapper--mobile li.right-menu-li ul a { padding: 0; color: #fff; }
.main-header__logo { max-width: 100px; }
.main-header__wrapper { padding: 0 20px; }
.main-header__left { padding: 13px 0; }
.btn-hamburger { width: 20px; height: 15px; margin: 0; }
.btn-hamburger span { width: 20px; }
.btn-hamburger span:nth-child(2) { top: 6px; }
.btn-hamburger span:nth-child(3) { top: 12px; }
.btn-hamburger.open span:nth-child(3) { top: 13px; }
.main-header__nav-mobile { font-size: 14px; line-height: 16px; }
.main-header__nav-mobile .menu > li > a { padding: 18px 20px 14px; }
.main-header__nav-mobile .menu > li.menu-item-has-children > a:after { right: 0; width: 0; height: 0; }
.main-header__nav-mobile .sub-menu a { padding: 0 20px; font-size: 16px; font-family: proxima-nova-condensed, sans-serif; font-weight: 700; color: #0c2340; letter-spacing: 0.8px; }
.main-header__nav-mobile--wrapper { right: 0; left: 0; }
.main-header__subnav { padding: 6px 0; }
.main-header__subnav a { padding: 9px 20px; }
.main-header__subnav li { margin: 0; }
.main-header__cta-wrapper--mobile { padding: 7px 0 0; }
}

@media (max-width: 991px) {
.tablet-checker { display: block; }
.slick-arrow { border: 0; }
.slick-arrow.slick-prev { margin-right: 9px; }
.slick-arrow.slick-next { margin-left: 9px; }
#page .tablepress-table-name { margin-bottom: 19px; letter-spacing: 0; }
#page .tablepress { position: relative; display: block; overflow-x: auto; width: 100%; margin-bottom: 20px; border-spacing: 0; border-collapse: collapse; white-space: nowrap; }
#page .tablepress thead { display: block; float: left; min-width: 165px; }
#page .tablepress thead tr { display: block; border-right: 1px solid #d5d9de; }
#page .tablepress thead th { display: block; }
#page .tablepress thead th:after { display: none; }
#page .tablepress tbody { position: relative; display: block; overflow-x: auto; width: auto; white-space: nowrap; }
#page .tablepress tbody tr { display: inline-block; min-width: 177px; vertical-align: top; border-right: 1px solid #d5d9de; }
#page .tablepress tbody td { display: block; padding: 14px 35px; }
#page .tablepress tbody td:after { display: none; }
.table-wrapper .tablepress:before { display: block; }
.page-hero__thumbnail { min-height: 400px; }
.tabs__tab-content { padding: 41px 0 78px; }
.block-img-comp { padding: 70px 31px; }
.lightbox-gallery__slider { padding: 0 45px; }
.block-content-images.has-container .b-content-images__content-wrapper { max-width: 500px; }
.b-content-images__content-wrapper { max-width: 500px; margin: 0 auto; padding: 146px 0 175px; left: auto; }
.b-content-images__col.image-left { padding: 0; }
.has-container .b-content-images__col.image-left { padding: 0; }
.b-content-images__col.image-right { padding: 0; }
.has-container .b-content-images__col.image-right { padding: 0; }
.b-content-images__col.content-right .b-content-images__content-wrapper { left: auto; margin: 0 auto; }
.block-cta { text-align: center; }
.block-cta__text-wrapper { padding-top: 5px; padding-bottom: 39px; }
.block-cta__button-wrapper { text-align: center; }
.gallery-slider .slick-list:before { width: 100px; }
}

@media only screen and (max-width: 991px) {
.dataTables_wrapper .cf:after { font-size: 0; display: block; visibility: hidden; clear: both; height: 0; content: ' '; }
.dataTables_wrapper * html .cf { zoom: 1; }
.dataTables_wrapper *:first-child + html .cf { zoom: 1; }
.dataTables_wrapper table { width: 100%; border-spacing: 0; border-collapse: collapse; }
.dataTables_wrapper th,  .dataTables_wrapper td { margin: 0; vertical-align: top; }
.dataTables_wrapper th { text-align: left; }
.dataTables_wrapper table { position: relative; display: block; width: 100%; }
.dataTables_wrapper thead { display: block; float: left; }
.dataTables_wrapper tbody { position: relative; display: block; overflow-x: auto; width: auto; white-space: nowrap; }
.dataTables_wrapper thead tr { display: block; }
.dataTables_wrapper th { display: block; text-align: right; }
.dataTables_wrapper tbody tr { display: inline-block; vertical-align: top; }
.dataTables_wrapper td { display: block; min-height: 1.25em; text-align: left; }
/* sort out borders */

#flip-scroll th { border-bottom: 0; border-left: 0; }
#flip-scroll td { border-right: 0; border-bottom: 0; border-left: 0; }
#flip-scroll tbody tr { border-left: 1px solid #d5d9de; }
#flip-scroll th:last-child,  #flip-scroll td:last-child { border-bottom: 1px solid #d5d9de; }
}

@media (max-width: 767px) {
ol { margin: 0 0 14px; }
ol li { margin: 0 0 12px; }
ol li li { padding: 0 0 0 25px; }
ul:not([class]) { margin: 0 0 14px; }
ul:not([class]) li { margin: 0 0 12px; }
.section-title { margin: 0 0 31px; }
.container { max-width: 720px; padding: 0 20px; }
.container-fluid { padding: 0 20px; }
.row { margin: 0 -20px; }
.col-12 { padding: 0 20px; }
.alignleft { margin: 0 30px 30px 0; }
.alignright { margin: 0 0 30px 30px; }
.alignnone { margin: 24px 0 30px; }
.aligncenter { margin: 30px auto; }
p + h1,  p + h2,  p + h3,  p + h4,  p + h5,  p + h6 { margin-top: 35px; }
h1 { font-size: 30px; margin: 0 0 38px; }
h2 { font-size: 24px; line-height: 26px; margin: 0 0 14px; }
p + h2 { margin-top: 44px; }
h3 { font-size: 18px; line-height: 24px; margin: 0 0 13px; }
h4 { font-size: 16px; line-height: 24px; margin: 0; }
p + h4 { margin-top: 24px; }
hr { margin: 52px 0; }
.block-top-spacing { padding-top: 51px; }
.block-bottom-spacing { padding-bottom: 51px; }
.columns-spacing-top { padding-top: 28px; }
.columns-spacing-bottom { padding-bottom: 25px; }
.block-margin-top { margin-top: 60px; }
.block-margin-bottom { margin-bottom: 60px; }
.c-btn.c-btn-color-alt { padding: 14px 15px 13px; }
.c-btn-wrapper { margin: 5px 0 31px; }
.c-btn-secondary { padding: 0 14px 5px 0; }
.iframe-wrapper { margin: 31px auto; }
.video-wrapper .iframe-wrapper {margin:0;}
.slick-arrow.slick-prev { right: auto; left: 0; margin-right: 0; left: -4px; }
.slick-arrow.slick-next { right: 0; left: auto; right: -4px; margin-left: 0; }
#page .tablepress thead { min-width: 90px; }
#page .tablepress thead th { font-size: 12px; line-height: 14px; padding: 11px 0; }
#page .tablepress tbody tr { min-width: 0; }
#page .tablepress tbody td { font-size: 12px; line-height: 14px; padding: 11px 15px; }
blockquote.alternate,  blockquote { font-size: 21px; line-height: 24px; margin: 40px 0 42px; padding: 6px 14px 44px 18px; }
blockquote.alternate:not([class]) > p:before,  blockquote:not([class]) > p:before { top: 6px; left: 11px; }
blockquote.alternate cite:before,  blockquote cite:before { top: 6px; left: 11px; }
blockquote.alternate .author,  blockquote .author { font-size: 14px; line-height: 16px; bottom: 10px; left: 18px; }
.single-accordion.active .single-accordion__title:after { margin-top: 0; right: 16px; }
.single-accordion__content { padding: 0 30px 0 10px; }
.page-fullwidth-image { padding: 29px 0 55px; }
.content-image + .content-image { padding-top: 15px; }
.content-image__align-left,  .content-image__align-right { width: 100%; }
.content-image__align-left { float: none; }
.content-image__align-left.spacing-normal { padding: 0 0 15px; }
.content-image__align-left.spacing-normal:last-child { padding: 0; }
.content-image__align-right { float: none; }
.content-image__align-right.spacing-normal { padding: 0 0 15px; }
.content-image__align-right.spacing-normal:last-child { padding: 0; }
.page-hero__thumbnail { min-height: 180px; }
.page-hero__content { padding: 47px 0 38px; }
.block-tabs .section-title { margin: 0 0 26px; }
/*
    .tabs__link-list {
        white-space: nowrap;
    }

    .tabs__link-list-wrapper {
        border-bottom-color: #828f9b;
    }

    .tabs__link {
        font-size: 14px;
        line-height: 18px;
        display: none;
        float: none;
    }

    .tabs__link a:after {
        bottom: -2px;
        height: 2px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }

    .tabs__link.active {
        display: block;
    }

    .tabs__link.active a:after {
        width: 67%;
    }

    .tabs__tab-content {
        padding: 31px 0 58px;
    }

    .tabs__tab-content-wrapper {
        border-bottom-color: #828f9b;
    }

    .tab-head-wrap button {
        position: absolute;
        top: 50%;
        display: block;
    }

    .tab-head-wrap button.tab-prev,
    .tab-head-wrap button.tab-next {
        display: block;
    }
*/

.block-img-comp { padding: 50px 20px 39px; }
.block-img-comp .section-title { text-align: left; }
.block-img-comp .container-fluid { padding: 0; }
.block-img-comp .row { margin: 0; padding: 0; }
.block-img-comp [class*='col'] { padding: 0 0 12px; }
.block-img-single.small-top { padding-bottom: 12px; }
.block-gallery-slider { padding: 20px 0 38px; }
.bc-gallery__slider { padding: 0 20px; }
.bc-gallery__caption { font-size: 12px; line-height: 14px; padding: 13px 15px; }
.block-gallery-lightbox { padding: 20px 0 46px; }
.block-gallery-lightbox .row { margin: 0 -8px; }
.lightbox-gallery__single-thumb { padding: 0 8px 12px; }
.lightbox-gallery__slider { padding: 0 20px; }
.lightbox-gallery__single-slide { padding: 40px 0; }
.lightbox-gallery__single-slide img { max-height: calc(100vh - 80px); }
.lightbox-gallery__caption { font-size: 12px; line-height: 14px; padding: 13px 15px; }
.lightbox-gallery__close { top: -7px; right: 4px; }
.block-content-links { padding: 54px 0 25px; }
.block-content-links-text .content-link { margin-bottom: 31px; }
.block-content-links-text .content-link__title { padding: 0 10px 4px; }
.block-content-links-text .content-link__icon { margin-top: -2px; }
.content-link { margin-bottom: 23px; }
.content-link__title { padding: 7px 10px; }
.content-link__icon { right: 10px; }
.block-content-images h3 { font-size: 24px; line-height: 24px; }
.block-content-images.has-container .b-content-images__content-wrapper { padding: 40px 10px 46px; }
.b-content-images__content-wrapper { padding: 46px 10px 43px; }
.block-cta { padding: 51px 0 48px; }
.block-cta__text-wrapper { padding-bottom: 20px; }
.main-footer__top { min-height: 120px; }
.main-footer__bottom { min-height: 48px; }
}

.page-id-886 div#select {
    transform: translateY(-120px);
}