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

:focus:not(:hover) {
    outline: 3px solid #1b87ff;
}

#row_1 .coltab-item a:focus{
    border: 3px solid #1b87ff;
}

a {
	font-family: inherit;
}

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

.clearfix:after {
	clear: both;
}

.clearfix {
	*zoom: 1;
}

body {
	margin: 0;
}

#main,
.full-width {
	width: 100%;
	background: #fff;
}

.logo-container {
	width: 100%;
	background: #FFF;
}

.logo-wrapper {
	width: 100%;
}

#main .header {
	max-width: 960px;
	display: block;
	margin: 0 auto;
}

#main .logo {
	border: 0 none;
	width: 100%;
	display: block;
	max-width: 357px;
	margin: 12px auto 14px;
}

#main .logo a {
	display: block;
	width: 100%;
}

#main .logo img {
	border: 0 none;
	display: block;
	max-width: 70%;
	width: 357px;
	height: auto;
	margin: 0 15%;
	-webkit-box-sizing: border-box;;
	-moz-box-sizing: border-box;;
	box-sizing: border-box;
}

h1.site-name {
	display: block;
	width: 100%;
	text-align: center;
	font-family: 'CenturyExpandedLTW01-Ro';
	font-weight: 400;
	text-transform: none;
	color: #000;
}

h1.site-name a,
h1.site-name a:hover {
	color: #000;
	display: block;
	font-family: 'CenturyExpandedLTW01-Ro';
	text-decoration: none;
	font-size: 22px;
	margin: 0 0 20px;
	padding: 0 10px;
}

h1.site-subtitle,
h2.site-subtitle {
	display: block;
	font-family: 'CenturyExpandedLTW01-It';
	font-weight: 400;
	color: #fff;
	margin: 0;
	position: relative;
	z-index: 10;
	background-color: #181818;
	background: url('/commcms/_resources/images/bkg/sbu-shield-black-9-opac.png') 70% 50% no-repeat #181818;
}

h1.site-subtitle a,
h1.site-subtitle a:hover,
h2.site-subtitle a,
h2.site-subtitle a:hover {
	display: block;
	font-family: 'CenturyExpandedLTW01-It';
	font-weight: 400;
	text-transform: none;
	color: #fff;
	text-decoration: none;
	position: absolute;
	top: 0;
	left: 0;
	padding: 13px 0 13px 10px;
	width: 80%;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 16px;
	white-space: pre;
	letter-spacing: -.025em;
	text-rendering: optimizeLegibility;
}

.subhead-wrapper > a:nth-child(1) {
	display: none;
}

header .tagline {
	display: block;
	text-align: center;
	padding: 0 0 15px 0;
	font-family: 'CenturySchoolbookW01-It 927458';
	font-size: 1.2em;
	line-height: 1em;
}

div.navWrap {
	width: 100% !important;
	height: 44px !important;
}

.navWrap > ul {
	width: 960px;
	margin: 0 auto;
	*zoom: 1;
}

.navWrap > ul:after {
	clear: both;
}

.navWrap > ul:before,
.navWrap > ul:after {
	content: " ";
	display: table;
}

.inside-section-banner {
	clear: both;
	padding: 0;
	margin: 0;
	border-bottom: 6px solid #900;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: url("/commcms/images/branding/black-rays-full.jpg") no-repeat 0 0;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;

}

.inside-section-banner h3 {
	font-family: 'Trade Gothic W01 Bold 2' !important;
	font-weight: normal !important;
	margin: 0;
	padding: 25px 20px;
	color: #fff;
	font-size: 1.75em;
	text-transform: uppercase;
	letter-spacing: 0.15em;
	word-spacing: 0.2em;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.marquee-wrapper {
	width: 100%;
	border-top: 1px solid #fff;
	background: #eee;
}

.marquee {
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
}

.banner-image {
	width: 960px;
	margin: 0 auto;
	display: block;
}

#singleBannerRotator {
	width: 100%;
	background: #ccc;
}

#singleBannerRotator ul {
	width: 960px;
	margin: 0 auto;
}

.container-wrapper {
	width: 100%;
	background: #eee;
}

#container,
.container-inner {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.container-inner {
	padding: 0 15px
}

.maincontent-before,
.maincontent-twocol-left,
.maincontent-twocol-right {
	font-family: 'Trade Gothic Next W01', Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
}

.maincontent-twocol-left,
.maincontent-twocol-right {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 10px;
}


#row_1,
#row_2 {
	width: 100%;
	background-color: #EEECEC;
	margin: 0;
}

#row_1 .col p:before,
#row_1 .col p:after {
	content: " ";
	display: table;
}

#row_1 .col p:after {
	clear: both;
}

#row_1 .col p {
	*zoom: 1;
}

.cards {
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px 0 32px 0;
}

.cards .card {
	margin: 0 10px 20px;
}

.cards .square-card {
	display: block;
	float: left;
	width: 23%;
	height: 230px;
	padding: 10px;
	border: #ccc 1px solid;
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: rgb(86, 86, 86);
	font-family: Arial, sans-serif;
	font-size: 16px;
	margin: 0 1% 20px;
	box-sizing: border-box;
}

.cards .square-card:nth-child(n) {
	width: 23.5%;
	margin: 0 1% 20px;
}

.cards .square-card:first-child,
.cards .square-card:nth-child(4n-3) {
	margin-left: 0;
}

.cards .square-card:last-child,
.cards .square-card:nth-child(4n) {
	margin-right: 0;
}

.cards .square-card:hover {
	border: 1px solid #afafaf;
	text-decoration: none;
}

.cards .square-card img {
	width: 100%;
	height: auto;
	display: block;
}

.cards .square-card .card-text {
	display: block;
	margin: 10px 0 0 0;
	color: #555;
	max-height: 60px;
	overflow: hidden;
	font-family: 'Trade Gothic Next W01', Arial, sans-serif;   
	font-size: 16px;   font-weight: normal;
}

.cards .square-card:hover .card-text {
	color: #900;
	text-decoration: none;
}

.cards .card:last-child,
.cards .square-card:last-child,
.cards .square-card:nth-child(4n) {
	margin-right: 0;
}

.banner-image-wrapper {
	width: 100%;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #eee;
}

.banner-image-wrapper > a {
	display: block;
	width: 100%;
}

.banner-image-wrapper img {
	display: block;
	width: 100%;
	max-width: 960px;
	height: auto;
	margin: 0 auto;
}

.banner-image-wrapper p {
	margin: 0;
}

/* Social Sidebar */
.social-sidebar {
	display: block;
	position: relative;
	padding: 10px 0 0;
	background: transparent;
}

.social-sidebar .sidebar-wrapper {
	display: block;
	width: 90%;
	margin: 0 5%;
}

.social-sidebar a {
	width: 100%;
	display: block;
	text-align: center;
	padding: 5px;
	border-radius: 30px;
	margin: 0 0 14px;
	color: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration: none;
}
.social-sidebar a em {
	display: block;
	font-size: 28px;
}

.social-sidebar a:hover {
	background: #fff;
	text-decoration: none;
}

.social-sidebar a.circle em {
	font-size: 22px;
	padding: 2px;
}

.social-sidebar a .label {
	position: absolute;
	top: -100000px;
	left: -100000px;
	font-size: 1px;
	color: #fff;
}

.social-sidebar a.print {
	display: none;
}

/* inputs */

#main input[type="text"] {
	border: 1px solid #aaa;
	padding: 10px;
	color: #333;
	width: 100%;
	border-radius: 4px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-shadow: none;
	font-family: 'Trade Gothic W01 Light';
	outline: none;
	font-size: 14px;
}

#main input[type="text"]:focus {
	border: 1px solid #999;
	background: #fefefe;
}

#live-filter-search {
	width: 100%;
}

/* Live filter list */

.live-filter-list {
	margin: 0;
	padding: 0;
}

.live-filter-list li {
	margin: 8px 0;
	padding: 0 0 4px;
	list-style: none;
	display: block;
	clear: both;
	border-bottom: 1px solid #ddd;
}
.live-filter-list li:before,
.live-filter-list li:after {
	content: " ";
	display: table;
}
.live-filter-list li:after {
	clear: both;
}
.live-filter-list li {
	*zoom: 1;
}

/* Alpha Index */

.alpha-index {
	display: block;
	margin: 0 0 20px 0;
	font-size: 0;
	text-align: left;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-radius: 3px
}

.alpha-index a {
	display: inline-block;
	width: 14.28%;
	text-align: center;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 1rem;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	line-height: 1;
	padding: 12px 0
}

.alpha-index a:hover {
	text-decoration: none;
	background: #900;
	color: #fff;
	border-color: #800;
}

.alpha-target {
	display: block;
	position: relative;
	width: 100%;
	margin: 10px 0;
}

.alpha-target span {
	font-family: 'CenturySchoolbookW01-It 927458';
	display: block;
	position: relative;
	width: 26px;
	background: #eee;
	text-align: center;
	line-height: 1;
	padding: 7px 2px 5px;
	border-radius: 50%;
	margin: 0 auto;
	z-index: 2;
	font-size: 1.2em;
}

.alpha-target:after {
	display: block;
	position: absolute;
	bottom: 14px;
	right: 0;
	left: 0;
	content: " ";
	border-bottom: 1px dashed #ddd;
	z-index: 1;
}

.sbu-button {
	display: inline-block;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 8px 18px 10px;
	font-family: 'Trade Gothic Next W01', Arial, sans-serif;
	font-weight: normal;
	font-size: inherit;
	text-decoration: none;
	cursor: pointer;
	border-radius: 2px;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	box-shadow: 0 0 10px #fff;
	background: #900;
	border: 1px solid #800;
	color: #fff !important;
	margin: 0 10px 5px 0;
}

.sbu-button:focus {
	text-decoration: underline !important;
	border: 4px solid #000000;
}

.sbu-button:hover {
	background: #a00;
	text-decoration: none !important;
}

/* outline button */

a.sbu-outline-button,
.sbu-outline-button--red--transform {
	display: inline-block;
	font-family: 'Trade Gothic Next W01', Arial, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	color: #fff;
	font-size: 1.25rem;
	padding: 9px 14px;
	text-decoration: none !important;
	margin: 0 auto;
	cursor: pointer;
	letter-spacing: 0;
	text-rendering: optimizeLegibility;
	border-width: 2px;
	border-style: solid;
	text-align: center;
}

a.sbu-outline-button:hover {
	text-decoration: none !important;
}

a.sbu-outline-button--red {
	color: #900 !important;
	border-color: #900 !important;
}

a.sbu-outline-button--red:hover {
	color: #fff !important;
	background: #900 !important;
}

a.sbu-outline-button--white {
	color: #fff !important;
	border-color: #fff !important;
}

a.sbu-outline-button--white:hover {
	background: #900 !important;
}

a.sbu-outline-button--on-white {
	background: #fff !important;
}

a.sbu-outline-button--on-red,
a.sbu-outline-button--on-red-hover:hover {
	color: #fff !important;
	background: #900 !important;
}

a.sbu-outline-button--on-red:hover {
	background: #a00 !important;
}

a.sbu-outline-button.arrow-after {
	padding: 9px 10px 9px 13px;
}

a.sbu-outline-button--black {
	color: #fff !important;
	border-color: #fff !important;
	background: #000 !important;
}

a.sbu-outline-button--black--hover-transparent:hover {
	color: #fff !important;
	border-color: #fff !important;
	background: transparent !important;
}

a.sbu-outline-button--black--hover-white:hover {
	color: #000 !important;
	border-color: #000 !important;
	background: #fff !important;
}

a.sbu-outline-button.float-left {
	float: left;
}

a.sbu-outline-button.float-right {
	float: right;
}

@media only screen and (max-width: 959px) {
	a.sbu-outline-button.center-on-mobile {
		margin: 0 auto;
		float: none;
		display: block;
	}
}

@media only screen and (min-width: 960px) {
	a.sbu-outline-button.center-on-desktop {
		margin: 0 auto;
		float: none;
		display: block;
	}
}


/* Custom Styles for Elements */

.btn-container-wrapper a, a.btn-container, .section_more {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 1px solid #bbb;
	border-radius: 8px;
	padding: 12px 30px;
	float: left;
	color: #900;
	font-family: 'TradeGothicW01-BoldCn20 675334', 'Oswald', arial, sans-serif !important;
	font-weight: 400;
	text-decoration: none;
	font-size: 18px;
	text-align: center;
	text-rendering: optimizeLegibility;

	background: rgb(255,255,255);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIyOCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZWRlZGVkIiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 28%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(28%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 28%,rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 28%,rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 28%,rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 28%,rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}

a.section_more {
	display: inline-block !important;
}

.btn-container-wrapper a:hover, .btn-container:hover, {
	color: #a00;
	background: #fff;
	box-shadow: 0 0 8px #ccc inset;
}

.btn-container-wrapper a:active, .btn-container:active, .section_more:hover {
	background: #f7f7f7;
	box-shadow: 0 0 12px #ccc inset;
	text-decoration: none;
}

.btn-container-wrapper.red-bkg a,
.btn-container.red-bkg {
	background: rgb(178,3,6);
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IyMDMwNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ0JSIgc3RvcC1jb2xvcj0iIzhlMDIwNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2ZDAwMDEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(178,3,6,1) 0%, rgba(142,2,5,1) 44%, rgba(109,0,1,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(178,3,6,1)), color-stop(44%,rgba(142,2,5,1)), color-stop(100%,rgba(109,0,1,1)));
	background: -webkit-linear-gradient(top,  rgba(178,3,6,1) 0%,rgba(142,2,5,1) 44%,rgba(109,0,1,1) 100%);
	background: -o-linear-gradient(top,  rgba(178,3,6,1) 0%,rgba(142,2,5,1) 44%,rgba(109,0,1,1) 100%);
	background: -ms-linear-gradient(top,  rgba(178,3,6,1) 0%,rgba(142,2,5,1) 44%,rgba(109,0,1,1) 100%);
	background: linear-gradient(to bottom,  rgba(178,3,6,1) 0%,rgba(142,2,5,1) 44%,rgba(109,0,1,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b20306', endColorstr='#6d0001',GradientType=0 );
	color: #eee;
}

.btn-container-wrapper.red-bkg a:hover,
.btn-container.red-bkg:hover {
	color: #fff;
	background: #800;
	box-shadow: 0 0 6px #600 inset;
}

.btn-container-wrapper.red-bkg a:active,
.btn-container.red-bkg:active {
	color: #eee;
	background: #700;
	box-shadow: 0 0 10px #600 inset;
}

.btn-container .sb {
	display: table;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

}

.btn-container .sb .label {
	display: table-cell;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: middle;
}

.btn-container.full-width {
	width: 100%;
	text-align: center;
}

.arrow-after .btn .label:after {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	z-index: 1;
	font-size: 1em;
	padding: 0 0 0 9px;
}


/* footer */

#footer {
	background-color: #252525;
	background: url('/commcms/_resources/images/bkg/sbu-shield-black-9-opac.png') 70% 50% no-repeat #252525;
	margin-bottom: 30px;
}

#footer p,
#footer .site-addr-info,
#footer .site-copyright-info,
#footer a {
	font-family: 'Trade Gothic Next W01', Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.5em;
}

#footer .site-addr-info span {
	display: block;
	line-height: 1.7em;
}

#footer .site-copyright-info {
	display: block;
	margin: 10px 0 0 0;
}

#footer .site-copyright-info span {
	line-height: 1.4em;
	padding: 0 5px;
	display: inline-block;
}

#footer a,
#footer a:hover {
	text-decoration: none;
}

div.navWrap .main-nav-trigger {
	display: none;
}

.floating-banner-top-right {
	display: none;	
}

#footer > p {
	display: block;
	max-width: 960px;
	margin: 15px auto;
	clear: both;
	font-family: 'Trade Gothic Next W01', Arial, sans-serif;
	font-weight: normal;
	font-size: 14px;
}

#footer strong {
	font-weight: normal;
	font-family: 'Trade Gothic W01 Bold 2';
}

#footer em {
	font-family:'TradeGothicNextW02-Ligh 694374';
	font-style: normal;
}

#footer em a {
	font-family:'TradeGothicNextW02-Ital';
	font-weight: normal;
	text-decoration: underline;
}


/* Full width video - from http://css-tricks.com/NetMag/FluidWidthVideo/Article-FluidWidthVideo.php */

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Drop accordion */

.drop-accordion {
	margin: 0 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

.drop-accordion-1 .item {
	margin: 0 0 7px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;    
}

.drop-accordion-1 .tab {
	background: #f2f2f2;
	color: #444;
	display: block;
	border: 1px solid #d9d9d9;
	border-radius: 20px 0 0 20px;
	font-size: 1.05em;
	font-family: 'Trade Gothic W01 Light';
	cursor: pointer;
	z-index: 101;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;    
}

.drop-accordion-1 .label {
	display: block;
	margin: 4px 4px 5px 8px;
}

.drop-accordion-1 .label .fa {
	display: inline-block;
	font-size: 1.1em;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #00acc6;
	margin: 0 8px 0 5px;
}

.drop-accordion-1 .active .label .fa {
	color: #900;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.drop-accordion-1 .accordion-content {
	margin: -18px 0 0 0;
	background: #ededed;
	border: 1px solid #ddd;
	z-index: 100;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: none;
}

.drop-accordion .accordion-content p {
}

.drop-accordion-1 .content-wrap {
	padding: 30px 20px 15px;
}

.drop-accordion-1 .accordion-content p,
.drop-accordion-1 .accordion-content li {
	font-size: 1em;
	line-height: 1.8em;
}

/* Tablesaw */
table.tablesaw {
	position: relative;
	margin: 10px .5% 20px;
	width: 99% !important;
}

table.tablesaw tr {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 10px;
}

table.tablesaw th {
	font-weight: normal;
	font-family: 'Trade Gothic W01 Bold 2';
}

table.tablesaw .tablesaw-cell-label {
	font-weight: normal;
	font-family: 'Trade Gothic W01 Bold 2';
}

@media only screen and (max-width: 768px) {
	table.tablesaw thead tr {
		display: none;
	}

	table.tablesaw th,
	table.tablesaw td {
		border-right: 0 none;
		height: auto;
	}
}

@media only screen and (min-width: 770px) {
	.hide-accessible-770,
	.hide-accessible-tablesaw {
		position: absolute !important;
		top: -99999px !important;
		left: -99999px !important;
		width: 2000px;
		height: 2000px;
	}
}

/* table style */
table.light-grey-table {
	background: #eee;
	margin: 0 0 20px .5%;
	border: 8px solid #fff;
	box-shadow: 0 0 0 1px #900;
}

.light-grey-table th {
	font-family: 'Trade Gothic W01 Bold 2';
	color: #900;
	text-align: left;
}

.light-grey-table th,
.light-grey-table td {
	font-weight: normal;
	border-right: 1px solid #bbb;
	height: 60px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 6px 8px;
}

table.light-grey-table tbody tr:nth-child(even) {
	background: #f0f0f0;
}

table.light-grey-table tbody tr:nth-child(odd) {
	background: #e3e3e3;
}

/* Column Layout */

.layout-col {
	display: block;
	width: 100%;
	margin: 0 0 3%;
	padding: 2% 1%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
}

.column-border > .layout-col {
	margin: 0;
	border-bottom: 1px solid #ddd;
}

.column-border > .layout-col .column-border > .layout-col {
	border-color: #e7e7e7;
}

.dark-border > .layout-col {
	border-color: #999 !important;
}

.red-border > .layout-col {
	border-color: #700 !important;
}

.light-background > .layout-col {
	background: #eee;
	padding: 1.5% 2%;
}

.light-background > .layout-col .layout-col {
	background: #fafafa;
}

.dark-background > .layout-col {
	background: #272727;
	padding: 1.5% 2%;
}

.dark-background > .layout-col * {
	color: #ccc;
}

.dark-background > .layout-col a {
	color: #ddd;
	text-decoration: underline;
	display: inline-block;
	padding: 0 3px;
}

.dark-background > .layout-col a:hover {
	color: #fff;
	background: #900;
	border-radius: 2px;
}

.dark-background > .layout-col .layout-col {
	background: #fafafa;
	color: #222;
}

/* Responsive Splash header */

.responsive-splash-header-1 {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 500px;
	background-size: cover;
	background-position: 50%;
	position: relative;
}

.responsive-splash-header-1 .splash-overlay-1 {
	background: #fff;
	background: rgba(255,255,255,.85);
	position: absolute;
	bottom: 36px;
	left: 0;
	right: 0;
	text-decoration: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.responsive-splash-header-1 a.splash-overlay-1:hover {
	background: #fff;
	background: rgba(255,255,255,.9);
}

.responsive-splash-header-1 .text-wrap {
	width: 92%;
	max-width: 1024px;
	margin: 0 auto;
	text-align: center;
	padding: 4%;
}

.responsive-splash-header-1 h2 {
	color: #000;
	margin: 0;
	padding: 0;
}

.responsive-splash-header-1 a h2 {
	color: #900;
}

.responsive-splash-header-1 h3 {
	color: #000;
	margin: 4% 0 0;
	padding: 0;
}

.responsive-splash-header-1 a h3:after {
	content: "\f105";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	z-index: 1;
	font-size: 1em;
	padding: 0 0 0 14px;
}

h2.section-header {
	font-family: 'CenturyExpandedLTW01-Ro';
	font-weight: normal;
	font-size: 1.6em;
	line-height: 1.3em;
	width 80%;
	margin: 0 10%;
}

h3.section-header {
	font-family: 'CenturySchoolbookW01-It 927458';
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.2em;
	letter-spacing: -.005em;
	width: 80%;
	margin: 6px 10% 0;
}

h3.section-header.condensed {
	font-family: 'Trade Gothic W01 Cn 18';
}

h3.section-header.condensed strong {
	font-family: 'TradeGothicW01-BoldCn20 675334';
	font-weight: normal;
}

/* Sections */

.promo-section {
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5% 0;
}

.promo-section-inside {
	max-width: 960px;
	margin: 0 auto;
}

.promo-section-1 .promo-section-inside h2 {
	margin: 0 auto;
	padding: 0 0 4px
}

.promo-section-1 .promo-section-inside h3 {
	margin: 8px auto 30px;
}

.promo-section-1 .promo-section-inside h2,
.promo-section-1 .promo-section-inside h3 {
	text-align: center;
	color: #fff;
}

/* Thermometer */

.auto-thermometer-container {
	position: relative;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 600px;
	border-radius: 8px;
	padding: 0;
	padding-bottom: 52%;
}

.auto-thermometer {
	position: absolute;
	background: url('/commcms/childrens/images/thermometer-twice-up_cutout.png') 0 0 no-repeat;
	background-size: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
	overflow: hidden;
}

.auto-thermometer-fill {
	position: absolute;
	background: #000;
	top: 16%;
	left: 10%;
	right: 72%;
	bottom: 36%;
	z-index: 2;
	-webkit-transition: right 4.5s cubic-bezier(0.42, 0, 0.24, 0.99);
	-moz-transition: right 4.5s cubic-bezier(0.42, 0, 0.24, 0.99);
	transition: right 4.5s cubic-bezier(0.42, 0, 0.24, 0.99);
}

.auto-thermometer-message {
	font-family: 'CenturyExpandedLTW01-Ro';
	font-weight: normal;
	font-size: 1.4em;
	line-height: 1.3em;
	color: #fff;
	position: absolute;
	bottom: 8%;
	left: 0;
	right: 0;
	text-align: center;
}

.current-raised-container {
	position: relative;
	display: block;
	margin: 5% 0 0 28.5%;
	width: 57%;
	height: 55px;
	opacity: 1;
}

.auto-thermometer .current-raised {
	position: absolute;
	display: inline-block;
	background: url('/commcms/childrens/images/thermometer-twice-up_bubble-only.png ') 0 0 no-repeat;
	background-size: 100%;
	width: 36%;
	/* max-width: 87px; */
	/* max-height: 36px; */
	padding: 2% 3% 14% 3%;
	font-family: 'TradeGothicW01-BoldCn20 675334';
	color: #fff;
	font-weight: normal;
	text-align: center;
	font-size: 120%;
	left: -100%;
	top: 0;
	-webkit-transition: left 2.6s cubic-bezier(0.42, 0, 0.24, 0.99);
	-moz-transition: left 2.6s cubic-bezier(0.42, 0, 0.24, 0.99);
	transition: left 2.6s cubic-bezier(0.42, 0, 0.24, 0.99);
}

.auto-thermometer .current-raised:before {
	display: inline-block;
	color: #900;
	content: "Raised to date:";
	font-family: 'CenturySchoolbookW01-It 927458';
	background: transparent;
	position: absolute;
	left: -98px;
	top: 5px;
	letter-spacing: -.005em;
	font-size: .85em;
	text-shadow: 0 0 3px #fff, 0 1px 0 #ddd, 0 0 10px #fff;
}

.auto-thermometer .goal-amount {
	position: absolute;
	display: inline-block;
	font-family: 'TradeGothicW01-BoldCn20 675334';
	color: #333;
	font-weight: normal;
	font-size: 1.4em;
	text-transform: uppercase;
	right: 13%;
	top: 52%;
	-webkit-transition: all 5s cubic-bezier(1, -0.08, 0.55, 1);
	-moz-transition: all 5s cubic-bezier(1, -0.08, 0.55, 1);
	transition: all 5s cubic-bezier(1, -0.08, 0.55, 1);
	opacity: 1;
}

.auto-thermometer .goal-amount:after {
	display: inline-block;
	content: "Goal";
	margin: 0 0 0 .3em;
	color: #900;
}

.font-size-opacity-0 {
	font-size: 0.1em !important;
	opacity: .1;
}

.round-button-container {
	margin: 10px 0;
	display: block;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}

.round-button-container .button {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: left;
	width: 80%;
	margin: 15px 10%;
	padding: 15px 12px;
	border-radius: 8px;
	cursor: pointer;
	text-decoration: none;
	color: #fff;
	font-size: 1.2em;
	font-family: 'Trade Gothic W01 Bold 2';
}

.round-button-container .button strong {
	font-weight: normal;
}

.round-button-container .white-button {
	/* border: 1px solid #222; */
	background: #fff;
	background: rgba(255,255,255,.975);
	color: #222;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

.round-button-container .white-button strong {
	color: #900;
}

.round-button-container .button .icon {
	display: inline-block;
	float: left;
	font-size: 1.6em;
	margin: 0 6px 0 0;
	width: 24px;
	text-align: center;
	padding: 4px 0 0 0;
}

.simple-responsive-cards {
	padding: 40px 0 50px;
}

.simple-responsive-cards h2 {
	text-align: center;
	margin: 0 0 10px
}

/* slick slider custom */

.slick-slider {
	padding-bottom: 60px;
	overflow: hidden;
}

.slick-slider .slick-dots {
	position: absolute;
	bottom: 0;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
	top: 42%;
	width: auto;
	height: auto;
}

.slick-slider .slick-prev:before,
.slick-slider .slick-next:before {
	color: #444;
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 50px;
}

.slick-slider .slick-prev:before {
	content: "\f104";
}

.slick-slider .slick-next:before {
	content: "\f105";
}

.slick-slide {
	text-align: center;
}

.slick-slide a {
	text-decoration: none;
	color: #555;
	display: block;
	outline: 0 none;
}

.slick-slide a:focus {
	outline: 2px solid #900;
}

.slick-slide img {
	display: inline-block;
	max-width: 210px;
	width: 90%;
	margin: 20px auto 10px;
	float: none;
}

.slick-slide .label {
	width: 90%;
	margin: 0 5%;
	font-family:'Trade Gothic Next W01';
	font-weight: normal;
	font-size: 1.4em;
}

/* Alert message customizations */

.close-alert-message {
	display: none !important;
}

/* News RSS */

.rss-news-items,
.rss-news-items_item {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 2px 0;
	clear: both;
}

.rss-news-items_item_link {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 25px 0;
	line-height: 21px;
	clear: both;
	float: left;
}

.rss_news_items--home .rss-news-items_item_link {
	padding: 10px 0;
}

.rss-news-items_item + .rss-news-items_item {
	border-top: 1px solid #bebebe;
}

.rss-news-items_item_link_date,
.rss-news-items_item_link_title {
	font-size: 15px;
}

.rss-news-items_item_link_date {
	display: inline-block;
	font-family: Effra W01 Bold, 'Trade Gothic W01 Bold 2', Arial;
	margin: 5px 10px 0 0;
	color: #000;
}

.rss-news-items_item_link_title {
	display: block;
	font-size: 20px;
	font-family: 'Effra', 'Effra', 'Effra W01 Bold', 'Trade Gothic W01 Bold 2', Arial;
	font-weight: normal;
	text-transform: uppercase;
}

.rss_news_items--home .rss-news-items_item_link_date,
.rss_news_items--home .rss-news-items_item_link_title {
	display: inline-block;
	float: left;
	font-size: 15px;
	line-height: 1;
	margin: 0;
}

.rss_news_items--home .rss-news-items_item_link_date {
	margin-right: 10px;
}

.rss_news_items--home .rss-news-items_item_link_title {
	font-family: 'Effra', 'Effra', 'Effra W01 Regular', 'Trade Gothic W01 Bold 2', Arial;
	text-transform: none;
}

.rss-news-items_item_link_thumb {
    display: inline-block;
    float: left;
    width: 100px;
    height: 100px;
    background-size: cover;
    margin: 0 15px 0 0;
    background-image: url(https://www.stonybrook.edu/commcms/_resources/images/newsicon.jpg);
}

@media only screen and (min-width: 0px) and (max-width: 960px) {

	.navWrap {
		cursor: pointer;
	}

	.navWrap:hover {
		background-color: #a00;
	}

	.navWrap > ul {
		width: 100%;
	}

	.navWrap > ul > li {
		width: 100%;
		display: block;
		border-bottom: 1px solid #800;
		height: auto !important;
		position: relative;
		z-index: 1000;
	}

	.navWrap > ul > li > a {
		text-align: left;
	}

	.navWrap ul li ul {
		position: relative !important;
		display: block !important;
		width: 100% !important;
		height: auto !important;
		box-shadow: none !important;
		border: 0 none !important;
		max-height: 800px !important;
	}

	.navWrap > ul > li:last-child {
		border-right: 0 none !important;
	}

	.navWrap ul li ul li {
		border: 0 none !important;
		border-top: 1px solid #770000 !important;
	}

	.navWrap ul li ul li a {
		background-color: #990000 !important;
		padding: 9px 3px 9px 22px !important;
	}

	.navWrap ul li ul li a:before {
		content: "\f005";
		margin-right: 10px;
		font-family: FontAwesome;
		font-size: 8px;
		color: #fff;
	}

	div.navWrap {
		position: relative;
	}

	/* div.navWrap:after */
	div.navWrap .main-nav-trigger {
		content: "\f0c9";
		float: left;
		padding-top: 3px;
		font-family: FontAwesome;
		font-size: 24px;
		color: #fff;
		text-shadow: 0 1px 0 #500;
		padding-left: 0;
		padding-right: 3%;
		padding-bottom: 8px;
		height: 33px;
		background: #900;
		bottom: 0;
		width: 97%;
		text-align: right;
		display: block;
		z-index: 100;
		position: relative;
		z-index: 0;
	}

	div.navWrap .main-nav-trigger .fa {
		font-size: 26px;
	}

	div.navWrap .main-nav-trigger .fa-bars:before {
		padding: 0 3px 0 0;
	}

	div.navWrap .main-nav-trigger .fa-bars:after {
		content: "MENU";
		display: block;
		font-size: 10.5px;
	}

	div.navWrap .main-nav-trigger .fa-close {
		padding: 4px 0 0 0;
	}

	div.navWrap .main-nav-trigger .fa-close:before {
		padding: 0 4px 0 0;
	}

	.hide-accessible-mobile-960 {
		position: absolute !important;
		top: -99999px !important;
		left: -99999px !important;
		bottom: -99999px !important;
		right: -99999px !important;
		width: 2000px;
		height: 2000px;
	}

	.searchWrap {
		background: #fff;
	}

	.searchWrap .search-sb {
		margin: 0 auto;
		position: relative;
		top: auto;
		right: auto;
		border-radius: 0 0 10px 10px;
		width: 116px;
		font-size: 13px;
	}

	form.form-search {
		margin: 0 auto;
		float: none;
	}

	table.mobile-vertical-table {
		display: block;
	}

	table.mobile-vertical-table td {
		display: block;
		width: 80%;
		margin: 0 10%;
		text-align: center;
	}

	table.mobile-vertical-table td ul {
		padding: 0;
	}

	table.responsive td {
		display: block;
		width: 100% !important;
		clear: both;
	}
}


@media only screen and (min-width: 0px) and (max-width: 620px) {

	.cards .card,
	.cards .card:last-child {
		display: block;
		float: none;
		margin: 0 auto 30px;
		text-align: center;
	}

}


@media only screen and (min-width: 621px) and (max-width: 960px) {

	.cards .card,
	.cards .card:last-child {
		display: block;
		float: left;
		margin: 0 5% 30px;
		width: 40%;
		text-align: center;
		box-sizing: border-box;
	}

}

@media only screen and (min-width: 761px) and (max-width: 960px) {

	.cards .square-card,
	.cards .square-card:nth-child(n) {
		width: 22.5%;
		margin: 0 1% 20px;
	}

	.cards .square-card:first-child,
	.cards .square-card:nth-child(4n-3) {
		margin-left: 2%;
	}

	.cards .square-card:last-child,
	.cards .square-card:nth-child(4n) {
		margin-right: 2%;
	}

}

@media only screen and (min-width: 601px) and (max-width: 760px) {

	.cards .square-card,
	.cards .square-card:nth-child(n) {
		width: 35%;
		margin: 0 3% 40px;
		height: 250px;
	}

	.cards .square-card:nth-child(even) {
		margin-right: 12%;
	}

	.cards .square-card:nth-child(odd) {
		margin-left: 12%;
	}

}

@media only screen and (min-width: 461px) and (max-width: 600px) {

	.cards .square-card,
	.cards .square-card:nth-child(n) {
		width: 41%;
		margin: 0 3% 30px;
		height: 232px;
	}

	.cards .square-card:nth-child(even) {
		margin-right: 6%;
	}

	.cards .square-card:nth-child(odd) {
		margin-left: 6%;
	}

}

@media only screen and (max-width: 460px) {

	.cards .square-card,
	.cards .square-card:nth-child(n) {
		width: 60%;
		margin: 0 20% 20px;
		height: 262px;
	}

}

@media only screen and (max-width: 400px) {
	.cards .square-card,
	.cards .square-card:nth-child(n) {
		width: 80%;
		margin: 0 10% 20px;
		height: 262px;
	}

	h2.section-header {
		font-size: 1.8em;
		line-height: 1.3em;
	}

	h3.section-header {
		font-size: 1.6em;
		line-height: 1.2em;

		margin-top: 8px;
	}
}

@media only screen and (min-width: 400px) {

	h1.site-subtitle a,
	h1.site-subtitle a:hover,
	h2.site-subtitle a,
	h2.site-subtitle a:hover {
		padding: 12px 0 13px 13px;
		font-size: 16px;
	}

	header .tagline {
		font-size: 1.3em;
		padding: 0 0 20px 10px;
	}

	.auto-thermometer .current-raised {
		font-size: 1.5em;
	}

	.auto-thermometer .current-raised:before {
		left: -125px;
	}

	.auto-thermometer .goal-amount {
		font-size: 1.7em;
	}

	.col-6 {
		display: inline-block;
		float: left;
		width: 50%;
	}

	.col-6:nth-child(odd) {
		margin-left: 0;
		margin-right: 1%;
		width: 49%;
	}

	.col-6:nth-child(even) {
		margin-left: 1%;
		margin-right: 0;
		width: 49%;
	}

	.column-border > .col-6 {
		border-bottom: 1px solid #ddd;
	}

	.column-border > .col-6:nth-child(odd) {
		margin-left: 0;
		margin-right: 0;
		padding-right: 3%;
		width: 50%;
		border-right: 1px solid #ddd;
	}

	.column-border > .col-6:nth-child(even) {
		margin-left: 0;
		margin-right: 0;
		padding-left: 3%;
		width: 50%;
	}
	
	.column-border > .col-6:nth-child(5),
	.column-border > .col-6:last-child {
		border-bottom: 0 none;
	}
}

@media only screen and (min-width: 460px) {
	.auto-thermometer .current-raised {
		font-size: 1.6em;
	}

	.auto-thermometer .current-raised:before {
		left: -128px;
		top: 8px;
	}

	.auto-thermometer-container {
		padding-bottom: 50%;
	}

	.auto-thermometer .goal-amount {
		font-size: 1.9em;
		top: 55%;
	}

	.round-button-container .button {
		display: inline-block;
		font-size: 1.5em;
		width: 362px;
		margin: 10px 10px;
	}

	.round-button-container .button .icon {
		width: 34px;
	}
}

@media only screen and (min-width: 540px) {
	.auto-thermometer .current-raised {
		font-size: 1.8em;
	}

	.auto-thermometer .current-raised:before {
		left: -160px;
		top: 11px;
	}
}

@media only screen and (min-width: 560px) {

	#main .logo img {
		max-width: 80%;
		margin: 0 10%;
	}

	h1.site-subtitle a,
	h1.site-subtitle a:hover,
	h2.site-subtitle a,
	h2.site-subtitle a:hover {
		padding: 10px 0 10px 20px;
		font-size: 18px;
	}

	header .tagline {
		font-size: 1.35em;
		padding: 0 0 20px 15px;
	}

	.alpha-index a {
		width: 7.69%;
	}

	.social-sidebar {
		margin: 15px 0 10px;
		padding: 0;						
	}

	.social-sidebar a {
		width: 18%;
		margin: 0 1% 10px;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	#footer {
		background-position: -50% 50%;
	}

	.col-5 {
		display: inline-block;
		float: left;
		width: 50%;
	}

	.col-5:nth-child(odd) {
		margin-left: 0;
		margin-right: 1%;
		width: 49%;
	}

	.col-5:nth-child(even) {
		margin-left: 1%;
		margin-right: 0;
		width: 49%;
	}

	.column-border > .col-5 {
		border-bottom: 1px solid #ddd;
	}

	.column-border > .col-5:nth-child(odd) {
		margin-left: 0;
		margin-right: 0;
		padding-right: 3%;
		width: 50%;
		border-right: 1px solid #ddd;
	}

	.column-border > .col-5:nth-child(even) {
		margin-left: 0;
		margin-right: 0;
		padding-left: 3%;
		width: 50%;
	}

	.column-border > .col-5:last-child {
		border-bottom: 0 none;
	}

	.col-6 {
		display: inline-block;
		float: left;
		width: 33.333%;
	}

	.col-6:nth-child(3n-2) {
		margin-left: 0;
		margin-right: 0;
		width: 32.65%;
	}

	.col-6:nth-child(3n-1) {
		margin-left: 1%;
		margin-right: 0;
		width: 32.65%;
	}

	.col-6:nth-child(3n) {
		margin-left: 1%;
		margin-right: 0;
		width: 32.65%;
	}

	.column-border > .col-6:nth-child(3n-2) {
		margin-left: 0;
		margin-right: 0;
		padding-right: 3%;
		width: 33.333%;
		border-right: 1px solid #ddd;
	}

	.column-border > .col-6:nth-child(3n-1) {
		margin-left: 0;
		margin-right: 0;
		padding-left: 3%;
		padding-right: 3%;
		width: 33.333%;
		border-right: 1px solid #ddd;
	}

	.column-border > .col-6:nth-child(3n) {
		margin-left: 0;
		margin-right: 0;
		padding-left: 3%;
		width: 33.333%;
		border-right: 0 none;
	}

	.column-border > .col-6:nth-child(4),
	.column-border > .col-6:nth-child(5) {
		border-bottom: 0 none;
	}

	.auto-thermometer .current-raised {
		font-size: 2em;
		padding: 2.5% 3% 6% 3%;
	}

	.auto-thermometer .goal-amount {
		top: 56%;
		font-size: 2.2em;
	}

}

@media only screen and (min-width: 600px) {


	.auto-thermometer-container {
		padding-bottom: 300px;
		background: #900;
		background: rgba(125,0,0,.8);
		border: 1px solid #caa;
	}

	.auto-thermometer-fill {
		height: 160px;
		bottom: auto;
		top: 55px;
	}

	.auto-thermometer-message {
		font-size: 1.7em;
	}
}

@media only screen and (min-width: 640px) {
	.col-4 {
		display: inline-block;
		float: left;
		width: 50%;
	}

	.col-4:nth-child(odd) {
		margin-left: 0;
		margin-right: 1%;
		width: 49%;
	}

	.col-4:nth-child(even) {
		margin-right: 0;
		margin-left: 1%;
		width: 49%;
	}

	.column-border > .col-4 {
		border-bottom: 1px solid #ddd;
	}

	.column-border > .col-4:nth-child(odd) {
		margin-left: 0;
		margin-right: 0;
		padding-right: 3%;
		width: 50%;
		border-right: 1px solid #ddd;
	}

	.column-border > .col-4:nth-child(even) {
		margin-left: 0;
		margin-right: 0;
		padding-left: 3%;
		width: 50%;
	}

	.column-border > .col-4:nth-child(3),
	.column-border > .col-4:nth-child(4) {
		border-bottom: 0 none;
	}

	.col-5 {
		display: inline-block;
		float: left;
		width: 33.333%;
	}

	.col-5:nth-child(3n-2) {
		margin-left: 0;
		margin-right: 0;
		width: 32.65%;
	}

	.col-5:nth-child(3n-1) {
		margin-left: 1%;
		margin-right: 0;
		width: 32.65%;
	}

	.col-5:nth-child(3n) {
		margin-left: 1%;
		margin-right: 0;
		width: 32.65%;
	}

	.column-border > .col-5:nth-child(3n-2) {
		margin-left: 0;
		margin-right: 0;
		padding-right: 3%;
		width: 33.333%;
		border-right: 1px solid #ddd;
	}

	.column-border > .col-5:nth-child(3n-1) {
		margin-left: 0;
		margin-right: 0;
		padding-left: 3%;
		padding-right: 3%;
		width: 33.333%;
		border-right: 1px solid #ddd;
	}

	.column-border > .col-5:nth-child(3n) {
		margin-left: 0;
		margin-right: 0;
		padding-left: 3%;
		width: 33.333%;
		border-right: 0 none;
	}

	.column-border > .col-5:nth-child(4) {
		border-bottom: 0 none;
	}

	.col-6 {
		display: inline-block;
		float: left;
		width: 25%;
	}

	.col-6:nth-child(4n-3) {
		margin-left: 0;
		margin-right: 0;
		width: 24.25%;
	}

	.col-6:nth-child(4n-2) {
		margin-left: 1%;
		margin-right: 0;
		width: 24.25%;
	}

	.col-6:nth-child(4n-1) {
		margin-left: 1%;
		margin-right: 0;
		width: 24.25%;
	}

	.col-6:nth-child(4n) {
		margin-left: 1%;
		margin-right: 0;
		width: 24.25%;
	}

	.column-border > .col-6:nth-child(4n-3) {
		margin-left: 0;
		margin-right: 0;
		width: 25%;
	}

	.column-border > .col-6:nth-child(4n-2) {
		margin-left: 0;
		margin-right: 0;
		width: 25%;
	}

	.column-border > .col-6:nth-child(4n-1) {
		margin-left: 0;
		margin-right: 0;
		width: 25%;
		border-right: 1px solid #ddd;
	}

	.column-border > .col-6:nth-child(4n) {
		margin-left: 0;
		margin-right: 0;
		width: 25%;
		border-bottom: 1px solid #ddd;
		border-right: 0 none;
	}

	.responsive-splash-header-1 .text-wrap {
		width: 96%;
		max-width: 1024px;
		margin: 0 auto;
		text-align: center;
		padding: 2%;
	}

	h2.section-header {
		font-size: 2em;
		line-height: 1.3em;

	}

	h3.section-header {
		font-size: 1.7em;
		line-height: 1.3em;
	}

	.responsive-splash-header-1 h3 {
		width: 100%;
		margin: 1.5% 0 0;
	}
}

@media only screen and (min-width: 768px) {

	#footer {
		background-position: -15% 50%;
		background-size: 60%;
	}

	.maincontent-twocol-left,
	.maincontent-twocol-right {
		display: inline-block;
		width: 50%;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.maincontent-twocol-left {
		padding-right: 15px;
	}

	.maincontent-twocol-right {
		padding-left: 15px;
	}

	input[type="text"]#live-filter-search {
		width: 260px;
	}

	.light-grey-table th:last-child,
	.light-grey-table td:last-child {
		border-right: 0 none;
	}

	/* columns */

	.col-2,
	.col-3 {
		display: inline-block;
		float: left;
		width: 50%;
	}

	.col-2:nth-child(odd),
	.col-3:nth-child(odd) {
		margin-left: 0;
		margin-right: 1%;
		width: 49%;
	}

	.col-2:nth-child(even),
	.col-3:nth-child(even) {
		margin-right: 0;
		margin-left: 1%;
		width: 49%;
	}

	.column-border > .col-3 {
		border-bottom: 1px solid #ddd;
	}

	.column-border > .col-2:nth-child(odd),
	.column-border > .col-3:nth-child(odd) {
		margin-left: 0;
		margin-right: 0;
		padding-right: 3%;
		width: 50%;
		border-right: 1px solid #ddd;

		border-bottom: 0 none;
	}

	.column-border > .col-2:nth-child(even),
	.column-border > .col-3:nth-child(even) {
		margin-left: 0;
		margin-right: 0;
		padding-left: 3%;
		width: 50%;

		border-bottom: 0 none;
	}

	.column-border > .col-3:last-child {
		border-bottom: 0 none;
	}

	.col-4 {
		display: inline-block;
		float: left;
		width: 33.333%;
	}

	.col-4:nth-child(3n-2) {
		margin-left: 0;
		margin-right: 0;
		width: 32.65%;
	}

	.col-4:nth-child(3n-1) {
		margin-left: 1%;
		margin-right: 0;
		width: 32.65%;
	}

	.col-4:nth-child(3n) {
		margin-left: 1%;
		margin-right: 0;
		width: 32.65%;
	}

	.column-border > .col-4:nth-child(3n-2) {
		margin-left: 0;
		margin-right: 0;
		padding-right: 3%;
		width: 33.333%;
		border-right: 1px solid #ddd;
	}

	.column-border > .col-4:nth-child(3n-1) {
		margin-left: 0;
		margin-right: 0;
		padding-left: 3%;
		padding-right: 3%;
		width: 33.333%;
		border-right: 1px solid #ddd;
	}

	.column-border > .col-4:nth-child(3n) {
		margin-left: 0;
		margin-right: 0;
		padding-left: 3%;
		width: 33.333%;
		border-right: 0 none;
		border-bottom: 1px solid #ddd;
	}

	.col-5 {
		display: inline-block;
		float: left;
		width: 25%;
	}

	.col-5:nth-child(4n-3) {
		margin-left: 0;
		margin-right: 0;
		width: 24.25%;
	}

	.col-5:nth-child(4n-2) {
		margin-left: 1%;
		margin-right: 0;
		width: 24.25%;
	}

	.col-5:nth-child(4n-1) {
		margin-left: 1%;
		margin-right: 0;
		width: 24.25%;
	}

	.col-5:nth-child(4n) {
		margin-left: 1%;
		margin-right: 0;
		width: 24.25%;
	}

	.column-border > .col-5:nth-child(4n-3) {
		margin-left: 0;
		margin-right: 0;
		width: 25%;
	}

	.column-border > .col-5:nth-child(4n-2) {
		margin-left: 0;
		margin-right: 0;
		width: 25%;
	}

	.column-border > .col-5:nth-child(4n-1) {
		margin-left: 0;
		margin-right: 0;
		width: 25%;
		border-right: 1px solid #ddd;
	}

	.column-border > .col-5:nth-child(4n) {
		margin-left: 0;
		margin-right: 0;
		width: 25%;
		border-bottom: 1px solid #ddd;
		border-right: 0 none;
	}

	.col-6 {
		display: inline-block;
		float: left;
		width: 20%;
	}

	.col-6:nth-child(5n-4) {
		margin-left: 0;
		margin-right: 0;
		width: 19.2%;
	}

	.col-6:nth-child(5n-3) {
		margin-left: 1%;
		margin-right: 0;
		width: 19.2%;
	}

	.col-6:nth-child(5n-2) {
		margin-left: 1%;
		margin-right: 0;
		width: 19.2%;
	}

	.col-6:nth-child(5n-1) {
		margin-left: 1%;
		margin-right: 0;
		width: 19.2%;
	}

	.col-6:nth-child(5n) {
		margin-left: 1%;
		margin-right: 0;
		width: 19.2%;
	}

	.column-border > .col-6:nth-child(n) {
		border-bottom: 0 none;
	}

	.column-border > .col-6:nth-child(5n-4) {
		margin-left: 0;
		margin-right: 0;
		width: 20%;
	}

	.column-border > .col-6:nth-child(5n-3) {
		margin-left: 0;
		margin-right: 0;
		width: 20%;
	}

	.column-border > .col-6:nth-child(5n-2) {
		margin-left: 0;
		margin-right: 0;
		width: 20%;
	}

	.column-border > .col-6:nth-child(5n-1) {
		margin-left: 0;
		margin-right: 0;
		width: 20%;
		border-right: 1px solid #ddd;
	}

	.column-border > .col-6:nth-child(5n) {
		margin-left: 0;
		margin-right: 0;
		width: 20%;
		border-right: 0 none;
	}

	.round-button-container .button {
		display: inline-block;
		font-size: 1.2em;
		width: 288px;
		margin: 10px 10px;
	}

}

@media only screen and (min-width: 961px) {

	div.navWrap {
		height: auto !important;

	}

	.banner-image-wrapper img {
		width: 960px;
	}

	h1.site-subtitle,
	h2.site-subtitle {
		line-height: 2.8em;
	}

	h1.site-subtitle a,
	h2.site-subtitle a {
		display: block;
		margin: 0;
		position: relative;
		z-index: 10;
		padding: 0;
	}

	h1.site-subtitle a,
	h1.site-subtitle a:hover,
	h2.site-subtitle a,
	h2.site-subtitle a:hover {
		position: relative;
		display: block;
		color: #fff;
		top: auto;
		left: auto;
		padding: 10px 0 13px 4px;
		width: auto;
		max-width: 960px;
		font-size: 25px;
		height: auto;
		margin: 0 auto;
		letter-spacing: 0;
		font-weight: 100;
		font-family: 'CenturyExpandedLTW01-Ro';
	}

	.subhead-wrapper > a:nth-child(1) {
		display: inline-block;
	}

	.subhead-wrapper {
		display: block;
		width: 960px;
		margin: 0 auto;
	}

	h1.site-subtitle .subhead-wrapper a,
	h1.site-subtitle .subhead-wrapper a:hover,
	h2.site-subtitle .subhead-wrapper a,
	h2.site-subtitle .subhead-wrapper a:hover {
		display: inline-block;
		margin: 0;
		line-height: 1;

		padding: 0;
	}

	h1.site-subtitle .subhead-wrapper a:nth-child(2),
	h2.site-subtitle .subhead-wrapper a:nth-child(2) {
		margin: 0 0 0 12px;
		padding: 0 0 0 15px;
		border-left: 1px solid #eee;
		font-family: 'CenturyExpandedLTW01-It';
		font-weight: 400;

	}

	h1.site-subtitle .subhead-wrapper,
	h2.site-subtitle .subhead-wrapper {
		padding: 18px 0 8px;
	}



	.logo-wrapper {
		position: relative;
	}

	header .tagline {
		display: block;
		position: absolute;
		bottom: 13px;
		right: 0;
		padding: 0;
		font-size: 1.3em;
	}

	div.navWrap > ul {
		display: block !important;

		height: auto;
	}

	#main .logo {
		float: left;
		width: auto;
		display: inline-block;
	}

	#main h1.site-name {
		float: left;
		width: auto;
		display: inline-block;
		padding: 0;

		margin: 16px 0 8px 0;
	}

	#main h1.site-name a {
		font-size: 26px;
		width: 585px;
		text-align: left;
		margin: 7px 0 0;
		border-left: 1px solid #333;
		padding: 0 0 0 16px;

		line-height: 1;
	}

	#main .logo {
		width: 262px;
	}

	#main .logo img {
		border: 0 none;
		display: block;
		max-width: 100%;
		width: 100%;
		height: auto;
		padding: 1px 14px 0 0;
		margin: 0;
	}

	.inside-section-banner {
		text-align: left;

	}

	.inside-section-banner h3 {
		padding: 25px 3px;
		font-size: 1.75em;
		letter-spacing: 0.15em;
		word-spacing: 0.2em;
		max-width: 960px;
		margin: 0 auto;
	}

	.alpha-index a {
		width: 3.845%;
		padding: 10px 0;
		font-size: .9rem;
	}

	.social-sidebar {
		display: block;
		position: fixed;
		right: 0;
		top: 220px;
		z-index: 100001;
		padding: 15px 14px 4px 16px;
		background: #000;
		border-radius: 17px 0 0 17px;
		border: 2px solid #fff;
		border-right: 0 none;
		box-shadow: 0 0 5px #333;
	}

	.social-sidebar a {
		width: 40px;
		height: 40px;
		float: none;
		padding: 5px;
		border-radius: 30px;
		margin: 0 0 14px;
		padding: 7px 5px 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.social-sidebar a.print {
		display: block;
	}

	#footer {
		background-position: -5% 50%;
		background-size: 50%;
		margin-bottom: 0;
	}

	#footer .site-addr-info span {
		display: inline-block;
		padding: 0 6px 0 8px;
		line-height: 1.7em;
	}

	#footer .site-addr-info span + span {
		border-left: 1px solid #333;
	}

	/* Floating Banner */

	.floating-banner-right {
		position: fixed;
		top: 134px;
		right: -15px;
	}

	.floating-banner-right:hover {
		right: 5px;
	}

	.floating-banner-left {
		position: fixed;
		top: 134px;
		left: -15px;
	}

	.floating-banner-left:hover {
		left: 5px;
	}

	.floating-banner-top-right {
		display: block;
		position: fixed;
		top: 0;
		right: 2%;
	}

	.col-3 {
		display: inline-block;
		float: left;
		width: 33.333%;
	}

	.col-3:nth-child(3n-2) {
		margin-left: 0;
		margin-right: 0;
		width: 32.65%;
	}

	.col-3:nth-child(3n-1) {
		margin-left: 1%;
		margin-right: 0;
		width: 32.65%;
	}

	.col-3:nth-child(3n) {
		margin-left: 1%;
		margin-right: 0;
		width: 32.65%;
	}

	.column-border > .col-3:nth-child(3n-2) {
		margin-left: 0;
		margin-right: 0;
		padding-right: 3%;
		width: 33.333%;
		border-bottom: 0 none;
	}

	.column-border > .col-3:nth-child(3n-1) {
		margin-left: 0;
		margin-right: 0;
		padding-left: 3%;
		padding-right: 3%;
		width: 33.333%;
		border-right: 1px solid #ddd;
		border-bottom: 0 none;
	}

	.column-border > .col-3:nth-child(3n) {
		margin-left: 0;
		margin-right: 0;
		padding-left: 3%;
		width: 33.333%;
		border-right: 0 none;
	}

	.col-4 {
		display: inline-block;
		float: left;
		width: 25%;
	}

	.col-4:nth-child(4n-3) {
		margin-left: 0;
		margin-right: 0;
		width: 24.25%;
	}

	.col-4:nth-child(4n-2) {
		margin-left: 1%;
		margin-right: 0;
		width: 24.25%;
	}

	.col-4:nth-child(4n-1) {
		margin-left: 1%;
		margin-right: 0;
		width: 24.25%;
	}

	.col-4:nth-child(4n) {
		margin-left: 1%;
		margin-right: 0;
		width: 24.25%;
	}

	.column-border > .col-4:nth-child(n) {
		border-bottom: 0 none;
	}

	.column-border > .col-4:nth-child(4n-3) {
		margin-left: 0;
		margin-right: 0;
		width: 25%;
	}

	.column-border > .col-4:nth-child(4n-2) {
		margin-left: 0;
		margin-right: 0;
		width: 25%;
	}

	.column-border > .col-4:nth-child(4n-1) {
		margin-left: 0;
		margin-right: 0;
		width: 25%;
		border-right: 1px solid #ddd;
	}

	.column-border > .col-4:nth-child(4n) {
		margin-left: 0;
		margin-right: 0;
		width: 25%;
		border-right: 0 none;
	}

	.col-5 {
		display: inline-block;
		float: left;
		width: 20%;
	}

	.col-5:nth-child(5n-4) {
		margin-left: 0;
		margin-right: 0;
		width: 19.2%;
	}

	.col-5:nth-child(5n-3) {
		margin-left: 1%;
		margin-right: 0;
		width: 19.2%;
	}

	.col-5:nth-child(5n-2) {
		margin-left: 1%;
		margin-right: 0;
		width: 19.2%;
	}

	.col-5:nth-child(5n-1) {
		margin-left: 1%;
		margin-right: 0;
		width: 19.2%;
	}

	.col-5:nth-child(5n) {
		margin-left: 1%;
		margin-right: 0;
		width: 19.2%;
	}

	.column-border > .col-5:nth-child(n) {
		border-bottom: 0 none;
	}

	.column-border > .col-5:nth-child(5n-4) {
		margin-left: 0;
		margin-right: 0;
		width: 20%;
	}

	.column-border > .col-5:nth-child(5n-3) {
		margin-left: 0;
		margin-right: 0;
		width: 20%;
	}

	.column-border > .col-5:nth-child(5n-2) {
		margin-left: 0;
		margin-right: 0;
		width: 20%;
	}

	.column-border > .col-5:nth-child(5n-1) {
		margin-left: 0;
		margin-right: 0;
		width: 20%;
		border-right: 1px solid #ddd;
	}

	.column-border > .col-5:nth-child(5n) {
		margin-left: 0;
		margin-right: 0;
		width: 20%;
		border-right: 0 none;
	}

	.col-6 {
		display: inline-block;
		float: left;
		width: 16.66%;
	}

	.col-6:nth-child(6n-5) {
		margin-left: 0;
		margin-right: 0;
		width: 16.66%;
	}

	.col-6:nth-child(6n-4) {
		margin-left: .8%;
		margin-right: 0;
		width: 15.86%;
	}

	.col-6:nth-child(6n-3) {
		margin-left: .8%;
		margin-right: 0;
		width: 15.86%;
	}

	.col-6:nth-child(6n-2) {
		margin-left: .8%;
		margin-right: 0;
		width: 15.86%;
	}

	.col-6:nth-child(6n-1) {
		margin-left: .8%;
		margin-right: 0;
		width: 15.86%;
	}

	.col-6:nth-child(6n) {
		margin-left: .8%;
		margin-right: 0;
		width: 15.86%;
	}

	.column-border > .col-6:nth-child(n) {
		border-bottom: 0 none;
		padding-left: 2%;
		padding-right: 2%;
	}

	.column-border > .col-6:nth-child(6n-5) {
		margin-left: 0;
		margin-right: 0;
		width: 16.66%;
	}

	.column-border > .col-6:nth-child(6n-4) {
		margin-left: 0;
		margin-right: 0;
		width: 16.66%;
	}

	.column-border > .col-6:nth-child(6n-3) {
		margin-left: 0;
		margin-right: 0;
		width: 16.66%;
	}

	.column-border > .col-6:nth-child(6n-2) {
		margin-left: 0;
		margin-right: 0;
		width: 16.66%;
	}

	.column-border > .col-6:nth-child(6n-1) {
		margin-left: 0;
		margin-right: 0;
		width: 16.66%;
		border-right: 1px solid #ddd;
	}

	.column-border > .col-6:nth-child(6n) {
		margin-left: 0;
		margin-right: 0;
		width: 16.66%;
		border-right: 0 none;
	}

	.responsive-splash-header-1 .text-wrap {
		width: 96%;
		max-width: 1024px;
		margin: 0 auto;
		text-align: center;
		padding: 18px 2%;
	}

	h3.section-header {
		font-size: 1.8em;
		line-height: 1.3em;
	}

	.responsive-splash-header-1 h3 {
		margin: 8px 0 0;
		width: 100%;
	}

	.slick-slider  {
		overflow: visible;
	}

}
.acc-open-button::after {
    content: "\2212";
    color: #990000;
    font-weight: bold;
    float: right;
    font-family: "Effra", "Effra W01";
    font-size: 35px;
    margin-right: 15px;
}
.acc-open-button.active::after {
    content: "\002b";
}