@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font: inherit; font-size: 100%; vertical-align: baseline; }

html { line-height: 1; }

ol, ul { list-style: none; }

table { border-collapse: collapse; border-spacing: 0; }

caption, th, td { text-align: left; font-weight: normal; vertical-align: middle; }

q, blockquote { quotes: none; }
q:before, q:after, blockquote:before, blockquote:after { content: ""; content: none; }

a img { border: none; }

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

/* Variables */
/*! normalize.css v1.1.1 | MIT License | git.io/normalize */
/* ========================================================================== HTML5 display definitions ========================================================================== */
/** Correct `block` display not defined in IE 6/7/8/9 and Firefox 3. */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary { display: block; }

/** Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3. */
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }

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

/** Address styling not present in IE 7/8/9, Firefox 3, and Safari 4. Known issue: no IE 6 support. */
[hidden] { display: none; }

/* ========================================================================== Base ========================================================================== */
/** 1. Prevent system color scheme's background color being used in Firefox, IE, and Opera. 2. Prevent system color scheme's text color being used in Firefox, IE, and Opera. 3. Correct text resizing oddly in IE 6/7 when body `font-size` is set using `em` units. 4. Prevent iOS text size adjust after orientation change, without disabling user zoom. */
html { background: #fff; /* 1 */ color: #000; /* 2 */ font-size: 100%; /* 3 */ -webkit-text-size-adjust: 100%; /* 4 */ -ms-text-size-adjust: 100%; /* 4 */ }

/** Address `font-family` inconsistency between `textarea` and other form elements. */
html, button, input, select, textarea { font-family: sans-serif; }

/** Address margins handled incorrectly in IE 6/7. */
body { margin: 0; }

/* ========================================================================== Links ========================================================================== */
/** Address `outline` inconsistency between Chrome and other browsers. */
a:focus { outline: thin dotted; }

/** Improve readability when focused and also mouse hovered in all browsers. */
a:active, a:hover { outline: 0; }

/* ========================================================================== Typography ========================================================================== */
/** Address font sizes and margins set differently in IE 6/7. Address font sizes within `section` and `article` in Firefox 4+, Safari 5, and Chrome. */
h1 { font-size: 2em; margin: 0.67em 0; }

h2 { font-size: 1.5em; margin: 0.83em 0; }

h3 { font-size: 1.17em; margin: 1em 0; }

h4 { font-size: 1em; margin: 1.33em 0; }

h5 { font-size: 0.83em; margin: 1.67em 0; }

h6 { font-size: 0.67em; margin: 2.33em 0; }

/** Address styling not present in IE 7/8/9, Safari 5, and Chrome. */
abbr[title] { border-bottom: 1px dotted; }

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

blockquote { margin: 1em 40px; }

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

/** Address differences between Firefox and other browsers. Known issue: no IE 6/7 normalization. */
hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

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

/** Address margins set differently in IE 6/7. */
p, pre { margin: 1em 0; }

/** Correct font family set oddly in IE 6, Safari 4/5, and Chrome. */
code, kbd, pre, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }

/** Improve readability of pre-formatted text in all browsers. */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

/** Address CSS quotes not supported in IE 6/7. */
q { quotes: none; }

/** Address `quotes` property not supported in Safari 4. */
q:before, q:after { content: ''; content: none; }

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

/* ========================================================================== Lists ========================================================================== */
/** Address margins set differently in IE 6/7. */
dl, menu, ol, ul { margin: 1em 0; }

dd { margin: 0 0 0 40px; }

/** Address paddings set differently in IE 6/7. */
menu, ol, ul { padding: 0 0 0 40px; }

/** Correct list images handled incorrectly in IE 7. */
nav ul, nav ol { list-style: none; list-style-image: none; }

/* ========================================================================== Embedded content ========================================================================== */
/** 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3. 2. Improve image quality when scaled in IE 7. */
img { border: 0; /* 1 */ -ms-interpolation-mode: bicubic; /* 2 */ }

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

/* ========================================================================== Figures ========================================================================== */
/** Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11. */
figure { margin: 0; }

/* ========================================================================== Forms ========================================================================== */
/** Correct margin displayed oddly in IE 6/7. */
form { margin: 0; }

/** 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 6/7/8/9. 2. Correct text not wrapping in Firefox 3. 3. Correct alignment displayed oddly in IE 6/7. */
legend { border: 0; /* 1 */ padding: 0; white-space: normal; /* 2 */ *margin-left: -7px; /* 3 */ }

/** 1. Correct font size not being inherited in all browsers. 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5, and Chrome. 3. Improve appearance and consistency in all browsers. */
button, input, select, textarea { font-size: 100%; /* 1 */ margin: 0; /* 2 */ vertical-align: baseline; /* 3 */ *vertical-align: middle; /* 3 */ }

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

/** 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 Chrome, Safari 5+, and IE 6+. Correct `select` style inheritance in Firefox 4+ and Opera. */
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. 4. Remove inner spacing in IE 7 without affecting normal text inputs. Known issue: inner spacing remains in IE 6. */
button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; /* 2 */ cursor: pointer; /* 3 */ *overflow: visible; /* 4 */ }

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

/** 1. Address box sizing set to content-box in IE 8/9. 2. Remove excess padding in IE 8/9. 3. Remove excess padding in IE 7. Known issue: excess padding remains in IE 6. */
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ *height: 13px; /* 3 */ *width: 13px; /* 3 */ }

/** 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome. 2. Address `box-sizing` set to `border-box` in Safari 5 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 5 and Chrome on OS X. */
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

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

/** 1. Remove default vertical scrollbar in IE 6/7/8/9. 2. Improve readability and alignment in all browsers. */
textarea { overflow: auto; /* 1 */ vertical-align: top; /* 2 */ }

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

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }

.ir br { display: none; }

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

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

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

.visuallyrestored { clip: auto; height: auto; margin: auto; overflow: visible; position: static; width: auto; }

.invisible { visibility: hidden; }

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

.clearfix:after { clear: both; }

.clearfix { *zoom: 1; }

@font-face { font-family: 'FFDINWebProItalic'; src: url("../assets/fonts/2D2A1F_0_0.eot"); src: url("../assets/fonts/2D2A1F_0_0.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/2D2A1F_0_0.woff2") format("woff2"), url("../assets/fonts/2D2A1F_0_0.woff") format("woff"), url("../assets/fonts/2D2A1F_0_0.ttf") format("truetype"); }

@font-face { font-family: 'FFDINWebProBoldItalic'; src: url("../assets/fonts/2D2A1F_1_0.eot"); src: url("../assets/fonts/2D2A1F_1_0.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/2D2A1F_1_0.woff2") format("woff2"), url("../assets/fonts/2D2A1F_1_0.woff") format("woff"), url("../assets/fonts/2D2A1F_1_0.ttf") format("truetype"); }

@font-face { font-family: 'FFDINWebProBold'; src: url("../assets/fonts/2D2A1F_2_0.eot"); src: url("../assets/fonts/2D2A1F_2_0.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/2D2A1F_2_0.woff2") format("woff2"), url("../assets/fonts/2D2A1F_2_0.woff") format("woff"), url("../assets/fonts/2D2A1F_2_0.ttf") format("truetype"); }

@font-face { font-family: 'FFDINWebPro'; src: url("../assets/fonts/2D2A1F_3_0.eot"); src: url("../assets/fonts/2D2A1F_3_0.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/2D2A1F_3_0.woff2") format("woff2"), url("../assets/fonts/2D2A1F_3_0.woff") format("woff"), url("../assets/fonts/2D2A1F_3_0.ttf") format("truetype"); }

@font-face { font-family: 'Vow-icons'; src: url("../assets/fonts/vow-icons.eot"); src: url("../assets/fonts/vow-icons.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/vow-icons.woff2") format("woff2"), url("../assets/fonts/vow-icons.woff") format("woff"), url("../assets/fonts/vow-icons.ttf") format("truetype"); }

@font-face { font-family: 'Vow-icons'; src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format("truetype"), url(data:application/font-woff;charset=utf-8;base64,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) format("woff"); font-weight: normal; font-style: normal; }

/* Body Styles */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

html { background: #e0ecf8; }

body { background: #e0ecf8; font-family: "FFDINWebPro", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 16px; line-height: 24px; min-height: 100%; position: relative; width: 100%; /* -webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
font-smoothing: antialiased; */ -ms-word-wrap: break-word; word-wrap: break-word; zoom: 1; -webkit-transition: margin-left 0.6s; -moz-transition: margin-left 0.6s; -o-transition: margin-left 0.6s; transition: margin-left 0.6s; }

strong { font-family: "FFDINWebProBold", Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: normal; }

a { color: #00a1df; }

h1, h2, h3, h4, h5, h6 { color: inherit; font-family: "FFDINWebProBold", Arial, "Helvetica Neue", Helvetica, sans-serif; font-weight: normal; margin: 0 0 20px; }

h1 { font-size: 40px; line-height: 1em; }

h2, h3 { font-size: 24px; line-height: 32px; }

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

p { margin: 0 0 1em; }

blockquote { color: #00a1df; font-size: 24px; line-height: 30px; margin: 0 0 1em; padding: 0; quotes: "\201C" "\201D" "\2018" "\2019"; }
blockquote p { display: inline; }

small, .small { color: #9098a0; font-size: 12px; line-height: 16px; }

i, em { font-style: italic; }

.icon { font-family: "Vow-icons"; /* -webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
font-smoothing: antialiased; */ }

@media only screen and (min-width: 768px) { h2 { font-size: 28px; line-height: 36px; }
  small, .small { font-size: 13px; line-height: 18px; } }
/* Header Styles */
header { font-family: "FFDINWebPro", Arial, "Helvetica Neue", Helvetica, sans-serif; margin: auto; }
header > .wrapper { background-color: #FFF; margin: auto; max-width: 1200px; padding: 13px 20px 14px; }
header .navigation { margin: auto; max-width: 1080px; }
header #logo { width: 170px; }
header #main_menu .menu { margin: 0; padding: 0; }
header #main_menu .menu li { list-style-image: none; list-style-type: none; margin: 0; padding: 0; }
header #main_menu .menu li a { text-decoration: none; }

html body.admin-menu { margin-top: 0 !important; }

#admin-menu { display: none; }

@media only screen and (max-width: 1079px) { header #main_menu { white-space: nowrap; }
  header #main_menu a { color: #FFF; display: block; font-size: 16px; line-height: 40px; padding: 0 32px 0 10px; }
  header #main_menu a:hover { background-color: #000; }
  header #main_menu a:hover:after { color: inherit !important; }
  header #main_menu ul.menu { background-color: #00a1df; height: 100%; left: 100%; overflow: auto; position: fixed; top: 0; z-index: 1; -webkit-transition: margin-left 0.6s; -moz-transition: margin-left 0.6s; -o-transition: margin-left 0.6s; transition: margin-left 0.6s; }
  header #main_menu ul.menu li { border-bottom: 1px solid #8ec4e9; position: relative; }
  header #main_menu ul.menu li ul { background-color: #40ace2; border-top: 1px solid #8ec4e9; height: 1px; margin-bottom: -1px; overflow: hidden; position: static; }
  header #main_menu ul.menu li.active ul, header #main_menu ul.menu li.active-trail ul { height: auto; }
  header #main_menu ul.menu li.active > a, header #main_menu ul.menu li.active-trail > a { background-color: #000; }
  header #main_menu ul.menu li.active > a:after, header #main_menu ul.menu li.active-trail > a:after { color: inherit !important; }
  header #main_menu ul.menu li.expanded > a:after { color: #8ec4e9; content: '▼'; font-family: "Vow-icons"; font-size: 10px; position: absolute; right: 10px; }
  header #main_menu ul.menu li:hover > a { background-color: #000; }
  header #main_menu ul.menu li:hover > a:after { color: inherit !important; }
  header #main_menu ul.menu.open { height: auto; }
  header .menu-icon { cursor: pointer; padding: 14px 20px; position: absolute; right: 0; top: 0; }
  header .menu-icon:before { content: '≡'; font-family: "Vow-icons"; } }
@media only screen and (min-width: 1080px) { header { position: absolute; top: 0; width: 100%; z-index: 10; }
  header > .wrapper { margin: auto; padding-bottom: 0; }
  header #logo { float: left; width: 275px; }
  header #main_menu { float: right; }
  header #main_menu a { display: block; font-size: 14px; padding: 25px 25px 46px; text-align: center; }
  header #main_menu ul.menu li { float: left; }
  header #main_menu ul.menu li a { border-bottom: 5px solid #FFF; }
  header #main_menu ul.menu li a.active, header #main_menu ul.menu li a.active-trail, header #main_menu ul.menu li a:hover { color: #000; border-bottom-color: #13c0d7; }
  header #main_menu ul.menu li ul { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
  html body.admin-menu { margin-top: 29px !important; }
  #admin-menu { display: block; } }
/* Footer Styles */
footer { padding: 30px 20px; }
footer > .wrapper { margin: auto; max-width: 1080px; }
footer .copyright { font-size: 14px; line-height: 20px; margin-bottom: 30px; }
footer .copyright p { margin: 0; }
footer .share-links { font-size: 40px; margin-bottom: 30px; }
footer .share-links a { text-decoration: none; }
footer .share-links a:hover { color: #000; }
footer .addthis_sharing_toolbox { display: none; }

@media only screen and (min-width: 768px) { footer .copyright { float: left; }
  footer .share-links { float: right; }
  footer .credit { clear: both; display: block; } }
/* Page Styles */
#page { background-color: #FFF; margin: auto; max-width: 1400px; }

.primary { margin: auto; }

.page-user .primary { padding: 20px 20px 0; }
.page-user .primary > * { margin-left: auto; margin-right: auto; max-width: 1080px; }

.node-page ._body { font-size: 24px; line-height: 32px; margin-bottom: 30px; }
.node-page ._body p { margin: 0; }
.node-page ._body p + * { margin-top: 1em; }
.node-page ._body ul { list-style-type: disc; margin: 0; padding-left: 20px; }
.node-page ._body ul li { padding-left: 20px; }
.node-page ._body ul + * { margin-top: 1em !important; }
.node-page.node-page-type-basic-page .node-title { display: none; }
.node-page.node-page-type-inner-page, .node-page.node-page-type-inner-page-subnav { padding: 20px 20px 0; }
.node-page.node-page-type-inner-page > .wrapper, .node-page.node-page-type-inner-page-subnav > .wrapper { margin: auto; max-width: 1080px; }

.item-list .pager { overflow: hidden; *zoom: 1; margin-bottom: 30px; }
.item-list .pager .pager-previous { float: left; }
.item-list .pager .pager-current { display: none; }
.item-list .pager .pager-next { float: right; }
.item-list .pager li { margin: 0; padding: 0; }
.item-list .pager a { display: block; font-family: "FFDINWebProBold", Arial, "Helvetica Neue", Helvetica, sans-serif; padding: 10px 0; text-decoration: none; text-transform: uppercase; }

.page-node-826 .node table td { padding: 5px; vertical-align: middle; text-align: center; }

@media only screen and (max-width: 1079px) { .subnav .subnav-title { margin-bottom: 10px; }
  .subnav .menu-block-wrapper { display: none; }
  .subnav .subnav-subtitle { display: none; }
  .subnav .view { display: none; } }
@media only screen and (min-width: 1080px) { main { padding-top: 120px; }
  .node-title { margin-bottom: 60px; }
  .subnav .subnav-title { margin: 8px 0 60px; }
  .subnav .subnav-subtitle { font-family: "FFDINWebPro", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .subnav .menu { margin: 0; padding: 0; }
  .subnav .menu li { list-style-image: none; list-style-type: none; margin: 0; padding: 0; }
  .subnav .menu li a { text-decoration: none; }
  .subnav .menu a { background-color: #f0f2f3; color: #9098a0; display: block; line-height: 40px; padding: 0 10px; }
  .subnav .menu a.active, .subnav .menu a:hover { background-color: #b1e5ef; color: #000; }
  .subnav .menu li + li { margin-top: 10px; }
  .node-page ._body { margin-bottom: 60px; }
  .node-page.node-page-type-inner-page h2, .node-page.node-page-type-inner-page-subnav h2 { font-size: 24px; line-height: 32px; }
  .node-page.node-page-type-inner-page .subnav, .node-page.node-page-type-inner-page-subnav .subnav { float: left; width: 20.83333333%; }
  .node-page.node-page-type-inner-page .node-title, .node-page.node-page-type-inner-page > .wrapper > .content, .node-page.node-page-type-inner-page-subnav .node-title, .node-page.node-page-type-inner-page-subnav > .wrapper > .content { float: right; width: 73.61111111%; } }
/* Forms */
form .form-item { margin-bottom: 30px; }
form .form-item .description { margin-bottom: -1em; }
form .form-text, form .form-textarea { background-color: #e0ecf8; border: none; line-height: 30px; padding: 0 15px; width: 100%; }
form .resizable-textarea .grippie { display: none; }
form label { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
form .form-actions { background-color: #00a1df; -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; color: #FFF; font-size: 16px; line-height: 1em; margin: 0 0 30px; max-width: 225px; position: relative; }
form .form-actions .icon { margin-left: -20px; position: absolute; right: 7px; top: 7px; z-index: 0; }
form .form-submit { background-color: transparent; border: none; color: #FFF; font-family: "FFDINWebProBold", Arial, "Helvetica Neue", Helvetica, sans-serif; padding: 9px 22px 5px 15px; position: relative; text-align: left; width: 100%; z-index: 1; }

/* Banners */
#banners { position: relative; }
#banners .banner { background-position: center center; background-repeat: no-repeat; background-size: cover; padding-bottom: 56.25%; position: relative; width: 100%; z-index: 1; }
#banners .banner + .banner { left: 0; opacity: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
#banners .banner .banner-color { bottom: 0; height: 10px; overflow: hidden; position: absolute; width: 100%; }
#banners .banner .banner-color > .wrapper { background-position: center center; background-repeat: no-repeat; background-size: cover; background-blend-mode: multiply; background-color: #b1e5ef; bottom: 0; display: block; left: 0; padding-bottom: 56.25%; position: absolute; width: 100%; }
#banners .banner-compact { padding-bottom: 31.25%; }
#banners .banner-compact .banner-color > .wrapper { padding-bottom: 31.25%; }
#banners .banner-title { left: 0; position: absolute; text-align: center; text-transform: uppercase; top: 17.77777778%; width: 100%; }
#banners .banner-link { bottom: 13.33333333%; left: 0; position: absolute; text-align: center; width: 100%; }
#banners .banner-link a { background-color: rgba(208, 240, 245, 0.75); -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; color: #000; display: inline-block; font-family: "FFDINWebProBold", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 14px; line-height: 30px; padding: 5px 5px 5px 20px; text-decoration: none; }
#banners .banner-link a .icon { background-color: rgba(144, 152, 160, 0.75); -webkit-border-radius: 15px; -moz-border-radius: 15px; -ms-border-radius: 15px; -o-border-radius: 15px; border-radius: 15px; color: #FFF; float: right; font-size: 30px; margin-left: 13px; width: 30px; }
#banners .banner-link a:hover .icon { background-color: #000; }
#banners .banner-info { background-color: #b1e5ef; padding: 0 20px 10px; position: relative; }
#banners .banner-info > .wrapper { margin: auto; max-width: 1080px; padding: 20px 0; }
#banners .banner-info p { margin: 0; }
#banners .banner-info p + p { margin-top: 1em; }
#banners .banner-info .banner-info-col-1 { border-bottom: 1px solid #FFF; font-size: 17px; line-height: 28px; padding-bottom: 20px; }
#banners .banner-info .banner-info-col-2 { font-size: 14px; line-height: 20px; margin-top: 30px; }
#banners .banner-info .banner-info-col-2 img { margin-bottom: 20px; max-width: 140px; }
#banners .banner-info .banner-info-col-2 a { color: #000; text-decoration: none; }
#banners .banner-info .banner-info-col-2 a:hover { text-decoration: underline; }

@media only screen and (min-width: 768px) { #banners .banner { padding-bottom: 39.28571429%; }
  #banners .banner .banner-color { height: 20px; }
  #banners .banner .banner-color > .wrapper { padding-bottom: 39.28571429%; }
  #banners .banner-compact { padding-bottom: 25.71428571%; }
  #banners .banner-compact .banner-color > .wrapper { padding-bottom: 25.71428571%; }
  #banners .banner-title { font-size: 150px; letter-spacing: -10px; top: 13.24503311%; }
  #banners .banner-link { bottom: 9.933774834%; }
  #banners .banner-link a { -webkit-border-radius: 50px; -moz-border-radius: 50px; -ms-border-radius: 50px; -o-border-radius: 50px; border-radius: 50px; font-size: 18px; line-height: 80px; padding: 10px 10px 10px 30px; }
  #banners .banner-link a .icon { -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; border-radius: 40px; font-size: 80px; width: 80px; }
  #banners .banner-info { padding-bottom: 20px; }
  #banners .banner-info > .wrapper { padding: 30px 0 10px; }
  #banners .banner-info .banner-info-col-1 { border-bottom: none; border-right: 1px solid #FFF; float: left; font-size: 18px; padding: 0 30px 0 0; width: 50%; }
  #banners .banner-info .banner-info-col-2 { border-left: 1px solid #FFF; float: left; margin: 0 0 0 -1px; width: 50%; }
  #banners .banner-info .banner-info-col-2 img { float: left; margin: 0 11.11111111% 0 5.37037037%; max-width: 41.66666667%; }
  #banners .banner-info .banner-info-col-2 a { color: #000; text-decoration: none; }
  #banners .banner-info .banner-info-col-2 a:hover { text-decoration: underline; }
  #banners .banner-info .banner-info-col-2 .col-info { float: right; width: 41.66666667%; } }
@media only screen and (min-width: 1080px) { #banners .banner-title { font-size: 150px; letter-spacing: -10px; top: 31.45695364%; }
  #banners + main { padding-top: 0; } }
.ie #banners .banner .banner-color > .wrapper, .lt-ie9 #banners .banner .banner-color > .wrapper { background-image: none !important; background-color: rgba(177, 229, 239, 0.35); }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { #banners .banner .banner-color > .wrapper { background-image: none !important; background-color: rgba(177, 229, 239, 0.35); } }
/* Blog Styles */
.node-blog-entry { padding: 20px 20px 0; }
.node-blog-entry > .wrapper { margin: auto; max-width: 1080px; }
.node-blog-entry .node-title { font-family: "FFDINWebPro", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 24px; line-height: 32px; margin-bottom: 20px; }
.node-blog-entry .blog-image { margin-bottom: 20px; }
.node-blog-entry .blog-meta { margin-bottom: 1em; }
.node-blog-entry .blog-author { font-family: "FFDINWebProBold", Arial, "Helvetica Neue", Helvetica, sans-serif; display: inline; }
.node-blog-entry .blog-author + .blog-date { border-left: 1px solid #cfd4d8; margin-left: 10px; padding-left: 10px; }
.node-blog-entry .blog-date { color: #6c7680; display: inline; }
.node-blog-entry ._body a { text-decoration: none; }
.node-blog-entry ._body a:hover { text-decoration: underline; }
.node-blog-entry .ending { color: #cfd4d8; }
.node-blog-entry .share-links { border: solid #cfd4d8; border-width: 1px 0; clear: both; margin: 20px 0 60px; padding: 10px 0 5px; }
.node-blog-entry .share-links a { display: inline-block; margin-right: 5px; text-decoration: none !important; }
.node-blog-entry .share-links .icon { font-size: 30px; line-height: 1em; }
.node-blog-entry .share-links .share-meta { border-top: 1px solid #cfd4d8; font-size: 13px; line-height: 16px; margin-top: 5px; padding-top: 10px; }
.node-blog-entry .share-links .share-meta .num { font-family: "FFDINWebProBold", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 18px; line-height: 22px; }
.node-blog-entry .share-links .share-comments { color: #00a1df; float: left; margin-right: 25px; }
.node-blog-entry .share-links .share-count { float: left; }
.node-blog-entry.node-listing { margin-bottom: 1em; max-width: none; padding: 0; }
.node-blog-entry.node-listing .blog-meta { margin-bottom: 0; }
.node-blog-entry.node-listing a { text-decoration: none; }
.node-blog-entry.node-listing a:hover { text-decoration: underline; }
.node-blog-entry.node-teaser { padding: 0; max-width: none; }
.node-blog-entry.node-teaser .node-title a { color: #000; }
.node-blog-entry.node-teaser .blog-meta { margin-bottom: 0; }
.node-blog-entry.node-teaser ._body { font-size: 16px; line-height: 24px; margin-bottom: 0; }
.node-blog-entry.node-teaser .blog-image { display: block; }
.node-blog-entry.node-teaser .blog-image span { background-position: center center; background-repeat: no-repeat; background-size: cover; display: block; padding-bottom: 50%; }
.node-blog-entry.node-teaser a { text-decoration: none; }
.node-blog-entry.node-teaser a:hover { text-decoration: underline; }
.node-blog-entry #comments .comment { border-top: 1px solid #cfd4d8; padding: 20px 0 30px; }
.node-blog-entry #comments .comment p { margin: 0; }
.node-blog-entry #comments .comment p + p { margin-top: 1em; }
.node-blog-entry #comments .comment-meta { margin-bottom: 1em; }
.node-blog-entry #comments .comment-author { font-family: "FFDINWebProBold", Arial, "Helvetica Neue", Helvetica, sans-serif; display: inline; }
.node-blog-entry #comments .comment-author + .comment-date { margin-left: 10px; }
.node-blog-entry #comments .comment-date { color: #6c7680; display: inline; }
.node-blog-entry #comments .links li { padding-left: 0; }
.node-blog-entry #comments .links a { font-family: "FFDINWebProBold", Arial, "Helvetica Neue", Helvetica, sans-serif; text-decoration: none; }
.node-blog-entry #comments .links a:hover { text-decoration: underline; }
.node-blog-entry #comments .title.comment-form { margin-top: 20px; }

.page-comment .primary { padding: 20px 20px 0; }
.page-comment .primary > * { margin-left: auto; margin-right: auto; max-width: 1080px; }

@media only screen and (max-width: 1079px) { .recent-posts .recent-posts-title { margin-bottom: 10px; }
  .recent-posts .recent-posts-subtitle { display: none; }
  .recent-posts .view { display: none; } }
@media only screen and (min-width: 1080px) { .node-blog-entry .recent-posts { float: left; width: 20.83333333%; }
  .node-blog-entry .recent-posts-title { font-size: 24px; line-height: 32px; margin: 8px 0 60px; }
  .node-blog-entry .recent-posts-subtitle { font-family: "FFDINWebPro", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .node-blog-entry .page-title { float: right; margin-bottom: 60px; width: 73.61111111%; }
  .node-blog-entry .node-title, .node-blog-entry > .wrapper > .content { float: right; width: 73.61111111%; }
  .node-blog-entry ._body { margin-bottom: 60px; }
  .node-blog-entry ._body a { font-family: "FFDINWebProBold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .node-blog-entry.node-teaser .node-title { float: none; font-size: 36px; line-height: 48px; width: auto; }
  .node-blog-entry.node-teaser .blog-info { float: left; width: 64.1509434%; }
  .node-blog-entry.node-teaser .blog-image { float: right; width: 28.30188679%; }
  .node-blog-entry.node-teaser .blog-image span { padding-bottom: 100%; }
  .node-blog-entry .share-links .share-meta { border-top: none; display: inline-block; margin: 0 0 0 20px; padding-top: 0; vertical-align: bottom; }
  .node-blog-entry .share-links .share-meta .num { font-family: "FFDINWebProBold", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 18px; } }
/* Event Styles */
.node-event { padding: 20px 20px 0; }
.node-event > .wrapper { margin: auto; max-width: 1080px; }
.node-event .node-title { font-family: "FFDINWebPro", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 24px; line-height: 32px; margin-bottom: 20px; }
.node-event .event-image { margin-bottom: 20px; }
.node-event .event-meta { margin-bottom: 1em; }
.node-event .event-author { font-family: "FFDINWebProBold", Arial, "Helvetica Neue", Helvetica, sans-serif; display: inline; }
.node-event .event-author + .event-date { border-left: 1px solid #cfd4d8; margin-left: 10px; padding-left: 10px; }
.node-event .event-date { color: #6c7680; display: inline; }
.node-event ._body a { text-decoration: none; }
.node-event ._body a:hover { text-decoration: underline; }
.node-event .ending { color: #cfd4d8; }
.node-event .share-links { border: solid #cfd4d8; border-width: 1px 0; clear: both; margin: 20px 0 60px; padding: 10px 0 5px; }
.node-event .share-links a { display: inline-block; margin-right: 5px; text-decoration: none !important; }
.node-event .share-links .icon { font-size: 30px; line-height: 1em; }
.node-event .share-links .share-meta { border-top: 1px solid #cfd4d8; font-size: 13px; line-height: 16px; margin-top: 5px; padding-top: 10px; }
.node-event .share-links .share-meta .num { font-family: "FFDINWebProBold", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 18px; line-height: 22px; }
.node-event .share-links .share-comments { color: #00a1df; float: left; margin-right: 25px; }
.node-event .share-links .share-count { float: left; }
.node-event.node-listing { margin-bottom: 1em; max-width: none; padding: 0; }
.node-event.node-listing .event-meta { margin-bottom: 0; }
.node-event.node-listing a { text-decoration: none; }
.node-event.node-listing a:hover { text-decoration: underline; }
.node-event.node-teaser { padding: 0; max-width: none; }
.node-event.node-teaser .node-title a { color: #000; }
.node-event.node-teaser .event-meta { margin-bottom: 0; }
.node-event.node-teaser ._body { font-size: 16px; line-height: 24px; margin-bottom: 0; }
.node-event.node-teaser .event-image { display: block; }
.node-event.node-teaser .event-image span { background-position: center center; background-repeat: no-repeat; background-size: cover; display: block; padding-bottom: 50%; }
.node-event.node-teaser a { text-decoration: none; }
.node-event.node-teaser a:hover { text-decoration: underline; }
.node-event #comments .comment { border-top: 1px solid #cfd4d8; padding: 20px 0 30px; }
.node-event #comments .comment p { margin: 0; }
.node-event #comments .comment p + p { margin-top: 1em; }
.node-event #comments .comment-meta { margin-bottom: 1em; }
.node-event #comments .comment-author { font-family: "FFDINWebProBold", Arial, "Helvetica Neue", Helvetica, sans-serif; display: inline; }
.node-event #comments .comment-author + .comment-date { margin-left: 10px; }
.node-event #comments .comment-date { color: #6c7680; display: inline; }
.node-event #comments .links li { padding-left: 0; }
.node-event #comments .links a { font-family: "FFDINWebProBold", Arial, "Helvetica Neue", Helvetica, sans-serif; text-decoration: none; }
.node-event #comments .links a:hover { text-decoration: underline; }
.node-event #comments .title.comment-form { margin-top: 20px; }

.page-comment .primary { padding: 20px 20px 0; }
.page-comment .primary > * { margin-left: auto; margin-right: auto; max-width: 1080px; }

@media only screen and (max-width: 1079px) { .recent-posts .recent-posts-title { margin-bottom: 10px; }
  .recent-posts .recent-posts-subtitle { display: none; }
  .recent-posts .view { display: none; } }
@media only screen and (min-width: 1080px) { .node-event .recent-posts { float: left; width: 20.83333333%; }
  .node-event .recent-posts-title { font-size: 24px; line-height: 32px; margin: 8px 0 60px; }
  .node-event .recent-posts-subtitle { font-family: "FFDINWebPro", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .node-event .page-title { float: right; margin-bottom: 60px; width: 73.61111111%; }
  .node-event .node-title, .node-event > .wrapper > .content { float: right; width: 73.61111111%; }
  .node-event ._body { margin-bottom: 60px; }
  .node-event ._body a { font-family: "FFDINWebProBold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
  .node-event.node-teaser .node-title { float: none; font-size: 36px; line-height: 48px; width: auto; }
  .node-event.node-teaser .event-info { float: left; width: 64.1509434%; }
  .node-event.node-teaser .event-image { float: right; width: 28.30188679%; }
  .node-event.node-teaser .event-image span { padding-bottom: 100%; }
  .node-event .share-links .share-meta { border-top: none; display: inline-block; margin: 0 0 0 20px; padding-top: 0; vertical-align: bottom; }
  .node-event .share-links .share-meta .num { font-family: "FFDINWebProBold", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 18px; } }
/* Layout Styles */
.section-title { margin-bottom: 20px; }

.section-body p { margin: 0; }
.section-body p + * { margin-top: 1em !important; }
.section-body ul { list-style-type: disc; margin: 0; padding-left: 20px; }
.section-body ul li { padding-left: 20px; }
.section-body ul + * { margin-top: 1em !important; }

.layout--image-divider { background-color: #b1e5ef; background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; padding-bottom: 16.66666667%; }

.layout--4-column { background-color: #00a1df; color: #FFF; padding: 30px 20px; }
.layout--4-column > .wrapper { margin: auto; max-width: 1080px; }
.layout--4-column .column { margin-bottom: 30px; }
.layout--4-column a { color: inherit; text-decoration: none; }
.layout--4-column a:hover { text-decoration: underline; }
.layout--4-column img { margin-bottom: 20px; max-width: 140px; }
.layout--4-column .column-body { font-family: "FFDINWebProBold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
.layout--4-column .column-body + * { display: block; margin-top: 10px; }
.layout--4-column .column-category { font-family: "FFDINWebProBold", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 13px; line-height: 20px; }
.layout--4-column .column-source { font-size: 13px; line-height: 20px; }

.layout--text-column-with-callout { padding: 30px 20px 40px; }
.layout--text-column-with-callout > .wrapper { margin: auto; max-width: 1080px; }
.layout--text-column-with-callout a { font-family: "FFDINWebProBold", Arial, "Helvetica Neue", Helvetica, sans-serif; text-decoration: none; }
.layout--text-column-with-callout a:hover { text-decoration: underline; }
.layout--text-column-with-callout .section-callout { background-color: #e0ecf8; padding: 15px 10px; }
.layout--text-column-with-callout .callout-metric { color: #13c0d7; font-size: 48px; line-height: 1em; }
.layout--text-column-with-callout .callout-text { color: #13c0d7; font-size: 18px; line-height: 1em; margin-top: 10px; text-transform: uppercase; }
.layout--text-column-with-callout small { display: block; margin-top: 10px; }

.layout--basic-text { padding: 0 0 30px; }

.layout--callout-scroller { margin-bottom: 30px; }
.layout--callout-scroller .callouts { background-color: #e0ecf8; position: relative; }
.layout--callout-scroller .callout { background-color: #e0ecf8; color: #13c0d7; line-height: 18px; padding: 15px; position: relative; text-align: center; z-index: 1; }
.layout--callout-scroller .callout + .callout { left: 0; opacity: 0; position: absolute; top: 0; width: 100%; z-index: 0; }
.layout--callout-scroller .callout-info { border: 1px solid #000; border-width: 1px 0 0; padding: 15px 0 18px; }
.layout--callout-scroller .callout-metric { font-size: 90px; letter-spacing: -5px; line-height: 1em; text-transform: uppercase; }
.layout--callout-scroller .callout-text { font-family: "FFDINWebProBold", Arial, "Helvetica Neue", Helvetica, sans-serif; font-size: 18px; text-transform: uppercase; }
.layout--callout-scroller b, .layout--callout-scroller strong { color: #000; font-weight: inherit; }
.layout--callout-scroller i, .layout--callout-scroller em { font-family: "FFDINWebPro", Arial, "Helvetica Neue", Helvetica, sans-serif; font-style: normal; }
.layout--callout-scroller .callout-pager { font-size: 30px; text-align: center; }
.layout--callout-scroller .callout-pager a { display: inline-block; padding: 15px 20px; text-decoration: none; }
.layout--callout-scroller .callout-pager a:hover { color: #000; }

.layout--video .video { margin-bottom: 20px; padding-bottom: 59.71896956%; position: relative; }
.layout--video .video iframe, .layout--video .video object, .layout--video .video embed { height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.layout--video .video-body { color: #9098a0; }

.layout--resource-list { margin-bottom: 30px; }
.layout--resource-list .resource { margin-bottom: 30px; }
.layout--resource-list .resource-link { display: inline; font-family: "FFDINWebProBold", Arial, "Helvetica Neue", Helvetica, sans-serif; }
.layout--resource-list .resource-link a { text-decoration: none; }
.layout--resource-list .resource-link a:hover { text-decoration: underline; }
.layout--resource-list .resource-link + .resource-source { border-left: 1px solid #cfd4d8; margin-left: 10px; padding-left: 10px; }
.layout--resource-list .resource-source { color: #6c7680; display: inline; }

.layout--org-list { margin-bottom: 60px; }
.layout--org-list .section-organizations { margin: 0 -5px -5px 0; }
.layout--org-list .organization { border: 5px solid #FFF; border-width: 0 5px 5px 0; float: left; width: 50%; }
.layout--org-list .organization .organization-content { background-color: #eaf3fa; height: 0; padding-bottom: 100%; position: relative; }
.layout--org-list .organization .wrapper { display: table; height: 100%; left: 0; position: absolute; text-align: center; top: 0; width: 100%; }
.layout--org-list .organization .logo { display: table-cell; vertical-align: middle; }
.layout--org-list .organization img { display: inline-block; }
.layout--org-list .organization img + img { display: none; }
.layout--org-list .organization:hover img { display: none; }
.layout--org-list .organization:hover img + img { display: inline-block; }
.layout--org-list .organization:hover img:last-of-type { display: inline-block; }

.layout--form { margin-bottom: 30px; }

.layout--newsletter-signup { padding: 0 20px; }
.layout--newsletter-signup > .wrapper { border-top: 1px solid #cfd4d8; margin: auto; max-width: 1080px; padding: 40px 0 30px; }
.layout--newsletter-signup .newsletter-text { font-size: 28px; line-height: 36px; }
.layout--newsletter-signup .newsletter-form { font-size: 13px; position: relative; }
.layout--newsletter-signup .form-item { font-size: 16px; margin-bottom: 15px; }
.layout--newsletter-signup .form-actions { margin-top: 20px; }
.layout--newsletter-signup .ajax-progress { display: none; }

.field-collection-container { margin: 0; }

@media only screen and (min-width: 768px) { .section-title { margin-bottom: 30px; }
  .layout--4-column .column { float: left; width: 20.83333333%; }
  .layout--4-column .column + .column { margin-left: 5.555555556%; }
  .layout--4-column img { max-width: 100%; }
  .layout--text-column-with-callout { padding: 50px 20px 80px; }
  .layout--text-column-with-callout .section-body { float: left; width: 47.22222222%; }
  .layout--text-column-with-callout .section-callout { float: right; padding: 20px; width: 47.22222222%; }
  .layout--text-column-with-callout .callout-metric { font-size: 84px; letter-spacing: -5px; }
  .layout--text-column-with-callout .callout-text { font-size: 24px; letter-spacing: -1px; margin-top: 20px; text-transform: uppercase; }
  .layout--text-column-with-callout small { margin-top: 20px; }
  .layout--basic-text { padding: 0 0 60px; }
  .layout--callout-scroller { position: relative; }
  .layout--callout-scroller .callout { padding: 25px 40px 30px; }
  .layout--callout-scroller .callout-graphic { border-right: 1px solid #000; float: left; width: 50%; }
  .layout--callout-scroller .callout-info { border-width: 0 0 0 1px; float: left; margin-left: -1px; padding: 0; width: 50%; }
  .layout--callout-scroller .callout-metric { font-size: 130px; }
  .layout--callout-scroller .callout-text { font-size: 28px; line-height: 1em; }
  .layout--callout-scroller .callout-pager .prev { left: 0; margin-top: -27px; position: absolute; top: 50%; z-index: 2; }
  .layout--callout-scroller .callout-pager .next { right: 0; margin-top: -27px; position: absolute; top: 50%; z-index: 2; }
  .layout--org-list .organization { width: 25%; }
  .layout--newsletter-signup .newsletter-text { float: left; width: 47.22222222%; }
  .layout--newsletter-signup .newsletter-form { float: right; padding-top: 45px; width: 47.22222222%; }
  .layout--newsletter-signup .newsletter-form > div { font-size: 16px; margin-top: -40px; text-align: right; }
  .layout--newsletter-signup .form-item { left: 0; margin: 0; position: absolute; top: 0; width: 44.11764706%; }
  .layout--newsletter-signup .form-actions { margin: 0; position: absolute; right: 0; top: 0; width: 44.11764706%; } }

