.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;
}

.contact-info {
    width: 47.5%;
}

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

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

.phone-numbers ul li span.icon {
    display: inline-block;
    background: #9c1f29;
    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 {
    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-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;
}

.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.content-sidebar-wrap {
    width: 90%;
}

@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;
    }
}

@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;
    }
}