﻿
        header{
            background-image: url(../img/Header.jpg);
        }
        .col-center-block {
            float: none;
            display: block;
            margin: 0 auto;
            /* margin-left: auto; margin-right: auto; */
        }
        .top30 { margin-top:30px; }
        .bottomzero { margin-bottom:0px; }
        .negativetop{margin-top:-30px;}
        .paddingbottom10{padding-bottom:0px;}
        .paddingtop30{padding-top:30px;}
        .paddingzerotop{padding-top:0px;}
        .paddingzerobottom{padding-bottom:0px;}
        .googlemapsizing{height:100px;}
        .img-thumbnail{background-color:transparent}  
        .borderzero{border:none; border-radius:10px;}
        .bg-light-gray {
            background-color: #9292A7;
        }

        @media(max-width:767px){
            .text-xs-left { text-align: left; }
            .text-xs-right { text-align: right; }
            .text-xs-center { text-align: center; }
            .text-xs-justify { text-align: justify; }
        }
        @media (min-width:768px) {
            .text-md-left { text-align: left; }
            .text-md-right { text-align: right; }
            .text-md-center { text-align: center; }
            .text-md-justify { text-align: justify; }
        }

        .scrolloff{
           pointer-events: none;
        }

        /*footer text*/
        #footerText{
            color:#888888;
            font-size:0.8em;
        }
        .footerSeperator{
            max-width:100px;
            margin-top:0px;
            margin-bottom:20px;
            border-top:1px solid #ccc;
        }
        .columnBorder{
            border:none;
        }
        @media (min-width: 992px) {
        .col-md-offset-1-and-half {
            margin-left: 12.499999995%; 
            
            }
        }
        .section-bg-team{
            background-color:#2e465a;
        }
        .section-writing-team{
            color:#fff;
        }

        .textNormal{
            font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif;
        }
        #disclaimerTextDecorationNone{
            text-decoration:none;
        }
