/* Column sizes toggle - change column proportion [1:1 vs 2:1] */
.flex-column.even {flex-grow:1 !important; -webkit-flex-grow:1 !important;}
.flex-column.uneven {flex-grow:2 !important; -webkit-flex-grow:2 !important;}

section .wrap-blox .mktoText {
    width: 100%;
}

/*/ ......((Global))...... /*/

/* order sections */
section {order:1 !important;-ms-flex-order:1 !important;-webkit-order: 1 !important;}
section#Head {order:0 !important;-ms-flex-order:0 !important;-webkit-order: 0 !important;}
section#Foot {order:100 !important;-ms-flex-order:100 !important;-webkit-order: 100 !important;}

/*/ ......((HELPER CLASSES))...... /*/

/* flex-order */
.order-0 {order:0 !important; -ms-flex-order:0 !important; -webkit-order:0 !important;}
.order-1 {order:1 !important; -ms-flex-order:1 !important; -webkit-order:1 !important;}
.order-2 {order:2 !important; -ms-flex-order:2 !important; -webkit-order:2 !important;}

/* flex columns */
.flex-column {flex-grow:1 !important; -webkit-flex-grow:1 !important; display: flex; display: -ms-flexbox; display: -webkit-flex;}
/* nested flex columns */
.flex-column > .flex-column {flex-basis:auto;}

/* flex-grow */
.grow-0 {flex-grow:0 !important; -webkit-flex-grow:0 !important;}
.grow-1 {flex-grow:1 !important; -webkit-flex-grow:1 !important;}
.grow-2 {flex-grow:2 !important; -webkit-flex-grow:2 !important;}
.grow-3 {flex-grow:3 !important; -webkit-flex-grow:3 !important;}
.grow-4 {flex-grow:4 !important; -webkit-flex-grow:4 !important;}
.grow-5 {flex-grow:5 !important; -webkit-flex-grow:5 !important;}
.grow-auto {flex-grow:auto !important; -webkit-flex-grow:auto !important;}

/* show/hide toggle */
.on {}
.off {display:none !important;}

/* Font Weight */
.thin {font-weight:300;}
.regular {font-weight:400;}
.semibold {font-weight:500;}
.bold {font-weight:700;}
.heavy {font-weight:900;}

img {max-width: 100%; height:auto;}

/*/ =======[Responsive Styles]======= /*/
/*/ Small devices (landscape phones, 576px and up) /*/
@media (min-width: 576px) {
    .text-sm-left {text-align:left;}
    .text-sm-right {text-align:right;}
    .text-sm-center {text-align:center;}
}

/*/ Medium devices (tablets, 768px and up) /*/
@media (min-width: 768px) {
    .text-md-left {text-align:left;}
    .text-md-right {text-align:right;}
    .text-md-center {text-align:center;}
}

/*/ Large devices (desktops, 992px and up) /*/
@media (min-width: 992px) {
    .text-lg-left {text-align:left;}
    .text-lg-right {text-align:right;}
    .text-lg-center {text-align:center;}
}

/*/ Extra large devices (large desktops, 1200px and up) /*/
@media (min-width: 1200px) {
    .text-xl-left {text-align:left;}
    .text-xl-right {text-align:right;}
    .text-xl-center {text-align:center;}
}

/*/ ......((BRANDING))...... /*/
body {
    font-family: Arial, sans-serif;
    font-size:14px;
    line-height:1.3em;
    font-weight:400;
    background-repeat: no-repeat;
}

/* font-family */
.body-font {
    font-family: Arial, sans-serif;
}

/* headlines */
h1, .h1 {
    font-family: Arial, sans-serif;
    font-size: 48px;
    line-height: 1em;
    font-weight:400;
}
h2, .h2 {
    font-family: Arial, sans-serif;
    font-size: 42px;
    line-height:1em;
    font-weight:400;
}
h3, .h3 {
    font-family: Arial, sans-serif;
    font-size:2em;
    line-height:1.4;
    font-weight:400;
}
h4, .h4 {
    font-family: Arial, sans-serif;
    font-size:1.75em;
    line-height:1.4;
    font-weight:400;
}
h5, .h5 {
    font-family: Arial, sans-serif;
    font-size:1.5em;
    line-height:1.2;
    font-weight:400;
}
h6, .h6 {
    font-family: Arial, sans-serif;
    font-size:1.25em;
    line-height:1.4;
    font-weight:400;
}

/* copy */
.large {
    font-size:1.1em;
    line-height: 1.4em;
}
p, .medium {
    font-size: 14px;
    line-height: 1.3em;
    font-weight:400;
    margin-bottom: 10px;
}

ul li {
    margin-bottom: 5px;
}

.medium {
    font-size: 18px;
}

small, .small {
    font-size: .9em;
    line-height: 1.2em;
}
.x-small {
    font-size: .8em;
    line-height: 1.2em;
}

/* ......((Color Palette))...... */
/* Text Colors */
.primary {color:#333333 !important;}
.secondary {color:#8a9da4 !important;}
.light {color:#6f838e !important;}
.dark {color:#222 !important;}
.white {color:#fff !important;}
.black {color:#000 !important;}

/* Background Colors */
.bg-primary {background-color:#aaa !important;}
.bg-secondary {background-color:#777 !important;}
.bg-light {background-color:#eee !important;}
.bg-dark {background-color:#222 !important;}
.bg-white {background-color: #FFF;}
.bg-black {background-color: #000;}

/* text links */
a {color:#005f9e !important;}
a:hover {color:#005f9e !important;}

/* buttons */
/* ALL buttons & override Marketo form button styles */
.btn, button, form.mktoForm .mktoButtonRow button.mktoButton {
    outline: none; /* override :focus outlines */
    border: 0px !important;
    box-shadow: none !important;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 10px 20px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 1.1em !important;
    line-height: 1.3em !important;
    font-family: Arial, sans-serif;
    border-radius:4px !important;
    transition:all .3s ease-out !important;
}

form.mktoForm .mktoButtonRow button.mktoButton:hover {
    background-color: rgba(0,95,158,0.8) !important;
}

.btn-primary {
    background-color:#005F9E !important;
    color: #FFF !important;
    transition:all .3s ease-out !important;
    border-radius:4px !important;
    margin: 15px 0;
}

.btn-secondary {
    background-color:#777 !important;
    color: #FFF !important;
}
.btn-light {
    background-color:#eee !important;
    color: #000 !important;
}
.btn-dark {
    background-color:#222 !important;
    color: #FFF !important;
}
.btn-white {
    background-color: #FFF;
    color: #000 !important;
}
.btn-black {
    background-color: #000;
    color: #FFF !important;
}

.btn-primary:hover {
    background-color: rgba(0,95,158,0.8) !important;
    color: #fff !important;
}
.btn-secondary:hover {
    background-color:#aaa !important;
    color: #fff !important;
}
.btn-light:hover {
    background-color:#000 !important;
    color: #eee !important;
}
.btn-dark:hover {
    background-color:#eee !important;
    color: #222 !important;
}
.btn-white:hover {
    background-color: #000;
    color: #FFF !important;
}
.btn-black:hover {
    background-color: #eee;
    color: #000 !important;
}

/*.btn:focus {box-shadow:none !important;}*/
/*/ =======[Responsive Styles]======= /*/
/*/ Small devices (landscape phones, 576px and up) /*/
@media (min-width: 576px) {

}

/*/ Medium devices (tablets, 768px and up) /*/
@media (min-width: 768px) {
}

/*/ Large devices (desktops, 992px and up) /*/
@media (min-width: 992px) {

}

/*/ Extra large devices (large desktops, 1200px and up) /*/
@media (min-width: 1200px) {

}

@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
}

#Head .info-wrap {
    color: #005f9e;
}

#Head .info-wrap a {
    color: #005f9e;
    font-size: 14px;
    margin-left: 5px;
}

#Head .info-wrap .divider {
    font-size: 24px;
}

#Foot {
    background: #05456f;
    background: -moz-linear-gradient(left,#013252 0%,#013252 50%,#107ac1 50%,#107ac1 100%);
    background: -webkit-linear-gradient(left,#013252 0%,#013252 50%,#107ac1 50%,#107ac1 100%);
    background: linear-gradient(to right,#013252 0%,#013252 50%,#107ac1 50%,#107ac1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$quaternary',endColorstr='$secondary',GradientType=1);
    position: relative;
}

#Foot:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    display: block;
    background: rgba(0,0,0,0.15);
    z-index: 1;
}

@media screen and (max-width: 767px) {
    #Foot:after {
        display: none;
    }
}

.title-bar {
    height: 60px;
    display: table-cell;
    vertical-align: middle;
}

.title-bar h4 {
    color: #fff;
    font-family: Arial;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 0;
}

@media screen and (max-width: 991px) {
    .title-bar h4 {
        font-size: 18px;
    }
}

.copyright {
    background: #333;
    padding: 15px 0;
    color: #fff;
}

.footer-col {
    align-items: center;
}

.footer-col:nth-child(2) {
    background: #003d67;
}

.footer-col:nth-child(3) {
    background: #005598;
}

.footer-col ul {
    margin: 0;
    padding: 15px 0;
}

.footer-col ul li {
    list-style: none;
    margin-bottom: 5px;
}

.footer-col ul li a {
    text-decoration: none;
    color: #fff !important;
    font-size: 15px;
}

.copyright-text {
    color: #fff;
    font-size: 14px;
}

#Foot .links a {
    color: #fff !important;
    font-size: 14px;
}

.contact-info {
    padding-top: 15px;
}

.contact-info p {
    font-size: 14px;
    color: #fff;
    line-height: 1.3;
}

@media screen and (max-width: 767px) {
    #Head .info-wrap {
        display: none;
    }

    .footer-col:nth-child(1) {
        background: #002d4b;
    }

    .footer-col:nth-child(1) .title-bar:after, .footer-col:nth-child(2) .title-bar:after,
    .footer-col:nth-child(3)  .title-bar:after, .footer-col:nth-child(4) .title-bar:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 60px;
        display: block;
        background: rgba(0,0,0,0.15);
        z-index: 1;
    }

    .footer-col:nth-child(4) {
        background: #006fbe;
    }

    .copyright {
        text-align: center;
    }

    .copyright-text {
        text-align: center !important;
    }
}

/*/ dFlex Form Styles 19q1 - Digital Pi [dR] /*/
/*/ ::v2 +[Fieldset Labels] +[Fieldset Checkbox] /*/

/* ooooo( Brand Styles )ooooo */
/* GLOBAL - Form Presets: Form element & children */
form.mktoForm, form.mktoForm * {
    font-size: 1em !important;
    font-family: inherit !important;
    color: #6f838e !important;
}

/* ooooo( Architectural Styles )ooooo */
form.mktoForm {
    flex-direction: column; /* choose row for horizontal display */
    width: 100% !important; /* override fixed width on mktoForm */
    padding: 25px 25px 0 25px;
}

form.mktoForm * {
    float: none !important; /* remove float on mktoForm elements */
    width: auto !important; /* remove fixed width on mktoForm elements */
}

form.mktoForm, form.mktoForm .mktoFormRow, form.mktoForm .mktoFieldWrap {
    /* display:flex !important; /* Flex these elements */
}

form.mktoForm .mktoButtonRow {
    display:flex !important; /* Flex these elements */
}

form.mktoForm .mktoOffset, form.mktoForm .mktoGutter, form.mktoForm fieldset legend, form.mktoForm .mktoAsterix {
    display:none !important; /* Hide these elements */
}

form.mktoForm .mktoFormCol, form.mktoForm .mktoHtmlText {
    flex-grow:1; /* Make these elements flex to full-width (100%) */
}

/* Maintain font-size, line-height and input height for mobile */
form.mktoForm .mktoField {
    line-height: 1.4em !important; /*mktoOverride*/
    font-size: 14px !important; /*mktoOverride*/
    height: initial !important; /*mktoOverride*/
}

/* Form Layout > Settings: LABELS-ABOVE ---------------- */
form.mktoForm.mktoLayoutAbove .mktoFieldWrap {
    align-items: flex-start !important;
    padding: 0 1em !important;
    flex-flow: row wrap !important;
}

form.mktoForm.mktoLayoutAbove label.mktoLabel {
    padding: .5em 0 !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    margin-left: 5px;
}

/* Form Layout > Settings: LABELS-LEFT ------------------ */
form.mktoForm.mktoLayoutLeft fieldset .mktoFieldWrap {
    display: flex !important;
    flex-direction: row !important;
}
form.mktoForm.mktoLayoutLeft fieldset label.mktoLabel {
    display: block !important;
    padding: 0 !important;
    max-width: 120px; /* set width for labels */
    width: 120px !important; /* set width for labels */
    margin: auto 15px auto 0;
}

/* TRANSITIONS: ease color changes */
form.mktoForm * {
    transition: ease color .3s !important;
    transition: ease background-color .3s !important;
}

/* ooooo( Form ELEMENTS )ooooo */

/* COLUMNS */
form.mktoForm .mktoFormCol {
    flex-basis: 1; /* Make columns in a row equal widths */
    min-height: 0px !important; /*mktoOverride*/
}

/* ROWS */
form.mktoForm .mktoFormRow,
form.mktoForm .mktoButtonRow {
    flex-wrap: wrap;
    flex-direction:row;
    min-width:unset;
}

form.mktoForm .mktoFormRow {
    margin-bottom: 0;
}

/* FIELDWRAP */
form.mktoForm .mktoFieldWrap {
    padding: 0px 10px !important;
}

/* LABELS */
form.mktoForm label.mktoLabel {
    padding:.5rem !important;
    font-size:1.1em !important;
    font-weight: bold !important;
}
/* LABELS (layout: Labels-Above) */
form.mktoForm.mktoLayoutAbove label.mktoLabel {
    text-align: left !important;
}
/* LABELS (layout: Labels-Left) */
form.mktoForm.mktoLayoutLeft label.mktoLabel {
    text-align: right !important;
    min-width:120px;
}

/* PLACEHOLDER TEXT */
::-moz-placeholder{color: #333 !important;}
::-webkit-input-placeholder{color: #333 !important;}
:-ms-input-placeholder{color: #333 !important;}
::placeholder{color: #333 !important;}

/* INPUTS: text, textarea, select */
form.mktoForm input[type=url],
form.mktoForm input[type=text],
form.mktoForm input[type=date],
form.mktoForm input[type=tel],
form.mktoForm input[type=email],
form.mktoForm input[type=number],
form.mktoForm textarea.mktoField,
form.mktoForm select.mktoField  {
    color:#003057 !important;
    padding: 8px 13px !important;
    flex-grow:1;
    width:100% !important;
    min-height: auto !important; /*mktoOverride*/
    /* -webkit-appearance: none; */
    /* -moz-appearance: none; */
    /* appearance: none; */
    font-size: 16px;
}

/* INPUT */
form.mktoForm input.mktoField,
form.mktoForm select.mktoField,
form.mktoForm textarea.mktoField {
    background-color: #fff !important;
    border-width: 1px;
    border-style: solid;
    border-color: #b8c0c7 !important;
    border-radius: 5px !important;
}

/* INPUTS (:focus-state) */
form.mktoForm input.mktoField:focus,
form.mktoForm select.mktoField:focus,
form.mktoForm textarea.mktoField:focus,
form.mktoForm input.mktoField[type=radio]:focus:checked,
form.mktoForm input.mktoField[type=radio]:focus{
    border-color: #005F9E !important;
    outline: 0px !important;
    background: #fff;
}

form.mktoForm input.mktoField.mktoValid,
form.mktoForm select.mktoField.mktoValid,
form.mktoForm textarea.mktoField.mktoValid,
form.mktoForm input.mktoField[type=radio].mktoValid:checked,
form.mktoForm input.mktoField[type=radio].mktoValid {
    border-color: #005F9E !important;
    outline: 0px !important;
    border-width: 2px;
    border-style: solid;
    background: #e6f6f6;
}

/* SELECT */
form.mktoForm select.mktoField:not(.mktoValid),
form.mktoForm select.mktoField.mktoInvalid {
    color: #ddd !important;
}
/* valid select input */
form.mktoForm select.mktoField {
    /* background-image: linear-gradient(135deg, #ddd 50%, transparent 50%), linear-gradient(45deg, transparent 50%, #ddd 50%); /* downward triangle - match placeholder color */
}
form.mktoForm select.mktoField:focus,
form.mktoForm select.mktoField:active {
    /* background-image: linear-gradient(135deg, #888 50%, transparent 50%), linear-gradient(45deg, transparent 50%, #888 50%); /* downard triangle - :focus-color */
}

form.mktoForm select.mktoField {
    background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em;
    background-size: 5px 5px, 5px 5px;
    background-repeat: no-repeat !important;
    outline: 0 !important;
}

/* SELECT (:focus-state) */
form.mktoForm select.mktoField.mktoInvalid:active,
form.mktoForm select.mktoField.mktoInvalid:focus {
    color: initial !important;
}

/* TEXTAREA */
form.mktoForm textarea.mktoField {
    height: auto !important; /* override input fixed height */
}

/* RICH TEXT (.mktoHtmlText) */
form.mktoForm .mktoHtmlText {
    padding: 0px !important;
    width: 100% !important;
}

/* FIELDSET */
form.mktoForm fieldset {
    padding: 0px !important; /*mktoOverride*/
    margin: 0px !important; /*mktoOverride*/
    border: 0px !important; /*mktoOverride*/
}

/* CHECKBOX & RADIO */
form.mktoForm .mktoRadioList,
form.mktoForm .mktoCheckboxList {
    /*flex-grow: 1;*/
    padding:0.5rem 0 !important;
    margin-left: 10px;
    flex-grow: 0;
}
form.mktoForm .mktoRadioList *,
form.mktoForm .mktoCheckboxList * {
    text-align: left !important;
}

/* CHECKBOX & RADIO LABELS */
form.mktoForm .mktoCheckboxList label,
form.mktoForm .mktoRadioList label {
    margin-top: 0px !important;
    line-height: 1.25em !important;
    margin-bottom: .75em !important;
    margin-left: 1.75em !important;
}

/* CHECKBOX & RADIO INPUTS */
form.mktoForm .mktoRadioList > input,
form.mktoForm .mktoCheckboxList > input {
    float: left !important;
    width: 1.25em !important;
    height: 1.25em !important;
}

/* CHECKBOX */
form.mktoForm input[type=checkbox] {
    /* -webkit-appearance: none !important; */
    box-sizing: border-box !important;
}
/* CHECKBOX (:focus-state) */
form.mktoForm input[type=checkbox]:focus {
    outline:0px !important;
}
/* CHECKBOX (:checked-state) */
form.mktoForm input[type=checkbox]:checked::before {
    content:"";
    color: #444 !important;
    font-weight:bold !important;
    width:1em !important;
    height:1em !important;
    text-align:center !important;
    display:block !important;
    margin-top:-2px;
    margin-left:1px;
}

label[for=Bio_Techne_Email__c]
{
    text-transform: inherit !important;
    float: right !important;
    max-width: 87%;
}

/* RADIO */
form.mktoForm input.mktoField[type=radio] {
    /* -webkit-appearance:none !important;*/
    border-radius: 50%;
    height:17px !important;
    width: 17px !important;
}
/* RADIO (:focus-state) */
form.mktoForm input.mktoField[type=radio]:focus {
    outline: none !important;
    border-width: 1px;
    border-style: solid;
}
/* RADIO (:checked-state) */
form.mktoForm input.mktoField[type=radio]:focus:checked, form.mktoForm input.mktoField[type=radio]:focus {
    border-width: 1px;
    border-style: solid;
}
form.mktoForm input.mktoField[type=radio]:checked::before {
    content:"";
    background-color: #444 !important;
    height:11px;
    width:11px;
    position:absolute;
    border-radius: 50%;
    margin-top:2px;
    margin-left:2px;
    box-sizing:border-box;
}

/* BUTTON WRAP */
form.mktoForm .mktoButtonWrap {
    margin:15px auto !important; /* center button */
}
/* BUTTON */
form.mktoForm button.mktoButton {
    background: #005F9E !important;
    color: #FFF !important;
    border: 1px solid transparent !important;
    padding: 10px 20px !important;
    font-weight: 500 !important;
    text-transform: uppercase;
    font-size: 1.1em !important;
    line-height: 1rem !important;
    position: relative;
}

/* BUTTON (:active-states) */
form.mktoForm .mktoButton:hover,
form.mktoForm .mktoButton:focus,
form.mktoForm .mktoButton:active {
    background-color: rgba(0,95,158,0.8) !important;
    color: #fff !important;
}

/* ERROR MESSAGE */
form.mktoForm .mktoError {
    width: 100% !important;
    left: 5%;
    bottom:30px !important;
    display:flex;
    max-width:90% !important;
}

form.mktoForm .mktoErrorMsg {
    max-width:90% !important;
    flex-grow: 1 !important;
    margin:0px auto !important;
    width: 100% !important;
    font-size: .9em !important;
    background-image:none !important;
    box-shadow: none !important;
    text-shadow:none !important;
    background: #fff !important;
    color: red !important;
    /*border: 1px solid red !important;*/
    border: none !important;
    outline: none !important;
}
form.mktoForm .mktoErrorDetail {
    font-size: inherit !important;
    display: inline-block !important;
}
/* invalid select input (error) */
form.mktoForm select.mktoField.mktoInvalid {
    /* background-image: linear-gradient(135deg, #dd0000 50%, transparent 50%), linear-gradient(45deg, transparent 50%, #dd0000 50%); /* downward triangle - error-red */
}
form.mktoForm input.mktoField.mktoInvalid,
form.mktoForm select.mktoField.mktoInvalid,
form.mktoForm textarea.mktoField.mktoInvalid,
.mktoLogicalField.mktoInvalid input {
    /*border-color: #dd0000 !important;*/
}

/* FIELDSET > Show Labels inside fieldset (modular) ---------------- */
/**/form.mktoForm fieldset {
        /**/    display:flex !important;
        /**/    flex-direction:row;
        /**/}
/**/form.mktoForm fieldset .mktoFieldWrap {
        /**/    display:flex !important;
        /**/    flex-direction:column;
        /**/}
/**/form.mktoForm.mktoLayoutAbove fieldset label.mktoLabel,
        /**/form.mktoForm.mktoLayoutLeft fieldset label.mktoLabel{
        /**/    display: inline-block !important;
        /**/    text-align:left !important;
        /**/    padding:0px 0px 5px !important;
        /**/}
/* end: FIELDSET > Show Labels inside fieldset (modular) ^^^^^^^^^^^ */

/* FIELDSET: Optimized for CHECKBOX input (modular) ---------------- */
/**/form.mktoForm.mktoLayoutAbove fieldset .mktoFieldWrap,
        /**/form.mktoForm.mktoLayoutLeft fieldset .mktoFieldWrap {
        /**/    flex-direction: row-reverse !important;
        /**/}
/**/form.mktoForm.mktoLayoutLeft fieldset label.mktoLabel {
        /**/  max-width:100% !important;
        /**/  width:100% !important;
        /**/  text-align:left !important;
        /**/  line-height:1.4em !important;
        /**/}
/**/form.mktoForm fieldset label.mktoLabel {
        /**/  font-weight: normal !important;
        /**/  font-size: 1em !important;
        /**/}
/**/form.mktoForm fieldset .mktoRadioList,
        /**/form.mktoForm fieldset .mktoCheckboxList {padding:0px !important;}
/* FIELDSET: Optimized for CHECKBOX input (modular) ^^^^^^^^^^^^^^^^ */

/*/ ======== RESPONSIVE STYLES ========= /*/
/* adjust breakpoint to max-width: [480, 576, 768, 991, 1200] */
/* twin styles: upto 576px, 768-991px || 1-column responsive */
/* be sure both media queries match identically */
@media screen and (max-width:576px) {
    form.mktoForm,
    form.mktoForm .mktoFormRow,
    form.mktoForm .mktoFieldWrap {
        display:block !important;
        text-align: left !important;
    }
    form.mktoForm, form.mktoForm * {
        padding:0px;
    }
    form.mktoForm label.mktoLabel, form.mktoForm .mktoHtmlText {
        padding-left:0px !important;
        padding-right: 0px !important;
    }
} /* end responsive 0-576px */

@media screen and (min-width:768px) and (max-width:991px) {
    form.mktoForm,
    form.mktoForm .mktoFormRow,
    form.mktoForm .mktoFieldWrap {
        display:block !important;
        text-align: left !important;
    }
    form.mktoForm, form.mktoForm * {
        padding:0px;
    }
    form.mktoForm label.mktoLabel, form.mktoForm .mktoHtmlText {
        padding-left:0px !important;
        padding-right: 0px !important;
    }
} /* end responsive 768-991px */