/* ==========================================================================
   Author's custom styles
   ========================================================================== */

html{
   position: relative;
   min-height: 100%; 
}

body{
    margin: 0 0 150px;
    text-rendering: optimizeLegibility;
}

a{
    outline:0;
    text-decoration:none;
}

a:hover, a:focus, a:active{
    outline:0;
    text-decoration:none;
}

h1,h2,h3{
    color:#1d2f6b;
}

.pageHead{
    padding-top:30px;
    margin-bottom: 35px;
}

.logo{
    background-image:url(/Content/img/logos/commLogo.png);
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    height:110px;
    width:100%;
}

.navbar .navbar-default {
    background-color: none !important;
    border-color: none !important;
}

.nav > li {
    margin-left: 0px;
    height: 48px;
}

.navbar-default .navbar-nav > li > a{
    font-size:16px;
    text-align:center;
    color:#333;
    padding-left:70px;
    padding-right:70px
}

.navbar-default .navbar-nav > li > a:hover{
    color: #fff !important;
    background-color: #0083c0 !important;
}


.active{
    color: #fff !important;
    background-color: #0083c0 !important;
}



.page-content{
    width: 852px !important;
    padding: 0 0 0px 37px;
}

.that-pad-tho{
    padding: 15px 94px 15px 124px;
}


.comProduct img{
    border-top:2px solid #0083c0;
    border-bottom:2px solid #0083c0;
    display: block;
    margin: auto;
}

.textSection{
    display: block;
    margin: auto;
    width: 80%;
}

.payoffLine{
    text-align:center;
}

.payoffLine h2{
    color:#0083c0;
}

.List{
    text-align:center;
}

.List p{
    font-size: 17px;
    font-weight: 700;
}

.List ul{
    list-style-type: disc;
    height: 22px;
    margin-left: 12px;
}

.List ul li{
    margin-right: 20px;
    float: left;
    font-size: 15px;
}

h5{
    font-weight:bold;
}

.productRange{
    padding-bottom:30px;
}

.productList{
    margin-left: 0;
    position:relative;
}

.productList div{
    padding: 4px;
    margin-right: 15px;
    padding-right:20px;
}

.productList div::before{
    content:'\2022';
    color:#337ab7;
}

.productList li{
    margin-bottom:6px;
}

.productList li a{
    font-size: 15px;
}

.rangeTitle{
    text-transform:uppercase;
}

.RangeItem{
    padding-bottom:30px;
}

.RangeItem img{
    display: block;
    margin: auto;
    width:100%;
}


footer{
    height:150px;
    background-color: #0083c0 !important;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;

}

.footerLogo img{
    float: right;
    width: 320px;
    margin-top: 20px;
    margin-right: 84px;
}

.btn-download{
    background:#fff;
    border:1px solid #333;
}

.toolTip{
    font-size: 12px;
    font-weight: bold;
    margin-left: 5px;
    float: left;
    position: relative;
    top: 7px;
}












