body {
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 300;
    color: #333;
    background: white;
    font-size: 13px;
    line-height: 1.6em;
}

html {
    width: 100%;
    height: 100%;
}

label,
input,
button,
select,
textarea {
    font-family: 'Open Sans', sans-serif;
    font-size: inherit;
    line-height: inherit;
}

ul, ol {
    padding: 0;
    margin-left: 20px;
}



/* ===========
Typo
============= */

h1 {
    font-size: 24px;
}

h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}

h5 {
    font-size: 14px;
}

h6 {
    font-size: 24px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #444;
    line-height: 1em;
    margin: 0;
}

h1, h2, h3, h4 {
    color: #004990;
    font-weight: bold;
    font-family: 'VAG Round', Tahoma, Arial, sans-serif;
}

p {
    margin: 0 0 10px;
}

    p.medium {
        font-weight: 500;
    }

    p.bold {
        font-weight: 700;
    }

    p.ultra {
        font-weight: 900;
    }

.highlight-light {
    background-color: rgba(255,255,255,.5);
    padding: 20px;
    display: inline-block;
    color: #111;
}

.highlight-dark {
    background-color: rgba(0,0,0,.5);
    padding: 20px;
    display: inline-block;
    color: #fff;
}

.highlight-color {
    padding: 2px 5px;
    display: inline-block;
    color: #fff;
}

.title {
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

    .title h1 {
        margin-bottom: 0;
    }

a {
    color: #666;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

    a:hover, a:focus {
        text-decoration: none;
    }

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 300;
    color: #999;
}

    blockquote.bg-light {
        background-color: rgba(255,255,255,.8);
        padding: 20px;
        color: #222;
    }

    blockquote.bg-dark {
        background-color: rgba(0,0,0,.8);
        padding: 20px;
    }

    blockquote strong {
        font-weight: 700;
    }

.light {
    font-weight: 400;
}

/* Credit to bootsnipp.com for the css for the color graph */
.colorgraph {
    height: 5px;
    border-top: 0;
    background: #c4e17f;
    margin: 0;
    padding-bottom: 0;
    background-image: -webkit-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -moz-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: -o-linear-gradient(left, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
    background-image: linear-gradient(to right, #c4e17f, #c4e17f 12.5%, #f7fdca 12.5%, #f7fdca 25%, #fecf71 25%, #fecf71 37.5%, #f0776c 37.5%, #f0776c 50%, #db9dbe 50%, #db9dbe 62.5%, #c49cde 62.5%, #c49cde 75%, #669ae1 75%, #669ae1 87.5%, #62c2e4 87.5%, #62c2e4);
}
/*===============
General Styles
=================*/
.content {
    padding-bottom: 10px;
}

    .content h2, .content h4 {
        margin-bottom: 10px;
    }


/* =======
Top area
======== */
.top-area {
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    width: 100%;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .top-area.top-padding {
        -webkit-transition: all .4s ease-in-out;
        -moz-transition: all .4s ease-in-out;
        transition: all .4s ease-in-out;
        padding-top: 6px;
        padding-bottom: 0;
        margin-bottom: 10px;
    }

    .top-area p {
        margin-bottom: 10px;
    }


/* ===========
Top Navigation
============= */

.nav-second {
    font-size: 13px;
    background: #F6FAFE;
    padding: 8px 10px;
    border: 1px solid #CBD7E4;
    width: 318px;
    float: right;
}

    .nav-second a {
        text-decoration: none;
    }

        .nav-second a:hover {
            text-decoration: underline;
            color: #333;
        }

    .nav-second ul {
        overflow: hidden;
        list-style: none;
        margin: 0;
    }

        .nav-second ul li {
            line-height: 1;
            float: left;
            margin-right: 6px;
            padding-right: 6px;
            border-right: 1px solid #CBD7E4;
        }

            .nav-second ul li.last {
                border-right: none;
                padding-right: 0;
                margin-right: 0;
            }

@media all and (max-width: 770px) {
    .nav-second {
        width: 100%;
        margin-top: 10px;
    }

        .nav-second ul li {
            border-right: none;
            padding: 0;
            width: 33%;
            margin: 0;
            text-align: center;
        }
}

/* ===========
Main Navigation
============= */

.main-nav {
    font-size: 14px;
}

    .main-nav > ul {
        margin-left: 0;
    }

        .main-nav > ul > li {
            display: inline-block;
            line-height: 16px;
            position: relative;
            padding: 10px 0;
        }

    .main-nav ul li:last-child {
        border-right: 0;
    }

    .main-nav ul li a {
        display: block;
        padding: 0 10px;
        color: #333;
        text-decoration: none;
        border-right: 1px solid #d4d0cd;
    }

        .main-nav ul li a:hover {
            color: #004990;
        }

    .main-nav ul li.first a {
        padding-left: 0;
    }

    .main-nav ul li.last a {
        border-right: 0;
    }

.dropdown {
    display: none;
    position: absolute;
    margin: 0;
    background: #F6FAFE;
    padding: 10px;
    border: 1px solid #CBD7E4;
    z-index: 2;
    margin-top: 10px;
    width: auto;
    min-width: 250px;
}

    .dropdown:before {
        content: '';
        width: 16px;
        height: 11px;
        display: block;
        background: transparent url(/img/pointer.png) 0 0 no-repeat;
        position: absolute;
        top: -8px;
        margin-left: 30px;
    }

.main-nav > ul > li:hover > .dropdown {
    display: table;
}

.main-nav ul li .dropdown li {
    display: block;
    margin: 0;
    margin-top: 6px;
    line-height: 25px;
}

    .main-nav ul li .dropdown li a {
        display: block;
        padding: 0;
        border-right: 0;
    }

.fheaders {
    font-family: 'VAG Round', Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    margin: 0 0 9px;
    color: #004990;
}

/* ===========
Breadcrumbs
============= */
.breadcrumbs {
    padding: 15px 0;
    font-size: 13px;
}

    .breadcrumbs a, .breadcrumbs .trail-end {
        background: url(../img/arrowRight.png) no-repeat 6px 3px transparent;
        padding-left: 18px;
        line-height: 20px;
        text-decoration: none;
        color: #999;
    }

.trail-begin a {
    background: none;
    padding-left: 0;
}
/* ===============
Mobile Menu
============== */

.slicknav_menu {
    display: none;
    width: 100%;
    z-index: 100;
    background: #F6FAFE;
    padding: 10px;
    border-bottom: 1px solid #CBD7E4;
    text-align: left;
    position: relative;
}

.slicknav_btn {
    font-size: 22px;
    z-index: 99;
    width: 34px;
    height: 30px;
    color: #004990;
    text-align: center;
    background: url(../img/menu.png) no-repeat;
    background-size: 34px 30px;
    display: block;
    text-decoration: none;
}

    .slicknav_btn:hover {
        color: #1B407B;
    }

.slicknav_menutxt {
    padding-left: 45px;
    font-family: 'VAG Round', Tahoma, Arial, sans-serif;
    line-height: 30px;
}

.slicknav_nav {
    position: absolute;
    font-size: 16px;
    width: 100%;
    left: 0;
    font-size: 14px;
}

    .slicknav_nav h3 {
        font-size: 14px;
        padding-left: 20px;
        padding-top: 10px;
        margin-bottom: 0;
    }

    .slicknav_nav br {
        display: none;
    }

    .slicknav_nav a {
        text-decoration: none;
    }

    .slicknav_nav ul {
        display: block;
        background: #F6FAFE;
        list-style: none;
        margin-left: 0;
    }

        .slicknav_nav ul li > a {
            padding: 15px;
            display: block;
            border-bottom: 1px solid #CBD7E4;
        }

            .slicknav_nav ul li > a.slicknav_item:after {
                content: " \f0da";
                font: normal normal normal 14px/1 FontAwesome;
            }

            .slicknav_nav ul li > a.slicknav_item.open:after {
                content: " \f0d7";
            }

        .slicknav_nav ul li ul li > a {
            padding-left: 20px;
        }

        .slicknav_nav ul li ul li ul li > a {
            padding-left: 30px;
        }

        .slicknav_nav ul li:hover {
            background: #F3F6F8;
        }

.slicknav_arrow {
    padding-left: 5px;
}

.slicknav_menu h2 {
    display: none;
}

@media screen and (max-width: 740px) {
    .slicknav_menu {
        display: block;
    }

    .main-nav {
        display: none;
    }
}

/* =====================
Contact Top & logo
======================== */
.logo img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
}

.contact {
    float: right;
    margin-top: 30px;
    text-align: right;
    width: 100%;
}

.quote-top .contact {
    margin-top: 60px;
}

.contact a {
    font-size: 24px;
    color: #004990;
    font-family: 'VAG Round', Tahoma, Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.contact span {
    display: block;
    font-size: 13px;
    margin-top: 6px;
}

@media all and (max-width: 1000px) {
    .contact {
        padding-right: 10px;
    }
}

@media all and (max-width: 740px) {
    .logo {
        text-align: center;
    }

        .logo img {
            padding-left: 0;
            margin-top: 10px;
        }

    .contact {
        padding-right: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        text-align: center;
        width: 100%;
    }
}
/* ===============
Landing Page Hero
==============
*/

.hero {
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 25px;
    padding: 10px;
}

    .hero .cta {
        background: #FFF;
        border: 1px solid #CCC;
        padding: 30px 20px 20px 20px;
        max-width: 400px;
    }

        .hero .cta .button {
            display: block;
            margin-top: 12px;
            width: 100%;
        }

        .hero .cta .promo {
            position: absolute;
            top: 5px;
            right: 10px;
            text-align: center;
        }

        .hero .cta h1 {
            max-width: 218px;
            margin-bottom: 10px;
        }

    .hero .cta {
        margin-left: 40px;
    }

    .hero .product .cta {
        top: 0;
        height: 100%;
        position: relative;
        margin-left: 0;
    }

        .hero .product .cta p {
            padding-top: 30px;
        }

@media all and (max-width: 1000px) {
    .hero .cta {
        margin-left: 10px;
    }

    .hero .product .cta {
        margin-left: 0;
    }

    .hero .product {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media all and (max-width: 740px) {


    .hero .cta {
        margin: auto;
    }

        .hero .cta h1 {
            max-width: 100%;
        }

    .hero .product {
        background-size: cover;
    }
}

@media all and (max-width: 540px) {


    .hero .product .cta h1 {
        padding-top: 45px;
    }
}

/*=========================
Insurance Options Hero
===========================*/

.iohero {
    position: relative;
    height: 340px;
    margin-bottom: 25px;
}

    .iohero .cta {
        background: #FFF;
        border: 1px solid #CCC;
        padding: 30px 20px 20px 20px;
        position: absolute;
        width: 310px;
        top: 15px;
    }

        .iohero .cta .button {
            display: block;
            margin-top: 12px;
            width: 100%;
        }

        .iohero .cta .promo {
            position: absolute;
            top: 5px;
            right: 10px;
            text-align: center;
        }

.promo span {
    display: block;
    height: 55px;
    width: 55px;
    border-radius: 50%;
    background: #CC0033;
    font-family: 'VAG Round', Tahoma, Arial, sans-serif;
    color: #FFF;
    text-align: center;
    padding-top: 20px;
    margin-top: 0;
}

.iohero .cta h1 {
    max-width: 218px;
}

.iohero.product {
    height: 340px;
    background-size: cover !important;
}

.iohero .cta {
    margin-left: 40px;
}

.iohero.product .cta {
    top: 0;
    height: 100%;
    position: relative;
    margin-left: 0;
}

    .iohero.product .cta p {
        padding-top: 30px;
    }

@media all and (max-width: 1000px) {
    .iohero .cta {
        margin-left: 10px;
    }

    .iohero.product .cta {
        margin-left: 0;
    }

    .iohero.product {
        margin-right: 10px;
        margin-left: 10px;
    }
}

@media all and (max-width: 740px) {
    .iohero.product {
        height: 450px;
    }

    .iohero .cta {
        width: 500px;
        height: 290px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -250px;
        margin-top: -145px;
    }

        .iohero .cta h1 {
            max-width: 100%;
        }

    .iohero.product {
        background-size: cover;
    }

        .iohero.product .cta {
            width: 500px;
            height: 310px;
            position: absolute;
            top: 50%;
            left: 50%;
            margin-left: -250px;
            margin-top: -155px;
        }
}

@media all and (max-width: 540px) {
    .iohero .cta {
        width: 280px;
        height: 280px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -140px;
        margin-top: -140px;
    }

    .iohero.product .cta {
        width: 280px;
        height: 420px;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-left: -140px;
        margin-top: -210px;
    }

    .hero.product .cta h1 {
        padding-top: 45px;
    }
}
/*==========
Button
============*/

.button {
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 16px;
    color: #FFF !important;
    background: #004990;
    display: inline-block;
    text-align: center;
    font-family: 'VAG Round', Tahoma, Arial, sans-serif;
    font-weight: bold;
    text-decoration: none;
    border-radius: 3px;
    cursor: pointer;
    -webkit-appearance: none;
    border: 0;
    margin-bottom: 10px;
}

    .button:hover {
        background: #1B407B;
        color: #FFF;
    }

    .button.large {
        max-width: 300px;
        width: 100%;
    }

    .button.secondary {
        background: #BBD8F1;
        color: #1F52A0 !important;
        border: 1px solid #B4D0EC;
    }

        .button.secondary:hover {
            background: #B5CDE7;
        }


/*=================
Buckets
===================*/

.buckets {
    margin: 0px -22px;
}

    .buckets .bucket {
        border: 1px solid #CCC;
        margin: 0 7px 30px 7px;
        min-height: 430px;
        border-radius: 2px;
    }

        .buckets .bucket .thumb {
            margin-bottom: 20px;
        }

            .buckets .bucket .thumb img {
                width: 100%;
                max-width: 100%;
                height: auto;
            }

        .buckets .bucket .content {
            padding: 0 20px 20px 20px;
            background: #FFF;
        }

            .buckets .bucket .content h2, .buckets .bucket .content h2 a {
                color: #004990;
                text-decoration: none;
            }

        .buckets .bucket .button {
            display: block;
            margin-top: 12px;
            width: 100%;
        }

@media all and (max-width: 995px) {
    .buckets .bucket .content p {
        font-size: 12px;
    }
}

@media all and (max-width: 740px) {
    .buckets .bucket, .buckets .bucket.first, .buckets .bucket.last {
        margin: 0 5px 10px 5px;
    }
}

.panel-group {
    margin: 10px 0 24px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #eee;
}

    .panel-group .panel {
        background: #D5EBF7;
        margin: 10px 0 0 0;
        border: 0;
        border-radius: 0;
        position: relative;
        cursor: pointer;
        -webkit-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        -ms-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        transition: all 0.3s linear;
        padding: 0 10px;
    }

.panel-default > .panel-heading {
    color: #333;
    background-color: transparent;
    line-height: 20px;
    font-size: 14px;
    padding: 10px 0;
}

    .panel-default > .panel-heading h4.panel-title {
        margin: 0;
        font-weight: 300;
    }

    .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top: 0;
        padding: 10px 0;
    }

/*===========
Sidebar
============*/

/*** Sidebar ***/


.sidebar .block {
    border: 1px solid #CBD7E4;
    margin-bottom: 30px;
}

    .sidebar .block h4 {
        background: #F6FAFE;
        padding: 20px;
        border-bottom: 1px solid #CBD7E4;
        margin-bottom: 0;
    }

    .sidebar .block ul {
        list-style: none;
        margin: 0;
    }

        .sidebar .block ul li {
            padding: 10px 20px;
            border-bottom: 1px solid #CBD7E4;
            background: url(../img/arrowRight.png) no-repeat 95% 50% #FFF;
        }

            .sidebar .block ul li:hover {
                background: url(../img/arrowRight.png) no-repeat 95% 50% #F3F6F8;
            }

            .sidebar .block ul li:last-child {
                border-bottom: none;
            }

            .sidebar .block ul li a {
                display: block;
            }

    .sidebar .block a {
        text-decoration: none;
    }

@media all and (max-width: 1000px) {
    .sidebar {
        padding-right: 10px;
        padding-top: 10px;
    }
}

@media all and (max-width: 740px) {
    .sidebar {
        padding: 0 10px;
        padding-top: 10px;
    }
}
/*==============
Quote Page
================*/
.blue-banner {
    width: 100%;
    height: 60px;
    background: #004990;
    color: white;
    margin-top: 15px;
}

    .blue-banner h1 {
        line-height: 60px;
        color: white;
    }

.retrieve-button {
    text-align: right;
    padding-top: 10px;
}

.panel {
    background-color: #f7fbff;
    border: 1px solid #d4d0cd;
    border-radius: 5px;
    padding: 15px;
}

/*==============
Footer
================*/
.footer {
    background: #F6FAFE;
    border-top: 1px solid #CBD7E4;
    font-size: 13px;
    padding: 30px 0 0;
}

    .footer ul {
        margin-top: 10px;
    }

        .footer ul li {
            padding-bottom: 10px;
        }

    .footer a {
        text-decoration: none;
    }

    .footer h4 {
        font-size: 16px;
    }

    .footer a:hover {
        text-decoration: underline;
        color: #333;
    }

    .footer .departments span {
        padding: 10px 0 20px 0;
        display: block;
    }

    .footer .links {
        margin-top: 0;
        overflow: hidden;
    }

        .footer .links ul {
            margin-top: 20px;
            list-style: none;
            margin-left: 0px;
        }

            .footer .links ul li {
                line-height: 1;
                display: inline-block;
                padding: 10px 0;
            }

                .footer .links ul li a {
                    padding: 0 10px;
                    border-right: 1px solid #d4d0cd;
                }

                .footer .links ul li.first a {
                    padding-left: 0;
                }

                .footer .links ul li.last a {
                    border-right: 0;
                }

@media all and (max-width: 1000px) {
    .footer {
        padding-left: 10px;
        padding-right: 10px;
    }

        .footer .col-md-3 {
            margin-bottom: 20px;
        }
}

@media all and (max-width: 740px) {
    .footer ul {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .footer .links {
        margin-top: 10px;
    }

        .footer .links ul li {
            display: block;
            line-height: 20px;
            padding: 0;
        }

            .footer .links ul li a {
                border: 0;
                padding: 0;
            }
}

/* =================
JOSH'S STYLES
====================*/

.headers {
    font-family: 'VAG Round',Tahoma,Arial,sans-serif;
    font-weight: 100;
    color: #004990;
    font-size: 24px;
    line-height: 1;
}

.headerschoose {
    font-family: 'VAG Round',Tahoma,Arial,sans-serif;
    font-weight: 100;
    color: #004990;
    font-size: 24px;
    line-height: 4;
}

.pheaders {
    font-family: 'VAG Round',Tahoma,Arial,sans-serif;
    font-weight: 100;
    color: #004990;
    font-size: 18pt;
    line-height: 2;
}

.pheaders2 {
    font-family: 'VAG Round',Tahoma,Arial,sans-serif;
    font-weight: 100;
    color: #004990;
    font-size: 12pt;
}

.pheaders3 {
    font-family: 'VAG Round',Tahoma,Arial,sans-serif;
    font-weight: 100;
    color: #004990;
    font-size: 16px;
    padding-top: 10px;
}


.textheaders {
    font-family: 'VAG Round',Tahoma,Arial,sans-serif;
    font-weight: 100;
    color: #004990;
    font-size: 12pt;
    line-height: 2;
}

.headers2 {
    font-family: 'VAG Round',Tahoma,Arial,sans-serif;
    font-weight: 100;
    color: #004990;
    font-size: 12pt;
    line-height: 1.5;
    text-align: right;
}

.numberheaders {
    font-family: 'VAG Rundschrift D OT',Tahoma,Arial,sans-serif;
    font-weight: 100;
    color: #004990;
    font-size: 24px;
    line-height: 1;
    text-align: right;
}

.numberheaders2 {
    font-family: 'VAG Rundschrift D OT',Tahoma,Arial,sans-serif;
    font-weight: 100;
    color: #004990;
    font-size: 12pt;
}

.headers3 {
    font-family: 'VAG Round',Tahoma,Arial,sans-serif;
    font-weight: 100;
    color: #004990;
    font-size: 16pt;
    line-height: 2;
}

.Quoteribbon {
    font-family: 'VAG Round',Tahoma,Arial,sans-serif;
    font-weight: 100;
    color: white;
    font-size: 24pt;
    line-height: 1.5;
}

.landingpageheaders {
    font-family: 'VAG Round',Tahoma,Arial,sans-serif;
    font-weight: 100;
    color: #004990;
    font-size: 12pt;
    line-height: 1.5;
    text-align: center;
}

.ErrorLabel {
    font-weight: bold;
    color: red;
    font-size: 10pt;
}


.selectdate {
    background-image: url('/img/cal1.png');
    padding-top: 0px;
    padding-left: 0px;
    font-weight: bold;
    font-size: 12pt;
}

.ribbon {
    width: 100%;
    height: 60px;
    background-color: #004990 !important;
}



.adinsightNumber17745 {
    font-family: "vagrundschriftdregular", Tahoma, arial, sans-serif;
    color: #004E99;
    font-weight: bold;
    font-size: 24px;
}

.footerb {
    background-color: #004990;
    height: 450px;
    width: 100%;
    font-size: 12px;
    color: white;
    line-height: 1.5;
}

.cb label {
    margin-left: 5px;
}

.breadcrumb {
    /*centering*/
    display: inline-block;
    background-color: white;
    overflow: hidden;
    border-radius: 5px;
    /*Lets add the numbers for each link using CSS counters. flag is the name of the counter. to be defined using counter-reset in the parent element of the links*/
    counter-reset: flag;
}

    .breadcrumb a {
        text-decoration: none;
        outline: none;
        display: block;
        float: left;
        font-size: 12px;
        line-height: 36px;
        color: black;
        /*need more margin on the left of links to accomodate the numbers*/
        padding: 0 10px 0 60px;
        background: #f7fbff;
        border: solid;
        border-width: 1px;
        border-color: #d4d0cd;
        position: relative;
    }
        /*since the first link does not have a triangle before it we can reduce the left padding to make it look consistent with other links*/
        .breadcrumb a:first-child {
            padding-left: 46px;
            border-radius: 5px 0 0 5px; /*to match with the parent's radius*/
        }

            .breadcrumb a:first-child:before {
                left: 14px;
            }

        .breadcrumb a:last-child {
            border-radius: 0 5px 5px 0; /*this was to prevent glitches on hover*/
            padding-right: 20px;
        }

        /*hover/active styles*/
        .breadcrumb a.active, .breadcrumb a:hover {
            background: #fff;
        }

            .breadcrumb a.active:after, .breadcrumb a:hover:after {
                background: #fff;
            }

        /*adding the arrows for the breadcrumbs using rotated pseudo elements*/
        .breadcrumb a:after {
            content: '';
            position: absolute;
            top: 0;
            right: -18px; /*half of square's length*/
            /*same dimension as the line-height of .breadcrumb a */
            width: 36px;
            height: 36px;
            /*as you see the rotated square takes a larger height. which makes it tough to position it properly. So we are going to scale it down so that the diagonals become equal to the line-height of the link. We scale it to 70.7% because if square's:
length = 1; diagonal = (1^2 + 1^2)^0.5 = 1.414 (pythagoras theorem)
if diagonal required = 1; length = 1/1.414 = 0.707*/
            transform: scale(0.707) rotate(45deg);
            /*we need to prevent the arrows from getting buried under the next link*/
            z-index: 1;
            /*background same as links but the gradient will be rotated to compensate with the transform applied*/
            background: #f7fbff;
            /*stylish arrow design using box shadow*/
            box-shadow: 2px -2px 0 2px rgba(0, 0, 0, 0.4), 3px -3px 0 2px rgba(255, 255, 255, 0.1);
            /*
5px - for rounded arrows and
50px - to prevent hover glitches on the border created using shadows*/
            border-radius: 0 5px 0 50px;
        }
        /*we dont need an arrow after the last link*/
        .breadcrumb a:last-child:after {
            content: none;
        }
        /*we will use the :before element to show numbers*/
        .breadcrumb a:before {
            content: counter(flag);
            counter-increment: flag;
            justify-content: center;
            text-align: center;
            /*some styles now*/
            border-radius: 100%;
            width: 20px;
            height: 20px;
            line-height: 20px;
            margin: 8px 0;
            position: absolute;
            top: 0;
            left: 30px;
            background: #f7fbff;
            background: #004990;
            color: white;
            font-weight: bold;
        }


.flat a, .flat a:after {
    background: white;
    color: black;
    transition: all 0.5s;
}

    .flat a:before {
        background: white;
        box-shadow: 0 0 0 1px #fff;
    }

    .flat a:hover, .flat a.active,
    .flat a:hover:after, .flat a.active:after {
        background: #9EEB62;
    }

@media (max-width:320px) {
    .navbar-brand {
        text-align: center;
        display: block;
        margin: 0 auto;
    }

    .intro-content {
        padding: 250px 0 0;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1400px;
    }
}

.shadow {
    background: url(https://www.bootstravelinsurance.com/quoteb/App_Themes/548/images/formshadow.jpg) no-repeat;
}
