/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.et_fullwidth_nav #main-header .container{
	min-height: 7em;
}

#top-menu-nav{
	display: none !important; 
}

.red{color: red;}

#dogree-next{cursor: pointer; float: right; padding: .5em; color: #ffffff; border: thin solid #ffffff; background: #0092d3; border-radius: 5px;}
#dogree-prev{cursor: pointer; display: none; float: left; padding: .5em; color: #ffffff; border: thin solid #ffffff; background: #0092d3; border-radius: 5px}

.wpcf7-text {
    height:2.5em;
}


.wpcf7-not-valid-tip {
    
}

.elementor-54 .elementor-element.elementor-element-89fa487 > .elementor-widget-container {
	box-shadow: 0 0 0 0 !important;
}

.wpcf7-response-output {
	margin: 0 !important;
	padding: 0 !important;
	border: 0px !important;
}

.row {
    width:100%;
    float:left;
}

.one-third {width:31%;
margin: 1%;
    float:left;
}
.onethird {
	width:33.33%;
    float:left;
}

.one-quarter {width:23%;
margin: 1%;
    float:left;
}

.one-half {width:48%;
margin: 1%;
    float:left;
}
.centered-half {width:50%;
margin-left: 25%;
margin-bottom:1%;
    float:left;
}

.three-quarters {width:73%;
margin: 1%;
    float:left;
}

.two-thirds {width:62%;
margin: 1%;
    float:left;
}

.twothirds {width:66%;
    float:left;
}

.one-fifth {width:18%;
margin:1%;
    float:left;
}

.two-fifths {width:38%;
margin:1%;
    float:left;
}

.onequarter {width:24.3%;
margin: 0%;
display:inline-row;
    float:left;
}

.onefifth {width:20%;
margin:0%;
    float:left;
}

.onesixth {width:16%;
margin: 0%;
    float:left;
}
.one-sixth {width:14%;
margin:1%;
    float:left;
}

.onetwelfth {width:8%;
margin: 0%;
    float:left;
}

.centered {
text-align: center;
}

.wrap {
    width:100%;
    float:left;
    margin-bottom: 2%;
}
.table-wrap {
    width:100%;
    float:left;
}

.table p{
padding: 0%;
}

.bordered {
    border-style: solid;
    border-width: 2px;
    border-color: rgba(74, 24, 109, 0.2);
}

.indent {
    text-indent:5%;
}

.subsecnum {
    margin-left:-5%;
}

.sub-section {
    margin-left:3%;
}

.initials {
    width: 15%;
    float: right;
}

p {
    float:left;
}

.submit {
    width:16%;
    margin-left:42%;
    cursor: pointer;
    padding: .5em;
    color: #ffffff;
    border: thin solid #ffffff;
    background: #0092d3;
    border-radius: 5px;
}

.dogree-btn {
    width:16%;
    margin-left:7%;
    cursor: pointer;
    padding: .5em;
    color: #ffffff;
    border: thin solid #ffffff;
    background: #0092d3;
    border-radius: 5px;
}

.dosign-1 {
    color:#000000;
}

.blk-row {
color: white;
background: solid;
background-color: #000000;
}

@media (max-width: 600px)
{
   .one-third, .one-sixth, .one-quarter, .one-half, .centered-half, .three-quarters, .two-thirds, .wpcf7-list-item {
     width:99%;
    margin: 1%;
    text-align: center;
    float:left;
} 

.onequarter, .onefifth, .onesixth, .onethird, .twothirds, .wpcf7-list-item {
     width:100%;
    text-align: center;
    float:left;
} 
	
.hidden-sm {
    display:none;
}

.submit {
    width:30%;
    margin-left:35%;
}
	
	.initials {
    width: 20%;
		margin-left: 40%;
		float: left;
}

}