
	.page-wrap {
		min-height: 360px;
		padding: 30px 15px 30px !important;
	}
	#content-pane-wrap2 {
		background: #ebebeb;
		    z-index: 9;
    position: relative;
    padding-top: 3rem;
	}
h2.page-section-title {
    font-family: "Oswald", Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-weight: 500;
    font-size: 2.6rem;
}
h3.subhead {
    font-family: lato;
    font-weight: 600;
    color: #355e93;
    font-size: 1.3rem;
}

#dnn_ctr821_HtmlModule_lblContent h3.subhead {
font-size: 1.7rem;
}

#dnn_ctr748_HtmlModule_lblContent > div.contact-other.dgov-card.dgov-card-3 > div > div:nth-child(4) > div > a {
margin-top: 28px; }
#contact {
    display: block;
    padding-top: 0;
    margin-top: 0rem;
    padding-bottom: 3rem;
    position: relative;
    text-align: center;
    z-index: 9;
}
#contact .section-blurb {
	max-width: 650px;
	margin: 0 auto;
}
#contact .contact-block {
    margin: 0 30px;
    position: relative;
    height: 100%;
    text-align: center;
}
#contact .contact-block p {
	max-width: 400px;
	margin: 0 auto 30px;
}
.address-block a {
	font-size: 15px;
    margin-top: 1rem;
    color: #355e93;
    font-weight: bold;
    margin-top: 5px;
    display: inline-block;
    clear: both;
}
	
/***************************************************
    DGOV CONTACT
***************************************************/
.contact-grid {
	position: relative;
   text-align: center;
}
.DGOV2 .contactFormRecipient {
display:none;
}
.contact-form-wrap .dnnFormMessage.dnnFormWarning {
    background-color: rgba(190,66,56,0.1);
    border-color: #be4238;
    color: #be4238;
    line-height: 1.4;
}
.dnnFormMessage.dnnFormSuccess {
    background-color: rgba(10,133,106,0.1);
    border-color: #0a856a;
    color: #0a856a;
}
p.contact-title {
    margin: 0 0 5px;
    font-weight: bold;
}
.contact-grid p {
	margin: 0;
}
.contact-grid .dgov-grid > div:nth-child(2) {
    border-left: solid #CACACA 1px;
}

.contact-other .dgov-grid > div:nth-child(3) {
    border-right: solid #CACACA 1px;
}
.dod-seal {
	display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    transform: translate(-50px,-50px);
    z-index: 9;
}
	
/***************************************************
    CONTACT OTHER
***************************************************/
.contact-other {
	position: relative;
    background: #fff;
    padding: 2rem 0;
    margin-top: 1rem;
    margin-bottom: 40rem;
}
.contact-other .dgov-grid > div:nth-child(2) {
    border-left: solid #CACACA 1px;
    border-right: solid #CACACA 1px;
}
	
/***************************************************
    CONTACT FORM
***************************************************/
.contact-form-wrap {
    display: none;
    margin: 3rem auto;
    max-width: 900px;
    opacity: 0;
    text-align: left;
}
.contact-form-wrap.active {
    display: block;
    opacity: 1;
    transition: .5s all;
}
.contact-form-wrap .DGOV2 .contactFormTitle {
    display: none;
}
.contact-form-wrap .DGOV2 .contactFormSubtitle {
    color: #be4238;
    font-size: 16px;
    font-style: italic;
    max-width: 100%;
    margin-bottom: 0;
}
.contact-form-wrap .DGOV2 .contactFormInnerContainer {
    margin: 0 0 1rem;
}
.contact-form-wrap .DGOV2 input[type=text].contactFormInput, .contact-form-wrap .DGOV2 textarea.contactFormInput {
    border: solid rgba(0,0,0,0.3) 1px;
    background: #fff;
    color: #222;
}
.contact-form-wrap .DGOV2 .lblContactForm {
    margin-left: 0;
}
.contact-form-wrap .DGOV2 .captchaContainer {
    margin: 2rem auto 0;
}
.contact-form-wrap .DGOV2 .lblContactForm {
    color: #717171;
    margin-bottom: 10px;
}
.contact-form-wrap .btn-default-ghost, .contact-form-wrap .btn-default-ghost:visited {
    background-color: #355e93;
    color: #ffffff;
    border-color: #355e93;
}
.contact-form-wrap .btn-default-ghost:hover, .contact-form-wrap .btn-default-ghost:active {
    background-color: #254267;
    color: #ffffff;
    border-color: #254267;
}
	
/***************************************************
    CONTACT FORM
***************************************************/
.service-contact-list {
	list-style: none;
}
.service-contact-list li {
	display: inline-block;
}
.service-contact-list li a {
	display: block;
    padding: 4px 10px 0;
    margin: 0 0 3px;
	color: #355e93;

}

@media (max-width: 1200px){
	.contact-other .dgov-grid > div:nth-child(2) {
		border: none;
	}
	
	.contact-other .dgov-grid > div:nth-child(3) {
		border: none;
	}
	
	.contact-other {
		padding: 0px;
		background: transparent;
    box-shadow: none;
	}
	
	#contact .contact-block {
		background: #fff;
    padding: 20px;
    margin: 0px;
	}
}


@media (max-width: 768px){
    
 .seal-grid img {
    display: block;
    margin: 0 auto -5px;
    width: 100%;
    max-width: 130px;
    transform: scale(1);
    transition: all .25s;
}

 .contact-other .dgov-grid > div:nth-child(2) {
    border-left: solid #CACACA 0px;
    
}

 #contact .contact-block {
    margin: 20px 40px;
	 text-align: center;
}
}
