.page-template-contact .cta-blade {
    display: none;
}

.contact-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 48px;
}

.contact-form {
    width: 47.5%;
    margin-bottom: 48px;
}

p.form-title {
	margin-bottom: 0;
}

.contact-info {
    width: 47.5%;
	background: linear-gradient(180deg, rgba(69,126,185,1) 0%, rgba(255,255,255,1) 100%);
    padding: 30px 20px;
    border: 1px solid #0e0e0e;
}

.phone-numbers ul {
    margin-left: 0;
}

.phone-numbers ul li {
	list-style: none;
}

.phone-numbers ul li span.icon,
.contact-page-address span {
    display: inline-block;
    background: #ce2529;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    display: flex;
    float: left;
    align-items: center;
    justify-content: center;
}

.phone-numbers ul li span.icon svg,
.contact-page-address svg {
    color: #fff;
    font-size: 14px;
    width: 16px;
    height: 16px;
}

.phone-numbers ul li span.label {
    font-weight: 600;
}

.phone-numbers a.phone-link {
    text-decoration: none;
}

.contact-page-address {
	display: flex;
}

.contact-style-2 .content-sidebar-wrap {
    width: 100%;
    max-width: 100%;
    padding: 0;
}

.google-map-wrap.map-hero {
    width: 100%;
    height: 350px;
    margin-bottom: 48px;
}

.google-map-wrap.map-hero iframe {
    width: 100%;
    height: 350px;
}

.contact-style-2 .site-inner { 
    padding-top:143px;
}

.contact-style-2 .site-header {
    background: #0f2442;
}

.contact-style-2 .contact-wrap {
    width: 90%;
    margin: 0 auto 48px auto;
    max-width: 1280px;
}

.contact-style-3 .contact-form {
    width: 100%;
}

.contact-style-3 .contact-form div.gform_wrapper ul.gform_fields li.gfield {
    width: 33.33%;
}

.contact-style-3 .contact-form div.gform_wrapper ul.gform_fields li.gfield.full-width {
    width: 100%;
}

.contact-style-3 .contact-form h3.gform_title {
    text-align: center;
}

.contact-style-3 .contact-form .gform_wrapper {
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
}

.contact-style-3 div.gform_wrapper .gform_footer {
    text-align: center;
}

.contact-style-3 .content-sidebar-wrap {
    width: 100%;
    max-width: 100%;
}

.contact-style-3 .contact-info {
    display: flex;
    width: 100%;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
}

.contact-style-3 .contact-info .info-inner {
    background: #efefef;
    width: 50%;
    position: relative;
}

.contact-style-3 .contact-info .info-inner:first-child {
    padding: 48px 5%;
}

.contact-style-3 .contact-info .info-inner iframe {
    height: 100%;
    width: 100%;
}

.contact-style-3 .contact-info .info-inner .google-map-wrap {
    height: 100%;
    width: 100%;
}

.contact-style-3 .contact-wrap {
    margin-bottom: 0;
}

.contact-style-3 h1 {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto 32px auto;
    text-align: center;
}

.address-wrap {
    display: flex;
}

.address-wrap > div {
    width: 50%;
}

/* .address-wrap > div.po-box {
    padding-top: 30px;
} */

.fax-link {
    pointer-events: none;
    cursor: default;
}

#genesis-content a.phone-link {
    color: #0e0e0e;
    font-weight: 400;
}

.contact-style-3 .contact-form div.gform_wrapper ul.gform_fields li.gfield.gsection {
    width: 100%;
    margin-top:20px;
    border-bottom:solid 1px #f0f1f2;
    padding-bottom:10px
}

.contact-style-3 .contact-form div.gform_wrapper ul.gform_fields li.gfield.gsection h2 {
    margin-bottom: 0;
}

div.gform_wrapper ul.gform_fields li.gfield input[type="radio"] {
    width: auto;
    margin-right: 10px;
}

.gfield_radio li, .gfield_checkbox li {
    list-style: none;
}

.gfield_radio, .gfield_checkbox {
    margin: 0;
}

div.gform_wrapper ul.gform_fields li.gfield input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

.page-template-contact .contact-wrap {
    background: #e4e4e4;
    padding: 30px 50px;
    border: 1px solid #0e0e0e;
}

.form-banner {
    color: #ce2529;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 2px;
	font-family: 'Bebas Neue', helvetica, arial, sans-serif;
}

.phone-wrap {
    display: flex;
}

.phone-numbers {
    width: 50%;
}

@media only screen and (max-width:1152px) {
    .contact-style-2 .site-inner {
        padding-top: 130px;
    }
}

@media only screen and (max-width:1000px) {
    .contact-style-3 .contact-form .gform_wrapper {
        width: 90%;
        max-width: 900px;
    }
	
	.address-wrap > div.po-box {
		padding-top: 0;
	}

	.address-wrap {
		display: block;
	}
}

@media only screen and (max-width:950px) {
    .contact-style-3 .contact-info .info-inner {
        width: 100%;
    }

    .contact-style-3 .contact-info {
        flex-wrap: wrap;
    }
    
    .contact-style-3 .contact-info .info-inner .google-map-wrap {
        height: 300px;
    }
}

@media only screen and (max-width:900px) {
    .contact-style-2 .site-inner {
    padding-top: 105px;
    }
}

@media only screen and (max-width:768px) {
    .contact-style-3 .contact-wrap {
        width: 100%;
    }
}

@media only screen and (max-width:600px) {
    .contact-style-2 .site-inner {
        padding-top: 73px;
    }
}

@media only screen and (max-width:350px) {
    .google-map-wrap.map-hero, .google-map-wrap.map-hero iframe {
        height: 250px;
    }
}