@charset "utf-8";
/* CSS Document */

/***************************************************
	ASK US
***************************************************/

/***************************************************
    FONTS
***************************************************/


/***************************************************
	ACCORDION OVERRIDES
***************************************************/
.panel-group {
	margin-bottom:2rem;
}
.panel-heading h2 {
	padding: 0 45px 0 0;
}
.panel-heading i {
	font-weight: 900;
}

/***************************************************
	STRUCTURE
***************************************************/
span.scroll-title {
    text-transform: uppercase;
    letter-spacing: 3px;
    display: block;
    text-align: center;
    margin: 0 0 30px;
}
span.scroll-title i {
	color:#717171;
}

a:hover, a:focus, a:visited, a:active {
	text-decoration: none;
}

/***************************************************
	GRID BUTTONS
***************************************************/
#dnn_ContentPaneFullBleed2 .page-wrap {
	padding-bottom: 3rem;
}
.fourohfour-button-grid {
	margin: 0 0 2rem;
}
.fourohfour-button-grid > div {
	padding: 7px;
}
.fourohfour-button-grid a {
	display: block;
	height: 100%;
    padding: 30px 15px;
	background: #355e93;
    color: #fff;
    font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
	border-radius: 3px;
}
.fourohfour-button-grid a:hover {
	background: #254267;
}
.fourohfour-button-grid span {
	display: inline-block;
}

/***************************************************
	ACCORDION
***************************************************/
#dnn_ContentPaneFullBleed3 {
	display: block;
	position: relative;
	background: #ebebeb;
	box-shadow: 0 15px 60px -25px rgba(0,0,0,0.2) inset, 0 -15px 60px -25px rgba(0,0,0,0.2) inset;
}
#dnn_ContentPaneFullBleed3 .DnnModule {
	padding: 4rem 0;
}
#dnn_ContentPaneFullBleed3 .panel {
	background: transparent;
}

/***************************************************
	STILL CANT FIND
***************************************************/
#dnn_ContentPaneFullBleed4 {
	display: block;
	position: relative;
}
#dnn_ContentPaneFullBleed4 .DnnModule {
	padding: 4rem 0;
}


/***************************************************
	end.
***************************************************/