﻿
@font-face {
    font-family: 'AvenirLTLight';
    src: url("Fonts/AvenirLTStd-Light.eot");
    src: url("Fonts/AvenirLTStd-Light.otf") format("opentype"),
         url("Fonts/AvenirLTStd-Light.ttf") format("truetype");
    font-weight: normal;
}

@font-face {
    font-family: 'AvenirLTBold';
    src: url("Fonts/AvenirLTStd-Black.eot");
    src: url("Fonts/AvenirLTStd-Black.otf") format("opentype"),
         url("Fonts/AvenirLTStd-Black.woff") format("woff"),
         url("Fonts/Avenir-Black-Webfont.ttf") format("truetype");
    font-weight: bold;
}

@font-face {
    font-family: 'AvenirOblique';
    src: url("Fonts/Avenir_Black_Oblique.otf");
    font-weight:bold;
}

#footer-bottom {
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.0);
    -webkit-animation: fadeShadow 2s 1; /* Safari 4.0 - 8.0 */
    animation: fadeShadow 2s 1;
}


#wait {
    width: 100%;
    height: 100%;
    background-color: rgba(10, 10, 10, 0.15);
    z-index: 2500;
    position: fixed;
    top: 0;
    left: 0;
    cursor: wait;
}

.loader {
    border: 10px solid #fff; /* Light grey */
    
    border-top: 10px solid #111; /* Blue */
    border-radius: 50%;
    width: 90px;
    height: 90px;
    -moz-animation: spin 1s linear infinite;
    -o-animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

#outer-loader {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}


@-moz-keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


@-webkit-keyframes fadeShadow {
    0%   {
        -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    }
    100% {    
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    }
}

@keyframes fadeShadow {
    0%   {
        -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    }
    100% {    
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
        box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.0);
    }
}


.no-overflow {
    overflow: hidden;
    width: calc(100%);
}

html {
    overflow-x: hidden;
    min-width: 100%;
    width: calc(100% + 16px);
}

body {
    font-size: 1.9em;
}

.body {
    font-size: 1em;
}

#backdrop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 2000;
    background-color: rgba(25, 25, 25, 0.25);
}

.unsub-box {
    width: 350px;
    height: 350px;
    padding: 100px 30px;
    border-radius: 2.5%;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    background-color: white;
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%)  translateX(-50%);
}

.usub-btns {
    width: 100%;
}

.usub-btns .ava-btn {
    width: 45%;
    margin: 20px 2.5%;
    float: left;
    text-align: center;
}

#unsubEmail {
    width: 100%;
    position: relative;

}

.usub-btns .ava-btn .btn-txt {
    top: 50%;
    left: auto;
    display: block;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    position: relative;
    font-size: .7em;
}

.body {
    font-size: 1em;
}

/*
    body, .center {
    width: 100%;
    overflow-x: hidden;
    -ms-overflow-x: hidden;
    overflow-y:visible;
    -ms-overflow-y: visible;
    padding: 0;
    margin: 0;
}

.center::-webkit-scrollbar {
    display: initial;
    width: 0;
    z-index: 0;
}

.center::-webkit-scrollbar-track {
    display:initial; 
    z-index: 0;
}
 
.center::-webkit-scrollbar-thumb {
    display: initial;
    z-index: 0;
}

.center::-webkit-scrollbar-thumb:hover {
    display: initial;
    z-index: 0;
}

@media only screen and (max-device-width: 400px) {
    .center::-webkit-scrollbar {
        display: none;
        width: 0;
        z-index: 0;
    }

    .center::-webkit-scrollbar-track {
        display: none; 
        z-index: 0;
    }
 
    .center::-webkit-scrollbar-thumb {
        display: none;
        z-index: 0;
    }

    .center::-webkit-scrollbar-thumb:hover {
        display: none;
        z-index: 0;
    }

}
*/

/* LINKS */

a {
    color: #cc6633;
    text-decoration: underline;
    cursor: pointer;
}

a:hover {
    color: #cc6633;
    text-decoration: none;
    cursor: pointer;
}


/* FORM STYLES */
.red {
    color: #9c0500;
}

.required-mark {
    float: left;
    clear: none;
    display: inline-block;
    width: 15px;
    left: -0.5em;
    position: absolute;
}

.denotes-required {
    width: 80%;
    margin: 30px 10% 0 10%;
    clear: both;
}

.denotes-required p {
    text-align: right;
    float: right;
    clear: both;
    width: 80%;
}

.form-rule {
    width: 80%;
    border-bottom: 1px #cdcdcd solid;

}

input.isInError {
    border: #9c0500 solid 2px;
}

#fContactInfo {
    clear: both;
    width: 100%;
    height: auto;
    overflow: initial;
    float: none;
    margin: 20px auto 0;
}

.error-message {
    font-size: 1em;
    color: #9c0500;
    margin-top: 3px;
    clear: both;
}

.inner-contact-error {
    margin-left: 10%;
    width: 80%;
    float: right;
}

.error-right, .error-left {
    width: 45%;
    display: block;
}

.error-right {
    float: left;
    clear: none;
}

 .error-left {
     float: left;
     clear: none;
}

.form-label {
    display: inline-block;
    float: left;
    text-align: left;
    clear: both;
}

label {
    font-weight: normal;
}
    .control-container {
        padding: 0;
        float: left;
        display: inline-block;
        width: 45%;
        margin: 20px 2%;
    }

.zipholder {
    clear: none;
    width: 35%;
    float: right;
}

.stateholder {
    clear: none;
    width: 45%;
    float: left;
}

.inner-addon.right-addon .glyphicon {
    position: absolute;
    right: 10px;
    top: 30px;
}

.zipholder.inner-addon.right-addon .glyphicon {
    position: absolute;
    right: 10px;
    top: 30px;
} 

.stateholder.outer-addon.right-addon .glyphicon {
    position: absolute;
    right: -20px;
    top: 30px;
}

.outer-addon.right-addon .glyphicon {
    position: absolute;
    right: -20px;
    top: 30px;
}

@media only all and (max-width: 850px) {
    a.unsub {
        margin: 0;
        padding: 0;
    }
}

@media only all and (max-width: 780px) {
    a.unsub {
        margin: 0;
        padding: 0;
    }


    .inner-addon.right-addon .glyphicon {
        position: absolute;
        right: 10px;
        top: 30px;
    }

    .zipholder.inner-addon.right-addon .glyphicon {
        position: absolute;
        right: 10px;
        top: 30px;
    } 

    .stateholder.outer-addon.right-addon .glyphicon {
        position: absolute;
        right: -20px;
        top: 30px;
    }

    .outer-addon.right-addon .glyphicon {
        position: absolute;
        right: -20px;
        top: -7px;
    }

    .control-container {
        width: 100%;
        clear: both;
        margin: 20px auto;
    }

}


    .custom-control {
        height: 25px;
        font-size: 14px;
        color: #555;
        background-color: #fff;
        background-image: none;
        border: 2px solid #ccc;
        border-radius: 0;
        margin: 0;
        width: 100%;
        clear: both;
        display: block;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    }

    .custom-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
    }

    /* GLYPHICON */


.errorStyle, .noValue {
    color: #9c0500;
    border: 2px solid #9c0500;
}

.inner-addon, .outer-addon {
    position: relative;
}

.glyphicon {
    color: #9c0500;
}

input[type="Radio"].errorStyle, input[type="Checkbox"].noValue {
    border: 1px solid #9c0500;
}

 p .brandname {
    color: #005d7d;
}

 .isi-text  .brandname {
     color: #005d7d;
 }

.text-section {
    margin: 20px 10%;
    position: relative;
    width: 80%;
    display: inline-block;
    float: none;
    clear: both;
}

p, h1, h2, h3, h4, li, ul {
    color: #333333;
}

ul {
    padding-left: 30px;
}


@media all and (min-width: 1100px) and (max-width: 1400px) {
    .text-section {
        margin: 20px auto;
        position: relative;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        display: inline-block;
        max-width: 1000px;
    }

    #inner-header {
        margin: 20px auto;
        left: 50%;
        position: relative;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: 1000px;
    }

    .text-section.terms {
        margin: 10px auto;
        position: relative;
        height: auto;
        clear: both;
        width: 80%;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 0;
        max-width: 1000px;

    }
}

@media only all and (max-width: 930px) {
    #inner-header {
        margin: 20px auto;
        left: 50%;
        position: relative;
        padding: 0;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        max-width: none;
        width: 50%;

    }

    #header-logo {
        width: 100%;
        margin: 0;
        padding: 0;
        height: auto;
        max-width: 300px;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        float: none;
        position: relative;
        display: block;
        left: 50%;
        padding: 0;
    }
}

.visible {
    -moz-transition-duration: .25s;
    -o-transition-duration: .25s;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -moz-transition-delay: .25s;
    -o-transition-delay: .25s;
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
    -webkit-animation: fadein .5s 1; /* Safari 4.0 - 8.0 */
    animation: fadein .5s 1;
}

.hidden {
    -moz-transition-delay: .25s;
    -o-transition-delay: .25s;
    -webkit-transition-delay: .25s;
    transition-delay: .25s;
    -moz-transition-duration: .25s;
    -o-transition-duration: .25s;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -webkit-animation: fadeout .5s 1; /* Safari 4.0 - 8.0 */
    animation: fadeout .5s 1;
}

@-webkit-keyframes fadein {
    0%   {opacity: 0.0;}
    65%  {opacity: 0.5;}
    100% {opacity: 1.0;}
}

@-webkit-keyframes fadeout {
    0%   {opacity: 1.0;}
    65%  {opacity: 0.5;}
    100% {opacity: 0.0;}
}

@keyframes fadein {
    0%   {opacity: 0.0;}
    65%  {opacity: 0.5;}
    100% {opacity: 1.0;}
}

@keyframes fadeout {
    0%   {opacity: 1.0;}
    65%  {opacity: 0.5;}
    100% {opacity: 0.0;}
}

body, p {
    font-family: 'AvenirLTLight', Arial, sans-serif;
    font-weight: normal;
}

h1, .bold {
    font-family: 'AvenirLTBold', Arial, sans-serif;
    font-weight: bold;
}

h1 {
    font-size: 2em;
}


.breadcrumb-outter {
    width: 100%;
    height: 30px;
    position: relative;
    display: inline-block;
    clear: both;
    margin: 10px 0;
}

.breadcrumb-container {
    position: absolute;
    clear: both;
    width:auto;
    height: 30px;
    float: left;
    display: inline-block;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0;
    margin: 0;
    clear: both;
    min-height: 30px;
    max-height: 30px;
}

    .breadcrumb-container * {
        -moz-transition-duration: .25s;
        -o-transition-duration: .25s;
        -webkit-transition-duration: .25s;
        transition-duration: .25s;
    }

.text-section h1, .text-section p, header, footer, .nav-btn-container, .welcome-btn-container, .isi-blurb-content, .terms {
    -webkit-animation: fadein .5s 1; /* Safari 4.0 - 8.0 */
    animation: fadein .5s 1;
    -moz-transition-duration: 0s;
    -o-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    transition-duration: 0s;
    transition-property: none;
}

.breadcrumb-wrap {
    width: 30px;
    height: 30px;
    min-height: 30px;
    max-height: 30px;
    min-width: 30px;
    max-width: 30px;

    display: block;
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    float: left;
    clear: none;
    position: relative;
}

.breadcrumb {
    width: 8px;
    height: 8px;
    min-width: 8px;
    min-height: 8px;
    max-width: 8px;
    max-height: 8px;
    position: relative;
    left: 50%;
    top: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #aaaaaa;
    border-radius: 50%;
    cursor: pointer;
    margin: 0;
    padding: 0;
}

.breadcrumb-wrap:hover .breadcrumb {
    background-color: #ccc;
}

.breadcrumb.active {
    width: 12px;
    height: 12px;
    min-width: 12px;
    min-height: 12px;
    max-width: 12px;
    max-height: 12px;

    background-color: #005d7d;
    -webkit-animation: bubblein .35s 1; /* Safari 4.0 - 8.0 */
    animation: bubblein .35s 1;
}

.breadcrumb-wrap:hover .breadcrumb.active {
    background-color: #5e99ad;
}

.breadcrumb.inactive {
    -webkit-animation: bubbleout .5s 1; /* Safari 4.0 - 8.0 */
    animation: bubbleout .5s 1;

}

.nav-btn-container {
    width: 100%;
    max-width: 400px;
    min-height: 40px;
    max-height: 40px;
    margin: 20px auto;
    display: block;
    float: left;
    clear: both;
    left: 50%;
    position: relative;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);

}

.ava-btn:active {
    background-color: #5e99ad;
    -moz-transition-duration: .1s;
    -o-transition-duration: .1s;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

@media only all and (min-width: 900px) {
    .welcome-btn-container {
        width: 100%;
        max-width: 500px;
        height: 40px;
        position: relative;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        margin: 20px 0;
        display: block;
        clear: both;
    }

    .ava-btn.welcome-btn {
        width: 45%;
    }

    

    .returning-btn {
        float: right;
    }

    .new-btn {
        float: left;
    }
}

@media only all and (max-width: 899px) {
    .welcome-btn-container {
        width: 90%;
        height: auto;
        position: relative;
        margin: 10px auto;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        -webkit-transform: none;
        transform: none;
        clear: both;
    }

    .ava-btn.welcome-btn {
        width: 100%;
        display: inline-block;
        margin: 10px 0;
    }

    .returning-btn, .new-btn {
        float: none;
    }
}

.ava-btn.welcome-btn .btn-wrapper .btn-txt, .ava-btn.nav-btn .btn-wrapper .btn-txt {
    white-space: nowrap;
    font-size: .7em;

}

.ava-btn {
    background-color: #005d7d;
    border-radius: 10px;
    color: #ffffff;
    cursor: pointer;
    height: 40px;
    font-size: 1.5em;
    max-height: 40px;
    -moz-transition-duration: .25s;
    -o-transition-duration: .25s;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}

.ava-btn.nav-btn {
    width: 30%;
}

.ava-btn:hover {
    -moz-transition-duration: .25s;
    -o-transition-duration: .25s;
    -webkit-transition-duration: .25s;
    transition-duration: .25s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    border: 3px solid #bdccd4;
}

.next-btn {
    float: right;
    margin: 0 7.5% 0 0;
}

.next-btn .btn-txt {
}


.back-btn {
    float: left;
    margin: 0 0 0 7.5%;
}

.back-btn .btn-txt {
}

.btn-txt {
    padding: 0 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.btn-wrapper {
    position:relative;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    float: none;
    top: 50%;
    left: 50%;
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.next-btn .btn-wrapper {
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.back-btn .btn-wrapper {
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}

.arrow-up {
    width: 0; 
    height: 0;
    border-top: transparent 0 solid;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom:10px solid #005d7d;
    float: none;
    margin: 0 auto;
}

#footer-banner:hover .arrow-up {
    -webkit-animation: arrowmoveup 3s infinite; /* Safari 4.0 - 8.0 */
    animation: arrowmoveup 3s infinite;
}


.arrow-down {
    width: 0; 
    height: 0; 
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top:10px solid #005d7d;
    float: none;
    margin: 0 auto;
}

#footer-banner:hover .arrow-down {
    -webkit-animation: arrowmovedown 3s infinite; /* Safari 4.0 - 8.0 */
    animation: arrowmovedown 3s infinite;
}

.arrow-left {
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    float: left;
    padding: 0;
    margin: 5px 0 0 10px;
    display: block;
    clear: none;
    border-right:10px solid transparent;
    position: relative;
    top: 50%;
    right: 6px;
    -moz-transform: translateX(3px) translateY(-70%);
    -ms-transform: translateX(3px) translateY(-70%);
    -o-transform: translateX(3px) translateY(-70%);
    -webkit-transform: translateX(3px) translateY(-70%);
    transform: translateX(3px) translateY(-70%);

}

.arrow-right {
    width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    float: right;
    display: block;
    clear: none;
    padding: 0;
    margin: 5px 10px 0 0;
    border-left:10px solid transparent;
    position: relative;
    top: 50%;
    left: 6px;
    -moz-transform: translateX(-3px) translateY(-70%);
    -ms-transform: translateX(-3px) translateY(-70%);
    -o-transform: translateX(-3px) translateY(-70%);
    -webkit-transform: translateX(-3px) translateY(-70%);
    transform: translateX(-3px) translateY(-70%);

}

.ava-btn:hover .btn-wrapper .arrow-right {
    -moz-transition-duration: .15s;
    -o-transition-duration: .15s;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-animation: arrowmoveright .5s 1; /* Safari 4.0 - 8.0 */
    animation: arrowmoveright .5s 1;
}

.ava-btn:hover .btn-wrapper .arrow-left {
    -moz-transition-duration: .15s;
    -o-transition-duration: .15s;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    -webkit-animation: arrowmovleft .5s 1; /* Safari 4.0 - 8.0 */
    animation: arrowmovleft .5s 1;
}

@-webkit-keyframes arrowmoveup {
    0%   {transform: translateY(0);}
    5%  {transform: translateY(-8px);}
    10%  {transform: translateY(0);}
    15%  {transform: translateY(-8px);}
    20% {transform: translateY(0);}
    100% {transform: translateY(0);}
}

@keyframes arrowmoveup {
    0%   {transform: translateY(0);}
    5%  {transform: translateY(-8px);}
    10%  {transform: translateY(0);}
    15%  {transform: translateY(-8px);}
    20% {transform: translateY(0);}
    100% {transform: translateY(0);}
}

@-webkit-keyframes arrowmovedown {
    0%   {transform: translateY(0);}
    5%  {transform: translateY(8px);}
    10%  {transform: translateY(0);}
    15%  {transform: translateY(8px);}
    20% {transform: translateY(0);}
    100% {transform: translateY(0);}
}

@keyframes arrowmovedown {
    0%   {transform: translateY(0);}
    5%  {transform: translateY(8px);}
    10%  {transform: translateY(0);}
    15%  {transform: translateY(8px);}
    20% {transform: translateY(0);}
    100% {transform: translateY(0);}
}

@-webkit-keyframes arrowmovleft {
    0%   {transform: translateX(0) translateY(-70%);}
    30%  {transform: translateX(-8px) translateY(-70%);}
    60%  {transform: translateX(0) translateY(-70%);}
    80%  {transform: translateX(-6px) translateY(-70%);}
    100% {transform: translateX(0) translateY(-70%);}
}

@-webkit-keyframes arrowmoveright {
    0%   {transform: translateX(0) translateY(-70%);}
    30%  {transform: translateX(8px) translateY(-70%);}
    60%  {transform: translateX(0) translateY(-70%);}
    80%  {transform: translateX(6px) translateY(-70%);}
    100% {transform: translateX(0) translateY(-70%);}

}

@keyframes arrowmovleft {
    0%   {transform: translateX(0) translateY(-70%);}
    30%  {transform: translateX(-8px) translateY(-70%);}
    60%  {transform: translateX(0) translateY(-70%);}
    80%  {transform: translateX(-6px) translateY(-70%);}
    100% {transform: translateX(0) translateY(-70%);}
}

@keyframes arrowmoveright {
    0%   {transform: translateX(0) translateY(-70%);}
    30%  {transform: translateX(8px) translateY(-70%);}
    60%  {transform: translateX(0) translateY(-70%);}
    80%  {transform: translateX(6px) translateY(-70%);}
    100% {transform: translateX(0) translateY(-70%);}

}


@-webkit-keyframes imgarrowmoveright {
    0%   {        -moz-transform:  translateX(0);
        -ms-transform:  translateX(0);
        -o-transform:  translateX(0);
        -webkit-transform:  translateX(0);
        transform: translateX(0);
    }
    30% {
        -moz-transform:  translateX(8px);
        -ms-transform:  translateX(8px);
        -o-transform:  translateX(8px);
        -webkit-transform:  translateX(0);
        transform: translateX(8px);
    }
    60% {
        -moz-transform:  translateX(0);
        -ms-transform:  translateX(0);
        -o-transform:  translateX(0);
        -webkit-transform:  translateX(0);
        transform: translateX(0);
    }
    80%  {
        -moz-transform:  translateX(6px);
        -ms-transform:  translateX(6px);
        -o-transform:  translateX(6px);
        -webkit-transform:  translateX(6px);
        transform: translateX(6px)}
    100% {
        -moz-transform:  translateX(0);
        -ms-transform:  translateX(0);
        -o-transform:  translateX(0);
        -webkit-transform:  translateX(0);
        transform:  translateX(0);
    }

}

@keyframes imgarrowmoveright {
    0%   {        -moz-transform:  translateX(0);
        -ms-transform:  translateX(0);
        -o-transform:  translateX(0);
        -webkit-transform:  translateX(0);
        transform: translateX(0);
    }
    30% {
        -moz-transform:  translateX(8px);
        -ms-transform:  translateX(8px);
        -o-transform:  translateX(8px);
        -webkit-transform:  translateX(0);
        transform: translateX(8px);
    }
    60% {
        -moz-transform:  translateX(0);
        -ms-transform:  translateX(0);
        -o-transform:  translateX(0);
        -webkit-transform:  translateX(0);
        transform: translateX(0);
    }
    80%  {
        -moz-transform:  translateX(6px);
        -ms-transform:  translateX(6px);
        -o-transform:  translateX(6px);
        -webkit-transform:  translateX(6px);
        transform: translateX(6px)}
    100% {
        -moz-transform:  translateX(0);
        -ms-transform:  translateX(0);
        -o-transform:  translateX(0);
        -webkit-transform:  translateX(0);
        transform:  translateX(0);
    }
}


/* BUBBLE IN */

@-webkit-keyframes bubblein {
    0%   {height: 8px; width: 8px;}
    40%  {height: 15px; width: 15px;}
    55%  {height: 10px; width: 10px;}
    80%  {height: 14px; width: 14px;}
    100% {height: 12px; width: 12px;}
}

@keyframes bubblein {
    0%   {height: 8px; width: 8px;}
    40%  {height: 15px; width: 15px;}
    55%  {height: 10px; width: 10px;}
    80%  {height: 14px; width: 14px;}
    100% {height: 12px; width: 12px;}
}


/* BUBBLE OUT */

@-webkit-keyframes bubbleout {
    0%   {height: 12px; width: 12px;}
    70%  {height: 6px; width: 6px;}
    100% {height: 8px; width: 8px;}
}

@keyframes bubbleout {
    0%   {height: 12px; width: 12px;}
    70%  {height: 6px; width: 6px;}
    100% {height: 8px; width: 8px;}
}


/* HEADER STYLES */

header {
    padding: 30px 20px 40px;
    margin: 0;
    float: left;
    height: auto;
    width: 100%;
    max-width: 100%;
    display: block;
    position: relative;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 5px rgba(0,0,0,0.2);
    background-color: #ffffff;
    clear: both;
    -webkit-animation: fadein .25s 1; /* Safari 4.0 - 8.0 */
    animation: fadein .25s 1;

}

#inner-header {
    margin: 20px 10%;
    position: relative;
    width: 80%;
    display: inline-block;
    float: none;
    clear: both;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -webkit-transform: none;
    transform: none;
    left: auto;
}

@media only all and (min-width: 931px) {
    #header-logo {
        width: 20%;
        margin: 0;
        height: auto;
        float: left;
        display: block;
        position: relative;
        display: block;
        max-width: 225px;
    }
}

/* FOOTER STYLES */

.footer-left {
    width: 20%;
    float: left;
    margin: 0 0 0 10%;
}

.footer-right {
    float: right;
    width: 60%;
    clear: none;
    padding: 0;
    margin: 0 20% 0 0;
    display: inline-block;
    padding-bottom: 40px;
    font-size: .8em;
}


.unsub-footer .footer-right {
    font-size: 1em;
    width: 50%;

}



.footer-copyright {
    clear: both;
    font-family: 'AvenirLTBold', Arial, sans-serif;
    font-weight: bold;
    display: inline-block;
}

#footer-logo {
    float: right;
    width: 90%;
    margin: 0 10% 0 0;
    padding: 0;
    max-width: 150px;
}

.footer-links {
    clear: both;
    float: left;
    display: inline-block;
}


.clear-left {
    clear: left;
}
.clear-right {
    clear: right;
}
.show-error {
    visibility: visible;
}

.hide-error {
    visibility:hidden;
}


/* ISI STYLES */

.unsub {
    font-size: 0.75em;
    clear: both;
    display: block;
    text-align: left;
    padding: 0 0 0 12px;
}

.isi-icon {
    margin:  0;
    padding: 0;
    float: left;
    display:  inline-block;
    clear: none;
    width: 50px;
    overflow: visible;
    height: 100%;
}

    .isi-icon img {
        width: 50.5px;
        height: 58.5px;
        padding: 0;
        margin: 0;
        top: 50%;
        position: absolute;
        display: block;
        padding: 0;
        clear: none;
        left: -65px;
        float: none;
        margin: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .isi-icon img.exclaim-icon {
            position: absolute;
            display: block;
            padding: 0;
            clear: none;
            left: -55px;
            float: none;
            margin: 0;
            top: 50%;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 25px;
            height: 64.5px;
        }

.isi-text {
    width: 500px;
    position: relative;
    clear: none;
    right: 0;
    float: none;
    text-align: left;
    margin: 0 auto 0 0;
    display: inline-block;
    color: #555555;
    font-size: 1em;
}

.isi-text div {
    top: 50%;
    right: 0;
    float: none;
    position: relative;
    text-align: left;
    display: block;
    width: 100%;
}

.isi-blurb-content {
    width: 90%;
    height: auto;
    position: relative;
    clear: both;
    margin: 20px 10% 20px 10%;
    display: inline-block;
}

.isi-blurb {
    max-width: 550px;
    left: 50%;
    display: block;
    height: 100%;
    position: relative;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.unsub-isi-wrap {
    max-height: 100px;
    height: 100px;
    width: 100%;
    position: relative;
    font-size: 0.9em;
}

.unsub-isi-wrap .unsub-isi-blurb {
    max-width: 500px;
}

.unsub-isi-blurb {
    left: calc(50% + 50px);
    position: absolute;
    width: 80%;
    margin-top: 20px;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.unsub-isi-text, .unsub-isi-text div {
    width: 450px;
    margin-top: 8px;
    float: right;
}

.unsub-isi-wrap .unsub-isi-icon img.exclaim-icon {
    float: none;
    position: relative;

}

.unsub-isi-wrap .unsub-isi-icon {
    position: relative;
    left: -5px;
    float: left;
    width: 50px;
}

@media all and (max-width: 800px) {
    .unsub-isi-wrap {
        max-height: 150px;
        height: 150px;
        width: 100%;
        position: relative;
        font-size: .9em;
        display: inline-block;
    }

    .unsub-isi-wrap .unsub-isi-blurb {
        max-width: 350px;
        display: inline-block;
        position: relative;

    }

    .unsub-isi-wrap .unsub-isi-text, .unsub-isi-wrap .unsub-isi-text div {
        width: auto;
        height: auto;
        margin-top: 10px;
        display: inline-block;
        clear: both;
        padding-top: 0;
        position: relative;
        width: 100%;
    }

        .unsub-isi-wrap .isi-icon img.exclaim-icon {
            float: none;
            position: relative;
            display: block;
            margin-left: 50%;
            -moz-transform: none;
            -ms-transform: none;
            -o-transform: none;
            -webkit-transform: none;
            transform: none;
            height: 78px;
        }

        .unsub-isi-wrap .unsub-isi-icon {
            position: relative;
            clear: both;
            height: auto;
            left: 50%;
            float: none;
            display: inline-block;
            -moz-transform: translateX(-75%);
            -ms-transform: translateX(-75%);
            -o-transform: translateX(-75%);
            -webkit-transform: translateX(-75%);
            transform: translateX(-75%);
        }
}

/* SURVEY STYLES */
.survey-content {
    width: 80%;
    margin: 0 auto;
    display: block;
    float: none;
    position: relative;
    clear: both;
    height: auto;
}

.question-container {
    margin: 20px;
    display: inline-block;
    clear: both;
    width: 100%;
    max-width: 900px;
    position: relative;
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

#fContactInfo .question-container {
    max-width: 100%;
}

#checkSurvey {
    max-width: 80%;
    margin-left: 10%;

}

#fContactInfo #checkSurvey .question-container {
    max-width: 75%;
    margin-left: 10%;
}

.question .glyph-container {
    position: absolute;
    right: -45px;
    top: 2px;
}


.question {
    position: relative;
    display: inline-block;
    width: auto;
    float: left;
    max-width: 80%;
}


#fContact .question {
    margin-left: 10px; 

}
.question-number {
    display: inline-block;
    float: left;
    clear: left;
    width: 20px;
}

#fSurvey .question {
    margin-left: 25px; 

}

.answer-container {
    width: auto;
    float: left;
    margin: 0 0 0 30px;
    display: inline-block;
    clear: both;
}

.answer-container label, .answer-container input {
    float: left;
    display: inline-block;
    clear: none;
}

input[type="Radio"], input[type="Checkbox"] {
    margin-right: 10px;
}

.control-container.centered-input {
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    position: relative;
    float: none;
    display: inline-block;
    margin: 20px auto;
    clear: both;
    width: 80%;
    max-width: 600px;
}


/* THANKS BTNS */


.btn-thanks-container {
    width: 70%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.btn-thanks-upper-section {
    background-color: #333333;
    min-height: 200px;
    width: 100%;
    float: none;
    display: block;
    margin: 0;
    padding: 20px 5%;
    font-size: .9em;
}

.btn-thanks-header {
    font-size: 1.1em;
    margin: 0 0 10px;
    display: block;
    padding-bottom: 10px;
}

.btn-thanks-lower-section {
    background-color: #005d7d;
    padding: 20px  0 0 5px;
    min-height: 70px;
    width: 100%;
    display: block;
    margin: 0;
    font-size: 1.2em;
}


.btn-thanks-lower-section:hover img {
    -webkit-animation: imgarrowmoveright .5s 1; /* Safari 4.0 - 8.0 */
    animation: imgarrowmoveright .5s 1;
}

.btn-thanks-lower-section a, .btn-thanks-upper-section a {
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    text-decoration: none;
}

@media only all and (min-width: 800px) {
    .gov-savings,
    .copay-enroll {
        display: block;
        min-height: 300px;
        margin: 0;
        padding: 0;
        position: relative;
        width: 47.5%;
    }

    .copay-enroll {
        float: left;
    }

    .gov-savings {
        float: right;
    }

    .btn-thanks-outer {
        width: 100%;
        position: relative;
        float: none;
        min-height: 400px;
        height: auto;
    }
}

@media only all (min-width: 900px) and (max-width: 1200px) {
    .btn-thanks-lower-section {
        display: block;
        min-height: 300px;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        float: none;
        font-size: 0.7em;
    }
     }


@media only all and (max-width: 900px) {
    .gov-savings,
    .copay-enroll {
        display: block;
        min-height: 300px;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        float: none;
        font-size: 0.9em;
    }

    .btn-thanks-outer {
        width: 100%;
        position: relative;
        float: none;
        min-height: 600px;
        height: auto;
    }

    .isi-text {
        width: 500px;
        font-size: 1em;
    }

    .isi-blurb {
        max-width: 400px;
        left: 50%;
    }

    .btn-thanks-lower-section {
        background-color: #005d7d;
        padding: 20px  0 0 10px;
        min-height: 70px;
        width: 100%;
        display: block;
        margin: 0;
        font-size: 1.5em;
    }

}


@media all and (max-width: 320px) {
    .gov-savings,
    .copay-enroll {
        display: block;
        min-height: 300px;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100%;
        float: none;
    }

    .btn-thanks-outer {
        width: 100%;
        position: relative;
        float: none;
        min-height: 600px;
        height: auto;
    }

    .isi-text {
        width: 220px;
        font-size: 1em;
    }

    .isi-blurb {
        max-width: 220px;
        left: 50%;
    }

    .isi-icon img.isi-icon {
        width: 25.25px;
        height: 29.25px;
    }
}


.btn-thanks-container *, .btn-thanks-text, .btn-thanks-content .brandname {
    color: white;
    margin: 0;
}

.thanks-arrow {
    padding: 0;
    margin: 0;
    width: 25px;
    float: right;
    margin: 0 20px 0 0;
}

.btn-thanks-text {
    float: right;
    margin: 0 20px 0 0;
}

@media only all and (min-width: 1000px) {
    .isi-icon {
        margin:  0;
        padding: 0;
        float: left;
        display:  inline-block;
        clear: none;
        width: 50px;
        overflow: visible;
        height: 100%;
    }


    .isi-icon img {
        width: 50.5px;
        height: 58.5px;
        padding: 0;
        margin: 0;
        top: 50%;
        position: absolute;
        display: block;
        padding: 0;
        clear: none;
        left: -65px;
        float: none;
        margin: 0;
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }

        .isi-icon img.exclaim-icon {
            position: absolute;
            display: block;
            padding: 0;
            clear: none;
            left: -55px;
            float: none;
            margin: 0;
            top: 50%;
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 25px;
            height: 64.5px;
            
        }

    .isi-text {
        width: 590px;
        position: relative;
        clear: none;
        right: 0;
        float: none;
        text-align: left;
        margin: 0 auto 0 0;
        display: inline-block;
        color: #555555;
        font-size: 1.2em;
    }

    .isi-text div {
        top: 50%;
        right: 0;
        float: none;
        position: relative;
        text-align: left;
        display: block;
        width: 100%;
    }

    .isi-blurb-content {
        width: 90%;
        height: auto;
        position: relative;
        clear: both;
        margin: 20px 10% 20px 10%;
        display: inline-block;
    }

    .isi-blurb {
        max-width: 650px;
        left: 50%;
        display: block;
        height: 100%;
        position: relative;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}


@media only all and (max-width: 100px) {
    
    .btn-thanks-text {
        font-size: 1em;
    }
}

@media only all and (min-width: 799px) and (max-width: 950px){
    img.thanks-arrow {
        width: 18px;
    }

}

/* STICKY FOOTER */

#footer-banner {
    display: none;
    opacity: 0;
}

.sticky #footer-banner {
    margin: 0;
    padding: 10px 0;
    background-color: rgba(190,190,190,0.60);
    position: fixed;
    width: 100%;
    cursor: pointer;
    display: inline-block;
    z-index: 500;
    transition-property: opacity, color;
    transition-duration: 1s;
    opacity: 1;
}

@supports ((-webkit-backdrop-filter: blur(2em)) or (backdrop-filter: blur(2em))) {
    #footer-banner {
        -webkit-backdrop-filter: blur(90px); /* Safari 9+ */
        backdrop-filter: blur(90px); /* Chrome and Opera */
    }
}

.footer-isi-content {
    width: 80%;
    margin: 70px auto;
    display: block;
    float: none;
    z-index: 500;
}

.footer-banner-wrap {
    margin: 0 0 30px 0;
    min-height: 60px;
    width: 100%;
    clear: both;
    position: relative;
    display: inline-block;
    color: #9c0500;
}


.isi-header, .isi-header-main {
    color: #005d7d;
    font-size: 1.5em;
    font-weight: bold;
    font-family: 'AvenirLTBold';
    margin: 10px 0 0;
    padding: 0;

}

.isi-header-main {
    text-align: center;
}

.isi-box {
    width: 80%;
    border: 1px solid black;
    margin: 10px auto 30px auto;
    display: inline-block;
    clear: both;
    float: none;
    padding: 30px;
    transform: translateX(-50%);
    left: 50%;
    position: relative;
}

.footer-isi-content p {
    margin: 0;
}

.two-col-list {
    width: 100%;
    clear: both;
    display: inline-block;
    float: left;
    position: relative;
    height: auto;
    margin: 5px 0;
}

.right-list, .left-list {
    width: 50%;
    max-width: 50%;
    clear: none;
    float: left;
    display: block;
    margin: 0;
}

.right-list {
    position: relative;
    right: 0;
}

.left-list {
    position: relative;
    left: 0;
}



    
.sticky #footer-bottom.open-footer {
    overflow: scroll;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -moz-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: height, top;
    transition-timing-function:ease-in-out;
    -webkit-animation: openfooter 3s 1; 
    animation: openfooter 3s 1;
    height: 80%;
    width: calc(100% + 14px)
    }

.sticky #footer-bottom.closed-footer {
    height: 130px;
    overflow: hidden;
    position:fixed;
    bottom: 0;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    -webkit-transition-duration: 0;
    transition-duration: 0;
    animation-delay: 0;
    -webkit-animation: footerpop 2s 1;
    animation: footerpop 2s 1;
}

.sticky #footer-bottom.close-footer {
    overflow: hidden;
    -moz-transition-delay: 0;
    -o-transition-delay: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
    -moz-transition-timing-function:ease-in-out;
    -o-transition-timing-function:ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    transition-property: height;
    -moz-transition-duration:.5s;
    -o-transition-duration:.5s;
    -webkit-transition-duration: 0;
    transition-duration:.5s;
    transition-timing-function:ease-in-out;
    -webkit-animation: closefooter 3s 1;
    animation: closefooter 3s 1;
    height: 130px;
}

@keyframes openfooter {
    0% {height: 130px;}
    100% {height: 80%;}
}

@-webkit-keyframes openfooter {
    0% {height: 130px;}
    100% {height: 80%;}
}


@keyframes closefooter {
    0% {height: 80%;}
    100% {height: 130px}
}

@-webkit-keyframes closefooter {
    0% {height: 80%;}
    100% {height: 130px;}
}


@keyframes footerpop {
    0% {height: 130px; bottom: -130px;}
    100% {height: 130px; bottom: 0;}
}

@-webkit-keyframes footerpop {
    0% {height: 130px; bottom: -130px;}
    100% {height: 130px; bottom: 0;}
}
    
.sticky #footer-bottom {
    height: 100px;
    width: 100%;
    padding: 0 0 50px 0;
    margin: 20px 0 0;
    clear: both;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    bottom: -10px;
    position: fixed;
}


footer {
    padding: 0;
    margin:  0;
    width: 100%;
    clear: both;
    position: relative;
    display: inline-block;
    -webkit-animation: fadein .25s 1; 
    animation: fadein .25s 1;
    height: 100px;
                                   
      }

footer.sticky {
    height: 100px;
}

.sticky footer.open-footer {
    overflow: visible;
    }

.sticky footer.close-footer, .sticky footer.closed-footer {
    overflow: hidden;
}


h1.unbolded {
    font-family: 'AvenirLTLight';
    font-weight: normal;
}

.unsub-footer {
    font-size: 10pt;
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
    height: 150px;
    padding: 30px 0 50px 0;
    z-index: 500;
    display: block;
    margin-top: -60px;
}

.nobr {
    white-space: nowrap;
}

html, body.unsub-page {
    height: 100%;
    margin: 0;
    padding: 0;
}

body.unsub-page {
    font-size: 1.1em;

}

.unsub-body {
    min-height: calc(70vh - 400px);
    display: block;
}

.body-content.unsub-body {
    z-index: 300;
}


@media only screen and (min-device-width: 1200px) {

    #footer-banner {
        margin: 0;
        padding: 10px 0;
        background-color: rgba(190,190,190,0.60);
        position: relative;
        width: 100%;
        cursor: pointer;
        display: inline-block;
        z-index: 500;
        transition-property: opacity, color;
        transition-duration: 1s;
        opacity: 1;
    }

    .sticky #footer-bottom {
        height: 100px;
        min-height: 20%;
        width: 100%;
        padding: 0 0 50px 0;
        margin: 20px 0 0;
        clear: both;
        display: inline-block;
        -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.2);
        background-color: #ffffff;
        bottom: -10px;
        position: fixed;
    }

    html.gecko .sticky #footer-banner {
        position: relative;
    }

    html.gecko .sticky .open-footer #footer-banner {
        position: fixed;
    }

    .sticky #footer-banner {
        margin: 0;
        padding: 10px 0;
        background-color: rgba(190,190,190,0.60);
        position: fixed;
        width: 100%;
        cursor: pointer;
        display: inline-block;
        z-index: 500;
        transition-property: opacity, color;
        transition-duration: 1s;
        opacity: 1;
    }

    .sticky #footer-bottom.open-footer {
        overflow: scroll;
        -moz-transition-delay: 0;
        -o-transition-delay: 0;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        -webkit-transition-timing-function: ease-in-out;
        transition-property: height, top;
        transition-timing-function: ease-in-out;
        -webkit-animation: openfooter 3s 1;
        animation: openfooter 3s 1;
        height: 80%;
        width: 100%;
        min-height: 20%;

    }

    .sticky #footer-bottom.closed-footer {
        height: 130px;
        overflow: hidden;
        -moz-transition-duration: 0;
        -o-transition-duration: 0;
        -webkit-transition-duration: 0;
        transition-duration: 0;
        animation-delay: 0;
        -webkit-animation: footerpop 2s 1;
        animation: footerpop 2s 1;
        bottom: 0;
        min-height: 20%;

    }

    .sticky #footer-bottom.close-footer {
        overflow: hidden;
        -moz-transition-delay: 0;
        -o-transition-delay: 0;
        -webkit-transition-delay: 0;
        transition-delay: 0;
        -moz-transition-timing-function: ease-in-out;
        -o-transition-timing-function: ease-in-out;
        -webkit-transition-timing-function: ease-in-out;
        transition-property: height;
        -moz-transition-duration: .5s;
        -o-transition-duration: .5s;
        -webkit-transition-duration: 0;
        transition-duration: .5s;
        transition-timing-function: ease-in-out;
        -webkit-animation: closefooter 3s 1;
        animation: closefooter 3s 1;
        height: 130px;
        bottom: 0;
        min-height: 20%;

    }

    .body-content {
        min-height: calc(100vh - 130px);
        margin-bottom: 60px;
    }

        .body-content.expand {
            min-height: calc(100vh - 130px);
        }

    footer {
        padding: 0 0 30px 0;
        margin: 0;
        width: 100%;
        clear: both;
        position: relative;
        display: inline-block;
        -webkit-animation: fadein .25s 1;
        animation: fadein .25s 1;
        height: auto;
        overflow: visible;
    }

        footer.sticky {
            height: 130px;
            overflow: hidden;
        }

    .sticky footer.open-footer {
        overflow: visible;
    }

    .sticky footer.close-footer, .sticky footer.closed-footer {
        overflow: hidden;
    }
}



#fSurvey .required-mark {
    width: 40px;
}


.hide-small {
    display: block;
}

img#footer-logo.show-small {
    display: none;
    width: 100%;
    margin: 0 auto;
}

@media all and (max-device-width: 1000px) {
    html {
        min-width: 100% !important;
        width: 100% !important;
        padding: 0;
        margin: 0;
        min-height: 100vh;
        overflow-x: hidden;
    }

    .unsub-body {
        min-height: calc(100% - 250px);
    }
    
    .unsub-footer * {
        height: auto !important;
        position: relative;
    }

    .unsub-isi-blurb .unsub-isi-text {
        font-size: 1.6em;
    }

    .unsub-footer .footer-right {
        clear: none;
        float: none;
        width: 90%;
        font-size: 1.5em;
        margin: 0 5%;
    }

    .unsub-footer .footer-left {
        float: none;
        clear: right;
        width: 100%;
        
        margin: 0 auto;
    }

    .unsub-page header {
        height: 200px;
    }

        .unsub-page header #inner-header {
            height: 200px;
            width: 100%;
            padding: 0;
            margin: 0;

        }

    .unsub-page header #inner-header img {
        height: 150px;
        width: auto;
        min-width: 0;
        max-width: 100%;
        margin: 25px auto;
        float: none;
    }

    .hide-small {
        display: none;
    }

    img#footer-logo.show-small {
        display: block;
        min-width: 300px;
        width: 60%;
        float: none;
        margin: 0 auto;
    }

    .unsub-footer {
        width: 100%;
        height: 300px;
        padding: 30px 20px 30px;
        bottom: -30px;
    }
}