
/************************* Global ************************/
html, body {
    background-color: #fff;
    font-family: "Roboto", Verdana;
    font-weight: 300;
}

@font-face {
    font-family: GlacialIndifference;
    src: url("../fonts/GlacialIndifference-Regular.otf") format("opentype");
}

form {
}

body {
}

.body {
    position: relative;
}

.fa {
}

p, li {
    font-size: 16px;
    color: #292929;
    font-family: "Roboto", Verdana;
    font-weight: 300;
    line-height: 22px;
}

p {
    margin-bottom: 20px;
    margin-bottom: 15px;
    line-height: 26px;
}

a, a:visited, a:active {
    color: #00b6dd;
    text-decoration: none;
    font-family: "Roboto", Verdana;
    font-weight: 400;
    transition: .3s ease-in-out;
}

    a:visited:hover, a:hover {
        text-decoration: none;
        opacity:.4;
    }

h1, .jumbotron h1 {
    font-family: "GlacialIndifference", helvetica;
    color: #fff;
    font-size: 54px;
    line-height: 56px;
    font-weight: 400;
    margin: 30px 0;
    letter-spacing: 3px;
}

h2 {
    font-family: "GlacialIndifference", helvetica;
    color: #00b6dd;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-bottom: 1px solid #999999;
    padding: 10px 0px;
    margin: 30px auto;
    letter-spacing: 3px;
}

h3 {
    font-family: "GlacialIndifference", helvetica;
    color: #3c3c46;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    letter-spacing: 3px;
}

h4 {
    font-family: "GlacialIndifference", helvetica;
    color: #292929;
    font-size: 28px;
    line-height: 36px;
    letter-spacing: 0.5px;
}

h5 {
    font-family: "GlacialIndifference", helvetica;
    color: #292929;
    font-size: 22px;
    line-height: 25px;
    padding: 5px 0;
    font-weight: 700;
    text-transform: uppercase;
}

h6 {
    font-family: "GlacialIndifference", helvetica;
}


ul {
    list-style-type: disc;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 60px;
}

li {
    padding-bottom: 7px;
}


.nowrap {
    white-space: nowrap;
}

.w700 {
    max-width: 700px;
    margin: auto;
}

.w850 {
    max-width: 850px;
    margin: auto;
}

@media (min-width: 769px) {
    .mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .desktop {
        display: none;
    }

    h1 {
    }

    h2 {
    }

    h3 {
    }
}


@media (max-width: 500px) {

    h1 {
    }

    .jumbotron h1 {
    }
}


/************************* Site Map ************************/

.siteMap {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 300;
    background-color: #fff;
    display: none;
}


    .siteMap .parentMenu {
        display: inline-block;
        padding: 10px 40px 30px 40px;
        vertical-align: top;
        min-width: 25%;
    }

        .siteMap .parentMenu h2 {
            display: block;
            font-size: 18px;
            line-height: 23px;
            border: 1px solid #999999;
            padding: 10px 15px;
            margin: 20px auto;
        }

        .siteMap .parentMenu > .item > a {
            font-size: 16px;
            font-family: "GlacialIndifference", helvetica;
            color:#222;
        }

        .siteMap .parentMenu > .item > a:hover {
            color:#00b6dd;
        }

    .siteMap .copyright {
        padding: 20px;
    }

        .siteMap .copyright,
        .siteMap .copyright a {
            font-size: 16px;
            font-family: "GlacialIndifference", helvetica;
            color: #999999;
            text-transform: uppercase;
            letter-spacing: 5px;
        }

    .siteMap .menuHeader {
        padding: 10px 40px;
    }
        .siteMap .logo img {
        height: 60px;
    }

    @media (max-width: 768px) {
        .siteMap .parentMenu {
            display:block;
        padding: 5px 10px;
    }


        .siteMap .parentMenu h2 {
            display: block;
            font-size: 22px !important;
            line-height: 26px !important;
            border: none;
            padding: 0px !important;
            margin: 5px auto !important;
        }

        .siteMap .copyright {
            display:none;
        }
            .siteMap .menuHeader {
        padding: 10px 20px;
    }

    }

    @media (max-width: 500px) {
    .siteMap .logo img {
        height: auto;
        width: 100%;
    }
}


/************************* Menu ************************/

.menuLink .fa {
    color: #00b6dd;
}


.hamburger {
    fill: #00b6dd;
}

/************************* Scroll To Top ************************/

html .scroll-to-top.visible {
    opacity: 0.75;
}

html .scroll-to-top {
    background: #00b6dd none repeat scroll 0 0;
    border-radius: 7px 7px 0 0;
    bottom: 0;
    color: #fff;
    display: none;
    height: 9px;
    min-width: 49px;
    opacity: 0;
    padding: 13px 10px 35px;
    position: fixed;
    right: 10px;
    text-align: center;
    transition: all 0.3s ease 0s;
    z-index: 1040;
    cursor: pointer;
}

/************************* Button ************************/

.btn {
    border-radius: 30px;
    border: none;
    text-decoration: none;
    border-radius: 0px;
    transition: .5s;
    font-family: "GlacialIndifference", helvetica;
    letter-spacing: 3px;
}

    .btn.btn-default {
        background-color: transparent;
        color: #222;
        line-height: 18px;
        font-size: 20px;
        padding: 15px 25px;
        text-transform: uppercase;
        border: 1px solid #222;
        border-radius: 0px;
        box-shadow: none;
    }

        .btn.btn-default a,
        .btn.btn-default a:visited {
            color: #fff;
            font-size: 12px;
            font-weight: 500;
            line-height: 16px;
            text-transform: uppercase;
        }

        .btn.btn-default:hover {
            background-color: #222;
            border-color: #fff;
            color: #fff;
            opacity:1;
        }

    a.btn:hover:after,
    a.btn:visited:after,
    .btn a:hover:after,
    .btn a:visited:after {
        content: none;
        padding: 0;
        margin: 0;
    }
    .btn.btn-success.fileinput-button, .btn.btn-success.fileinput-button:visited, .btn.btn-primary,
    .btn.btn-primary:visited {
        background-color: #00b6dd;
        border: 1px solid #fff;
        text-shadow: none;
        line-height: 18px;
        font-size: 20px;
        padding: 15px 25px;
        color: #fff;
        text-transform: uppercase;
    }

        .btn.btn-success.fileinput-button:hover, .btn.btn-success.fileinput-button:hover:visited, .btn.btn-primary:hover,
        .btn.btn-primary:hover:visited {
            background-color: #fff;
            border: 1px solid #00b6dd;
            color: #00b6dd;
            transition: .5s;
            opacity: 1;
        }


/************************* Jumbotron ************************/
.jumbotron {
    background-color: #3c3c46;
    vertical-align: middle;
    position: relative;
    background-position: center center;
    background-size: cover;
    margin-bottom:0px;
}

    .jumbotron .content {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 100;
        padding-top: 82px;
    }

    .jumbotron .c-form input,
    .jumbotron .c-form select {
        height: 50px;
        border: none;
        border-bottom: 1px solid #999;
        box-shadow: none;
        -webkit-box-shadow: none;
    }


    .jumbotron .c-form .btn {
        margin-top: 30px;
    }

    @media (max-width: 768px) {
    .jumbotron .content {
        position: static;
    }

}


/************************* Containers ************************/

.paddedBottom {
    padding-bottom: 60px;
}

.paddedTop {
    padding-top: 50px;
}

.paddedCell {
    padding: 50px 30px;
}

.paddedItems {
    padding: 55px 0;
}

.textContent {
    padding-top: 50px;
    padding-bottom: 60px;
}

.whiteBox {
    max-width: 70%;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 30px;
    margin: auto;
}

@media (max-width: 768px) {
    .paddedCell {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    .paddedBottom {
        padding-bottom: 50px;
    }

    .paddedTop {
        padding-top: 50px;
    }

    .textContent {
        padding-top: 40px;
        padding-bottom: 30px;
    }

.whiteBox {
    max-width: 100%;
    margin: 30px 15px;
    padding:30px 15px;
}
}

/************************* Blog ************************/
.blogTable {
    line-height: 0;
    font-size: 0;
    vertical-align: top;
}

    .blogTable .postContainer {
        width: 33.3%;
        display: inline-block;
        vertical-align: top;
    }

    .blogTable .post {
        margin: 30px;
        font-family: "GlacialIndifference", helvetica;
    }

        .blogTable .post .subText,
        .blogTable .post .subText a {
            font-size: 12px;
            line-height: normal;
            color: #292929;
            text-transform: uppercase;
            letter-spacing: 3px;
            font-family: "GlacialIndifference", helvetica;
        }

        .blogTable .post .date {
            letter-spacing: 3px;
            font-size: 80px;
            color: #00b6dd;
            line-height: 70px;
        }

        .blogTable .post .title {
            background-color: #3c3c46;
            color: #fff;
            height: 150px;
            padding: 20px;
            margin-top: 10px;
        }

            .blogTable .post .title p {
                font-family: "GlacialIndifference", helvetica;
                color: #fff;
                vertical-align: middle;
                text-transform: uppercase;
                margin: 0;
            }

            /********************* Hiding image specific to blog posts for footer cta ******************/

            .ctaImage {
                display:none;
            }


.categoryList {
    text-align: center;
    text-transform: uppercase;
    padding-top:30px;
}

.pageingContainer {
    text-align:center;
    padding-top:10px;
}

.pages {
    border:1px solid #ccc;
    display:inline-block;
    padding:10px 10px;
}

.page,
.pages .nav {
    padding:5px;
    display:inline-block;
    font-size:20px;
}

.pages .nav {
    padding:5px 10px;
}

.pages .nav a{
    vertical-align:text-bottom
}

.page a,
.pages .nav a{
    color:#ccc;
    font-family: "GlacialIndifference", helvetica;
}

.page a:hover,
.pages .nav a:hover{
    color:#00b6dd;
    opacity:1;
}

.page.active{
    color:#00b6dd;
}


@media (max-width: 1300px) {
    .blogTable .postContainer {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .blogTable .postContainer {
        width: 100%;
        display: block;
    }
}

/************************* Body ************************/

.insuranceProduct svg {
   fill: #00b6dd;
}


.owl-theme .owl-dots {
    line-height: 50px;
    margin-bottom: 15px;
}


    .owl-theme .owl-dots .owl-dot {
        background: #fff none repeat scroll 0 0;
        border-radius: 0;
        width: 50px;
        height: 5px;
        display: inline-block;
        margin: 0 5px;
    }

    .light .owl-theme .owl-dots .owl-dot {
        background: #292929 none repeat scroll 0 0;
    }

    .owl-theme .owl-dots .owl-dot.active {
        background-color: #00b6dd;
    }

@media (max-width: 769px) {
    .owl-theme .owl-dots .owl-dot {
        display:none;
    }
}

.c-form input,
.c-form select {
    height: 50px;
    border: none;
    border-bottom: 1px solid #999;
    box-shadow: none;
    -webkit-box-shadow: none;
    border-radius:0;
}

.c-form textarea {
    border: 1px solid #999;
    border-radius:0;
    margin-top:35px;
}

    .c-form input[type="radio"],
    .c-form input[type="checkbox"] {
        height: auto;
        border:none;
    }

.c-form .btn {
    margin-top: 30px;
}



/************************* Footer CTA ********************/

.cta {
    background-color: #00b6dd;
    color: #fff;
    padding: 80px 0;
    font-size: 42px;
    line-height: normal;
    font-family: "GlacialIndifference", helvetica;
}

    .cta span {
        color: #fff;
        padding: 80px 0;
        font-size: 42px;
        line-height: normal;
        font-family: "GlacialIndifference", helvetica;
    }

    .cta .btn {
        border-color: #fff;
        color: #fff;
        border-radius: 30px;
        vertical-align: middle;
    }

        .cta .btn:hover {
            background-color: #fff;
            color: #00b6dd;
        }

@media (max-width: 768px) {
    .cta .btn {
        margin-top: 20px;
    }

    .cta span {
        display: block;
        padding: 0px;
    }
}

/************************* Footer ************************/
.footer {
    background-image: url('/Portals/_default/Skins/BlueFox/Images/footer-pic.jpg');
    background-size: cover;
    padding:0 40px 20px 40px;
}

    .footer .footerContainer {
        padding: 30px 0 60px 0;
    }

    .footer h2 {
        font-size: 20px;
        padding: 8px 0px;
        margin: 0px auto;
        display: inline-block;
        color: #fff;
        border: none;
    }

    .footer p {
        color: #fff;
        font-size: 14px;
        padding-left:30px;
    }

    .footer .copyright,
    .footer .copyright a {
        color: #fff;
        letter-spacing: 5px;
        text-transform: uppercase;
        font-size: 10px;
    }
        .footer .copyright a {
            color:#00b6dd;
        }

@media (max-width: 768px) {
    .footer {
        padding: 20px;
        padding-bottom:70px;

    }
    .footer p {
        padding-left:0px;
    }
}


/*Social Icons*/
ul.socialList {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


ul.socialList li {
    display:inline-block
}



ul.socialList li a {
    display: block;
    padding: 5px;
    text-decoration: none;
    color:#fff;
}
ul.socialList li a:hover {
    display: block;
    padding: 5px;
    text-decoration: none;
    color:#00b6dd;
}

.siteMap ul.socialList{
        margin-top:20px;
    }
    .siteMap ul.socialList .fa{
        font-size:26px;
        color:#222;
        padding: 7px;
    }
    .siteMap ul.socialList a:hover .fa{
        color:#00b6dd;
    }
 /*End Social Icons*/
p.addressBlock{
    padding-left:0px;
    padding-right:0px;
    margin-left:0px;
    margin-right:0px;
}
.teamTable {
    line-height: 0;
    font-size: 0;
    vertical-align: top;
}

    .teamTable .teamChild {
        width: 33.33%;
        text-align: center;
        display: inline-block;
        padding: 25px;
        vertical-align: top;
    }

        .teamTable .teamChild .controls {
            font-size: 14px;
            line-height: normal;
        }

        .teamTable .teamChild img {
            width: 100%;
        }

@media (max-width: 768px) {
    .teamTable .teamChild {
        width: 100%;
        display: block;
    }
}


main {
    height: 100%;
    position: relative;
}
