.mktoHasWidth {
	width:100%!important;
	max-width:650px!important;
	margin:0px auto!important;
    padding:0px 15px;
    box-sizing: border-box;
}
.mktoForm .mktoFieldWrap {
    float: left;
    width: 94%;
}


.mktoForm .mktoFormRow{
	width:50%;
	float:left;
	clear: none!important;
}

.mktoForm .mktoFormCol {
    width: 98%;
}

.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;
    height:38px!important;
    border:1px solid #cccccc!important; 
    border-radius: 0px!important;
    -webkit-border-radius: 0px!important;
   -moz-border-radius: 0px!important; 

}

.mktoForm .mktoAsterix {
    float: left !important;
    padding-right: 5px;
}
.mktoForm .mktoGutter {
    float: left;
    height: 5px;
}
.mktoForm .mktoFormCol {
    margin-bottom: 15px!important;
}
.mktoForm .mktoFormRow:nth-child(8) {  
  width: 100%;
    height: 64px;
    margin-top: -10px;
}


.mktoForm .mktoFormRow:nth-child(14), .mktoForm .mktoFormRow:nth-child(15) {  
  width: 100%;
}


.mktoForm .mktoFormRow:nth-child(15) .mktoFieldDescriptor {
    width:35px;
}

.mktoForm .mktoFormRow:nth-child(15) .mktoRadioList > label,  .mktoForm .mktoFormRow:nth-child(15) .mktoRadioList > input {
     float: left;
}

.mktoForm .mktoFormRow:nth-child(15) .mktoRadioList > input.mktoField {
            clear: inherit;
    }

 .mktoForm .mktoFormRow:nth-child(15) .mktoRadioList > label {    
    margin-left: 5px;
    margin-right: 15px;
    margin-top: 0;
}

.mktoForm .mktoFormRow:nth-child(15) .mktoFormCol .mktoOffset {
    height: 0px!important;
}

.mktoForm .mktoFormRow:nth-child(15) .mktoFormCol {
    width: 94%;
}

.mktoForm .mktoFormRow:nth-child(15) .mktoFieldDescriptor {
    width: 100%;
}

.mktoForm .mktoFormRow:nth-child(15) .mktoFieldWrap {
	padding-left: 34px;
}

.mktoForm .mktoFormRow:nth-child(16) {  
  width: 100%;
}

.mktoForm .mktoFormRow:nth-child(14) .mktoFieldWrap, .mktoForm .mktoFormRow:nth-child(15) .mktoFieldWrap, .mktoForm .mktoFormRow:nth-child(16) .mktoFieldWrap  {  
  width: 97%;
}

.mktoForm .mktoFormRow:nth-child(14) .mktoGutter, .mktoForm .mktoFormRow:nth-child(16) .mktoGutter  {  
	height: auto;
}

.mktoForm .mktoFormRow:nth-child(14) .mktoCheckboxList, .mktoForm .mktoFormRow:nth-child(15) .mktoCheckboxList, .mktoForm .mktoFormRow:nth-child(16) .mktoCheckboxList {
	padding-top: 0;
}

.mktoForm .mktoFormRow:nth-child(17) {  
  width: 100%;
}

.mktoForm:nth-child(8) .mktoOffset {
    margin-bottom: 0px!important;
    height:0px!important;
} 

.mktoForm:nth-child(8) .mktoFormCol{
  margin-bottom: 0px!important;
}

.mktoForm .mktoAsterix {
    color: #313131!important;
}
.mktoForm .mktoLabel{
    font-weight: normal!important;
    font-family: BentonSansRegular, Arial, Helvetica, sans-serif!Important;
    font-size: 14px;
    color: #000;
}

.mktoForm button.mktoButton {
    cursor: pointer;
    margin: 0;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0px;
    padding: 9px 25px;
    background-color: #0090d9;
    color:#fff;
}

.mktoForm [type="checkbox"]:not(:checked), .mktoForm [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

.mktoForm [type="checkbox"]:not(:checked) + label:before, .mktoForm [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    border: 1px solid #8e8e8e;
    background: #f8f8f8;
}

.mktoForm .landing-regChoice [type="checkbox"]:not(:checked) + label:after, .mktoForm [type="checkbox"]:checked + label:after {
    /* content: 'âœ"'; */
    content: "✔";
    position: absolute;
    top: 8px;
    left: 4px;
    font-size: 16px;
    color: #37373d;
    font-weight: bold;
    /* transition: all .2s; */
}
.mktoForm .mktoFormRow:nth-child(14) .mktoOffset {

    height: 25px;
}

.mktoForm .mktoFormRow:nth-child(14) .mktoFieldWrap .mktoLabel{ position:relative; left:32px;}

.mktoForm .mktoFormRow:nth-child(13) .mktoAsterix {
    color:#ff0000!important;
    display:block;
}




.mktoForm .mktoFormRow:nth-child(15) .mktoAsterix {
    left: -16px;
    position: absolute;
    color:#ff0000!important;
}
.mktoForm select.mktoField
{
    width: 100%!important;
    height: 38px!important;
    border: 1px solid #cccccc!important;
    padding: 7px 10px;
    width: 100%;
    border: none;
    box-shadow: none;
    color: #333333;
    font-family: BentonSansRegular, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal !important;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none !important;
    border: 1px solid #b5b4bb;
    background: url(/etc/designs/sapuid/images/Triangle_2.png) no-repeat 97% 15px;
    border-radius: 0px;
}
.mktoForm .mktoFieldWrap{
    font-family: BentonSansRegular, Arial, Helvetica, sans-serif!Important;
    font-size: 14px;
    color: #333;
}



.marketoRegFormGated{
    background-color:#f2f2f2!important;
    border-top:2px solid #0090d9;
    padding: 20px 10px;
}
 .marketoRegFormGated .mktoFormRow{
    width:100%;
}

.marketoRegFormGated .mktoForm .mktoButtonWrap{
    margin-left:10px!important;
}
.twoColumnBox .rightColumn .marketoRegFormGated .mktoHasWidth{ padding: 0px 0px; !important}

.marketoRegFormGated .mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
    background-color: #0090d9!important;
    border:1px solid #0090d9!important;
   background-image: -webkit-gradient(linear, left top, left bottom, from(#0090d9), to(#0090d9)); */
    /* background-image: -webkit-linear-gradient(top, #99c47c, #75ae4c); */
    background-image: -moz-linear-gradient(top, #0090d9, #0090d9);
    /* background-image: linear-gradient(to bottom, #99c47c, #75ae4c); */
    padding:10px 20px!important;
    font-size: 14px!important;
 }

.mktoForm .mktoButton{
    background-color: #0090d9!important;
    border:1px solid #0090d9!important;
   background-image: -webkit-gradient(linear, left top, left bottom, from(#0090d9), to(#0090d9))!important;
    background-image: -webkit-linear-gradient(top, #0090d9, #0090d9)!important;
    background-image: -moz-linear-gradient(top, #0090d9, #0090d9)!important;
    background-image: linear-gradient(to bottom, #0090d9, #0090d9)!important;
    padding:10px 20px!important;
    font-size: 14px!important;
    font-family: BentonSansRegular, Arial, Helvetica, sans-serif!Important;
 }

.mktoForm .mktoButtonWrap {
    margin-left:0px!important;
 }
.marketoRegForm .mktoButtonRow {
    width: 100%;
    text-align: center;
    padding-top: 20px;
}
.marketoRegForm .mktoForm .mktoAsterix {
    color: #ff0000!important;
}

.marketoRegForm .mktoForm .mktoAsterix{
    padding-left: 5px;
}
.marketogatedregpage .standardDesc {
    padding-top: 0px;
}

@media only screen and (max-width:800px) {
.marketoRegForm{
    padding-bottom:30px;
    }
}
@media only screen and (max-width:767px) {
.mktoForm .mktoFormRow:nth-child(15) .mktoFormCol {
    padding-left: 0 !important;
}

.mktoForm .mktoFormRow{
    width:100%!important;
 }
 .mktoForm .mktoFormCol .mktoLabel{
    margin-bottom:10px!important;
  }
.mktoForm .mktoFieldWrap{
    width:100%!important;
}
.mktoForm .mktoFormRow:nth-child(14) .mktoFieldWrap, .mktoForm .mktoFormRow:nth-child(15) .mktoFieldWrap, .mktoForm .mktoFormRow:nth-child(16) .mktoFieldWrap {
	width: 97% !important;
}
.mktoForm .mktoFormRow:nth-child(14) .mktoFieldWrap .mktoLabel, .mktoForm .mktoFormRow:nth-child(15) .mktoFieldWrap .mktoLabel, .mktoForm .mktoFormRow:nth-child(16) .mktoFieldWrap .mktoLabel {
	padding-top: 0;
    margin-bottom: 3px !important;
}
.mktoForm .mktoFormRow .mktoFormCol{
        clear: none!important;
    }

.mktoForm .mktoFormRow:nth-child(15) .mktoFormCol {
    float: left;
    padding-left: 4%;
}
.mktoForm .mktoFormRow:nth-child(15) .mktoAsterix {
    left: -10px;
 }
}

@media only screen and (max-width:480px) {
    .mktoForm .mktoFormRow:nth-child(14) .mktoCheckboxList > label, .mktoForm .mktoFormRow:nth-child(15) .mktoCheckboxList > label, .mktoForm .mktoFormRow:nth-child(16) .mktoCheckboxList > label {
		margin-left: 2.5em ;
	}
}