.span_1_of_1 {
    width: 100%
}

.span_2_of_2 {
    width: 100%
}

.span_1_of_2 {
    width: 50%
}

.span_3_of_3 {
    width: 100%
}

.span_2_of_3 {
    width: 66.66%
}

.span_1_of_3 {
    width: 33.33%
}

.span_4_of_4 {
    width: 100%
}

.span_3_of_4 {
    width: 75%
}

.span_2_of_4 {
    width: 50%
}

.span_1_of_4 {
    width: 25%
}

.span_5_of_5 {
    width: 100%
}

.span_4_of_5 {
    width: 80%
}

.span_3_of_5 {
    width: 60%
}

.span_2_of_5 {
    width: 40%
}

.span_1_of_5 {
    width: 20%
}

.span_6_of_6 {
    width: 100%
}

.span_5_of_6 {
    width: 83.33%
}

.span_4_of_6 {
    width: 66.66%
}

.span_3_of_6 {
    width: 50%
}

.span_2_of_6 {
    width: 33.33%
}

.span_1_of_6 {
    width: 16.66%
}

.span_7_of_7 {
    width: 100%
}

.span_6_of_7 {
    width: 85.71%
}

.span_5_of_7 {
    width: 71.42%
}

.span_4_of_7 {
    width: 57.14%
}

.span_3_of_7 {
    width: 42.85%
}

.span_2_of_7 {
    width: 28.57%
}

.span_1_of_7 {
    width: 14.28%
}

.span_8_of_8 {
    width: 100%
}

.span_7_of_8 {
    width: 87.5%
}

.span_6_of_8 {
    width: 75%
}

.span_5_of_8 {
    width: 62.5%
}

.span_4_of_8 {
    width: 50%
}

.span_3_of_8 {
    width: 37.5%
}

.span_2_of_8 {
    width: 25%
}

.span_1_of_8 {
    width: 12.5%
}

.span_9_of_9 {
    width: 100%
}

.span_8_of_9 {
    width: 88.88%
}

.span_7_of_9 {
    width: 77.77%
}

.span_6_of_9 {
    width: 66.66%
}

.span_5_of_9 {
    width: 55.55%
}

.span_4_of_9 {
    width: 44.44%
}

.span_3_of_9 {
    width: 33.33%
}

.span_2_of_9 {
    width: 22.22%
}

.span_1_of_9 {
    width: 11.11%
}

.frameCol {
    display: block;
    float: left;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    border-left: 15px solid #fff;
    border-right: 15px solid #fff;
}

.frameCol.center {
    text-align: center;
}

.frameCol img {
    max-width: 100%;
    height: auto;
    display: block;
}


/* Does the same thing as overflow:hidden for floats except doesn't hide elements */

.frameGroup:before,
.frameGroup:after {
    content: "";
    display: table;
}

.frameGroup:after {
    clear: both;
}

.frameGroup {
    zoom: 1;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
    padding-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
    display: -ms-flex;
    display: -webkit-flex;
    display: flex;
}

.frameGroup.margin {
    margin-bottom: 20px;
}

.frameGroup.line {
    margin-bottom: 20px;
    border-bottom: 1px #ccc dotted;
}

.frameGroup h3 {
    font-size: 12px;
    line-height: 1.4;
}

body .cust-contant .frameGroup a {
    display: inline;
}

.frameGroup .capped {
    text-transform: uppercase;
}

.frameGroup iframe {
    width: 100%;
    display: block;
}

.frameGroup .img-responsive {
    width: 100%;
}

.mobileOnly {
    display: none;
}


/* FG pages */

.mainContent .frameCol {
    border-left-width: 5px;
    border-right-width: 5px;
}

.mainContent .frameGroup {
    padding-bottom: 10px;
    margin-left: -5px;
    margin-right: -5px;
}


/* Form styles */

.frameGroup [type="text"],
.frameGroup [type="password"],
.frameGroup [type="email"],
.frameGroup [type="number"],
.frameGroup [type="tel"],
.frameGroup [type="url"],
.frameGroup [type="search"],
.frameGroup select {
    height: 32px;
    padding: 0 5px 0 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.frameGroup input,
.frameGroup textarea,
.frameGroup select {
    border: 1px solid #CCC;
    font-size: 12px;
    margin: 0;
}

.frameGroup input[type='checkbox'] {
    vertical-align: top;
}

.frameGroup input[type="checkbox"],
.frameGroup input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

.frameGroup label.fld-mand {
    font-weight: bold;
}

.frameGroup label,
.frameGroup label.error,
.frameGroup .psuedo-label {
    display: inline-block;
    font-size: 12px;
    margin: 5px 10px 5px 0px;
    vertical-align: top;
}

.frameGroup [type="submit"] {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    border: 2px solid inherit;
    color: #444;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 22px;
    padding: 0 20px;
    text-align: center;
    text-decoration: none;
    background-color: #FFC559;
    border: 2px solid #FFC559;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 15px;
}


/* Amplifi Fixes */

main.video p {
    width: auto;
}

.frameGroup sup {
    vertical-align: middle;
    position: relative;
    top: -0.5em;
}

@media only screen and (max-width: 500px) {
    body.mobile-site .span_2_of_2,
    body.mobile-site .span_1_of_2,
    body.mobile-site .span_3_of_3,
    body.mobile-site .span_2_of_3,
    body.mobile-site .span_1_of_3,
    body.mobile-site .span_4_of_4,
    body.mobile-site .span_3_of_4,
    body.mobile-site .span_2_of_4,
    body.mobile-site .span_1_of_4,
    body.mobile-site .span_5_of_5,
    body.mobile-site .span_4_of_5,
    body.mobile-site .span_3_of_5,
    body.mobile-site .span_2_of_5,
    body.mobile-site .span_1_of_5,
    body.mobile-site .span_6_of_6,
    body.mobile-site .span_5_of_6,
    body.mobile-site .span_4_of_6,
    body.mobile-site .span_3_of_6,
    body.mobile-site .span_2_of_6,
    body.mobile-site .span_1_of_6,
    body.mobile-site .span_7_of_7,
    body.mobile-site .span_6_of_7,
    body.mobile-site .span_5_of_7,
    body.mobile-site .span_4_of_7,
    body.mobile-site .span_3_of_7,
    body.mobile-site .span_2_of_7,
    body.mobile-site .span_1_of_7,
    body.mobile-site .span_8_of_8,
    body.mobile-site .span_7_of_8,
    body.mobile-site .span_6_of_8,
    body.mobile-site .span_5_of_8,
    body.mobile-site .span_4_of_8,
    body.mobile-site .span_3_of_8,
    body.mobile-site .span_2_of_8,
    body.mobile-site .span_1_of_8,
    body.mobile-site .span_9_of_9,
    body.mobile-site .span_8_of_9,
    body.mobile-site .span_7_of_9,
    body.mobile-site .span_6_of_9,
    body.mobile-site .span_5_of_9,
    body.mobile-site .span_4_of_9,
    body.mobile-site .span_3_of_9,
    body.mobile-site .span_2_of_9,
    body.mobile-site .span_1_of_9 {
        width: 100%;
    }
    body.mobile-site .frameCol {
        border-left: 0px;
        border-right: 0px;
    }
    body.mobile-site .frameGroup {
        display: block;
        margin-left: 0px;
        margin-right: 0px;
    }
    body.mobile-site .desktopOnly {
        display: none;
    }
    body.mobile-site .mobileOnly {
        display: block;
    }
    body.mobile-site .frameGroup label {
        margin-top: 20px;
    }
}