@charset "UTF-8";
/* Gravity Container Set styles */
/* NoTitle */
.DNNContainer_noTitle {
}

/* Title_h1 */
.DNNContainer_Title_h1 h1 .TitleH1 {
	display: block;
	font-size: 36px;
    color: #AC7D68;
    margin-top: 5px;
    margin-bottom: 10px;
	line-height: 35px;
	text-shadow: none;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}

/* Title_h2 */
.DNNContainer_Title_h2 h2 .TitleH2 {
	display: block;
	font-size: 27px;
    color: #AC7D68;
    margin-top: 5px;
    margin-bottom: 10px;
	line-height: 35px;
	text-shadow: none;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
}

/* Title_h2-RelatedInfo */
.DNNContainer_Title_h2 h2 .TitleH2-RelatedInfo {
	display: block;
	font-size: 27px;
    color: #AC7D68;
    margin-top: 5px;
    margin-bottom: 10px;
	line-height: 35px;
	text-shadow: none;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
	background-image: url("arrow-circle-up.jpg");
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 30px;
}

/* TitleH2-FormsLinks */
.FormsLinks_h2 {
	margin: 0;
}
.DNNContainer_Title_h2 h2 .TitleH2-FormsLinks {
	display: block;
	font-size: 16px;
    color: #000;
	line-height: 33px;
	text-shadow: none;
	font-weight: normal;
	padding: 5px 15px;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	background-color: #95a5a6;
	border: 1px solid #95a5a6;
}

/* Title_h3 */
.DNNContainer_Title_h3 h3 .TitleH3 {
	color: #5E2A12;
	font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
}

/* Title_h4 */
.DNNContainer_Title_h4 h4 .TitleH4 {
    font-size: 27px;
    color: #9C654B;
    margin-top: 10px;
    margin-bottom: 5px;
	line-height: 33px;
	text-shadow: none;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
} 

/* Title_footer */
.DNNContainer_Title_footer .TitleFooter {
	display: inline-block;
	font-size: 22px;
    color: #585f69;
	margin-bottom: 25px;
	padding-bottom: 5px;
	border-bottom: 2px solid #72c02c;
	line-height: 33px;
	text-shadow: none;
	font-weight: normal;
	font-family: 'Open Sans', sans-serif;
} 
.containeraccent {
    background-image: url("accent.png");
    background-repeat: no-repeat;
    background-position:top right;
    min-width: 350px;
    float:left;
}
.DNNContainer_accent_tan {
    background-color: #9c8061;
    min-height: 316px;
}
.DNNContainer_accent_grey {
    background-color:#555555;
    min-height: 316px;
}
.DNNContainer_accent_green {
    background-color: #5e853b;
    min-height: 316px;
}
.RelatedInfo {
	background-color: #fff;
	padding: 5px 15px 33px 15px;
	border: 1px solid transparent;
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.FormsLinks {
	box-shadow: 0 1px 1px rgba(0,0,0,.05);
	margin-bottom: 20px;
}
.FormsLinks .footer {
	background-color: #f5f5f5;
	border: 1px solid #95a5a6;
	border-top: 1px solid #ddd;
	text-align: right;
	padding: 10px 15px;
}

/*** Icons ***/
.fa-user,
.fa-building,
.fa-university {
	width: 20px!important;
	height: 20px;
    padding: 10px;
    margin: 22px auto 11px auto;
    display: block;
    color: #ffffff;
	border: solid 1px #fff;
	border-radius: 50% ;
}
.fa-user {background-image: url("user-solid.svg"); background-size:50%; background-position: center; background-repeat: no-repeat;}
.fa-building {background-image: url("building-solid.svg"); background-size: 50%; background-position: center;  background-repeat: no-repeat;}
.fa-university {background-image: url("building-columns-solid.svg"); background-size: 60%; background-position: center;  background-repeat: no-repeat;}

.fa-user,
.fa-building,
.fa-university {
	filter: invert(76%) sepia(100%) saturate(2%) hue-rotate(62deg) brightness(110%) contrast(101%);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.flexcol {
	display:flex;
	flex-direction: column;
}