hr.clearer {
	height: 0px !important;
	display: block !important;
	clear: both !important;
	margin: 0 !important;
	visibility: hidden !important;
}
.block {
	display: block;
}
.inline_block {
	display: inline-block;
}
.block_center {
	margin-left: auto;
	margin-right: auto;
}
.col {
	display: inline-block;
	vertical-align: top;
}
.mid {
	vertical-align: -5px;
}
.row {
	clear: both;
}
.padded {
	padding: 5px;
}
.clickable, [onclick^="toggle("] {
	cursor: pointer;
}
.uncollapseMargin {
	padding: 1px;
	margin: -1px;
}
#content .contentArea .column {
	padding: 5px;/* width: 10%; */
}
#content .contentArea .column_container {
	width: 100%;
}

.table {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.table.flexLayout {
	table-layout: auto;
}
.table.styled {
	border: solid 1px #ccc;
}
.table.styled .td {
	padding: 1rem;
}
.table.styled .tr.head .td {
	padding: 1.5rem 1rem 1rem 1rem;
}
.table.styled .td :first-child {
	padding-top: 0;
	margin-top: 0;
}
.table.styled .td :last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
.table.styled .tr:nth-child(2n+1) {
	background: #e4ebf2;
}
.table.hover_row .tr:hover {
	background-color: #e5eaef;
	background-color: rgba(50, 88, 133, 0.1);
}
.table.bordered .td {
	border: solid 1px #333;
}
.table.padded {
	padding: initial;
}
.table.padded .td {
	padding: 4px;
}
.table.padded8 .td {
	padding: 8px;
}
.table.spacedHorizontal {
	border-spacing: 4px 0px !important;
	border-collapse: separate !important;
}
.table.spacedVertical {
	border-spacing: 4px 0px !important;
	border-collapse: separate !important;
}
.table.spaced {
	border-spacing: 4px !important;
	border-collapse: separate !important;
}
.tr {
	display: table-row;
	table-layout: fixed;
}
.td {
	display: table-cell;
	vertical-align: top;
}
.tr.head .td {
	background: #369;
}
.tr.head .td, .tr.head .td * {
	background: #369;
	color: #fff;
	padding: 0px;
	margin: 0px;
	font-size: 2rem;
}

.table.styled .td small{
	display:block;
	font-size:1rem !important;
	margin-top: -1rem !important;
}
.table .tr > p.td {
	margin: 0px 4px !important;/* line-height: 200% !important; */
}
/* overflow fix for tables */
.table_fix {
	max-width: 100%;
	overflow: auto;
	border: solid 1px #000;
}
.table_fix td {
	min-width: 14rem;
}
/* end overflow fix for tables */
.hover {
	display: none !important;
}
*:hover > .hover {
	display: block !important;
}
.dropDown {
	position: absolute;
	z-index: 100;
}
.hidden, .live_hidden {
	display: none !important;
}
.active .active-show {
	display: block;
}
.active .active-hidden {
	display: none;
}
.active-show {
	display: none;
}
.t_show, .m_show {
	display: none !important;
}
.important {
	color: #c22;
}
.invisible {
	visibility: hidden;
}
.transparent {
	opacity: 0;
}
.text_columns {
	-webkit-columns: auto 2;
	-moz-columns: auto 2;
	columns: auto 2;
}
.text_3columns {
	-webkit-columns: auto 3;
	-moz-columns: auto 3;
	columns: auto 3;
}
.text_4columns {
	-webkit-columns: auto 4;
	-moz-columns: auto 4;
	columns: auto 4;
}
.text_columns p {
	margin-top: 0px !important;
}
.td > .blue_button:first-child, .td > .red_button:first-child {
	display: block;
	text-align: center;
}
.content_note {
	font-size: 11px;
	font-style: italic;
}
.column_container {
	display: table;
}
.column_container .table_header {
	display: table-header-group;
}
.column_container .column {
	display: table-cell;
	vertical-align: top;
}
.dropshadow {
	box-shadow: 0px 2px 5px -1px #000;
}
ul.reset {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ol.lower_alpha {
	list-style-type: lower-alpha;
}
.bg_image_contain{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}
.bg_image_cover{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.parallax {
	position: absolute;
}
/*------ White Button ------*/
.white_button {
	padding: 2px 8px;
	background: #fff;
	color: #205698 !important;
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.5);
	border: solid 1px #205698;
	text-shadow: none;
	display: inline-block;
	font-weight: 400;
	/* border-radius: 50px; */
	text-align: center;
	position: relative;
}
.white_button:hover {
	text-decoration: none;
	box-shadow: 4px 4px 0px 0px rgba(0,0,0,0.5);
	top: 1px;
	left: 1px;
}
.white_button:active {
	text-decoration: none;
	box-shadow: 2px 2px 0px 0px rgba(0,0,0,0.5);
	top: 3px;
	left: 3px;
}
.submit_button {
	font-size: 1.6rem;
	border: none;
	background: #369;
	color: #fff;
	padding: 1rem 2rem;
	text-shadow: 1px 1px 0px #000;
	border-radius: 1px;
	text-align: center;
	line-height: 2rem;
}
.submit_button:hover {
	background: #58b;
	text-decoration: none;
}
/*----- legacy buttons -----*/
.submit_button.big, .blue_button.big, .red_button.big {
	font-size: 2rem;
	padding: 2.5rem 1rem;
}
p .blue_button, p .red_button, p .give_button {
	padding: 5px 10px;
}
.blue_button, .red_button, .give_button {
	display: inline-block;
	padding: 10px;
	color: #FFF !important;
	box-shadow: 0px 9px 10px -10px #000;
	margin-bottom: 6px;
	text-decoration: none;
	font-size: 1.5rem;
	border: none;
	border-bottom: none !important;
}
.blue_button {
	border-radius: 20px;
	background: hsla(210,44%,42%,1);
}
.red_button {
	border-radius: 20px;
	background: #b33f32;
}
.give_button {
	background: #003689;
	border: solid 1px #FFF !important;
	outline: solid 1px #003689;
	text-align: center;
	padding: 1rem;
	font-size: 2rem;
	line-height: 2rem;
}
.give_button:first-line {
	font-size: 1.5rem !important;
}
.moreInfo_button {
	display: inline-block;
	padding: 3px;
	height: 18px;
	width: 18px;
	border-radius: 12px;
	background: #CCC;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	vertical-align: bottom;
}
.blue_button.thin, .red_button.thin, .give_button.thin {
	padding: 4px 10px !important;
	border-radius: 50px;
}
#rightBanner .blue_button, #rightBanner .red_button, #rightBanner .give_button {
	padding: 10px;
	line-height: 18px;
	margin-bottom: 6px;
	display: block;
	text-align: center;
}
#leftNavigation .blue_button, #leftNavigation .red_button, #leftNavigation .give_button {
	width: 100%;
	text-align: center;
}
.blue_button:hover, .red_button:hover, .give_button:hover {
	text-decoration: none;
	opacity: 0.9;
}
#leftNavigation .submit_button {
	padding: 1rem .5rem;
	width: 100%;
	display: block;
}
.iframeContainer {
	margin: 0px auto 20px;
}
.iframeContainer.full {
	position: relative;
	width: 100%;
}
.autoSize-9x16 {
	position: relative;
	width: 100%;
	padding-bottom: 57%;
	height: 0px;
}
.iframeContainer iframe {
	width: 100%;
	float: left;
	height: 100%;
	position: absolute;
	left: 0px;
}
.ajax_waitLoad {
	display: none;
}
/*--- Social Media Icons ---*/

.social a {
	margin: 1rem;
}
.social svg * {
	transition: 0.2s;
}
.social svg:hover circle {
	r: 30;
}

#loading {
	width: 100%;
	max-width: 160px;
	position: relative;
	padding: 30px 40px 10px;
	margin: 0px auto;
	height: 120px;
	/* top: 40%; */
	/* transform: translateY(-50%); */
	background: rgb(255, 255, 255);
	box-shadow: 0px 2px 3px #666, 0px 0px 1px #000;
	border-radius: 2rem;
}
#loading img {
	margin: 0px auto;
	display: block;
	width: 30px;
	height: 30px;
	-webkit-animation: rotation 0.7s infinite steps(12);
	animation: rotation 0.7s infinite steps(12);
}
#loading span {
	margin: 20% auto;
	display: block;
	text-align: center;
	font-size: 1.6rem;
}
@-webkit-keyframes rotation {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
to {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}
/* ------ Loading Wheel -------- */
.loading_wheel {
	min-width: 4rem;
	min-height: 4rem;
	margin: 0 auto;
	background: url(/_res/img/utility/loading_wheel.gif) no-repeat;
	background-position: center center;
	background-size: contain;
}
/* ------ Full screen Loading Overlay -------- */
div#loading_overlay {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	z-index: 2000;
	background: rgba(255,255,255,0.5);
}
#loading_overlay .loading_wheel {
	width: 100%;
	max-width: 160px;
	position: relative;
	padding: 30px 40px 10px;
	margin: 0px auto;
	height: 110px;
	top: 40%;
	transform: translateY(-50%);
	background: #fff;
}
#loading_overlay img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px;
	display: block;
	width: 30px;
	height: 30px;
	-webkit-animation: load_rotation 0.7s infinite steps(12);
	animation: load_rotation 0.7s infinite steps(12);
}
#loading_overlay span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 25px -25px;
	display: block;
	width: 50px;
	height: 30px;
}
@-webkit-keyframes load_rotation {
 from {
 -webkit-transform: rotate(0deg);
 transform: rotate(0deg);
}
to {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg);
}
}















@media (min-width:851px) and (max-width: 1120px) {
	#rightBanner .blue_button,  #rightBanner .red_button {
		min-width: 100%;
		padding: 10px 3px;
	}
	.t_noFloat{
		float:none !important;
		display:block;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.text_columns {
		-webkit-columns: auto 1;
		-moz-columns: auto 1;
		columns: auto 1;
	}
	.text_4columns, .text_3columns {
		-webkit-columns: auto 2;
		-moz-columns: auto 2;
		columns: auto 2;
	}
	
/*----UTILITY----*/
	.t_hidden {
		display: none !important;
	}
	.t_show {
		display: block;
	}
	.t_show.inline {
		display: inline-block !important;
	}
	.iframeContainer {
		width: 90% !important;
	}


}

@media (max-width:850px) {
	.m_noFloat,.t_noFloat{
		float:none !important;
		display:block;
		margin-left: auto !important;
		margin-right: auto !important;
	}
	.text_columns, .text_3columns, .text_4columns {
		-webkit-columns: auto 1;
		-moz-columns: auto 1;
		columns: auto 1;
	}
	
	:not(.stay_table) .tr {
		display: block;
		margin-bottom: 9px;
	}
	:not(.stay_table) .td{
		display:block !important;
		width: 100% !important;
	}
	:not(.stay_table) p.td{
		padding:2px;
		margin: 2px 0px !important;
	}
	:not(.stay_table) p.td.padded{
		padding:4px;
	}
	#mainContent p.td + p.td{
		margin-top:-7px !important;
	}
	:not(.stay_table).bordered .td{
		border:none;
	}
	:not(.stay_table).padded.padded .td{
		padding: 4px 0px 4px;
	}
	:not(.stay_table).bordered .tr{
		border-bottom:solid 1px #333;
	}
	:not(.stay_table) .tr > p.td {
		margin: 0px 4px !important;
		line-height: 200% !important; 
	}
	/*----UTILITY----*/
	.tr.stayTR{
		display:table-row !important;
	}
	.td.stayTD{
		display:table-cell !important;
	}
	.m_hidden {
		display: none !important;
	}
	.m_show {
		display: block;
	}
	.m_show.inline {
		display: inline-block !important;
	}

	.iframeContainer {
		width: 100% !important;
	}
} 