@charset "UTF-8";
/*
Theme Name: Young Chicago Authors
Theme URI:
Author: Antenna | Digital
Author URI: https://www.antennagroup.com
Description: Custom theme for Young Chicago Authors
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/********************************************************************************
			 --- CSS BASE  ---
*********************************************************************************/
html { font-size: 16px; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

html, body { box-sizing: border-box; height: 100%; }

*, :after, :before { box-sizing: inherit; }

body {margin: 0;padding: 0;line-height: 1.5;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;color: #5d5c6d;background: #fff;font-family: "proxima-nova",sans-serif;font-size: 1.000rem;}

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

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }

audio:not([controls]) { display: none; height: 0; }

[hidden], template { display: none; }

a { background-color: transparent; }

a:active, a:hover { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: 700; }

dfn { font-style: italic; }

mark { background: #ff0; color: #000; }

small { font-size: 80%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }

sup { top: -0.500rem; }

sub { bottom: -.25rem; }

img { border: 0; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

hr { -moz-box-sizing: content-box; box-sizing: content-box; height: 0; }

pre { overflow: auto; }

code, kbd, pre, samp { font-family: monospace,monospace; font-size: 1.000rem; }

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }

button { overflow: visible; }

button, select { text-transform: none; }

button, hdtml input[type=button], input[type=reset], input[type=submit] { -webkit-appearance: button; cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

input { line-height: normal; }

input[type=checkbox], input[type=radio] { box-sizing: border-box; padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button { height: auto; }

input[type=search] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration { -webkit-appearance: none; }

fieldset { border: 1px solid silver; margin: 0 0.111rem; padding: 0.278rem 0.556rem 0.667rem; }

legend { border: 0; padding: 0; }

textarea { overflow: auto; }

optgroup { font-weight: 700; }

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

td, th { padding: 0; }

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

.clearfix:after { clear: both; }

a:hover, a:active, a:focus { outline: none; }

a img { border: none; }

input, textarea, button, select, a { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: transparent; }

address { margin: 0.667rem 0; font-style: normal; }


/*Reduce Root Element (html) Sizing For REMs*/
@media only screen and (max-width: 119b9px) { html { font-size: 15px; } }

@media only screen and (max-width: 1023px) { html { font-size: 14px; } }

@media only screen and (max-width: 800px) { html { font-size: 13px; } }

@media only screen and (max-width: 375px) { html { font-size: 12px; } }

/********************************************************************************
			 --- IMAGES ---
*********************************************************************************/

figure.image {
	width: 100%;
	position: relative;
}

figure.image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

figure.image.responsive:before {
	content: "";
	display: block;
	width: 100%;
	padding-bottom: 100%;
}

figure.image.responsive img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

figure.image .overlay {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

/********************************************************************************
			 --- Template - Header ---
*********************************************************************************/
.header { z-index: 999; position: fixed; left: 0; right: 0; width: 100%; background: #fff; box-shadow: 0px 2px 8px 0px rgba(17, 16, 24, 0.08); }

/*-----------Drawer Scrollbars-----------*/
.drawer::-webkit-scrollbar { width: 0 !important; }

.drawer::-webkit-scrollbar-track { background: none; }

.drawer::-webkit-scrollbar-thumb { background: none; }

.no-touchevents .drawer::-webkit-scrollbar { width: 8px !important; }

.no-touchevents .drawer::-webkit-scrollbar-track { background: #d1d2da; }

.no-touchevents .drawer::-webkit-scrollbar-thumb { background: #2c3691; }

/*-----------Header - Utility Links-----------*/
.utility-links { position: absolute; top: 0; right: 14.500em; }

.utility-links ul { list-style: none; margin: 0; padding: 0; overflow: hidden; }

.utility-links li, .utility-links a { display: block; }

.utility-links > ul > li > a { color: #2a2459; font-weight: 700; text-transform: uppercase; transition: color 250ms ease; font-size: 1.154em; }

.utility-links > ul > li.has-drop > a:after { content: "\e623"; font-family: 'CD-Project-Icons'; margin-left: 0.176em; color: #9091b9; font-weight: normal; }

.utility-links > ul > li.has-drop.active > a:after { content: "\e626"; }

.utility-links > ul > li > a:hover, .utility-links > ul > li.active > a { color: #76819c; }

.utility-links > ul > li.active > a, .utility-links > ul > li.active > .utility-links span[class^="icon-"] { color: #76819c; }

.utility-links span[class^="icon-"] { margin-left: 0.235em; position: relative; top: 1px; color: #ee2f39; }

.utility-links ul ul { position: absolute; z-index: 1; top: auto; right: 0; width: 16.875em; padding: 0.938em 1.563em; background: #f7f8f9; display: none; }

.utility-links ul ul a { padding: 0.875em 0; font-size: 1.125em; font-weight: 700; color: #2e3192; border-bottom: 1px solid #d1d2da; transition: color 250ms ease, padding 250ms ease; }

.utility-links ul ul li:last-child > a { border-bottom: none; }

.utility-links ul ul a:hover { color: #ee2f39; padding-left: 0.625em; }

.utility-links ul ul li.selected > a { color: #2a2459; font-weight: 700; }

@media only screen and (min-width: 801px) { /*-----------Hidden Mobile Elements-----------*/
  .content-overlay, .drawer-toggle { display: none; }
  /*-----------Header-----------*/
  .header { height: 60px; }
  .logo { font-size: 10px; display: block; float: left; height: 60px; line-height: 60px; width: 70px; text-align: center; z-index: 1; border-right: 1px solid #e5e6ed; position: relative; -webkit-backface-visibility: hidden; backface-visibility: hidden; }
  .logo__title { font-weight: 800; color: #2a2459; font-size: 1.154em; text-transform: uppercase; transition: opacity 250ms ease, color 250ms ease; }
  .logo:hover .logo__title { color: #ee2f39; }
  .logo__img { position: absolute; top: 0; left: 0; width: 100%; height: 60px; opacity: 0; transition: opacity 250ms ease; }
  .logo__img img { display: inline-block; vertical-align: middle; max-width: 75%; }
  .stuck-down .logo__title { opacity: 0; }
  .stuck-down .logo__img { opacity: 1; }
  /*-----------Header - Utility Links-----------*/
  .utility-links { font-size: 10px; }
  .utility-links > ul > li > a { padding: 0 1.000em; height: 60px; line-height: 62px; }
  /*-----------Header - Social Links-----------*/
  .social-links.social-links--header { font-size: 10px; float: right; }
  .social-links.social-links--header li { display: block; float: left; height: 60px; line-height: 60px; border-left: 1px solid #e5e6ed; }
  .social-links.social-links--header a { font-size: 1.250em; display: inline-block; padding: 0 1.400em; vertical-align: middle; color: #76819c; }
  .social-links.social-links--header a:hover { color: #2a2459; }
  /*-----------Header - Menu-----------*/
  .menu { font-size: 10px; float: left; }
  .menu ul {list-style: none;margin: 0;/* padding: 0; */}
  .menu ul li.dropdown, .menu ul li.dropdown li {position: relative;}
  .menu li, .menu a { display: block; }
  /*-----------Menu - First Level-----------*/
  .menu > ul { float: right; }
  .menu > ul > li { float: left; border-right: 1px solid #e5e6ed; }
  .menu > ul > li > a { padding: 0 1.750em; margin: 0; z-index: 1; color: #2a2459; font-size: 1.154em; font-weight: 800; text-transform: uppercase; position: relative; height: 60px; line-height: 60px; transition: color 250ms ease; }
  .menu > ul > li.dropdown > a > img { max-height: 1.875em; }
  .menu > ul > li > a:hover, .menu > ul > li:hover > a, .menu > ul > li.selected > a { color: #ee2f39; }
  .menu > ul > li.dropdown > a:after, .menu > ul > li.mega-menu > a:after { content: ""; display: block; position: absolute; bottom: 0; left: 50%; margin-left: -10px; width: 0; height: 0; border-style: solid; border-width: 0 10px 10px 10px; border-color: transparent transparent #0e0c21 transparent; opacity: 0; }
  .menu ul ul a:hover, .menu ul ul li.drop-open > a, .menu ul ul li.selected > a { color: green; }

  .no-touchevents .menu > ul > li.dropdown.drop-open > a:after, .touchevents .menu > ul > li.dropdown:hover > a, .no-touchevents .menu > ul > li.mega-menu.drop-open > a:after, .touchevents .menu > ul > li.mega-menu:hover > a { opacity: 1; transition: opacity .25s ease; }
  /*-----------Menu - Dropdown-----------*/
  .menu > ul > li.dropdown .menu-arrow { display: none; }
  .menu > ul > li.dropdown > ul { line-height: normal; position: absolute; left: -9999px; top: auto; width: 225px; background: #0e0c21; opacity: 0; padding: 0; }
  .menu > ul > li.dropdown > ul > li { padding: 0 1.500em; }
  .menu > ul > li.dropdown > ul > li:not(:last-child) { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .menu > ul > li.dropdown > ul > li > a { padding: 0.875em 0; font-size: 1.200em; font-weight: 700; text-transform: uppercase; color: #fff; transition: color 250ms ease, padding 250ms ease; position: relative; }
  .menu > ul > li.dropdown > ul > li > ul { margin-top: -0.500em; margin-bottom: 0.625em; }
  .menu > ul > li.dropdown > ul > li > ul a { color: #76819c; font-size: 1.250em; }
  .menu > ul > li.dropdown > ul > li > ul a:hover { color: #fff; }
  .menu > ul > li.dropdown > ul > li a:hover { color: rgba(255, 255, 255, 0.6); }
  .menu ul li.dropdown ul li.selected > a { color: #ee2f39; }
  .no-touchevents .menu > ul > li.dropdown.drop-open > ul, .touchevents .menu > ul > li.dropdown:hover > ul { left: auto; opacity: 1; transition: opacity .25s ease; }
  .no-touchevents .menu > ul > li.dropdown.drop-right.drop-open ul, .touchevents .menu > ul > li.dropdown.drop-right:hover ul { right: 0; }
  /*-----------Header - Mega Menu-----------*/
  .menu > ul > li.mega-menu > ul {font-size: 11px;position: absolute;top: auto;left: -9999px;width: 100% !important;background: #0e0c21;padding: 7.500em 0 4.375em;opacity: 0;}
  .no-touchevents .menu > ul > li.mega-menu.drop-open > ul, .touchevents .menu > ul > li.mega-menu:hover > ul { left: 0; opacity: 1; transition: opacity .25s ease; }
  .menu > ul > li.mega-menu > ul > li { display: inline-block; vertical-align: top; padding: 0 1.500em; transition: opacity .25s ease; }
  .menu > ul > li.mega-menu > ul > li > a { color: #fff; text-transform: uppercase; font-weight: 700; margin-bottom: 0.938em; position: relative; }
  .menu > ul > li.mega-menu > ul > li:not(.mega-menu__secondary) > a > .mega-menu__icon { font-size: 2.750em; position: absolute; bottom: 0.909em; color: #ee2f39; transition: color 250ms ease; }
  .menu > ul > li.mega-menu > ul > li:not(.mega-menu__secondary) > a > .mega-menu__icon.icon-school { font-size: 3.625em; bottom: 0.483em; }
  .menu > ul > li.mega-menu > ul > li:not(.mega-menu__secondary) > a:hover .mega-menu__icon { color: #4f72c5; }
  .menu ul li.mega-menu ul ul a { color: #76819c; font-weight: 600; }
  .menu ul li.mega-menu ul ul a:hover { color: #a9b8da; }
  .menu > ul > li.mega-menu li.mega-menu__secondary { display: block; float: left; width: 33.33333333333333%; margin-top: 3.750em; }
  .menu > ul > li.mega-menu li.mega-menu__secondary a { border-top: 1px solid #1b2042; padding-top: 1.250em; padding-left: 3.750em; }
  .menu > ul > li.mega-menu li.mega-menu__secondary .secondary-overview { display: block; text-transform: none; color: #76819c; font-weight: 600; }
  .menu > ul > li.mega-menu li.mega-menu__secondary .mega-menu__icon { font-size: 2.250em; position: absolute; top: 0.556em; left: 0; color: #4f72c5; transition: color 250ms ease; }
  .menu > ul > li.mega-menu li.mega-menu__secondary a:hover .mega-menu__icon { color: #ee2f39; }
  /*-----------Site Logo----------*/
  .site-logo {position: absolute;max-width: 115px;top: 40px;left: 20px;z-index: 2;}
  .site-logo img { width: 150px; height: 69px; }
	.has-notice-bar .site-logo { top: 60px; } }

@media only screen and (min-width: 960px) { .logo, .menu, .utility-links, .social-links.social-links--header { font-size: 11px; }
  .logo { width: 100px; }
  .menu > ul > li.mega-menu > ul { font-size: 13px; }
  .menu > ul > li.mega-menu > ul > li { padding-right: 1.750em; padding-left: 1.750em; } }

@media only screen and (min-width: 1024px) { .logo, .menu, .utility-links, .social-links.social-links--header { font-size: 12px; }
  .logo { width: 120px; }
  .menu > ul > li.mega-menu > ul { font-size: 14px; }
  .menu > ul > li.dropdown > ul {/* width: 250px; */} }

@media only screen and (min-width: 1200px) { .logo, .menu, .utility-links, .social-links.social-links--header { font-size: 16px; }
  .logo { width: 150px; }
  .menu > ul > li > a, .logo__title, .menu > ul > li.dropdown > ul > li > a { font-size: 0.875em; }
  .menu > ul > li > a { padding: 0 3.429em; }
  .menu > ul > li.dropdown > ul {width: 280px;}
  .menu > ul > li.dropdown > ul > li > ul a { color: #76819c; font-size: 0.875em; }
  .menu > ul > li.mega-menu > ul { font-size: 15px; }
  .menu > ul > li.mega-menu > ul > li { padding-right: 2.500em; padding-left: 2.500em; }
  .utility-links > ul > li > a { font-size: 0.875em; } }

@media only screen and (min-width: 1366px) { .menu > ul > li.mega-menu > ul { font-size: 16px; }
  .menu > ul > li.mega-menu > ul {padding-right: 3.000em;padding-left: 3.000em;}
  .site-logo {top: 40px;left: 40px;max-width: none;}

}

@media only screen and (min-width: 1440px) { .menu > ul > li.mega-menu > ul {padding-right: 5.000em;padding-left: 5.000em;} }

@media only screen and (min-width: 1600px) { .menu > ul > li.mega-menu > ul { padding-right: 9.375em; padding-left: 9.375em; } }

@media only screen and (max-width: 800px) {
  .site-logo { display: none; }
  /*-----------Header-----------*/
  .header {height: 50px;line-height: 50px;}
  /*-----------Header - Logo-----------*/
  .logo { display: block; width: 100%; height: 50px; line-height: 48px; padding: 0 15px 0 54px; }
  .logo__title { display: none; }
  .logo img { width: 100%; max-width: 58px; display: inline-block; vertical-align: middle; }
  /*-----------Drawer Toggle-----------*/
  .drawer-toggle { position: absolute; top: 0; left: 0; width: 44px; height: 50px; text-align: center; display: block; margin: 0; padding: 0; }
  .drawer-toggle span { position: absolute; display: block; width: 24px; height: 2px; background: #2a2459; top: 50%; margin-top: -1px; left: 50%; margin-left: -12px; }
  .drawer-toggle span::before, .drawer-toggle span::after { content: ''; position: absolute; left: 0; background: inherit; width: 100%; height: 100%; }
  .drawer-toggle span::before { top: -7px; }
  .drawer-toggle span::after { bottom: -7px; }
  /*-----------Drawer-----------*/
  .drawer { position: fixed; z-index: 1001; top: 0; left: -300px; height: 100%; width: 300px; background: #fff; overflow-x: hidden; overflow-y: auto; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-transition: -webkit-transform 150ms ease-in-out; transition: transform 150ms ease-in-out; }
  /*-----------Main Menu-----------*/
  .menu { font-size: 16px; background: #fff; }
  .menu ul { padding: 0; margin: 0; list-style: none; }
	.menu ul ul { display: none; }
  .menu li { line-height: 1.2; }
  .menu li, .menu a { display: block; }
  .menu a { border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .menu ul li a { padding-left: 0.667em; padding-right: 3.125em; font-size: 1.000em; position: relative; }
  .menu > ul > li > a { padding-top: 0.875em; padding-bottom: 0.875em; text-transform: uppercase; color: #2a2459; font-weight: 800; border-bottom: 1px solid #e5e6ed; }
  .menu > ul > li > a > img { max-height: 1.875em; }
  .menu > ul > li.active { background: #0e0c21; }
  .menu > ul > li.active > a { color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  .menu .menu-arrow { font-weight: normal; position: absolute; top: 0; right: 0; display: block; width: 3.125em; text-align: center; height: 100%; z-index: 1; }
  .menu .menu-arrow:after { content: "\e64d"; font-family: 'CD-Project-Icons'; color: #ee2f39; font-size: 1.500em; line-height: 1.2; position: absolute; top: 50%; left: 50%; margin: -0.583em 0 0 -0.500em; font-style: normal; -webkit-transition: all 150ms ease; -moz-transition: all 150ms ease; transition: all 150ms ease; }
  .menu li.active a .menu-arrow:after { color: #fff; }
  .menu li.active > a .menu-arrow:after { -webkit-transform: rotate(-180deg); transform: rotate(-180deg); }
  .menu ul ul li a { font-size: 0.938em; color: #fff; font-weight: 600; padding-left: 1.600em; padding-top: 0.800em; padding-bottom: 0.800em; }
  .menu li.active > ul { display: block; background: rgba(255, 255, 255, 0.05); }
  .menu ul ul ul li a { font-size: 0.875em; font-weight: 400; padding-left: 2.769em; padding-top: 0.800em; padding-bottom: 0.800em; border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
  .menu > ul > li > ul > li.active { background: rgba(255, 255, 255, 0.1); position: relative; }
  .menu > ul > li > ul > li.active:before { content: ""; display: block; width: 100%; height: 1px; background: rgba(0, 0, 0, 0.05); position: absolute; top: -1px; left: 0; }
  .menu > ul > li > ul > li.active > a { color: #fff; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
  .mega-menu__icon { margin-right: 5px; }
  .secondary-overview { display: none; }
  /*-----------Pull Out Menu Content Overlay-----------*/
  .content-overlay { visibility: hidden; height: 0; width: 0; background: rgba(0, 0, 0, 0); position: absolute; top: 0; -webkit-transition: background-color 150ms ease-in-out; -moz-transition: background-color 150ms ease-in-out; transition: background-color 150ms ease-in-out; z-index: 1000; }
  /*-----------Pull Out Menu Open-----------*/
  .root { position: relative; height: 100%; }
  .root.menu_open { overflow: hidden; }
  .root.menu_open .drawer { -webkit-transform: translate3d(300px, 0, 0); transform: translate3d(300px, 0, 0); }
  .root.menu_open .content-overlay { visibility: visible; height: 100%; width: 100%; position: fixed; top: 0; left: 0; right: 0; background: rgba(93, 92, 109, 0.92); overflow: hidden; }
  .root.menu_open .content-overlay span { position: absolute; top: 15px; right: 15px; font-size: 28px; color: #fff; }
  /*-----------Header - Utility Links-----------*/
  .utility-links { font-size: 13px; right: 0; }
  .utility-links > ul > li > a { padding: 0 1.500em; }
  .utility-links > ul > li > a { height: 50px; line-height: 52px; }
  /*-----------Social Links-----------*/
  .social-links.social-links--header { padding: 1.125em 0; font-size: 13px; }
  .social-links.social-links--header ul { text-align: left; }
  .social-links.social-links--header li { text-align: center; display: block; float: left; }
  .social-links.social-links--header a { padding: 0 0.667em; font-size: 1.500em; color: #76819c; } }

@media only screen and (max-width: 639px) { /*-----------Header - Utility Links-----------*/
  .utility-links { font-size: 12px; } }

@media only screen and (max-width: 479px) { .logo img { max-width: 50px; }
  .utility-links { font-size: 11px; }
  .root.menu_open .content-overlay span { top: 10px; right: 10px; font-size: 24px; } }

@media only screen and (max-width: 375px) { /* Menu */
  .drawer { width: 280px; left: -280px; }
  .root.menu_open .drawer { -webkit-transform: translate3d(280px, 0, 0); transform: translate3d(280px, 0, 0); } }

@media only screen and (max-width: 320px) { /* Menu */
  .menu { font-size: 15px; }
  .drawer { width: 260px; left: -260px; }
  .root.menu_open .drawer { -webkit-transform: translate3d(260px, 0, 0); transform: translate3d(260px, 0, 0); }
  .root.menu_open .content-overlay span { top: 5px; right: 5px; font-size: 18px; } }

/********************************************************************************
			 --- Social Links ---
*********************************************************************************/
.social-links { font-size: 16px; }

.social-links ul { list-style: none; margin: 0; padding: 0; overflow: hidden; text-align: center; line-height: 1.2; }

.icon-social { display: inline-block; vertical-align: middle; }

.icon-label { display: none; }

/********************************************************************************
			 --- Hero ---
*********************************************************************************/
.hero { font-size: 16px; position: relative; background: #0e0c21; }

.hero__bg, .hero__bg:before, .hero__body-wrapper { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.hero__bg {background-position: center center;background-repeat: no-repeat;background-size: cover;overflow: hidden;position: relative;}

.hero__bg:before { content: ""; display: block; background-color: rgba(42, 36, 89, 0.5); }

.hero__body-wrapper { z-index: 1; text-align: center; }

.hero__body-valign { display: inline-block; vertical-align: middle; line-height: 1.2; width: 100%; }

.hero__body > div > :last-child, .hero__body-caption :last-child { margin-bottom: 0; }

.hero__body-title { font-size: 3.750em; color: #fff; text-transform: uppercase; margin-bottom: 0.167em; }

.hero__body-subtitle { font-size: 1.750em; color: #fff; font-family: "adelle",sans-serif; font-weight: 400; max-width: 767px; margin: 0 auto; }

.hero__body-img { width: 55%; margin: 0 auto 2.000em; }

.hero__body-cta { margin-top: 3.000em; }

.hero__body-cta .button { font-size: 0.938em; margin-bottom: 0; }

.hero__body-cta .button:not(:last-child):first-child { margin-right: 0.333em; }

.hero__body-cta .button:not(:first-child):last-child { margin-left: 0.333em; }

.hero__body-cta .button.secondary.stroke { color: #fff; }

.hero__body-cta .button.secondary.stroke span[class^="icon-"] { color: #60c5db; }

.site__banner {
    background: #2a2459;
    color: #fff;
    padding: 10px 15px;
    text-align: center;
		position: relative;
    z-index: 9;
}

.site__banner p {
    margin: 0;
}

/*-----------Hero - Tall-----------*/
.hero--tall, .hero--tall .hero__body-wrapper { height: 750px; }

.hero--tall .hero__body-wrapper { line-height: 750px; }

/*-----------Hero - Short-----------*/
.hero--short, .hero--short .hero__body-wrapper { height: 580px; }

.hero--short .hero__body-wrapper { line-height: 580px; }

/*-----------Hero - Page Title-----------*/
.hero--title, .hero--title .hero__body-wrapper {height: 144px;}

.hero--title .hero__body-wrapper { line-height: 144px; }

.hero--title .hero__bg { background-image: url(assets/images/title-pattern.png); }

.hero--title .hero__bg:before { display: none; }

.hero--title .row.column { max-width: 1024px; }

.hero--title .hero__body-title { font-size: 3.000em; }

@media only screen and (max-width: 1600px) { .hero--title {overflow: hidden;font-size: 15px;position: relative;}
  .hero--title .row.column { max-width: 960px; } }

@media only screen and (max-width: 1366px) { .hero { font-size: 15px; }
  .hero--title { font-size: 14px; }
  .hero--title .row.column { max-width: 870px; }
  .hero--tall, .hero--tall .hero__body-wrapper { height: 700px; }
  .hero--tall .hero__body-wrapper { line-height: 700px; }
  .hero--short, .hero--short .hero__body-wrapper { height: 520px; }
  .hero--short .hero__body-wrapper { line-height: 520px; } }

@media only screen and (max-width: 1199px) { .hero { font-size: 14px; }
  .hero--title { font-size: 13px; }
  .hero--title .hero__body { padding-left: 150px; padding-right: 150px; }
  .hero--tall, .hero--tall .hero__body-wrapper { height: 650px; }
  .hero--tall .hero__body-wrapper { line-height: 650px; }
  .hero--short, .hero--short .hero__body-wrapper { height: 500px; }
  .hero--short .hero__body-wrapper { line-height: 500px; } }

@media only screen and (min-width: 801px) and (max-width: 1023px) { .hero--tall .hero__body, .hero--short .hero__body { padding-top: 50px; } }

@media only screen and (max-width: 1023px) { .hero { font-size: 13px; }
  .hero--title { font-size: 12px; }
  .hero--tall, .hero--tall .hero__body-wrapper { height: 600px; }
  .hero--tall .hero__body-wrapper { line-height: 600px; }
  .hero--short, .hero--short .hero__body-wrapper { height: 480px; }
  .hero--short .hero__body-wrapper { line-height: 480px; } }

@media only screen and (max-width: 959px) { .hero { font-size: 12px; }
  .hero--title { font-size: 11px; }
  .hero--tall, .hero--tall .hero__body-wrapper { height: 500px; }
  .hero--tall .hero__body-wrapper { line-height: 500px; }
  .hero--short, .hero--short .hero__body-wrapper { height: 425px; }
  .hero--short .hero__body-wrapper { line-height: 425px; } }

@media only screen and (max-width: 800px) { .hero { font-size: 11px; }
  .hero--title { font-size: 9px; }
  .hero--title, .hero--title .hero__body-wrapper { height: 120px; }
  .hero--title .hero__body-wrapper { line-height: 120px; }
  .hero--title .hero__body { padding-left: 0; }
  .hero--tall, .hero--tall .hero__body-wrapper { height: 450px; }
  .hero--tall .hero__body-wrapper { line-height: 450px; }
  .hero--short, .hero--short .hero__body-wrapper { height: 360px; }
  .hero--short .hero__body-wrapper { line-height: 360px; } }

@media only screen and (max-width: 639px) { .hero { font-size: 10px; }
  .hero__body-cta .button { font-size: 1.125em; }
  .hero--title { font-size: 8px; }
  .hero--title, .hero--title .hero__body-wrapper { height: 100px; }
  .hero--title .hero__body-wrapper { line-height: 100px; }
  .hero--tall, .hero--tall .hero__body-wrapper { height: 425px; }
  .hero--tall .hero__body-wrapper { line-height: 425px; }
  .hero--short, .hero--short .hero__body-wrapper { height: 300px; }
  .hero--short .hero__body-wrapper { line-height: 300px; } }

@media only screen and (max-width: 479px) { .hero { font-size: 9px; }
  .hero__body-title { font-size: 3.250em; }
  .hero--title { font-size: 7px; }
  .hero--tall, .hero--tall .hero__body-wrapper { height: 375px; }
  .hero--tall .hero__body-wrapper { line-height: 375px; }
  .hero--short, .hero--short .hero__body-wrapper { height: 280px; }
  .hero--short .hero__body-wrapper { line-height: 280px; } }

@media only screen and (max-width: 375px) { .hero { font-size: 8px; }
  .hero__body-cta .button:not(:first-child):last-child, .hero__body-cta .button:not(:last-child):first-child { margin-right: 0; margin-left: 0; }
  .hero__body-cta .button:not(:last-child) { margin-bottom: 0.875em; }
  .hero--title { font-size: 6px; }
  .hero--title, .hero--title .hero__body-wrapper { height: 80px; }
  .hero--title .hero__body-wrapper { line-height: 80px; }
  .hero--tall, .hero--tall .hero__body-wrapper { height: 300px; }
  .hero--tall .hero__body-wrapper { line-height: 300px; }
  .hero--short, .hero--short .hero__body-wrapper { height: 250px; }
  .hero--short .hero__body-wrapper { line-height: 250px; } }

@media only screen and (max-width: 320px) { .hero { font-size: 7px; }
  .hero--title { font-size: 5px; } }

/********************************************************************************
			 --- CTA Bar ---
*********************************************************************************/
.cta-bar { position: relative; background: #0c0b33 url(../images/template/cta-bar-bg.jpg) no-repeat; background-position: top center; background-size: cover; }

.cta-bar__logo { position: absolute; top: 0; left: 0; width: 600px; height: 100%; text-align: left; overflow: hidden; }

.cta-bar__logo-brush { position: absolute; top: -75%; left: -25%; width: 100%; }

.cta-bar__logo-brush img { width: 100%; height: 100%; }

.cta-bar__logo-img { display: block; position: absolute; top: 50%; left: 30px; margin-top: -25px; width: 150px; height: 50px; text-align: center; z-index: 1; }

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

.cta-bar__valign { line-height: 1.2; position: relative; z-index: 1; }

.cta-bar__row { padding: 0 340px 0 450px; }

.cta-bar__headline, .cta-bar__subheadline { display: block; }

.cta-bar__headline { font-size: 0.938em; text-transform: uppercase; color: #60c5db; font-weight: 700; }

.cta-bar__subheadline { font-size: 1.688em; color: #fff; font-weight: 800; }

@media only screen and (min-width: 801px) { .cta-bar { height: 80px; }
  .cta-bar__row { height: 80px; line-height: 80px; }
  .cta-bar__valign { display: inline-block; vertical-align: middle; }
  .cta-bar__button.button { position: absolute; top: 0; right: 0; width: 300px; height: 80px; line-height: 80px; padding: 0; } }

@media only screen and (max-width: 1366px) { .cta-bar { font-size: 15px; }
  .cta-bar__row { padding-right: 290px; padding-left: 380px; }
  .cta-bar__button.button { width: 250px; }
  .cta-bar__logo { width: 500px; }
  .cta-bar__logo-img { left: 15px; } }

@media only screen and (max-width: 1199px) { .cta-bar { font-size: 14px; }
  .cta-bar__button.button { width: 200px; }
  .cta-bar__row { padding-right: 230px; padding-left: 300px; }
  .cta-bar__logo { width: 420px; }
  .cta-bar__logo-img { left: 5px; } }

@media only screen and (max-width: 1023px) { .cta-bar { font-size: 13px; }
  .cta-bar__row { padding-right: 180px; padding-left: 200px; }
  .cta-bar__logo { width: 350px; }
  .cta-bar__logo-img { width: 100px; margin-top: -20px; height: 40px; } }

@media only screen and (max-width: 800px) { .cta-bar { font-size: 14px; }
  .cta-bar__row { padding-top: 30px; padding-bottom: 20px; padding-right: 20px; }
  .cta-bar__logo { height: 80px; }
  .cta-bar__button.button { font-size: 0.875em; margin-top: 1.000em; margin-bottom: 0; } }

@media only screen and (max-width: 639px) { .cta-bar { font-size: 13px; }
  .cta-bar__row { padding-left: 165px; }
  .cta-bar__logo-brush { top: -40%; }
  .cta-bar__logo { width: 250px; height: 60px; }
  .cta-bar__logo-img { width: 100px; margin-top: -20px; height: 40px; } }

@media only screen and (max-width: 479px) { .cta-bar { font-size: 11px; }
  .cta-bar__row { padding-left: 100px; }
  .cta-bar__logo { width: 200px; height: 50px; }
  .cta-bar__logo-img { width: 80px; margin-top: -15px; height: 30px; } }

/********************************************************************************
			 --- Breadcrumbs ---
*********************************************************************************/
.breadcrumbs { font-size: 16px; background-color: #2a2459; position: relative; z-index: 1; text-align: center; height: 3.750em; line-height: 3.750em; }

.breadcrumbs span { display: inline-block; vertical-align: middle; position: relative; }

.breadcrumbs a, .breadcrumb_last { font-size: 0.813em; color: white; text-transform: uppercase; font-weight: 600; margin: 0 0.625em; }

.breadcrumbs a:hover { color: rgba(255, 255, 255, 0.6); }

.breadcrumb_last { color: #60c5db; }

@media only screen and (max-width: 1199px) { .breadcrumbs { font-size: 15px; } }

@media only screen and (max-width: 1023px) { .breadcrumbs { font-size: 14px; }
  .breadcrumbs a { max-width: 10.000em; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } }

@media only screen and (max-width: 800px) { .breadcrumbs { font-size: 13px; }
  .breadcrumbs { height: 3.286em; line-height: 3.286em; } }

@media only screen and (max-width: 639px) { .breadcrumbs { font-size: 12px; } }

@media only screen and (max-width: 479px) { .breadcrumbs { font-size: 11px; } }

@media only screen and (max-width: 375px) { .breadcrumbs { font-size: 10px; } }

@media only screen and (max-width: 320px) { .breadcrumbs { font-size: 9px; } }

/********************************************************************************
			 --- Template Layout ---
*********************************************************************************/
.main { margin-top: 4rem; }

.main.content-home { margin-top: 0; }

@media only screen and (min-width: 801px) { .wrapper { padding-top: 60px; } }

@media only screen and (max-width: 800px) { .wrapper {padding-top: 50px;} }

/********************************************************************************
			 --- Grid ---
*********************************************************************************/
/* Base Grid Classes */
.row { width: 96%; max-width: 1230px; margin-left: auto; margin-right: auto; }

.row::before, .row::after { content: ' '; display: table; }

.row::after { clear: both; }

.row.collapse > .column, .row.collapse > .columns { padding-left: 0; padding-right: 0; }

.row .row { width: auto; max-width: none; margin-left: -.9375rem; margin-right: -.9375rem; }

.row .row.collapse { margin-left: 0; margin-right: 0; }

.row.expanded { max-width: none; }

.row.expanded .row { margin-left: auto; margin-right: auto; }

.column, .columns { width: 100%; float: left; padding-left: .9375rem; padding-right: .9375rem; }

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) { float: right; }

.column.end:last-child:last-child, .end.columns:last-child:last-child { float: left; }

form .column:last-child:not(:first-child), form .columns:last-child:not(:first-child) { float: left; }

.column.row.row, .row.row.columns { float: none; }

.row .column.row.row, .row .row.row.columns { padding-left: 0; padding-right: 0; margin-left: 0; margin-right: 0; }

.row.column, .row.columns { width: 96%; }

.row .row.column, .row .row.columns { width: auto; }

/* .xsmall- Grid */
.xsmall-1 { width: 8.33333%; }

.xsmall-push-1 { position: relative; left: 8.33333%; }

.xsmall-pull-1 { position: relative; left: -8.33333%; }

.xsmall-offset-0 { margin-left: 0; }

.xsmall-2 { width: 16.66667%; }

.xsmall-push-2 { position: relative; left: 16.66667%; }

.xsmall-pull-2 { position: relative; left: -16.66667%; }

.xsmall-offset-1 { margin-left: 8.33333%; }

.xsmall-3 { width: 25%; }

.xsmall-push-3 { position: relative; left: 25%; }

.xsmall-pull-3 { position: relative; left: -25%; }

.xsmall-offset-2 { margin-left: 16.66667%; }

.xsmall-4 { width: 33.33333%; }

.xsmall-push-4 { position: relative; left: 33.33333%; }

.xsmall-pull-4 { position: relative; left: -33.33333%; }

.xsmall-offset-3 { margin-left: 25%; }

.xsmall-5 { width: 41.66667%; }

.xsmall-push-5 { position: relative; left: 41.66667%; }

.xsmall-pull-5 { position: relative; left: -41.66667%; }

.xsmall-offset-4 { margin-left: 33.33333%; }

.xsmall-6 { width: 50%; }

.xsmall-push-6 { position: relative; left: 50%; }

.xsmall-pull-6 { position: relative; left: -50%; }

.xsmall-offset-5 { margin-left: 41.66667%; }

.xsmall-7 { width: 58.33333%; }

.xsmall-push-7 { position: relative; left: 58.33333%; }

.xsmall-pull-7 { position: relative; left: -58.33333%; }

.xsmall-offset-6 { margin-left: 50%; }

.xsmall-8 { width: 66.66667%; }

.xsmall-push-8 { position: relative; left: 66.66667%; }

.xsmall-pull-8 { position: relative; left: -66.66667%; }

.xsmall-offset-7 { margin-left: 58.33333%; }

.xsmall-9 { width: 75%; }

.xsmall-push-9 { position: relative; left: 75%; }

.xsmall-pull-9 { position: relative; left: -75%; }

.xsmall-offset-8 { margin-left: 66.66667%; }

.xsmall-10 { width: 83.33333%; }

.xsmall-push-10 { position: relative; left: 83.33333%; }

.xsmall-pull-10 { position: relative; left: -83.33333%; }

.xsmall-offset-9 { margin-left: 75%; }

.xsmall-11 { width: 91.66667%; }

.xsmall-push-11 { position: relative; left: 91.66667%; }

.xsmall-pull-11 { position: relative; left: -91.66667%; }

.xsmall-offset-10 { margin-left: 83.33333%; }

.xsmall-12 { width: 100%; }

.xsmall-offset-11 { margin-left: 91.66667%; }

.xsmall-up-1 > .column, .xsmall-up-1 > .columns { width: 100%; float: left; }

.xsmall-up-1 > .column:nth-of-type(1n), .xsmall-up-1 > .columns:nth-of-type(1n) { clear: none; }

.xsmall-up-1 > .column:nth-of-type(1n+1), .xsmall-up-1 > .columns:nth-of-type(1n+1) { clear: both; }

.xsmall-up-1 > .column:last-child, .xsmall-up-1 > .columns:last-child { float: left; }

.xsmall-up-2 > .column, .xsmall-up-2 > .columns { width: 50%; float: left; }

.xsmall-up-2 > .column:nth-of-type(1n), .xsmall-up-2 > .columns:nth-of-type(1n) { clear: none; }

.xsmall-up-2 > .column:nth-of-type(2n+1), .xsmall-up-2 > .columns:nth-of-type(2n+1) { clear: both; }

.xsmall-up-2 > .column:last-child, .xsmall-up-2 > .columns:last-child { float: left; }

.xsmall-up-3 > .column, .xsmall-up-3 > .columns { width: 33.33333%; float: left; }

.xsmall-up-3 > .column:nth-of-type(1n), .xsmall-up-3 > .columns:nth-of-type(1n) { clear: none; }

.xsmall-up-3 > .column:nth-of-type(3n+1), .xsmall-up-3 > .columns:nth-of-type(3n+1) { clear: both; }

.xsmall-up-3 > .column:last-child, .xsmall-up-3 > .columns:last-child { float: left; }

.xsmall-up-4 > .column, .xsmall-up-4 > .columns { width: 25%; float: left; }

.xsmall-up-4 > .column:nth-of-type(1n), .xsmall-up-4 > .columns:nth-of-type(1n) { clear: none; }

.xsmall-up-4 > .column:nth-of-type(4n+1), .xsmall-up-4 > .columns:nth-of-type(4n+1) { clear: both; }

.xsmall-up-4 > .column:last-child, .xsmall-up-4 > .columns:last-child { float: left; }

.xsmall-up-5 > .column, .xsmall-up-5 > .columns { width: 20%; float: left; }

.xsmall-up-5 > .column:nth-of-type(1n), .xsmall-up-5 > .columns:nth-of-type(1n) { clear: none; }

.xsmall-up-5 > .column:nth-of-type(5n+1), .xsmall-up-5 > .columns:nth-of-type(5n+1) { clear: both; }

.xsmall-up-5 > .column:last-child, .xsmall-up-5 > .columns:last-child { float: left; }

.xsmall-up-6 > .column, .xsmall-up-6 > .columns { width: 16.66667%; float: left; }

.xsmall-up-6 > .column:nth-of-type(1n), .xsmall-up-6 > .columns:nth-of-type(1n) { clear: none; }

.xsmall-up-6 > .column:nth-of-type(6n+1), .xsmall-up-6 > .columns:nth-of-type(6n+1) { clear: both; }

.xsmall-up-6 > .column:last-child, .xsmall-up-6 > .columns:last-child { float: left; }

.xsmall-up-7 > .column, .xsmall-up-7 > .columns { width: 14.28571%; float: left; }

.xsmall-up-7 > .column:nth-of-type(1n), .xsmall-up-7 > .columns:nth-of-type(1n) { clear: none; }

.xsmall-up-7 > .column:nth-of-type(7n+1), .xsmall-up-7 > .columns:nth-of-type(7n+1) { clear: both; }

.xsmall-up-7 > .column:last-child, .xsmall-up-7 > .columns:last-child { float: left; }

.xsmall-up-8 > .column, .xsmall-up-8 > .columns { width: 12.5%; float: left; }

.xsmall-up-8 > .column:nth-of-type(1n), .xsmall-up-8 > .columns:nth-of-type(1n) { clear: none; }

.xsmall-up-8 > .column:nth-of-type(8n+1), .xsmall-up-8 > .columns:nth-of-type(8n+1) { clear: both; }

.xsmall-up-8 > .column:last-child, .xsmall-up-8 > .columns:last-child { float: left; }

.xsmall-collapse > .column, .xsmall-collapse > .columns { padding-left: 0; padding-right: 0; }

.xsmall-collapse .row, .expanded.row .xsmall-collapse.row { margin-left: 0; margin-right: 0; }

.xsmall-uncollapse > .column, .xsmall-uncollapse > .columns { padding-left: .9375rem; padding-right: .9375rem; }

.xsmall-centered { float: none; margin-left: auto; margin-right: auto; }

.xsmall-uncentered, .xsmall-push-0, .xsmall-pull-0 { position: static; margin-left: 0; margin-right: 0; float: left; }

/* .small- Grid */
@media screen and (min-width: 480px) { .small-1 { width: 8.33333%; }
  .small-push-1 { position: relative; left: 8.33333%; }
  .small-pull-1 { position: relative; left: -8.33333%; }
  .small-offset-0 { margin-left: 0; }
  .small-2 { width: 16.66667%; }
  .small-push-2 { position: relative; left: 16.66667%; }
  .small-pull-2 { position: relative; left: -16.66667%; }
  .small-offset-1 { margin-left: 8.33333%; }
  .small-3 { width: 25%; }
  .small-push-3 { position: relative; left: 25%; }
  .small-pull-3 { position: relative; left: -25%; }
  .small-offset-2 { margin-left: 16.66667%; }
  .small-4 { width: 33.33333%; }
  .small-push-4 { position: relative; left: 33.33333%; }
  .small-pull-4 { position: relative; left: -33.33333%; }
  .small-offset-3 { margin-left: 25%; }
  .small-5 { width: 41.66667%; }
  .small-push-5 { position: relative; left: 41.66667%; }
  .small-pull-5 { position: relative; left: -41.66667%; }
  .small-offset-4 { margin-left: 33.33333%; }
  .small-6 { width: 50%; }
  .small-push-6 { position: relative; left: 50%; }
  .small-pull-6 { position: relative; left: -50%; }
  .small-offset-5 { margin-left: 41.66667%; }
  .small-7 { width: 58.33333%; }
  .small-push-7 { position: relative; left: 58.33333%; }
  .small-pull-7 { position: relative; left: -58.33333%; }
  .small-offset-6 { margin-left: 50%; }
  .small-8 { width: 66.66667%; }
  .small-push-8 { position: relative; left: 66.66667%; }
  .small-pull-8 { position: relative; left: -66.66667%; }
  .small-offset-7 { margin-left: 58.33333%; }
  .small-9 { width: 75%; }
  .small-push-9 { position: relative; left: 75%; }
  .small-pull-9 { position: relative; left: -75%; }
  .small-offset-8 { margin-left: 66.66667%; }
  .small-10 { width: 83.33333%; }
  .small-push-10 { position: relative; left: 83.33333%; }
  .small-pull-10 { position: relative; left: -83.33333%; }
  .small-offset-9 { margin-left: 75%; }
  .small-11 { width: 91.66667%; }
  .small-push-11 { position: relative; left: 91.66667%; }
  .small-pull-11 { position: relative; left: -91.66667%; }
  .small-offset-10 { margin-left: 83.33333%; }
  .small-12 { width: 100%; }
  .small-offset-11 { margin-left: 91.66667%; }
  .small-up-1 > .column, .small-up-1 > .columns { width: 100%; float: left; }
  .small-up-1 > .column:nth-of-type(1n), .small-up-1 > .columns:nth-of-type(1n) { clear: none; }
  .small-up-1 > .column:nth-of-type(1n+1), .small-up-1 > .columns:nth-of-type(1n+1) { clear: both; }
  .small-up-1 > .column:last-child, .small-up-1 > .columns:last-child { float: left; }
  .small-up-2 > .column, .small-up-2 > .columns { width: 50%; float: left; }
  .small-up-2 > .column:nth-of-type(1n), .small-up-2 > .columns:nth-of-type(1n) { clear: none; }
  .small-up-2 > .column:nth-of-type(2n+1), .small-up-2 > .columns:nth-of-type(2n+1) { clear: both; }
  .small-up-2 > .column:last-child, .small-up-2 > .columns:last-child { float: left; }
  .small-up-3 > .column, .small-up-3 > .columns { width: 33.33333%; float: left; }
  .small-up-3 > .column:nth-of-type(1n), .small-up-3 > .columns:nth-of-type(1n) { clear: none; }
  .small-up-3 > .column:nth-of-type(3n+1), .small-up-3 > .columns:nth-of-type(3n+1) { clear: both; }
  .small-up-3 > .column:last-child, .small-up-3 > .columns:last-child { float: left; }
  .small-up-4 > .column, .small-up-4 > .columns { width: 25%; float: left; }
  .small-up-4 > .column:nth-of-type(1n), .small-up-4 > .columns:nth-of-type(1n) { clear: none; }
  .small-up-4 > .column:nth-of-type(4n+1), .small-up-4 > .columns:nth-of-type(4n+1) { clear: both; }
  .small-up-4 > .column:last-child, .small-up-4 > .columns:last-child { float: left; }
  .small-up-5 > .column, .small-up-5 > .columns { width: 20%; float: left; }
  .small-up-5 > .column:nth-of-type(1n), .small-up-5 > .columns:nth-of-type(1n) { clear: none; }
  .small-up-5 > .column:nth-of-type(5n+1), .small-up-5 > .columns:nth-of-type(5n+1) { clear: both; }
  .small-up-5 > .column:last-child, .small-up-5 > .columns:last-child { float: left; }
  .small-up-6 > .column, .small-up-6 > .columns { width: 16.66667%; float: left; }
  .small-up-6 > .column:nth-of-type(1n), .small-up-6 > .columns:nth-of-type(1n) { clear: none; }
  .small-up-6 > .column:nth-of-type(6n+1), .small-up-6 > .columns:nth-of-type(6n+1) { clear: both; }
  .small-up-6 > .column:last-child, .small-up-6 > .columns:last-child { float: left; }
  .small-up-7 > .column, .small-up-7 > .columns { width: 14.28571%; float: left; }
  .small-up-7 > .column:nth-of-type(1n), .small-up-7 > .columns:nth-of-type(1n) { clear: none; }
  .small-up-7 > .column:nth-of-type(7n+1), .small-up-7 > .columns:nth-of-type(7n+1) { clear: both; }
  .small-up-7 > .column:last-child, .small-up-7 > .columns:last-child { float: left; }
  .small-up-8 > .column, .small-up-8 > .columns { width: 12.5%; float: left; }
  .small-up-8 > .column:nth-of-type(1n), .small-up-8 > .columns:nth-of-type(1n) { clear: none; }
  .small-up-8 > .column:nth-of-type(8n+1), .small-up-8 > .columns:nth-of-type(8n+1) { clear: both; }
  .small-up-8 > .column:last-child, .small-up-8 > .columns:last-child { float: left; }
  .small-collapse > .column, .small-collapse > .columns { padding-left: 0; padding-right: 0; }
  .small-collapse .row, .expanded.row .small-collapse.row { margin-left: 0; margin-right: 0; }
  .small-uncollapse > .column, .small-uncollapse > .columns { padding-left: .9375rem; padding-right: .9375rem; }
  .small-centered { float: none; margin-left: auto; margin-right: auto; }
  .small-uncentered, .small-push-0, .small-pull-0 { position: static; margin-left: 0; margin-right: 0; float: left; } }

/* .medium- Grid */
@media screen and (min-width: 640px) { .row { width: 90%; }
  .row.column, .row.columns { width: 90%; }
  .medium-1 { width: 8.33333%; }
  .medium-push-1 { position: relative; left: 8.33333%; }
  .medium-pull-1 { position: relative; left: -8.33333%; }
  .medium-offset-0 { margin-left: 0; }
  .medium-2 { width: 16.66667%; }
  .medium-push-2 { position: relative; left: 16.66667%; }
  .medium-pull-2 { position: relative; left: -16.66667%; }
  .medium-offset-1 { margin-left: 8.33333%; }
  .medium-3 { width: 25%; }
  .medium-push-3 { position: relative; left: 25%; }
  .medium-pull-3 { position: relative; left: -25%; }
  .medium-offset-2 { margin-left: 16.66667%; }
  .medium-4 { width: 33.33333%; }
  .medium-push-4 { position: relative; left: 33.33333%; }
  .medium-pull-4 { position: relative; left: -33.33333%; }
  .medium-offset-3 { margin-left: 25%; }
  .medium-5 { width: 41.66667%; }
  .medium-push-5 { position: relative; left: 41.66667%; }
  .medium-pull-5 { position: relative; left: -41.66667%; }
  .medium-offset-4 { margin-left: 33.33333%; }
  .medium-6 { width: 50%; }
  .medium-push-6 { position: relative; left: 50%; }
  .medium-pull-6 { position: relative; left: -50%; }
  .medium-offset-5 { margin-left: 41.66667%; }
  .medium-7 { width: 58.33333%; }
  .medium-push-7 { position: relative; left: 58.33333%; }
  .medium-pull-7 { position: relative; left: -58.33333%; }
  .medium-offset-6 { margin-left: 50%; }
  .medium-8 { width: 66.66667%; }
  .medium-push-8 { position: relative; left: 66.66667%; }
  .medium-pull-8 { position: relative; left: -66.66667%; }
  .medium-offset-7 { margin-left: 58.33333%; }
  .medium-9 { width: 75%; }
  .medium-push-9 { position: relative; left: 75%; }
  .medium-pull-9 { position: relative; left: -75%; }
  .medium-offset-8 { margin-left: 66.66667%; }
  .medium-10 { width: 83.33333%; }
  .medium-push-10 { position: relative; left: 83.33333%; }
  .medium-pull-10 { position: relative; left: -83.33333%; }
  .medium-offset-9 { margin-left: 75%; }
  .medium-11 { width: 91.66667%; }
  .medium-push-11 { position: relative; left: 91.66667%; }
  .medium-pull-11 { position: relative; left: -91.66667%; }
  .medium-offset-10 { margin-left: 83.33333%; }
  .medium-12 { width: 100%; }
  .medium-offset-11 { margin-left: 91.66667%; }
  .medium-up-1 > .column, .medium-up-1 > .columns { width: 100%; float: left; }
  .medium-up-1 > .column:nth-of-type(1n), .medium-up-1 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-1 > .column:nth-of-type(1n+1), .medium-up-1 > .columns:nth-of-type(1n+1) { clear: both; }
  .medium-up-1 > .column:last-child, .medium-up-1 > .columns:last-child { float: left; }
  .medium-up-2 > .column, .medium-up-2 > .columns { width: 50%; float: left; }
  .medium-up-2 > .column:nth-of-type(1n), .medium-up-2 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-2 > .column:nth-of-type(2n+1), .medium-up-2 > .columns:nth-of-type(2n+1) { clear: both; }
  .medium-up-2 > .column:last-child, .medium-up-2 > .columns:last-child { float: left; }
  .medium-up-3 > .column, .medium-up-3 > .columns { width: 33.33333%; float: left; }
  .medium-up-3 > .column:nth-of-type(1n), .medium-up-3 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-3 > .column:nth-of-type(3n+1), .medium-up-3 > .columns:nth-of-type(3n+1) { clear: both; }
  .medium-up-3 > .column:last-child, .medium-up-3 > .columns:last-child { float: left; }
  .medium-up-4 > .column, .medium-up-4 > .columns { width: 25%; float: left; }
  .medium-up-4 > .column:nth-of-type(1n), .medium-up-4 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-4 > .column:nth-of-type(4n+1), .medium-up-4 > .columns:nth-of-type(4n+1) { clear: both; }
  .medium-up-4 > .column:last-child, .medium-up-4 > .columns:last-child { float: left; }
  .medium-up-5 > .column, .medium-up-5 > .columns { width: 20%; float: left; }
  .medium-up-5 > .column:nth-of-type(1n), .medium-up-5 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-5 > .column:nth-of-type(5n+1), .medium-up-5 > .columns:nth-of-type(5n+1) { clear: both; }
  .medium-up-5 > .column:last-child, .medium-up-5 > .columns:last-child { float: left; }
  .medium-up-6 > .column, .medium-up-6 > .columns { width: 16.66667%; float: left; }
  .medium-up-6 > .column:nth-of-type(1n), .medium-up-6 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-6 > .column:nth-of-type(6n+1), .medium-up-6 > .columns:nth-of-type(6n+1) { clear: both; }
  .medium-up-6 > .column:last-child, .medium-up-6 > .columns:last-child { float: left; }
  .medium-up-7 > .column, .medium-up-7 > .columns { width: 14.28571%; float: left; }
  .medium-up-7 > .column:nth-of-type(1n), .medium-up-7 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-7 > .column:nth-of-type(7n+1), .medium-up-7 > .columns:nth-of-type(7n+1) { clear: both; }
  .medium-up-7 > .column:last-child, .medium-up-7 > .columns:last-child { float: left; }
  .medium-up-8 > .column, .medium-up-8 > .columns { width: 12.5%; float: left; }
  .medium-up-8 > .column:nth-of-type(1n), .medium-up-8 > .columns:nth-of-type(1n) { clear: none; }
  .medium-up-8 > .column:nth-of-type(8n+1), .medium-up-8 > .columns:nth-of-type(8n+1) { clear: both; }
  .medium-up-8 > .column:last-child, .medium-up-8 > .columns:last-child { float: left; }
  .medium-collapse > .column, .medium-collapse > .columns { padding-left: 0; padding-right: 0; }
  .medium-collapse .row, .expanded.row .medium-collapse.row { margin-left: 0; margin-right: 0; }
  .medium-uncollapse > .column, .medium-uncollapse > .columns { padding-left: .9375rem; padding-right: .9375rem; }
  .medium-centered { float: none; margin-left: auto; margin-right: auto; }
  .medium-uncentered, .medium-push-0, .medium-pull-0 { position: static; margin-left: 0; margin-right: 0; float: left; } }

/* .large- Grid */
@media screen and (min-width: 801px) { .large-1 { width: 8.33333%; }
  .large-push-1 { position: relative; left: 8.33333%; }
  .large-pull-1 { position: relative; left: -8.33333%; }
  .large-offset-0 { margin-left: 0; }
  .large-2 { width: 16.66667%; }
  .large-push-2 { position: relative; left: 16.66667%; }
  .large-pull-2 { position: relative; left: -16.66667%; }
  .large-offset-1 { margin-left: 8.33333%; }
  .large-3 { width: 25%; }
  .large-push-3 { position: relative; left: 25%; }
  .large-pull-3 { position: relative; left: -25%; }
  .large-offset-2 { margin-left: 16.66667%; }
  .large-4 { width: 33.33333%; }
  .large-push-4 { position: relative; left: 33.33333%; }
  .large-pull-4 { position: relative; left: -33.33333%; }
  .large-offset-3 { margin-left: 25%; }
  .large-5 { width: 41.66667%; }
  .large-push-5 { position: relative; left: 41.66667%; }
  .large-pull-5 { position: relative; left: -41.66667%; }
  .large-offset-4 { margin-left: 33.33333%; }
  .large-6 { width: 50%; }
  .large-push-6 { position: relative; left: 50%; }
  .large-pull-6 { position: relative; left: -50%; }
  .large-offset-5 { margin-left: 41.66667%; }
  .large-7 { width: 58.33333%; }
  .large-push-7 { position: relative; left: 58.33333%; }
  .large-pull-7 { position: relative; left: -58.33333%; }
  .large-offset-6 { margin-left: 50%; }
  .large-8 { width: 66.66667%; }
  .large-push-8 { position: relative; left: 66.66667%; }
  .large-pull-8 { position: relative; left: -66.66667%; }
  .large-offset-7 { margin-left: 58.33333%; }
  .large-9 { width: 75%; }
  .large-push-9 { position: relative; left: 75%; }
  .large-pull-9 { position: relative; left: -75%; }
  .large-offset-8 { margin-left: 66.66667%; }
  .large-10 { width: 83.33333%; }
  .large-push-10 { position: relative; left: 83.33333%; }
  .large-pull-10 { position: relative; left: -83.33333%; }
  .large-offset-9 { margin-left: 75%; }
  .large-11 { width: 91.66667%; }
  .large-push-11 { position: relative; left: 91.66667%; }
  .large-pull-11 { position: relative; left: -91.66667%; }
  .large-offset-10 { margin-left: 83.33333%; }
  .large-12 { width: 100%; }
  .large-offset-11 { margin-left: 91.66667%; }
  .large-up-1 > .column, .large-up-1 > .columns { width: 100%; float: left; }
  .large-up-1 > .column:nth-of-type(1n), .large-up-1 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-1 > .column:nth-of-type(1n+1), .large-up-1 > .columns:nth-of-type(1n+1) { clear: both; }
  .large-up-1 > .column:last-child, .large-up-1 > .columns:last-child { float: left; }
  .large-up-2 > .column, .large-up-2 > .columns { width: 50%; float: left; }
  .large-up-2 > .column:nth-of-type(1n), .large-up-2 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-2 > .column:nth-of-type(2n+1), .large-up-2 > .columns:nth-of-type(2n+1) { clear: both; }
  .large-up-2 > .column:last-child, .large-up-2 > .columns:last-child { float: left; }
  .large-up-3 > .column, .large-up-3 > .columns { width: 33.33333%; float: left; }
  .large-up-3 > .column:nth-of-type(1n), .large-up-3 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-3 > .column:nth-of-type(3n+1), .large-up-3 > .columns:nth-of-type(3n+1) { clear: both; }
  .large-up-3 > .column:last-child, .large-up-3 > .columns:last-child { float: left; }
  .large-up-4 > .column, .large-up-4 > .columns { width: 25%; float: left; }
  .large-up-4 > .column:nth-of-type(1n), .large-up-4 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-4 > .column:nth-of-type(4n+1), .large-up-4 > .columns:nth-of-type(4n+1) { clear: both; }
  .large-up-4 > .column:last-child, .large-up-4 > .columns:last-child { float: left; }
  .large-up-5 > .column, .large-up-5 > .columns { width: 20%; float: left; }
  .large-up-5 > .column:nth-of-type(1n), .large-up-5 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-5 > .column:nth-of-type(5n+1), .large-up-5 > .columns:nth-of-type(5n+1) { clear: both; }
  .large-up-5 > .column:last-child, .large-up-5 > .columns:last-child { float: left; }
  .large-up-6 > .column, .large-up-6 > .columns { width: 16.66667%; float: left; }
  .large-up-6 > .column:nth-of-type(1n), .large-up-6 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-6 > .column:nth-of-type(6n+1), .large-up-6 > .columns:nth-of-type(6n+1) { clear: both; }
  .large-up-6 > .column:last-child, .large-up-6 > .columns:last-child { float: left; }
  .large-up-7 > .column, .large-up-7 > .columns { width: 14.28571%; float: left; }
  .large-up-7 > .column:nth-of-type(1n), .large-up-7 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-7 > .column:nth-of-type(7n+1), .large-up-7 > .columns:nth-of-type(7n+1) { clear: both; }
  .large-up-7 > .column:last-child, .large-up-7 > .columns:last-child { float: left; }
  .large-up-8 > .column, .large-up-8 > .columns { width: 12.5%; float: left; }
  .large-up-8 > .column:nth-of-type(1n), .large-up-8 > .columns:nth-of-type(1n) { clear: none; }
  .large-up-8 > .column:nth-of-type(8n+1), .large-up-8 > .columns:nth-of-type(8n+1) { clear: both; }
  .large-up-8 > .column:last-child, .large-up-8 > .columns:last-child { float: left; }
  .large-collapse > .column, .large-collapse > .columns { padding-left: 0; padding-right: 0; }
  .large-collapse .row, .expanded.row .large-collapse.row { margin-left: 0; margin-right: 0; }
  .large-uncollapse > .column, .large-uncollapse > .columns { padding-left: .9375rem; padding-right: .9375rem; }
  .large-centered { float: none; margin-left: auto; margin-right: auto; }
  .large-uncentered, .large-push-0, .large-pull-0 { position: static; margin-left: 0; margin-right: 0; float: left; } }

/* .xlarge- Grid */
@media screen and (min-width: 960px) { .xlarge-1 { width: 8.33333%; }
  .xlarge-push-1 { position: relative; left: 8.33333%; }
  .xlarge-pull-1 { position: relative; left: -8.33333%; }
  .xlarge-offset-0 { margin-left: 0; }
  .xlarge-2 { width: 16.66667%; }
  .xlarge-push-2 { position: relative; left: 16.66667%; }
  .xlarge-pull-2 { position: relative; left: -16.66667%; }
  .xlarge-offset-1 { margin-left: 8.33333%; }
  .xlarge-3 { width: 25%; }
  .xlarge-push-3 { position: relative; left: 25%; }
  .xlarge-pull-3 { position: relative; left: -25%; }
  .xlarge-offset-2 { margin-left: 16.66667%; }
  .xlarge-4 { width: 33.33333%; }
  .xlarge-push-4 { position: relative; left: 33.33333%; }
  .xlarge-pull-4 { position: relative; left: -33.33333%; }
  .xlarge-offset-3 { margin-left: 25%; }
  .xlarge-5 { width: 41.66667%; }
  .xlarge-push-5 { position: relative; left: 41.66667%; }
  .xlarge-pull-5 { position: relative; left: -41.66667%; }
  .xlarge-offset-4 { margin-left: 33.33333%; }
  .xlarge-6 { width: 50%; }
  .xlarge-push-6 { position: relative; left: 50%; }
  .xlarge-pull-6 { position: relative; left: -50%; }
  .xlarge-offset-5 { margin-left: 41.66667%; }
  .xlarge-7 { width: 58.33333%; }
  .xlarge-push-7 { position: relative; left: 58.33333%; }
  .xlarge-pull-7 { position: relative; left: -58.33333%; }
  .xlarge-offset-6 { margin-left: 50%; }
  .xlarge-8 { width: 66.66667%; }
  .xlarge-push-8 { position: relative; left: 66.66667%; }
  .xlarge-pull-8 { position: relative; left: -66.66667%; }
  .xlarge-offset-7 { margin-left: 58.33333%; }
  .xlarge-9 { width: 75%; }
  .xlarge-push-9 { position: relative; left: 75%; }
  .xlarge-pull-9 { position: relative; left: -75%; }
  .xlarge-offset-8 { margin-left: 66.66667%; }
  .xlarge-10 { width: 83.33333%; }
  .xlarge-push-10 { position: relative; left: 83.33333%; }
  .xlarge-pull-10 { position: relative; left: -83.33333%; }
  .xlarge-offset-9 { margin-left: 75%; }
  .xlarge-11 { width: 91.66667%; }
  .xlarge-push-11 { position: relative; left: 91.66667%; }
  .xlarge-pull-11 { position: relative; left: -91.66667%; }
  .xlarge-offset-10 { margin-left: 83.33333%; }
  .xlarge-12 { width: 100%; }
  .xlarge-offset-11 { margin-left: 91.66667%; }
  .xlarge-up-1 > .column, .xlarge-up-1 > .columns { width: 100%; float: left; }
  .xlarge-up-1 > .column:nth-of-type(1n), .xlarge-up-1 > .columns:nth-of-type(1n) { clear: none; }
  .xlarge-up-1 > .column:nth-of-type(1n+1), .xlarge-up-1 > .columns:nth-of-type(1n+1) { clear: both; }
  .xlarge-up-1 > .column:last-child, .xlarge-up-1 > .columns:last-child { float: left; }
  .xlarge-up-2 > .column, .xlarge-up-2 > .columns { width: 50%; float: left; }
  .xlarge-up-2 > .column:nth-of-type(1n), .xlarge-up-2 > .columns:nth-of-type(1n) { clear: none; }
  .xlarge-up-2 > .column:nth-of-type(2n+1), .xlarge-up-2 > .columns:nth-of-type(2n+1) { clear: both; }
  .xlarge-up-2 > .column:last-child, .xlarge-up-2 > .columns:last-child { float: left; }
  .xlarge-up-3 > .column, .xlarge-up-3 > .columns { width: 33.33333%; float: left; }
  .xlarge-up-3 > .column:nth-of-type(1n), .xlarge-up-3 > .columns:nth-of-type(1n) { clear: none; }
  .xlarge-up-3 > .column:nth-of-type(3n+1), .xlarge-up-3 > .columns:nth-of-type(3n+1) { clear: both; }
  .xlarge-up-3 > .column:last-child, .xlarge-up-3 > .columns:last-child { float: left; }
  .xlarge-up-4 > .column, .xlarge-up-4 > .columns { width: 25%; float: left; }
  .xlarge-up-4 > .column:nth-of-type(1n), .xlarge-up-4 > .columns:nth-of-type(1n) { clear: none; }
  .xlarge-up-4 > .column:nth-of-type(4n+1), .xlarge-up-4 > .columns:nth-of-type(4n+1) { clear: both; }
  .xlarge-up-4 > .column:last-child, .xlarge-up-4 > .columns:last-child { float: left; }
  .xlarge-up-5 > .column, .xlarge-up-5 > .columns { width: 20%; float: left; }
  .xlarge-up-5 > .column:nth-of-type(1n), .xlarge-up-5 > .columns:nth-of-type(1n) { clear: none; }
  .xlarge-up-5 > .column:nth-of-type(5n+1), .xlarge-up-5 > .columns:nth-of-type(5n+1) { clear: both; }
  .xlarge-up-5 > .column:last-child, .xlarge-up-5 > .columns:last-child { float: left; }
  .xlarge-up-6 > .column, .xlarge-up-6 > .columns { width: 16.66667%; float: left; }
  .xlarge-up-6 > .column:nth-of-type(1n), .xlarge-up-6 > .columns:nth-of-type(1n) { clear: none; }
  .xlarge-up-6 > .column:nth-of-type(6n+1), .xlarge-up-6 > .columns:nth-of-type(6n+1) { clear: both; }
  .xlarge-up-6 > .column:last-child, .xlarge-up-6 > .columns:last-child { float: left; }
  .xlarge-up-7 > .column, .xlarge-up-7 > .columns { width: 14.28571%; float: left; }
  .xlarge-up-7 > .column:nth-of-type(1n), .xlarge-up-7 > .columns:nth-of-type(1n) { clear: none; }
  .xlarge-up-7 > .column:nth-of-type(7n+1), .xlarge-up-7 > .columns:nth-of-type(7n+1) { clear: both; }
  .xlarge-up-7 > .column:last-child, .xlarge-up-7 > .columns:last-child { float: left; }
  .xlarge-up-8 > .column, .xlarge-up-8 > .columns { width: 12.5%; float: left; }
  .xlarge-up-8 > .column:nth-of-type(1n), .xlarge-up-8 > .columns:nth-of-type(1n) { clear: none; }
  .xlarge-up-8 > .column:nth-of-type(8n+1), .xlarge-up-8 > .columns:nth-of-type(8n+1) { clear: both; }
  .xlarge-up-8 > .column:last-child, .xlarge-up-8 > .columns:last-child { float: left; }
  .xlarge-collapse > .column, .xlarge-collapse > .columns { padding-left: 0; padding-right: 0; }
  .xlarge-collapse .row, .expanded.row .xlarge-collapse.row { margin-left: 0; margin-right: 0; }
  .xlarge-uncollapse > .column, .xlarge-uncollapse > .columns { padding-left: .9375rem; padding-right: .9375rem; }
  .xlarge-centered { float: none; margin-left: auto; margin-right: auto; }
  .xlarge-uncentered, .xlarge-push-0, .xlarge-pull-0 { position: static; margin-left: 0; margin-right: 0; float: left; } }

/* .xxlarge- Grid */
@media screen and (min-width: 1200px) { .xxlarge-1 { width: 8.33333%; }
  .xxlarge-push-1 { position: relative; left: 8.33333%; }
  .xxlarge-pull-1 { position: relative; left: -8.33333%; }
  .xxlarge-offset-0 { margin-left: 0; }
  .xxlarge-2 { width: 16.66667%; }
  .xxlarge-push-2 { position: relative; left: 16.66667%; }
  .xxlarge-pull-2 { position: relative; left: -16.66667%; }
  .xxlarge-offset-1 { margin-left: 8.33333%; }
  .xxlarge-3 { width: 25%; }
  .xxlarge-push-3 { position: relative; left: 25%; }
  .xxlarge-pull-3 { position: relative; left: -25%; }
  .xxlarge-offset-2 { margin-left: 16.66667%; }
  .xxlarge-4 { width: 33.33333%; }
  .xxlarge-push-4 { position: relative; left: 33.33333%; }
  .xxlarge-pull-4 { position: relative; left: -33.33333%; }
  .xxlarge-offset-3 { margin-left: 25%; }
  .xxlarge-5 { width: 41.66667%; }
  .xxlarge-push-5 { position: relative; left: 41.66667%; }
  .xxlarge-pull-5 { position: relative; left: -41.66667%; }
  .xxlarge-offset-4 { margin-left: 33.33333%; }
  .xxlarge-6 { width: 50%; }
  .xxlarge-push-6 { position: relative; left: 50%; }
  .xxlarge-pull-6 { position: relative; left: -50%; }
  .xxlarge-offset-5 { margin-left: 41.66667%; }
  .xxlarge-7 { width: 58.33333%; }
  .xxlarge-push-7 { position: relative; left: 58.33333%; }
  .xxlarge-pull-7 { position: relative; left: -58.33333%; }
  .xxlarge-offset-6 { margin-left: 50%; }
  .xxlarge-8 { width: 66.66667%; }
  .xxlarge-push-8 { position: relative; left: 66.66667%; }
  .xxlarge-pull-8 { position: relative; left: -66.66667%; }
  .xxlarge-offset-7 { margin-left: 58.33333%; }
  .xxlarge-9 { width: 75%; }
  .xxlarge-push-9 { position: relative; left: 75%; }
  .xxlarge-pull-9 { position: relative; left: -75%; }
  .xxlarge-offset-8 { margin-left: 66.66667%; }
  .xxlarge-10 { width: 83.33333%; }
  .xxlarge-push-10 { position: relative; left: 83.33333%; }
  .xxlarge-pull-10 { position: relative; left: -83.33333%; }
  .xxlarge-offset-9 { margin-left: 75%; }
  .xxlarge-11 { width: 91.66667%; }
  .xxlarge-push-11 { position: relative; left: 91.66667%; }
  .xxlarge-pull-11 { position: relative; left: -91.66667%; }
  .xxlarge-offset-10 { margin-left: 83.33333%; }
  .xxlarge-12 { width: 100%; }
  .xxlarge-offset-11 { margin-left: 91.66667%; }
  .xxlarge-up-1 > .column, .xxlarge-up-1 > .columns { width: 100%; float: left; }
  .xxlarge-up-1 > .column:nth-of-type(1n), .xxlarge-up-1 > .columns:nth-of-type(1n) { clear: none; }
  .xxlarge-up-1 > .column:nth-of-type(1n+1), .xxlarge-up-1 > .columns:nth-of-type(1n+1) { clear: both; }
  .xxlarge-up-1 > .column:last-child, .xxlarge-up-1 > .columns:last-child { float: left; }
  .xxlarge-up-2 > .column, .xxlarge-up-2 > .columns { width: 50%; float: left; }
  .xxlarge-up-2 > .column:nth-of-type(1n), .xxlarge-up-2 > .columns:nth-of-type(1n) { clear: none; }
  .xxlarge-up-2 > .column:nth-of-type(2n+1), .xxlarge-up-2 > .columns:nth-of-type(2n+1) { clear: both; }
  .xxlarge-up-2 > .column:last-child, .xxlarge-up-2 > .columns:last-child { float: left; }
  .xxlarge-up-3 > .column, .xxlarge-up-3 > .columns { width: 33.33333%; float: left; }
  .xxlarge-up-3 > .column:nth-of-type(1n), .xxlarge-up-3 > .columns:nth-of-type(1n) { clear: none; }
  .xxlarge-up-3 > .column:nth-of-type(3n+1), .xxlarge-up-3 > .columns:nth-of-type(3n+1) { clear: both; }
  .xxlarge-up-3 > .column:last-child, .xxlarge-up-3 > .columns:last-child { float: left; }
  .xxlarge-up-4 > .column, .xxlarge-up-4 > .columns { width: 25%; float: left; }
  .xxlarge-up-4 > .column:nth-of-type(1n), .xxlarge-up-4 > .columns:nth-of-type(1n) { clear: none; }
  .xxlarge-up-4 > .column:nth-of-type(4n+1), .xxlarge-up-4 > .columns:nth-of-type(4n+1) { clear: both; }
  .xxlarge-up-4 > .column:last-child, .xxlarge-up-4 > .columns:last-child { float: left; }
  .xxlarge-up-5 > .column, .xxlarge-up-5 > .columns { width: 20%; float: left; }
  .xxlarge-up-5 > .column:nth-of-type(1n), .xxlarge-up-5 > .columns:nth-of-type(1n) { clear: none; }
  .xxlarge-up-5 > .column:nth-of-type(5n+1), .xxlarge-up-5 > .columns:nth-of-type(5n+1) { clear: both; }
  .xxlarge-up-5 > .column:last-child, .xxlarge-up-5 > .columns:last-child { float: left; }
  .xxlarge-up-6 > .column, .xxlarge-up-6 > .columns { width: 16.66667%; float: left; }
  .xxlarge-up-6 > .column:nth-of-type(1n), .xxlarge-up-6 > .columns:nth-of-type(1n) { clear: none; }
  .xxlarge-up-6 > .column:nth-of-type(6n+1), .xxlarge-up-6 > .columns:nth-of-type(6n+1) { clear: both; }
  .xxlarge-up-6 > .column:last-child, .xxlarge-up-6 > .columns:last-child { float: left; }
  .xxlarge-up-7 > .column, .xxlarge-up-7 > .columns { width: 14.28571%; float: left; }
  .xxlarge-up-7 > .column:nth-of-type(1n), .xxlarge-up-7 > .columns:nth-of-type(1n) { clear: none; }
  .xxlarge-up-7 > .column:nth-of-type(7n+1), .xxlarge-up-7 > .columns:nth-of-type(7n+1) { clear: both; }
  .xxlarge-up-7 > .column:last-child, .xxlarge-up-7 > .columns:last-child { float: left; }
  .xxlarge-up-8 > .column, .xxlarge-up-8 > .columns { width: 12.5%; float: left; }
  .xxlarge-up-8 > .column:nth-of-type(1n), .xxlarge-up-8 > .columns:nth-of-type(1n) { clear: none; }
  .xxlarge-up-8 > .column:nth-of-type(8n+1), .xxlarge-up-8 > .columns:nth-of-type(8n+1) { clear: both; }
  .xxlarge-up-8 > .column:last-child, .xxlarge-up-8 > .columns:last-child { float: left; }
  .xxlarge-collapse > .column, .xxlarge-collapse > .columns { padding-left: 0; padding-right: 0; }
  .xxlarge-collapse .row, .expanded.row .xxlarge-collapse.row { margin-left: 0; margin-right: 0; }
  .xxlarge-uncollapse > .column, .xxlarge-uncollapse > .columns { padding-left: .9375rem; padding-right: .9375rem; }
  .xxlarge-centered { float: none; margin-left: auto; margin-right: auto; }
  .xxlarge-uncentered, .xxlarge-push-0, .xxlarge-pull-0 { position: static; margin-left: 0; margin-right: 0; float: left; } }

	/********************************************************************************
	--- CD Font Icons Packcage - Full (replace with project icon set if supplied) ---
	*********************************************************************************/
	@font-face { font-family: 'CD-Project-Icons'; src: url(assets/fonts/CD-Project-Icons.woff2?xfbk48) format('woff2'),  url(assets/fonts/CD-Project-Icons.ttf?xfbk48) format('truetype'),  url(assets/fonts/CD-Project-Icons.woff?xfbk48) format('woff'),  url(assets/fonts/CD-Project-Icons.svg?xfbk48#CD-Project-Icons) format('svg'); font-weight: normal; font-style: normal; }[class^="icon-"],[class*=" icon-"]{font-family:'CD-Project-Icons'!important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}

	.icon-summer-programs:before{content:"\e900"}.icon-area-map:before{content:"\e902"}.icon-book:before{content:"\e903"}.icon-booking:before{content:"\e904"}.icon-boombox:before{content:"\e905"}.icon-brain-spark:before{content:"\e907"}.icon-bulb:before{content:"\e90c"}.icon-calendar:before{content:"\e90d"}.icon-mic:before{content:"\e90e"}.icon-open-workshop:before{content:"\e90f"}.icon-people:before{content:"\e910"}.icon-school:before{content:"\e911"}.icon-school2:before{content:"\e912"}.icon-writing-award:before{content:"\e913"}.icon-account-circle:before{content:"\e602"}.icon-add:before{content:"\e603"}.icon-add-box:before{content:"\e604"}.icon-add-circle:before{content:"\e605"}.icon-add-circle-outline:before{content:"\e606"}.icon-add-to-list:before{content:"\e608"}.icon-add-user:before{content:"\e609"}.icon-angle-double-down:before{content:"\e61f"}.icon-angle-double-left:before{content:"\e620"}.icon-angle-double-right:before{content:"\e621"}.icon-angle-double-up:before{content:"\e622"}.icon-angle-down:before{content:"\e623"}.icon-angle-left:before{content:"\e624"}.icon-angle-right:before{content:"\e625"}.icon-angle-up:before{content:"\e626"}.icon-archive:before{content:"\e628"}.icon-archive2:before{content:"\e629"}.icon-area-chart:before{content:"\e62a"}.icon-area-graph:before{content:"\e62b"}.icon-arrow-back:before{content:"\e62c"}.icon-arrow-bold-down:before{content:"\e62d"}.icon-arrow-bold-left:before{content:"\e62e"}.icon-arrow-bold-right:before{content:"\e62f"}.icon-arrow-bold-up:before{content:"\e630"}.icon-arrow-circle-down:before{content:"\e631"}.icon-arrow-circle-left:before{content:"\e632"}.icon-arrow-circle-o-down:before{content:"\e633"}.icon-arrow-circle-o-left:before{content:"\e634"}.icon-arrow-circle-o-right:before{content:"\e635"}.icon-arrow-circle-o-up:before{content:"\e636"}.icon-arrow-circle-right:before{content:"\e637"}.icon-arrow-circle-up:before{content:"\e638"}.icon-arrow-down:before{content:"\e639"}.icon-arrow-down2:before{content:"\e63a"}.icon-arrow-drop-down:before{content:"\e63b"}.icon-arrow-drop-down-circle:before{content:"\e63c"}.icon-arrow-drop-up:before{content:"\e63d"}.icon-arrow-forward:before{content:"\e63e"}.icon-arrow-left:before{content:"\e63f"}.icon-arrow-left2:before{content:"\e640"}.icon-arrow-long-down:before{content:"\e641"}.icon-arrow-long-left:before{content:"\e642"}.icon-arrow-long-right:before{content:"\e643"}.icon-arrow-long-up:before{content:"\e644"}.icon-arrow-right:before{content:"\e645"}.icon-arrow-right2:before{content:"\e646"}.icon-arrows:before{content:"\e647"}.icon-arrows-alt:before{content:"\e648"}.icon-arrows-h:before{content:"\e649"}.icon-arrows-v:before{content:"\e64a"}.icon-arrow-up:before{content:"\e64b"}.icon-arrow-up2:before{content:"\e64c"}.icon-arrow-with-circle-down:before{content:"\e64d"}.icon-arrow-with-circle-left:before{content:"\e64e"}.icon-arrow-with-circle-right:before{content:"\e64f"}.icon-arrow-with-circle-up:before{content:"\e650"}.icon-at:before{content:"\e652"}.icon-attachment:before{content:"\e653"}.icon-autorenew:before{content:"\e655"}.icon-backward:before{content:"\e659"}.icon-ban:before{content:"\e65a"}.icon-bank:before{content:"\e65b"}.icon-bar-chart:before{content:"\e65c"}.icon-bar-graph:before{content:"\e65e"}.icon-bars:before{content:"\e65f"}.icon-beamed-note:before{content:"\e662"}.icon-block:before{content:"\e673"}.icon-bolt:before{content:"\e675"}.icon-book2:before{content:"\e677"}.icon-book22:before{content:"\e678"}.icon-bookmark:before{content:"\e679"}.icon-bookmark2:before{content:"\e67a"}.icon-bookmark-o:before{content:"\e67b"}.icon-bookmarks:before{content:"\e67c"}.icon-box:before{content:"\e67e"}.icon-briefcase:before{content:"\e67f"}.icon-briefcase2:before{content:"\e680"}.icon-browser:before{content:"\e681"}.icon-brush:before{content:"\e682"}.icon-building:before{content:"\e685"}.icon-building-o:before{content:"\e686"}.icon-bullhorn:before{content:"\e687"}.icon-cached:before{content:"\e68b"}.icon-calculator:before{content:"\e68d"}.icon-camera2:before{content:"\e693"}.icon-caret-down:before{content:"\e695"}.icon-caret-left:before{content:"\e696"}.icon-caret-right:before{content:"\e697"}.icon-caret-square-o-down:before{content:"\e698"}.icon-caret-square-o-left:before{content:"\e699"}.icon-caret-square-o-right:before{content:"\e69a"}.icon-caret-square-o-up:before{content:"\e69b"}.icon-caret-up:before{content:"\e69c"}.icon-ccw:before{content:"\e6a4"}.icon-certificate:before{content:"\e6a5"}.icon-chain:before{content:"\e6a6"}.icon-chain-broken:before{content:"\e6a7"}.icon-chat:before{content:"\e6a8"}.icon-check:before{content:"\e6a9"}.icon-check2:before{content:"\e6aa"}.icon-check-box:before{content:"\e6ab"}.icon-check-box-outline-blank:before{content:"\e6ac"}.icon-check-circle:before{content:"\e6ad"}.icon-check-circle-o:before{content:"\e6ae"}.icon-check-square:before{content:"\e6af"}.icon-check-square-o:before{content:"\e6b0"}.icon-chevron-circle-down:before{content:"\e6b1"}.icon-chevron-circle-left:before{content:"\e6b2"}.icon-chevron-circle-right:before{content:"\e6b3"}.icon-chevron-circle-up:before{content:"\e6b4"}.icon-chevron-down:before{content:"\e6b5"}.icon-chevron-down2:before{content:"\e6b6"}.icon-chevron-left:before{content:"\e6b7"}.icon-chevron-left2:before{content:"\e6b8"}.icon-chevron-right:before{content:"\e6b9"}.icon-chevron-right2:before{content:"\e6ba"}.icon-chevron-small-down:before{content:"\e6bb"}.icon-chevron-small-left:before{content:"\e6bc"}.icon-chevron-small-right:before{content:"\e6bd"}.icon-chevron-small-up:before{content:"\e6be"}.icon-chevron-thin-down:before{content:"\e6bf"}.icon-chevron-thin-left:before{content:"\e6c0"}.icon-chevron-thin-right:before{content:"\e6c1"}.icon-chevron-thin-up:before{content:"\e6c2"}.icon-chevron-up:before{content:"\e6c3"}.icon-chevron-up2:before{content:"\e6c4"}.icon-chevron-with-circle-down:before{content:"\e6c5"}.icon-chevron-with-circle-left:before{content:"\e6c6"}.icon-chevron-with-circle-right:before{content:"\e6c7"}.icon-chevron-with-circle-up:before{content:"\e6c8"}.icon-circle:before{content:"\e6ca"}.icon-circle2:before{content:"\e6cb"}.icon-circle-o:before{content:"\e6cc"}.icon-circle-thin:before{content:"\e6ce"}.icon-circle-with-cross:before{content:"\e6cf"}.icon-circle-with-minus:before{content:"\e6d0"}.icon-circle-with-plus:before{content:"\e6d1"}.icon-circular-graph:before{content:"\e6d2"}.icon-clear:before{content:"\e6d5"}.icon-clipboard2:before{content:"\e6d7"}.icon-clock:before{content:"\e6d8"}.icon-clock-o:before{content:"\e6d9"}.icon-cloud:before{content:"\e6db"}.icon-cloud-download:before{content:"\e6dd"}.icon-code:before{content:"\e6e0"}.icon-cog:before{content:"\e6e5"}.icon-cog2:before{content:"\e6e6"}.icon-cogs:before{content:"\e6e7"}.icon-comment:before{content:"\e6ea"}.icon-comment-o:before{content:"\e6eb"}.icon-comments:before{content:"\e6ec"}.icon-comments-o:before{content:"\e6ed"}.icon-compass2:before{content:"\e6ef"}.icon-content-paste:before{content:"\e6f1"}.icon-controller-paus:before{content:"\e6f6"}.icon-controller-play:before{content:"\e6f7"}.icon-controller-record:before{content:"\e6f8"}.icon-controller-stop:before{content:"\e6f9"}.icon-credit-card:before{content:"\e709"}.icon-credit-card2:before{content:"\e70a"}.icon-cross:before{content:"\e70c"}.icon-cw:before{content:"\e714"}.icon-cycle:before{content:"\e715"}.icon-desktop:before{content:"\e71b"}.icon-direction:before{content:"\e71f"}.icon-dollar:before{content:"\e723"}.icon-done:before{content:"\e724"}.icon-dot-single:before{content:"\e726"}.icon-dots-three-horizontal:before{content:"\e727"}.icon-dots-three-vertical:before{content:"\e728"}.icon-dots-two-horizontal:before{content:"\e729"}.icon-dots-two-vertical:before{content:"\e72a"}.icon-download:before{content:"\e72b"}.icon-download2:before{content:"\e72c"}.icon-ellipsis-h:before{content:"\e739"}.icon-ellipsis-v:before{content:"\e73a"}.icon-email:before{content:"\e73b"}.icon-envelope:before{content:"\e741"}.icon-envelope-o:before{content:"\e742"}.icon-envelope-square:before{content:"\e743"}.icon-erase:before{content:"\e744"}.icon-exclamation:before{content:"\e74a"}.icon-exclamation-circle:before{content:"\e74b"}.icon-exclamation-triangle:before{content:"\e74c"}.icon-expand:before{content:"\e74d"}.icon-export:before{content:"\e74f"}.icon-fax:before{content:"\e75c"}.icon-file-pdf-o:before{content:"\e768"}.icon-file-text-o:before{content:"\e76b"}.icon-film:before{content:"\e76d"}.icon-filter:before{content:"\e76e"}.icon-flag:before{content:"\e771"}.icon-flag2:before{content:"\e772"}.icon-flag-o:before{content:"\e774"}.icon-flash:before{content:"\e775"}.icon-flashlight:before{content:"\e776"}.icon-flask:before{content:"\e777"}.icon-flat-brush:before{content:"\e778"}.icon-flattr:before{content:"\e779"}.icon-flickr:before{content:"\e77a"}.icon-flickr2:before{content:"\e77b"}.icon-flickr-with-circle:before{content:"\e77c"}.icon-floppy-o:before{content:"\e77d"}.icon-flow-branch:before{content:"\e77e"}.icon-flow-cascade:before{content:"\e77f"}.icon-flow-line:before{content:"\e780"}.icon-flow-parallel:before{content:"\e781"}.icon-flow-tree:before{content:"\e782"}.icon-folder-open:before{content:"\e788"}.icon-folder-open-o:before{content:"\e789"}.icon-folder-video:before{content:"\e78a"}.icon-forward2:before{content:"\e78d"}.icon-funnel:before{content:"\e791"}.icon-globe:before{content:"\e7a2"}.icon-globe2:before{content:"\e7a3"}.icon-graduation-cap:before{content:"\e7ac"}.icon-graduation-cap2:before{content:"\e7ad"}.icon-grid:before{content:"\e7ae"}.icon-heart:before{content:"\e7bb"}.icon-heart2:before{content:"\e7bc"}.icon-heart-o:before{content:"\e7bd"}.icon-heart-outlined:before{content:"\e7be"}.icon-help:before{content:"\e7bf"}.icon-help-with-circle:before{content:"\e7c0"}.icon-highlight-remove:before{content:"\e7c1"}.icon-home:before{content:"\e7c3"}.icon-home2:before{content:"\e7c4"}.icon-image:before{content:"\e7cb"}.icon-image2:before{content:"\e7cc"}.icon-image-inverted:before{content:"\e7cd"}.icon-images:before{content:"\e7ce"}.icon-info:before{content:"\e7d3"}.icon-info2:before{content:"\e7d4"}.icon-info-circle:before{content:"\e7d5"}.icon-info-with-circle:before{content:"\e7d6"}.icon-insert-invitation:before{content:"\e7d8"}.icon-instagram:before{content:"\e7d9"}.icon-instagram2:before{content:"\e7da"}.icon-instagram-with-circle:before{content:"\e7db"}.icon-key:before{content:"\e7e1"}.icon-key2:before{content:"\e7e2"}.icon-keyboard-arrow-down:before{content:"\e7e4"}.icon-keyboard-arrow-left:before{content:"\e7e5"}.icon-keyboard-arrow-right:before{content:"\e7e6"}.icon-keyboard-arrow-up:before{content:"\e7e7"}.icon-keyboard-backspace:before{content:"\e7e8"}.icon-keyboard-control:before{content:"\e7e9"}.icon-keyboard-o:before{content:"\e7ea"}.icon-laptop:before{content:"\e7f0"}.icon-laptop2:before{content:"\e7f1"}.icon-layers:before{content:"\e7f6"}.icon-level-down:before{content:"\e7fa"}.icon-level-down2:before{content:"\e7fb"}.icon-level-up:before{content:"\e7fc"}.icon-level-up2:before{content:"\e7fd"}.icon-light-bulb:before{content:"\e800"}.icon-lightbulb-o:before{content:"\e801"}.icon-line-chart:before{content:"\e804"}.icon-line-graph:before{content:"\e805"}.icon-link:before{content:"\e806"}.icon-list2:before{content:"\e80d"}.icon-location:before{content:"\e811"}.icon-location-arrow:before{content:"\e812"}.icon-location-on:before{content:"\e813"}.icon-location-pin:before{content:"\e814"}.icon-lock:before{content:"\e815"}.icon-lock2:before{content:"\e816"}.icon-lock-open:before{content:"\e817"}.icon-login:before{content:"\e818"}.icon-log-out:before{content:"\e819"}.icon-long-arrow-down:before{content:"\e81a"}.icon-long-arrow-left:before{content:"\e81b"}.icon-long-arrow-right:before{content:"\e81c"}.icon-long-arrow-up:before{content:"\e81d"}.icon-magnifying-glass:before{content:"\e822"}.icon-mail:before{content:"\e823"}.icon-mail-forward:before{content:"\e824"}.icon-mail-reply:before{content:"\e825"}.icon-mail-reply-all:before{content:"\e826"}.icon-map:before{content:"\e829"}.icon-map-marker:before{content:"\e82a"}.icon-markunread:before{content:"\e82b"}.icon-medal:before{content:"\e82f"}.icon-megaphone:before{content:"\e831"}.icon-message:before{content:"\e834"}.icon-mic2:before{content:"\e835"}.icon-microphone:before{content:"\e836"}.icon-minus:before{content:"\e838"}.icon-minus2:before{content:"\e839"}.icon-minus-circle:before{content:"\e83a"}.icon-minus-square:before{content:"\e83b"}.icon-minus-square-o:before{content:"\e83c"}.icon-mobile:before{content:"\e83e"}.icon-mobile2:before{content:"\e83f"}.icon-modern-mic:before{content:"\e840"}.icon-more-vert:before{content:"\e844"}.icon-music:before{content:"\e846"}.icon-new:before{content:"\e849"}.icon-new-message:before{content:"\e84a"}.icon-news:before{content:"\e84b"}.icon-newspaper-o:before{content:"\e84c"}.icon-note:before{content:"\e84d"}.icon-old-phone:before{content:"\e850"}.icon-open-book:before{content:"\e852"}.icon-paperclip:before{content:"\e857"}.icon-paper-plane:before{content:"\e858"}.icon-paper-plane2:before{content:"\e859"}.icon-paper-plane-o:before{content:"\e85a"}.icon-philanthropy:before{content:"\e863"}.icon-phone:before{content:"\e864"}.icon-phone2:before{content:"\e865"}.icon-phone-square:before{content:"\e866"}.icon-pin:before{content:"\e86c"}.icon-play:before{content:"\e872"}.icon-play-circle:before{content:"\e873"}.icon-play-circle-o:before{content:"\e874"}.icon-plus:before{content:"\e876"}.icon-plus2:before{content:"\e877"}.icon-plus-circle:before{content:"\e878"}.icon-plus-square:before{content:"\e879"}.icon-plus-square-o:before{content:"\e87a"}.icon-power-off:before{content:"\e87c"}.icon-price-ribbon:before{content:"\e87e"}.icon-price-tag:before{content:"\e87f"}.icon-print:before{content:"\e880"}.icon-print2:before{content:"\e881"}.icon-publish:before{content:"\e886"}.icon-question:before{content:"\e88b"}.icon-question-answer:before{content:"\e88c"}.icon-question-circle:before{content:"\e88d"}.icon-quote:before{content:"\e88e"}.icon-quote-left:before{content:"\e88f"}.icon-quote-right:before{content:"\e890"}.icon-radio:before{content:"\e892"}.icon-radio-button-off:before{content:"\e893"}.icon-radio-button-on:before{content:"\e894"}.icon-refresh:before{content:"\e89b"}.icon-refresh2:before{content:"\e89c"}.icon-remove:before{content:"\e89d"}.icon-remove-circle:before{content:"\e89e"}.icon-remove-circle-outline:before{content:"\e89f"}.icon-resize-full-screen:before{content:"\e8a7"}.icon-rss:before{content:"\e8b0"}.icon-rss2:before{content:"\e8b1"}.icon-rss-square:before{content:"\e8b2"}.icon-search2:before{content:"\e8b7"}.icon-select-arrows:before{content:"\e8ba"}.icon-share:before{content:"\e8bc"}.icon-share-alternitive:before{content:"\e8bf"}.icon-shield:before{content:"\e8c3"}.icon-shield2:before{content:"\e8c4"}.icon-shopping-cart:before{content:"\e8c8"}.icon-shopping-cart2:before{content:"\e8c9"}.icon-soundcloud:before{content:"\e8e4"}.icon-soundcloud2:before{content:"\e8e5"}.icon-squared-minus:before{content:"\e8f2"}.icon-squared-plus:before{content:"\e8f3"}.icon-square-o:before{content:"\e8f4"}.icon-star3:before{content:"\e8f9"}.icon-star-half-empty:before{content:"\e8fc"}.icon-star-o:before{content:"\e8fd"}.icon-stopwatch:before{content:"\e906"}.icon-tablet:before{content:"\e916"}.icon-tablet2:before{content:"\e917"}.icon-tag:before{content:"\e918"}.icon-tag2:before{content:"\e919"}.icon-tags:before{content:"\e91a"}.icon-text:before{content:"\e91e"}.icon-th:before{content:"\e923"}.icon-ticket:before{content:"\e92f"}.icon-ticket2:before{content:"\e930"}.icon-times-circle:before{content:"\e931"}.icon-times-circle-o:before{content:"\e932"}.icon-toggle-off:before{content:"\e935"}.icon-tools:before{content:"\e937"}.icon-trending-neutral:before{content:"\e93f"}.icon-triangle-down:before{content:"\e940"}.icon-triangle-left:before{content:"\e941"}.icon-triangle-right:before{content:"\e942"}.icon-triangle-up:before{content:"\e943"}.icon-trophy2:before{content:"\e945"}.icon-typing:before{content:"\e953"}.icon-unlock:before{content:"\e957"}.icon-unlock-alt:before{content:"\e958"}.icon-unread:before{content:"\e959"}.icon-upload-to-cloud:before{content:"\e95d"}.icon-user2:before{content:"\e95f"}.icon-users:before{content:"\e961"}.icon-video:before{content:"\e963"}.icon-wheelchair:before{content:"\e979"}.icon-wifi:before{content:"\e97a"}.icon-wrench:before{content:"\e97d"}.icon-search:before{content:"\e949"}.icon-twitter-square:before{content:"\f081"}.icon-facebook-square:before{content:"\f082"}.icon-linkedin-square:before{content:"\f08c"}.icon-twitter:before{content:"\f099"}.icon-facebook:before{content:"\f09a"}.icon-facebook-f:before{content:"\f09a"}.icon-feed:before{content:"\f09e"}.icon-rss3:before{content:"\f09e"}.icon-pinterest:before{content:"\f0d2"}.icon-pinterest-square:before{content:"\f0d3"}.icon-google-plus-square:before{content:"\f0d4"}.icon-google-plus:before{content:"\f0d5"}.icon-linkedin:before{content:"\f0e1"}.icon-youtube-square:before{content:"\f166"}.icon-youtube:before{content:"\f167"}.icon-youtube-play:before{content:"\f16a"}.icon-instagram3:before{content:"\f16d"}.icon-tumblr:before{content:"\f173"}.icon-tumblr-square:before{content:"\f174"}.icon-skype:before{content:"\f17e"}.icon-foursquare:before{content:"\f180"}.icon-google:before{content:"\f1a0"}.icon-vine:before{content:"\f1ca"}.icon-paypal:before{content:"\f1ed"}.icon-google-wallet2:before{content:"\f1ee"}.icon-cc-visa:before{content:"\f1f0"}.icon-cc-mastercard:before{content:"\f1f1"}.icon-cc-discover:before{content:"\f1f2"}.icon-cc-amex:before{content:"\f1f3"}.icon-cc-paypal:before{content:"\f1f4"}.icon-cc-stripe:before{content:"\f1f5"}.icon-facebook-official:before{content:"\f230"}.icon-pinterest-p:before{content:"\f231"}.icon-left {margin-right:0.250em; position: relative; top: 1px;}
	/********************************************************************************
				 --- Local Fonts ---
	*********************************************************************************/
	@font-face { font-family: 'Edo'; src: url(assets/fonts/edo-webfont.eot); src: url(assets/fonts/edo-webfont.eot?#iefix) format('embedded-opentype'),  url(assets/fonts/edo-webfont.woff) format('woff'),  url(assets/fonts/edo-webfont.ttf) format('truetype'),  url(assets/fonts/edo-webfont.svg#edoregular) format('svg'); font-weight: normal; font-style: normal; }
	/********************************************************************************



/********************************************************************************

			 --- Template - Page Elements ---
*********************************************************************************/
/*-----------Titles-----------*/
h1, h2, h3, h4, h5, h6 { margin: 0 0 0.833em 0; line-height: 1.2; font-weight: 800; font-style: normal; color: #2a2459; font-family: "proxima-nova",sans-serif; }

h1, .h1 { font-size: 2.375rem; line-height: 1.125; }

h2, .h2 { font-size: 1.938rem; }

h3, .h3 { font-size: 1.500rem; }

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

h5, .h5 { font-size: 1.188rem; }

h6, .h6 { font-size: 1.125rem; }

.subheader { font-weight: 300; font-style: italic; color: #76819c; margin-top: -0.6em; font-family: "adelle",sans-serif; }

.heading-divider { position: relative; }

.heading-divider:after { content: ""; display: block; width: 4.375rem; margin: 1.750rem auto 0 auto; height: 3px; background: #ee2f39; }

.small-heading, .small-heading span { position: relative; }

.small-heading span { font-size: 0.875rem; text-transform: uppercase; color: #4f72c5; background: #fff; padding-right: 0.857em; }

.small-heading:before { content: ""; display: block; height: 1px; width: 100%; background: #e5e6ed; position: absolute; left: 0; top: 50%; }

/*-----------Branding Colors-----------*/
.red { color: #ee2f39; }

.bg-red { background-color: #ee2f39; }

.blue { color: #4f72c5; }

.blue.hue-1 { color: #4064b8; }

.bg-blue { background-color: #4f72c5; }

.bg-blue.hue-1 { background-color: #4064b8; }

.purple { color: #2a2459; }

.bg-purple { background-color: #2a2459; }

.light-blue { color: #60c5db; }

.bg-light-blue { background-color: #60c5db; }

.black { color: #0e0c21; }

.bg-black { background-color: #0e0c21; }

.gray { color: #5d5c6d; }

.gray.hue-1 { color: #76819c; }

.gray.hue-2 { color: #e5e6ed; }

.gray.hue-3 { color: #f7f8f9; }

.bg-gray { background-color: #5d5c6d; }

.bg-gray.hue-1 { background-color: #76819c; }

.bg-gray.hue-2 { background-color: #e5e6ed; }

.bg-gray.hue-3 { background-color: #f7f8f9; }

/*-----------Lists-----------*/
.list-reset { list-style: none; padding: 0; margin: 0; }

ul, ol { margin: 0 0 1.000em 1.778em; padding: 0; }

ul, ol, li { line-height: 1.5; }

ol { counter-reset: section; list-style-type: none; margin: 0 0 1.000em 0; padding: 0; }

ol li { counter-increment: section; }

ol li:before { content: counters(section, ".") ". "; color: #4f72c5; font-weight: 700; }

ol ol { margin: 0.444em 0 0.556em 1.778em; }

ol ol li:before { font-size: 0.889em; }

.bullets { list-style: none; margin: 0 0 1.000em 0; padding: 0; overflow: hidden; }

.bullets li { list-style: none; margin: 0 0 0.278em 0; padding: 0; position: relative; }

.bullets li:before { font-family: 'CD-Project-Icons'; display: block; position: absolute; top: 0; left: 0; color: #60c5db; }

.bullets ul { margin: 0.667em 0 0.667em 0.667em; }

.bullets--check li { padding-left: 1.500em; }

.bullets--check li:before { content: "\e6a9"; }

.bullets--arrow li { padding-left: 1.125em; }

.bullets--arrow li:before { content: "\e621"; top: -0.063em; }

.bullets--inline li { padding: 0; }

.bullets--inline li:before { display: inline-block; margin-right: 0.500em; position: relative; top: inherit; left: inherit; }

.list-a { list-style: none; margin: 0 0 1.000em 0; padding: 0; }

.list-a li { list-style: none; padding: 0.444em 0; border-bottom: 1px solid #e5e6ed; }

.list-a ul { border-top: 1px solid #e5e6ed; margin: 0.667em 0 0 0; }

.list-a ul li { padding-left: 1.778em; font-size: 0.833em; }

.list-a ul li:last-child { border: none; padding-bottom: 0; }

/*-----------Paragraphs-----------*/
p { margin: 0 0 1.500em 0; line-height: 1.6; }

.intro { font-size: 1.375rem; font-family: "adelle",sans-serif; font-weight: 300; font-style: italic; line-height: 1.6; }

/*-----------Links-----------*/
a {color: #4f72c5;text-decoration: none;-webkit-transition: color 300ms ease-out;transition: color 300ms ease-out;}

a:hover { color: #ee2f39; text-decoration: none; cursor: pointer; }

/*-----------Articles-----------*/
.article { font-size: 1.250rem; font-family: "adelle",sans-serif; }

.article a:not(.button) { font-weight: 700; }

/*-----------Images-----------*/
img { max-width: 100%; height: auto; -ms-interpolation-mode: bicubic; display: inline-block; vertical-align: middle; }

img.aligntop { margin: 0 0 1.000em 0; }

img.alignleft, img.alignright { max-width: 35%; margin-top: 0.333em; margin-bottom: 0.333em; }

img.alignleft { float: left; margin-right: 1.389em; }

img.alignright { float: right; margin-left: 1.389em; }

img.border { border: 1px solid #e5e6ed; padding: 0.278em; background: #fff; }

/*-----------Image Zoom-----------*/
.img-zoom__container { -webkit-backface-visibility: hidden; overflow: hidden; }

.img-zoom__img { -webkit-transition: -webkit-transform 750ms ease-out; transition: transform 750ms ease-out; }

.img-zoom__img.img-zoom__img-slower { -webkit-transition: -webkit-transform 1500ms ease-out; transition: transform 1500ms ease-out; }

.img-zoom__img.img-zoom__img-slowest { -webkit-transition: -webkit-transform 3000ms ease-out; transition: transform 3000ms ease-out; }

.img-zoom:hover .img-zoom__img { -webkit-transform: scale(1.05); transform: scale(1.05); }

/*-----------Aligning-----------*/
.left-align { text-align: left; }

.center { text-align: center; }

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

.left { float: left; }

.right { float: right; }

/*-----------Misc Typography-----------*/
.proxima-nova { font-family: "proxima-nova",sans-serif; }

.adelle { font-family: "adelle",sans-serif; }

.small { font-size: 1rem; font-weight: 700; }

.bold { font-weight: 700; }

.regular { font-weight: normal; }

.italic { font-style: italic; }

.caps { text-transform: uppercase; }

.justify { text-align: justify; }

.nowrap { white-space: nowrap; }

.break-word { word-wrap: break-word; }

.truncate { max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.t1 { font-size: 0.875rem; }

.t2 { font-size: 1.000rem; }

.t3 { font-size: 1.125rem; }

.t4 { font-size: 1.250rem; }

.t5 { font-size: 1.375rem; }

.t6 { font-size: 1.500rem; }

.t7 { font-size: 1.625rem; }

.t8 { font-size: 1.750rem; }

.t9 { font-size: 1.875rem; }

.t10 { font-size: 2.000rem; }

.t4, .t5, .t6 { line-height: 1.35; }

.t7, .t8, .t9, .t10 { line-height: 1.2; }

/*-----------Spacing-----------*/
.mx-auto { margin-left: auto; margin-right: auto; }

.m0 { margin: 0; }

.mt0 { margin-top: 0; }

.mt1 { margin-top: 0.313rem; }

.mt2 { margin-top: 0.625rem; }

.mt3 { margin-top: 0.938rem; }

.mt4 { margin-top: 1.250rem; }

.mt5 { margin-top: 1.563rem; }

.mt6 { margin-top: 1.875rem; }

.mt7 { margin-top: 2.500rem; }

.mt8 { margin-top: 3.125rem; }

.mt9 { margin-top: 3.750rem; }

.mt10 { margin-top: 5.000rem; }

.mt11 { margin-top: 6.250rem; }

.mt12 { margin-top: 8.750rem; }

.mb0 { margin-bottom: 0; }

.mb1 { margin-bottom: 0.313rem; }

.mb2 { margin-bottom: 0.625rem; }

.mb3 { margin-bottom: 0.938rem; }

.mb4 { margin-bottom: 1.250rem; }

.mb5 { margin-bottom: 1.563rem; }

.mb6 { margin-bottom: 1.875rem; }

.mb7 { margin-bottom: 2.500rem; }

.mb8 { margin-bottom: 3.125rem; }

.mb9 { margin-bottom: 3.750rem; }

.mb10 { margin-bottom: 5.000rem; }

.mb11 { margin-bottom: 6.250rem; }

.mb12 { margin-bottom: 8.750rem; }

.p0 { margin: 0; }

.pt0 { margin-top: 0; }

.pt1 { margin-top: 0.313rem; }

.pt2 { margin-top: 0.625rem; }

.pt3 { margin-top: 0.938rem; }

.pt4 { margin-top: 1.250rem; }

.pt5 { margin-top: 1.563rem; }

.pt6 { margin-top: 1.875rem; }

.pt7 { margin-top: 2.500rem; }

.pt8 { margin-top: 3.125rem; }

.pt9 { margin-top: 3.750rem; }

.pt10 { margin-top: 5.000rem; }

.pt11 { margin-top: 6.250rem; }

.pt12 { margin-top: 8.750rem; }

.pb0 { margin-bottom: 0; }

.pb1 { margin-bottom: 0.313rem; }

.pb2 { margin-bottom: 0.625rem; }

.pb3 { margin-bottom: 0.938rem; }

.pb4 { margin-bottom: 1.250rem; }

.pb5 { margin-bottom: 1.563rem; }

.pb6 { margin-bottom: 1.875rem; }

.pb7 { margin-bottom: 2.500rem; }

.pb8 { margin-bottom: 3.125rem; }

.pb9 { margin-bottom: 3.750rem; }

.pb10 { margin-bottom: 5.000rem; }

.pb11 { margin-bottom: 6.250rem; }

.pb12 { margin-bottom: 8.750rem; }

/*-----------Borders and Rounding-----------*/
.border { border-style: solid; border-width: 1px; border-color: #e5e6ed; }

.border-top { border-top-style: solid; border-top-width: 1px; border-top-color: #e5e6ed; }

.border-right { border-right-style: solid; border-right-width: 1px; border-right-color: #e5e6ed; }

.border-bottom { border-bottom-style: solid; border-bottom-width: 1px; border-bottom-color: #e5e6ed; }

.border-left { border-left-style: solid; border-left-width: 1px; border-left-color: #e5e6ed; }

.border-none { border: 0; }

.rounded { border-radius: 3px; }

.circle { border-radius: 50%; }

.rounded-top { border-radius: 3px 3px 0 0; }

.rounded-right { border-radius: 0 3px 3px 0; }

.rounded-bottom { border-radius: 0 0 3px 3px; }

.rounded-left { border-radius: 3px 0 0 3px; }

.not-rounded { border-radius: 0; }

/*-----------Blockquotes-----------*/
blockquote { font-weight: 800; color: #2a2459; margin: 0 0 2.500em 0; padding: 0.875em 0 0 4.500em; position: relative; }

blockquote .quote { font-size: 1.750em; margin: 0 0 1.000em 0; line-height: 1.4; }

blockquote .quote:before { content: 'â€œ'; font-family: "adelle",sans-serif; top: 0; left: 0; line-height: 1; position: absolute; color: #60c5db; font-size: 5.000em; }

blockquote .cite { color: #4f72c5; position: relative; padding-left: 6.250em; }

blockquote .cite:before { content: ""; display: block; width: 5.000em; height: 1px; background-color: #4f72c5; position: absolute; top: 50%; left: 0; }

blockquote .cite span { font-size: 0.938em; display: inline-block; font-weight: 400; color: #5d5c6d; margin: 0 0 0 0.389em; }

blockquote :last-child { margin: 0; }

/*-----------Divider-----------*/
hr { border: none; height: 1px; background: #e5e6ed; clear: both; margin: 2.500em 0; }

/*-----------Responsive Embed-----------*/
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; }

.embed-container iframe, .embed-container object, .embed-container embed, .embed-container video { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/*-----------Buttons-----------*/
.button, input[type="submit"][name="newsletter"] { font-size: 0.938rem; font-family: "proxima-nova",sans-serif; cursor: pointer; line-height: 1; border: 2px solid transparent; margin: 0 0 1.111em 0; position: relative; text-transform: uppercase; text-decoration: none; text-align: center; -webkit-appearance: none; display: inline-block; padding: 1.067em 2.400em; font-weight: 700; letter-spacing: 1px; outline: none; transition: all 200ms ease; color: #fff; background-color: #ee2f39; }

.button:hover, input[type="submit"][name="newsletter"]:hover { color: #fff; background-color: #5d5c6d; }

.button span[class^="icon-"] {margin-right: 0.267em;position: relative;top: 0.067em;color: #0e0c21;transition: color 250ms ease;}

.button.stroke { background-color: transparent; color: #ee2f39; border-color: #e5e6ed; }

.button.stroke:hover { background-color: #ee2f39; color: #fff; border-color: #ee2f39; }

.button.secondary { background-color: #4f72c5; }

.button.secondary:hover { background-color: #5d5c6d; }

.button.secondary.stroke { background-color: transparent; color: #4f72c5; border-color: #e5e6ed; }

.button.secondary.stroke:hover { background-color: #4f72c5; color: #fff; border-color: #4f72c5; }

.button.tertiary { background-color: #2a2459; }

.button.tertiary:hover { background-color: #5d5c6d; }

.button.tertiary.stroke { background-color: transparent; color: #2a2459; border-color: #e5e6ed; }

.button.tertiary.stroke:hover { background-color: #2a2459; color: #fff; border-color: #2a2459; }

.button.large { font-size: 1.125rem; padding-right: 2.667em; padding-left: 2.667em; }

.button.tiny { font-size: 0.750rem; padding-right: 1.500em; padding-left: 1.500em; }

.button.expand { padding-right: 0; padding-left: 0; width: 100%; }

.button.wide { padding-left: 3.333em; padding-right: 3.333em; }

.text-link { color: #2a2459; font-family: "proxima-nova",sans-serif; text-transform: uppercase; font-size: 0.938rem; font-weight: 700; border-bottom: 2px solid #ee2f39; padding-bottom: 0.267em; line-height: 1.2; display: inline-block; outline: none; transition: all 200ms ease; }

.text-link span { color: rgba(42, 36, 89, 0.5); }

.text-link:hover { color: #ee2f39; }

.text-link.secondary { border-color: #4f72c5; }

.text-link.secondary:hover { color: #4f72c5; }

button.reset { border: none; background: none; cursor: pointer; font-weight: normal; text-decoration: none; -webkit-appearance: none; -webkit-border-radius: 0; border-radius: 0; outline: none; }

/*-----------Disabled Button-----------*/
.button[disabled], .button.disabled, .button[disabled]:hover, .button.disabled:hover { background: #f2f2f2; border-color: #d2d2d2; color: #000; cursor: default; text-shadow: none; }

@media only screen and (max-width: 1023px) { .mt5 { margin-top: 1.250rem; }
  .mt6 { margin-top: 1.563rem; }
  .mt7 { margin-top: 2.188rem; }
  .mt8 { margin-top: 2.813rem; }
  .mt9 { margin-top: 3.125rem; }
  .mt10 { margin-top: 4.375rem; }
  .mt11 { margin-top: 5.625rem; }
  .mt12 { margin-top: 7.500rem; }
  .mb5 { margin-bottom: 1.250rem; }
  .mb6 { margin-bottom: 1.563rem; }
  .mb7 { margin-bottom: 2.188rem; }
  .mb8 { margin-bottom: 2.813rem; }
  .mb9 { margin-bottom: 3.125rem; }
  .mb10 { margin-bottom: 4.375rem; }
  .mb11 { margin-bottom: 5.625rem; }
  .mb12 { margin-bottom: 7.500rem; }
  .pt5 { margin-top: 1.250rem; }
  .pt6 { margin-top: 1.563rem; }
  .pt7 { margin-top: 2.188rem; }
  .pt8 { margin-top: 2.813rem; }
  .pt9 { margin-top: 3.125rem; }
  .pt10 { margin-top: 4.375rem; }
  .pt11 { margin-top: 5.625rem; }
  .pt12 { margin-top: 7.500rem; }
  .pb5 { margin-bottom: 1.250rem; }
  .pb6 { margin-bottom: 1.563rem; }
  .pb7 { margin-bottom: 2.188rem; }
  .pb8 { margin-bottom: 2.813rem; }
  .pb9 { margin-bottom: 3.125rem; }
  .pb10 { margin-bottom: 4.375rem; }
  .pb11 { margin-bottom: 5.625rem; }
  .pb12 { margin-bottom: 7.500rem; } }

@media only screen and (max-width: 767px) { h1, .h1 { font-size: 2.000rem; }
  h2, .h2 { font-size: 1.500rem; }
  h3, .h3 { font-size: 1.313rem; }
  .mt5 { margin-top: 1.125rem; }
  .mt6 { margin-top: 1.375rem; }
  .mt7 { margin-top: 1.875rem; }
  .mt8 { margin-top: 2.500rem; }
  .mt9 { margin-top: 2.813rem; }
  .mt10 { margin-top: 3.750rem; }
  .mt11 { margin-top: 5.000rem; }
  .mt12 { margin-top: 6.250rem; }
  .mb5 { margin-bottom: 1.125rem; }
  .mb6 { margin-bottom: 1.375rem; }
  .mb7 { margin-bottom: 1.875rem; }
  .mb8 { margin-bottom: 2.500rem; }
  .mb9 { margin-bottom: 2.813rem; }
  .mb10 { margin-bottom: 3.750rem; }
  .mb11 { margin-bottom: 5.000rem; }
  .mb12 { margin-bottom: 6.250rem; }
  .pt5 { margin-top: 1.125rem; }
  .pt6 { margin-top: 1.375rem; }
  .pt7 { margin-top: 1.875rem; }
  .pt8 { margin-top: 2.500rem; }
  .pt9 { margin-top: 2.813rem; }
  .pt10 { margin-top: 3.750rem; }
  .pt11 { margin-top: 5.000rem; }
  .pt12 { margin-top: 6.250rem; }
  .pb5 { margin-bottom: 1.125rem; }
  .pb6 { margin-bottom: 1.375rem; }
  .pb7 { margin-bottom: 1.875rem; }
  .pb8 { margin-bottom: 2.500rem; }
  .pb9 { margin-bottom: 2.813rem; }
  .pb10 { margin-bottom: 3.750rem; }
  .pb11 { margin-bottom: 5.000rem; }
  .pb12 { margin-bottom: 6.250rem; }
  blockquote { font-size: 0.938rem; } }

@media only screen and (max-width: 479px) { h4, .h4 { font-size: 1.188rem; }
  .mt5 { margin-top: 1.000rem; }
  .mt6 { margin-top: 1.250rem; }
  .mt7 { margin-top: 1.625rem; }
  .mt8 { margin-top: 2.188rem; }
  .mt9 { margin-top: 2.500rem; }
  .mt10 { margin-top: 3.125rem; }
  .mt11 { margin-top: 4.375rem; }
  .mt12 { margin-top: 5.000rem; }
  .mb5 { margin-bottom: 1.000rem; }
  .mb6 { margin-bottom: 1.250rem; }
  .mb7 { margin-bottom: 1.625rem; }
  .mb8 { margin-bottom: 2.188rem; }
  .mb9 { margin-bottom: 2.500rem; }
  .mb10 { margin-bottom: 3.125rem; }
  .mb11 { margin-bottom: 4.375rem; }
  .mb12 { margin-bottom: 5.000rem; }
  .pt5 { margin-top: 1.000rem; }
  .pt6 { margin-top: 1.250rem; }
  .pt7 { margin-top: 1.625rem; }
  .pt8 { margin-top: 2.188rem; }
  .pt9 { margin-top: 2.500rem; }
  .pt10 { margin-top: 3.125rem; }
  .pt11 { margin-top: 4.375rem; }
  .pt12 { margin-top: 5.000rem; }
  .pb5 { margin-bottom: 1.000rem; }
  .pb6 { margin-bottom: 1.250rem; }
  .pb7 { margin-bottom: 1.625rem; }
  .pb8 { margin-bottom: 2.188rem; }
  .pb9 { margin-bottom: 2.500rem; }
  .pb10 { margin-bottom: 3.125rem; }
  .pb11 { margin-bottom: 4.375rem; }
  .pb12 { margin-bottom: 5.000rem; }
  .article { font-size: 1.125rem; }
  blockquote { font-size: 0.813rem; }
  blockquote .cite { font-size: 1.188em; padding-left: 3.250em; }
  blockquote .cite:before { width: 2.500em; }
  blockquote .cite span { margin-left: 0; }
  hr { margin-top: 2.000em; margin-bottom: 2.000em; } }

@media only screen and (max-width: 375px) { /*-----------Images-----------*/
  img.alignleft, img.alignright { float: none; margin-top: 0; margin-right: auto; margin-left: auto; display: block; max-width: 100%; }
  /*----------Buttons-----------*/
  .button { display: block; width: 100%; } }

/********************************************************************************
			 --- Sections ---
*********************************************************************************/
.section--gray { background: #f7f8fb; }

/********************************************************************************
			 --- Heading Block ---
*********************************************************************************/
.heading-block { text-align: center; font-size: 1.250rem; position: relative; }

.heading-block__body { position: relative; z-index: 1; }

.heading-block__body p { font-family: "adelle",sans-serif; }

.heading-block__body :last-child { margin-bottom: 0; }

.headline-block__headline { margin-bottom: 0.500em; }

.heading-block__title {font-size: 160px;line-height: 160px;display: block;width: 100%;text-align: center;font-family: 'Edo';color: rgba(79, 114, 197, 0.1);position: absolute;left: 0;}

.heading-block--image { text-align: left; }

.heading-block--image::before, .heading-block--image::after { content: ' '; display: table; }

.heading-block--image::after { clear: both; }

.heading-block__image { float: left; width: 35%; height: 9.000em; line-height: 9.000em; position: relative; z-index: 1; background: url(assets/images/multi-color-brush.png) no-repeat; background-size: contain; background-position: center center; text-align: center; }

.heading-block__image img { max-width: 50%; }

.heading-block__image span[class^="icon-"] { font-size: 120px; display: inline-block; vertical-align: middle; color: #fff; }

.heading-block--image .heading-block__body { float: right; width: 60%; }

.heading-block--top { margin-top: 48px; }

.heading-block--top .heading-block__title {top: -80px;}

.heading-block--center .heading-block__title { top: 50%; transform: translateY(-50%); }

.heading-block--bottom .heading-block__title { bottom: -90px; }

.heading-block--bottom { margin-bottom: 50px; }

.heading-block.section--gray {
	padding-top: 8rem;
	padding-bottom: 5rem;
}

.title-callout .heading-block__title {
	width: 72%;
	margin-left: auto;
	margin-right: auto;
	left: auto;
}

@media only screen and (max-width: 1024px) {
	.title-callout .heading-block__title {
		width: 100%;
	}
}

@media only screen and (max-width: 1366px) { .heading-block__title { font-size: 150px; line-height: 150px; }
  .heading-block--bottom .heading-block__title { bottom: -95px; }
  .heading-block--top .heading-block__title { top: -70px; } }

@media only screen and (max-width: 1199px) { .heading-block__title { font-size: 120px; line-height: 120px; }
  .heading-block--bottom { margin-bottom: 40px; }
  .heading-block--bottom .heading-block__title { bottom: -75px; }
  .heading-block--top { margin-top: 40px; }
  .heading-block--top .heading-block__title { top: -60px; }
  .heading-block__image span[class^="icon-"] { font-size: 100px; } }

@media only screen and (max-width: 1023px) { .heading-block__title { font-size: 110px; line-height: 110px; }
  .heading-block--bottom .heading-block__title { bottom: -70px; }
  .heading-block--top { margin-top: 32px; }
  .heading-block--top .heading-block__title { top: -50px; } }

@media only screen and (max-width: 959px) { .heading-block__title { font-size: 100px; line-height: 100px; }
  .heading-block--bottom .heading-block__title { bottom: -65px; } }

@media only screen and (max-width: 800px) { .heading-block__title { font-size: 90px; line-height: 90px; }
  .heading-block--bottom .heading-block__title { bottom: -65px; }
  .heading-block--top { margin-top: 26px; }
  .heading-block--top .heading-block__title { top: -40px; }
  .heading-block__image span[class^="icon-"] { font-size: 90px; } }

@media only screen and (max-width: 639px) { .heading-block__title { font-size: 80px; line-height: 80px; }
  .heading-block--bottom { margin-bottom: 30px; }
  .heading-block--bottom .heading-block__title { bottom: -50px; }
  .heading-block__image, .heading-block--image .heading-block__body { float: none; width: 100%; text-align: center; }
  .heading-block__image { max-width: 350px; margin: 0 auto 0.222em; } }

@media only screen and (max-width: 479px) { .heading-block { font-size: 1.125rem; }
  .heading-block__title { font-size: 60px; line-height: 60px; }
  .heading-block--bottom .heading-block__title { bottom: -45px; }
  .heading-block--top { margin-top: 21px; }
  .heading-block--top .heading-block__title { top: -30px; }
  .heading-block__image span[class^="icon-"] { font-size: 70px; } }

@media only screen and (max-width: 375px) { .heading-block__title { font-size: 40px; line-height: 40px; }
  .heading-block--bottom .heading-block__title { bottom: -40px; }
  .heading-block--top { margin-top: 16px; }
  .heading-block--top .heading-block__title { top: -20px; }
  .heading-block__image span[class^="icon-"] { font-size: 50px; } }

@media only screen and (max-width: 320px) { .heading-block__title { font-size: 30px; line-height: 30px; }
  .heading-block--bottom .heading-block__title { bottom: -37px; }
  .heading-block--top { margin-top: 12px; }
  .heading-block--top .heading-block__title { top: -16px; } }

/********************************************************************************
			 --- CTA Grid---
*********************************************************************************/
.cta-grid { font-size: 16px; overflow: hidden; }

.cta-grid__item { overflow: hidden; float: left; height: 26.250em; background: #0e0c21; position: relative; }

.cta-grid__item--large { width: 50%; }

.cta-grid__item--small { width: 25%; }

.cta-grid__item__bg, .cta-grid__item__bg:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.cta-grid__item__bg { background-position: center center; background-size: cover; background-repeat: no-repeat; }

.cta-grid__item__bg:before { content: ""; display: block; background: -moz-linear-gradient(top, rgba(14, 12, 33, 0) 0%, #0e0c21 100%); background: -webkit-linear-gradient(top, rgba(14, 12, 33, 0) 0%, #0e0c21 100%); background: linear-gradient(to bottom, rgba(14, 12, 33, 0) 0%, #0e0c21 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000e0c21', endColorstr='#0e0c21',GradientType=0 ); }

.cta-grid__item__arrow { position: absolute; bottom: 0; right: 0; width: 5.000em; height: 5.000em; }

.cta-grid__item__arrow:before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 0 0 5.000em 5.000em; border-color: transparent transparent rgba(118, 129, 156, 0.35) transparent; transition: border-color 250ms ease; }

.cta-grid__item__arrow:after { font-size: 1.375em; content: "\e63e"; font-family: 'CD-Project-Icons'; line-height: 1; display: block; position: absolute; bottom: 0.636em; right: 0.545em; color: #fff; }

.cta-grid__item:hover .cta-grid__item__arrow:before { border-color: transparent transparent #ee2f38 transparent; }

.cta-grid__item__overlay { position: absolute; bottom: 4.375em; left: 0; width: 100%; padding: 0 1.250em; text-align: center; }

.cta-grid__item__overlay-icon { display: inline-block; color: #fff; line-height: 1; }

.cta-grid__item__overlay-icon.has-image:before { content: ""; display: block; position: absolute; top: 0.625em; left: 50%; margin-left: -4.688em; width: 11.938em; height: 2.188em; background: url(assets/images/blue-brush.png) no-repeat; background-position: center center; background-size: 100%; }

.cta-grid__item__overlay-icon span, .cta-grid__item__overlay-icon img { display: block; position: relative; z-index: 1; margin-bottom: 10px; }

.cta-grid__item__overlay-icon span { font-size: 3.000em; }

.cta-grid__item__overlay-icon span.icon-school { font-size: 3.750em; margin: 0; }

.cta-grid__item__overlay-icon img { max-width: 6.250em; }

.cta-grid__item__overlay-title { font-size: 1.250em; font-weight: 800; text-transform: uppercase; color: #fff; display: block; line-height: 1.2; }

.cta-grid__item__overlay-subtitle { font-size: 0.938em; font-family: "adelle",sans-serif; color: rgba(255, 255, 255, 0.75); display: block; line-height: 1.3; margin-top: 0.250em; }

.cta-grid__label { font-size: 0.813em; line-height: 1.2; display: block; position: absolute; top: 0; left: 0; background: #4f72c5; color: #fff; padding: 0.615em 1.538em 0.538em; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; }

.cta-grid__date { display: block; position: absolute; top: 1.250em; right: 1.563em; color: #fff; }

.cta-grid__date-month, .cta-grid__date-day { display: block; line-height: 1.1; text-transform: uppercase; text-align: center; }

.cta-grid__date-month { font-size: 0.938em; font-weight: 800; }

.cta-grid__date-day { font-size: 2.000em; font-weight: 700; }

/*-----------News CTA Grid-----------*/
.cta-grid--news .cta-grid__label span { font-size: 1.231em; }

@media only screen and (max-width: 1599px) { .cta-grid { font-size: 15px; } }

@media only screen and (max-width: 1440px) { .cta-grid { font-size: 15px; }
  .cta-grid__item { height: 24.000em; } }

@media only screen and (max-width: 1365px) { .cta-grid { font-size: 14px; }
  .cta-grid__item { height: 22.857em; } }

@media only screen and (max-width: 1199px) { .cta-grid { font-size: 13px; } }

@media only screen and (max-width: 1023px) { .cta-grid { font-size: 12px; }
  .cta-grid__item { height: 21.000em; } }

@media only screen and (max-width: 800px) { .cta-grid { font-size: 10px; } }

@media only screen and (max-width: 639px) { .cta-grid { font-size: 14px; }
  .cta-grid__item { height: 16.000em; }
  .cta-grid__item--large { width: 100%; }
  .cta-grid__item--small { width: 50%; }
  .cta-grid__item__overlay { bottom: 3.750em; } }

@media only screen and (max-width: 479px) { .cta-grid { font-size: 11px; }
  .cta-grid__item { height: 15.000em; }
  .cta-grid__item__overlay-title { font-weight: 700; } }

@media only screen and (max-width: 375px) { .cta-grid { font-size: 10px; }
  .cta-grid__item { height: 14.000em; } }

@media only screen and (max-width: 320px) { .cta-grid { font-size: 9px; } }

/********************************************************************************
			 --- Full Width CTA ---
*********************************************************************************/
.full-card { font-size: 16px; }

.full-card__inner { position: relative; }

.full-card-image, .full-card-img { position: absolute; left: 0; }

.full-card-img { top: 0; left: 0; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; }

.full-card-img:before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: -moz-linear-gradient(top, #0e0c21 0%, rgba(14, 12, 33, 0) 100%); background: -webkit-linear-gradient(top, #0e0c21 0%, rgba(14, 12, 33, 0) 100%); background: linear-gradient(to bottom, #0e0c21 0%, rgba(14, 12, 33, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e0c21',endColorstr='#000e0c21',GradientType=0 ); }

.full-card-img--top { background-position: top center; }

.full-card-img--bottom { background-position: bottom center; }

.full-card-info { padding-left: 50%; }

.full-card--left .full-card-info { padding-left: 0; padding-right: 50%; }

.full-card-info__inner { background: #fff; padding: 3.750em 10.500em 3.750em 7.500em; position: relative; }

.full-card--left .full-card-info__inner { padding-right: 7.500em; padding-left: 10.500em; }

.full-card-info__inner:before { content: ""; display: block; position: absolute; width: 0; height: 0; border-style: solid; }

.full-card-info__headline, .full-card-info__subtitle, .full-card-info__tertiarytitle { display: block; }

.full-card-info__headline { font-size: 1.938em; text-transform: uppercase; margin-bottom: 0.129em; }

.full-card-info__subtitle { font-size: 1.500em; color: #4f72c5; font-family: "proxima-nova",sans-serif; font-weight: 600; margin-bottom: 0.208em; }

.full-card-info__tertiarytitle { font-size: 1.125em; color: #5d5c6d; font-weight: 600; margin: 0; }

.full-card-info__overview { font-size: 1.250em; color: #76819c; margin-top: 1.200em; }

.full-card__label { font-size: 0.813em; line-height: 1.2; display: block; position: absolute; top: 0; left: 0; background: #4f72c5; color: #fff; padding: 0.615em 1.538em 0.538em; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; }

.full-card__date { display: block; position: absolute; top: 1.250em; right: 1.563em; color: #fff; }

.full-card__date--end { font-size: 0.875em; }

.full-card__date__start, .full-card__date__end { display: inline-block; }

.full-card__date__end { margin-left: 24px; position: relative; }

.full-card__date__end:before { content: ""; display: block; width: 10px; height: 4px; background: #fff; position: absolute; top: 50%; left: -18px; margin-top: -2px; }

.full-card__date-month, .full-card__date-day { display: block; line-height: 1.1; text-transform: uppercase; text-align: center; }

.full-card__date-month { font-size: 0.938em; font-weight: 800; }

.full-card__date-day { font-size: 2.000em; font-weight: 700; }

.full-card-info__arrow { display: block; position: absolute; bottom: 0; right: 0; width: 5.000em; height: 5.000em; }

.full-card-info__arrow:before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 0 0 5.000em 5.000em; border-color: transparent transparent #e5e6ed transparent; transition: border-color 250ms ease; }

.full-card-info__arrow:after { font-size: 1.375em; content: "\e63e"; font-family: 'CD-Project-Icons'; line-height: 1; display: block; position: absolute; bottom: 0.636em; right: 0.545em; color: #fff; }

.full-card-info__arrow:hover:before { border-color: transparent transparent #ee2f38 transparent; }

.full-card-list { padding: 0.3125em 0; }

.full-card-list .full-card { padding-top: 0.3125em; padding-bottom: 0.3125em; }

@media only screen and (min-width: 640px) { .full-card-info__inner { min-height: 325px; }
  .full-card-info__inner:before { top: 50%; margin-top: -10px; left: -20px; border-width: 20px 20px 20px 0; border-color: transparent #fff transparent transparent; }
  .full-card--left .full-card-info__inner:before { left: inherit; right: -20px; border-width: 20px 0 20px 20px; border-color: transparent transparent transparent #fff; }
  .full-card-image { top: 0; width: 50%; height: 100%; }
  .full-card--left .full-card-image { left: inherit; right: 0; } }

@media only screen and (min-width: 1200px) { .full-card-info__inner { min-height: 338px; } }

@media only screen and (min-width: 1366px) { .full-card-info__inner { min-height: 384px; } }

@media only screen and (min-width: 1440px) { .full-card-info__inner { min-height: 405px; } }

@media only screen and (min-width: 1600px) { .full-card-info__inner { min-height: 450px; } }

@media only screen and (min-width: 1700px) { .full-card-info__inner { min-height: 525px; } }

@media only screen and (max-width: 1599px) { .full-card-info__inner, .full-card--left .full-card-info__inner { padding-right: 6.000em; padding-left: 6.000em; } }

@media only screen and (max-width: 1440px) { .full-card-info__inner, .full-card--left .full-card-info__inner { padding: 2.222em 4.000em; } }

@media only screen and (max-width: 1199px) { .full-card { font-size: 14px; }
  .full-card-info__inner, .full-card--left .full-card-info__inner { padding-right: 3.000em; padding-left: 3.000em; } }

@media only screen and (max-width: 959px) { .full-card { font-size: 13px; } }

@media only screen and (max-width: 800px) { .full-card { font-size: 12px; }
  .full-card-info__inner, .full-card--left .full-card-info__inner { padding: 2.000em; } }

@media only screen and (max-width: 639px) { .full-card { font-size: 13px; }
  .full-card-image { top: 0; width: 100%; height: 280px; }
  .full-card-info { padding-left: 0; padding-top: 280px; }
  .full-card--left .full-card-info { padding-right: 0; }
  .full-card-info__inner:before { top: -20px; left: 50%; margin-left: -10px; border-width: 0 20px 20px 20px; border-color: transparent transparent #fff transparent; } }

@media only screen and (max-width: 479px) { .full-card { font-size: 12px; }
  .full-card-image { height: 233px; }
  .full-card-info { padding-top: 233px; } }

@media only screen and (max-width: 375px) { .full-card { font-size: 11px; }
  .full-card-image { height: 211px; }
  .full-card-info { padding-top: 211px; }
  .full-card-info__inner, .full-card--left .full-card-info__inner { padding: 1.500em; } }

/********************************************************************************
			 --- Card Grid ---
*********************************************************************************/

.card-grid-row { overflow: hidden; }

.card-grid { font-size: 16px; float: left; width: 33.33333333333333%; }

.card-grid__image { display: block; position: relative; height: 357px; overflow: hidden; }

.card-grid__img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; }

.card-grid__img:before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: -moz-linear-gradient(top, #0e0c21 0%, rgba(14, 12, 33, 0) 100%); background: -webkit-linear-gradient(top, #0e0c21 0%, rgba(14, 12, 33, 0) 100%); background: linear-gradient(to bottom, #0e0c21 0%, rgba(14, 12, 33, 0) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e0c21',endColorstr='#000e0c21',GradientType=0 ); }

.card-grid__info { position: relative; padding: 3.125em 3.750em; border-right: 1px solid #e3edee; border-bottom: 1px solid #e3edee; }

.card-grid__headline, .card-grid__subtitle, .card-grid__tertiarytitle { display: block; }

.card-grid__headline { font-size: 1.750em; text-transform: uppercase; margin-bottom: 0.129em; }

.card-grid__subtitle { font-size: 1.375em; color: #4f72c5; font-family: "proxima-nova",sans-serif; font-weight: 600; margin-bottom: 0.227em; }

.card-grid__tertiarytitle { font-size: 1.000em; color: #5d5c6d; font-weight: 600; margin: 0; }

.card-grid__overview { font-size: 1.125em; color: #76819c; margin-top: 1.111em; }

.card-grid__label { font-size: 0.813em; line-height: 1.2; display: block; position: absolute; top: 0; left: 0; background: #4f72c5; color: #fff; padding: 0.615em 1.538em 0.538em; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; }

.card-grid__date { display: block; position: absolute; top: 1.250em; right: 1.563em; color: #fff; }

.card-grid__date--end { font-size: 0.875em; }

.card-grid__date__start, .card-grid__date__end { display: inline-block; }

.card-grid__date-month, .card-grid__date-day { display: block; line-height: 1.1; text-transform: uppercase; text-align: center; }

.card-grid__date__end { margin-left: 24px; position: relative; }

.card-grid__date__end:before { content: ""; display: block; width: 10px; height: 4px; background: #fff; position: absolute; top: 50%; left: -18px; margin-top: -2px; }

.card-grid__date-month { font-size: 0.938em; font-weight: 800; }

.card-grid__date-day { font-size: 2.000em; font-weight: 700; }

.card-grid__arrow { display: block; position: absolute; bottom: 0; right: 0; width: 5.000em; height: 5.000em; }

.card-grid__arrow:before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 0 0 5.000em 5.000em; border-color: transparent transparent #e5e6ed transparent; transition: border-color 250ms ease; }

.card-grid__arrow:after { font-size: 1.375em; content: "\e63e"; font-family: 'CD-Project-Icons'; line-height: 1; display: block; position: absolute; bottom: 0.636em; right: 0.545em; color: #fff; }

.card-grid__arrow:hover:before { border-color: transparent transparent #ee2f38 transparent; }


.event-grid .upcoming-grid {
	display: flex;
	flex-wrap: wrap;
}

.event-grid .upcoming-grid .card-grid {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.event-grid .upcoming-grid .card-grid  .card-grid__info {
	flex-grow: 1;
}

@media only screen and (max-width: 1599px) { .card-grid__image { height: 270px; } }

@media only screen and (max-width: 1440px) { .card-grid { font-size: 15px; } }

@media only screen and (max-width: 1366px) { .card-grid__info { padding: 2.500em 2.813em; } }

@media only screen and (max-width: 1199px) { .card-grid { font-size: 13px; }
  .card-grid__image { height: 235px; } }

@media only screen and (max-width: 959px) { .card-grid__image { height: 200px; }
  .card-grid__info { padding: 1.250em 1.563em; }
  .card-grid__headline { font-size: 1.500em; }
  .card-grid__subtitle { font-size: 1.250em; } }

@media only screen and (max-width: 800px) { .card-grid { font-size: 12px; }
  .card-grid__image { height: 180px; } }

@media only screen and (max-width: 639px) { .card-grid { font-size: 13px; float: none; width: 100%; }
  .card-grid__info { padding: 2.000em; }
  .card-grid__headline { font-size: 1.938em; }
  .card-grid__subtitle { font-size: 1.500em; }
  .card-grid__info p { font-size: 1.250em; } }

@media only screen and (max-width: 479px) { .card-grid { font-size: 12px; }
  .card-grid__image { height: 233px; } }

@media only screen and (max-width: 375px) { .card-grid { font-size: 11px; }
  .card-grid__image { height: 211px; }
  .card-grid__info { padding: 1.500em; } }

/********************************************************************************
			 --- Link Block ---
*********************************************************************************/
.link-block-row { overflow: hidden; }

.link-block { font-size: 16px; display: block; overflow: hidden; width: 50%; float: left; padding: 5.313em; position: relative; }

.link-block__image { float: left; width: 30%; height: 7.000em; line-height: 7.000em; position: relative; z-index: 1; background: url(assets/images/multi-color-brush.png) no-repeat; background-size: contain; background-position: center center; text-align: center; }

.link-block__image img { max-width: 50%; }

.link-block__image span[class^="icon-"] { font-size: 68px; display: inline-block; vertical-align: middle; color: #fff; }

.link-block__body { float: right; width: 67%; }

.link-block__headline { text-transform: uppercase; font-size: 1.750em; margin-bottom: 0.357em; }

.link-block__body p { font-size: 1.125em; color: #76819c; line-height: 1.4; }

.link-block__arrow { display: block; position: absolute; bottom: 0; right: 0; width: 5.000em; height: 5.000em; }

.link-block__arrow:before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 0 0 5.000em 5.000em; border-color: transparent transparent #e5e6ed transparent; transition: border-color 250ms ease; }

.link-block__arrow:after { font-size: 1.375em; content: "\e63e"; font-family: 'CD-Project-Icons'; line-height: 1; display: block; position: absolute; bottom: 0.636em; right: 0.545em; color: #fff; }

.link-block:hover .link-block__arrow:before { border-color: transparent transparent #ee2f38 transparent; }

@media only screen and (min-width: 801px) { .link-block:nth-child(odd) { border-right: 1px solid #e3edee; } }

@media only screen and (max-width: 1599px) { .link-block { font-size: 15px; padding: 4.000em; } }

@media only screen and (max-width: 1439px) { .link-block { font-size: 14px; }
  .link-block__image span[class^="icon-"] { font-size: 60px; } }

@media only screen and (max-width: 1199px) { .link-block { font-size: 13px; }
  .link-block__image span[class^="icon-"] { font-size: 54px; } }

@media only screen and (max-width: 1023px) { .link-block { padding-right: 3.000em; padding-left: 3.000em; }
  .link-block__image span[class^="icon-"] { font-size: 48px; } }

@media only screen and (max-width: 959px) { .link-block__headline { font-size: 1.500em; }
  .link-block { padding-right: 2.000em; padding-left: 2.000em; }
  .link-block__image span[class^="icon-"] { font-size: 40px; } }

@media only screen and (max-width: 800px) { .link-block { font-size: 15px; width: 100%; float: none; padding-right: 3.000em; padding-left: 3.000em; border-bottom: 1px solid #e3edee; }
  .link-block__image span[class^="icon-"] { font-size: 68px; } }

@media only screen and (max-width: 639px) { .link-block { font-size: 14px; padding-right: 2.000em; padding-left: 2.000em; }
  .link-block__image span[class^="icon-"] { font-size: 54px; } }

@media only screen and (max-width: 479px) { .link-block__image span[class^="icon-"] { font-size: 44px; } }

@media only screen and (max-width: 375px) { .link-block { text-align: center; padding: 2.000em 1.500em 2.500em; }
  .link-block__image, .link-block__body { float: none; width: 100%; }
  .link-block__image { max-width: 150px; margin: 0 auto 0.500em; }
  .link-block__body p { font-size: 0.982em; }
  .link-block__image span[class^="icon-"] { font-size: 54px; } }

/********************************************************************************
			 --- Page Banner ---
*********************************************************************************/
.page-banner { font-size: 16px; background: #0e0c21; color: #fff; position: relative; }

.page-banner__bg, .page-banner__bg:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.page-banner__bg { background-position: center center; background-repeat: no-repeat; background-size: cover; }

.page-banner__bg:before { content: ""; display: block; background-color: rgba(14, 12, 33, 0.6); }

.page-banner h1, .page-banner h2, .page-banner h3, .page-banner h4, .page-banner h5 { color: #fff; }

.page-banner hr { background-color: rgba(255, 255, 255, 0.15); }

.page-banner__wrapper { position: relative; z-index: 1; text-align: center; padding-top: 12.500em; padding-bottom: 12.500em; }

.page-banner__label { font-size: 0.813em; line-height: 1.2; display: inline-block; background: #4f72c5; color: #fff; padding: 0.615em 1.538em 0.538em; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 1.429em; }

.page-banner__subtitle { font-size: 0.938em; color: #60c5db; display: inline-block; text-transform: uppercase; font-weight: 700; margin-bottom: 0.267em; }

.page-banner__title { font-size: 2.375em; color: #fff; margin-bottom: 0.632em; }

.page-banner__title.heading-divider:after { background: rgba(255, 255, 255, 0.45); margin-top: 0.526em; }

.page-banner__overview { font-size: 1.250em; font-family: "adelle",sans-serif; color: #e5e6ed; }

.page-banner__body :last-child { margin-bottom: 0; }

.page-banner__video-button { display: inline-block; width: 5.000em; height: 5.000em; line-height: 5.000em; border-radius: 5.000em; background: #ee2f39; color: #fff; text-align: center; transition: all 250ms ease; }

.page-banner__video-button span { font-size: 2.000em; line-height: 1; display: inline-block; vertical-align: middle; }

.page-banner__video-button span:before { position: relative; left: 0.063em; top: -0.031em; }

.page-banner__video-button:hover { background: #5d5c6d; color: #fff; }

@media only screen and (max-width: 1599px) { .page-banner__wrapper { padding-top: 9.375em; padding-bottom: 9.375em; } }

@media only screen and (max-width: 1439px) { .page-banner__wrapper { padding-top: 7.500em; padding-bottom: 7.500em; } }

@media only screen and (max-width: 1199px) { .page-banner { font-size: 15px; } }

@media only screen and (max-width: 1023px) { .page-banner { font-size: 14px; } }

@media only screen and (max-width: 639px) { .page-banner { font-size: 13px; }
  .page-banner__wrapper { padding-top: 4.615em; padding-bottom: 4.615em; } }

@media only screen and (max-width: 479px) { .page-banner { font-size: 12px; } }

@media only screen and (max-width: 375px) { .page-banner { font-size: 11px; } }

@media only screen and (max-width: 320px) { .page-banner { font-size: 10px; } }


/********************************************************************************
			 --- Banner Callout ---
*********************************************************************************/
.banner-callout { font-size: 16px; overflow: hidden; }

.banner-callout__banner, .banner-callout__info { height: 32.813em; line-height: 32.813em; }

.banner-callout__banner { width: 60%; float: left; padding: 0 7.500em; position: relative; text-align: center; }

.banner-callout__banner-bg, .banner-callout__banner-bg:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.banner-callout__banner-bg { background-position: center center; background-repeat: no-repeat; background-size: cover; }

.banner-callout__banner-bg:before { content: ""; display: block; background-color: rgba(14, 12, 33, 0.6); }

.banner-callout__body { display: inline-block; vertical-align: middle; line-height: 1.2; text-align: center; position: relative; z-index: 1; }

.banner-callout__subtitle { font-size: 0.938em; color: #60c5db; display: inline-block; text-transform: uppercase; font-weight: 700; margin-bottom: 0.267em; }

.banner-callout__title { font-size: 2.375em; color: #fff; margin-bottom: 0.632em; }

.banner-callout__title.heading-divider:after { background: rgba(255, 255, 255, 0.45); margin-top: 0.526em; }

.banner-callout__overview { font-size: 1.250em; font-family: "adelle",sans-serif; color: #e5e6ed; }

.banner-callout__body :last-child { margin-bottom: 0; }

.banner-callout__info {width: 40%;float: right;background: #0e0c21 url(assets/images/info-bg.jpg) repeat;padding: 0 3.750em;}

.banner-callout__info-body { display: inline-block; vertical-align: middle; line-height: 1.2; }

.social-links--callout { margin-bottom: 2.000em; font-size: inherit; }

.social-links--callout ul { text-align: left; }

.social-links--callout li { display: inline-block; margin: 0 0.500em; }

.social-links--callout li:first-child { margin-left: 0; }

.social-links--callout a { font-size: 2.375em; color: #fff; }

.social-links--callout a span { transition: background-color 250ms ease; }

.social-links--callout .icon-social { display: block; width: 1.974em; height: 1.974em; line-height: 1.974em; text-align: center; }

.social-links--callout .icon-facebook { background: #3b5998; }

.social-links--callout .icon-facebook:hover { background: #4c6fba; }

.social-links--callout .icon-twitter { background: #1da1f2; }

.social-links--callout .icon-twitter:hover { background: #31affc; }

.social-links--callout .icon-instagram { background: #405de6; }

.social-links--callout .icon-instagram:hover { background: #5673fc; }

.twitter-feed__tweet { font-size: 1.500em; color: #fff; font-family: "adelle",sans-serif; font-weight: 300; position: relative; }

.twitter-feed__tweet p:before { content: "â€œ"; color: rgba(118, 129, 156, 0.25); font-size: 2.000em; display: block; position: absolute; top: 0; left: -0.521em; line-height: 1; }

.twitter-feed__tweet a { color: #ee2f39; }

.twitter-feed__tweet a:hover { color: #ff515a; }

.twitter-feed__bio { overflow: hidden; }

.twitter-feed_img { float: left; display: block; }

.twitter-feed__bio-info { float: left; margin-left: 1.250em; }

.bio-info__handle, .bio-info__posted { display: block; }

.bio-info__handle { color: #ee2f39; font-weight: 700; margin-bottom: 0.250em; }

.bio-info__posted { color: #76819c; }

@media only screen and (max-width: 1439px) { .banner-callout { font-size: 15px; } }

@media only screen and (max-width: 1199px) { .banner-callout { font-size: 14px; }
  .social-links--callout a { font-size: 1.875em; }
  .twitter-feed__tweet { font-size: 1.313em; } }

@media only screen and (max-width: 1023px) { .banner-callout { font-size: 13px; } }

@media only screen and (max-width: 959px) { .banner-callout { font-size: 12px; }
  .banner-callout__banner { padding-right: 3.750em; padding-left: 3.750em; }
  .twitter-feed__tweet { font-size: 1.250em; } }

@media only screen and (max-width: 800px) { .banner-callout { font-size: 11px; }
  .social-links--callout a { font-size: 1.500em; } }

@media only screen and (max-width: 639px) {
	.banner-callout { font-size: 13px; }
  .banner-callout__banner, .banner-callout__info { float: none; width: 100%; height: auto; line-height: 1.2; padding-top: 3.846em; padding-bottom: 3.846em; }
  .social-links--callout a { font-size: 1.875em; }
	.banner-callout .banner-callout__info { text-align: center; }
	.banner-callout .banner-callout__info-body, .banner-callout .banner-callout__info-body .social-links  { margin: 0 auto; }
}

@media only screen and (max-width: 479px) { .banner-callout { font-size: 12px; }
  .banner-callout__banner, .banner-callout__info { padding-right: 2.083em; padding-left: 2.083em; } }

@media only screen and (max-width: 375px) { .banner-callout { font-size: 11px; } }

/********************************************************************************
			 --- Icon Grid ---
*********************************************************************************/
.two-col-grid { font-size: 16px; overflow: hidden; }

.two-col-grid__item {text-align: center;padding: 5.000em;}

.two-col-grid__item :last-child { margin-bottom: 0; }

.two-col-grid__item-icon { display: inline-block; color: #2a2459; line-height: 1; position: relative; margin-bottom: 0.750em; }

.two-col-grid__item-icon:before { content: ""; display: block; position: absolute; top: 0.625em; left: 50%; margin-left: -6.250em; width: 15.625em; height: 2.875em; background: url(assets/images/light-blue-brush.png) no-repeat; background-position: center center; background-size: 100%; }

.two-col-grid__item-icon span, .two-col-grid__item-icon img { display: block; position: relative; z-index: 1; }

.two-col-grid__item-icon span { font-size: 4.000em; }

.two-col-grid__item-icon span.icon-school { font-size: 4.750em; margin: 0; }

.two-col-grid__item-icon img { max-width: 9.375em; }

.two-col-grid__item-stat { font-size: 4.750em; line-height: 1; font-weight: 800; color: #4f72c5; margin: -0.158em 0 0.158em; }

.two-col-grid__item-headline { font-size: 1.250em; line-height: 1.35; color: #2a2459; }

.two-col-grid__item-overview { font-size: 1.063em; font-family: "adelle",sans-serif; }

@media only screen and (min-width: 376px) {
.two-col-grid { display: flex; flex-wrap: wrap; }
.two-col-grid__item {float: left;width: 50%;min-height: 336px;}
  .two-col-grid__item:nth-child(odd) { border-right: 1px solid #e5e6ed; }
  .two-col-grid__item:not(:nth-child(1)):not(:nth-child(2)) { border-top: 1px solid #e5e6ed; }
  .two-col-grid__item:nth-child(2n+1) {clear: both;} }

@media only screen and (max-width: 1199px) { .two-col-grid { font-size: 15px; }
  .two-col-grid__item { padding: 3.750em; } }

@media only screen and (max-width: 1023px) { .two-col-grid { font-size: 14px; } }

@media only screen and (max-width: 959px) { .two-col-grid { font-size: 13px; } }

@media only screen and (max-width: 800px) { .two-col-grid { font-size: 12px; }
  .two-col-grid__item { padding: 2.813em; } }

@media only screen and (max-width: 639px) { .two-col-grid { font-size: 11px; }
  .two-col-grid__item { padding: 2.813em; }
  .two-col-grid__item-stat { font-size: 3.500em; }
  .two-col-grid__item-icon span { font-size: 3.000em; }
  .two-col-grid__item-icon span.icon-school { font-size: 3.750em; }
  .two-col-grid__item-icon:before { top: 0.273em; }
  .two-col-grid__item-overview { font-size: 1.188em; } }

@media only screen and (max-width: 479px) { .two-col-grid { font-size: 10px; }
  .two-col-grid__item { padding: 2.000em; }
  .two-col-grid__item-overview { font-size: 1.350em; } }

@media only screen and (max-width: 375px) { .two-col-grid { font-size: 10px; }
  .two-col-grid__item { text-align: left; border-bottom: 1px solid #e5e6ed; padding-right: 0; padding-left: 0; } }

/********************************************************************************
			 --- Gallery Grid---
*********************************************************************************/
.gallery-grid { font-size: 16px; overflow: hidden; }

.gallery-grid__item { overflow: hidden; float: left; height: 26.250em; background: #0e0c21; position: relative; }

.gallery-grid__item--large { width: 50%; }

.gallery-grid__item--small { width: 25%; }

.gallery-grid__item-bg, .gallery-grid__item-bg:before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

.gallery-grid__item-bg { background-position: center center; background-size: cover; background-repeat: no-repeat; }

.gallery-grid__item-expand { position: absolute; top: 10px; right: 15px; }

.gallery-grid__item-expand:before { content: "\e8a7"; font-family: 'CD-Project-Icons'; display: block; color: #fff; font-size: 20px; }

.gallery-grid__item-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 26.250em; line-height: 26.250em; text-align: center; }

.gallery-grid__item-overlay-valign { display: inline-block; vertical-align: middle; line-height: 1.2; width: 100%; padding-right: 2.500em; padding-left: 2.500em; }

.gallery-grid__item-overlay :last-child { margin-bottom: 0; }

.gallery-grid__item-overlay-stat { font-size: 3.500em; line-height: 1; font-weight: 800; color: #fff; margin: 0 0 0.179em; position: relative; }

.gallery-grid__item-overlay-stat span { position: relative; z-index: 1; }

.gallery-grid__item-overlay-stat:before {content: "";display: block;position: absolute;top: 0.179em;left: 50%;margin-left: -2.411em;width: 4.464em;height: 0.821em;background: url(assets/images/red-brush.png) no-repeat;background-position: center center;background-size: 100%;}

.gallery-grid__item-overlay-headline { font-size: 1.250em; line-height: 1.35; color: #fff; }

.gallery-grid__item-overlay-overview { font-size: 1.000em; line-height: 1.35; font-family: "adelle",sans-serif; color: #fff; }

@media only screen and (max-width: 1599px) { .gallery-grid { font-size: 15px; } }

@media only screen and (max-width: 1440px) { .gallery-grid { font-size: 15px; }
  .gallery-grid__item, .gallery-grid__item-overlay { height: 24.000em; }
  .gallery-grid__item-overlay { line-height: 24.000em; }
  .gallery-grid__item-overlay-headline { margin-bottom: 0.333em; } }

@media only screen and (max-width: 1365px) { .gallery-grid { font-size: 14px; }
  .gallery-grid__item, .gallery-grid__item-overlay { height: 22.857em; }
  .gallery-grid__item-overlay { line-height: 22.857em; } }

@media only screen and (max-width: 1199px) { .gallery-grid { font-size: 13px; } }

@media only screen and (max-width: 1023px) { .gallery-grid { font-size: 12px; }
  .gallery-grid__item, .gallery-grid__item-overlay { height: 21.000em; }
  .gallery-grid__item-overlay { line-height: 21.000em; }
  .gallery-grid__item-overlay-stat { font-size: 2.625em; }
  .gallery-grid__item-overlay-valign { padding-right: 1.500em; padding-left: 1.500em; } }

@media only screen and (max-width: 959px) { .gallery-grid { font-size: 11px; } }

@media only screen and (max-width: 800px) { .gallery-grid { font-size: 10px; }
  .gallery-grid__item-overlay-stat { font-size: 2.167em; } }

@media only screen and (max-width: 639px) { .gallery-grid { font-size: 14px; }
  .gallery-grid__item, .gallery-grid__item-overlay { height: 16.000em; }
  .gallery-grid__item-overlay { line-height: 16.000em; }
  .gallery-grid__item--large { width: 100%; }
  .gallery-grid__item--small { width: 50%; } }

@media only screen and (max-width: 479px) { .gallery-grid { font-size: 11px; }
  .gallery-grid__item, .gallery-grid__item-overlay { height: 15.000em; }
  .gallery-grid__item-overlay { line-height: 15.000em; } }

@media only screen and (max-width: 375px) { .gallery-grid { font-size: 10px; } }

@media only screen and (max-width: 320px) { .gallery-grid { font-size: 9px; } }

/********************************************************************************
			 --- Photo Albums---
*********************************************************************************/
.photo-album { font-size: 16px; display: block; overflow: hidden; position: relative; margin-bottom: 2.000em; }

.photo-album__overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }

.photo-album__overlay:before { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: -moz-linear-gradient(top, rgba(14, 12, 33, 0) 0%, #0e0c21 100%); background: -webkit-linear-gradient(top, rgba(14, 12, 33, 0) 0%, #0e0c21 100%); background: linear-gradient(to bottom, rgba(14, 12, 33, 0) 0%, #0e0c21 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000e0c21', endColorstr='#0e0c21',GradientType=0 ); }

.photo-album__title { font-size: 1.125em; font-weight: 800; text-transform: uppercase; color: #fff; position: absolute; bottom: 2.250em; left: 0; width: 100%; display: block; line-height: 1.2; text-align: center; padding: 0 1.389em; }

.photo-album__arrow { position: absolute; bottom: 0; right: 0; width: 4.000em; height: 4.000em; }

.photo-album__arrow:before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 0 0 4.000em 4.000em; border-color: transparent transparent rgba(118, 129, 156, 0.35) transparent; transition: border-color 250ms ease; }

.photo-album__arrow:after { font-size: 1.125em; content: "\e63e"; font-family: 'CD-Project-Icons'; line-height: 1; display: block; position: absolute; bottom: 0.636em; right: 0.545em; color: #fff; }

.photo-album:hover .photo-album__arrow:before { border-color: transparent transparent #ee2f38 transparent; }

@media only screen and (max-width: 1199px) { .photo-album { font-size: 14px; } }

@media only screen and (max-width: 959px) { .photo-album { font-size: 16px; } }

@media only screen and (max-width: 800px) { .photo-album { font-size: 15px; } }

@media only screen and (max-width: 740px) { .photo-album { font-size: 14px; } }

@media only screen and (max-width: 639px) { .photo-album { font-size: 13px; } }

@media only screen and (max-width: 580px) { .photo-album { font-size: 12px; } }

@media only screen and (max-width: 479px) { .photo-album { font-size: 15px; } }


/********************************************************************************
			 --- Media Template ---
*********************************************************************************/
.content-media > .title-callout > .row { margin-top: 5rem; margin-bottom: 60px; }

.content-media .title-callout .heading-block__title { transform: none; }

/********************************************************************************
			 --- Article List ---
*********************************************************************************/
.article-single { padding: 1.500em 0; border-bottom: 1px solid #e5e6ed; }

.article-single__headline { font-size: 1.500rem; margin-bottom: 0.250em; }

.article-single__headline span { font-size: 0.625em; position: relative; top: -0.533em; margin-left: 0.133em; color: #76819c; }

.article-single__details { font-family: "adelle",sans-serif; margin: 0; }

/********************************************************************************
			 --- Blog---
*********************************************************************************/
/*-----------Blog Overall-----------*/
.blog-main { float: left; width: 66.66666666666667%; }

.blog-aside { float: right; width: 26.66666666666667%; }

/*-----------Blog Posts-----------*/
.blog-post-list { font-size: 16px; }

.blog-post { margin-bottom: 5.000em; }

.blog-post__image { margin-bottom: 1.000em; position: relative; overflow: hidden; }

.blog-post__image img { display: block; width: 100%; }

.blog-post__date { display: block; position: absolute; top: 1.250em; right: 1.563em; color: #fff; }

.blog-post__date-month, .blog-post__date-day { display: block; line-height: 1.1; text-transform: uppercase; text-align: center; }

.blog-post__date-month { font-size: 0.938em; font-weight: 800; }

.blog-post__date-day { font-size: 2.000em; font-weight: 700; }

.blog-post__title { font-size: 2.375em; margin-bottom: 0.526em; }

.blog-post__title a { color: #2a2459; }

.blog-post__title a:hover { color: #ee2f39; }

.blog-post__author-row { overflow: hidden; }

.blog-post__author-image { display: block; width: 2.250em; height: 2.250em; border-radius: 2.250em; float: left; margin-right: 0.625em; }

.blog-post__author { font-size: 1.250em; font-family: "adelle",sans-serif; display: block; margin-bottom: 1.250em; }

.blog-post__body.article { font-size: 1.250em; }

.blog-post__more { margin-bottom: 2.000em; }

.blog-post__share { min-height: 31px; }

.blog-post__comments { margin-top: 3.000em; }

/*-----------Blog Side Modules-----------*/
.widget { margin-bottom: 2.500em; }

.widget h3 { font-size: 20px; color: #2a2459; font-weight: 700; display: block; margin-bottom: 1.000em; }

.widget h3:after { content: ""; display: block; width: 3.000rem; margin: 0.250rem 0 0; height: 3px; background: #ee2f39; }

.blog-aside .widget ul { list-style: none; margin: 0 0 2rem 0; padding: 0; }

.blog-aside .widget li { display: block; padding: 0.75rem 0; border-bottom: 1px solid #ececec; }

.blog-module--rss { font-size: 1.125em; }

.blog-module--rss .icon-rss-square { color: #fe9900; position: relative; top: 0.125em; }

.blog-aside .widget .tagcloud a {font-size: 1rem !important;text-transform: capitalize;display: block;width: 100%;padding: .75rem 0;border-bottom: 1px solid #ececec;}

.blog-aside .widget .tagcloud a:hover { }

.blog-aside .widget .tagcloud a:last-child { border-bottom: none; }

.widget.cb_video_widget h4 {color: #fff;font-size: 15px;text-transform: uppercase;text-align: center;}

.widget.cb_video_widget figure.image img {bottom: auto; object-position: top center;}

.widget.cb_video_widget figure.image.responsive:before { padding-bottom: 50%; }

.widget.cb_video_widget .overlay { text-align: center; height: auto; top: 50%;transform: translateY(-50%); }

.widget.cb_video_widget .play-icon {position: relative;width: 30px;height: 30px;margin: 0 auto; }

/*-----------Blog Pagination-----------*/

.pagination .page-numbers {color: #4f72c5;font-size: 1.125em;line-height: 1.4;text-transform: uppercase;font-weight: 600;display: block;float: left;padding: 0.400em 0.2em;}

.pagination .page-numbers:hover, .pagination .page-numbers.current { color: #5d5c6d; }

.pagination .prev, .pagination .next { display: block; padding: 0.400em 1.200em; color: #fff; line-height: 1.2; background: #4f72c5; transition: background-color 250ms ease-out; }

.pagination .prev { margin-right: 10px; }

.pagination .next { margin-left: 10px; }

.pagination .prev:hover, .pagination .next:hover { color: #fff; background: #5d5c6d; }

.pagination .prev:before, .pagination .next:after { font-family: 'CD-Project-Icons'; position: relative; top: 0.100em; font-weight: normal; }

.pagination .prev:before { content: "\e62c"; margin-right: 0.400em; }

.pagination .next:after { content: "\e63e"; margin-left: 0.400em; }

@media only screen and (max-width: 1199px) { .blog-post-list { font-size: 15px; } }

@media only screen and (max-width: 1023px) { .blog-post-list { font-size: 14px; } }

@media only screen and (max-width: 959px) { .blog-post-list { font-size: 13px; } }

@media only screen and (max-width: 800px) { .blog-main, .blog-aside { float: none; width: 100%; }
  .blog-main { margin-bottom: 3.500em; }
  .blog-post-list { font-size: 14px; } }

/********************************************************************************
			 --- Calendar ---
*********************************************************************************/
/*-----------Calendar Defaults-----------*/
.fc-calendar-container { bottom: 0; width: 100%; position: relative; }

.fc-calendar { width: 100%; font-size: 14px; }

.fc-calendar .fc-head { height: 30px; line-height: 30px; background: #2a2459; color: #fff; font-weight: 700; text-transform: uppercase; }

.fc-calendar .fc-body { position: relative; width: 100%; border: 1px solid #d4d8da; }

.fc-calendar .fc-row { width: 100%; border-bottom: 1px solid #d4d8da; display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; }

.fc-calendar .fc-row > div, .fc-calendar .fc-head > div { float: left; width: 14.28%; /* 100% / 7 */ width: -moz-calc(100%/7); width: -webkit-calc(100%/7); /* width: calc(100%/7); */ position: relative; }

.fc-calendar .fc-row > div { min-height: 120px; }

.ie9 .fc-calendar .fc-row > div, .ie9 .fc-calendar .fc-head > div { width: 14.2%; }

.fc-calendar .fc-row > div { border-right: 1px solid #d4d8da; padding: 6px; overflow: hidden; position: relative; }

.fc-calendar .fc-head > div { text-align: center; }

.fc-calendar .fc-row > div > span.fc-date { position: absolute; width: 24px; height: 24px; font-size: 16px; line-height: 24px; text-align: right; font-weight: 700; color: #2a2459; bottom: 5px; right: 10px; }

.fc-calendar .fc-row > div time { display: none; }

.fc-calendar .fc-row > div > span.fc-weekday { display: none; }

.fc-calendar .fc-row > div.fc-future { background: #fff; }

.fc-calendar .fc-row > div.fc-out { opacity: 0.6; }

.fc-calendar .fc-row > div.fc-past { background: #e5e6ed; }

.fc-calendar .fc-row > div.fc-past > span.fc-date { color: rgba(118, 129, 156, 0.75); }

.fc-calendar .fc-row > div.fc-today { background: #fff; box-shadow: inset 0px 0px 0px 1px rgba(42, 36, 89, 0.95); }

.fc-calendar .fc-row > div.fc-today > span.fc-date { color: #2a2459; }

.fc-calendar .fc-row > div:last-child, .fc-calendar .fc-head > div:last-child { border-right: none; }

.fc-calendar .fc-row:last-child { border-bottom: none; }

/*-----------Calendar Custom-----------*/
.custom-calendar-wrap { position: relative; }

.custom-header { height: 45px; position: relative; margin: 0 0 24px 0; }

.cal-date { float: left; font-size: 32px; }

.cal-month { font-weight: 700; color: #2a2459; }

.cal-year { color: #d1d2da; font-family: "kepler-std", serif; font-style: italic; }

.cal-nav { position: absolute; top: 3px; right: 0; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

.cal-nav span { float: left; width: 60px; height: 30px; line-height: 30px; color: #2a2459; position: relative; cursor: pointer; font-size: 20px; -webkit-transition: color 300ms ease-out; -moz-transition: color 300ms ease-out; transition: color 300ms ease-out; }

.cal-nav span:hover { color: #ee2f39; }

.custom-header span:before { font-family: 'CD-Project-Icons'; display: inline-block; text-align: center; width: 100%; }

.cal-nav span.custom-prev { border-right: 1px solid #d1d2da; }

.cal-nav span.custom-next { border-left: 1px solid #d1d2da; }

.cal-nav span.custom-prev:before { content: '\e62c'; }

.cal-nav span.custom-next:before { content: '\e63e'; }

.cal-nav span.custom-current { width: auto; padding: 0 15px; text-transform: uppercase; font-size: 16px; font-weight: 700; }

.cal-subscribe { position: absolute; top: 48px; right: 12.5rem; text-transform: uppercase; font-weight: 700; font-size: 16px; color: #2a2459; }

.cal-subscribe span { color: #4f72c5; display: inline-block; }

.fc-calendar-event, .cal-more { font-weight: 400; line-height: 1.1; font-size: 12px; }

.fc-calendar-event.event-hidden { display: none; }

@media screen and (max-width: 520px) {
	.cal-subscribe {
		top: 0;
		right: 0;
		left: auto;
	}
}

/*-----------Calendar Filters-----------*/
.custom-controls { height: 40px; position: relative; }

.label-filter { display: block; font-size: 14px; color: #2a2459; line-height: 1.3; text-align: right; cursor: pointer; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; transition: color 250ms ease; }

.label-filter:before { content: "\e76e"; font-family: 'CD-Project-Icons'; margin-right: 4px; color: #5d5c6d; }

.label-filter:hover { color: #ee2f39; }

.custom-filters-parent.dropit-open .label-filter { color: #c5c9cf; }

.custom-filters-parent.dropit-open .label-filter:before { content: "\e6d5"; }

.custom-filters { width: 250px; position: absolute; top: 0; right: 0; }

.custom-filters ul {position: absolute;top: auto;right: 0;width: 100%;z-index: 999;background: #fff;border: 1px solid rgba(182, 189, 198, 0.25);box-shadow: 0px 5px 12px 0px rgba(182, 189, 198, 0.42);list-style: none;margin: 4px 0 0 0;padding: 15px;overflow: hidden;visibility: hidden;height: 0;opacity: 0;transition: opacity 250ms ease-out;}

.custom-filters-parent.dropit-open ul { visibility: visible; height: auto; opacity: 1; }

.custom-filters li { display: block; }

.custom-filters a { display: block; font-weight: 700; font-size: 14px; padding: 6px 10px 6px 20px; position: relative; }

.custom-filters a:before { content: "\e6ac"; font-family: 'CD-Project-Icons'; display: block; position: absolute; top: 3px; left: 0; font-size: 18px; font-weight: normal; }

.custom-filters li.active a:before { content: "\e6ab"; }

/*-----------Calendar Items-----------*/
.cal-event { margin: 0 0 6px 0; }

.cal-event a { color: #2a2459; }

.cal-event a:hover { color: #d1d2da; }

.cal-event-title { display: block; margin: 0 0 2px 0; }

.cal-event-time { display: block; color: #d1d2da; padding-left: 13px; position: relative; }

.cal-event-time:before { content: "\e6d9"; font-family: 'CD-Project-Icons'; display: block; position: absolute; top: 1px; left: 0; color: #d1d2da; }

.custom-filters .label-light-blue a { color: #60c5db; }

.custom-filters .label-blue a { color: #4f72c5; }

.custom-filters .label-red a { color: #ee2f39; }

.fc-event.event-type-special-projects {background-color: #4abfd9; border-color: #4abfd9;}

.fc-event.event-type-programs { background-color: #4f72c5; border-color: #4f72c5; }

.fc-event.event-type-ltab { background-color: #ee2f39; border-color: #ee2f39; }


/*-----------Calendar Items-----------*/
.fc-calendar-event .cal-event-popup { display: none; }

.cal-event-popup__title, .cal-event-popup__subtitle, .cal-event-popup__addr { display: block; line-height: 1.3; }

.cal-event-popup__title { font-weight: 700; font-size: 1.313em; color: #2a2459; text-transform: uppercase; }

.cal-event-popup__subtitle { font-size: 1.125em; color: #4f72c5; font-weight: 600; margin-bottom: 0.278em; }

.cal-event-popup__addr { font-weight: 600; }

.cal-event-popup__desc, .cal-event-popup__actions { margin-top: 1.250em; }

.cal-event-popup__desc p { margin-bottom: 0.875em; }

.cal-event-popup__desc :last-child { margin-bottom: 0; }

.cal-event-popup__actions .button { font-size: 0.875em; }

.cal-event-popup__actions .button:not(:last-child) { margin-right: 0.500em; }

/*-----------Calendar Responsive-----------*/
@media (min-width: 881px) and (max-width: 1200px) { .fc-calendar-event, .cal-more { font-size: 10px; } }

@media (max-width: 640px) { .cal-date { font-size: 24px; } }

@media (max-width: 520px) { .custom-controls { height: auto; margin-bottom: 0.750em; }
  .custom-filters { width: 100%; position: relative; top: inherit; right: inherit; }
  .label-filter { text-align: left; } }

@media (max-width: 480px) { .custom-header { height: auto; }
  .cal-date { float: none; margin: 0 0 8px 0; }
  .cal-nav { position: relative; top: inherit; right: inherit; overflow: hidden; }
  .cal-subscribe { right: 0; }
  .cal-nav span.custom-current { width: 50%; text-align: center; padding: 0; }
  .cal-nav span.custom-prev, .cal-nav span.custom-next { width: 25%; }
  .custom-filters li { margin-right: 10px; }
  .custom-filters a { font-size: 12px; }
  .custom-filters a:before { top: 2px; } }

@media screen and (max-width: 880px), screen and (max-height: 450px) { .fc-calendar-container { height: auto; }
  .fc-calendar .fc-row, .ie9 .fc-calendar .fc-row > div, .fc-calendar .fc-row > div { height: auto; width: 100%; }
  .fc-calendar .fc-row > div { float: none; min-height: 50px; padding: 12px; border: none; border-bottom: 1px solid #d4d8da; }
  .fc-calendar .fc-row > div:first-child { border-top: 4px solid #07253a; }
  .fc-calendar .fc-row > div:empty { min-height: 0; height: 0; padding: 0; }
  .fc-calendar .fc-row { border: none; display: block; }
  .fc-calendar .fc-head { display: none; }
  .fc-calendar .fc-row > div.fc-today:after { display: none; }
  .fc-calendar .fc-row > div > span.fc-date { width: 30px; display: inline-block; text-align: right; bottom: inherit; top: 5px; }
  .fc-calendar .fc-row > div > span.fc-weekday { display: block; color: #d1d2da; font-weight: 700; font-size: 13px; margin: 0 0 5px 0; }
  .fc-calendar .fc-row > div.fc-past, .fc-calendar .fc-row > div.fc-not-month { display: none; } }

/********************************************************************************
			 --- Event List---
*********************************************************************************/
.event-list { margin-bottom: 2.000em; }

.event-list--box { box-shadow: 0px 1px 4px rgba(93, 92, 109, 0.28); padding: 1.563em; }

.event-list__item { padding: 1.125em 0; border-bottom: 1px solid #e5e6ed; }

.event-list__item:first-child { padding-top: 0; }

.event-list__item:last-child { border-bottom: none; }

.event-item__title, .event-item__subtitle-addr { font-family: "proxima-nova",sans-serif; }

.event-item__title { font-size: 1.000em; text-transform: uppercase; line-height: 1.2; font-weight: 800; color: #2a2459; margin-right: 0.250em; }

.event-item__date { color: #76819c; font-style: italic; font-family: "adelle",sans-serif; }

.event-item__subtitle-addr { font-size: 0.938em; display: block; color: #4f72c5; font-weight: 600; }

.event-item__subtitle-addr > span:nth-child(2):before { content: " | "; color: #5d5c6d; }

.event-item__overview { font-size: 0.875em; margin-top: 0.571em; margin-bottom: 0; }

.event-item__actions { margin-top: 0.500em; }

.event-item__actions a:not(:last-child) { margin-right: 0.875em; }

/********************************************************************************
			 --- Calendar Loading Animation ---
*********************************************************************************/
.cal-loading-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(247, 248, 249, 0.65); z-index: 1; transition: opacity 650ms ease; }

.cal-loading-overlay--hide { opacity: 0; visibility: hidden;/* transition: visibility 0ms 1300ms ease, opacity 650ms 650ms ease; */}

.cal-preloader { position: fixed; top: 50%; left: 50%; margin: -25px 0 0 -25px; display: block; width: 60px; }

.cal-preloader:before { content: ''; display: block; padding-top: 100%; }

.cal-preloader .plc-path { stroke: #07304d; animation: dash 1.5s ease-in-out infinite; }

.pl-circular { animation: rotate 2s linear infinite; height: 100%; transform-origin: center center; width: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; }

.plc-path { stroke-dasharray: 1, 200; stroke-dashoffset: 0; stroke-linecap: round; stroke-width: 2; stroke-miterlimit: 10; fill: none; }

@keyframes rotate { 100% { transform: rotate(360deg); } }

@keyframes dash { 0% { stroke-dasharray: 1,200;
    stroke-dashoffset: 0; }
  50% { stroke-dasharray: 89,200;
    stroke-dashoffset: -35px; }
  100% { stroke-dasharray: 89,200;
    stroke-dashoffset: -124px; } }

@keyframes color { 0%, 100% { stroke: #F44336; }
  40% { stroke: #2196F3; }
  66% { stroke: #4CAF50; }
  80%, 90% { stroke: #FFC107; } }

/********************************************************************************
			 --- Programs List---
*********************************************************************************/
.programs-list__overview { overflow: hidden; margin-bottom: 2.000em; }

.programs-list__overview  figure.image {
	max-width: 230px;
	float: left;
	margin-right: 1.389em;
	margin-bottom: 0.5em;
}

.programs-list__overview  figure.image.responsive:before {padding-bottom: 75%;}

/********************************************************************************
			 --- Bios---
*********************************************************************************/
.bio { overflow: hidden; padding: 2.000em 0; border-bottom: 1px solid #e5e6ed; }

.bio__name { font-size: 1.750em; text-transform: uppercase; margin-bottom: 0.179em; }

.bio__title { font-size: 1.250em; font-weight: 600; color: #4f72c5; margin-bottom: 0.250em; }

.bio__email { font-size: 1.125em; display: block; color: #5d5c6d; font-weight: 600; }

.bio__description { font-size: 1.250rem; font-family: "adelle",sans-serif; margin-top: 1.200em; }

/********************************************************************************
			 --- Featured Bios---
*********************************************************************************/
.book-item { display: block; margin-bottom: 2.000em; text-align: center; }

.book-item img { width: 100%; display: block; margin-bottom: 0.500em; }

.book-item__title { display: block; font-weight: 600; line-height: 1.3; }

/********************************************************************************
			 --- Donate Block Levels ---
*********************************************************************************/
.donate-level-blocks { font-size: 16px; border: 1px solid #e5e6ed; }

.row.donate-level-blocks {margin-right: 0;margin-left: 0;}

.row.donate-level-blocks .column { padding: 0; }

.donate-level { padding: 1.250em; height: 15.625em; position: relative; cursor: pointer; transition: box-shadow 250ms ease; }

.donate-level-blocks .column:not(:last-child) .donate-level { border-right: 1px solid #e5e6ed; }

.donate-level__headline { font-size: 1.625em; display: block; color: #4f72c5; font-weight: 700; line-height: 1.2; padding-bottom: 0.577em; margin-bottom: 0.692em; border-bottom: 1px solid #e5e6ed; }

.donate-level__overview { font-size: 1.125em; color: #2a2459; font-weight: 600; line-height: 1.35; }

.donate-level .donate-level__arrow { position: absolute; bottom: 0; right: 0; width: 5.000em; height: 5.000em; opacity: 0; transition: opacity 250ms ease; }

.donate-level .donate-level__arrow:before { content: ""; display: block; width: 0; height: 0; border-style: solid; border-width: 0 0 5.000em 5.000em; border-color: transparent transparent #e5e6ed transparent; }

.donate-level .donate-level__arrow:after { font-size: 1.375em; content: "\e63e"; font-family: 'CD-Project-Icons'; line-height: 1; display: block; position: absolute; bottom: 0.636em; right: 0.545em; color: #fff; }

.donate-level.selected { box-shadow: inset 0px 0px 0px 3px #ee2f39; }

.donate-level.selected .donate-level__arrow { opacity: 1; }

.donate-level.selected .donate-level__arrow:before { border-color: transparent transparent #ee2f39 transparent; }

.donate-level:not(.selected):hover { box-shadow: inset 0px 0px 0px 3px #e5e6ed; }

.donate-level:not(.selected):hover .donate-level__arrow { opacity: 1; }

.donate-level--custom { padding: 0; }

.donate-level__custom { background: #f7f8fb; position: relative; }

.donate-level__custom span { font-size: 1.313em; position: absolute; left: 0.476em; top: 50%; margin-top: -0.476em; display: block; color: #4f72c5; font-weight: 700; line-height: 1; }

.donate-level__custom input[type="text"], .donate-level__custom input[type="number"] { font-size: 1.125em; height: 3.722em; color: #4f72c5; font-weight: 700; padding-left: 2.222em; margin: 0; border: 3px solid transparent; border-bottom: none; }

.donate-level--custom .donate-level__overview { padding: 1.111em; }

.donate-level--custom.selected input[type="text"] { border: 3px solid #ee2f39; border-bottom: none; }

.donate-level-continue { max-width: 350px; margin: 0 auto; }

.donate-level-continue .button { width: 100%; margin-top: 1.3rem; margin-bottom: 0.5rem; }

@media only screen and (max-width: 1199px) { .donate-level-blocks { font-size: 14px; } }

@media only screen and (max-width: 1023px) { .donate-level-blocks { font-size: 12px; }
  .donate-level-blocks { border-bottom: none; border-right: none; }
  .donate-level-blocks .column .donate-level { border-right: 1px solid #e5e6ed; }
  .donate-level { border-bottom: 1px solid #e5e6ed; } }

@media only screen and (max-width: 959px) { .donate-level-blocks { font-size: 16px; } }

@media only screen and (max-width: 800px) { .donate-level-blocks { font-size: 15px; } }

@media only screen and (max-width: 639px) { .donate-level-blocks { font-size: 14px; } }

@media only screen and (max-width: 479px) { .donate-level-blocks { font-size: 13px; } }

@media only screen and (max-width: 375px) { .donate-level-blocks { font-size: 12px; } }

@media only screen and (max-width: 320px) { .donate-level-blocks { font-size: 11px; } }

/********************************************************************************
@dev edit  --- Donate Block Levels  ---
*********************************************************************************/
.row.centered { margin: auto; text-align: center; }

.row.centered .column, .row.centered .columns { float: none; display: inline-block; text-align: left; vertical-align: bottom; }

.monthly.column { display: none; }

.donate-level-blocks.no-border { /* border: none; */ }

.donate-level-blocks.no-border .column > div.donate-level { border: 1px solid #e5e6ed; margin: 1px; }

.donate-level-blocks.no-border .column:last-child > div.donate-level { border: 1px solid #e5e6ed; }

@media only screen and (min-width: 960px) { .donate-level-blocks.no-border .column:last-child > div.donate-level { border-left: none; left: -2px; position: relative; } }

.donate-freq { padding: 1.250em; height: 15.625em; position: relative; cursor: pointer; transition: box-shadow 250ms ease; }

.recurrence-select, .donate-amount {position: absolute;top: -999em;left: -999em;height: 0;width: 0;}

.validation_message {
	background: #ee2f39;
	color: #fff;
	padding: 0.222rem 0.333rem;
	font-size: 0.667rem;
	font-weight: 700;
	margin: -1.000rem 0 0.556rem 0;
	display: block;
}

.alert-success #share-container { margin: 1em auto; }

.alert-success #share-container p { padding-left: 0; }

.alert-success #share-container p i { margin-right: 8px; }

.alert-success #share-container p:before { content: ""; }

.alert-success #share-container #share a:hover i { color: #fff; }

#event-form, #housing-reg-form { margin-bottom: 1em; }

#event-form table, #housing-reg-form table { width: 100%; }

#event-form table tr td, #housing-reg-form table tr td { padding-bottom: 1em; }

#event-form [type="checkbox"], #event-form [type="radio"], #housing-reg-form [type="checkbox"], #housing-reg-form [type="radio"] { display: inline-block; margin-right: .5em; margin-bottom: .5em; }

#event-form [type="checkbox"], #housing-reg-form [type="checkbox"] { top: -2px; position: relative; }

#event-form [type="checkbox"]:after, #event-form [type="radio"]:after, #housing-reg-form [type="checkbox"]:after, #housing-reg-form [type="radio"]:after { content: ' '; width: 100%; display: block; }

#js-discount { padding: 1.5em; border: 1px solid #ddd; background: #f8f8f8; margin: 1em 0; }

#js-discount h3 { margin: 0; }

#js-discount p { margin: 0; }

table.date select { width: 48%; float: left; }

table.date select:last-child { float: right; }

table.date td[onclick] { cursor: pointer; }

table.date td[onclick] > div[style], table.date button.button { background: #ee2f39 !important; color: #fff !important; }

#housing-detail { min-height: 65vh; }

/*! Copyright (c) 2017 Tamble, Inc. Licensed under MIT (https://github.com/tamble/jquery-ui-daterangepicker/raw/master/LICENSE.txt) */
.comiseo-daterangepicker-triggerbutton.ui-button { text-align: left; min-width: 18em; }

.comiseo-daterangepicker-triggerbutton .ui-button-icon { /* fix v1.12 */ position: absolute; right: 0.5em; top: 50%; margin-top: -8px; }

.comiseo-daterangepicker { position: absolute; padding: 5px; }

.comiseo-daterangepicker-mask { margin: 0; padding: 0; position: fixed; left: 0; top: 0; height: 100%; width: 100%; /* required for IE */ background-color: #fff; opacity: 0; filter: alpha(opacity=0); }

.comiseo-daterangepicker-presets, .comiseo-daterangepicker-calendar { display: table-cell; vertical-align: top; height: 230px; }

.comiseo-daterangepicker-right .comiseo-daterangepicker-presets { padding: 2px 7px 7px 2px; }

.comiseo-daterangepicker-left .comiseo-daterangepicker-presets { padding: 2px 2px 7px 7px; }

.comiseo-daterangepicker-presets .ui-menu { padding: 2px; /* fix v1.11 */ white-space: nowrap; }

.comiseo-daterangepicker-presets .ui-menu-item { /* fix v1.11 */ padding: 0; }

.comiseo-daterangepicker-presets .ui-menu-item > * { /* fix v1.11 */ text-decoration: none; display: block; padding: 2px 0.4em; line-height: 1.5; min-height: 0; /* support: IE7 */ }

.comiseo-daterangepicker .ui-widget-content, .comiseo-daterangepicker .ui-datepicker .ui-state-highlight { border-width: 0; }

.comiseo-daterangepicker > .comiseo-daterangepicker-main.ui-widget-content { border-bottom-width: 1px; }

.comiseo-daterangepicker .ui-datepicker .ui-datepicker-today .ui-state-highlight { border-width: 1px; }

.comiseo-daterangepicker-right .comiseo-daterangepicker-calendar { border-left-width: 1px; padding-left: 5px; }

.comiseo-daterangepicker-left .comiseo-daterangepicker-calendar { border-right-width: 1px; padding-right: 5px; }

.comiseo-daterangepicker-right .comiseo-daterangepicker-buttonpanel { float: left; }

.comiseo-daterangepicker-left .comiseo-daterangepicker-buttonpanel { float: right; }

.comiseo-daterangepicker-buttonpanel > button { margin-top: 6px; }

.comiseo-daterangepicker-right .comiseo-daterangepicker-buttonpanel > button { margin-right: 6px; }

.comiseo-daterangepicker-left .comiseo-daterangepicker-buttonpanel > button { margin-left: 6px; }

/* themeable styles */
.comiseo-daterangepicker-calendar .ui-state-highlight a.ui-state-default { background: #b0c4de; color: #fff; }

#room-select-boxes button { -webkit-appearance: none !important; background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+); background-position: 100% center; background-repeat: no-repeat; line-height: normal; height: 3.125em; font-size: 1.000rem; -webkit-appearance: none; background-color: #ebecf0; border: 1px solid transparent; color: #07253a; display: block; margin: 0 0 1.000em 0; padding: 0.444em; height: 3.125em; width: 100%; transition: all 250ms ease; font-weight: normal; text-align: left; }

#room-select-boxes button .ui-icon-triangle-1-s { display: none; }

#room-select-boxes .comiseo-daterangepicker-presets { display: none; }

/*@dev editend*/
/********************************************************************************
			 --- Donate Form---
*********************************************************************************/
.donate-total { font-size: 24px; font-weight: 600; color: #4f72c5; }

.donate-total__currency, .donate-total__label { font-weight: 700; }

.donate-total__label { color: #2a2459; }

/********************************************************************************
			 --- Paid Forms---
*********************************************************************************/
.store-checkout-cc { margin-top: 1.500em; }

.store-checkout-cc ul { overflow: hidden; list-style: none; margin: 0; padding: 0; line-height: 1; }

.store-checkout-cc li { font-size: 2.875em; display: block; float: left; height: 1.000em; line-height: 1; margin-right: 0.130em; }

.store-checkout-cc .icon-cc-visa { color: #1a1f71; }

.store-checkout-cc .icon-cc-mastercard { color: #0a3981; }

.store-checkout-cc .icon-cc-amex { color: #0072BC; }

.store-checkout-cc .icon-cc-discover { color: #f68026; }

.checkout_total { font-size: 1.750rem; }

@media only screen and (max-width: 639px) { .store-checkout-cc { font-size: 12px; } }

@media only screen and (max-width: 479px) { .store-checkout-cc { font-size: 14px; margin-top: 0; margin-bottom: 1.000em; } }

/********************************************************************************
			 --- Static Scrolling Section ---
*********************************************************************************/
.static-scrolling-container { overflow: hidden; position: relative; padding: 6.000em 0; }

.static-scrolling-body { position: relative; }

.static-scrolling-item { font-size: 16px; }

.static-scrolling-item__headline { font-size: 2.250em; text-transform: none; margin-bottom: 0.250em; }

.static-scrolling-item__subheadline { color: #4f72c5; }

.static-scrolling-item__overview { font-size: 1.250rem; font-family: "adelle",sans-serif; }

@media only screen and (min-width: 768px) { .static-scrolling-item__content, .static-scrolling-item__headline, .static-scrolling-item__overview h1, .static-scrolling-item__overview h2, .static-scrolling-item__overview h3, .static-scrolling-item__overview h4, .static-scrolling-item__overview h5, .static-scrolling-item__overview li { color: #fff; }
  .static-scrolling-item__content a { color: rgba(255, 255, 255, 0.55); }
  .static-scrolling-item__content a:hover { color: rgba(255, 255, 255, 0.95); }
  .static-scrolling-bg { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: #0e0c21; background-size: cover; background-position: center center; background-repeat: no-repeat; }
  .static-scrolling-item__content .bio { padding: 0; border-bottom: none; }
  .static-scrolling-item__content .bio__name { color: #fff; }
  .static-scrolling-bg:after { content: ""; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(14, 12, 33, 0.75); }
  .static-scrolling-bg { position: absolute; width: 100%; height: 100%; }
  .static-scrooling-item__mobile-label { display: none; }
  .static-scrolling-navigation { font-size: 16px; float: left; width: 28%; border-right: 1px solid rgba(255, 255, 255, 0.1); }
  .static-scrolling-navigation__headline { color: #fff; font-family: "adelle",sans-serif; font-style: italic; font-size: 1.500em; border-bottom: 1px solid rgba(255, 255, 255, 0.25); display: inline-block; margin-bottom: 0.375em; }
  .static-scrolling-navigation ul { list-style: none; margin: 0 0 1.000em 0; padding: 0; }
  .static-scrolling-navigation li { display: block; }
  .static-scrolling-navigation a { color: #b6bdc6; font-weight: 700; display: inline-block; padding: 0.375em 0; }
  .static-scrolling-navigation a:hover { color: #fff; }
  .static-scrolling-navigation li.active { border-right: 3px solid #ee2f39; }
  .static-scrolling-navigation li.active a { color: #ee2f39; }
  .static-scrolling-list { float: right; width: 68%; }
  .static-scrolling-item { height: 0; overflow: hidden; opacity: 0; }
  .static-scrolling-item.active { opacity: 1; height: auto; overflow: inherit; animation-name: static-scrolling-fade-in-up; -webkit-animation-duration: 1200ms; animation-duration: 1200ms; -webkit-animation-fill-mode: both; animation-fill-mode: both; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; } }

@media only screen and (min-width: 1024px) and (max-width: 1199px) { .static-scrolling-item { font-size: 13px; }
  .static-scrolling-navigation { font-size: 15px; } }

@media only screen and (min-width: 768px) and (max-width: 1023px) { .static-scrolling-item { font-size: 12px; }
  .static-scrolling-navigation { font-size: 14px; } }

@media only screen and (max-width: 767px) { .static-scrolling-container { padding: 4.000em 0; height: auto !important; }
  .static-scrolling-bg, .static-scrolling-navigation { display: none; }
  .static-scrolling-item { margin-bottom: 0.500em; }
  .static-scrooling-item__mobile-label { font-size: 0.813em; line-height: 1.2; display: inline-block; background: #4f72c5; color: #fff; padding: 0.615em 1.538em 0.538em; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; margin-bottom: 0.938em; }
  .static-scrolling-item__content .bio { padding-top: 0; margin-bottom: 2.000em; } }

@media only screen and (max-width: 639px) { .static-scrolling-item { font-size: 14px; } }

@media only screen and (max-width: 479px) { .static-scrolling-container { padding: 3.000em 0; }
  .static-scrolling-item { font-size: 13px; } }

@media only screen and (max-width: 375px) { .static-scrolling-item { font-size: 12px; } }

@keyframes static-scrolling-fade-in-up { 0% { -webkit-transform: translateY(10%);
    transform: translateY(10%);
    opacity: 0; }
  50% { -webkit-transform: translateY(0%);
    transform: translateY(0%); }
  100% { opacity: 1; } }

/********************************************************************************
			 --- Image Slider---
*********************************************************************************/
.image-slider { padding: 0 2.000em; }
.image-slider .slide { padding: 0 0.750em; }
.image-slider .image img {
  margin: 0 auto;
}

/********************************************************************************
			 --- Registration Tabs---
*********************************************************************************/
.tabs--register .resp-tabs-list li { font-family: "proxima-nova",sans-serif; font-size: 0.875em; }

/********************************************************************************
			 --- Form Styling ---
*********************************************************************************/
/*-----------Standard Forms-----------*/
form { margin: 0; }

/*-----------Label Styles-----------*/
label { color: #2a2459; cursor: pointer; display: block; margin: 0; font-weight: 700; }

/*-----------Required-----------*/
.req { color: red; font-weight: 700; }

/*-----------styling on all basic form elements-----------*/
input[type="text"], input[type="password"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="week"], input[type="email"], input[type="number"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], textarea, select { font-size: 1.000rem; -webkit-appearance: none; background-color: #ebecf0; border: 1px solid transparent; color: #07253a; display: block; margin: 0 0 1.000em 0; padding: 0.444em; height: 3.125em; width: 100%; transition: all 250ms ease; font-weight: normal; }

/*-----------styling on all basic form focus elements-----------*/
input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, textarea:focus, select:focus { border-color: #4f72c5; background-color: #fff; outline: none; }

/*-----------styling on all basic form disabled elements-----------*/
input[type="text"][disabled], fieldset[disabled] input[type="text"], input[type="password"][disabled], fieldset[disabled] input[type="password"], input[type="date"][disabled], fieldset[disabled] input[type="date"], input[type="datetime"][disabled], fieldset[disabled] input[type="datetime"], input[type="datetime-local"][disabled], fieldset[disabled] input[type="datetime-local"], input[type="month"][disabled], fieldset[disabled] input[type="month"], input[type="week"][disabled], fieldset[disabled] input[type="week"], input[type="email"][disabled], fieldset[disabled] input[type="email"], input[type="number"][disabled], fieldset[disabled] input[type="number"], input[type="search"][disabled], fieldset[disabled] input[type="search"], input[type="tel"][disabled], fieldset[disabled] input[type="tel"], input[type="time"][disabled], fieldset[disabled] input[type="time"], input[type="url"][disabled], fieldset[disabled] input[type="url"], textarea[disabled], fieldset[disabled] textarea { background-color: #d4d8da; }

/*-----------input submit-----------*/
input[type="submit"] { -webkit-appearance: none; }

/*-----------textarea-----------*/
textarea { min-height: 6.944em; resize: none; max-width: 100%; }

textarea[rows] { height: auto; }

/*-----------select-----------*/
select { -webkit-appearance: none !important; background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+); background-position: 100% center; background-repeat: no-repeat; line-height: normal; height: 3.125em; }

:-moz-any(select) { background-image: none; }

select::-ms-expand { display: none; }

/*-----------other form elements-----------*/
input[type="file"], input[type="checkbox"], input[type="radio"] { margin: 0 0 1.000em 0; }

input[type="checkbox"] + label, input[type="radio"] + label { display: inline-block; margin-left: 0.444em; margin-right: 0.889em; margin-bottom: 0; vertical-align: baseline; }

.input-radio, .input-checkbox { vertical-align: top; margin: 0.444em 0; line-height: 1.2; }

.input-radio input[type="radio"], .input-checkbox input[type="checkbox"] { float: left; width: 18px; height: 18px; margin: 0 0.222em 0 0; padding: 0; outline: none; }

.check-radio-row small.form-error { margin-top: -0.500rem; }

.js-form-submit .alert-success {padding: 0.556em 0; background: transparent;}

.js-form-submit .alert p { color: #333; }

.js-form-submit .alert p:before { color: #ee2f39; }

/*-----------Normalize file input width-----------*/
input[type="file"] { width: 100%; }

/*-----------We add basic fieldset styling-----------*/
fieldset { border: 1px solid #e5e6ed; padding: 1.111em; margin: 1.000em 0; }

fieldset legend { font-weight: 700; background: white; padding: 0 0.167em; margin: 0; margin-left: -0.167em; }

/*-----------Disable Button-----------*/
.button[disabled], .button[disabled]:hover { background: #e5e6ed; color: #000; cursor: default; }

/*-----------Captcha-----------*/
.captchaimg { margin-bottom: 0.278em; }

#CaptchaV2 { width: 100% !important; }

/*-----------Error Validation-----------*/
form small.form-error { background: #ee2f39; color: #fff; padding: 0.222rem 0.333rem; font-size: 0.667rem; font-weight: 700; margin: -1.000rem 0 0.556rem 0; display: block; }

/*-----------Captcha-----------*/
.g-recaptcha { margin-bottom: 1.000rem; }

/*-----------Success and Alert Containers-----------*/
.success-container { display: none; margin: 3.500em 0; }

.success-container .alert { font-size: 1.625em; }

/********************************************************************************
			 --- Accordion ---
*********************************************************************************/
.accordion { font-size: 1.000rem; margin: 0 0 1.667em; }

.accordion dt { border-bottom: 1px solid #e5e6ed; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; color: #2a2459; cursor: pointer; padding: 1.111em 2.222em 1.111em 0; margin: 0; position: relative; font-weight: 700; font-size: 1.125em; transition: border-color 250ms ease; }

.accordion dt:after { content: "\e87a"; font-family: 'CD-Project-Icons'; position: absolute; top: 1.111em; right: 0; font-weight: normal; color: #4f72c5; }

.accordion dt.accordion-active { border-color: transparent; }

.accordion dt.accordion-active:after { content: "\e83c"; }

.accordion dd { display: none; padding: 1.250em 0; margin: 0; font-size: 1.125em; border-bottom: 1px solid transparent; transition: border-color 250ms ease; }

.accordion dd.active { border-bottom: 1px solid #e5e6ed; }

/********************************************************************************
			 --- Responsive Tabs ---
*********************************************************************************/
/*-----------Universal Tabs-----------*/
.resp-tabs-list { list-style: none; margin: 0; padding: 0; }

.resp-tabs-list li { display: inline-block; margin: 0; padding: 0; cursor: pointer; float: left; background-color: #e5e6ed; color: #76819c; font-size: 1.000em; font-weight: 700; text-transform: uppercase; }

.resp-tabs-list li.resp-tab-active { background: #fff; color: #393a67; position: relative; }

.resp-tabs-container { padding: 0; background-color: #fff; clear: left; }

.resp-content-active, .resp-accordion-active, .resp-tab-content-active { display: block; }

.resp-tab-content { display: none; padding: 1.667em 1.944em; border: 1px solid #d1d2da; }

.resp-accordion { cursor: pointer; display: none; border: 1px solid #d1d2da; margin: 0; padding: 0.667em; }

.resp-tab-active { border-bottom: none; }

.resp-arrow { position: absolute; top: 0.833em; right: 0.833em; }

.resp-arrow:after { content: "\e81a"; font-family: 'CD-Project-Icons'; font-weight: normal; }

.resp-tab-active .resp-arrow:after { content: "\e81d"; }

/*-----------Vertical tabs-----------*/
.resp-vtabs .resp-tab-content { word-wrap: break-word; }

@media only screen and (min-width: 768px) { /*-----------Horizontal tabs-----------*/
  .resp-htabs.resp-tabs-list li { padding: 0.833em 1.250em; border-top: 1px solid #d1d2da; border-left: 1px solid #d1d2da; }
  .resp-htabs.resp-tabs-list li:last-child { border-right: 1px solid #d1d2da; }
  .resp-htabs.resp-tabs-list li.resp-tab-active:after { content: ""; display: block; background: #fff; height: 1px; width: 100%; position: absolute; bottom: -1px; left: 0; }
  /*-----------Vertical tabs-----------*/
  .resp-vtabs .resp-tabs-list { float: left; width: 30%; border: 1px solid #d1d2da; border-right: none; }
  .resp-vtabs .resp-tabs-list li { display: block; padding: 0.778em 1.111em; cursor: pointer; float: none; border-bottom: 1px solid #d1d2da; }
  .resp-vtabs .resp-tabs-list li:last-child { border-bottom: none; }
  .resp-vtabs .resp-tabs-container { border: 1px solid #d1d2da; float: left; width: 70%; min-height: 250px; clear: none; }
  .resp-vtabs .resp-tab-content { border: none; }
  .resp-vtabs .resp-tab-active { position: relative; z-index: 1; margin-right: -1px !important; }
  .resp-tab-content.resp-tab-content-active { display: block !important; }
  .resp-accordion-closed { display: block; } }

@media only screen and (max-width: 767px) { .resp-tabs-list { display: none; }
  .resp-accordion { display: block; background-color: #e5e6ed; color: #76819c; font-weight: 700; position: relative; font-size: 1.067em; }
  .resp-accordion:not(:last-of-type) { border-bottom: none; }
  .resp-accordion.resp-tab-active { background: #fff; color: #393a67; }
  .resp-tab-content { border: 1px solid #d1d2da; border-bottom: none; }
  .resp-tab-content:last-of-type { border-bottom: 1px solid #d1d2da; }
  .resp-vtabs .resp-tabs-container { border: none; float: none; width: 100%; min-height: 100px; clear: none; } }

@media only screen and (max-width: 479px) { .resp-tab-content { padding: 1.250em 1.125em; } }

/********************************************************************************
			 --- Tables ---
*********************************************************************************/
table.table { margin-bottom: 1.000em; table-layout: auto; }

table.table caption { font-weight: bold; }

table.table thead tr th, table.table thead tr td { padding: 1.125em 0.500em; font-size: 0.875em; text-transform: uppercase; font-weight: 700; }

table.table tfoot tr th, table.table tfoot tr td { padding: 1.125em 0.500em; font-size: 0.875em; font-weight: 700; text-transform: uppercase; }

table.table tr th, table.table tr td { padding: 1.125em 0.500em; font-size: 0.875em; text-align: left; border-bottom: 1px solid #e5e6ed; }

table.table thead tr th, table.table tfoot tr th, table.table tfoot tr td, table.table tbody tr th, table.table tbody tr td, table.table tr td { display: table-cell; line-height: 1.3; }

/********************************************************************************
			 --- Slide Toggle ---
*********************************************************************************/
.slide-content { display: none; }

.slide-toggle:not(.button):after { content: "\e6b6"; font-family: 'CD-Project-Icons'; margin: 0 0 0 0.333em; font-size: 90%; }

.slide-toggle:not(.button).active:after { content: "\e6c4"; }

.slide-toggle:not(.button).active, .slide-toggle:not(.button).active:after { color: #76819c; }

.slide-toggle.button { background-color: #4f72c5; }

.slide-toggle.button.active { color: #fff; background-color: #76819c; }

.slide-toggle.button:after { content: "\e6b6"; font-family: 'CD-Project-Icons'; font-size: 90%; margin-left: 0.333em; }

.slide-toggle.button.active:after { content: "\e6c4"; }

/********************************************************************************
			 --- Alerts ---
*********************************************************************************/
.alert { display: none; padding: 0.556em 0.833em; margin-bottom: 1.111em; background-color: #2a2459; color: #fff; }

.alert p { line-height: 1.2; padding-left: 1.333em; position: relative; }

.alert > p, .alert > ul { margin-bottom: 0; }

.alert > p + p { margin-top: 0.278em; }

.alert a { color: #fff; text-decoration: underline; }

.alert a:hover { color: red; }

.alert p:before { font-family: 'CD-Project-Icons'; color: #fff; position: absolute; top: 0; left: 0; }

.alert-success, .alert-info, .alert-warning, .alert-danger { display: block; }

.alert-success { background-color: #60c5db; }

.alert-success p:before { content: "\e6aa"; }

.alert-info p:before { content: "\e88b"; }

.alert-warning { background-color: #eea42f; }

.alert-warning p:before { content: "\e74c"; }

.alert-danger { background-color: #ee2f39; }

.alert-danger p:before { content: "\e74b"; }

/********************************************************************************
			 --- Footer---
*********************************************************************************/
.footer { font-size: 16px; background: #0e0c21; color: #a6b2d1; padding: 3.375em 0; position: relative; }

.footer__logo { position: absolute; bottom: 0; left: 0; width: 37.5%; height: 100%; text-align: left; overflow: hidden; }

.footer__logo-brush { position: absolute; top: -90px; left: -200px; width: 800px; height: 352px; }

.footer__logo-brush img {width: 100%;height: 100%;}

.footer__logo-img { position: absolute; top: 30px; left: 80px; z-index: 1; }

.footer__body { padding-left: 200px; padding-right: 175px; position: relative; }

.footer__body-row { overflow: hidden; }

.footer__body-left { width: 54%; float: left; }

.footer__body-right { width: 38%; float: right; }

.footer-address, .copyright { display: block; font-size: 0.938em; line-height: 1.2; }

.footer-address { margin-bottom: 0.400em; }

.social-links--footer { text-align: center; }

.social-links--footer li { display: inline-block; }

.social-links--footer a { font-size: 1.313em; display: block; width: 2.286em; height: 2.286em; line-height: 2.286em; border-radius: 2.286em; margin: 0 0.381em; color: #fff; border: 1px solid rgba(255, 255, 255, 0.12); transition: background-color 250ms ease; }

.social-links--footer a:hover { background-color: rgba(255, 255, 255, 0.12); }

.social-links--footer a .icon-facebook { position: relative; left: -0.048em; }

.social-links--footer a .icon-twitter { position: relative; top: -0.048em; }

.social-links--footer a .icon-instagram { position: relative; top: -0.071em; left: 0.071em; }

.footer_back-to-top { font-size: 0.938em; position: absolute; top: 50%; right: 0; margin-top: -0.567em; color: #fff; line-height: 1; text-transform: uppercase; font-weight: 800; }

.footer_back-to-top span { position: relative; top: 0.133em; margin-right: 0.333em; }

@media only screen and (max-width: 1439px) { .footer__logo-brush { top: -65px; left: -175px; width: 600px; height: 265px; }
  .footer__logo-img { top: 38px; left: 35px; max-width: 120px; }
  .footer__body-left { width: 60%; }
  .footer__body-right { width: 34%; } }

@media only screen and (max-width: 1199px) { .footer { font-size: 14px; }
  .footer__logo-brush { top: -30px; left: -220px; width: 500px; height: 220px; }
  .footer__logo-img { top: 28px; left: 20px; max-width: 90px; }
  .footer__body { padding-left: 150px; padding-right: 135px; }
  .footer__body-left { width: 68%; }
  .footer__body-right { width: 32%; }
  .social-links--footer a { font-size: 1.025em; } }

@media only screen and (max-width: 959px) { .footer__body { padding-left: 150px; padding-right: 135px; text-align: center; }
  .footer__body-left, .footer__body-right { float: none; width: 100%; }
  .footer__body-left { margin-bottom: 1.000em; } }

@media only screen and (max-width: 800px) { .footer { font-size: 13px; }
  .footer-address { margin-bottom: 0.750em; }
  .footer-address__line { display: block; } }

@media only screen and (max-width: 640px) { .footer__body { padding-left: 200px; padding-right: 0; }
  .footer__logo { width: 100%; }
  .footer_back-to-top { display: inline-block; position: relative; top: inherit; right: inherit; margin-top: 2.500em; } }

@media only screen and (max-width: 479px) { .footer { font-size: 12px; }
  .footer__body { padding-left: 120px; }
  .footer__logo-brush { top: -30px; left: -80px; width: 320px; height: 141px; }
  .footer__logo-img { top: 15px; left: 15px; max-width: 75px; } }

@media only screen and (max-width: 320px) { .footer { font-size: 11px; }
  .social-links--footer a { font-size: 0.938em; }
  .footer__body { padding-left: 28px; }
  .footer__logo-brush { top: -15px; left: -80px; width: 250px; height: 110px; }
  .footer__logo-img { top: 15px; left: 15px; max-width: 55px; } }

/********************************************************************************
--- Animated Loader ---
*********************************************************************************/
.spinner { position: fixed; z-index: 999999; top: 50%; left: 50%; margin: -30px 0 0 -30px; height: 60px; width: 60px; -webkit-animation: rotation .6s infinite linear; -moz-animation: rotation .6s infinite linear; -o-animation: rotation .6s infinite linear; animation: rotation .6s infinite linear; border-left: 6px solid #e5e6ed; border-right: 6px solid #e5e6ed; border-bottom: 6px solid #e5e6ed; border-top: 6px solid #ee2f39; border-radius: 100%; }

@-webkit-keyframes rotation { from { -webkit-transform: rotate(0deg); }
  to { -webkit-transform: rotate(359deg); } }

@-moz-keyframes rotation { from { -moz-transform: rotate(0deg); }
  to { -moz-transform: rotate(359deg); } }

@-o-keyframes rotation { from { -o-transform: rotate(0deg); }
  to { -o-transform: rotate(359deg); } }

@keyframes rotation { from { transform: rotate(0deg); }
  to { transform: rotate(359deg); } }

/********************************************************************************
			 --- CSS - Load More Pagination ---
*********************************************************************************/
.load-more__icon { display: inline-block; }

.icon-spin { -webkit-animation: icon-spin 2s infinite linear; animation: icon-spin 2s infinite linear; }

@-webkit-keyframes icon-spin { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes icon-spin { 0% { -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.load-more-pagination__icon {display: inline-block; position: relative; }

.load-more-pagination__icon:before { color: #fff; }

.button[disabled] .load-more-pagination__icon:before, .button[disabled]:hover .load-more-pagination__icon:before { color: #000; }

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

.mfp-wrap { top: 0; left: 0; width: 100%; height: 100%; z-index: 10043; position: fixed; outline: none !important; -webkit-backface-visibility: hidden; }

.mfp-container { text-align: center; position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 0 8px; box-sizing: border-box; }

.mfp-container:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }

.mfp-align-top .mfp-container:before { display: none; }

.mfp-content { position: relative; display: inline-block; vertical-align: middle; margin: 0 auto; text-align: left; z-index: 10045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content { width: 100%; cursor: auto; }

.mfp-ajax-cur { cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close { cursor: -moz-zoom-out; cursor: -webkit-zoom-out; cursor: zoom-out; }

.mfp-zoom { cursor: pointer; cursor: -webkit-zoom-in; cursor: -moz-zoom-in; cursor: zoom-in; }

.mfp-auto-cursor .mfp-content { cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter { -webkit-user-select: none; -moz-user-select: none; user-select: none; }

.mfp-loading.mfp-figure { display: none; }

.mfp-hide { display: none !important; }

.mfp-preloader { color: #CCC; position: absolute; top: 50%; width: auto; text-align: center; margin-top: -0.8em; left: 8px; right: 8px; z-index: 10044; }

.mfp-preloader a { color: #CCC; }

.mfp-preloader a:hover { color: #FFF; }

.mfp-s-ready .mfp-preloader { display: none; }

.mfp-s-error .mfp-content { display: none; }

button.mfp-close, button.mfp-arrow { overflow: visible; cursor: pointer; background: transparent; border: 0; -webkit-appearance: none; display: block; outline: none; padding: 0; z-index: 10046; box-shadow: none; touch-action: manipulation; }

button::-moz-focus-inner { padding: 0; border: 0; }

.mfp-close { width: 44px; height: 44px; line-height: 44px; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; opacity: 0.65; padding: 0 0 18px 10px; color: #FFF; font-style: normal; font-size: 28px; font-family: Arial, Baskerville, monospace; }

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

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

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

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

.mfp-counter { position: absolute; top: 0; right: 0; color: #CCC; font-size: 12px; line-height: 18px; white-space: nowrap; }

.mfp-arrow { position: absolute; opacity: 0.65; margin: 0; top: 50%; margin-top: -55px; padding: 0; width: 90px; height: 110px; -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active { margin-top: -54px; }

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

.mfp-arrow:before, .mfp-arrow:after { content: ''; display: block; width: 0; height: 0; position: absolute; left: 0; top: 0; margin-top: 35px; margin-left: 35px; border: medium inset transparent; }

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

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

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

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

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

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

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

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

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

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

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

.mfp-iframe-scaler { width: 100%; height: 0; overflow: hidden; padding-top: 56.25%; }

.mfp-iframe-scaler iframe { position: absolute; display: block; top: 0; left: 0; width: 100%; height: 100%; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #000; }

/* Main image in popup */
img.mfp-img { width: auto; max-width: 100%; height: auto; display: block; line-height: 0; box-sizing: border-box; padding: 40px 0 40px; margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure { line-height: 0; }

.mfp-figure:after { content: ''; position: absolute; left: 0; top: 40px; bottom: 40px; display: block; right: 0; width: auto; height: auto; z-index: -1; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444; }

.mfp-figure small { color: #BDBDBD; display: block; font-size: 12px; line-height: 14px; }

.mfp-figure figure { margin: 0; }

.mfp-bottom-bar { margin-top: -36px; position: absolute; top: 100%; left: 0; width: 100%; cursor: auto; }

.mfp-title { text-align: left; line-height: 18px; color: #F3F3F3; word-wrap: break-word; padding-right: 36px; }

.mfp-image-holder .mfp-content { max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure { cursor: pointer; }

.mfp-fade.mfp-bg { opacity: 0; -webkit-transition: all .15s ease-out; -moz-transition: all .15s ease-out; transition: all .15s ease-out; }

.mfp-fade.mfp-bg.mfp-ready { opacity: .85; }

.mfp-fade.mfp-bg.mfp-removing { opacity: 0; }

.mfp-fade.mfp-wrap .mfp-content { opacity: 0; -webkit-transition: all 150ms ease-out; transition: all 150ms ease-out; }

.mfp-fade.mfp-wrap.mfp-ready .mfp-content { opacity: 1; }

.mfp-fade.mfp-wrap.mfp-removing .mfp-content { opacity: 0; }

.popup-embed-container .mfp-container { padding-top: 40px; padding-bottom: 40px; }

.popup-embed-container .mfp-content { width: 100%; max-width: 900px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); }

.popup-embed-container .mfp-close { top: -44px; color: #FFF; text-align: right; right: 1px; }

.white-popup-block { background: #fff; text-align: left; max-width: 650px; margin: 40px auto; position: relative; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; -webkit-animation: popin .3s; animation: popin .3s; overflow: hidden; }

.white-popup-block--padding { padding: 1.875em; }

.popup-form__inner { padding: 1.389em; }

.popup-form p { font-size: .944em; line-height: 1.3; }

.popup-form .button { margin: 0; display: block; width: 100%; padding: 1em 0; font-size: 1.125em; }

.popup-form__row { margin: 0 -.556em; }

.popup-form__row::before, .popup-form__row::after { content: ' '; display: table; }

.popup-form__row::after { clear: both; }

.popup-form__columns { float: left; width: 50%; padding: 0 .556em; }

.popup-form__success { text-align: center; padding: 3em 2em; font-size: 1.444em; display: none; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { .mfp-img-mobile .mfp-image-holder { padding-left: 0; padding-right: 0; }
  .mfp-img-mobile img.mfp-img { padding: 0; }
  .mfp-img-mobile .mfp-figure:after { top: 0; bottom: 0; }
  .mfp-img-mobile .mfp-figure small { display: inline; margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar { background: rgba(0, 0, 0, 0.6); bottom: 0; margin: 0; top: auto; padding: 3px 5px; position: fixed; box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty { padding: 0; }
  .mfp-img-mobile .mfp-counter { right: 5px; top: 3px; }
  .mfp-img-mobile .mfp-close { top: 0; right: 0; width: 35px; height: 35px; line-height: 35px; background: rgba(0, 0, 0, 0.6); position: fixed; text-align: center; padding: 0; } }

@media all and (max-width: 900px) { .mfp-arrow { -webkit-transform: scale(0.75); transform: scale(0.75); }
  .mfp-arrow-left { -webkit-transform-origin: 0; transform-origin: 0; }
  .mfp-arrow-right { -webkit-transform-origin: 100%; transform-origin: 100%; }
  .mfp-container { padding-left: 6px; padding-right: 6px; } }

/*-----------Popups-----------*/
.mfp-wrap .form-popup { max-width: 820px; background: #f1f1f1; text-align: left; margin: 40px auto; padding: 3rem; position: relative; border-radius: 3px; overflow: hidden; }

.mfp-content { -webkit-animation: popin .3s; animation: popin .3s; }

.mfp-close { font-size: 2.25em; width: 1.385em; height: 1.179em; line-height: 1.179em; position: absolute; right: 0; top: 0; text-decoration: none; text-align: center; padding: 0 0 0.462em 0.256em; color: #828e99; transition: color 250ms ease; font-style: normal; font-weight: 300; }

.video-popup { max-width: 964px; margin: 0 auto; position: relative; animation: popin .3s; }

.video-popup .mfp-close { color: #fff; padding: 0; margin: 0; top: -42px; right: -6px; text-align: right; padding-right: 6px; }

.video-container { width: 100%; height: 100%; max-height: 100%; padding-top: 38.1%; overflow: hidden; }

.video-container video { max-width: 964px; position: absolute; display: block; top: 0; right: 0; left: 0; margin: 0 auto; width: 100%; height: 100%; }

@-webkit-keyframes popin { 0% { -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  85% { -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1; }
  100% { -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-ms-keyframes popin { 0% { -ms-transform: scale(0); transform: scale(0); opacity: 0; }
  85% { -ms-transform: scale(1.05); transform: scale(1.05); opacity: 1; }
  100% { -ms-transform: scale(1); transform: scale(1); opacity: 1; } }

@keyframes popin { 0% { -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0; }
  85% { -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1; }
  100% { -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@media screen and (max-width: 801px) { .mfp-wrap .form-popup { padding: 3rem 1rem; } }

/********************************************************************************
			 --- Light Gallery ---
*********************************************************************************/
.lg-sub-html, .lg-toolbar { background-color: rgba(93, 92, 109, 0.95); }

#lg-counter, .lg-outer .lg-video-cont { vertical-align: middle; display: inline-block; }

@font-face { font-family: lg; src: url(/images/template/lightgallery/fonts/lg.eot?n1z373); src: url(/images/template/lightgallery/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"), url(/images/template/lightgallery/fonts/lg.woff?n1z373) format("woff"), url(/images/template/lightgallery/fonts/lg.ttf?n1z373) format("truetype"), url(/images/template/lightgallery/fonts/lg.svg?n1z373#lg) format("svg"); font-weight: 400; font-style: normal; }

.lg-icon { font-family: lg; speak: none; font-style: normal; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.lg-actions .lg-next, .lg-actions .lg-prev { background-color: rgba(79, 114, 197, 0.95); border-radius: 2px; color: #f7f8f9; cursor: pointer; display: block; font-size: 22px; margin-top: -10px; padding: 8px 10px 9px; position: absolute; top: 50%; z-index: 10080; }

.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled { pointer-events: none; opacity: .5; }

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover { color: #FFF; }

.lg-actions .lg-next { right: 20px; }

.lg-actions .lg-next:before { content: "\e095"; }

.lg-actions .lg-prev { left: 20px; }

.lg-actions .lg-prev:after { content: "\e094"; }

@-webkit-keyframes lg-right-end { 0%, 100% { left: 0; }
  50% { left: -30px; } }

@-moz-keyframes lg-right-end { 0%, 100% { left: 0; }
  50% { left: -30px; } }

@-ms-keyframes lg-right-end { 0%, 100% { left: 0; }
  50% { left: -30px; } }

@keyframes lg-right-end { 0%, 100% { left: 0; }
  50% { left: -30px; } }

@-webkit-keyframes lg-left-end { 0%, 100% { left: 0; }
  50% { left: 30px; } }

@-moz-keyframes lg-left-end { 0%, 100% { left: 0; }
  50% { left: 30px; } }

@-ms-keyframes lg-left-end { 0%, 100% { left: 0; }
  50% { left: 30px; } }

@keyframes lg-left-end { 0%, 100% { left: 0; }
  50% { left: 30px; } }

.lg-outer.lg-right-end .lg-object { -webkit-animation: lg-right-end .3s; -o-animation: lg-right-end .3s; animation: lg-right-end .3s; position: relative; }

.lg-outer.lg-left-end .lg-object { -webkit-animation: lg-left-end .3s; -o-animation: lg-left-end .3s; animation: lg-left-end .3s; position: relative; }

.lg-toolbar { z-index: 10082; left: 0; position: absolute; top: 0; width: 100%; }

.lg-toolbar .lg-icon { color: #999; cursor: pointer; float: right; font-size: 24px; height: 47px; line-height: 27px; padding: 10px 0; text-align: center; width: 50px; text-decoration: none !important; outline: 0; -webkit-transition: color .2s linear; -o-transition: color .2s linear; transition: color .2s linear; }

.lg-toolbar .lg-icon:hover { color: #FFF; }

.lg-toolbar .lg-close:after { content: "\e070"; }

.lg-toolbar .lg-download:after { content: "\e0f2"; }

.lg-sub-html {bottom: 0;color: #EEE;font-size: 16px;left: 0;padding: 10px 40px;position: fixed;right: 0;text-align: center;z-index: 10080;}

.lg-sub-html h4 { margin: 0; font-size: 13px; font-weight: 700; }

.lg-sub-html p { font-size: 12px; margin: 5px 0 0; }

#lg-counter { color: #999; font-size: 16px; padding-left: 20px; padding-top: 12px; }

.lg-next, .lg-prev, .lg-toolbar { opacity: 1; -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; -moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; -o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear; }

.lg-hide-items .lg-prev { opacity: 0; -webkit-transform: translate3d(-10px, 0, 0); transform: translate3d(-10px, 0, 0); }

.lg-hide-items .lg-next { opacity: 0; -webkit-transform: translate3d(10px, 0, 0); transform: translate3d(10px, 0, 0); }

.lg-hide-items .lg-toolbar { opacity: 0; -webkit-transform: translate3d(0, -10px, 0); transform: translate3d(0, -10px, 0); }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object { -webkit-transform: scale3d(0.5, 0.5, 0.5); transform: scale3d(0.5, 0.5, 0.5); opacity: 0; -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important; -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important; -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important; transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important; -webkit-transform-origin: 50% 50%; -moz-transform-origin: 50% 50%; -ms-transform-origin: 50% 50%; transform-origin: 50% 50%; }

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); opacity: 1; }

.lg-outer .lg-thumb-outer { background-color: #0D0A0A; bottom: 0; position: absolute; width: 100%; z-index: 10080; max-height: 350px; -webkit-transform: translate3d(0, 100%, 0); transform: translate3d(0, 100%, 0); -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s; }

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item { cursor: -webkit-grab; cursor: -moz-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; }

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item { cursor: move; cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: -o-grabbing; cursor: -ms-grabbing; cursor: grabbing; }

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb { -webkit-transition-duration: 0s !important; transition-duration: 0s !important; }

.lg-outer.lg-thumb-open .lg-thumb-outer { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.lg-outer .lg-thumb { padding: 10px 0; height: 100%; margin-bottom: -5px; }

.lg-outer .lg-thumb-item { cursor: pointer; float: left; overflow: hidden; height: 100%; border: 2px solid #FFF; border-radius: 4px; margin-bottom: 5px; }

@media (min-width: 1025px) { .lg-outer .lg-thumb-item { -webkit-transition: border-color .25s ease; -o-transition: border-color .25s ease; transition: border-color .25s ease; } }

.lg-outer .lg-thumb-item.active, .lg-outer .lg-thumb-item:hover { border-color: #a90707; }

.lg-outer .lg-thumb-item img { width: 100%; height: 100%; object-fit: cover; }

.lg-outer.lg-has-thumb .lg-item { padding-bottom: 120px; }

.lg-outer.lg-can-toggle .lg-item { padding-bottom: 0; }

.lg-outer.lg-pull-caption-up .lg-sub-html { -webkit-transition: bottom .25s ease; -o-transition: bottom .25s ease; transition: bottom .25s ease; }

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html { bottom: 100px; }

.lg-outer .lg-toogle-thumb { background-color: #0D0A0A; border-radius: 2px 2px 0 0; color: #999; cursor: pointer; font-size: 24px; height: 39px; line-height: 27px; padding: 5px 0; position: absolute; right: 20px; text-align: center; top: -39px; width: 50px; }

.lg-outer .lg-toogle-thumb:hover, .lg-outer.lg-dropdown-active #lg-share { color: #FFF; }

.lg-outer .lg-toogle-thumb:after { content: "\e1ff"; }

.lg-outer .lg-video-cont { max-width: 1140px; max-height: 100%; width: 100%; padding: 0 5px; }

.lg-outer .lg-video { width: 100%; height: 0; padding-bottom: 56.25%; overflow: hidden; position: relative; }

.lg-outer .lg-video .lg-object { display: inline-block; position: absolute; top: 0; left: 0; width: 100% !important; height: 100% !important; }

.lg-outer .lg-video .lg-video-play { width: 84px; height: 59px; position: absolute; left: 50%; top: 50%; margin-left: -42px; margin-top: -30px; z-index: 10080; cursor: pointer; }

.lg-outer .lg-has-vimeo .lg-video-play { background: url(/images/template/lightgallery/vimeo-play.png) no-repeat; }

.lg-outer .lg-has-vimeo:hover .lg-video-play { background: url(/images/template/lightgallery/vimeo-play.png) 0 -58px no-repeat; }

.lg-outer .lg-has-html5 .lg-video-play { background: url(/images/template/lightgallery/video-play.png) no-repeat; height: 64px; margin-left: -32px; margin-top: -32px; width: 64px; opacity: .8; }

.lg-outer .lg-has-html5:hover .lg-video-play { opacity: 1; }

.lg-outer .lg-has-youtube .lg-video-play { background: url(/images/template/lightgallery/youtube-play.png) no-repeat; }

.lg-outer .lg-has-youtube:hover .lg-video-play { background: url(/images/template/lightgallery/youtube-play.png) 0 -60px no-repeat; }

.lg-outer .lg-video-object { width: 100% !important; height: 100% !important; position: absolute; top: 0; left: 0; }

.lg-outer .lg-has-video .lg-video-object { visibility: hidden; }

.lg-outer .lg-has-video.lg-video-playing .lg-object, .lg-outer .lg-has-video.lg-video-playing .lg-video-play { display: none; }

.lg-outer .lg-has-video.lg-video-playing .lg-video-object { visibility: visible; }

.lg-progress-bar { background-color: #333; height: 5px; left: 0; position: absolute; top: 0; width: 100%; z-index: 10083; opacity: 0; -webkit-transition: opacity 80ms ease 0s; -moz-transition: opacity 80ms ease 0s; -o-transition: opacity 80ms ease 0s; transition: opacity 80ms ease 0s; }

.lg-progress-bar .lg-progress { background-color: #a90707; height: 5px; width: 0; }

.lg-progress-bar.lg-start .lg-progress { width: 100%; }

.lg-show-autoplay .lg-progress-bar { opacity: 1; }

.lg-autoplay-button:after { content: "\e01d"; }

.lg-show-autoplay .lg-autoplay-button:after { content: "\e01a"; }

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap { -webkit-transition-duration: 0s; transition-duration: 0s; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap { -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; -moz-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; -o-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; }

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image { -webkit-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1); -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important; -moz-transition: -moz-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important; -o-transition: -o-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important; transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important; -webkit-transform-origin: 0 0; -moz-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; }

#lg-zoom-in:after { content: "\e311"; }

#lg-actual-size { font-size: 20px; }

#lg-actual-size:after { content: "\e033"; }

#lg-zoom-out { opacity: .5; pointer-events: none; }

#lg-zoom-out:after { content: "\e312"; }

.lg-zoomed #lg-zoom-out { opacity: 1; pointer-events: auto; }

.lg-outer .lg-pager-outer { bottom: 60px; left: 0; position: absolute; right: 0; text-align: center; z-index: 10080; height: 10px; }

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont { overflow: visible; }

.lg-outer .lg-pager-cont { cursor: pointer; display: inline-block; overflow: hidden; position: relative; vertical-align: top; margin: 0 5px; }

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont { opacity: 1; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager { box-shadow: 0 0 0 2px #fff inset; }

.lg-outer .lg-pager-thumb-cont { background-color: #fff; color: #FFF; bottom: 100%; height: 83px; left: 0; margin-bottom: 20px; margin-left: -60px; opacity: 0; padding: 5px; position: absolute; width: 120px; border-radius: 3px; -webkit-transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s; -moz-transition: opacity .15s ease 0s,-moz-transform .15s ease 0s; -o-transition: opacity .15s ease 0s,-o-transform .15s ease 0s; transition: opacity .15s ease 0s,transform .15s ease 0s; -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); }

.lg-outer .lg-pager-thumb-cont img { width: 100%; height: 100%; }

.lg-outer .lg-pager { background-color: rgba(255, 255, 255, 0.5); border-radius: 50%; box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset; display: block; height: 12px; -webkit-transition: box-shadow .3s ease 0s; -o-transition: box-shadow .3s ease 0s; transition: box-shadow .3s ease 0s; width: 12px; }

.lg-outer .lg-pager:focus, .lg-outer .lg-pager:hover { box-shadow: 0 0 0 8px #fff inset; }

.lg-outer .lg-caret { border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px dashed; bottom: -10px; display: inline-block; height: 0; left: 50%; margin-left: -5px; position: absolute; vertical-align: middle; width: 0; }

.lg-fullscreen:after { content: "\e20c"; }

.lg-fullscreen-on .lg-fullscreen:after { content: "\e20d"; }

.lg-outer #lg-dropdown-overlay { background-color: rgba(0, 0, 0, 0.25); bottom: 0; cursor: default; left: 0; position: fixed; right: 0; top: 0; z-index: 10081; opacity: 0; visibility: hidden; -webkit-transition: visibility 0s linear .18s,opacity .18s linear 0s; -o-transition: visibility 0s linear .18s,opacity .18s linear 0s; transition: visibility 0s linear .18s,opacity .18s linear 0s; }

.lg-outer.lg-dropdown-active #lg-dropdown-overlay, .lg-outer.lg-dropdown-active .lg-dropdown { -webkit-transition-delay: 0s; transition-delay: 0s; -moz-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; visibility: visible; }

.lg-outer .lg-dropdown { background-color: #fff; border-radius: 2px; font-size: 14px; list-style-type: none; margin: 0; padding: 10px 0; position: absolute; right: 0; text-align: left; top: 50px; opacity: 0; visibility: hidden; -moz-transform: translate3d(0, 5px, 0); -o-transform: translate3d(0, 5px, 0); -ms-transform: translate3d(0, 5px, 0); -webkit-transform: translate3d(0, 5px, 0); transform: translate3d(0, 5px, 0); -webkit-transition: -webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s; -moz-transition: -moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s; -o-transition: -o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s; transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s; }

.lg-outer .lg-dropdown:after { content: ""; display: block; height: 0; width: 0; position: absolute; border: 8px solid transparent; border-bottom-color: #FFF; right: 16px; top: -16px; }

.lg-outer .lg-dropdown > li:last-child { margin-bottom: 0; }

.lg-outer .lg-dropdown > li:hover .lg-icon, .lg-outer .lg-dropdown > li:hover a { color: #333; }

.lg-outer .lg-dropdown a { color: #333; display: block; white-space: pre; padding: 4px 12px; font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 12px; }

.lg-outer .lg-dropdown a:hover { background-color: rgba(0, 0, 0, 0.07); }

.lg-outer .lg-dropdown .lg-dropdown-text { display: inline-block; line-height: 1; margin-top: -3px; vertical-align: middle; }

.lg-outer .lg-dropdown .lg-icon { color: #333; display: inline-block; float: none; font-size: 20px; height: auto; line-height: 1; margin-right: 8px; padding: 0; vertical-align: middle; width: auto; }

.lg-outer, .lg-outer .lg, .lg-outer .lg-inner { width: 100%; height: 100%; }

.lg-outer #lg-share { position: relative; }

.lg-outer #lg-share:after { content: "\e80d"; }

.lg-outer #lg-share-facebook .lg-icon { color: #3b5998; }

.lg-outer #lg-share-facebook .lg-icon:after { content: "\e901"; }

.lg-outer #lg-share-twitter .lg-icon { color: #00aced; }

.lg-outer #lg-share-twitter .lg-icon:after { content: "\e904"; }

.lg-outer #lg-share-googleplus .lg-icon { color: #dd4b39; }

.lg-outer #lg-share-googleplus .lg-icon:after { content: "\e902"; }

.lg-outer #lg-share-pinterest .lg-icon { color: #cb2027; }

.lg-outer #lg-share-pinterest .lg-icon:after { content: "\e903"; }

.group:after, .group:before { display: table; content: ""; line-height: 0; }

.group:after { clear: both; }

.lg-outer { position: fixed; top: 0; left: 0; z-index: 10050; opacity: 0; -webkit-transition: opacity .15s ease 0s; -o-transition: opacity .15s ease 0s; transition: opacity .15s ease 0s; }

.lg-outer * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.lg-outer.lg-visible { opacity: 1; }

.lg-outer.lg-css3 .lg-item.lg-current, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-prev-slide { -webkit-transition-duration: inherit !important; transition-duration: inherit !important; -webkit-transition-timing-function: inherit !important; transition-timing-function: inherit !important; }

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide { -webkit-transition-duration: 0s !important; transition-duration: 0s !important; opacity: 1; }

.lg-outer.lg-grab img.lg-object { cursor: -webkit-grab; cursor: -moz-grab; cursor: -o-grab; cursor: -ms-grab; cursor: grab; }

.lg-outer.lg-grabbing img.lg-object { cursor: move; cursor: -webkit-grabbing; cursor: -moz-grabbing; cursor: -o-grabbing; cursor: -ms-grabbing; cursor: grabbing; }

.lg-outer .lg { position: relative; overflow: hidden; margin-left: auto; margin-right: auto; max-width: 100%; max-height: 100%; }

.lg-outer .lg-inner { position: absolute; left: 0; top: 0; white-space: nowrap; }

.lg-outer .lg-item { background: url(/images/template/lightgallery/loading.gif) center center no-repeat; display: none !important; }

.lg-outer.lg-css .lg-current, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide, .lg-outer.lg-css3 .lg-prev-slide { display: inline-block !important; }

.lg-outer .lg-img-wrap, .lg-outer .lg-item { display: inline-block; text-align: center; position: absolute; width: 100%; height: 100%; }

.lg-outer .lg-img-wrap:before, .lg-outer .lg-item:before { content: ""; display: inline-block; height: 50%; width: 1px; margin-right: -1px; }

.lg-outer .lg-img-wrap { position: absolute; padding: 0 5px; left: 0; right: 0; top: 0; bottom: 0; }

.lg-outer .lg-item.lg-complete { background-image: none; }

.lg-outer .lg-item.lg-current { z-index: 10060; }

.lg-outer .lg-image { display: inline-block; vertical-align: middle; max-width: 100%; max-height: 100%; width: auto !important; height: auto !important; }

.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play { opacity: 0; -webkit-transition: opacity .15s ease 0s; -o-transition: opacity .15s ease 0s; transition: opacity .15s ease 0s; }

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play { opacity: 1; }

.lg-outer .lg-empty-html, .lg-outer.lg-hide-download #lg-download { display: none; }

.lg-backdrop { position: fixed; top: 0; left: 0; right: 0; bottom: 0; z-index: 10040; background-color: rgba(14, 12, 33, 0.98); opacity: 0; -webkit-transition: opacity .15s ease 0s; -o-transition: opacity .15s ease 0s; transition: opacity .15s ease 0s; }

.lg-backdrop.in { opacity: 1; }

.lg-css3.lg-no-trans .lg-current, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-prev-slide { -webkit-transition: none 0s ease 0s !important; -moz-transition: none 0s ease 0s !important; -o-transition: none 0s ease 0s !important; transition: none 0s ease 0s !important; }

.lg-css3.lg-use-css3 .lg-item, .lg-css3.lg-use-left .lg-item { -webkit-backface-visibility: hidden; -moz-backface-visibility: hidden; backface-visibility: hidden; }

.lg-css3.lg-fade .lg-item { opacity: 0; }

.lg-css3.lg-fade .lg-item.lg-current { opacity: 1; }

.lg-css3.lg-fade .lg-item.lg-current, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-prev-slide { -webkit-transition: opacity .1s ease 0s; -moz-transition: opacity .1s ease 0s; -o-transition: opacity .1s ease 0s; transition: opacity .1s ease 0s; }

.lg-css3.lg-slide.lg-use-css3 .lg-item { opacity: 0; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); opacity: 1; }

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide { -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

.lg-css3.lg-slide.lg-use-left .lg-item { opacity: 0; position: absolute; left: 0; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide { left: -100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide { left: 100%; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current { left: 0; opacity: 1; }

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide { -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; -moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; -o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s; }

/********************************************************************************
			 --- Style Guide---
*********************************************************************************/
/*----------  Swatches  ----------*/
.swatch__hues { position: absolute; top: 0; left: 0; width: 100%; z-index: 1; }

.swatch__color { position: relative; height: 100px; }

.swatch__hex { padding: 1rem; text-align: center; }

.swatch__hues > div { height: 30px; line-height: 30px; text-align: center; font-size: 0.750em; color: #fff; }

.swatch__name { display: block; font-size: 0.750em; }

/*----------  Code Snippets  ----------*/
.style-guide h1.small { border-top: 1px solid #e5e6ed; padding-top: 0.875em; margin-bottom: 2.500em; }

code { /* Remove in Production */ }

pre { padding: 15px; border: 1px solid #e5e6ed; }

/*-----------Google Map-----------*/
.embed-responsive { height: 0; overflow: hidden; padding-bottom: 40%; position: relative; }

.embed-responsive iframe { border: 0; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }


/*-----------Slick Slider-----------*/
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-slider.slick-initialized
{
  visibility: visible !important;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;

    position: relative;

    outline: none !important;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* Slider Theme */
.slick-loading .slick-list
{
    background: #fff url('./assets/images/ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./assets/fonts/slick.eot');
    src: url('./assets/fonts/slick.eot?#iefix') format('embedded-opentype'), url('./assets/fonts/slick.woff') format('woff'), url('./assets/fonts/slick.ttf') format('truetype'), url('./assets/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;
    z-index: 1;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: #4f72c5;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -20px;
}
[dir='rtl'] .slick-prev
{
    right: -20px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -20px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -20px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 9px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.gallery {
	margin-left: -.9375rem !important;
	margin-right: -.9375rem !important;
}

.gallery .gallery-item img { border: none !important; }

.gallery .gallery-item {
	padding-left: .9375rem;
	padding-right: .9375rem;
}

@media screen and (max-width: 960px) {
	.gallery-columns-4 .gallery-item { width: 50% !important; }
}

@media screen and (max-width: 500px) {
	.gallery .gallery-item { width: 100% !important; }
}

/*-----------Helpers-----------*/

.hidden {
	display: none;
}

.mrg-auto {
	margin-left: auto;
	margin-right: auto;
}

/********************************************************************************
			 --- Gravity Forms ---
*********************************************************************************/

ul.gform_fields, ul.gform_fields ul {
	list-style: none;
	margin: 0;
}

.hidden_label label {
	display: none;
}

.gform_ajax_spinner {
	margin-left: 15px;
}

.gsection_title {
	font-size: 1.250rem;
	margin-bottom: 1.2em;
}

.js-donation-form .validation_error {
	display: none;
}

.js-donation-form .tribute  {
	margin: 1.5em 0 1.000em;
}

.js-donation-form .tribute li {
	display: inline-block;
}

.js-donation-form .tribute .gfield_label {
	margin-bottom: 0.5em;
}

.gform_confirmation_message {
  font-size: 1.250rem;
	font-family: "adelle",sans-serif;
	text-align: center;
	font-weight: 700;
	margin-bottom: 2rem;
}

form .validation_error {
	display: none;
}

.gfield_required {
	color: red;
}

@media only screen and (min-width: 641px) {

    .gform_wrapper .top_label li.gfield.gf_inline {
        vertical-align: top;
        width: auto !important;
        margin: 0;
        padding-right: 16px;
        float: none !important;
        display: -moz-inline-stack;
        display: inline-block;
    }

    .gform_wrapper .top_label li.gfield.gf_inline input[type=text].large,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=url].large,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=email].large,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].large,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=number].large,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=password].large,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=text].medium,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=url].medium,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=email].medium,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].medium,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=number].medium,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=password].medium,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=text].small,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=url].small,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=email].small,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=tel].small,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=number].small,
    .gform_wrapper .top_label li.gfield.gf_inline input[type=password].small {
        width: 100%;
    }

    .gform_wrapper .top_label li.gfield.gf_inline input[type=text].datepicker.medium {
        width: 96px !important;
    }

    .gform_wrapper .top_label li.gfield.gf_inline select {
        width: 100%;
    }

    .gform_wrapper .top_label li.gfield.gf_inline textarea {
        width: 100%;
    }

    .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour input[type=text],
    .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute input[type=text] {
        width: 70% !important;
    }

    .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_hour,
    .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_minute,
    .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_month,
    .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_day,
    .gform_wrapper .top_label li.gfield.gf_inline div.gfield_date_year {
        width: 50px;
    }

    .gform_wrapper .top_label li.gfield.gf_inline div.gfield_time_ampm {
        width: auto;
    }

    .gform_wrapper li.gf_inline div.ginput_container {
        white-space: nowrap !important;
    }

    .gform_wrapper li.gf_inline div.ginput_container.ginput_container_date label {
        display: block !important;
    }


    .gform_wrapper li.gfield.gfield_error.gf_inline {
        margin-right: 16px;
        padding-right: 0;
    }

    .gform_wrapper .top_label li.gfield.gf_left_half,
    .gform_wrapper .top_label li.gfield.gf_right_half {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        width: 50%;
        padding-right: 16px;
        float: none;
    }

    .gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker),
    .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker) {
        width: 100% !important;
        margin: 8px 0 0 0;
        padding-left: 0;
        padding-right: 0;
    }

    .gform_wrapper .top_label li.gfield.gf_left_half:before {
        content: "";
        display: block;
        clear: both;
    }

    .gform_wrapper .top_label li.gfield.gf_right_half:after {
        content:"";
        display: table;
        clear:both;
    }

    .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half,
    .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
        max-width: calc(50% - 16px);
        padding-right: 0;
    }

    .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half {
        margin-right: 16px;
    }

    .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.medium,
    .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) input.large,
    .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.medium,
    .gform_wrapper .top_label li.gfield.gf_left_half div:not(.ginput_container_date) select.large,
    .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.medium,
    .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) input.large,
    .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.medium,
    .gform_wrapper .top_label li.gfield.gf_right_half div:not(.ginput_container_date) select.large {
        width: 100%;
    }

    .gform_wrapper .top_label li.gfield.gf_left_half textarea,
    .gform_wrapper .top_label li.gfield.gf_right_half textarea {
        width: 98%;
    }

    .gform_wrapper .top_label li.gfield.gf_left_half input.small,
    .gform_wrapper .top_label li.gfield.gf_right_half input.small {
        width: 35%;
    }

    .gform_wrapper .top_label li.gfield.gf_left_half+li.gsection,
    .gform_wrapper .top_label li.gfield.gf_right_half+li.gsection {
        padding: 16px 0 8px 0;
    }

    .gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_left_half,
    .gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_left_half,
    .gform_wrapper .top_label li.gfield.gf_left_half+li.gfield.gsection.gf_right_half,
    .gform_wrapper .top_label li.gfield.gf_right_half+li.gfield.gsection.gf_right_half,
    .gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_left_half,
    .gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half,
    .gform_wrapper .top_label li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_right_half {
        padding: 16px 0 8px 0;
    }

    .gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {
        padding: 0 0 8px 0;
    }

    .gform_wrapper .top_label li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half+li.gfield.gsection.gf_left_half+li.gfield.gsection.gf_right_half {
        padding: 16px 0 8px 0;
    }

    .gform_wrapper .top_label li.gfield.gf_left_half+li.gfield,
    .gform_wrapper .top_label li.gfield.gf_right_half+li.gfield,
    .gform_wrapper .top_label li.gfield.gf_left_half+.gform_footer,
    .gform_wrapper .top_label li.gfield.gf_right_half+.gform_footer {
        clear: both;
    }

    /* 3 columns */

    .gform_wrapper .top_label li.gfield.gf_left_third,
    .gform_wrapper .top_label li.gfield.gf_middle_third,
    .gform_wrapper .top_label li.gfield.gf_right_third {
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        float: none;
    }

    .gform_wrapper .top_label li.gfield.gf_left_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    .gform_wrapper .top_label li.gfield.gf_middle_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
        width: 33.3%;
    }

    .gform_wrapper .top_label li.gfield.gf_right_third:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
        width: 33.4%;
    }

    .gform_wrapper .top_label li.gfield.gf_left_third,
    .gform_wrapper .top_label li.gfield.gf_middle_third,
    .gform_wrapper .top_label li.gfield.gf_right_third {
        margin-bottom: 8px;
    }

    .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.medium,
    .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input.large,
    .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.medium,
    .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select.large,
    .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.medium,
    .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input.large,
    .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.medium,
    .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select.large,
    .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.medium,
    .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input.large,
    .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.medium,
    .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select.large {
        width: 100%;
    }

    .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']):not(.ginput_quantity),
    .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']):not(.ginput_quantity),
    .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']):not(.ginput_quantity),
    .gform_wrapper .top_label li.gfield.gf_left_third div:not(.ginput_container_date) select,
    .gform_wrapper .top_label li.gfield.gf_middle_third div:not(.ginput_container_date) select,
    .gform_wrapper .top_label li.gfield.gf_right_third div:not(.ginput_container_date) select {
        width:100% !important;
    }

    .gform_wrapper .top_label li.gfield.gfield_error.gf_left_third,
    .gform_wrapper .top_label li.gfield.gfield_error.gf_middle_third {
        width: calc(33.3% - 24px) !important;
        margin-right: 16px;
    }

    .gform_wrapper .top_label li.gfield.gfield_error.gf_right_third {
        width: 33.4%;
    }

    .gform_wrapper .top_label li.gfield.gf_right_third:after {
        content:"";
        display: table;
        clear: both;
    }

    .gform_wrapper .top_label li.gfield.gf_left_third+li.gsection,
    .gform_wrapper .top_label li.gfield.gf_right_third+li.gsection {
        padding: 16px 0 8px 0;
    }

    .gform_wrapper .top_label li.gfield.gf_left_third+li.gfield,
    .gform_wrapper .top_label li.gfield.gf_middle_third+li.gfield,
    .gform_wrapper .top_label li.gfield.gf_right_third+li.gfield,
    .gform_wrapper .top_label li.gfield.gf_left_third+.gform_footer,
    .gform_wrapper .top_label li.gfield.gf_middle_third+.gform_footer,
    .gform_wrapper .top_label li.gfield.gf_right_third+.gform_footer {
        clear: both;
    }

    /* 4 columns - quarters */

    .gform_wrapper .top_label li.gfield.gf_first_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    .gform_wrapper .top_label li.gfield.gf_second_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    .gform_wrapper .top_label li.gfield.gf_third_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm),
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm) {
        width: 25%;
        display: -moz-inline-stack;
        display: inline-block;
        vertical-align: top;
        float: none;
    }

    .gform_wrapper .top_label li.gfield.gf_first_quarter,
    .gform_wrapper .top_label li.gfield.gf_second_quarter,
    .gform_wrapper .top_label li.gfield.gf_third_quarter,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter {
        margin-bottom: 8px;
    }

    .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']),
    .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']),
    .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']),
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) input:not([type='radio']):not([type='checkbox']),
    .gform_wrapper .top_label li.gfield.gf_first_quarter div:not(.ginput_container_date) select,
    .gform_wrapper .top_label li.gfield.gf_second_quarter div:not(.ginput_container_date) select,
    .gform_wrapper .top_label li.gfield.gf_third_quarter div:not(.ginput_container_date) select,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter div:not(.ginput_container_date) select {
        width: 100% !important;
    }

    .gform_wrapper .top_label li.gfield.gfield_error.gf_first_quarter,
    .gform_wrapper .top_label li.gfield.gfield_error.gf_second_quarter,
    .gform_wrapper .top_label li.gfield.gfield_error.gf_third_quarter,
    .gform_wrapper .top_label li.gfield.gfield_error.gf_fourth_quarter {
        width: 24.5%;
    }

    .gform_wrapper .top_label li.gfield.gf_fourth_quarter:after {
        content: "";
        display: table;
        clear: both;
    }

    .gform_wrapper .top_label li.gfield.gf_first_quarter input.medium,
    .gform_wrapper .top_label li.gfield.gf_first_quarter input.large,
    .gform_wrapper .top_label li.gfield.gf_first_quarter select.medium,
    .gform_wrapper .top_label li.gfield.gf_first_quarter select.large,
    .gform_wrapper .top_label li.gfield.gf_second_quarter input.medium,
    .gform_wrapper .top_label li.gfield.gf_second_quarter input.large,
    .gform_wrapper .top_label li.gfield.gf_second_quarter select.medium,
    .gform_wrapper .top_label li.gfield.gf_second_quarter select.large,
    .gform_wrapper .top_label li.gfield.gf_third_quarter input.medium,
    .gform_wrapper .top_label li.gfield.gf_third_quarter input.large,
    .gform_wrapper .top_label li.gfield.gf_third_quarter select.medium,
    .gform_wrapper .top_label li.gfield.gf_third_quarter select.large,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.medium,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter input.large,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.medium,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter select.large {
        width: 97.5%;
    }

    .gform_wrapper .top_label li.gfield.gf_first_quarter+li.gsection,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter+li.gsection {
        padding: 16px 0 8px 0;
    }

    .gform_wrapper .top_label li.gfield.gf_first_quarter+li.gfield,
    .gform_wrapper .top_label li.gfield.gf_second_quarter+li.gfield,
    .gform_wrapper .top_label li.gfield.gf_third_quarter+li.gfield,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter+li.gfield,
    .gform_wrapper .top_label li.gfield.gf_first_quarter+.gform_footer,
    .gform_wrapper .top_label li.gfield.gf_second_quarter+.gform_footer,
    .gform_wrapper .top_label li.gfield.gf_third_quarter+.gform_footer,
    .gform_wrapper .top_label li.gfield.gf_fourth_quarter+.gform_footer {
        clear: both;
    }

    /* horizontal list columns - displayed inline */

    .gform_wrapper .top_label li ul.gfield_checkbox,
    .gform_wrapper .top_label li ul.gfield_radio {
        width: calc(100% + 16px);
    }

    .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_checkbox,
    .gform_wrapper ul.gform_fields:not(.top_label) li ul.gfield_radio {
        width: calc(70% + 16px);
    }

    .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li {
        width: 50%;
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0;
        padding-right: 16px;
        min-height: 28px;
        vertical-align: top;
        font-size: 90%;
    }

    .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li {
        width: 33.3%;
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0 0 2px 0;
        padding-right: 16px;
        min-height: 28px;
        vertical-align: top;
        font-size: 90%;
    }

    .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox li label,
    .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio li label,
    .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox li label,
    .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio li label,
    .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li label,
    .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li label {
        max-width: 75%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: middle;
    }

    .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio li {
        width: 25%;
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0;
        padding-right: 16px;
        min-height: 28px;
        vertical-align: top;
        font-size: 90%;
    }

    .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio li {
        width: 20%;
        display: -moz-inline-stack;
        display: inline-block;
        margin: 0;
        padding-right: 16px;
        min-height: 28px;
        vertical-align: top;
        font-size: 90%;
    }

    .gform_wrapper li.gfield.gf_list_2col ul.gfield_checkbox,
    .gform_wrapper li.gfield.gf_list_2col ul.gfield_radio,
    .gform_wrapper li.gfield.gf_list_3col ul.gfield_checkbox,
    .gform_wrapper li.gfield.gf_list_3col ul.gfield_radio,
    .gform_wrapper li.gfield.gf_list_4col ul.gfield_checkbox,
    .gform_wrapper li.gfield.gf_list_4col ul.gfield_radio,
    .gform_wrapper li.gfield.gf_list_5col ul.gfield_checkbox,
    .gform_wrapper li.gfield.gf_list_5col ul.gfield_radio {
        overflow: hidden;
    }

    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_2col label.gfield_label,
    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_3col label.gfield_label,
    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_4col label.gfield_label,
    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_5col label.gfield_label,
    .gform_wrapper ul.gform_fields:not(.top_label) li.gfield.gf_list_inline label.gfield_label {
        margin: 0 0 10px 0;
    }

    /* vertical list columns - using CSS columns */

    .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox {
        -webkit-column-gap: 16px;
        -moz-column-gap: 16px;
        column-gap: 16px;
    }

    .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,
    .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,
    .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label,
    .gform_wrapper ul.gform_fields:not(.top_label) li.gf_list_2col_vertical label.gfield_label {
        margin: 0 0 10px 0;
    }

    .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio {
        width: calc(100% - 16px);
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio {
        width: calc(100% - 8px);
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

    .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio {
        width: calc(100% - 8px);
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
    }

    .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox,
    .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio {
        width: calc(100% - 8px);
        -webkit-column-count: 5;
        -moz-column-count: 5;
        column-count: 5;
    }

    .gform_wrapper li.gf_list_2col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
    .gform_wrapper li.gf_list_2col_vertical .ginput_container_radio ul.gfield_radio li label,
    .gform_wrapper li.gf_list_3col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
    .gform_wrapper li.gf_list_3col_vertical .ginput_container_radio ul.gfield_radio li label,
    .gform_wrapper li.gf_list_4col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
    .gform_wrapper li.gf_list_4col_vertical .ginput_container_radio ul.gfield_radio li label,
    .gform_wrapper li.gf_list_5col_vertical .ginput_container_checkbox ul.gfield_checkbox li label,
    .gform_wrapper li.gf_list_5col_vertical .ginput_container_radio ul.gfield_radio li label {
        max-width: 75%;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_height_25 ul.gfield_radio li {
        height: 25px;
    }

    .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_height_50 ul.gfield_radio li {
        height: 50px;
    }

    .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_height_75 ul.gfield_radio li {
        height: 75px;
    }

    .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_height_100 ul.gfield_radio li {
        height: 100px;
    }

    .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_height_125 ul.gfield_radio li {
        height: 125px;
    }

    .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_checkbox li,
    .gform_wrapper li.gfield.gf_list_height_150 ul.gfield_radio li {
        height: 150px;
    }

    .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
    .gform_wrapper li.gf_list_inline ul.gfield_radio li {
        width: auto !important;
        float: none !important;
        margin: 0 8px 10px 0;
        display: -moz-inline-stack;
        display: inline-block;
    }

    html[dir="rtl"] .gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
    html[dir="rtl"] .gform_wrapper li.gf_list_inline ul.gfield_radio li {
        padding-left: 16px !important;
        padding-right: 0 !important;
    }

    .gform_wrapper li.gf_hide_ampm div.gfield_time_ampm {
        display: none !important;
    }

    .gform_wrapper li.gsection.gf_scroll_text {
        height: 240px;
        width: calc(100% - 16px);
        padding: 16px;
        background-color: #fff;
        overflow-y: scroll;
        overflow-x: hidden;
        border: 1px solid #CCC;
        border-bottom: 1px solid #CCC !important;
    }

    .gform_wrapper .top_label li.gsection.gf_scroll_text h2.gsection_title {
        margin: 10px 10px 0 8px !important
    }

    .gform_wrapper.gf_browser_gecko .top_label li.gsection.gf_scroll_text h2.gsection_title,
    .gform_wrapper.gf_browser_chrome .top_label li.gsection.gf_scroll_text h2.gsection_title {
        margin: 0 10px 0 8px !important;
    }

    .gform_wrapper .top_label li.gsection.gf_scroll_text .gsection_description {
        margin: 10px;
        font-size: 12px;
    }

    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li,
    .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul li {
        list-style-type: disc !important;
        margin: 0 0 8px;
        overflow: visible;
        padding-left: 0;
    }

    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul,
    .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ul {
        list-style-type: disc !important;
        margin: 16px 0 16px 18px;
        padding-left: 0;
    }

    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li,
    .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li {
        list-style-type: decimal!important;
        overflow: visible;
        margin: 0 0 8px;
        padding-left: 0;
    }

    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol,
    .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol {
        list-style-type: decimal!important;
        margin: 16px 0 18px 32px;
        padding-left: 0;
    }

    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul,
    .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
        list-style-type: disc !important;
        padding-left: 0;
    }

    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul {
        margin: 16px 0 16px 18px;
    }

    .gform_wrapper form div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description ol li ul li {
        margin: 0 0 8px;
    }

    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl {
        margin: 0 0 18px 0;
        padding-left: 0;
    }
    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dt {
        font-weight: 700;
    }

    .gform_wrapper div.gform_ul.gform_fields .top_label li.gfield.gsection.gf_scroll_text div.gsection_description dl dd {
        margin: 0 0 16px 18px;
    }

    .gform_wrapper li.gfield.gfield_html.gf_alert_green,
    .gform_wrapper li.gfield.gfield_html.gf_alert_red,
    .gform_wrapper li.gfield.gfield_html.gf_alert_yellow,
    .gform_wrapper li.gfield.gfield_html.gf_alert_gray,
    .gform_wrapper li.gfield.gfield_html.gf_alert_blue {
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        margin: 20px 0 !important;
        padding: 20px !important;
    }

    .gform_wrapper li.gfield.gfield_html.gf_alert_green {
        border: 1px solid #97B48A;
        background-color: #CBECA0;
        text-shadow: #DFB 1px 1px;
        color: #030;
    }

    .gform_wrapper li.gfield.gfield_html.gf_alert_red {
        border: 1px solid #CFADB3;
        background-color: #FAF2F5;
        text-shadow: #FFF 1px 1px;
        color: #832525;
    }

    .gform_wrapper li.gfield.gfield_html.gf_alert_yellow {
        border: 1px solid #E6DB55;
        background-color: #FFFBCC;
        text-shadow: #FCFAEA 1px 1px;
        color: #222;
    }

    .gform_wrapper li.gfield.gfield_html.gf_alert_gray {
        border: 1px solid #CCC;
        background-color: #EEE;
        text-shadow: #FFF 1px 1px;
        color: #424242;
    }

    .gform_wrapper li.gfield.gfield_html.gf_alert_blue {
        border: 1px solid #a7c2e7;
        background-color: #D1E4F3;
        text-shadow: #E0F1FF 1px 1px;
        color: #314475;
    }

    div.gform_confirmation_wrapper.gf_confirmation_simple_yellow {
        margin: 30px 0;
        max-width: 99%;
        border-top: 1px solid #E6DB55;
        border-bottom: 1px solid #E6DB55;
        padding: 32px;
        background-color: #FFFBCC;
        color: #424242;
        font-size: 25px;
    }

    div.gform_confirmation_wrapper.gf_confirmation_simple_gray {
        margin: 30px 0;
        max-width: 99%;
        border-top: 1px solid #CCC;
        border-bottom: 1px solid #CCC;
        padding: 32px;
        background-color: #EAEAEA;
        color: #424242;
        font-size: 25px;
    }

    div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient {
        position: relative;
        background-color: #FFFBD2;
        margin: 30px 0;
        border: 1px solid #E6DB55;
        -webkit-box-shadow: 0px 0px 5px rgba(221, 215, 131, 0.75);
        -moz-box-shadow: 0px 0px 5px rgba(221, 215, 131, 0.75);
        box-shadow: 0px 0px 5px rgba(221, 215, 131, 0.75);
    }

    div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient div.gforms_confirmation_message {
        margin: 0;
        padding: 40px;
        max-width: 99%;
        font-size: 28px;
        border-top: 2px solid #FFF;
        border-bottom: 1px solid #E6DB55;
        background-color: #FFFBCC;
        color: #424242;
        background: #fffce5;
        background: -moz-linear-gradient(top,  #fffce5 0%, #fff9bf 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffce5), color-stop(100%,#fff9bf));
        background: -webkit-linear-gradient(top,  #fffce5 0%,#fff9bf 100%);
        background: -o-linear-gradient(top,  #fffce5 0%,#fff9bf 100%);
        background: -ms-linear-gradient(top,  #fffce5 0%,#fff9bf 100%);
        background: linear-gradient(to bottom,  #fffce5 0%,#fff9bf 100%);
    }

    div.gform_confirmation_wrapper.gf_confirmation_green_gradient {
        position: relative;
        background-color: #f1fcdf;
        margin: 30px 0;
        border: 1px solid #a7c37c;
        -webkit-box-shadow: 0px 0px 5px rgba(86, 122, 86, 0.4);
        -moz-box-shadow: 0px 0px 5px rgba(86, 122, 86, 0.4);
        box-shadow: 0px 0px 5px rgba(86, 122, 86, 0.4);
    }

    div.gform_confirmation_wrapper.gf_confirmation_green_gradient div.gforms_confirmation_message {
        margin: 0;
        padding: 40px;
        max-width: 99%;
        font-size: 28px;
        border-top: 2px solid #effade;
        border-bottom: 1px solid #a7c37c;
        background-color: #FFFBCC;
        text-shadow: #DFB 1px 1px;
        color: #030;
        background: rgb(219,242,183);
        background: -moz-linear-gradient(top,  rgba(219,242,183,1) 0%, rgba(180,208,136,1) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,242,183,1)), color-stop(100%,rgba(180,208,136,1)));
        background: -webkit-linear-gradient(top,  rgba(219,242,183,1) 0%,rgba(180,208,136,1) 100%);
        background: -o-linear-gradient(top,  rgba(219,242,183,1) 0%,rgba(180,208,136,1) 100%);
        background: -ms-linear-gradient(top,  rgba(219,242,183,1) 0%,rgba(180,208,136,1) 100%);
        background: linear-gradient(to bottom,  rgba(219,242,183,1) 0%,rgba(180,208,136,1) 100%);
    }

    div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:before,
    div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,
    div.gform_confirmation_wrapper.gf_confirmation_green_gradient:before,
    div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 40%;
        background: rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 15px 10px rgba(0,0,0, 0.2);
        -moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
        box-shadow: 0 15px 10px rgba(0, 0, 0, 0.2);
        -webkit-transform: rotate(-3deg);
        -moz-transform: rotate(-3deg);
        -o-transform: rotate(-3deg);
        -ms-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }

    div.gform_confirmation_wrapper.gf_confirmation_yellow_gradient:after,
    div.gform_confirmation_wrapper.gf_confirmation_green_gradient:after {
        -webkit-transform: rotate(3deg);
        -moz-transform: rotate(3deg);
        -o-transform: rotate(3deg);
        -ms-transform: rotate(3deg);
        transform: rotate(3deg);
        right: 10px;
        left: auto;
    }

    /* simple horizontal form ready class - very simple implementation for up to 5 fields and a button */

    .gform_wrapper.gf_simple_horizontal_wrapper.centered_wrapper {
        width: auto;
        margin: 0 auto;
        display: table;
    }

    .gform_wrapper form.gf_simple_horizontal {
        width: calc(100% - 16px);
        margin: 0 auto;
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_body,
    .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
        display: table-cell;
        vertical-align: middle;
        margin: 0;
        padding: 0;
        position: relative;
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_body {
        width: auto;
        max-width: 75%;
    }

    .gform_wrapper form.gf_simple_horizontal div.ginput_container,
    .gform_wrapper form.gf_simple_horizontal ul li.gfield {
        margin-top: 0 !important;
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
        width: auto;
        max-width: 25%;
        padding: 0;
        margin: 0;
    }

    body:not(rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label {
        text-align: left
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label {
        display: table;
        width: 100%;
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield {
        display: table-cell;
        padding-right: 1em;
        height: auto;
    }

    .gform_wrapper form.gf_simple_horizontal label.gfield_label,
    .gform_wrapper form.gf_simple_horizontal .ginput_complex label,
    .gform_wrapper form.gf_simple_horizontal .gfield_description:not(.validation_message) {
        display: block;
        height: 1px;
        width: 1px;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: -9000px;
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_below li.gfield {
        vertical-align: middle;
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label.form_sublabel_above li.gfield {
        vertical-align: middle;
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.small,
    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.medium,
    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield input.large {
        width: 100%
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.small,
    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.medium,
    .gform_wrapper form.gf_simple_horizontal div.gform_body ul.top_label li.gfield select.large {
        width: 100%
    }

    .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="submit"],
    .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="button"],
    .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label input[type="image"] {
        height: auto;
    }

    .gform_wrapper form.gf_simple_horizontal .top_label .gfield_error {
        margin-bottom: 0;
    }

    .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_checkbox ul li,
    .gform_wrapper form.gf_simple_horizontal ul li.gfield .ginput_container_radio ul li {
        display: inline-block;
        margin-right: .5em;
    }

    html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_2 span {
        width: 48.5%;
    }

    html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_3 span {
        width: 33%;
    }

    html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_4 span {
        width: 24.5%;
    }

    html[dir="rtl"] .gform_wrapper form.gf_simple_horizontal div.ginput_complex.ginput_container.gf_name_has_5 span {
        width: 19.5%;
    }


/* end media query */

}

/* add equal padding to form for better centering */

body .gform_wrapper.gf_form_center_wrapper {padding: 16px 0 16px 16px;}


@media only screen and (min-width: 641px) {
	.gform_wrapper ul.gform_fields li.gfield {
		padding-right: 16px;
	}
}


/*-----------Lightgallery-----------*/
.lg-sub-html,.lg-toolbar{background-color:rgba(0,0,0,.45)}@font-face{font-family:lg;src:url(assets/fonts/lg.eot?n1z373);src:url(assets/fonts/lg.eot?#iefixn1z373) format("embedded-opentype"),url(assets/fonts/lg.woff?n1z373) format("woff"),url(assets/fonts/lg.ttf?n1z373) format("truetype"),url(assets/fonts/lg.svg?n1z373#lg) format("svg");font-weight:400;font-style:normal}.lg-icon{font-family:lg;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.lg-actions .lg-next,.lg-actions .lg-prev{background-color:rgba(0,0,0,.45);border-radius:2px;color:#999;cursor:pointer;display:block;font-size:22px;margin-top:-10px;padding:8px 10px 9px;position:absolute;top:50%;z-index:1080;border:none;outline:0}.lg-actions .lg-next.disabled,.lg-actions .lg-prev.disabled{pointer-events:none;opacity:.5}.lg-actions .lg-next:hover,.lg-actions .lg-prev:hover{color:#FFF}.lg-actions .lg-next{right:20px}.lg-actions .lg-next:before{content:"\e095"}.lg-actions .lg-prev{left:20px}.lg-actions .lg-prev:after{content:"\e094"}@-webkit-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-moz-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-ms-keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@keyframes lg-right-end{0%,100%{left:0}50%{left:-30px}}@-webkit-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-moz-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@-ms-keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}@keyframes lg-left-end{0%,100%{left:0}50%{left:30px}}.lg-outer.lg-right-end .lg-object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s;position:relative}.lg-outer.lg-left-end .lg-object{-webkit-animation:lg-left-end .3s;-o-animation:lg-left-end .3s;animation:lg-left-end .3s;position:relative}.lg-toolbar{z-index:1082;left:0;position:absolute;top:0;width:100%}.lg-toolbar .lg-icon{color:#999;cursor:pointer;float:right;font-size:24px;height:47px;line-height:27px;padding:10px 0;text-align:center;width:50px;text-decoration:none!important;outline:0;-webkit-transition:color .2s linear;-o-transition:color .2s linear;transition:color .2s linear}.lg-toolbar .lg-icon:hover{color:#FFF}.lg-toolbar .lg-close:after{content:"\e070"}.lg-toolbar .lg-download:after{content:"\e0f2"}.lg-sub-html{bottom:0;color:#EEE;font-size:16px;left:0;padding:10px 40px;position:fixed;right:0;text-align:center;z-index:1080}.lg-sub-html h4{margin:0;font-size:13px;font-weight:700}.lg-sub-html p{font-size:12px;margin:5px 0 0}#lg-counter{color:#999;display:inline-block;font-size:16px;padding-left:20px;padding-top:12px;vertical-align:middle}.lg-next,.lg-prev,.lg-toolbar{opacity:1;-webkit-transition:-webkit-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-moz-transition:-moz-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;-o-transition:-o-transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear;transition:transform .35s cubic-bezier(0,0,.25,1) 0s,opacity .35s cubic-bezier(0,0,.25,1) 0s,color .2s linear}.lg-hide-items .lg-prev{opacity:0;-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}.lg-hide-items .lg-next{opacity:0;-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}.lg-hide-items .lg-toolbar{opacity:0;-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0;-webkit-transition:-webkit-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-moz-transition:-moz-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-o-transition:-o-transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;transition:transform 250ms cubic-bezier(0,0,.25,1) 0s,opacity 250ms cubic-bezier(0,0,.25,1)!important;-webkit-transform-origin:50% 50%;-moz-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%}body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);opacity:1}.lg-outer .lg-thumb-outer{background-color:#0D0A0A;bottom:0;position:absolute;width:100%;z-index:1080;max-height:350px;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .25s cubic-bezier(0,0,.25,1) 0s;transition:transform .25s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{-webkit-transition-duration:0s!important;transition-duration:0s!important}.lg-outer.lg-thumb-open .lg-thumb-outer{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-thumb{padding:10px 0;height:100%;margin-bottom:-5px}.lg-outer .lg-thumb-item{cursor:pointer;float:left;overflow:hidden;height:100%;border:2px solid #FFF;border-radius:4px;margin-bottom:5px}@media (min-width:1025px){.lg-outer .lg-thumb-item{-webkit-transition:border-color .25s ease;-o-transition:border-color .25s ease;transition:border-color .25s ease}}.lg-outer .lg-thumb-item.active,.lg-outer .lg-thumb-item:hover{border-color:#a90707}.lg-outer .lg-thumb-item img{width:100%;height:100%;object-fit:cover}.lg-outer.lg-has-thumb .lg-item{padding-bottom:120px}.lg-outer.lg-can-toggle .lg-item{padding-bottom:0}.lg-outer.lg-pull-caption-up .lg-sub-html{-webkit-transition:bottom .25s ease;-o-transition:bottom .25s ease;transition:bottom .25s ease}.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{bottom:100px}.lg-outer .lg-toogle-thumb{background-color:#0D0A0A;border-radius:2px 2px 0 0;color:#999;cursor:pointer;font-size:24px;height:39px;line-height:27px;padding:5px 0;position:absolute;right:20px;text-align:center;top:-39px;width:50px}.lg-outer .lg-toogle-thumb:hover,.lg-outer.lg-dropdown-active #lg-share{color:#FFF}.lg-outer .lg-toogle-thumb:after{content:"\e1ff"}.lg-outer .lg-video-cont{display:inline-block;vertical-align:middle;max-width:1140px;max-height:100%;width:100%;padding:0 5px}.lg-outer .lg-video{width:100%;height:0;padding-bottom:56.25%;overflow:hidden;position:relative}.lg-outer .lg-video .lg-object{display:inline-block;position:absolute;top:0;left:0;width:100%!important;height:100%!important}.lg-outer .lg-video .lg-video-play{width:84px;height:59px;position:absolute;left:50%;top:50%;margin-left:-42px;margin-top:-30px;z-index:1080;cursor:pointer}.lg-outer .lg-has-iframe .lg-video{-webkit-overflow-scrolling:touch;overflow:auto}.lg-outer .lg-has-vimeo .lg-video-play{background:url(assets/images/vimeo-play.png) no-repeat}.lg-outer .lg-has-vimeo:hover .lg-video-play{background:url(assets/images/vimeo-play.png) 0 -58px no-repeat}.lg-outer .lg-has-html5 .lg-video-play{background:url(assets/images/video-play.png) no-repeat;height:64px;margin-left:-32px;margin-top:-32px;width:64px;opacity:.8}.lg-outer .lg-has-html5:hover .lg-video-play{opacity:1}.lg-outer .lg-has-youtube .lg-video-play{background:url(assets/images/youtube-play.png) no-repeat}.lg-outer .lg-has-youtube:hover .lg-video-play{background:url(assets/images/youtube-play.png) 0 -60px no-repeat}.lg-outer .lg-video-object{width:100%!important;height:100%!important;position:absolute;top:0;left:0}.lg-outer .lg-has-video .lg-video-object{visibility:hidden}.lg-outer .lg-has-video.lg-video-playing .lg-object,.lg-outer .lg-has-video.lg-video-playing .lg-video-play{display:none}.lg-outer .lg-has-video.lg-video-playing .lg-video-object{visibility:visible}.lg-progress-bar{background-color:#333;height:5px;left:0;position:absolute;top:0;width:100%;z-index:1083;opacity:0;-webkit-transition:opacity 80ms ease 0s;-moz-transition:opacity 80ms ease 0s;-o-transition:opacity 80ms ease 0s;transition:opacity 80ms ease 0s}.lg-progress-bar .lg-progress{background-color:#a90707;height:5px;width:0}.lg-progress-bar.lg-start .lg-progress{width:100%}.lg-show-autoplay .lg-progress-bar{opacity:1}.lg-autoplay-button:after{content:"\e01d"}.lg-show-autoplay .lg-autoplay-button:after{content:"\e01a"}.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition-duration:0s;transition-duration:0s}.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s;transition:transform .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-moz-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;-o-transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s;transition:left .3s cubic-bezier(0,0,.25,1) 0s,top .3s cubic-bezier(0,0,.25,1) 0s}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);-webkit-transition:-webkit-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-moz-transition:-moz-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-o-transition:-o-transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;transition:transform .3s cubic-bezier(0,0,.25,1) 0s,opacity .15s!important;-webkit-transform-origin:0 0;-moz-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}#lg-zoom-in:after{content:"\e311"}#lg-actual-size{font-size:20px}#lg-actual-size:after{content:"\e033"}#lg-zoom-out{opacity:.5;pointer-events:none}#lg-zoom-out:after{content:"\e312"}.lg-zoomed #lg-zoom-out{opacity:1;pointer-events:auto}.lg-outer .lg-pager-outer{bottom:60px;left:0;position:absolute;right:0;text-align:center;z-index:1080;height:10px}.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{overflow:visible}.lg-outer .lg-pager-cont{cursor:pointer;display:inline-block;overflow:hidden;position:relative;vertical-align:top;margin:0 5px}.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{box-shadow:0 0 0 2px #fff inset}.lg-outer .lg-pager-thumb-cont{background-color:#fff;color:#FFF;bottom:100%;height:83px;left:0;margin-bottom:20px;margin-left:-60px;opacity:0;padding:5px;position:absolute;width:120px;border-radius:3px;-webkit-transition:opacity .15s ease 0s,-webkit-transform .15s ease 0s;-moz-transition:opacity .15s ease 0s,-moz-transform .15s ease 0s;-o-transition:opacity .15s ease 0s,-o-transform .15s ease 0s;transition:opacity .15s ease 0s,transform .15s ease 0s;-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}.lg-outer .lg-pager-thumb-cont img{width:100%;height:100%}.lg-outer .lg-pager{background-color:rgba(255,255,255,.5);border-radius:50%;box-shadow:0 0 0 8px rgba(255,255,255,.7) inset;display:block;height:12px;-webkit-transition:box-shadow .3s ease 0s;-o-transition:box-shadow .3s ease 0s;transition:box-shadow .3s ease 0s;width:12px}.lg-outer .lg-pager:focus,.lg-outer .lg-pager:hover{box-shadow:0 0 0 8px #fff inset}.lg-outer .lg-caret{border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px dashed;bottom:-10px;display:inline-block;height:0;left:50%;margin-left:-5px;position:absolute;vertical-align:middle;width:0}.lg-fullscreen:after{content:"\e20c"}.lg-fullscreen-on .lg-fullscreen:after{content:"\e20d"}.lg-outer #lg-dropdown-overlay{background-color:rgba(0,0,0,.25);bottom:0;cursor:default;left:0;position:fixed;right:0;top:0;z-index:1081;opacity:0;visibility:hidden;-webkit-transition:visibility 0s linear .18s,opacity .18s linear 0s;-o-transition:visibility 0s linear .18s,opacity .18s linear 0s;transition:visibility 0s linear .18s,opacity .18s linear 0s}.lg-outer.lg-dropdown-active #lg-dropdown-overlay,.lg-outer.lg-dropdown-active .lg-dropdown{-webkit-transition-delay:0s;transition-delay:0s;-moz-transform:translate3d(0,0,0);-o-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;visibility:visible}.lg-outer .lg-dropdown{background-color:#fff;border-radius:2px;font-size:14px;list-style-type:none;margin:0;padding:10px 0;position:absolute;right:0;text-align:left;top:50px;opacity:0;visibility:hidden;-moz-transform:translate3d(0,5px,0);-o-transform:translate3d(0,5px,0);-ms-transform:translate3d(0,5px,0);-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0);-webkit-transition:-webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-moz-transition:-moz-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;-o-transition:-o-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;transition:transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s}.lg-outer .lg-dropdown:after{content:"";display:block;height:0;width:0;position:absolute;border:8px solid transparent;border-bottom-color:#FFF;right:16px;top:-16px}.lg-outer .lg-dropdown>li:last-child{margin-bottom:0}.lg-outer .lg-dropdown>li:hover .lg-icon,.lg-outer .lg-dropdown>li:hover a{color:#333}.lg-outer .lg-dropdown a{color:#333;display:block;white-space:pre;padding:4px 12px;font-family:"Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;font-size:12px}.lg-outer .lg-dropdown a:hover{background-color:rgba(0,0,0,.07)}.lg-outer .lg-dropdown .lg-dropdown-text{display:inline-block;line-height:1;margin-top:-3px;vertical-align:middle}.lg-outer .lg-dropdown .lg-icon{color:#333;display:inline-block;float:none;font-size:20px;height:auto;line-height:1;margin-right:8px;padding:0;vertical-align:middle;width:auto}.lg-outer,.lg-outer .lg,.lg-outer .lg-inner{width:100%;height:100%}.lg-outer #lg-share{position:relative}.lg-outer #lg-share:after{content:"\e80d"}.lg-outer #lg-share-facebook .lg-icon{color:#3b5998}.lg-outer #lg-share-facebook .lg-icon:after{content:"\e901"}.lg-outer #lg-share-twitter .lg-icon{color:#00aced}.lg-outer #lg-share-twitter .lg-icon:after{content:"\e904"}.lg-outer #lg-share-googleplus .lg-icon{color:#dd4b39}.lg-outer #lg-share-googleplus .lg-icon:after{content:"\e902"}.lg-outer #lg-share-pinterest .lg-icon{color:#cb2027}.lg-outer #lg-share-pinterest .lg-icon:after{content:"\e903"}.lg-group:after{content:"";display:table;clear:both}.lg-outer{position:fixed;top:0;left:0;z-index:1050;text-align:left;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.lg-outer.lg-visible{opacity:1}.lg-outer.lg-css3 .lg-item.lg-current,.lg-outer.lg-css3 .lg-item.lg-next-slide,.lg-outer.lg-css3 .lg-item.lg-prev-slide{-webkit-transition-duration:inherit!important;transition-duration:inherit!important;-webkit-transition-timing-function:inherit!important;transition-timing-function:inherit!important}.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide{-webkit-transition-duration:0s!important;transition-duration:0s!important;opacity:1}.lg-outer.lg-grab img.lg-object{cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.lg-outer.lg-grabbing img.lg-object{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.lg-outer .lg{position:relative;overflow:hidden;margin-left:auto;margin-right:auto;max-width:100%;max-height:100%}.lg-outer .lg-inner{position:absolute;left:0;top:0;white-space:nowrap}.lg-outer .lg-item{background:url(assets/images/loading.gif) center center no-repeat;display:none!important}.lg-outer.lg-css .lg-current,.lg-outer.lg-css3 .lg-current,.lg-outer.lg-css3 .lg-next-slide,.lg-outer.lg-css3 .lg-prev-slide{display:inline-block!important}.lg-outer .lg-img-wrap,.lg-outer .lg-item{display:inline-block;text-align:center;position:absolute;width:100%;height:100%}.lg-outer .lg-img-wrap:before,.lg-outer .lg-item:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}.lg-outer .lg-img-wrap{position:absolute;padding:0 5px;left:0;right:0;top:0;bottom:0}.lg-outer .lg-item.lg-complete{background-image:none}.lg-outer .lg-item.lg-current{z-index:1060}.lg-outer .lg-image{display:inline-block;vertical-align:middle;max-width:100%;max-height:100%;width:auto!important;height:auto!important}.lg-outer.lg-show-after-load .lg-item .lg-object,.lg-outer.lg-show-after-load .lg-item .lg-video-play{opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{opacity:1}.lg-outer .lg-empty-html,.lg-outer.lg-hide-download #lg-download{display:none}.lg-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1040;background-color:#000;opacity:0;-webkit-transition:opacity .15s ease 0s;-o-transition:opacity .15s ease 0s;transition:opacity .15s ease 0s}.lg-backdrop.in{opacity:1}.lg-css3.lg-no-trans .lg-current,.lg-css3.lg-no-trans .lg-next-slide,.lg-css3.lg-no-trans .lg-prev-slide{-webkit-transition:none 0s ease 0s!important;-moz-transition:none 0s ease 0s!important;-o-transition:none 0s ease 0s!important;transition:none 0s ease 0s!important}.lg-css3.lg-use-css3 .lg-item,.lg-css3.lg-use-left .lg-item{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;backface-visibility:hidden}.lg-css3.lg-fade .lg-item{opacity:0}.lg-css3.lg-fade .lg-item.lg-current{opacity:1}.lg-css3.lg-fade .lg-item.lg-current,.lg-css3.lg-fade .lg-item.lg-next-slide,.lg-css3.lg-fade .lg-item.lg-prev-slide{-webkit-transition:opacity .1s ease 0s;-moz-transition:opacity .1s ease 0s;-o-transition:opacity .1s ease 0s;transition:opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-css3 .lg-item{opacity:0}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{-webkit-transition:-webkit-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:-moz-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:-o-transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:transform 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}.lg-css3.lg-slide.lg-use-left .lg-item{opacity:0;position:absolute;left:0}.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{left:-100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{left:100%}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{left:0;opacity:1}.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{-webkit-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-moz-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;-o-transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s;transition:left 1s cubic-bezier(0,0,.25,1) 0s,opacity .1s ease 0s}

/*-----------FullCalendar-----------*/

.fc-head {
	color: #fff;
	background-color: #2a2459;
}

.fc-day-grid-event .fc-content {
	white-space: normal;
}

.fc-title {
	line-height: 1.1;
}

.cal-event-subtitle {
	color: rgba(255,255,255,0.8);
	font-size: 12px;
	display: block;
}

.fc-ltr .fc-dayGrid-view .fc-day-top .fc-day-number {
	/* float: right; */
}

.fc-dayGrid-view .fc-day-number, .fc-dayGrid-view .fc-week-number {
	padding: 2px;
}

.fc-button-primary {
	background-color: #2a2459;
	border-color: #2a2459;
}

.fc-button-primary:hover {
	background-color: #000;
	border-color: #000;
}

.fc-event, .fc-event-dot {
	background-color: #4f72c5;
}

.fc-event {
	border: 1px solid #4f72c5;
}


@media screen and (max-width: 600px) {
	html { margin-top: 0 !important; }
	#wpadminbar { margin-top: -46px; }
}
