/*
 * Title:   Custom Style File
 */


/* here you can put your own css to customize and override the theme */

/***
Rounded Portlets
***/
/*
.portlet {
	border-radius: 4px !important;
}

.portlet .portlet-title {
	border-radius: 4px 4px 0px 0px !important;
}

.portlet .portlet-body,
.portlet .portlet-body .form-actions  {
	border-radius: 0px 0px 4px 4px !important;
}
*/

/*
Change Quick Sidebar Width
*/

/*
.page-quick-sidebar-wrapper {
  right: -370px;
  width: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-left: -370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content .page-footer {
  margin-right: 370px;
  margin-left: -370px;
}

.page-sidebar-reversed.page-quick-sidebar-open.page-quick-sidebar-push-content .page-sidebar-wrapper {
  margin-right: 370px;
}

.page-quick-sidebar-open.page-quick-sidebar-push-content.page-quick-sidebar-full-height .page-header {
  margin-left: -370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-list {
  width: 370px !important;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-item {
  width: 370px !important;
  margin-left: 370px;
}

.page-quick-sidebar-wrapper .page-quick-sidebar .page-quick-sidebar-content-item-shown .page-quick-sidebar-list {
  margin-left: -370px;
}
*/



/***
text to upper blue
***/
/*portfolio info*/
.portfolio-info {
    float: left;
    color: #616161;
    font-size: 12px;
    padding: 12px 25px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

    .portfolio-info span {
        color: #16a1f2;
        display: block;
        font-size: 30px;
        margin-top: 5px;
        font-weight: 200;
        text-transform: uppercase;
    }

    .portfolio-info a {
        color: #16a1f2;
        display: block;
        font-size: 30px;
        margin-top: 5px;
        font-weight: 200;
        text-transform: uppercase;
        text-decoration: none;
    }

.span-blue-inline {
    color: #16a1f2;
    font-weight: 400;
    text-transform: uppercase;
}

.span-blue-info {
    color: #16a1f2;
    display: block;
    font-size: 20px;
    margin-top: 5px;
    font-weight: 200;
    text-transform: uppercase;
}


.upper
text-transform: uppercase;
}

.page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a,
.page-sidebar .page-sidebar-menu > li.active > a,
.page-sidebar .page-sidebar-menu > li.active.open > a {
    background: #174822;
    border-top-color: transparent;
    color: #ffffff;
}

    .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active > a:hover, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu > li.active.open > a:hover,
    .page-sidebar .page-sidebar-menu > li.active > a:hover,
    .page-sidebar .page-sidebar-menu > li.active.open > a:hover {
        background: #174822;
    }

/***
Blue Madison override green
***/
/* Button */
.ks-green.btn {
    color: #FFFFFF;
    background-color: #174822;
    border-color: "";
}

    .ks-green.btn:hover, .ks-green.btn:focus, .ks-green.btn:active, .ks-green.btn.active {
        color: #FFFFFF;
        background-color: #174822;
    }

.open .ks-green.btn.dropdown-toggle {
    color: #FFFFFF;
    background-color: #174822;
}

.ks-green.btn:active, .ks-green.btn.active {
    background-image: none;
    background-color: #3c6f9c;
}

    .ks-green.btn:active:hover, .ks-green.btn.active:hover {
        background-color: #3f74a3;
    }

.open .ks-green.btn.dropdown-toggle {
    background-image: none;
}

.ks-green.btn.disabled, .ks-green.btn.disabled:hover, .ks-green.btn.disabled:focus, .ks-green.btn.disabled:active, .ks-green.btn.disabled.active, .ks-green.btn[disabled], .ks-green.btn[disabled]:hover, .ks-green.btn[disabled]:focus, .ks-green.btn[disabled]:active, .ks-green.btn[disabled].active, fieldset[disabled] .ks-green.btn, fieldset[disabled] .ks-green.btn:hover, fieldset[disabled] .ks-green.btn:focus, fieldset[disabled] .ks-green.btn:active, fieldset[disabled] .ks-green.btn.active {
    background-color: #174822;
}

.ks-green.btn .badge {
    color: #174822;
    background-color: #FFFFFF;
}

/* Button Strip */
.btn.ks-green-stripe {
    border-left: 3px solid #174822;
}

/* Portlet */
.portlet > .portlet-body.ks-green,
.portlet.ks-green {
    background-color: #174822;
}

.portlet.solid.ks-green > .portlet-title,
.portlet.solid.ks-green > .portlet-body {
    border: 0;
    color: #FFFFFF;
}

    .portlet.solid.ks-green > .portlet-title > .caption > i {
        color: #FFFFFF;
    }

    .portlet.solid.ks-green > .portlet-title > .tools > a.remove {
        background-image: url(../img/portlet-remove-icon-white.png);
    }

    .portlet.solid.ks-green > .portlet-title > .tools > a.config {
        background-image: url(../img/portlet-config-icon-white.png);
    }

    .portlet.solid.ks-green > .portlet-title > .tools > a.reload {
        background-image: url(../img/portlet-reload-icon-white.png);
    }

    .portlet.solid.ks-green > .portlet-title > .tools > a.expand {
        background-image: url(../img/portlet-expand-icon-white.png);
    }

    .portlet.solid.ks-green > .portlet-title > .tools > a.collapse {
        background-image: url(../img/portlet-collapse-icon-white.png);
    }

    .portlet.solid.ks-green > .portlet-title > .tools > a.fullscreen {
        color: #fdfdfd;
    }

.portlet.box.ks-green {
    border: 1px solid #7ca7cc;
    border-top: 0;
}

    .portlet.box.ks-green > .portlet-title {
        background-color: #174822;
    }

        .portlet.box.ks-green > .portlet-title > .caption {
            color: #FFFFFF;
        }

            .portlet.box.ks-green > .portlet-title > .caption > i {
                color: #FFFFFF;
            }

        .portlet.box.ks-green > .portlet-title > .actions .btn-default {
            background: transparent !important;
            background-color: transparent !important;
            border: 1px solid #a8c4dd;
            color: #bad1e4;
        }

            .portlet.box.ks-green > .portlet-title > .actions .btn-default > i {
                color: #c5d8e9;
            }

            .portlet.box.ks-green > .portlet-title > .actions .btn-default:hover, .portlet.box.ks-green > .portlet-title > .actions .btn-default:focus, .portlet.box.ks-green > .portlet-title > .actions .btn-default:active, .portlet.box.ks-green > .portlet-title > .actions .btn-default.active {
                border: 1px solid #cdddec;
                color: #dfeaf3;
            }

/* Statistic Block */
.dashboard-stat.ks-green {
    background-color: #174822;
}

    .dashboard-stat.ks-green.dashboard-stat-light:hover {
        background-color: #0f5b20;
    }

    .dashboard-stat.ks-green .visual > i {
        color: #FFFFFF;
        opacity: 0.1;
        filter: alpha(opacity=10);
    }

    .dashboard-stat.ks-green .details .number {
        color: #FFFFFF;
    }

    .dashboard-stat.ks-green .details .desc {
        color: #FFFFFF;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .dashboard-stat.ks-green .more {
        color: #FFFFFF;
        background-color: #0f5b20;
    }

/* General Element */
.bg-ks-green {
    border-color: #174822 !important;
    background-image: none !important;
    background-color: #174822 !important;
    color: #FFFFFF !important;
}

/* General Text & Icon Font Colors */
.font-ks-green {
    color: #174822 !important;
}

.progress-bar.ks-green {
    background: #174822 !important;
    color: #FFFFFF !important;
}

/* 061319 for quote */

@media (max-width: 275px) {
    .m-aside-left {
        width: 90% !important;
    }
}

.m-grey {
    background-color: #F7F7F7;
}


.center {
    text-align: center;
}

.m-type.m-type--xlg {
    height: 130px;
    width: 130px;
    font-size: 2.6rem;
}

.m-type > span {
    line-height: 0;
    font-weight: 600;
    font-size: 2.5rem;
    text-transform: uppercase
}


.xlarge {
    font-size: 3.5rem;
}

.start-date {
    padding-top: 10px;
    display: block;
    align-items: center;
    justify-content: center;
    display: flex;
    height: 57px;
}

    .start-date > span {
        font-weight: 600;
        font-family: 'Poppins',sans-serif;
        font-size: 1.2rem;
        padding-right: 10px;
    }

.divider {
    width: 10px;
    height: auto;
    display: inline-block;
}

.DayPickerInput {
    border: none;
    width: 130px;
    background: #FFFFFF url("/images/caret-down.png") right 15px center no-repeat;
    position: relative;
    font-family: 'Poppins',sans-serif;
    display: inline-block;
    box-sizing: border-box;
}

.btn-group-wrap {
    display: flex;
    flex-flow: row;
    justify-content: center;
    margin: 0 auto;
    padding-top: 10px;
}


.section {
    background-color: #fff;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
}

.inner {
    margin: 0 auto;
    max-width: 830px;
    width: 100%;
    display: flex;
    flex-flow: column;
    padding: 20px 0;
    z-index: 1;
}


.image-background {
    position: absolute;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 0;
    height: 300px;
    width: 400px;
}

    .image-background.image-left {
        background-position: left bottom;
        right: 0;
    }

    .image-background.image-right {
        background-position: right bottom;
        left: 0;
    }

.centerDiv {
    padding-top: 10px;
    display: block;
    align-items: center;
    justify-content: center;
    display: flex;
}

.coverages-list {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}


    .coverages-list li {
        line-height: 20px;
    }

    .coverages-list ul {
        list-style: none;
        list-style-image: none;
    }

    .coverages-list li {
        list-style: none;
        list-style-image: none;
    }

li.box-white {
    background-color: #fff;
    text-align: center;
    max-width: 260px;
    height: 420px;
    padding: 30px 30px 30px 30px;
    margin: 20px;
    position: relative;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    border: 1px #DADADA solid;
}

.bwIcon {
    padding: 30px 30px 30px 30px;
    color: #5867dd;
    width: 3em !important;
}



.additional-data {
    width: calc(100% - 60px);
    position: absolute;
    bottom: 100px;
}

.price-toggles {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 73px;
    padding: 0 20px;
    border-top: 3px #716aca solid;
}





.NObtn-toggle {
    width: 30px;
    height: 30px;
    border: 1px solid #DADADA;
    border-radius: 50%;
    position: relative;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
}

.m-type.m-type--lg {
    height: 80px;
    width: 80px;
}

.m-type {
    /* display: -webkit-box; */
    /* display: -ms-flexbox; */
    /* display: -webkit-inline-box; */
    /* display: -ms-inline-flexbox; */
    display: inline-flex;
    -moz-align-items: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-flex-grow: 0;
    -ms-flex-grow: 0;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    height: 40px;
    width: 40px;
    line-height: 0;
    border-radius: 100% !important;
    flex-direction: column;
}

/* price */
.price.digits-2 {
    font-size: 36px;
}

.price small {
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    opacity: 1;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    padding-top: 20px;
}

.price em {
    display: block;
    font-style: normal;
}

price.digits-2 em::after {
    top: -1px;
}

.price em::after {
    content: attr(data-decimal);
    font-size: 16px;
    top: 2px;
    vertical-align: super;
    position: relative;
}

/* spp */

.scheduled-items {
    width: 100%;
    margin-top: 37px;
    display: flex;
    flex-flow: row;
    flex-wrap: wrap;
    align-self: center;
    justify-content: center;
}

.scheduled-item {
    display: flex;
    flex-flow: column;
    width: 140px;
    margin: 15px;
    position: relative;
}

.item-icon {
    position: relative;
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    height: 140px;
    width: 140px;
    border: 1px solid #ECECEC;
    border-radius: 50%;
    -webkit-transition: border-color 0.2s ease-in-out;
    -moz-transition: border-color 0.2s ease-in-out;
    -o-transition: border-color 0.2s ease-in-out;
    transition: border-color 0.2s ease-in-out;
    border-radius: 100% !important;
}

.item-details {
    margin-top: 11px;
    align-items: center;
    text-align: center;
}

    .item-details h4 {
        text-transform: uppercase;
        font-weight: 600;
    }

.scheduled-item #item-main-action {
    position: absolute;
    top: 10px;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    font: 700 22px/30px "Lato", "Helvetica Neue", Arial, sans-serif;
    line-height: initial;
    align-items: center;
    text-align: center;
}

.btn-standard.btn-base {
    background-color: #716aca;
    color: #fff;
    border: 0;
    box-shadow: 0px 10px 40px -10px rgba(255,0,131,0.5);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -moz-transition: all 0.2s, -moz-transform 0.5s;
    -o-transition: all 0.2s, -o-transform 0.5s;
    -webkit-transition: all 0.2s, -webkit-transform 0.5s;
    transition: all 0.2s, transform 0.5s;
    border-radius: 100% !important;
}

.lightBlue {
    color: #59c1e8;
}



.shannonOrange {
    color: #f4db6b;
}

.btn-shannon {
    color: #fff;
    background-color: #f4db6b;
    border-color: #f4db6b;
}

.lightGrey {
    color: #D3D3D3;
}

.panel {
    position: relative;
    display: flex;
    flex-flow: row;
    padding: 25px 30px;
    width: 100%;
    background-color: #FFFFFF;
    border: none;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.14);
    border-radius: 5px;
    overflow: hidden;
    box-shadow: none;
    -webkit-transition: border-color 0.4s ease-out, box-shadow 0.4s ease-out;
    -moz-transition: border-color 0.4s ease-out, box-shadow 0.4s ease-out;
    -o-transition: border-color 0.4s ease-out, box-shadow 0.4s ease-out;
    transition: border-color 0.4s ease-out, box-shadow 0.4s ease-out;
}

    .panel.active {
        border-radius: 5px;
        /*padding: 1rem;*/
        /*transition: transform 300ms ease;*/
        background-color: #079ad9;
        border: 2px solid #079ad9;
        color: white !important;
    }

    .panel .panel-content-container {
        flex: 1;
        display: flex;
        flex-flow: column;
        width: 100%;
        min-width: 0px;
        position: relative;
        height: auto;
        justify-content: center;
    }

        .panel .panel-content-container .panel-content {
            min-height: 0px;
            display: flex;
            flex-flow: row;
            align-items: center;
            justify-content: space-between;
            text-align: left;
        }

            .panel .panel-content-container .panel-content .panel-details {
                flex: 1;
            }

                .panel .panel-content-container .panel-content .panel-details h5 {
                    text-transform: uppercase;
                    font: 700 16px/22px "Lato", "Helvetica Neue", Arial, sans-serif;
                }


            .panel .panel-content-container .panel-content .panel-action {
                display: flex;
                flex-flow: row;
                align-items: center;
                flex: 0 0 250px;
            }


                .panel .panel-content-container .panel-content .panel-action .addedCoverage {
                    flex: 1;
                    text-align: center;
                    font: 700 14px/22px "Lato", "Helvetica Neue", Arial, sans-serif;
                    text-transform: uppercase;
                    color: #B7B7B7;
                }

                .panel .panel-content-container .panel-content .panel-action .addedCoverage {
                    color: #35C275;
                }

    .panel .icon {
        flex: 0 0 120px;
        height: 70px;
        position: relative;
        align-self: flex-start;
    }

.icon.imperial::before {
    background-position: -40px -515px;
}

.icon::before {
    content: "";
    background-size: 358px 1055px;
    position: absolute;
    z-index: 1;
    display: block;
    overflow: hidden;
    width: 91px;
    height: 91px;
    position: absolute;
    z-index: 0;
}

.panel .panel-content-container .panel-content .panel-action .toggle {
    flex: 0 0 90px;
}



#header .logo img, #footer .logo img, .chaser .logo img {
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 100;
}

#header.style1 .logo a:after {
    position: absolute;
    display: block;
    width: 130px;
    height: 30px;
    background: #01b7f2;
    content: "";
    top: 0;
    right: 0;
    margin-bottom: 80px;
}

#header .logo a, .chaser .logo a {
    background: 0 0;
    display: block;
    margin-bottom: 20px;
}

.no-backgroundsize .chaser .logo a {
    background-size: auto 20px;
    background-image: none;
}

#footer.style1 .logo a {
    background-image: margin-bottom: 80px;
}


#footer .bottom {
    height: 80px;
}


.listing-style1.car .details .coverages {
    text-align: center;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    margin: 10px 0;
    padding: 10px 0 6px;
}

.listing-style1.car .coverages ul, .listing-style3.car .coverages ul {
    display: inline-block;
    color: #9e9e9e;
}

    .listing-style1.car .coverages ul li, .listing-style3.car .coverages ul li {
        display: block;
        float: left;
        text-align: center;
        padding: 0 15px;
        cursor: default;
        font-size: 0.8333em;
    }

        .listing-style1.car .coverages ul li .glyphicon, .listing-style1.car .coverages ul li [class^="soap-icon"], .listing-style3.car .coverages ul li .glyphicon, .listing-style3.car .coverages ul li [class^="soap-icon"] {
            display: block;
            font-size: 16px;
            color: #d9d9d9;
            overflow: hidden;
        }

        .listing-style1.car .coverages ul li .glyphicon, .listing-style3.car .coverages ul li .glyphicon {
            line-height: 25px;
        }

            .listing-style1.car .coverages ul li .glyphicon:before, .listing-style3.car .coverages ul li .glyphicon:before {
                font-size: 12px;
            }

        .listing-style1.car .coverages ul li:hover, .listing-style1.car .coverages ul li:hover .glyphicon, .listing-style1.car .coverages ul li:hover [class^="soap-icon"], .listing-style3.car .coverages ul li:hover, .listing-style3.car .coverages ul li:hover .glyphicon, .listing-style3.car .coverages ul li:hover [class^="soap-icon"] {
            color: #01b7f2;
        }

            .listing-style1.car .coverages ul li:hover [class^="soap-icon"]:before, .listing-style3.car .coverages ul li:hover [class^="soap-icon"]:before {
                -webkit-animation: toTopFromBottom 0.35s forwards;
                -moz-animation: toTopFromBottom 0.35s forwards;
                animation: toTopFromBottom 0.35s forwards;
            }

    .listing-style1.car .coverages ul:after, .listing-style3.car .coverages ul:after {
        display: table;
        content: "";
        clear: both;
    }


.dashboard.style1, .post-404page.style1, .soap-login-page.style1 {
    background-color: #1a232f;
    background-image: -moz-radial-gradient(center center, circle cover, #F0FFFF, #0d1218 100%);
    background-image: -webkit-radial-gradient(center center, circle cover, #F0FFFF, #0d1218 100%);
    background-image: -o-radial-gradient(center center, circle cover, #F0FFFF, #0d1218 100%);
    background-image: -ms-radial-gradient(center center, circle cover, #F0FFFF, #0d1218 100%);
    background-image: radial-gradient(center center, circle cover, #F0FFFF, #0d1218 100%);
}

/* 2.2.3. Info box */
.info-box-red {
    padding: 20px 25px;
    border: 1px solid #e01a33;
    position: relative;
}

    .info-box-red .close {
        color: #e01a33;
    }

    .info-box-red p {
        font-size: 1.1667em;
        color: #e01a33;
    }

    .info-box-red > *:last-child {
        margin-bottom: 0;
    }


.icon-box.style10 {
    border: 1px solid #01b7f2;
    margin-top: 20px;
    padding: 45px 20px 20px;
    position: relative;
    color: #01b7f2;
    text-align: center;
}

    .icon-box.style10 .box-title {
        color: #000;
        margin-bottom: 0px;
    }

    .icon-box.style10 > i {
        position: absolute;
        width: 72px;
        height: 72px;
        top: -36px;
        left: 50%;
        margin-left: -36px;
        font-size: 3em;
        color: #fff;
        background: #01b7f2;
        line-height: 72px;
        -webkit-border-radius: 50% 50% 50% 50%;
        -moz-border-radius: 50% 50% 50% 50%;
        -ms-border-radius: 50% 50% 50% 50%;
        border-radius: 50% 50% 50% 50%;
    }

    .icon-box.style10 .description {
        text-transform: none;
    }

/* 9.1.6. Homepage 9 KASSING LOGIN*/
#content.image-bg1 {
    background: url("/images/bg/bwAspire.jpg") no-repeat; /**/
    background-color: #838383;
    min-height: 880px;
}


.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 90;
    background-color: #000;
}

.btn-is-disabled {
    pointer-events: none; /* Disables the button completely. Better than just cursor: default; */
    @include opacity(0.7);
}

#header .topnavAspire {
    height: 50px;
    background: #2098d5;
    width: 100%;
}

    #header .topnavAspire ul.quick-menu > li {
        float: left;
        margin-left: 20px;
    }

        #header .topnavAspire ul.quick-menu > li:first-child {
            margin-left: 0;
        }

        #header .topnavAspire ul.quick-menu > li > a {
            color: #fff;
            line-height: 30px;
            display: block;
            font-size: 0.8333em;
            text-transform: uppercase;
        }

button.btn-extra .icon-wrap, input[type="submit"].btn-extra .icon-wrap, a.button.btn-extra .icon-wrap {
    position: relative;
}

    button.btn-extra .icon-wrap i, input[type="submit"].btn-extra .icon-wrap i, a.button.btn-extra .icon-wrap i {
        width: 55px;
        vertical-align: middle;
        background: #01b7f2;
        color: #2d3e52;
        font-size: 36px;
        display: table-cell;
        height: 70px;
        text-align: right;
        padding-right: 8px;
    }

        button.btn-extra .icon-wrap i:after, input[type="submit"].btn-extra .icon-wrap i:after, a.button.btn-extra .icon-wrap i:after {
            display: block;
            content: "";
            position: absolute;
            left: 55px;
            border-bottom: 70px solid #01b7f2;
            border-right: 16px solid transparent;
            top: 0;
            bottom: 0;
        }

button.btn-extra > span, input[type="submit"].btn-extra > span, a.button.btn-extra > span {
    display: table-cell;
    vertical-align: middle;
    padding: 0 20px 0 35px;
    text-align: left;
}

    button.btn-extra > span em, input[type="submit"].btn-extra > span em, a.button.btn-extra > span em {
        color: #01b7f2;
        font-size: 1.6667em;
        font-weight: bold;
        font-style: normal;
    }

button.btn-extra:hover, input[type="submit"].btn-extra:hover, a.button.btn-extra:hover {
    color: inherit;
    background: #fff;
    border-color: #fff !important;
}

    button.btn-extra:hover .icon-wrap i, input[type="submit"].btn-extra:hover .icon-wrap i, a.button.btn-extra:hover .icon-wrap i {
        color: #fff;
    }

button.btn-extra.blue, input[type="submit"].btn-extra.blue, a.button.btn-extra.blue {
    border-color: #01b7f2;
}

    button.btn-extra.blue .icon-wrap i, input[type="submit"].btn-extra.blue .icon-wrap i, a.button.btn-extra.blue .icon-wrap i {
        background: #01b7f2;
    }

        button.btn-extra.blue .icon-wrap i:after, input[type="submit"].btn-extra.blue .icon-wrap i:after, a.button.btn-extra.blue .icon-wrap i:after {
            border-bottom-color: #01b7f2;
        }

    button.btn-extra.blue > span em, input[type="submit"].btn-extra.blue > span em, a.button.btn-extra.blue > span em {
        color: #01b7f2;
    }

button.btn-extra.yellow, input[type="submit"].btn-extra.yellow, a.button.btn-extra.yellow {
    border-color: #fdb714;
}

    button.btn-extra.yellow .icon-wrap i, input[type="submit"].btn-extra.yellow .icon-wrap i, a.button.btn-extra.yellow .icon-wrap i {
        background: #fdb714;
    }

        button.btn-extra.yellow .icon-wrap i:after, input[type="submit"].btn-extra.yellow .icon-wrap i:after, a.button.btn-extra.yellow .icon-wrap i:after {
            border-bottom-color: #fdb714;
        }

    button.btn-extra.yellow > span em, input[type="submit"].btn-extra.yellow > span em, a.button.btn-extra.yellow > span em {
        color: #fdb714;
    }

button.btn-extra.green, input[type="submit"].btn-extra.green, a.button.btn-extra.green {
    border-color: #98ce44;
}

    button.btn-extra.green .icon-wrap i, input[type="submit"].btn-extra.green .icon-wrap i, a.button.btn-extra.green .icon-wrap i {
        background: #98ce44;
    }

        button.btn-extra.green .icon-wrap i:after, input[type="submit"].btn-extra.green .icon-wrap i:after, a.button.btn-extra.green .icon-wrap i:after {
            border-bottom-color: #98ce44;
        }

    button.btn-extra.green > span em, input[type="submit"].btn-extra.green > span em, a.button.btn-extra.green > span em {
        color: #98ce44;
    }

button.btn-extra.dark-blue, input[type="submit"].btn-extra.dark-blue, a.button.btn-extra.dark-blue {
    border-color: #2d3e52;
}

    button.btn-extra.dark-blue .icon-wrap i, input[type="submit"].btn-extra.dark-blue .icon-wrap i, a.button.btn-extra.dark-blue .icon-wrap i {
        background: #2d3e52;
    }

        button.btn-extra.dark-blue .icon-wrap i:after, input[type="submit"].btn-extra.dark-blue .icon-wrap i:after, a.button.btn-extra.dark-blue .icon-wrap i:after {
            border-bottom-color: #2d3e52;
        }

    button.btn-extra.dark-blue > span em, input[type="submit"].btn-extra.dark-blue > span em, a.button.btn-extra.dark-blue > span em {
        color: #2d3e52;
    }

button.btn-extra.dark-yellow, input[type="submit"].btn-extra.dark-yellow, a.button.btn-extra.dark-yellow {
    border-color: #efa300;
}

    button.btn-extra.dark-yellow .icon-wrap i, input[type="submit"].btn-extra.dark-yellow .icon-wrap i, a.button.btn-extra.dark-yellow .icon-wrap i {
        background: #efa300;
    }

        button.btn-extra.dark-yellow .icon-wrap i:after, input[type="submit"].btn-extra.dark-yellow .icon-wrap i:after, a.button.btn-extra.dark-yellow .icon-wrap i:after {
            border-bottom-color: #efa300;
        }

    button.btn-extra.dark-yellow > span em, input[type="submit"].btn-extra.dark-yellow > span em, a.button.btn-extra.dark-yellow > span em {
        color: #efa300;
    }

button.btn-extra.red, input[type="submit"].btn-extra.red, a.button.btn-extra.red {
    border-color: #e01a33;
}

    button.btn-extra.red .icon-wrap i, input[type="submit"].btn-extra.red .icon-wrap i, a.button.btn-extra.red .icon-wrap i {
        background: #e01a33;
    }

        button.btn-extra.red .icon-wrap i:after, input[type="submit"].btn-extra.red .icon-wrap i:after, a.button.btn-extra.red .icon-wrap i:after {
            border-bottom-color: #e01a33;
        }

    button.btn-extra.red > span em, input[type="submit"].btn-extra.red > span em, a.button.btn-extra.red > span em {
        color: #e01a33;
    }

button.btn-extra.light-blue, input[type="submit"].btn-extra.light-blue, a.button.btn-extra.light-blue {
    border-color: #7c9abd;
}

    button.btn-extra.light-blue .icon-wrap i, input[type="submit"].btn-extra.light-blue .icon-wrap i, a.button.btn-extra.light-blue .icon-wrap i {
        background: #7c9abd;
    }

        button.btn-extra.light-blue .icon-wrap i:after, input[type="submit"].btn-extra.light-blue .icon-wrap i:after, a.button.btn-extra.light-blue .icon-wrap i:after {
            border-bottom-color: #7c9abd;
        }

    button.btn-extra.light-blue > span em, input[type="submit"].btn-extra.light-blue > span em, a.button.btn-extra.light-blue > span em {
        color: #7c9abd;
    }

.flight-list {
    margin-bottom: 0
}

.insured-main-process {
    display: inline-block;
    position: relative;
    padding: 0 !important;
    float: none !important;
}

    .insured-main-process img {
        max-width: 100%;
        margin-bottom: 2px;
    }

    .insured-main-process .process {
        display: inline-block;
        position: absolute;
        /*table-layout: fixed;*/
        width: 100%;
        margin-top: -32.4px;
        margin-left: -32.4px;
        margin-right: -32.4px;
    }

        .insured-main-process .process .icon-wrapper {
            vertical-align: top;
        }

            .insured-main-process .process .icon-wrapper i {
                display: block;
                font-size: 36px;
            }

        .insured-main-process .process .details {
            min-width: 250px;
            width: 100%;
        }

        .insured-main-process .process.first {
            top: 14.6446%;
            right: 85.3554%;
            margin-left: 0;
            text-align: right;
        }

            .insured-main-process .process.first .details {
                padding-right: 8%;
                padding-left: 0;
            }

        .insured-main-process .process.second {
            top: 14.6446%;
            left: 85.3554%;
            margin-right: 0;
            text-align: left;
        }

            .insured-main-process .process.second .details {
                padding-left: 8%;
                padding-right: 0;
            }

        .insured-main-process .process.third {
            top: 85.3554%;
            left: 85.3554%;
            margin-right: 0;
            text-align: left;
        }

            .insured-main-process .process.third .details {
                padding-left: 8%;
                padding-right: 0;
            }

        .insured-main-process .process.forth {
            top: 85.3554%;
            right: 85.3554%;
            margin-left: 0;
            text-align: right;
        }

            .insured-main-process .process.forth .details {
                padding-right: 8%;
                padding-left: 0;
            }

/* 9.1.6. Homepage 9 KASSING LOGIN*/
#content.image-bg1 {
    background: url("/images/bg/home-sky.jpg") no-repeat center center;
    min-height: 880px;
}


.Tundra-box {
    background: #fff;
    padding: 20px;
    margin-bottom: 30px;
}

    .Tundra-box > *:last-child {
        margin-bottom: 0;
    }

    .Tundra-box .title {
        margin-bottom: 5px;
    }

    .Tundra-box .box-title {
        margin-bottom: 15px;
    }

    .Tundra-box.box-full {
        padding: 30px;
    }

    .Tundra-box.search-stories-box button {
        height: 34px;
        /*margin: 0 !important;*/
        padding: 0 10px;
        font-size: 1em;
    }

    .Tundra-box.twitter-box .twitter-holder > ul li {
        border-bottom: 1px solid #f5f5f5;
        padding: 15px 0 15px 40px;
        position: relative;
    }

        .Tundra-box.twitter-box .twitter-holder > ul li:last-child {
            border: none;
        }

        .Tundra-box.twitter-box .twitter-holder > ul li:before {
            content: "\f099";
            font-family: FontAwesome;
            display: block;
            width: 32px;
            height: 32px;
            -webkit-border-radius: 50% 50% 50% 50%;
            -moz-border-radius: 50% 50% 50% 50%;
            -ms-border-radius: 50% 50% 50% 50%;
            border-radius: 50% 50% 50% 50%;
            border: 1px solid #fdb714;
            color: #fdb714;
            line-height: 32px;
            text-align: center;
            position: absolute;
            left: 0;
            font-size: 16px;
        }

        .Tundra-box.twitter-box .twitter-holder > ul li .tweet-text a {
            color: #01b7f2;
        }

            .Tundra-box.twitter-box .twitter-holder > ul li .tweet-text a:hover {
                text-decoration: underline;
            }

    .Tundra-box.contact-box .contact-details {
        margin: 0;
    }

        .Tundra-box.contact-box .contact-details .contact-phone {
            color: #01b7f2;
        }

            .Tundra-box.contact-box .contact-details .contact-phone > i {
                color: #fdb714;
            }

        .Tundra-box.contact-box .contact-details .contact-email {
            color: inherit;
        }

    .Tundra-box.quote-with-us-box li, .Tundra-box.contact-us-box .contact-address li {
        border-bottom: 1px solid #f5f5f5;
        padding: 10px 0 10px 40px;
        position: relative;
    }

        .Tundra-box.quote-with-us-box li > i, .Tundra-box.contact-us-box .contact-address li > i {
            position: absolute;
            font-size: 1.5em;
            color: #fdb714;
            left: 0;
            top: 12px;
        }

        .Tundra-box.quote-with-us-box li:last-child, .Tundra-box.contact-us-box .contact-address li:last-child {
            border-bottom-width: 0;
            padding-bottom: 0;
        }

        .Tundra-box.quote-with-us-box li .title, .Tundra-box.contact-us-box .contact-address li .title {
            color: #2d3e52;
        }

        .Tundra-box.quote-with-us-box li:after, .Tundra-box.contact-us-box .contact-address li:after {
            display: table;
            clear: both;
            content: "";
        }

        .Tundra-box.quote-with-us-box li > *:last-child, .Tundra-box.contact-us-box .contact-address li > *:last-child {
            margin-bottom: 0;
        }

    .Tundra-box.contact-us-box .title {
        color: #2d3e52;
    }

    .Tundra-box.contact-us-box .contact-address {
        margin-bottom: 25px;
    }

        .Tundra-box.contact-us-box .contact-address li {
            padding-left: 50px;
        }

            .Tundra-box.contact-us-box .contact-address li p {
                font-size: 0.8333em;
                text-transform: uppercase;
                margin-bottom: 0;
            }

            .Tundra-box.contact-us-box .contact-address li:last-child {
                border-bottom-width: 1px;
                padding-bottom: 10px;
            }

    .Tundra-box.contact-us-box .social-icons a {
        overflow: hidden;
    }

        .Tundra-box.contact-us-box .social-icons a:hover i:before {
            -webkit-animation: toBottomFromTop 0.4s forwards;
            -moz-animation: toBottomFromTop 0.4s forwards;
            animation: toBottomFromTop 0.4s forwards;
        }

    .Tundra-box.newsletter-box {
        padding: 20px 30px;
    }

        .Tundra-box.newsletter-box button {
            margin-right: 0 !important;
            margin-bottom: 0 !important;
        }

        .Tundra-box.newsletter-box .row > div {
            margin-bottom: 0 !important;
        }

    .Tundra-box.re-search-box label {
        font-size: 0.8333em;
        text-transform: uppercase;
        margin: 5px 0 0 0;
    }

    .Tundra-box.re-search-box button {
        text-transform: uppercase;
    }

    .Tundra-box.about-Tundra-box .title {
        color: #01b7f2;
    }

    .Tundra-box.guarantee-box {
        text-align: center;
    }

        .Tundra-box.guarantee-box .guarantee-image {
            display: block;
            margin: 0 auto 15px;
        }

    .Tundra-box.insurance-benefits ul {
        font-size: 0.9167em;
    }

        .Tundra-box.insurance-benefits ul li {
            line-height: 3.6667em;
            border-bottom: 1px solid #f5f5f5;
            text-transform: uppercase;
        }

            .Tundra-box.insurance-benefits ul li:before {
                color: #d9d9d9;
            }

            .Tundra-box.insurance-benefits ul li.active:before, .Tundra-box.insurance-benefits ul.hover li:hover:before {
                color: #fdb714;
            }


.tl-modal-box {
    border: 2px solid #01b7f2;
    width: 300px;
    margin: 0 auto;
    display: none;
}

    .tl-modal-box .login-social .button {
        width: 100%;
        height: 36px;
        line-height: 36px;
        margin-bottom: 10px;
        font-size: 1.3333em;
        font-weight: 400;
        text-align: left;
        padding-left: 20px;
        letter-spacing: 0.04em;
    }

        .tl-modal-box .login-social .button i {
            font-size: 1.5em;
            margin-right: 36px;
            width: 20px;
            float: left;
            display: block;
        }

    .tl-modal-box .login-facebook {
        background: #155c92;
    }

    .tl-modal-box .login-googleplus {
        background: #d13535;
    }

    .tl-modal-box .seperator {
        line-height: 0;
        border-top: 1px solid #f5f5f5;
        position: relative;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .tl-modal-box .seperator label {
            display: block;
            font-size: 0.9167em;
            position: absolute;
            left: 50%;
            top: 50%;
            line-height: 1;
            background: #fff;
            padding: 0 10px;
            margin: -1px 0 0;
            -webkit-transform: translate(-50%, -50%);
            -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-weight: 400;
        }

    .tl-modal-box p {
        margin-bottom: 0;
    }

    .tl-modal-box .description {
        font-size: 1em;
        color: #9e9e9e;
    }

    .tl-modal-box .form-group {
        margin-bottom: 10px;
        text-align: left;
    }

    .tl-modal-box .checkbox label {
        font-size: 1em;
    }

    .tl-modal-box .goto-login, .tl-modal-box .goto-signup, .tl-modal-box .signup-email {
        color: #01b7f2;
        font-size: 1.0833em;
    }

    .tl-modal-box .checkbox-inline {
        margin-left: 0;
    }

    .tl-modal-box .forgot-password {
        color: #01b7f2;
    }

.forgot-password {
    text-decoration: underline;
}
/*
.fa-15x {
 font-size:15em
}    
*/

/*KS Edits*/
#header .topnav {
    height: 30px;
    background: #eeeeec;
    width: 100%;
}

    #header .topnav ul.quick-menu > li > a {
        color: #174822;
        line-height: 30px;
        display: block;
        font-size: 0.8333em;
        text-transform: uppercase;
    }

.gray-area {
    background: #174822;
}

.footer-lft {
    color: #477e6a;
    font-size: 11px;
    font-weight: bold;
    font-family: 'Muli',sans-serif;
    text-align: left;
    position: relative;
    top: 7px;
}

.footer-lft, .footer-social, .footer-rt {
    display: inline-block;
    vertical-align: baseline;
    width: 33%;
    text-align: center;
    font-family: Multi;
    font-weight: bold;
}



#main-menu ul.menu, .chaser ul.menu {
    margin: 0;
    float: right;
    color: #477e6a;
    font-weight: bold;
    /* 1st level */
    /* 2nd level */
    /* 3rd level */
    /* 3.1.6. Mega Menu */
}

    #main-menu ul.menu > li.active > a, .chaser ul.menu > li.active > a {
        color: #174822;
        font-weight: bold;
    }

    #main-menu ul.menu > li:hover > a, .chaser ul.menu > li:hover > a {
        color: #174822;
    }

    #main-menu ul.menu > li ul, .chaser ul.menu > li ul {
        visibility: hidden;
        position: absolute;
        left: 0px;
        top: -9999px;
        z-index: -1;
        width: 180px;
        padding: 0;
        background: #174822;
    }

    #main-menu ul.menu > li.menu-color-green ul, .chaser ul.menu > li.menu-color-green ul {
        background: #174822;
    }

        #main-menu ul.menu > li.menu-color-green ul li:hover > a, #main-menu ul.menu > li.menu-color-green ul li.active > a, .chaser ul.menu > li.menu-color-green ul li:hover > a, .chaser ul.menu > li.menu-color-green ul li.active > a {
            background: #75ad99;
        }

        #main-menu ul.menu > li.menu-color-green ul li > a, .chaser ul.menu > li.menu-color-green ul li > a {
            border-top: 1px solid #75ad99;
        }


/*Live Check*/
@import 'liveCheck.css';

/*Live Check*/


.fsSubmitButton {
    display: inline-block;
    width: 100% !important;
    padding-right: 0;
    padding-left: 0;
    height: 43px;
    font-size: 1.1667em;
    line-height: 43px;
    background: #98ce44;
    font-weight: bold;
    font-size: 0.8333em;
    line-height: 1.8333em;
    white-space: nowrap;
    text-align: center;
    border: none;
    color: #fff;
    cursor: pointer;
}

    .fsSubmitButton:hover {
        background: #98ce44;
    }

.search-box-wrapper.style1 .search-tab-content .errorBox {
    background: #fd5e14;
}

.swal-button {
    background-color: #7cd1f9;
    color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 24px;
    margin: 0;
    cursor: pointer;
    height:unset;
}



.position-relative {
    position: relative;
}

.absolute-right {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.box-title-align {
    display: flex;
    align-items: center;
    margin: 0;
    justify-content: space-between;
}

.px-0 {
    padding: 0 !important;
}

.align-inner-vertical {
    display: flex;
    flex-direction: column;
}

.f-icon-align {
    margin: auto;
    margin-right: 15px;
    margin-top: 3px;
}

.fs-24 {
    font-size: 18px !important;
}


.icon-override {
    font-size: 3em;
    width: 30px;
    height: 30px;
}

.mb-15 {
    margin-bottom: 15px !important;
}

.toggle-container .panel.style1 .panel-title > a.dropdown-right.collapsed:before {
    content: "\f067";
    color: #fff;
    background: #01b7f2;
}

.toggle-container .panel.style1 .panel-title > a.dropdown-right:before {
    display: block;
    content: "\f068";
    font-family: FontAwesome;
    margin-right: 0;
    line-height: 24px;
    font-size: 10px;
    float: right;
    width: 24px;
    height: 24px;
    text-align: center;
    color: #9e9e9e;
    background: #f5f5f5;
    border-radius: 50% 50% 50% 50%;
}

.font-weight-medium {
    font-weight: 600 !important;
}

.alternate-children > div:nth-child(even) {
    background: #f9f9f9;
    border-top: none;
}

.alternate-children-odd > div:nth-child(odd) {
    background: #f9f9f9;
    border-top: none;
}

.alternate-children > div {
    border-bottom: none !important;
}

.alternate-children > div:last-of-type {
    border-bottom: 1px solid rgb(222, 226, 230) !important;
}

.bg-secondary {
    background-color: #ebedf2 !important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.fs-16 {
    font-size: 16px !important;
}

.fs-20 {
    font-size: 20px !important;
}

.modal-header .close {
    margin-bottom: auto;
    margin-right: 10px;
}

.fs-12 {
    font-size: 12px !important;
}

.fs-14 {
    font-size: 14px !important;
}

.fs-18 {
    font-size: 18px !important;
}

.font-weight-normal {
    font-weight: normal !important;
}

.font-weight-med {
    font-weight: 600 !important;
}

.coverage-view-icon {
    margin-top: 4px;
    color: #7db921;
    margin-right: 10px;
}

.m-portlet.shadow-none {
    box-shadow: none !important;
    border: 1px solid rgba(200, 200, 231, 0.3) !important;
}

.m-portlet .m-portlet__head.border-none {
    border: none !important;
}

.gradient-divider {
    width: 100%;
    height: 3px;
    background: #f4db6b !important;
}

.m-portlet .collapse .row {
    margin-bottom: 0 !important;
}

.mr-3 {
    margin-right: .75rem !important;
}

.text-primary {
    color: #fdb714 !important;
}

i.fs-18.text-primary.mr-3 {
    margin-top: 3px;
}

#coverages .m-portlet__head-text {
    margin-bottom: 0 !important;
}

#coverages .m-portlet__head-caption.row.d-flex.align-items-center {
    margin-bottom: 0 !important;
}

#coverages .row.d-flex.align-items-center.pt-3.mx-1.my-4 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.row.d-flex.align-items-center.pt-3.mx-1.my-4 > .col-xl-12 .row {
    margin-bottom: 0;
}

.tab-em {
    color: #98ce44 !important;
    font-weight: bold;
    position: relative;
}

.tab-em::before {
    content: 'New';
    position: absolute;
    width: 60px;
    height: 32px;
    padding: 2px 8px;
    background: #98ce44;
    color: white;
    top: -2px;
    right: -15px;
    transform: rotate(15deg);
    border-radius: 45px;
}

.tab-em i {
    color: #98ce44 !important;
}

.alert.alert-lg:before {
    top: 24px;
}