@charset "utf-8";
html, body {
    height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    margin: 0;
    color: #222222;
    background-color: #edecec;
    font-family: "proxima-nova", sans-serif;
}
p {}
h1 {
    font-size: .9em;
    font-weight: 600;
    font-style: italic;
    color: #353535;
    margin: 0;
}
h2 {
    font-size: 1.5em;
    font-weight: 100;
    color: #fff;
    margin: 10px;
}
h3 {
    font-size: 1.5em;
    font-weight: 300;
    color: #f58000;
    margin: 8px 0 20px 0;
    padding: 0;
}
h4 {
    font-size: 1.2em;
    font-weight: 600;
    color: #f58000;
    margin: 8px 0;
    padding: 0;
}
h5 {
    font-size: 1.2em;
    font-weight: 600;
    margin: 8px 0;
    padding: 0;
}
.img-rspnsv {
    display: block;
    max-width: 100%;
    width: 100%
}
.clearer {
    clear: both;
}
.spacer10 {
    height: 10px;
    margin: 0;
    padding: 0;
}
.spacer20 {
    height: 20px;
    margin: 0;
    padding: 0;
}
.spacer50 {
    height: 50px;
    margin: 0;
    padding: 0;
}
.lft-margin-20 {
    margin-left: 20px;
}
.row.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.row.no-gutters > [class^="col-"], .row.no-gutters > [class*=" col-"] {
    padding-right: 0;
    padding-left: 0;
}

/*-------------modal styles---------------------*/

.modal-content  {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    margin: 0;
    padding: 0;
}
.modal-body {
    padding: 0;
}
.video-wrap {
    width: 100%;
    display: inline-block;
}
.video-push {
    margin-top: 55.15%;
}
.video-frame {
    height:100%;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    right: 0;
    bottom:0;
    margin: 0;
    padding: 0;
}

/* ======= FORM STYLES ======== */
.voya-btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f58000+0,d75426+100 */
    background: #f58000; /* Old browsers */
    background: -moz-linear-gradient(top,  #f58000 0%, #d75426 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f58000 0%,#d75426 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f58000 0%,#d75426 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58000', endColorstr='#d75426',GradientType=0 ); /* IE6-9 */
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    outline: 0;
    white-space: normal;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out; /* IE10 is actually unprefixed */
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.voya-btn:hover {
    
    -webkit-box-shadow: 0px 0px 20px 5px rgba(245,128,0,.6);
    -moz-box-shadow: 0px 0px 20px 5px rgba(245,128,0,.6);
    box-shadow: 0px 0px 20px 5px rgba(245,128,0,.6);
    color: #fff;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out; /* IE10 is actually unprefixed */
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.voya-btn:visited, .voya-btn:focus, .voya-btn:active {
    color: #fff;
    outline: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f58000+0,d75426+100 */
    background: #f58000; /* Old browsers */
    background: -moz-linear-gradient(top,  #f58000 0%, #d75426 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  #f58000 0%,#d75426 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  #f58000 0%,#d75426 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f58000', endColorstr='#d75426',GradientType=0 ); /* IE6-9 */
}

/* ===== FOOTER ===== */
#wrap {
    /* wraps all page content expt footer */
    min-height: 100%;
    height: auto !important;
    height: 100%;/* Negative indent footer by it's height */
    margin: 0 auto -36px;
}

#push {
    height: 36px; /* Set the fixed height of the footer here */
}
#footer {
    border-top: 1px solid #e2e2e2;
    background-color: #fff;
    height: 36px;/* Set the fixed height of the footer here */
    margin: 0;
    width: 100%;
}
#footer .container {
    width: 100%;
    margin: 0;
    padding: 0;
}
.ftr-left {
    height: 36px;
    background-color: #fff;
}
.ftr-right {
    height: 36px;
    overflow: hidden;
}
.socialmedia{
    display: block;
    width: 27px;
    height: 36px;
    float: left;
    border-style: none;
}
#ftr-fb-icn {
    background: url(../images/footer/fb.png) no-repeat top left;
}
#ftr-twit-icn {
    background: url(../images/footer/twit.png) no-repeat top left;
}
#ftr-ytube-icn {
    background: url(../images/footer/ytube.png) no-repeat top left;
}
#ftr-google-icn {
    background: url(../images/footer/google.png) no-repeat top left;
}
.ftrbarlogo {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 36px;
    border-style: none;
    background: url(../images/footer/lowerbar.png) no-repeat top right #f58000;
}