﻿
/*body {
    padding-bottom: 20px;
    padding-top: 20px;
    background-color: #EEEEEE;
}*/

.container{
    background-color: #EEEEEE;
}

.header, .marketing, .footer {
    padding-left: 15px;
    padding-right: 15px;
}
.header {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 20px;
}
.header h3 {
    line-height: 40px;
    margin-bottom: 0;
    margin-top: 0;
}
.footer {
    border-top: 1px solid #e5e5e5;
    color: #777;
    padding-top: 19px;
    background-color: #ffffff;
    text-align: center;
}

.container-narrow > hr {
    margin: 30px 0;
}
body .container .jumbotron {
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
    padding-top: 0px;
    /*box-shadow: none;*/
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19)
}

.jumbotron{
    background-color: #ffffff;
}

.jumbotron h1, .jumbotron .h1{
    font-size: 35px;
    margin-left: -60px;
    margin-right: -60px;
    padding: 20px 5px;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff;
    border-radius: 6px 6px 0 0;
}

.jumbotron p{
    font-size: 18px;
}

.jumbotron .btn {
    font-size: 17px;
    padding: 14px 24px;
}
.marketing {
    margin-top: 5px;
    margin-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
}
.marketing p + h4 {
    margin-top: 28px;
}

.jumbotron .marketing{
    margin-left: -20px;
    margin-right: -20px
}

.videolinks li{
    text-align: center;
    max-width: 150px;
    line-height: 20px;
}

.videolinks li a {
    font-weight: bold;
    font-size: 20px;
}

.videolinks li a p small {
    font-size: 12px;
    color: #555555 !important;
    line-height: 20px;
}

.btnMarketingCall{
    max-width: 768px;    
}

#divModalMarketingCall .modal-body{
    padding-left: 25px;
    padding-right: 25px;
}

.bootstrap-select .selectpicker{
    min-height: 34px;
}

.onsureBGColor{
    background-color: #61B5E4;
}




.btn-yellow {
  background-color: #ffd700;
  background: #ffd700 -moz-linear-gradient(center top , #fbc500 0%, #ffd700 100%) repeat scroll 0 0;
  background-image: linear-gradient(center top , #fbc500 0%, #ffd700 100%);
  border: 1px solid #fbc500;
  border-radius: 5px;
  color: #000;  
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  padding: 15px 5px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  text-transform: uppercase;
}

.btn-yellow:hover{
    background-color: #fbc500;
    background: #ffd700 -moz-linear-gradient(center top , #ffd700 0%, #fbc500 100%) repeat scroll 0 0;
    background-image: linear-gradient(center top , #ffd700 0%, #fbc500 100%);
}

.btnMGR{
    min-width: 40%;
}


.fb-comments, .fb-comments iframe[style], .fb-comments span {
   width: 100% !important;
}

.container-lightblue{
    background-color: #61B5E4;
}

.phone {
    margin-top: 0px;
}


@media (min-width: 768px) {
.container {
    max-width: 1100px;
}

.btnMarketingCall{
    width: 768px;    
}

}


@media screen and (min-width: 768px) {
.header, .marketing, .footer {
    padding-left: 0;
    padding-right: 0;
}
.header {
    margin-bottom: 0px;
}
.jumbotron {
    border-bottom: 0 none;
}
}



@media (max-width: 768px) { 

    .header, .marketing, .footer {
        padding-left: 0;
        padding-right: 0;
    }

    .jumbotron .marketing{
        margin-left: 0;
        margin-right: 0;
    }

    .jumbotron h1, .jumbotron .h1{
        font-size: 14px;
        margin-left: -15px;
        margin-right: -15px;
        padding: 20px 0px;
        text-align: center;
        text-transform: uppercase;
        color: #ffffff;
        border-radius: 6px 6px 0 0;
    }

     #imglogo {
         max-width: 150px;
     }

     .header {
        border-bottom: 0px solid #e5e5e5;
        padding-bottom: 0px;
    }

     .btn-yellow{
         width: 100%;
         margin-bottom: 10px;
     }

     .videolinks li a{
         font-size: 14px;
     }

     .nav > li > a{
         padding: 10px 7px;
     }

     h4, .h4{
         font-size: 12px;
     }
}


@media (max-width: 400px) {
    .jumbotron .btn-yellow {
        font-size: 12px;
        padding: 10px 10px;
    }
}