@import url(/includes/css/grid-flex.css);
@charset "UTF-8";
/* Web Solutions 4.0 Compatible */
html {-webkit-box-sizing:border-box;box-sizing:border-box;}
*, *:before, *:after {-webkit-box-sizing:inherit;box-sizing:inherit;}
body{margin:0;padding:0;-webkit-text-size-adjust:none; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}

img{border: 0}
ul{padding-left: 0}
ul li{list-style:none}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, hr{font-family:inherit; font-size:inherit; font-style:inherit;font-weight:inherit}
table {border-collapse:collapse}
td, th {empty-cells:show;vertical-align:top;text-align:left}
body {background:#000}
#skipNavigation{background:#fff;color:#000;padding:.5em;position:absolute;left:0;top:-1000px;z-index:10}
#skipNavigation:focus,#skipNavigation:active{top:0;}
iframe[src="/management/login/persistSession.aspx"] {display: none}
/*page widths*/
body>header, #mainnav, main, body>footer, #alertApp{width:100%;float:left;clear:left;display:block;}
body>*>.wrap,#alertApp>*,.home .wrap{width:100%;max-width:70rem;margin-left:auto;margin-right:auto;position:relative;overflow:visible;}
body.interior>*>.wrap {max-width: 60rem;}
body>footer>.fatFooter, body>footer>.fatFooter + .wrap {width:100%;max-width:75rem;margin-left:auto;margin-right:auto;position:relative;overflow:auto}
body>header {font-family: "Barlow Condensed", sans-serif; font-weight: 500; }
/* text */
body, .text, input, button, select, textarea {font-family: "Barlow", sans-serif;line-height:1.5;color:#4A4A4A;-webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;}
.text{font-size: 1rem}
#alertApp h1, #mainnav li .megamenu ul li a{font-family: "Barlow", sans-serif;}
a, a *{color:#006F3C;text-decoration:none;}
#content a:not(.button):hover {text-decoration: underline;}
#content a {font-weight: 700;}
a:hover, a:active, a:hover *, a:active *{color:#000}
p,h1,h2,h3,h4,hr,.contentEditor ul,blockquote,dd,ol{margin-top:0;margin-bottom:1rem}
.content ul {margin-bottom:2rem}
.content ul ul, .content ol ul { margin-bottom: 0;}
h1, h2, h3, h4, h5, h6, h7, h8, h9, th{font-family: "Barlow Condensed", sans-serif; font-weight: 700; line-height: 120%;}
p + h2, p + h3, p + h4, p + h5, p + h6 {margin-top:2em;}
.textColor, h1, h2, h3, h4, h5, h6, h7, h8, h9, th, dt{color:#31659b}
em, i, q, cite, .italic{font-style:italic}
b, strong{font-weight:700}
u{text-decoration:none}
hr{border:0;border-top:1px solid rgba(0,0,0,.15);margin:1em 0;padding-top:1px}
p{font-size:1em}
h1{font-size:2.5em; color: #006F3C;}
h2, .content * h1{font-size:1.875em; color: #000;}
h3, .content * h2{font-size:1.5em; color: #006F3C;}
h4, th{font-size:1.25em; color: #4A4A4A;}
h5 {font-size:1.1em; color: #000;}
h6 {font-size:1.0em}
h7, h8, h9{font-size:1em}
sup, sub {font-size:.6em; line-height:.6em;vertical-align:baseline;position:relative}
sup {bottom:1ex}
sub {top:.5ex}


/* HEADER ------------------------------*/
body>header{background:#fff;border-bottom: solid 3px #006F3C;z-index: 5;}
body>header>.wrap{height:60px}
#brand {
	margin-top: .5rem;
	margin-left: .5rem;
	float: left;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font-size: 1.6875em;
	color: #000;
	font-weight: 700;
	letter-spacing: .5px;
	line-height: .97em;
	text-transform: uppercase;
}

#brand svg {
	height: 100%;
	margin-right: .556em;
}

/* MAIN ------------------------------ */
.menu{cursor: pointer}
main, .mceContentBody{background:#fff}
main>.wrap{padding-top:3em}
.contentEditor{background:#fff;min-width:100%;}
/* t1 */
#sidenav>ul>li>a{display: none;}
#sidenav{width:100%;overflow:hidden;margin:0 0 3rem; font-family: 'Barlow Condensed', sans-serif; font-weight: 500; font-size: 1.125em;color: #333;line-height: 1;}
#sidenav ul{padding: 0}
#sidenav li{height:1%;overflow:hidden}
#sidenav li a{padding:.5em .25rem;display:block}
#sidenav li a:hover, #sidenav li a:active{background:#e5e5e5}
#sidenav li.on>a{color:#000}
/* t2 */
#sidenav li.on ul li{border-bottom:1px solid #E8E8E8; border-top: 1px solid #fff;}
#sidenav li.on ul li a{padding:.389em .5rem .389em .5rem;color:#333}
#sidenav li ul li a:hover, #sidenav li ul li a:active{color:#fff;background:#006F3C;}
#sidenav li ul li.on>a{color:#fff; background:#000;}
/* t3 */
#sidenav li ul li.on ul{border:0}
#sidenav li ul li.on ul li{border:0}
#sidenav li ul li.on ul li a{padding-left:1rem;font-size:.889em;color:#333; background: #E8E8E8;}
#sidenav li ul li ul li a:hover, #sidenav li ul li ul li a:active{background:#f5f5f5}
#sidenav li ul li ul li.on>a{color:#fff; background:#006F3C;}
/* t4 */
#sidenav li ul li ul li.on ul li a{padding-left:1.5rem;font-size:.75em;color:#666}
#sidenav li ul li ul li ul li a:hover, #sidenav li ul li ul li a:active{background:#fff}
#sidenav li ul li ul li ul li.on>a{color:#000; background:#f5f5f5;}
/*section callouts*/
main>div>aside section{margin:0 0 20px;padding:10px}
main>div>aside section:hover{background:#FFC}
main>div>aside section h1{margin:0;font-size:1.2em}
main>div>aside section p{margin:0}
/* breadcrumb */
.breadcrumb{margin-bottom: 1em}
.breadcrumb a:after{content: "\00A0\00A0\203A\00A0"}

/* content */
.content{word-wrap:break-word}
.content .photoright, .content .photoleft{max-width:50%;height:auto}
.content .photoright img,.content .photoleft img {max-width:100%;height:auto;margin: 0;float: none}
.content img.phototreatment{max-width:100%;height:auto}
.content figure.phototreatment{width: 100%;text-align: center}
.content figure.phototreatment img{max-width: 100%;width: auto;height: auto}
figcaption {font-family: 'Barlow Condensed', sans-serif; color: #4A4A4A; font-style: italic; text-align: right;}
img.phototreatment,img.photoright,img.photoleft,.photoright img,.photoleft img {max-width: 100%;width: auto;height: auto}
.photoright{float:right;clear:right}
.photoleft{float:left;clear:left}
.photoright.photoside, .photoleft.photoside {
	max-width: calc(50% - 1em);
}
.photoright.photoside {
	margin: 0 0 3em 1em;
}
.photoleft.photoside {
	margin: 0 1em 3em 0;
}
.muted {opacity:0.5;filter:alpha(opacity=50)}
.highlight, .content .highlight{background:rgba(232, 232, 232, 0.8);border: 3px solid #E8E8E8;padding:2em 1.875em;margin:2em 0}
.highlight h1 {font-size: 1.625em;}
.highlight p, .highlight ul {color: #333;}
.highlight ul li {margin-bottom: 1em;}
small, .textSm{font-size:.8em}
.content table{width:100%}

.shareIcons{display:inline-block;position:relative;overflow:auto}
.shareIcons a{display:block;float:left;margin:0 .5em 1em 0;height:20px;width:20px;background-position:center center; background-repeat:no-repeat;background-size:contain;border-radius:.2em;-webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, .2);box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, .2)}
.shareIcons a:hover{background-color:#F03C5E}
	.shareFacebook{background-color:#3b5998; background-image:url(../../images/icons/64x64/facebook.png)}
	.shareTwitter{background-color:#00aced; background-image:url(../../images/icons/64x64/twitter.png)}
	.shareLinkedin{background-color:#007bb6; background-image:url(../../images/icons/64x64/linkedin.png)}
	.shareGoogle{background-color:#dd4b39; background-image:url(../../images/icons/64x64/google-plus.png)}

.intro {font-family: 'Barlow Condensed', sans-serif; font-weight: 500; color: #000; font-size: 1.375em; line-height: 1.272em;}

/* list */
.content ol{margin-left:2em}
.content ol ol li {list-style: lower-alpha}
.content ul li{padding-left:2em;position: relative;}
.content ul li:before{
	content: "";
	background-image: url(/images/chevron-right.svg);
	display: inline-block;
	width: .3125em;
	height: .5625em;
	margin-right: .625em;
	margin-bottom: .0625em;
	background-repeat: no-repeat;
	background-size: contain;
	text-align: center;
	text-indent:0;
	position: absolute;
	left: 1em;
	top: .5em;
}
.content ul li ul li:before{opacity: .5}



/* addon classes */
.clearFloats{clear:both}
.nobr{white-space: nowrap}
.twoCol, .threeCol, .resCol{
-webkit-column-rule:0;
        columns: rule 0;;
-webkit-column-gap:2em;
        column-gap:2em;
}
.req{color:#c00}
.textIcon{background:#999; background-color:rgba(0,0,0,.2);font-size:.8em;line-height:1em;display:inline-block;padding:.2em .4em;border-radius: .5em;color:#fff}
.textIcon:hover{background:#666; background-color:rgba(0,0,0,.4);color:#fff}
.clearfix:after{content: "";display: table;clear: both;}

.videoContainer {width: 100%;height:0;line-height:0;position: relative;padding-top:56.25%; /* 16:9 */}
.videoContainer.ratio-4-3 {padding-top:75%; /* 4:3 full-frame */}
.videoContainer iframe {position:absolute;left:0;top:0;right:0;bottom:0;width:100%;height:100%;border:0}

/* Table */
.content .mobileTable {
    border: 0;
    font-size: 1rem;
    position: relative;
    line-height: 1.2;
    color: #000;
    margin: 2em 0;
    float: left;
}

.content .mobileTable th {
    background-color:#000;
    color: #fff;
    vertical-align: middle;
    padding: .5em 0.5rem;
    font-size: 1.2em;
}
.mobileTable tr:nth-of-type(2n) {
    background:#E8E8E8;
}
.content .mobileTable td {
    padding: .3em 0.5rem;
}

/* forms */
input, button, select{font-size:.9rem;line-height: 1.2em}
input[type="text"], input[type="password"], input[type="tel"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], textarea, select, input[type="button"], input[type="submit"], input[type="reset"]{border-radius:0; outline: none; -webkit-appearance:none;font-size: .9rem}
input[type="text"], input[type="password"], input[type="tel"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], textarea, select{border:1px solid #E8E8E8;background-color:#fff;padding:3px 5px; -webkit-transition: all .2s; transition: all .2s;}
input[type="text"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, textarea:focus, select:focus{ border:1px solid #006F3C;}
textarea{display:block;font-size: .9rem}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    select{background-image:url(/images/icons/16x16/select.png);background-repeat:no-repeat;background-position:right center;padding-right: 18px}
	input[type="search"]::-webkit-search-decoration {-webkit-appearance:none}
	input[type="search"]{padding-right:0}
}
select option{padding:0 .2em}
button,.button,input[type="button"], input[type="submit"], input[type="reset"]{font-family: 'Barlow Condensed', sans-serif;font-weight: 700;font-size: 1.125rem;background:#fff;border: 2px solid #006F3C;color:#006F3C;padding:.5em .7em;line-height:1em;cursor:pointer;text-decoration: none;}
input::-moz-focus-inner {border:0;padding:0;}

button:hover,.button.hover,input[type="button"]:hover,input[type="submit"]:hover,input[type="reset"]:hover,.button:hover,.button:focus,input[type="button"]:focus,input[type="submit"]:focus,input[type="reset"]:focus{background-color:#006F3C;color:#fff}
.button{display: inline-block}
#content .button { margin: .125rem .125rem .125rem 0;}
button img{height:1em;width:auto;vertical-align:top}
input.bulky, .bulky {padding:.4em .6em;font-size:1.2em}
.formTable, .formTable table{width:100%}
.formTable input[type="text"], .formTable input[type="password"], .formTable input[type="tel"], .formTable input[type="number"], .formTable input[type="email"], .formTable input[type="url"], .formTable input[type="search"], .formTable textarea{width:100%}
.formTable table td,.formTable table td:first-child{padding-bottom:0}
.formTable.right td:first-child{text-align:right;width:1%}
.formTable.right td{width:auto}
.subjClass{display:none !important;}
#Captcha label{padding-left:0}
td.right, th.right{text-align:right}
.wsNew{display:inline-block;font-size:.7em;line-height:1.5em;height:1.5em;padding:0 .3em;margin:.3em 0;background-color:#FFC700;overflow:visible;vertical-align:top;color:#fff;font-style:italic}
.formEdit select, .formBuilder select { width:40%; }

/* pagination */
.pagination{font-size:.95em;text-align:right}

/* page header */
.pageHeader{width:100%;height:auto;margin-bottom:0; background-position: center;padding-top: 12rem; background-size: cover; background-repeat: no-repeat;}

/* alert */
#alertApp {background: #890419;cursor: pointer;position: relative;width: 100%;padding: .75rem 2.5rem;z-index: 1;}
#alertApp:hover { background:#004827}
#alertApp.alertStatic { cursor: default;}
#alertApp h1 {color: #FFF;font-size:1rem;line-height: 1.25rem;margin: 0 auto;padding: .1875rem .3125rem;text-align: center;}
#alertApp:hover h1,#alertApp.expand h1 {color: #FFF;}
#alertApp #alertDesc {height: 0;overflow: hidden;}
#alertApp p {color: #FFF;font-size: .9375rem;line-height: 1.5;margin: 0;padding: .5rem 0 .75rem;position: relative;text-align: center; z-index: 1;}

/* global alert */
#globalAlertTitle {
	padding: 1rem 1rem 1.125rem;
	margin-bottom: 0;
	font-size: 1.75rem;
	color: #FFF;
	text-align: center;
	background: #006F3C;
	transition: all .2s;
}
#globalAlertTitle:hover {
	cursor: pointer;
	background: #000;
}
#globalAlertDesc {
	background: hsl(152, 100%, 15%);
	color: #FFF;
	text-align: center;
}
#globalAlertDesc p {
	padding: 1rem;
	margin-bottom: 0;
}
#alertApp + #globalAlertApp {padding-top: 3.125rem;}

/* management overrides */
#wysiwygBody{background:#fff}

/* management table */
hr+.manage{margin-top:-1em}
.manage{border-bottom:1px solid rgba(0,0,0,.2);width:100%;line-height:1.3em}
.manage th{border-bottom:1px solid rgba(0,0,0,.2);text-align:left}
.manage th.right{text-align:right}
.manage th.sort{cursor:pointer}
.manage th.sort img{margin-left:5px}
.manage th img {position:relative;bottom:-2px}
.manage td,.manage th{padding:5px 5px 5px 0}
.manage td:first-child{padding-left:.8em}
.manage img.preload{display:none;position:absolute;z-index:9900;top:0;border:solid 1px #fff}
.manage td.icons img{margin-left:5px;position:relative;bottom:-2px}
.manage td:first-child.icons img{margin-left:0}
.manage td:first-child.icons{padding-left:3px;padding-right:3px}
.manage td:nth-child(2) {overflow-wrap: break-word;word-wrap: break-word;-ms-word-break: break-all;word-break: break-all;word-break: break-word;-ms-hyphens: auto;-webkit-hyphens: auto;hyphens: auto;}
.manage td.icons a:first-child img{margin-left:0}
.manage td.icons input{position:relative;bottom:2px;margin-left:5px}
.manage .hidden{font-style:italic;color:#900}
.manageButton{text-align:right;padding:10px 0}
.alternate tbody tr:nth-child(even), .even{background:#fff}
.alternate tbody tr:nth-child(odd), .odd {background:rgba(0,0,0,.06)}
.manage+hr, .manage+.manageLinks+hr{margin-top:50px}
.manageLinks{margin-top:10px}
.manageLinks a{white-space:nowrap}
.manageLinks a img{position:relative;bottom:-2px}
.manageLinks button{margin-left:5px}
.manageButtons{text-align: right;padding:10px 0}
.wsReturnToButton {float:right;margin-top:-3.5em}
.manage.rightFirstChild td:first-child{text-align:right}
.sortRow th{cursor:pointer}
.manageEllipsis{width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block}


/* news page
.news article {
	border-bottom: 2px solid #000;
	margin: 1.5rem 0;
}
.news article a {
	display: block;
}
.news article h1 {font-size: 1.5em;}
.news article a:hover h1, .news article a:hover time, .news article a:hover p {
	color: #006F3C;
}
.news article time {color: #000;}
.news article p {
	color: #4A4A4A;
	margin-bottom: 1.5rem;
}*/
/* RIBBON 1 ---------------------------- */
.hero{position: relative;border-bottom: solid 3px #E8E8E8;max-height: 600px;}

.hero h1 {position: absolute;
	top: 50%;
	right: 50%;
	transform: translate(50%, -50%);
	margin-bottom: 0;
	width: 100%;
	padding: 0 2em;
	text-align: center;
	color: #fff;
	text-shadow: 0 2px 8px #000000;
	text-transform: uppercase;
	z-index: 1;
	letter-spacing: .1;
}



/* RIBBON 2 ---------------------------- */
.home-events {
	padding-bottom: 1.5em;
	z-index: 1;
	position: relative;
	background:#f5f5f5;
	border-bottom: 3px solid #006F3C;
}
.home-events h2 {
	font-size: 3.125em;
	color: #000;
	text-transform: uppercase;
	margin-bottom: 1.25rem;
	letter-spacing: 1px;
	line-height: 1;
}
/*.home-events ul {
	max-width: 54em;
	padding-left: 6.063em;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}*/


.home-events .container ul li {
	display: block;
	background-position: left bottom 0;
	background-image: url(/images/dash.svg),url(/images/dash.svg);
	background-repeat: no-repeat,repeat-x;
	margin-bottom: .5rem;
	padding-bottom: 1rem;
    background-size: .7rem .15rem;
}
.home-events ul li span {
	color: #000;
	font-weight: 700;
	font-size: .875em;
}
.home-events ul li p {
	color: #666;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: 500;
	line-height: 1.375;
}

.home-events svg {
	overflow: visible;
	position: absolute;
	left: .5em;
	bottom:.5em;
}
.home-events ul li a {
	display: block;
}
.home-events ul li a:hover p, .home-events ul li a:active p {
	color: #006F3C;
}
.home-events ul li a:hover span, .home-events ul li a:active span {
	color: #006F3C;
}

/* RIBBON 3 ---------------------------- */
.home-callout {
	background: url(/images/home-callout.jpg);
	background-position: center;
	background-repeat: no-repeat;
	color: #fff;
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-height: 21.875em;
	padding: 2.5em 0;
	border-bottom: 3px solid #006F3C;
	position: relative;
	z-index: 1;
}
.home-callout:before {
	content: "";
	background-image: radial-gradient(rgba(0,0,0,0.5) 0%, rgba(0,0,0,.85) 100%);
    display: block;
    position: absolute;
    left: 0;
    z-index: -1;
    top: 0;
    right: 0;
    mix-blend-mode: multiply;
    bottom: 0;
}
.home-callout:after {
	content: "";
    background-image: url(/images/grain.png);
    background-size: 100px;
    background-repeat: repeat;
    display: block;
    position: absolute;
    opacity: 1;
    left: 0;
    top: 0;
    z-index: -1;
    right: 0;
    mix-blend-mode: multiply;
    bottom: 0;
}
.home-callout h2 {
	font-size: 2.25em;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	line-height: 1.06em;
	margin-bottom: 1.5rem;
}
.home-callout a {
	text-transform: uppercase;
	font-weight: 600;
	padding: .589em 1.331em .689em;
}
.home-callout>.callout-content {

	max-width: 40.688rem;
	text-align: center;

}
.home-callout>.callout-content * {
	color: #fff;
}
.home-callout>.callout-content a.button {
	border: 2px solid #fff;
	background: none;
	color: #fff;
}
.home-callout>.callout-content a.button:hover {
	background: #006F3C;
}
/* RIBBON 4 / WELCOME TEXT ------------- */
.welcome-message {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	background: rgba(232, 232, 232, 0.5);
	overflow: hidden;
}
.welcome-message-image {
	background-size: cover;
	padding-top: 25%;
	width: 50%;

	background-repeat: no-repeat;
	display: inline-block;
	background-position: center;
}
.welcome-message-text {
	float: right;
	width: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	max-width: 35.688em;
	padding-left: 6.25em;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.welcome-message-text .button {
	border: 2px solid #006F3C;
	color: #006F3C;
	background: #fff;
	padding: .589em 1.331em .689em;
	text-transform: uppercase;
}
.welcome-message-text .button:hover {
	color: #fff;
	background: #006F3C;
}
.welcome-message h1 {
	font-size: 2.5em;
	color: #006F3C;
	line-height: .95;
	margin-bottom: 2rem;
	text-transform: uppercase;
}
.welcome-message-text p{
	color: #000;
	margin-bottom: 1.25rem;
	line-height: 1.625em;
}
/* FOOTER ------------------------------ */
body>footer{padding-top:2em;padding-bottom: 2em;color:rgba(255,255,255,.7);font-size:.875em;}
body>footer>.wrap{overflow:visible}
body>footer a{color:#FFF}
body>footer a:hover, footer a:active{color:#006F3C}
body>footer a.on, footer .on>a{text-decoration:none;color:#006F3C}
.fatFooter{margin-bottom:2em;}
.fatFooter>nav>ul ul li{padding-left: 1rem}
/*.fatFooter>*>*:last-child{width:1%;padding-right:0;white-space:nowrap}*/
body>footer nav{display:inline}
body>footer .wrap nav a:before{content:"\00A0\007C\00A0\00A0"}
body>footer>div{min-height:18px}
#web-solutions-exposure a{opacity:.4}
#web-solutions-exposure a:hover{opacity:.8}


.footer-navigation, .footer-contact-info {
	display: inline-block;
	width: calc(50% - 14em);
	vertical-align: top;
}
.footer-logos {
	float: right;
	margin-top: -2.143em;
	text-align: center;
	display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-logos img {
	display: block;
}
.footer-logos a:first-of-type img {
	height: 4.125rem;
}
.footer-logos a:nth-of-type(2) img{
	float: right;
	margin-top: .75rem;
	height: 2rem;
}
.footer-logos a:nth-of-type(3) img{
	float: right;
	margin-top: .75rem;
	height: 1.35rem;
}
body>footer .footer-navigation a {
	display: block;
}
footer h2 {
	font-family: 'Barlow Condensed', sans-serif;
	font-size: 1.5em;
	margin-bottom: 1em;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}
.footer-contact-info address {
	margin-bottom: 3.071em;
}
.footer-contact-info .button {
	background: none;
	border: 2px solid #fff;
	color: #fff;
	margin-bottom: .25em;
	text-align: center;
	padding: .35em .524em .45em;
	vertical-align: top;
}
.footer-contact-info .button:hover {
	background: #006F3C;

	border: 2px solid #fff;
}

.footer-contact-info .button:first-of-type {
	width: 2.25rem;
	height: 2.25rem;
	margin-right: .4444em;
}
.footer-contact-info svg {
	fill: #fff;
	height: 1.25rem;
}
body>footer>.wrap {
	margin-top: 5.7em;
	color: rgba(255,255,255,.4);
}

.footer-logos a:hover img {
	opacity: .8;
}


/* RESPONSIVE ------------------------------ */
@media screen and (max-width:1200px) {
}


/* TRANSITIONS ------------------------------ */
a, a *,button,.button,input[type="button"],input[type="submit"],.rsFullscreenBtn,#alertApp,#alertApp span,#alertDesc,#navContainer li,.hamburger{-webkit-transition: all 200ms ease;transition: all 200ms ease}
input:focus, select:focus, textarea:focus{-webkit-transition: background-color 150ms ease;transition: background-color 150ms ease}


/* FORM ERROR ------------------------------ */
.formError {background-color:Black; border:0; padding: 5px 10px; color:#fff; display:none; margin:0 0 2px; z-index:9999; border-radius: 10px; -moz-box-shadow:0 2px 2px #333; -webkit-box-shadow:0 2px 2px #333;}
.formError p {margin:0; font-size:.9em; }
.formError em { border:10px solid;  border-color:Black transparent transparent; bottom:-17px; display:block; height:0; left:40px; position:absolute; width:0; }


/* ANIMATION CLASSES ------------------------------ */

.no-glide {
	-webkit-transition-delay: 0s !important;
	transition-delay: 0s !important;
	-webkit-transition: none !important;
	transition: none !important;
  }

  .fade-in, .home-events .logo-top, .home-events .logo-mid, .home-events .logo-bottom,
  .animate-left, .animate-right, .animate-down, .animate-up,
  .animate-up-left .animate-up-right, .animate-down-left, .animate-down-right {
	opacity: 0;
	position: relative;
	-webkit-transition: all .75s ease;
	transition: all .75s ease;
  }

  .home-events .logo-top, .home-events .logo-mid, .home-events .logo-bottom {
	  -webkit-transition: all 1s ease;
	  transition: all 1s ease;
  }

  .home-events #maloney-logo .logo-top {-webkit-transform: rotate(-30deg);transform: rotate(-30deg); -webkit-transform-origin: bottom; transform-origin: bottom;}
  .home-events #maloney-logo.animated .logo-top, .home-events #maloney-logo.animated .logo-bottom, .home-events #maloney-logo.animated .logo-mid {-webkit-transform: rotate(0deg) translateY(0);transform: rotate(0deg) translateY(0); opacity: 1;}
  .home-events #maloney-logo.animated .logo-mid {opacity: 1}
  .home-events .logo-bottom {-webkit-transform: rotate(30deg);transform: rotate(30deg); -webkit-transform-origin: bottom; transform-origin: bottom;}
  .animate-left { left: 4.75rem; top: 0; }
  .animate-right { right: 4.75rem; top: 0; }
  .animate-up { top: 4.75rem; }
  .animate-down { top: -4.75rem; }

  .animate-down-left { left: 4.75rem; top: -4.75rem; }
  .animate-down-right { right: 4.75rem; top: -4.75rem; }
  .animate-up-left { left: 4.75rem; top: 4.75rem; }
  .animate-up-right { right: 4.75rem; top: 4.75rem;  }

  .animate-left.animated { left: 0; top: 0; }
  .animate-right.animated { right: 0; top: 0; }
  .animate-up.animated { top: 0; }
  .animate-down.animated { top: 0; }

  .animate-up-left.animated { left: 0; top: 0; }
  .animate-up-right.animated { right: 0; top: 0; }
  .animate-down-left.animated { left: 0; top: 0; }
  .animate-down-right.animated { right: 0; top: 0; }

  .animated {opacity: 1;}

  .animated,
  .delay-1 {-webkit-transition-delay:.15s; transition-delay:.15s;}
  .delay-2 {-webkit-transition-delay:.3s;  transition-delay:.3s;}
  .delay-3 {-webkit-transition-delay:.45s; transition-delay:.45s;}
  .delay-4 {-webkit-transition-delay:.6s;  transition-delay:.6s;}
  .delay-5 {-webkit-transition-delay:.75s; transition-delay:.75s;}
  .delay-6, .home-events #maloney-logo .logo-mid  {-webkit-transition-delay:.9s;  transition-delay:.9s;}
  .delay-7 {-webkit-transition-delay:1.05s; transition-delay:1.05s;}
  .delay-8 {-webkit-transition-delay:1.2s; transition-delay:1.2s;}
  .delay-9 {-webkit-transition-delay:1.35s; transition-delay:1.35s;}
  .delay-10 {-webkit-transition-delay:1.5s; transition-delay:1.5s;}


/* IE */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.home-callout {min-height: 0}
	.home-callout > .callout-content {
		-webkit-box-align: stretch;
		    -ms-flex-align: stretch;
				align-items: stretch;
		text-align: center;
	}
	.home-callout a {
		-ms-flex-item-align: center;
		    align-self: center;
	}


}
