hr.clearer {
	height: 0px !important;
	display: block !important;
	clear: both !important;
	margin: 0 !important;
	visibility: hidden !important;
}
.col {
	display: inline-block;
	vertical-align: top;
}
.mid {
	vertical-align: -5px;
}
.row {
	clear: both;
}
.padded {
	padding: 5px;
}
.clickable {
	cursor: pointer;
}
.uncollapseMargin {
	padding: 1px;
	margin: -1px;
}
#content .contentArea .column {
	padding: 5px;
	width: 10%;
}
#content .contentArea .column_container {
	width: 100%;
}
.float_right {
	float: right;
}
.float_left {
	float: left;
}
.float_clear {
	clear: both;
}
.table {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}
.table.flexLayout{
	table-layout:auto;
}
.table.bordered .td{
	border:solid 1px #333;
}
.table.padded{
	padding:initial;
}
.table.padded .td{
	padding:4px;
}
.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: #ccc;
    font-weight: bold;
}
.table .tr > p.td {
	margin: 0px 4px !important;
	/* line-height: 200% !important; */
}
.hover {
	display: none !important;
}
*:hover > .hover {
	display: block !important;
}
.dropDown {
	position: absolute;
	z-index: 100;
}
.hidden {
	display: none !important;
}
.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 11px 22px -13px rgba(0, 0, 0, 0.5);
}
ul.reset {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
ol.lower_alpha {
	list-style-type: lower-alpha;
}
.clickScrollRight {
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -50px;
	height: 100px;
	background: url(../img/arrow/left_small.png) center center rgba(65, 65, 65, 0.8) no-repeat;
	width: 24px;
	border: solid 1px #BDBDBD;
	border-left: none;
	border-radius: 0px 3px 3px 0px;
}
.clickScrollLeft {
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -50px;
	height: 100px;
	background: url(../img/arrow/right_small.png) center center rgba(65, 65, 65, 0.8) no-repeat;
	width: 24px;
	border: solid 1px #BDBDBD;
	border-right: none;
	border-radius: 3px 0px 0px 3px;
}
.clickScrollDown {
	position: absolute;
	right: 0px;
	left: 0px;
	bottom: 0px;
	width: 100px;
	background: url(../img/arrow/down_small.png) center center rgba(65, 65, 65, 0.8) no-repeat;
	height: 24px;
	margin: 0px auto;
	border-radius: 3px 3px 0px 0px;
}
.clickScrollUp {
	position: absolute;
	right: 0px;
	left: 0px;
	top: 0px;
	width: 100px;
	background: url(../img/arrow/up_small.png) center center rgba(65, 65, 65, 0.8) no-repeat;
	height: 24px;
	margin: 0px auto;
	border-radius: 0px 0px 3px 3px;
}
.clickScrollRight,
.clickScrollLeft,
.clickScrollDown,
.clickScrollUp {
	/* opacity:0.8; */
	z-index: 10;/* transition:background-color 0.5s; */
}
.clickScrollRight:hover,
.clickScrollLeft:hover,
.clickScrollDown:hover,
.clickScrollUp:hover {
	background-color: rgba(0,0,0,0.7);
}
.scrollHorizontal,
.scrollVertical {
	position: relative;
}
.parallax {
	position: absolute;
}
.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: 1rem;
}
.blue_button {
	border-radius: 50px;
	background: hsla(210,44%,42%,1);
}
.red_button {
	border-radius: 50px;
	background: #b33f32;
}
.give_button {
	background: #003689;
	border: solid 1px #FFF;
	outline: solid 1px #003689;
	text-align: center;
}
.give_button:first-line {
	font-size: 1.3rem !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;
	min-width: 240px;
	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;
}
.iframeContainer {
    margin: 0px auto;
}
.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;
}

@media (min-width: 981px) and (max-width: 1230px) {
	#rightBanner .blue_button,
	#rightBanner .red_button {
		min-width: 100%;
	}
}
#loading {
	width: 100%;
	position: relative;
	padding: 40px;
}
#loading img {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px;
	display: block;
	width: 30px;
	height: 30px;
	-webkit-animation: rotation 0.7s infinite steps(12);
	animation: rotation 0.7s infinite steps(12);
}
#loading span {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 25px -25px;
	display: block;
	width: 50px;
	height: 30px;
}
@-webkit-keyframes rotation {
	from {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg);
	}
}

@media (max-width: 981px) {
	.tr {
		display: block;
		margin-bottom:9px;
	}
}
