.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

body{
    margin:0;
    font-family: "Arial", sans-serif;
    font-size:1rem;
    color:#333;
    line-height: 1.42857143;
}

a {
    text-decoration: none;
    color:#333;
}

p {
    font-size: 16px;
}
h1 {
    font-family: "Arial", sans-serif;
    font-size: 2rem;
    color:#fff;
    text-transform: uppercase;
}
h2{
    font-family: "Arial", sans-serif;
    font-size:1.5rem;
    color:#000;
}
.h3 {
    letter-spacing: 0.5px;
    line-height: 1.1;
    margin-top: 0;
}
.col-55, .col-40, .col-30,.col-33,.col-25,.col-66{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-30{
    width: 100%;
}

.text-center{
    text-align: center;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    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: 4px;
}

.btn-primary {
    text-transform: uppercase;
    background: #0275d8;
    border-color: #0275d8;
    font-size: 1rem;
    border-radius: 0;
    color: #fff;
}

.btn-primary:hover {
    background-color: #025aa5;
    border-color: #01549b;
    color: #fff;
}

.cta-btn {
    margin-bottom: 5px;
    width: 100%;
    max-width: 300px;
}

.header {
    font-size: 0.8rem;
    width: auto;
    margin: auto;
    overflow: visible;
    z-index: 102;
}

.header .top-row {
    position: fixed;
    width: 100%;
    background-color: #fff200;
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, 0.5);
    padding: 3px 0;
    z-index: 103;
    top: 0;
}

.header .header-flex-row {
    height: 56px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.header .main-logo {
    width: 150px;
}

.header-options .header-contacts-list {
    margin: 0 0 5px;
    padding: 0;
    list-style: none;
    color:#000;
    font-size: 1rem;
}

.link-text {
    color: #333;
}

.content-area{
    margin-top:15px;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    display:block;
}

.main-banner {
    color: #fff;
    padding: 1.3rem 0;
    position: relative;
    overflow: hidden;
    margin-top:62px;
}

.main-banner-image {
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}

.main-banner-content {    
    background-color: rgba(0, 0, 0, 0.5);
    display: inline-block;
    min-width: 50%;
    color: #fff;
}

.main-banner-title {
    max-width:100%;
}

.wrapper{
    display:block;
    overflow:auto;
    margin-bottom:15px;
    width:100%;
}

.box{
    float:left;
    display:block;
    width:200px;
    border:solid 2px #f0f0f0;
    overflow:none;
    margin:9px 18px;
}
.box p{
    margin:0 10px 20px 10px;
    font-size:.8rem;
    text-align: center;
}
.box img{
   max-height:115px;
    display:block;
    margin: 20px auto;

}
.box:hover{
    border:solid 2px #bbb;
}
.cta-wrapper{
    width:100%;
    max-width:100%;
    float:left;
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom:25px;
    display:block;
}

.cta-head {
    background: #f9f9f9;
    padding: 10px 15px;
    border-radius: 6px;
    margin-top:10px;
    min-height: 100px;
    display:block;
    float:left;
    overflow: hidden;
}
.row {
    margin-right: -15px;
    margin-left: -15px;
}
.cta-head .cta-text {
    text-align: center;
    padding: 10px 15px;   
}

.cta-head .cta-text .cta-title {
    font-weight: bold;
    font-size:1.2rem;
}

.cta-head .cta-text .cta-sub {
    margin-bottom: 0;
}
.cta-text{
    color: #000;
}
.cta-btn-wrapper {
    padding: 10px 15px;
}

.margin-bottom-sm {
    margin-bottom: 10px;
}
.cta-alt-text{
    color:#0275d8;  
}
.cta-alt-text:hover{
    text-decoration: underline;
}

.footer {
    padding: 2.5rem 0 0;
    color: #fff;
    background-color: #333333;
    background-image: radial-gradient(ellipse farthest-corner at left top, #020202 0%, #040404 9%, #0d0d0d 23%, #3f3f3f 77%, #4a4a4a 91%, #4e4e4e 100%);
}

.footer a{
    color:#fff;
}

.footer a:hover{
    text-decoration: underline;
}
.footer-title {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.15rem;
    margin-bottom: 0;
    padding: 10px 20px 8px 0;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.footer-list {
    margin: 0;
    padding: 0 0 10px;
    list-style: none;
    font-size: 0.9rem;
    padding-bottom: 2px;
    line-height: 1.5;
}
.footer-title-sm {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 1rem;
    margin-bottom: 1.3rem;
}
.social-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer .social-list li {
    margin-right: 8px;
    display: inline-block;
}
.footer-flex{
    display:flex;
    flex-wrap:wrap;
}
.footer-logo{
    padding-bottom:15px;
}
.footer-log{
    max-width: 100%;
}
.footer-links{
    flex:100%;
    padding: 0 15px;
}
.footer-social{
    flex:100%;
    padding: 15px 15px;
}
.footer-bottom{
    flex:100%;
    text-align: center;
}

@media (min-width: 768px) {
    html{
        font-size:16px;
    }
    .container {
        max-width: 750px;
    }
    .header .main-logo {
        width: 200px;
    }
    .col-55 {
        width: 55%;
    }
    .col-30 {
        width: 30%;
    }
    .col-40 {
        width: 40%;
    }
    .cta-btn-wrapper {
       padding-top: 30px;
    }
    .cta-head .cta-text {
        text-align: left;
    }
    .col-55, .col-30 {
        float: left;
    }
    .col-sm-3 {
        width: 25%;
    }
    .footer-title {
        padding-right: 0;
        padding-top: 0;
        position: static;
        margin-bottom: 0.5rem;
    }
    .footer-links{
        flex:20%;
        padding: 0 15px;
        order:1;
    }
    .footer-social{
        flex:20%;
        padding: 0 15px;
        order:2;
    }
    .footer-bottom{
        flex:100%;
        max-width: 100%;
        order:4;
    }
}

@media only screen and (min-width: 1020px) {
    .container {
        max-width: 970px;
    }
    .main-banner-content {
        padding: 2rem 1.5rem;
    }
    .heading-lead {
        margin-top: 7rem;
    }
    .col-66 {
        width: 66.66666667%;
    }
    .footer-links{
        flex:20%;
        max-width: 20%;
        padding: 0 15px;
        order:1;
    }
    .footer-social{
        flex:40%;
        max-width: 28%;
        padding: 0 15px;
        order:2;
    }
    .footer-bottom{
        flex:100%;
        max-width: 100%;
        order:4;
    }
}


@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
    .footer-links{
        flex:20%;
        max-width: 25%;
        padding: 0 15px;
        order:1;
    }
    .footer-social{
        flex:40%;
        max-width: 25%;
        padding: 0 15px;
        order:2;
    }
    .footer-bottom{
        flex:100%;
        max-width: 100%;
        order:4;
    }
}