@charset "UTF-8";
/*Accordion Widget filler */

.twd_accordion > div {
	position: relative;	
}
.twd_accordion.twd_mobile_accordion {
	width:100%;
}
.twd_accordion .twd_header {
	height: 54px;
	font-size: 1.125em;
	font-family: 'ArcherSemiBold';
	margin-bottom: 6px;
	padding-right:25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	cursor:pointer;
	position:relative;
}
.twd_accordion > div {
	padding-top:135px;
	margin-top:-135px;
	pointer-events:none;
}
.twd_accordion > div .twd_header, .twd_accordion > div .twd_panel {
	pointer-events: all;
}
.twd_accordion.twd_noHeaderPad > div {
	margin-top:0;
	padding-top:0;
}
#twd_container .twd_accordion.twd_mobile_accordion .twd_header {
	font-size:1em!important;
	height:auto;
}

.twd_accordion .twd_panel {
	padding-top: 10px;	
}

.twd_accordion.twd_accordion_underline .twd_collapsed .twd_header > span {
	border-bottom:none;
	color: #004ebc;
}

.twd_plus .twd_header div:before {
	content: "–";
	position:absolute;
	right: 15px;
	top: 16px;	
}
.twd_plus .twd_collapsed .twd_header div:before {
	content: "+";
}
.twd_plus.twd_icon_blue .twd_header div {
	color:#004EBC;
}
.twd_plus.twd_icon_light_blue .twd_header div {
	color:#009DDB;
}
.twd_plus.twd_icon_purple .twd_header div {
	color:#5E2D91;
}
.twd_caret .twd_header div::before {
	content: ">";
	padding-left:6px;			
}
.twd_caret .twd_header div {
	transform:rotate(90deg);
}
.twd_caret .twd_collapsed .twd_header div {
	transform:rotate(0deg);
}
.twd_arrow .twd_header div::before {
	border-style: solid;
	border-width: 0.2em 0.2em 0 0;
	border-color:black;
	content: '';
	display: inline-block;
	height: .5em;
	transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	vertical-align: top;
	width: 0.5em;
	position: absolute;
	top: 18px;
	right: 15px;	
}

.twd_arrow .twd_collapsed .twd_header div::before{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.twd_arrow.twd_icon_blue .twd_header div::before {
	border-color:#004EBC;
}
.twd_arrow.twd_icon_light_blue .twd_header div::before {
	border-color:#009DDB;
}
.twd_arrow.twd_icon_purple .twd_header div::before {
	border-color:#5E2D91;
}
@media all and (min-width: 480px) {
	.twd_accordion.twd_mobile_accordion .twd_header{
		cursor:auto;
	}
	.twd_accordion.twd_mobile_accordion .twd_header {
		padding-right:0;
	}
	.twd_accordion.twd_mobile_accordion .twd_header div:before{
		display: none;
	}
	#twd_container .twd_accordion.twd_mobile_accordion .twd_header span.twd_h2 {
		font-size: 2em;
	}
	#twd_container .twd_accordion.twd_mobile_accordion .twd_header span.twd_h3 {
		font-size: 1.5em;
	}
}
@media all and (max-width: 480px) {
	.twd_accordion .twd_header {
		border-bottom: 1px solid #CCC;		
	}
	#twd_container .twd_accordion.twd_mobile_accordion .twd_header {
		height: 54px;
	}
	#twd_container .twd_accordion.twd_mobile_accordion .twd_header span.twd_h2, #twd_container .twd_accordion.twd_mobile_accordion .twd_header span.twd_h3 {
		font-size: 1.25em;
		margin-bottom:0;
	}

}