/*Form style*/

.mktoForm {max-width: 100% !important; width: 100% !important;}
.mktoForm .mktoFormCol {max-width: 100% !important; float: none !important;}
.mktoForm .mktoFieldWrap {float: none !important;}

.mktoForm .mktoLabel {float: none !important; display: block !important; width: 100% !important; font-size: 14px !important; font-weight: bold; padding:10px 0 5px !important;}
.mktoForm input[type=text], .mktoForm input[type=url], .mktoForm input[type=email], .mktoForm input[type=tel], .mktoForm input[type=number], .mktoForm input[type=date], .mktoForm textarea.mktoField, .mktoForm select.mktoField {width: 100% !important;}

.mktoForm .mktoGutter {display: none !important;}
.mktoButtonRow {display: block !important; text-align: left !important;}
.mktoButtonWrap {margin: 0 !important;}


.mktoForm .mktoFormRow {display: flex;} 
.mktoForm .mktoFormCol {width:100%} 
.mktoForm .mktoFormCol:nth-child(2) {padding-left: 15px;} 
.mktoForm .mktoRadioList, .mktoForm .mktoHtmlText {width: 100% !important;}




/*************************************************/
/*
/*    min-width: 1200px
/*
/***************************************************/
@media screen and (min-width: 1200px) {


}

/*************************************************/
/*
/*    max-width: 1200px
/*
/***************************************************/

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



}

/*************************************************/
/*
/*    (max-width: 992px
/*
/***************************************************/

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



}

/*************************************************/
/*
/*    max-width: 768px
/*
/***************************************************/

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



}


/*************************************************/
/*
/*    max-width: 576px
/*
/***************************************************/

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



    .mktoForm .mktoFormRow {flex-wrap: wrap;} 
    .mktoForm .mktoFormCol:nth-child(2) {padding-left: 0;} 

}

