﻿html
{
    overflow-y: scroll;
    padding: 0;
    margin: 0;
    line-height: 20px;
}

body
{
    font-family: Segoe UI, Helvetica, Arial, sans-serif;
    color: #222;
    font-size: 11pt;
    padding: 0;
    margin: 0;
}

h1
{
    font-size: 28pt;
    font-weight: normal;
    margin: 0px;
    line-height: normal;
}


h2
{
    font-size: 16pt;
    color: #00abe6;
    font-weight: normal;
    font-style: normal;
    margin: 0px;
    line-height: normal;
}

h3
{
    font-size: 12pt;
    color: #00abe6;
    font-weight: normal;
    margin: 0px;
    line-height: normal;
}
h3 a
{
    color: #00abe6;
    text-decoration: none;
    font-weight: normal !important;
}

img
{
    border: none;
}

.container
{
    text-align: left;
    min-width: 310px;
}

.container .banner
{
    text-align: center;
}

.button
{
    background-color:#066699;
    color:White;
    font-weight:bold;
    padding:10px 25px;
    border:none;
    cursor:pointer;
    
}

.button:hover
{
 background-color:#0875af;   
}

.container .top-bg
{
    background-image: url(../images/master/header-bg.png);
    background-color: #0a73ae;
    background-repeat: repeat-x;
    background-position: left top;
    text-align: center;
    overflow: hidden;
}
.container .top
{
    /*min-height: 239px;*/
    background-image: url(../images/master/top-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
}

.container .header
{
    text-align: center;
    padding: 60px 0px 60px 0px;
}

.container .content
{
    width: 1000px;
    text-align: left;
    padding: 20px 0px;
}

.container .content a
{
    color: #00abe6;
    text-decoration: none;
}

.container .content a:hover
{
    color: #a6cd39;
}

.container .request-a-quote
{
    background-color: #bfd966;
    height: 121px;
    text-align: center;
    padding-top: 25px;
}

.container .request-a-quote a
{
    display: block;
    font-style: italic;
    color: White;
    font-size: 13pt;
    text-decoration: none;
}

.container .bottom
{
    background-image: url(../images/master/footer-bg-repeater.png);
    background-repeat: repeat-x;
    background-position: top center;
    background-color: #23272c;
   
}

.container .bottom .privacy
{
     color:White;
    font-size:10pt;
    text-align:center;
    padding:10px;
    background-color:#0b6397;
}

.container .footer
{
    background-image: url(../images/master/footer-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    overflow: hidden;
    text-align:center;
  
}

.container .footer .item
{
    display: inline-block;
    width:330px;
    vertical-align:text-top;
   
}

.container .footer .item-cont
{
    color: White;
    padding: 20px 25px;
    line-height: normal;
    font-size: 10pt;
    text-align:left;
}

.container .footer .item-cont .heading
{
    font-size: 14pt;
}

.container .footer .logo
{
    padding-top: 30px;
}

.clear
{
    clear: both;
}

.split
{
    line-height: 0px;
    border-bottom: 1px solid #abdaf5;
    max-width: 700px;
    margin: 0px 15px;
}

/*=============================================
================== FREEFLOW BLOCKS ======================= */

.container .content .block-group
{
    position: relative;
}

.container .content .block
{
    width: 48%;
    position: absolute;
    z-index:1;
}

.container .content .on-the-move
{
    z-index:0 !important;
   
}

.container .content .full-block
{
    width: 100%;
    position: absolute;
}

/* --- Standard Style --- */
.standard-block-style .block
{
    /*border: 2px solid #00abe6;*/
    background-color: #f9f9f9;
}

.standard-block-style .block .heading
{
    background-color: #00abe6;
    padding: 15px;
    color: White;
    font-size: 14pt;
}
.standard-block-style .block .block-cont
{
    padding: 15px;
    border:1px solid #f6f6f6;
}

/* --- Plain Style --- */
.plain-block-style .block
{
    background-color: White;
}

.plain-block-style .block .heading
{
    padding: 15px 0px;
    color: #222;
    font-size: 18pt;
    line-height: 30px;
}
.plain-block-style .block .heading img
{
    display: block;
    float: left;
    margin-right: 10px;
}

.plain-block-style .block .block-cont
{
    padding: 0px 30px 0px 0px;
}


/* --- Form Style --- */
.form-block-style .block
{
    background-color: White;
}

.form-block-style .block .heading
{
    padding: 15px 0px;
    color: #222;
    font-size: 18pt;
    line-height: 30px;
}
.form-block-style .block .heading img
{
    display: block;
    float: left;
    margin-right: 10px;
}

.form-block-style .block .block-cont
{
    padding: 0px 30px 0px 0px;
}


/*=============================================
================== MENU ======================= */

.container .menu
{
    /*height: 50px; background-color:#066699; */
    padding: 5px 0px;
    text-align: center;
    overflow: hidden;
    background-color: #066699;
}

.container .menu .item
{
    display: inline-block;
}

.container .menu .item a
{
    display: block;
    text-decoration: none;
    color: White;
    font-weight: normal;
    text-align: center;
    font-size: 10pt;
    white-space: nowrap;
    line-height: 40px;
    padding: 0px 24px;
    position: relative;
}



.container .menu .item:hover
{
    background-color: #0875af;
}

.container .menu .item:hover a
{
}

.container .menu .selected
{
    background-color: #066699;
    border: 1px solid #54aee2;
}

.container .menu .selected a
{
    line-height: 38px;
    padding: 0px 23px;
    color: White !important;
}

.has-sub-menu:before
{
    content: "\25BC";
    color: white;
    left: 46%;
    top: 12px;
    font-size: 6pt;
    position: absolute;
}

#ShowHide-menu
{
    display: none;
    background-color: white;
    float: right;
    cursor: pointer; /* border-bottom: 1px solid #065985;*/
    text-align: left;
    padding: 15px;
}

/*=============================================
================== SUB MENU ======================= */

.sub-menu
{
    left: 0;
    right: 0;
    position: absolute;
    background-color: #0875af;
    z-index:10;
}

.sub-menu .sub-menu-item
{
    display: inline-block;
    position: relative;
}
.sub-menu .sub-menu-item a
{
    display: block;
    text-decoration: none;
    color: White;
    font-weight: normal;
    text-align: center;
    font-size: 9pt !important;
    white-space: nowrap;
    line-height: 40px;
    padding: 0px 24px;
}

.sub-menu .sub-menu-item:hover a:before
{
    content: "\2023";
    color: white;
    left: 10px;
    top: 0px;
    font-size: 13pt;
    position: absolute;
}

/*=============================================
================ ADAPTIVE CSS  ================ */

@media screen and (max-width: 1020px)
{
    .container .content
    {
        width: 94%;
        padding-left: 3%;
        padding-right: 3%;
    }

}

@media screen and (max-width: 1000px)
{


}

@media screen and (max-width: 860px)
{
    .container .header
    {
        padding: 6% 0px;
    }
    .container .header img
    {
        width: 94%;
        height: auto;
    }
    .container .menu .item a
    {
        /* padding: 0px 15px;*/
    }


}

@media screen and (max-width: 780px)
{
    .container .top-bg
    {
        background-image: none;
        background-color: #1285c8;
    }

}

@media screen and (max-width: 710px)
{
    .container .content .block-group
    {
    }

}



@media screen and (min-width: 621px)
{
    .menu
    {
        display: block !important;
    }
}


@media screen and (max-width: 620px)
{
    .container .banner
    {
        text-align: left;
    }

    .container .banner img
    {
        height: 80px;
        width: auto;
    }

    .container .menu
    {
        display: none;
    }
    .container .menu .item
    {
        display: block;
        border-bottom: 1px solid #065985;
    }

    .container .menu .item:hover
    {
        background-color: inherit;
    }

    .container .menu .item a
    {
        text-align: left;
    }

    #ShowHide-menu
    {
        display: block;
    }

    .sub-menu
    {
        left: auto;
        right: auto;
        position: static;
        background-color: #0875af;
    }

    .sub-menu .sub-menu-item
    {
        display: block;
        border-top: 1px solid #065985;
    }
    .sub-menu .sub-menu-item a
    {
        padding: 0px 40px !important;
    }

    .has-sub-menu:before
    {
        display: none;
    }

}

@media screen and (max-width: 500px)
{
    .container .header
    {
        padding: 10% 0px 10% 0px;
    }
}
