/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/** 1. Set default font family to sans-serif. 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers. */
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 { 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 { -moz-box-sizing: content-box; 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 (include `-moz` to future-proof). */
input[type="search"] { -webkit-appearance: textfield; /* 1 */ -moz-box-sizing: content-box; -webkit-box-sizing: content-box; /* 2 */ box-sizing: content-box; }

/** Remove inner padding and search cancel button in Safari and Chrome on OS X. Safari (but not Chrome) clips the cancel button when the search input has padding (and `textfield` appearance). */
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; }

.mediaQ { background: red; position: fixed; z-index: 9999; height: 10px; width: 10px; bottom: 20px; right: 20px; }

@media (min-width: 24em) { .mediaQ { background: orange; } }

@media (min-width: 43.125em) { .mediaQ { background: yellow; } }

@media (min-width: 57.5em) { .mediaQ { background: yellowgreen; } }

@media (min-width: 68.75em) { .mediaQ { background: green; } }

@media (min-width: 73em) { .mediaQ { background: blue; } }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section { display: block; }

.preload * { -webkit-transition: none !important; -moz-transition: none !important; -ms-transition: none !important; -o-transition: none !important; transition: none !important; }

*, *:before, *:after { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { -ms-touch-action: manipulation; touch-action: manipulation; }

html, body { height: 100%; min-height: 100%; }

body { padding: 0px; margin: 0px; }

img { max-width: 100%; height: auto; }

figure { margin: 0; }

section { overflow: hidden; }

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

fieldset { border: none; margin: auto; padding: 0; }

.wrapper { height: 100%; min-height: 100%; min-height: calc(100vh - 275px); }

.show { display: block; }

.hide { display: none; }

.caps { text-transform: uppercase; }

.text-center, .centeredText, .homepageMap { text-align: center; }

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

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

.table { display: table; margin: auto; }

.left { float: left; }

.right { float: right; }

.message { max-width: 500px; margin: 30px auto; background: #DDDDDD; padding: 4px; border-radius: 4px; font-size: 16px; text-align: center; }

.message.success, .message p.success { color: white; background: #55ACEE; }

.message.error, .message p.error { color: white; background: RED; }

.container { padding: 0 20px; max-width: 1440px; margin-left: auto; margin-right: auto; }

.container:after { content: " "; display: block; clear: both; }

.container:after { content: ""; display: table; clear: both; }

.container .addMargin { margin: 0 20px; }

.container.wide { max-width: 1600px; margin-left: auto; margin-right: auto; }

.container.wide:after { content: " "; display: block; clear: both; }

.container.narrow { max-width: 700px; margin-left: auto; margin-right: auto; }

.container.narrow:after { content: " "; display: block; clear: both; }

.position-center { position: absolute; bottom: 0px; top: 0px; right: 0px; left: 0px; margin: auto; }

/* The ghost, nudged to maintain perfect centering */
.centeredBlock:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; margin-right: -0.25em; /* Adjusts for spacing */ }

/* The element to be centered, can also be of any width and height */
.centered { display: inline-block; vertical-align: middle; width: 300px; }

.noselect { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.set-background { background-repeat: no-repeat; }

.background-cover { -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

.top-center { background-position: top center; }

.center-center { background-position: center center; }

.bottom-center { background-position: bottom center; }

.left-center { background-position: left center; }

.right-center { background-position: right center; }

body { font-size: 18px; }

body.questions { background: white; }

a { text-decoration: none; color: #20397E; cursor: pointer; }

a:hover { color: #385fcc; }

hr { border-top: 1px solid rgba(32, 57, 126, 0.55); }

form { text-align: left; }

.small, form label, ul.table li, small { font-size: 14px; font-weight: normal; text-transform: uppercase; letter-spacing: 1px; color: #999999; }

.hideSmMed { display: inline-block; }

@media (min-width: 24em) { .hideSmMed { display: none; } }

@media (min-width: 68.75em) { .hideSmMed { display: inline-block; } }

.pagination { display: table; margin: 40px auto 80px auto; }

.pagination ul { display: table-row; list-style: none; padding: 0; }

.pagination ul li { display: table-cell; padding: 0 15px; }

.pagination .dots { color: #E1E1E1; }

ul.table { list-style: none; margin: 0 auto 50px auto; padding: 0; display: table; text-align: center; }

ul.table li { padding: 0 20px; display: table-cell; }

ul.table li a { color: #999999; }

.no-touch ul.table li a:hover { color: #55ACEE; }

ul.table li.on a { color: #55ACEE; }

.no-touch ul.table li.on a:hover { color: #55ACEE; }

.button, header.top ul li.login a, header.top ul li.cta a, input[type="button"], input[type="submit"], button { -webkit-appearance: none; border: none; font-size: 1.125em; color: #333333; font-family: "proxima-nova-condensed", sans-serif; text-transform: uppercase; font-weight: 600; display: block; text-align: center; padding: 18px 40px 16px 40px; background: #E6BA55; letter-spacing: 1px; cursor: pointer; box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.22); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }

.button:hover, header.top ul li.login a:hover, header.top ul li.cta a:hover, input[type="button"]:hover, input[type="submit"]:hover, button:hover { background: #dfa829; color: #333333; box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.22); }

@media (min-width: 43.125em) { .button, header.top ul li.login a, header.top ul li.cta a, input[type="button"], input[type="submit"], button { font-size: 1.5em; padding: 18px 80px 16px 80px; display: inline-block; } }

.contactForm { width: 100%; margin: auto; padding: 50px 0px 0px 0px; }

@media (max-width: 840px) { .contactForm { padding: 0px; } }

.contactForm .row { width: 100%; position: relative; float: left; display: block; }

.contactForm .row input, .contactForm .row textarea { padding: 15px; width: 100%; margin: 10px 0px; border: 1px solid rgba(150, 150, 150, 0.3); }

.contactForm .row textarea { height: 300px; }

.contactForm .row.split .field { display: block; float: left; position: relative; width: 50%; }

@media (max-width: 480px) { .contactForm .row.split .field { width: 100%; } }

.contactForm .row.split .field:first-child input { width: calc(100% - 10px); margin-right: 10px; }

@media (max-width: 480px) { .contactForm .row.split .field:first-child input { width: 100%; margin-right: 0; } }

.contactForm .row.split .field:last-child input { width: calc(100% - 10px); margin-left: 10px; }

@media (max-width: 480px) { .contactForm .row.split .field:last-child input { width: 100%; margin-left: 0; } }

.contactForm .row:last-of-type { text-align: center; }

.contactForm .formResponse p { text-align: center !important; }

.contactForm button#submit { margin: 0px auto 50px auto; }

.search-excerpt { background: #E6BA55; }

form.post-password-form { text-align: center; }

form.post-password-form input[type="submit"], form.post-password-form button { display: block; text-align: center; margin: 15px auto; }

body, p { font-family: "proxima-nova", sans-serif; }

body { font-size: 120%; }

.bigger { font-size: 130%; }

.biggest { font-size: 140%; }

h1, h2, h3, h4, h5, h6 { margin: 0; color: #333333; font-weight: normal; }

h1 { font-size: 2.2em; font-family: "utopia-std", serif; letter-spacing: 1px; }

@media (min-width: 24em) { h1 { font-size: 2.5em; } }

@media (min-width: 43.125em) { h1 { font-size: 3em; } }

@media (min-width: 57.5em) { h1 { font-size: 3.5em; } }

@media (min-width: 68.75em) { h1 { font-size: 4em; } }

@media (min-width: 73em) { h1 { font-size: 4em; letter-spacing: 1px; } }

h2 { font-size: 1.6em; font-family: "utopia-std", serif; letter-spacing: 1px; color: #20397E; padding-bottom: 20px; margin-bottom: 40px; position: relative; display: inline-block; }

h2::before { content: ""; background: #E6BA55; height: 2px; width: 100px; position: absolute; bottom: 0; left: 0; right: 0; margin: 0 auto; }

@media (min-width: 24em) { h2 { font-size: 1.8em; } }

@media (min-width: 43.125em) { h2 { font-size: 2em; } }

@media (min-width: 57.5em) { h2 { font-size: 2.2em; } }

@media (min-width: 68.75em) { h2 { font-size: 2.5em; } }

@media (min-width: 73em) { h2 { font-size: 2.5em; letter-spacing: 1px; } }

h3, h4, h5 { font-family: "proxima-nova-condensed", sans-serif; }

h3 { letter-spacing: 1px; font-size: 24px; }

@media (max-width: 840px) { ul { padding-left: 20px; } }

p, li { line-height: 1.6em; font-size: 1em; }

b, strong { font-weight: 600; }

header.top { font-size: 14px; text-transform: uppercase; padding: 20px 0 18px 0; position: fixed; left: 0; right: 0; top: 0; z-index: 100; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }

header.top .container { max-width: none; }

header.top.headroom + .main { padding-top: 100px; }

@media (max-width: 1023px) { header.top.headroom + .main { padding-top: 60px; } }

.home header.top.headroom + .main { padding-top: 0; }

.home header.top.headroomTop { padding-top: 60px; background: none; }

.home header.top.headroomTop .hamburger { top: 52px; }

@media (max-width: 840px) { .home header.top.headroomTop { padding-top: 10px; }
  .home header.top.headroomTop .hamburger { top: 0; } }

header.top.pinned { top: 0; }

.no-touch header.top.hidden { top: -120px; }

header.top.large { height: 100%; background-size: cover; background-position: center bottom; background-repeat: no-repeat; background-color: #222222; position: relative; padding: 0; left: auto; right: auto; }

header.top.large:before { content: ""; background: rgba(0, 0, 0, 0.7); top: 0; right: 0; bottom: 0; left: 0; position: absolute; }

header.top.large nav { position: relative; z-index: 1; padding-top: 55px; }

header.top a { color: white; }

header.top ul { padding: 0; margin: 0; float: left; list-style: none; height: 60px; }

header.top ul li { float: left; margin-left: 50px; height: 60px; line-height: 60px; letter-spacing: 1px; }

.no-touch header.top ul li a:hover { color: #55ACEE; }

header.top ul li.login a, header.top ul li.cta a { height: 40px; line-height: 40px; }

header.top ul li.home { margin-left: 0; }

header.top ul.secondary { float: right; }

header.top ul.secondary li:first-of-type { margin-left: 0; }

@media (max-width: 1200px) { header.top ul li { margin-left: 40px; }
  header.top ul li.cta a { padding-left: 30px; padding-right: 30px; } }

@media (max-width: 1100px) { header.top ul li { margin-left: 30px; } }

@media (max-width: 1023px) { header.top ul li:not(.home):not(.login) { display: none; } }

@media (max-width: 1023px) { header.top { padding: 10px 0 6px 0; }
  header.top .container { padding: 0 10px; }
  header.top ul { height: 45px; }
  header.top ul li { height: 45px; line-height: 45px; }
  header.top ul li.login a { padding: 0 10px; background: none; margin: 0 50px 0 0; } }

nav { position: fixed; width: 100%; background: rgba(255, 255, 255, 0.75); top: 0; left: 0; z-index: 90; height: 60px; line-height: 60px; letter-spacing: 1px; overflow: hidden; font-size: 18px; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }

@media (min-width: 57.5em) { nav { height: 100px; line-height: 100px; } }

nav.openMenu { overflow: visible; }

nav div { display: inline-block; }

nav .logo { padding: 5px; margin-left: 16px; display: inline-block; line-height: 0; }

nav .logo img { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; height: 50px; }

@media (min-width: 57.5em) { nav .logo img { height: 90px; } }

nav .menu { cursor: pointer; color: #20397E; position: absolute; top: 0; right: 0; display: inline-block; width: 100px; }

nav .menu svg { display: inline-block; top: 8px; position: relative; fill: #20397E; }

@media (min-width: 24em) { nav .menu { right: 150px; } }

@media (min-width: 57.5em) { nav .menu { display: none; } }

nav .searchIcon { display: inline-block; float: left; }

nav .mainMenu { display: block; position: absolute; top: 120px; right: 0; text-align: center; background: #fff; }

nav .mainMenu a { display: block; width: 100vw; }

@media (min-width: 24em) { nav .mainMenu { top: 60px; } }

@media (min-width: 57.5em) { nav .mainMenu { top: 0; position: relative; display: inline-block; text-align: left; background: none; float: left; }
  nav .mainMenu a { display: inline-block; width: inherit; } }

nav .mainNav { position: absolute; top: 0; right: 0; display: inline-block; height: 100%; text-transform: uppercase; font-family: "proxima-nova-condensed", sans-serif; }

nav .mainNav a { padding: 0 16px; display: block; margin: 0; }

nav .mainNav a svg { position: relative; top: 5px; }

@media (min-width: 57.5em) { nav .mainNav a { display: inline-block; } }

nav .mainNav .phoneNav { background: #20397E; display: block; position: absolute; height: 100%; top: 60px; right: 0; width: 100vw; text-align: center; color: rgba(255, 255, 255, 0.55); font-weight: normal; }

nav .mainNav .phoneNav a { color: #fff; display: inline-block; padding: 0; }

@media (min-width: 24em) { nav .mainNav .phoneNav { display: inline-block; position: relative; margin-left: 16px; padding: 0 16px; width: auto; top: 0; float: right; } }

nav .mainNav .phoneNav .mainPhone a { color: white; padding: 0; }

@media (min-width: 24em) { nav .mainNav .phoneNav .mainPhone a { padding: 0 10px; } }

nav .mainNav .phoneNav .dialPhone a { color: #edcc81; padding: 0; }

@media (min-width: 24em) { nav .mainNav .phoneNav .dialPhone a { padding: 0 10px; } }

nav.scrolled { line-height: 60px; background: rgba(255, 255, 255, 0.95); box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08); height: 60px; }

nav.scrolled .logo img { height: 50px; }

footer { text-align: center; background: #F4F6FA; padding-top: 100px; }

@media (max-width: 840px) { footer { padding: 50px 0px 0px 0px; } }

footer .social { padding-bottom: 40px; }

footer .social svg { display: inline-block; margin: 0 20px; }

footer .footerNav a { padding: 0 16px; display: inline-block; line-height: 80px; margin-top: 10px; text-transform: uppercase; font-family: "proxima-nova-condensed", sans-serif; }

@media (max-width: 840px) { footer .footerNav a { line-height: normal; padding: 10px 0px; display: block; } }

@media (max-width: 840px) { footer .footerNav { padding: 20px 0px; } }

footer .rights { width: 100%; position: relative; left: 0; background: #E6BA55; padding: 16px; }

.resizer { background: white; position: fixed; top: calc(100% - 40px); right: 0; z-index: 99; border-radius: 8px 0px 0px 0px; box-shadow: -1px 10px 40px rgba(0, 0, 0, 0.2); padding: 0px; }

@media (min-width: 43.125em) { .resizer { display: block; } }

.resizer span { display: inline-block; text-align: center; cursor: pointer; line-height: 40px; font-family: "proxima-nova-condensed", sans-serif; color: #20397E; padding: 0px 8px; }

.resizer span:hover { color: #385fcc; }

.resizer span.smsize { font-size: 18px; line-height: 24px; }

.resizer span.smsize.active { text-decoration: underline; }

.resizer span.mdsize { font-size: 24px; }

.resizer span.mdsize.active { text-decoration: underline; }

.resizer span.lgsize { font-size: 32px; }

.resizer span.lgsize.active { text-decoration: underline; }

@media (min-width: 43.125em) { .resizer { width: 50px; top: 200px; padding: 40px 0; border-radius: 8px 0px 0px 8px; }
  .resizer span { display: block; line-height: 35px; padding: 0; } }

section { padding: 100px 0; }

@media (max-width: 840px) { section { padding: 30px 0px; } }

.container { position: relative; }

.hero { background: #999999; background-size: cover; background-position: center; padding: 300px 0 150px 0; position: relative; height: 100vh; max-height: 1000px; }

@media (max-width: 840px) { .hero { padding: 120px 0px 50px 0px; height: 60vh; } }

.hero .container { max-width: 1000px; margin-left: auto; margin-right: auto; }

.hero .container:after { content: " "; display: block; clear: both; }

.hero h1, .hero h2 { color: #fff; margin-bottom: 50px; line-height: 1; text-shadow: 2px 0px 7px rgba(0, 0, 0, 0.3); pointer-events: none; }

.hero .button, .hero header.top ul li.login a, header.top ul li.login .hero a, .hero header.top ul li.cta a, header.top ul li.cta .hero a { box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.37); }

.hero .carousel { position: absolute; top: 0px; left: 0px; bottom: 0px; right: 0px; }

.intro { background: #F4F6FA; background: -moz-linear-gradient(top, #F4F6FA 0%, #E9EBEF 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F4F6FA), color-stop(100%, #E9EBEF)); background: -webkit-linear-gradient(top, #F4F6FA 0%, #E9EBEF 100%); background: -o-linear-gradient(top, #F4F6FA 0%, #E9EBEF 100%); background: -ms-linear-gradient(top, #F4F6FA 0%, #E9EBEF 100%); background: linear-gradient(to bottom, #F4F6FA 0%, #E9EBEF 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F4F6FA', endColorstr='#E9EBEF',GradientType=0 ); padding: 150px 0px 80px 0px; }

@media (max-width: 840px) { .intro { padding: 100px 0px 0px 0px; } }

.intro .container { max-width: 1000px; margin-left: auto; margin-right: auto; }

.intro .container:after { content: " "; display: block; clear: both; }

.intro.contact .container { max-width: 1440px; margin-left: auto; margin-right: auto; }

.intro.contact .container:after { content: " "; display: block; clear: both; }

.intro h1, .intro h2 { color: #20397E; margin-bottom: 50px; line-height: 1; }

.intro .centeredText p, .intro .homepageMap p, .intro .centeredText ul, .intro .homepageMap ul { text-align: left; }

.intro .button, .intro header.top ul li.login a, header.top ul li.login .intro a, .intro header.top ul li.cta a, header.top ul li.cta .intro a { box-shadow: 0px 7px 18px rgba(0, 0, 0, 0.37); }

.intro .programLogo { opacity: 0.5; mix-blend-mode: multiply; -ms-filter: grayscale(100%); -moz-filter: grayscale(100%); -webkit-filter: grayscale(100%); filter: grayscale(100%); margin: 20px 0; max-height: 80px; }

.intro ul { counter-reset: item; text-align: left; }

@media (max-width: 840px) { .intro ul { padding: 0px; } }

.intro ul li { position: relative; padding: 5px 0px; font-style: italic; }

.intro.about ul li { padding: 35px 0px; }

.darkBG, .eventsFeature .featuredEvent { position: relative; background-size: cover; background-position: center; color: #fff; }

.darkBG h1, .eventsFeature .featuredEvent h1, .darkBG h2, .eventsFeature .featuredEvent h2, .darkBG h3, .eventsFeature .featuredEvent h3, .darkBG h4, .eventsFeature .featuredEvent h4, .darkBG h5, .eventsFeature .featuredEvent h5 { color: #fff; }

.darkBG::before, .eventsFeature .featuredEvent::before { content: ""; position: absolute; background: #20397E; opacity: .9; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; z-index: 2; }

.darkBG::after, .eventsFeature .featuredEvent::after { content: ""; position: absolute; background: #20397E; opacity: .85; mix-blend-mode: multiply; top: 0; left: 0; right: 0; bottom: 0; height: 100%; width: 100%; z-index: 1; }

.darkBG *, .eventsFeature .featuredEvent * { z-index: 5; position: relative; }

.darkBG a, .eventsFeature .featuredEvent a { color: #fff; text-decoration: underline; }

.darkBG a:hover, .eventsFeature .featuredEvent a:hover { color: #E6BA55; }

.darkBG a.button, .eventsFeature .featuredEvent a.button, .darkBG header.top ul li.login a, header.top ul li.login .darkBG a, .eventsFeature .featuredEvent header.top ul li.login a, header.top ul li.login .eventsFeature .featuredEvent a, .darkBG header.top ul li.cta a, header.top ul li.cta .darkBG a, .eventsFeature .featuredEvent header.top ul li.cta a, header.top ul li.cta .eventsFeature .featuredEvent a { color: #333333; text-decoration: none; }

.darkBG a.button:hover, .eventsFeature .featuredEvent a.button:hover, .darkBG header.top ul li.login a:hover, header.top ul li.login .darkBG a:hover, .eventsFeature .featuredEvent header.top ul li.login a:hover, header.top ul li.login .eventsFeature .featuredEvent a:hover, .darkBG header.top ul li.cta a:hover, header.top ul li.cta .darkBG a:hover, .eventsFeature .featuredEvent header.top ul li.cta a:hover, header.top ul li.cta .eventsFeature .featuredEvent a:hover { color: #333333; }

.programsGrid { position: relative; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0; margin-bottom: 100px; }

@media (max-width: 840px) { .programsGrid { margin-bottom: 30px; } }

.programCard { width: 100%; position: relative; display: inline-block; margin: 10px 0; border: 1px solid #E5E5E5; border-top: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }

@media (min-width: 43.125em) { .programCard { width: calc(50% - 20px); margin: 10px; } }

@media (min-width: 57.5em) { .programCard { width: calc(33.333% - 20px); } }

.programCard .cardHero { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; border-top: 2px solid #E6BA55; position: relative; width: calc(100% + 2px); padding: 50px 0px; margin-left: -1px; background: #999999; background-size: cover; }

.programCard .cardHero:before { display: block; content: ""; width: 100%; padding-top: 56.25%; }

.programCard .cardHero > .content, .programCard .cardHero > .inside { position: absolute; top: 0; left: 0; right: 0; bottom: 0; }

.programCard .programLogo { opacity: 0.5; -ms-filter: grayscale(100%); -moz-filter: grayscale(100%); -webkit-filter: grayscale(100%); filter: grayscale(100%); margin: 20px 0; }

.programCard .cardText { padding: 30px 30px 70px 30px; }

.programCard .cardCTA { -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; opacity: 1; position: absolute; bottom: -1px; left: -1px; width: calc(100% + 2px); background: #20397E; line-height: 65px; display: block; color: #fff; font-family: "proxima-nova-condensed", sans-serif; }

@media (min-width: 57.5em) { .programCard .cardCTA { opacity: 0; } }

.programCard:hover { box-shadow: 0 4px 16px rgba(34, 34, 34, 0.4); }

.programCard:hover .cardHero { border-top: 2px solid #20397E; }

.programCard:hover .cardCTA { opacity: 1; }

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

.eventsFeature { background: #F4F6FA; position: relative; min-height: 1200px; }

.eventsFeature .scrollmagic-pin-spacer { width: 100% !important; left: 0px !important; }

@media (max-width: 43.1249em) { .eventsFeature .scrollmagic-pin-spacer { height: 0px !important; padding: 0px !important; } }

.eventsFeature .featuredEvent { display: inline-block; left: 0; width: 100% !important; box-shadow: 0px 2px 34px rgba(0, 0, 0, 0.5); }

.eventsFeature .featuredEvent:after { content: ""; display: table; clear: both; }

@media (min-width: 43.125em) { .eventsFeature .featuredEvent .featTitle { position: absolute; transform: rotate(-90deg); display: inline-block; top: 155px; left: -100px; } }

.eventsFeature .featuredEvent .featuredEventWrapper { position: relative; float: right; max-width: 720px; padding: 50px 1rem; }

.eventsFeature .featuredEvent .featuredEventWrapper:after { content: ""; display: table; clear: both; }

.eventsFeature .featuredEvent .date { width: 60px; text-align: center; font-size: 24px; float: left; margin-right: 20px; display: inline-block; margin-bottom: 30px; }

.eventsFeature .featuredEvent .date span { background: #E6BA55; display: block; color: #333333; border-radius: 100%; line-height: 60px; }

.eventsFeature .featuredEvent h2 { margin-bottom: 0px; width: calc(100% - 80px); }

.eventsFeature .featuredEvent h2::before { display: none; }

.eventsFeature .featuredEvent p { clear: both; }

@media (min-width: 43.125em) { .eventsFeature .featuredEvent { position: absolute; display: inline-block; top: 100px; left: 0; width: 50% !important; }
  .eventsFeature .featuredEvent .featuredEventWrapper { padding: 30px; } }

@media (min-width: 57.5em) { .eventsFeature .featuredEvent { left: 100px; }
  .eventsFeature .featuredEvent .featuredEventWrapper { padding: 100px 100px 100px 30px; }
  .eventsFeature .featuredEvent .featuredEventWrapper .button, .eventsFeature .featuredEvent .featuredEventWrapper header.top ul li.login a, header.top ul li.login .eventsFeature .featuredEvent .featuredEventWrapper a, .eventsFeature .featuredEvent .featuredEventWrapper header.top ul li.cta a, header.top ul li.cta .eventsFeature .featuredEvent .featuredEventWrapper a { margin-top: 50px; } }

@media (max-width: 43.1249em) { .eventsFeature .featuredEvent { position: relative !important; top: -50px !important; } }

@media (max-width: 840px) { .eventsFeature .featuredEvent { top: 0px !important; } }

.eventsFeature .event { position: relative; }

.eventsFeature .event:after { content: ""; display: table; clear: both; }

.eventsFeature .event .date { width: 60px; text-align: center; font-size: 30px; margin-right: 40px; display: inline-block; float: left; font-family: "proxima-nova-condensed", sans-serif; color: #20397E; }

.eventsFeature .event .date span { background: #20397E; display: block; color: #fff; border-radius: 100%; line-height: 60px; }

.eventsFeature hr:last-of-type { display: none; }

.eventsFeature .eventDetail { width: calc(100% - 100px); float: left; }

@media (max-width: 840px) { .eventsFeature .eventDetail { width: 100%; } }

.eventsFeature .eventDetail h3 a { color: #333333; }

.eventsFeature .eventDetail h3 a:hover { color: #2a4ba7; }

.eventsFeature .eventDetail p { margin-bottom: 30px; }

.eventsFeature .eventsTitle, .eventsFeature .eventsAll { max-width: 720px; padding-left: 1rem; padding-right: 1rem; }

@media (min-width: 43.125em) { .eventsFeature .eventsTitle, .eventsFeature .eventsAll { margin-left: 50%; padding-left: 30px; } }

@media (min-width: 57.5em) { .eventsFeature .eventsTitle, .eventsFeature .eventsAll { padding-left: 100px; } }

.eventsFeature .eventsTitle { margin-top: 30px; }

@media (min-width: 43.125em) { .eventsFeature .eventsTitle { margin-top: 0px; } }

.eventsFeature .eventsAll { margin-top: 50px; }

.eventsFeature .eventInfo { max-width: 720px; padding: 16px 16px; }

.eventsFeature .eventInfo:after { content: ""; display: table; clear: both; }

@media (min-width: 43.125em) { .eventsFeature .eventInfo { padding: 30px 16px 30px 30px; margin-left: 50%; } }

@media (min-width: 57.5em) { .eventsFeature .eventInfo { padding-left: 100px; } }

.plusLink { font-family: "proxima-nova-condensed", sans-serif; font-size: 1.5em; text-transform: uppercase; color: #333333; }

.plusLink svg { margin-right: 15px; }

.homepageMap { width: 100%; height: 400px; position: relative; z-index: 1; }

.homepageMap .theMap { z-index: 2; position: absolute !important; top: 0; left: 0; height: 100%; width: 100%; }

.homepageMap .theMap .gm-style .gm-style-iw { line-height: 1; }

.homepageMap .mapButton { z-index: 9; position: relative; margin: 0 auto; display: inline-block; top: calc(100% - 50px); }

.homepageMap .location { display: none; }

@media (min-width: 43.125em) { .homepageMap { height: 500px; } }

@media (min-width: 57.5em) { .homepageMap { height: 600px; } }

@media (min-width: 68.75em) { .homepageMap { height: 700px; } }

@media (min-width: 73em) { .homepageMap { height: 800px; } }

.welcome { width: 100%; display: block; padding: 0px; }

@media (min-width: 57.5em) { .welcome { display: flex; } }

.contactblock { width: 100%; display: block; padding: 80px 0px; }

@media (min-width: 57.5em) { .contactblock { display: flex; } }

.updates { padding: 40px 0px; width: 100%; justify-content: center; align-items: center; }

@media (min-width: 57.5em) { .updates { width: 50%; padding: 100px 0px; } }

.updates.grayBG { background: #f5f6fa; }

.updates li { padding: 10px 0px; }

.photoSplit { width: 100%; position: relative; background-size: 0; }

.photoSplit .half { width: 100%; }

@media (min-width: 57.5em) { .photoSplit { background-size: 50% auto; background-position: right center; background-repeat: no-repeat; }
  .photoSplit .half { text-align: left; width: 50%; float: left; }
  .photoSplit.right { background-position: left center; }
  .photoSplit.right .half { float: right; width: 44%; } }

.carousel-cell { width: 100%; height: 550px; position: relative; display: inline-block; margin: 10px 0; border: 1px solid #E5E5E5; border-top: none; -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; }

@media (min-width: 43.125em) { .carousel-cell { width: calc(50% - 20px); margin: 10px; } }

@media (min-width: 57.5em) { .carousel-cell { width: calc(33.333% - 20px); } }

.carousel-cell .cardHero { font-size: 8em; color: white; text-shadow: 0px 2px 14px rgba(0, 0, 0, 0.3); -webkit-transition: all 0.2s ease-out; -moz-transition: all 0.2s ease-out; -ms-transition: all 0.2s ease-out; -o-transition: all 0.2s ease-out; transition: all 0.2s ease-out; border-top: 2px solid #E6BA55; width: calc(100% + 2px); padding: 50px 0px; margin-left: -1px; background: #999999; background-size: cover; }

@media (max-width: 1024px) { .carousel-cell .cardHero { font-size: 5em; } }

.carousel-cell .cardText { padding: 30px 30px 70px 30px; }

.carousel-cell:hover { box-shadow: 0 4px 16px rgba(34, 34, 34, 0.4); }

.carousel-cell:hover .cardHero { border-top: 2px solid #20397E; }

.carousel-cell:hover .cardCTA { opacity: 1; }

.flickity-prev-next-button { padding: 0px; top: 105%; }

@media (max-width: 840px) { .flickity-page-dots .dot { margin: 0px 2px; } }

@media (max-width: 840px) { .timeline { padding-bottom: 80px; } }

.locations { text-align: left; }

.locations .office { width: 32.20339%; float: left; margin-right: 1.69492%; float: left; display: block; margin: 0px 0px 40px 0px; }

@media (max-width: 1024px) { .locations .office { width: 49.15254%; float: left; margin-right: 1.69492%; margin: 0px 0px 40px 0px; } }

@media (max-width: 480px) { .locations .office { width: 100%; float: left; margin-left: 0; margin-right: 0; margin: 0px 0px 40px 0px; } }

article { margin: 100px 0; }

@media (max-width: 840px) { article { margin: 50px 0; } }

@media (max-width: 480px) { article { margin: 40px 0; } }

article.center { margin-left: 25.42373%; margin-right: 25.42373%; }

@media (max-width: 1024px) { article.center { margin-left: 16.94915%; margin-right: 16.94915%; } }

@media (max-width: 768px) { article.center { margin-left: 8.47458%; margin-right: 8.47458%; } }

@media (max-width: 624px) { article.center { margin-left: 0%; margin-right: 0%; } }

article header { margin-bottom: 50px; }

article header h1, article header h2 { margin: 30px 0 40px 0; }

article header h1 a, article header h2 a { color: #333333; }

.no-touch article header h1 a:hover, .no-touch article header h2 a:hover { color: #55ACEE; }

article ul, article ol, article blockquote { line-height: 1.6em; }

article ul li, article ol li { padding: 10px 0; }

article footer, article footer.content { margin-top: 80px; margin-bottom: 80px; }

article footer:after, article footer.content:after { content: ""; display: table; clear: both; }

.single article, .page article { margin-left: auto; margin-right: auto; }

.single-post article { margin-bottom: 0; }

body.modalOpen, body.navOpen { overflow: hidden; position: fixed; }

.modal { visibility: hidden; opacity: 0; position: fixed; top: 0; right: 0; bottom: 0; left: 0; background: rgba(32, 57, 126, 0.9); -webkit-transition: all 0.3s ease-in; -moz-transition: all 0.3s ease-in; -ms-transition: all 0.3s ease-in; -o-transition: all 0.3s ease-in; transition: all 0.3s ease-in; }

.modalOpen .modal { visibility: visible; opacity: 1; z-index: 1000; }

.navOpen .modal { z-index: 0; }

.modal .close { font-size: 60px; color: white; position: absolute; right: 0px; }

@media (max-width: 840px) { .modal .close { font-size: 80px; position: relative; margin: auto; text-align: center; } }

.modal .mobileNav { display: none; }

.navOpen .modal .mobileNav { display: block; }

.modal .mobileNav ul { margin: 50px 0; list-style: none; text-align: center; font-size: 30px; padding: 0; }

.modal .mobileNav ul li { margin: 10px 0; }

.modal .mobileNav ul li a { color: white; }

.modal .content { max-width: none; }

.modal .pad { left: 0; right: 0; margin: 0 60px; position: relative; max-width: 1400px; margin: auto; opacity: 0; position: absolute; top: 50%; -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); -webkit-transform: scale(0.5) translateY(-100%); -moz-transform: scale(0.5) translateY(-100%); -ms-transform: scale(0.5) translateY(-100%); transform: scale(0.5) translateY(-100%); -webkit-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1); -moz-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1); -ms-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1); -o-transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1); transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1); }

@media (max-width: 1024px) { .modal .pad { margin: 0 30px; } }

@media (max-width: 768px) { .modal .pad { margin: 0 20px; } }

@media (max-width: 840px) { .modal .pad { margin: 0 10px; } }

.modalOpen .modal .pad { opacity: 1; -webkit-transform: scale(1) translateY(-50%); -moz-transform: scale(1) translateY(-50%); -ms-transform: scale(1) translateY(-50%); transform: scale(1) translateY(-50%); }

.navOpen .modal .pad { background: none; }

.navOpen .modal .pad .close { display: none; }

.navOpen .modal .pad .close:before, .navOpen .modal .pad .close:after { background-color: white; }

.searchModal form { width: 50%; margin: auto; text-align: center; }

@media (max-width: 840px) { .searchModal form { width: 80%; } }

.searchModal input#s { display: block; margin-bottom: 15px; float: left; width: 100%; padding: 15px 10px 16px 10px; font-size: 1.5em; }

.searchModal input#searchsubmit { margin: auto; }

@media (max-width: 840px) { .searchModal input#searchsubmit { width: 100%; } }

/*# sourceMappingURL=site.main.css.map */
