 /*
 Theme Name:    Divi Child Theme
 Theme URI:      EBSCO
 Description:    Divi Child Theme
 Author:         EBSCO
 Template:       Divi
 Version:        1.0.0
*/
 
@import url("../Divi/style.css");
/*@import url("https://use.typekit.net/lqh0cko.css");*/


 
body {
    font-family: "acumin-pro",sans-serif;
}
p {
    line-height: 18px;
}

p.thankyou-text {
	color: #91919b;
}

h2 {
    font-weight: 300;
}

#extensions_message_1_28, #extensions_message_1_27 {
    display: block;
}

/*////////// Header Styles /////////*/

.et_pb_row.et_pb_row_fullwidth.header_row {
    width: 100% !important;
    max-width: 100% !important;
	padding: 0px
}

.header_row > .et_pb_column_1_2 {
    margin-right: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.header_row {
		max-height: 520px;
	}
}


@media only screen and (max-width: 1339px) {

    .et_pb_text_0 h2 {
        font-size: 42px !important;
    }

    .footer .et_pb_column_2_3 {
        width: 50% !important;
        /*flex: left;*/
    }

    .footer .et_pb_column_1_3 {
        width: 40% !important;
        float: right
    }

}

@media only screen and (max-width: 980px) {

    .header_row .et_pb_text {
        padding-top: 0 !important;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 30px;
        text-align: center;
        max-width: 100%;
    }

    .gf_left_half, .gf_right_half {
        width: 100% !important;
    }

    .footer .et_pb_column_2_3, .footer .et_pb_column_1_3 {
        width: 100% !important;
        float: none;
    }

    .footer .et_pb_column_1_3 {
        text-align: center;
    }
	
    .footer .social-links {
        text-align: center;
    }

}
@media only screen and (max-width: 500px) {
	p{
		padding: 0 15px
	}
}
@media (min-width: 641px) {
	.gform_wrapper .textarea.medium {
		width: calc(50% - 8px);
	}
}