/* Minification failed. Returning unminified contents.
(1125,1): run-time error CSS1019: Unexpected token, found '@import'
(1125,9): run-time error CSS1019: Unexpected token, found 'url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300)'
 */
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.4.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2015 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    zoom: 1;
    *display: inline;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    font-weight: 600;
    width: 100% !important;
}

    .chosen-container * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .chosen-container .chosen-drop {
        position: absolute;
        top: 100%;
        left: -9999px;
        z-index: 1010;
        width: 100%;
        padding-right: 10px;
        padding-left: 10px;
    }

    .chosen-container.chosen-with-drop .chosen-drop {
        left: 0;
    }

    .chosen-container a {
        cursor: pointer;
    }

.choosen_drop_res {
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: solid 1px #d8d8d8;
    padding: 10px 0;
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
    margin-right: 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    color: #999999;
}

    .chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
        content: ":";
        padding-left: 2px;
        vertical-align: top;
    }

/* @end */
/* @group Single Chosen */
.cus_checkbox .chosen-container {
    width: 216px !important;
}

.chosen-container-single .chosen-single {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 20px;
    height: 40px;
    border: 1px solid #d8d8d8;
    border-radius: 10px;
    background-color: #fff;
    color: #474747;
    text-decoration: none;
    white-space: nowrap;
    line-height: 36px;
    padding-left: 10px;
    /*width:156%;*/
}

.chosen-container-single .chosen-default {
    color: #999;
}

.chosen-container-single .chosen-single span {
    display: block;
    overflow: hidden;
    margin-right: 50px;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 40px;
}

.chosen-container-single .chosen-single-with-deselect span {
    margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
    position: absolute;
    top: 6px;
    right: 26px;
    display: block;
    width: 12px;
    height: 12px;
    background: url('chosen-sprite.png') -42px 1px no-repeat;
    font-size: 1px;
}

    .chosen-container-single .chosen-single abbr:hover {
        background-position: -42px -10px;
    }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
    background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 50px;
    height: 100%;
    background: #00687f;
}

    .chosen-container-single .chosen-single div b {
        display: block;
        width: 100%;
        height: 100%;
        background: url(../images/icons/dropdown_arrow.png) no-repeat center center;
    }

.chosen-container-single .chosen-search {
    position: relative;
    z-index: 1010;
    margin: 0;
    padding: 3px 4px;
    white-space: nowrap;
}

    .chosen-container-single .chosen-search input[type="text"] {
        margin: 1px 0;
        padding: 4px 20px 4px 5px;
        width: 100%;
        height: auto;
        outline: 0;
        border: 1px solid #aaa;
        background: white url('chosen-sprite.png') no-repeat 100% -20px;
        background: url('chosen-sprite.png') no-repeat 100% -20px;
        font-size: 1em;
        font-family: sans-serif;
        line-height: normal;
        border-radius: 0;
    }

.chosen-container-single .chosen-drop {
    margin-top: -5px;
    border-radius: 0 0 4px 4px;
    background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
    position: absolute;
    left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
    color: #444;
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 240px;
    -webkit-overflow-scrolling: touch;
}

    .chosen-container .chosen-results li {
        display: none;
        margin: 0;
        padding: 10px 10px;
        list-style: none;
        line-height: 15px;
        word-wrap: break-word;
        -webkit-touch-callout: none;
    }

        .chosen-container .chosen-results li.active-result {
            display: list-item;
            cursor: pointer;
        }

        .chosen-container .chosen-results li.disabled-result {
            display: list-item;
            color: #ccc;
            cursor: default;
        }

        .chosen-container .chosen-results li.highlighted {
            background-color: #00687f;
            color: #fff;
        }

        .chosen-container .chosen-results li.no-results {
            color: #777;
            display: list-item;
            background: #f4f4f4;
        }

        .chosen-container .chosen-results li.group-result {
            display: list-item;
            font-weight: bold;
            cursor: default;
        }

        .chosen-container .chosen-results li.group-option {
            padding-left: 15px;
        }

        .chosen-container .chosen-results li em {
            font-style: normal;
            text-decoration: underline;
        }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0 5px;
    width: 100%;
    height: 40px;
    border: 1px solid #00687f;
    cursor: text;
    padding-left: 20px;
    padding-right: 50px;
    border-radius: 10px;
}

.choosencaret {
    background: none repeat scroll 0 0 #00687f;
    display: block;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}

    .choosencaret b {
        background: url("../images/icons/dropdown_arrow.png") no-repeat scroll center center rgba(0, 0, 0, 0);
        display: block;
        height: 100%;
        width: 100%;
    }

.chosen-container-multi.chosen-container-active .choosencaret b {
    background: url("../images/icons/dropup_arrow.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    width: 100%;
}

.chosen-container-multi .chosen-choices li {
    float: left;
    list-style: none;
}

    .chosen-container-multi .chosen-choices li.search-field {
        margin: 0;
        padding: 0;
        white-space: nowrap;
    }

        .chosen-container-multi .chosen-choices li.search-field input[type="text"] {
            margin: 1px 0;
            padding: 0;
            height: 36px;
            outline: 0;
            border: 0 !important;
            background: transparent !important;
            box-shadow: none;
            color: #999;
            font-size: 100%;
            font-family: sans-serif;
            line-height: 36px;
            border-radius: 0;
        }

    .chosen-container-multi .chosen-choices li.search-choice {
        position: relative;
        height: 36px;
        line-height: 36px;
        padding: 0 6px;
    }

        .chosen-container-multi .chosen-choices li.search-choice span {
            word-wrap: break-word;
        }

        .chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
            position: absolute;
            top: 4px;
            right: 3px;
            display: block;
            width: 12px;
            height: 12px;
            background: url('chosen-sprite.png') -42px 1px no-repeat;
            font-size: 1px;
        }

            .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
                background-position: -42px -10px;
            }

    .chosen-container-multi .chosen-choices li.search-choice-disabled {
        padding-right: 5px;
        border: 1px solid #ccc;
        background-color: #e4e4e4;
        background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
        background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
        background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
        background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
        background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
        color: #666;
    }

    .chosen-container-multi .chosen-choices li.search-choice-focus {
        background: #d4d4d4;
    }

        .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
            background-position: -42px -10px;
        }

.chosen-container-multi .chosen-results {
    margin: 0;
    padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
    display: list-item;
    color: #fff;
    cursor: default;
    background: #00687f;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
    /*border: 1px solid #5897fb;*/
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
    border: 1px solid #00687f;
    color: #474747;
}

    .chosen-container-active.chosen-with-drop .chosen-single div {
    }

        .chosen-container-active.chosen-with-drop .chosen-single div b {
            background: url(../images/icons/dropup_arrow.png) no-repeat center center !important;
        }

    .chosen-container-active.chosen-with-drop .chosen-single div {
        background: #00687f;
    }

.chosen-container-active .chosen-choices {
    /*border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);*/
}

    .chosen-container-active .chosen-choices li.search-field input[type="text"] {
        color: #222 !important;
    }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
    opacity: 0.5 !important;
    cursor: default;
}

    .chosen-disabled .chosen-single {
        cursor: default;
    }

    .chosen-disabled .chosen-choices .search-choice .search-choice-close {
        cursor: default;
    }

/* @end */
/* @group Right to Left */
.chosen-rtl {
    text-align: right;
}

    .chosen-rtl .chosen-single {
        overflow: visible;
        padding: 0 8px 0 0;
    }

        .chosen-rtl .chosen-single span {
            margin-right: 0;
            margin-left: 26px;
            direction: rtl;
        }

    .chosen-rtl .chosen-single-with-deselect span {
        margin-left: 38px;
    }

    .chosen-rtl .chosen-single div {
        right: auto;
        left: 3px;
    }

    .chosen-rtl .chosen-single abbr {
        right: auto;
        left: 26px;
    }

    .chosen-rtl .chosen-choices li {
        float: right;
    }

        .chosen-rtl .chosen-choices li.search-field input[type="text"] {
            direction: rtl;
        }

        .chosen-rtl .chosen-choices li.search-choice {
            margin: 3px 5px 3px 0;
            padding: 3px 5px 3px 19px;
        }

            .chosen-rtl .chosen-choices li.search-choice .search-choice-close {
                right: auto;
                left: 4px;
            }

    .chosen-rtl.chosen-container-single-nosearch .chosen-search,
    .chosen-rtl .chosen-drop {
        left: 9999px;
    }

    .chosen-rtl.chosen-container-single .chosen-results {
        margin: 0 0 4px 4px;
        padding: 0 4px 0 0;
    }

    .chosen-rtl .chosen-results li.group-option {
        padding-right: 15px;
        padding-left: 0;
    }

    .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
        border-right: none;
    }

    .chosen-rtl .chosen-search input[type="text"] {
        padding: 4px 5px 4px 20px;
        background: white url('chosen-sprite.png') no-repeat -30px -20px;
        background: url('chosen-sprite.png') no-repeat -30px -20px;
        direction: rtl;
    }

    .chosen-rtl.chosen-container-single .chosen-single div b {
        background-position: 6px 2px;
    }

    .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
        background-position: -12px 2px;
    }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
    .chosen-rtl .chosen-search input[type="text"],
    .chosen-container-single .chosen-single abbr,
    .chosen-container-single .chosen-single div b,
    .chosen-container-single .chosen-search input[type="text"],
    .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
    .chosen-container .chosen-results-scroll-down span,
    .chosen-container .chosen-results-scroll-up span {
        /*background-image: url('chosen-sprite@2x.png') !important;*/
        background-size: 17px 10px !important;
        background-repeat: no-repeat !important;
    }
}

.chosen-container .chosen-drop {
    background: white;
    border: 1px solid #00687f;
    padding: 0;
}
/* @end */

.dropdown-emulator-selected {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 0 0 0 20px;
    height: 40px;
    border: 1px solid #00687f;
    border-radius: 10px;
    background-color: #fff;
    color: #474747;
    text-decoration: none;
    white-space: nowrap;
    line-height: 38px;
}

.dropdown-emulator-select-btn {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 40px;
    height: 100%;
    background: #00687f;
    border-radius: 0px 10px 10px 0px;
}

a.dropdown-emulator-select-btn {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/icons/dropdown_arrow.png) no-repeat center right;
    margin-right: 13px;
    z-index: 100;
}

.dropdown-emulator {
    position: relative;
}

    .dropdown-emulator ul {
        position: absolute;
        top: 40px;
        background-color: #fff;
        border: 1px solid #d8d8d8;
        border-radius: 5px;
        padding: 10px 0;
        width: 100%;
        list-style: none;
        display: none;
        z-index: 1000;
    }

        .dropdown-emulator ul li {
            padding: 5px;
            line-height: 15px;
            list-style: outside none none;
            margin: 0;
            padding: 10px;
            word-wrap: break-word;
            font-size: 16px;
            font-weight: 600;
        }

            .dropdown-emulator ul li a {
                color: #474747;
                line-height: 36px;
                white-space: nowrap;
                width: 100%;
                height: 30px;
                box-sizing: border-box;
                padding: 10px;
                word-wrap: break-word;
                font-size: 16px;
                font-weight: 600;
                text-decoration: none;
            }

                .dropdown-emulator ul li a:hover {
                    color: #FFF;
                    background: #005467 none repeat scroll 0 0;
                }

/*Dropdown List*/


#calculator {
	width:540px;
	margin:0 auto;
	  }
#calculator form fieldset {
	width:100%;
	float:left;
	border:none;
	 }
#calculator form legend {
	width:100%;
	float:left;
	text-align:center;
	font-size:30px;
	font-weight:700;
	color:#00687f;
	border:none;
	margin-top:30px;
	margin-bottom:25px;
	  }
#calculator .form-group{
	width:97%;
	float:left;
	padding-right:210px;
	margin-bottom:10px;
	}
#calculator .form-control{
	margin-right:-210px;
	width:210px;
	border:2px solid #d8d8d8;
	float:left;
	}
.form-control:focus{
	border-color:#00687f !important;
	}
#calculator label{
	width:100%;
	float:left;
	text-align:left;
	font-size:18px;
	color:#474747;
	font-weight:400;
	line-height:50px;
	margin:0;
	}
.enroll_info_txt{
	width:100%;
	float:left;
	text-align:center;
	color:#474747;
	font-style:italic;
	margin-bottom:22px;
	}
.monthly_cost_label{
	width:100% !important;
	float:left !important;;
	line-height:24px !important;
	}
.monthly_cost_section .form-group{
	width:100%;
	padding-right:135px;
	float:left;
	position:relative;
	}
.mc_result{
	float:left;
	border:none;
	font-size:28px;
	color:#999999;
	font-weight:700;
	padding:0 !important;
	position:absolute;
	right:0;
	top:0;
	border-bottom:2px solid #999;
    width:200px;
	}



#calculator {
    width: 100%;
    float: left;
    margin: 0px 0 0 0;
}

    #calculator form fieldset {
        width: 100%;
        float: left;
        border: none; /*margin-bottom:25px;*/
    }

    #calculator form legend {
        color: #7c2230;
        float: left;
        font-size: 30px;
        font-weight: 400;
        text-transform: uppercase;
        width: 100%;
        margin-bottom: 20px;
    }


    #calculator .cal_result {
        background: #fdf9f4;
        border: 1px solid #d8d8d8;
        padding: 8px 10px;
        font-size: 18px;
        border-radius: 10px;
        text-align: center;
        color: #7c2230;
        font-weight: 600;
        margin-bottom: 10px;
        width:20%;
    }

    #calculator p {
        margin-bottom: 20px;
    }


/*tool tips*/
.tooltip {
    border-bottom: 1px dotted #000000;
    color: #000000;
    outline: none;
    cursor: help;
    text-decoration: none;
    position: relative;
}

    .tooltip span {
        margin-left: -999em;
        position: absolute;
    }

    .tooltip:hover span {
        border-radius: 5px 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
        -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
        position: absolute;
        left: 1em;
        top: 2em;
        z-index: 99;
        margin-left: 0;
        width: 275px;
    }

.classic {
    padding: 0.8em 1em;
    background: #E9E9E9;
    border: 1px solid #666;
    font-size: 12px;
    text-align: left;
}

    .classic strong {
        display: block;
        padding-bottom: 5px;
    }

* html a:hover {
    background: transparent;
}

@media(max-width: 420px) {
    #calculator .cal_result {
        width: 200px;
    }

    .calculator_form .col-sm-6.cal_left_col {
        padding-left: 0;
    }
}

/* --- EASYcust_dropdown DEFAULT THEME --- */

/* PREFIXED CSS */

.cust_dropdown,
.cust_dropdown div,
.cust_dropdown li,
.cust_dropdown div::after{
	-webkit-transition: all 150ms ease-in-out;
	-moz-transition: all 150ms ease-in-out;
	-ms-transition: all 150ms ease-in-out;
	transition: all 150ms ease-in-out;
}

.cust_dropdown .selected::after,
.cust_dropdown.scrollable div::after{
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	-ms-pointer-events: none;
	pointer-events: none;
}

/* WRAPPER */

.cust_dropdown{
	position: relative;
	/*width: 100%;*/
	border: 1px solid #d8d8d8;
	cursor: pointer;
	background: #fff;
	height:40px;
	border-radius: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	padding-right:40px;
	box-sizing:border-box;
    float:left;
}
.cust_dropdown.focus{
	border: 1px solid #00687f;
    color:#000;
}
.cust_dropdown.focus .selected{
    color:#000;
}
.cust_dropdown.open{
	z-index: 2;
}

.cust_dropdown:hover{
	/*box-shadow: 0 0 5px rgba(0,0,0,.15);*/
}

.cust_dropdown.focus{
	/*box-shadow: 0 0 5px rgba(51,102,248,.4);*/
}

/* CARAT */

.cust_dropdown .carat{
	position: absolute;
	background:url(../images/icons/dropdown_arrow.png) no-repeat center center #00687f;
	width:40px;
	height:40px;
	right:-1px;
	top:-1px;
	border-radius:0 10px 10px 0;
}

.cust_dropdown.open .carat{
	position: absolute;
	background:url(../images/icons/dropup_arrow.png) no-repeat center center #00687f;
	width:40px;
	height:50px;
	right:-2px;
	top:-2px;
	border-radius:0 10px 10px 0;
}

.cust_dropdown.disabled .carat{
	border-top-color: #999;
}

/* OLD SELECT (HIDDEN) */

.cust_dropdown .old{
	position: absolute;
	left: 0;
	top: 0;
	height: 0;
	width: 0;
	overflow: hidden;
}

.cust_dropdown select{
	position: absolute;
	left: 0px;
	top: 0px;
}

.cust_dropdown.touch .old{
	width: 100%;
	height: 100%;
}

.cust_dropdown.touch select{
	width: 100%;
	height: 100%;
	opacity: 0;
}

/* SELECTED FEEDBACK ITEM */ 

.cust_dropdown .selected,
.cust_dropdown li{
	display: block;
	font-size: 18px;
	line-height: 1;
	color: #000;
	padding: 11px 12px;
	overflow: hidden;
	white-space: nowrap;
	font-weight:400;
	margin:0;
}
/*.cust_dropdown .selected{color:#d8d8d8}*/
.cust_dropdown.disabled .selected{
	color: #999;
}

.cust_dropdown .selected::after{
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	
	border-radius: 0 2px 2px 0;
}

/* DROP DOWN WRAPPER */

.cust_dropdown div{
	position: absolute;
	height: 0;
	left: -1px;
	right: -1px;
	top: 100%;
	margin-top: -1px;
	background: #fff;
	
	border-radius: 0 0 3px 3px;
	overflow: hidden;
	opacity: 0;
}

/* Height is adjusted by JS on open */

.cust_dropdown.open div{
	opacity: 1;
	z-index: 2;
}

/* FADE OVERLAY FOR SCROLLING LISTS */

.cust_dropdown.scrollable div::after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 50px;

}

.cust_dropdown.scrollable.bottom div::after{
	opacity: 0;
}

/* DROP DOWN LIST */

.cust_dropdown ul{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	list-style: none;
	overflow: hidden;
	padding:0;
	margin:0;
	border:1px solid #d8d8d8;
}

.cust_dropdown.scrollable.open ul{
	overflow-y: auto;
}

/* DROP DOWN LIST ITEMS */

.cust_dropdown li{
	list-style: none;
	padding: 8px 12px;
}

/* .focus class is also added on hover */

.cust_dropdown li.focus{
	background: #00687f;
	position: relative;
	z-index: 3;
	color: #fff;
}

.cust_dropdown li.active{
	font-weight: 600;
	background:#00687f;
	color:#fff;
}



/* iCheck plugin Square skin, blue
----------------------------------- */
.icheckbox_square-blue{
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 19px;
    height: 19px;
    background:url(../images/icons/checkbox_btn.png) no-repeat;
    border: none;
    cursor: pointer;
}
.iradio_square-blue {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 33px;
    height: 33px;
    background: url(../images/icons/radio_btn.png) no-repeat;
    border: none;
    cursor: pointer;
}
.iradio_small {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 23px;
    height: 23px;
    background: url(../images/exchange_icons/small_radio_icons.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-blue {
    background-position: 0 0;
}
@media(min-width:1025px) {
    .icheckbox_square-blue.hover {
        background-position: -38px 0;
    }
}
	 .icheckbox_square-blue.focus {
        background-position: -38px 0;
    }
    .icheckbox_square-blue.checked {
        background-position: -19px 0;
    }
    
    .icheckbox_square-blue.disabled {
        background-position: -57px 0;
        cursor: default;
    }
    .icheckbox_square-blue.checked.disabled {
        background-position: -76px 0;
    }

.iradio_square-blue {
    background-position: 0 0;
}
    .iradio_square-blue.hover {
        background-position: -99px 0;
    }
	.iradio_square-blue.focus {
        background-position: -99px 0;
    }
    .iradio_square-blue.checked {
        background-position: -33px 0;
    }
    .iradio_square-blue.disabled {
        background-position: -132px 0;
        cursor: default;
    }
    .iradio_square-blue.checked.disabled {
        background-position: -165px 0;
    }

.iradio_small {
    background-position: 0 0;
}
    .iradio_small.hover {
        background-position: -46px 0;
    }
	/*.iradio_small.focus{
		 background-position: -46px 0;
		}*/
    .iradio_small.checked {
        background-position: -23px 0;
    }
    .iradio_small.checked:hover {
        background-position: -115px 0;
    }
    .iradio_small.disabled {
        background-position: -136px 0;
        cursor: default;
    }
    .iradio_small.checked.disabled {
        background-position: -92px 0;
    }

/* HiDPI support */
/*@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
    .icheckbox_square-blue,
    .iradio_square-blue {
        background-image: url(blue@2x.png);
        -webkit-background-size: 240px 24px;
        background-size: 240px 24px;
    }
}*/
@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,300);
/** {
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
    -webkitbox-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
}*/
.pattern_bg {
    background: url(../images/background_pattern.jpg) repeat;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 400;
    font-size: 18px;
    color: #000;
}

p.alternative {
    font-size: 16px;
    line-height: 24px;
}

h1,
h1.alternative {
    font-weight: 600;
    color: #00687f;
    font-size: 34px;
    text-transform: uppercase;
}

    h1.alternative {
        font-size: 30px;
    }

/*h2, h3 {
    font-weight: 400;
    color: initial;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

h3 {
    color:initial;
    font-size: 20px;
}*/

h4 {
    font-size: 24px;
    font-weight: 400;
}

    h4.category_headers {
        font-weight: 600;
        font-size: 18px;
        text-transform: uppercase;
        color: #7c2230;
    }

label.form_label {
    font-size: 18px;
    font-weight: 600;
    color: #737373;
    text-transform: uppercase;
}

label.form_label1 {
    font-size: 12px;
    font-weight: 600;
    color: #737373;
    text-transform: uppercase;
}

a {
    color: blue;
    outline: none;
    text-decoration: none;
}

.full_width_row {
    width: 100%;
    float: left;
}

a:hover {
    color: #005467;
}

.align_left {
    float: left !important;
}

.align_right {
    float: right !important;
}

.text_left {
    text-align: left !important;
}

.text_right {
    text-align: right !important;
}

.text_center {
    text-align: center !important;
}

.text_uppercase {
    text-transform: uppercase;
}

.btn {
    height: 40px;
    width: 200px;
    float: left;
}

.btn {
    width: 200px;
    height: 40px;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
    float: left;
    line-height: 40px;
    border: none;
    cursor: pointer;
    text-align: center;
    behavior: url(../Content/htc/border-radius.htc);
    font-weight: 300;
    font-family: 'Open Sans', sans-serif;
}

.btn_primary {
    background: #00687f;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

    .btn_primary:hover {
        background: #005467 !important;
        color: #fff;
    }

    .btn_primary:focus {
        color: #fff;
        background: #005467 !important;
    }

.btn_secondary {
    background: #cf8b2a !important;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

    .btn_secondary:hover {
        background: #b57a25 !important;
        color: #fff;
    }

.btn_sec {
    background: #7c2230;
    color: #fff;
    margin-left: 3px;
    font-size: 18px;
}

.btn_secondary:focus {
    border: #7f5211 solid 2px;
    color: #fff;
    background: #b57a25 !important;
}

.btn_primary:disabled, .btn_primary.disabled {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -khtml-opacity: 0.20;
    -moz-opacity: 0.20;
}

    .btn_primary:disabled:hover, .btn_primary.disabled:hover {
        background: #00687f !important;
    }

.btn_secondary:disabled, .btn_secondary.disabled {
    opacity: 0.2;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
    filter: alpha(opacity=20);
    -khtml-opacity: 0.20;
    -moz-opacity: 0.20;
    cursor: default;
}

    .btn_secondary:disabled:hover, .btn_secondary.disabled:hover {
        background: #cf8b2a !important;
    }

.btn_utility {
    width: 200px;
    height: 40px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    float: left;
    line-height: 40px;
    border: none;
    cursor: pointer;
    text-align: center;
    behavior: url(../Content/htc/border-radius.htc);
    background: #f8f8f8;
    border: 2px solid #d8d8d8 !important;
}

.utility_primary {
    font-size: 24px;
    font-weight: 400;
    color: #aaad00;
    border-color: #aaad00;
}

    .utility_primary:hover {
        background-color: rgba(170,173,0,0) !important;
        -webkit-box-shadow: inset 0 0 20px rgba(128,130,0,.75);
        -moz-box-shadow: inset 0 0 20px rgba(128,130,0,.75);
        box-shadow: inset 0 0 20px rgba(128,130,0,.75);
        color: #aaad00;
    }

.utility_secondary {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    behavior: url(../Content/htc/border-radius.htc);
    border-color: #00687f !important;
    color: #00687f;
    font-size: 24px;
    font-weight: 400;
}

    .utility_secondary:hover {
        background: #dbeaed;
    }

    .utility_secondary:disabled, .utility_secondary.disabled {
        color: #f8f8f8;
        border-color: #f8f8f8;
        background: none;
    }

        .utility_secondary:disabled:hover, .utility_secondary.disabled:hover {
            color: #f8f8f8;
            border-color: #f8f8f8;
            background: none;
        }

.icon_btn {
    height: 38px;
    float: left;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #f8f8f8;
    border: solid 2px #005467;
    line-height: 36px;
    behavior: url(../Content/htc/border-radius.htc);
    color: #005467;
    font-weight: 700;
    font-size: 14px;
    padding: 0 22px 0 10px;
}

    .icon_btn:disabled, .icon_btn.disabled {
        border-color: #d8d8d8;
        color: #d8d8d8;
    }

.delete_icon {
    background: url(../images/icons/delete.png);
    width: 17px;
    height: 21px;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.icon_btn:disabled .delete_icon, .icon_btn.disabled .delete_icon {
    background-position: 0 -21px;
}

.refresh_icon {
    background: url(../images/icons/refresh.png);
    width: 19px;
    height: 19px;
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}

.attach_icon {
    background: url(../images/icons/attachment.png);
    width: 16px;
    height: 18px;
    float: left;
    margin-right: 10px;
    margin-top: 8px;
}

.upload_icon {
    background: url(../images/icons/upload.png);
    width: 19px;
    height: 16px;
    float: left;
    margin-right: 10px;
    margin-top: 9px;
}

.btn_small {
    width: 125px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.btn_medium {
    width: 160px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.btn_medium_large {
    width: 238px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.btn_large {
    width: 238px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 400;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.btn_extra_large {
    width: 358px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 400;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.btn_auto_width {
    width: auto !important;
    padding: 0 30px;
}

.btn_full_width {
    width: 100%;
}

.form_control {
    width: 100%;
    float: left;
    height: 40px;
    border-radius: 10px !important;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    behavior: url(../Content/htc/border-radius.htc);
    border: 1px solid #d8d8d8 !important;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    outline: none;
}

    .form_control[disabled] {
        border-color: #999;
        background: #f3f3f3 !important;
        color: #474747;
    }

    .form_control:focus {
        border: 1px solid #2d95ac !important;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(45, 149, 172, 0.6);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(45, 149, 172, 0.6);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(45, 149, 172, 0.6);
    }

    .form_control[readonly] {
        color: #988f86;
        border-color: #d8d8d8;
    }

.datepicker_container {
    width: 100%;
    float: left;
    position: relative;
}

    .datepicker_container .form_control {
        padding-right: 55px;
    }

.datepicker_icon {
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: url(../images/icons/datepicker_icon.png) no-repeat center center #00687f;
    border-radius: 0 20px 20px 0;
    cursor: pointer;
}

.dropshadow {
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
}

.tooltip_help {
    background: url(../images/icons/tooltip_help.png);
    width: 18px;
    height: 18px;
    float: left;
}

.check_field_container {
    float: left;
    margin-right: 5px;
}

.check_field_container_enroll {
    float: left;
    margin-right: 5px;
    width: 108%;
}

/*.check_field_container.check_field_container_plan_filters.round_check {
    margin-right: -30px;
}*/

.check_field_container_plan_filters {
    min-width: 120px;
}

.check_field_container .icheckbox_square-blue {
    float: left;
    margin-top: 4px;
}

.check_field_container label {
    /*margin-left: 10px;*/
    line-height: 19px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    position: relative;
    top: -2px;
    margin-left: 10px;
}

.alert {
    width: 100%;
    float: left;
    background: #ffefa4;
    height: 48px;
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 48px;
    padding: 0 15px;
}

    .alert b {
        font-weight: 600;
    }

    .alert a {
        text-decoration: underline;
        font-weight: 600;
        color: #00687f;
    }

        .alert a.close {
            background: url(../images/icons/alert_close.png);
            width: 33px;
            height: 33px;
            position: relative;
            float: right;
            right: 0px;
            top: 8px;
        }

.modal_window {
    background-color: #FFF;
    width: 940px;
    text-align: left;
    display: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    -moz-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    float: left;
}

.modal_title {
    padding: 10px 20px 15px 20px;
    line-height: 18px;
    font-size: 18px;
    border-bottom: #CCC solid 1px;
}

.modal_body {
    padding: 0 20px 20px 20px;
}

.modal_close {
    background: url(../images/icons/modal_close.png);
    width: 29px;
    height: 29px;
    float: left;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

.modal_close_red {
    background: url(../images/icons/modal_close_red.png);
    width: 29px;
    height: 29px;
    float: left;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

.vertical_tabs {
    width: 197px;
    height: 166px;
    float: left;
}

    .vertical_tabs ul {
        float: left;
        padding: 0;
        width: 100%;
    }

        .vertical_tabs ul li {
            list-style: none;
            float: left;
            width: 100%;
            margin-bottom: 1px;
        }

            .vertical_tabs ul li a {
                float: left;
                width: 100%;
                height: 53px;
                background: #d8d8d8;
                padding-left: 28px;
                box-sizing: border-box;
                line-height: 53px;
                color: #fff;
                text-decoration: none;
                font-size: 16px;
                text-transform: uppercase;
                font-weight: 600;
                position: relative;
            }

            .vertical_tabs ul li:first-child a {
                border-radius: 30px 30px 0 0;
            }

            .vertical_tabs ul li:last-child a {
                border-radius: 0 0 30px 30px;
            }

            .vertical_tabs ul li.active a {
                height: 60px;
                line-height: 60px;
                background: #005467;
            }

            .vertical_tabs ul li.active:last-child a {
                border-radius: 0 0 0 30px;
            }

            .vertical_tabs ul li.active:first-child a {
                border-radius: 30px 0 0 0;
            }

            .vertical_tabs ul li.active a .active_tab {
                width: 21px;
                height: 60px;
                float: left;
                position: absolute;
                right: -21px;
                background: url(../images/v_tab_active.png);
            }

            .vertical_tabs ul li.done a .completed_tab {
                width: 17px;
                height: 14px;
                float: left;
                position: absolute;
                right: 15px;
                top: 20px;
                background: url(../images/icons/tab_done_indicator.png);
            }

.vertical_nav {
    width: 185px;
    float: left;
}

    .vertical_nav ul {
        float: left;
        padding: 0;
    }

        .vertical_nav ul li {
            float: left;
            width: 100%;
            list-style: none;
        }

            .vertical_nav ul li a {
                width: 100%;
                float: left;
                border-bottom: 1px solid #d8d8d8;
                height: 56px;
                font-weight: 400;
                font-size: 14px;
                color: #1a1a1a;
                line-height: 56px;
                text-transform: uppercase;
                padding-left: 20px;
                position: relative;
            }

            .vertical_nav ul li.active a {
                background: #005467;
                color: #fff;
            }

                .vertical_nav ul li.active a .v_nav_active {
                    background: url(../images/v_nav_active.png);
                    width: 20px;
                    height: 56px;
                    float: left;
                    position: absolute;
                    right: -20px;
                }

.horizantal_nav {
    width: 100%;
    float: left;
}

    .horizantal_nav ul {
        float: left;
        padding: 0;
        width: 100%;
    }

        .horizantal_nav ul li {
            float: left;
            list-style: none;
            width: 20%;
            position: relative;
            height: 60px;
        }

            .horizantal_nav ul li a {
                width: 100%;
                float: left;
                height: 60px;
                background: #d8d8d8;
                color: #fff;
                font-size: 16px;
                font-weight: 600;
                line-height: 60px;
                text-transform: uppercase;
                padding-left: 42px;
            }

            .horizantal_nav ul li.active a {
                background: #005467;
            }

            .horizantal_nav ul li:first-child a {
                border-radius: 35px 0 0 35px;
            }

            .horizantal_nav ul li:last-child a {
                border-radius: 0 35px 35px 0;
            }

        .horizantal_nav ul > li > a:after,
        .horizantal_nav ul > li > a:before {
            content: "";
            display: block;
            width: 0px;
            height: 0px;
            position: absolute;
            top: 0;
            left: 0;
            border: solid transparent;
            border-left-color: #d8d8d8;
            border-width: 30px;
            z-index: 2;
        }

        .horizantal_nav ul > li.active + li > a:after,
        .horizantal_nav ul > li.active + li > a:before {
            border-left-color: #005467;
        }

        .horizantal_nav ul > li:first-child > a:after,
        .horizantal_nav ul > li:first-child > a:before, .horizantal_nav ul > li:first-child > i:after,
        .horizantal_nav ul > li:first-child > i:before {
            display: none;
        }

        .horizantal_nav ul > li > i:after,
        .horizantal_nav ul > li > i:before {
            content: "";
            display: block;
            width: 0px;
            height: 0px;
            position: absolute;
            top: 0;
            left: 2px;
            border: solid transparent;
            border-left-color: #fff;
            border-width: 30px;
            z-index: 1;
        }

.table_style1 {
    width: 100%;
    float: left;
}

    .table_style1 tr th {
        width: 345px;
        height: 65px;
        font-weight: 700;
        font-size: 14px;
        color: #474747;
        border-right: 5px solid #fff;
        border-bottom: 5px solid #fff;
        vertical-align: middle;
        padding: 10px;
        text-align: left;
    }

    .table_style1 tr td {
        font-size: 14px;
        font-weight: 400;
        color: #474747;
        width: 178px;
        height: 65px;
        border-right: 5px solid #fff;
        border-bottom: 5px solid #fff;
        vertical-align: middle;
        padding: 10px;
    }

    .table_style1 tr:nth-child(odd) {
        background: #f3f3f3;
    }

    .table_style1 tr:nth-child(even) {
        background: #e8e8e8;
    }

.row {
    margin-left: -10px;
    margin-right: -10px;
}

    .row:before, .row:after {
        display: table;
        content: " ";
    }

    .row:after {
        clear: both;
    }

.container {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

@media (max-width: 480px) {
    .container {
        width: 100%;
    }
}

@media (min-width: 480px) {
    .container {
        width: 460px;
    }
}

@media (min-width: 630px) {
    .container {
        width: 610px;
    }
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }
}

@media (min-width: 980px) {
    .container {
        width: 960px;
    }
}


@media(max-width: 667px) {
    .container {
        width: 100%;
        padding-right: 0px;
    }
}

.container-fluid {
    padding-right: 10px;
    padding-left: 10px;
    margin-right: auto;
    margin-left: auto;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
}

.col-xs-12 {
    width: 100%;
}

.col-xs-11 {
    width: 91.66666667%;
}

.col-xs-10 {
    width: 83.33333333%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-8 {
    width: 66.66666667%;
}

.col-xs-7 {
    width: 58.33333333%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-5 {
    width: 41.66666667%;
}

.col-xs-4 {
    width: 33.33333333%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-2 {
    width: 16.66666667%;
}

.col-xs-1 {
    width: 8.33333333%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

@media (min-width: 480px) {
    .col-tab-1, .col-tab-2, .col-tab-3, .col-tab-4, .col-tab-5, .col-tab-6, .col-tab-7, .col-tab-8, .col-tab-9, .col-tab-10, .col-tab-11, .col-tab-12 {
        float: left;
    }

    .col-tab-12 {
        width: 100%;
    }

    .col-tab-11 {
        width: 91.66666667%;
    }

    .col-tab-10 {
        width: 83.33333333%;
    }

    .col-tab-9 {
        width: 75%;
    }

    .col-tab-8 {
        width: 66.66666667%;
    }

    .col-tab-7 {
        width: 58.33333333%;
    }

    .col-tab-6 {
        width: 50%;
    }

    .col-tab-5 {
        width: 41.66666667%;
    }

    .col-tab-4 {
        width: 33.33333333%;
    }

    .col-tab-3 {
        width: 25%;
    }

    .col-tab-2 {
        width: 16.66666667%;
    }

    .col-tab-1 {
        width: 8.33333333%;
    }

    .col-tab-pull-12 {
        right: 100%;
    }

    .col-tab-pull-11 {
        right: 91.66666667%;
    }

    .col-tab-pull-10 {
        right: 83.33333333%;
    }

    .col-tab-pull-9 {
        right: 75%;
    }

    .col-tab-pull-8 {
        right: 66.66666667%;
    }

    .col-tab-pull-7 {
        right: 58.33333333%;
    }

    .col-tab-pull-6 {
        right: 50%;
    }

    .col-tab-pull-5 {
        right: 41.66666667%;
    }

    .col-tab-pull-4 {
        right: 33.33333333%;
    }

    .col-tab-pull-3 {
        right: 25%;
    }

    .col-tab-pull-2 {
        right: 16.66666667%;
    }

    .col-tab-pull-1 {
        right: 8.33333333%;
    }

    .col-tab-pull-0 {
        right: auto;
    }

    .col-tab-push-12 {
        left: 100%;
    }

    .col-tab-push-11 {
        left: 91.66666667%;
    }

    .col-tab-push-10 {
        left: 83.33333333%;
    }

    .col-tab-push-9 {
        left: 75%;
    }

    .col-tab-push-8 {
        left: 66.66666667%;
    }

    .col-tab-push-7 {
        left: 58.33333333%;
    }

    .col-tab-push-6 {
        left: 50%;
    }

    .col-tab-push-5 {
        left: 41.66666667%;
    }

    .col-tab-push-4 {
        left: 33.33333333%;
    }

    .col-tab-push-3 {
        left: 25%;
    }

    .col-tab-push-2 {
        left: 16.66666667%;
    }

    .col-tab-push-1 {
        left: 8.33333333%;
    }

    .col-tab-push-0 {
        left: auto;
    }

    .col-tab-offset-12 {
        margin-left: 100%;
    }

    .col-tab-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-tab-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-tab-offset-9 {
        margin-left: 75%;
    }

    .col-tab-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-tab-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-tab-offset-6 {
        margin-left: 50%;
    }

    .col-tab-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-tab-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-tab-offset-3 {
        margin-left: 25%;
    }

    .col-tab-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-tab-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-tab-offset-0 {
        margin-left: 0;
    }
    /* Fixed Grid */
    .col-ftab-1, .col-ftab-2, .col-ftab-3, .col-ftab-4, .col-ftab-5, .col-ftab-6, .col-ftab-7, .col-ftab-8, .col-ftab-9, .col-ftab-10, .col-ftab-11, .col-ftab-12 {
        float: left;
    }

    .col-ftab-12 {
        width: 460px;
    }

    .col-ftab-11 {
        width: 421.67px;
    }

    .col-ftab-10 {
        width: 383.34px;
    }

    .col-ftab-9 {
        width: 345.01px;
    }

    .col-ftab-8 {
        width: 306.68px;
    }

    .col-ftab-7 {
        width: 268.35px;
    }

    .col-ftab-6 {
        width: 229.02px;
    }

    .col-ftab-5 {
        width: 190.69px;
    }

    .col-ftab-4 {
        width: 152.36px;
    }

    .col-ftab-3 {
        width: 114.03px;
    }

    .col-ftab-2 {
        width: 75.7px;
    }

    .col-ftab-1 {
        width: 37.37px;
    }

    .col-ftab-pull-12 {
        right: 460px;
    }

    .col-ftab-pull-11 {
        right: 421.67px;
    }

    .col-ftab-pull-10 {
        right: 383.34px;
    }

    .col-ftab-pull-9 {
        right: 345.01px;
    }

    .col-ftab-pull-8 {
        right: 306.68px;
    }

    .col-ftab-pull-7 {
        right: 268.35px;
    }

    .col-ftab-pull-6 {
        right: 230.02px;
    }

    .col-ftab-pull-5 {
        right: 191.69px;
    }

    .col-ftab-pull-4 {
        right: 153.36px;
    }

    .col-ftab-pull-3 {
        right: 115.03px;
    }

    .col-ftab-pull-2 {
        right: 76.7px;
    }

    .col-ftab-pull-1 {
        right: 38.37px;
    }

    .col-ftab-pull-0 {
        right: auto;
    }

    .col-ftab-push-12 {
        left: 460px;
    }

    .col-ftab-push-11 {
        left: 421.67px;
    }

    .col-ftab-push-10 {
        left: 383.34px;
    }

    .col-ftab-push-9 {
        left: 345.01px;
    }

    .col-ftab-push-8 {
        left: 306.68px;
    }

    .col-ftab-push-7 {
        left: 268.35px;
    }

    .col-ftab-push-6 {
        left: 230.02px;
    }

    .col-ftab-push-5 {
        left: 191.69px;
    }

    .col-ftab-push-4 {
        left: 153.36px;
    }

    .col-ftab-push-3 {
        left: 115.03px;
    }

    .col-ftab-push-2 {
        left: 76.7px;
    }

    .col-ftab-push-1 {
        left: 38.37px;
    }

    .col-ftab-push-0 {
        left: auto;
    }

    .col-ftab-offset-12 {
        margin-left: 460px;
    }

    .col-ftab-offset-11 {
        margin-left: 421.67px;
    }

    .col-ftab-offset-10 {
        margin-left: 383.34px;
    }

    .col-ftab-offset-9 {
        margin-left: 345.01px;
    }

    .col-ftab-offset-8 {
        margin-left: 306.68px;
    }

    .col-ftab-offset-7 {
        margin-left: 268.35px;
    }

    .col-ftab-offset-6 {
        margin-left: 230.02px;
    }

    .col-ftab-offset-5 {
        margin-left: 191.69px;
    }

    .col-ftab-offset-4 {
        margin-left: 153.36px;
    }

    .col-ftab-offset-3 {
        margin-left: 115.03px;
    }

    .col-ftab-offset-2 {
        margin-left: 76.7px;
    }

    .col-ftab-offset-1 {
        margin-left: 38.37px;
    }

    .col-ftab-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 630px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

        .col-sm-12 ul {
            float: left;
            width: 100%;
        }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
    /* Fixed Width */
    .col-fsm-1, .col-fsm-2, .col-fsm-3, .col-fsm-4, .col-fsm-5, .col-fsm-6, .col-fsm-7, .col-fsm-8, .col-fsm-9, .col-fsm-10, .col-fsm-11, .col-fsm-12 {
        float: left;
    }

    .col-fsm-12 {
        width: 610px;
    }

    .col-fsm-11 {
        width: 559.17px;
    }

    .col-fsm-10 {
        width: 508.34px;
    }

    .col-fsm-9 {
        width: 457.51px;
    }

    .col-fsm-8 {
        width: 406.68px;
    }

    .col-fsm-7 {
        width: 355.85px;
    }

    .col-fsm-6 {
        width: 304.02px;
    }

    .col-fsm-5 {
        width: 253.19px;
    }

    .col-fsm-4 {
        width: 202.36px;
    }

    .col-fsm-3 {
        width: 151.53px;
    }

    .col-fsm-2 {
        width: 100.7px;
    }

    .col-fsm-1 {
        width: 49.87px;
    }

    .col-fsm-pull-12 {
        right: 610px;
    }

    .col-fsm-pull-11 {
        right: 559.17px;
    }

    .col-fsm-pull-10 {
        right: 508.34px;
    }

    .col-fsm-pull-9 {
        right: 457.51px;
    }

    .col-fsm-pull-8 {
        right: 406.68px;
    }

    .col-fsm-pull-7 {
        right: 355.85px;
    }

    .col-fsm-pull-6 {
        right: 305.02px;
    }

    .col-fsm-pull-5 {
        right: 254.19px;
    }

    .col-fsm-pull-4 {
        right: 203.36px;
    }

    .col-fsm-pull-3 {
        right: 152.53px;
    }

    .col-fsm-pull-2 {
        right: 101.7px;
    }

    .col-fsm-pull-1 {
        right: 50.87px;
    }

    .col-fsm-pull-0 {
        right: auto;
    }

    .col-fsm-push-12 {
        left: 610px;
    }

    .col-fsm-push-11 {
        left: 559.17px;
    }

    .col-fsm-push-10 {
        left: 508.34px;
    }

    .col-fsm-push-9 {
        left: 457.51px;
    }

    .col-fsm-push-8 {
        left: 406.68px;
    }

    .col-fsm-push-7 {
        left: 355.85px;
    }

    .col-fsm-push-6 {
        left: 305.02px;
    }

    .col-fsm-push-5 {
        left: 254.19px;
    }

    .col-fsm-push-4 {
        left: 203.36px;
    }

    .col-fsm-push-3 {
        left: 152.53px;
    }

    .col-fsm-push-2 {
        left: 101.7px;
    }

    .col-fsm-push-1 {
        left: 50.87px;
    }

    .col-fsm-push-0 {
        left: auto;
    }

    .col-fsm-offset-12 {
        margin-left: 610px;
    }

    .col-fsm-offset-11 {
        margin-left: 559.17px;
    }

    .col-fsm-offset-10 {
        margin-left: 508.34px;
    }

    .col-fsm-offset-9 {
        margin-left: 457.51px;
    }

    .col-fsm-offset-8 {
        margin-left: 406.68px;
    }

    .col-fsm-offset-7 {
        margin-left: 355.85px;
    }

    .col-fsm-offset-6 {
        margin-left: 305.02px;
    }

    .col-fsm-offset-5 {
        margin-left: 254.19px;
    }

    .col-fsm-offset-4 {
        margin-left: 203.36px;
    }

    .col-fsm-offset-3 {
        margin-left: 152.53px;
    }

    .col-fsm-offset-2 {
        margin-left: 101.7px;
    }

    .col-fsm-offset-1 {
        margin-left: 50.87px;
    }

    .col-fsm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666667%;
    }

    .col-md-10 {
        width: 83.33333333%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666667%;
    }

    .col-md-7 {
        width: 58.33333333%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666667%;
    }

    .col-md-4 {
        width: 33.33333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.66666667%;
    }

    .col-md-1 {
        width: 8.33333333%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
    /* Fixed Grid */
    .col-fmd-1, .col-fmd-2, .col-fmd-3, .col-fmd-4, .col-fmd-5, .col-fmd-6, .col-fmd-7, .col-fmd-8, .col-fmd-9, .col-fmd-10, .col-fmd-11, .col-fmd-12 {
        float: left;
        padding: 0 10px;
    }

    .col-fmd-12 {
        width: 750px;
    }

    .col-fmd-11 {
        width: 687.5px;
    }

    .col-fmd-10 {
        width: 625px;
    }

    .col-fmd-9 {
        width: 562.5px;
    }

    .col-fmd-8 {
        width: 500px;
    }

    .col-fmd-7 {
        width: 437.5px;
    }

    .col-fmd-6 {
        width: 375px;
    }

    .col-fmd-5 {
        width: 312.5px;
    }

    .col-fmd-4 {
        width: 250px;
    }

    .col-fmd-3 {
        width: 187.5px;
    }

    .col-fmd-2 {
        width: 125px;
    }

    .col-fmd-1 {
        width: 62.5px;
    }

    .col-fmd-pull-12 {
        right: 750px;
    }

    .col-fmd-pull-11 {
        right: 687.5px;
    }

    .col-fmd-pull-10 {
        right: 625px;
    }

    .col-fmd-pull-9 {
        right: 562.5px;
    }

    .col-fmd-pull-8 {
        right: 500px;
    }

    .col-fmd-pull-7 {
        right: 437.5px;
    }

    .col-fmd-pull-6 {
        right: 375px;
    }

    .col-fmd-pull-5 {
        right: 312.5px;
    }

    .col-fmd-pull-4 {
        right: 250px;
    }

    .col-fmd-pull-3 {
        right: 187.5px;
    }

    .col-fmd-pull-2 {
        right: 125px;
    }

    .col-fmd-pull-1 {
        right: 62.5px;
    }

    .col-fmd-pull-0 {
        right: auto;
    }

    .col-fmd-push-12 {
        left: 750px;
    }

    .col-fmd-push-11 {
        left: 687.5px;
    }

    .col-fmd-push-10 {
        left: 625px;
    }

    .col-fmd-push-9 {
        left: 562.5px;
    }

    .col-fmd-push-8 {
        left: 500px;
    }

    .col-fmd-push-7 {
        left: 437.5px;
    }

    .col-fmd-push-6 {
        left: 375px;
    }

    .col-fmd-push-5 {
        left: 312.5px;
    }

    .col-fmd-push-4 {
        left: 250px;
    }

    .col-fmd-push-3 {
        left: 187.5px;
    }

    .col-fmd-push-2 {
        left: 125px;
    }

    .col-fmd-push-1 {
        left: 62.5px;
    }

    .col-fmd-push-0 {
        left: auto;
    }

    .col-fmd-offset-12 {
        margin-left: 750px;
    }

    .col-fmd-offset-11 {
        margin-left: 687.5px;
    }

    .col-fmd-offset-10 {
        margin-left: 625px;
    }

    .col-fmd-offset-9 {
        margin-left: 562.5px;
    }

    .col-fmd-offset-8 {
        margin-left: 500px;
    }

    .col-fmd-offset-7 {
        margin-left: 437.5px;
    }

    .col-fmd-offset-6 {
        margin-left: 375px;
    }

    .col-fmd-offset-5 {
        margin-left: 312.5px;
    }

    .col-fmd-offset-4 {
        margin-left: 250px;
    }

    .col-fmd-offset-3 {
        margin-left: 187.5px;
    }

    .col-fmd-offset-2 {
        margin-left: 125px;
    }

    .col-fmd-offset-1 {
        margin-left: 62.5px;
    }

    .col-fmd-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 980px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-lg-1 {
        width: 8.33333333%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }
    /* Fixed Size Cols*/
    .col-flg-1, .col-flg-2, .col-flg-3, .col-flg-4, .col-flg-5, .col-flg-6, .col-flg-7, .col-flg-8, .col-flg-9, .col-flg-10, .col-flg-11, .col-flg-12 {
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 10px;
        padding-left: 10px;
    }

    .col-flg-12 {
        width: 960px;
    }

    .col-flg-11 {
        width: 880px;
    }

    .col-flg-10 {
        width: 800px;
    }

    .col-flg-9 {
        width: 720px;
    }

    .col-flg-8 {
        width: 640px;
    }

    .col-flg-7 {
        width: 560px;
    }

    .col-flg-6 {
        width: 480px;
    }

    .col-flg-5 {
        width: 400px;
    }

    .col-flg-4 {
        width: 320px;
    }

    .col-flg-3 {
        width: 240px;
    }

    .col-flg-2 {
        width: 160px;
    }

    .col-flg-1 {
        width: 80px;
    }

    .col-flg-pull-12 {
        right: 960px;
    }

    .col-flg-pull-11 {
        right: 880px;
    }

    .col-flg-pull-10 {
        right: 800px;
    }

    .col-flg-pull-9 {
        right: 720px;
    }

    .col-flg-pull-8 {
        right: 640px;
    }

    .col-flg-pull-7 {
        right: 560px;
    }

    .col-flg-pull-6 {
        right: 480px;
    }

    .col-flg-pull-5 {
        right: 400px;
    }

    .col-flg-pull-4 {
        right: 320px;
    }

    .col-flg-pull-3 {
        right: 240px;
    }

    .col-flg-pull-2 {
        right: 160px;
    }

    .col-flg-pull-1 {
        right: 80px;
    }

    .col-flg-pull-0 {
        right: auto;
    }

    .col-flg-push-12 {
        left: 960px;
    }

    .col-flg-push-11 {
        left: 880px;
    }

    .col-flg-push-10 {
        left: 800px;
    }

    .col-flg-push-9 {
        left: 720px;
    }

    .col-flg-push-8 {
        left: 640px;
    }

    .col-flg-push-7 {
        left: 560px;
    }

    .col-flg-push-6 {
        left: 480px;
    }

    .col-flg-push-5 {
        left: 400px;
    }

    .col-flg-push-4 {
        left: 320px;
    }

    .col-flg-push-3 {
        left: 240px;
    }

    .col-flg-push-2 {
        left: 160px;
    }

    .col-flg-push-1 {
        left: 80px;
    }

    .col-flg-push-0 {
        left: auto;
    }

    .col-flg-offset-12 {
        margin-left: 960px;
    }

    .col-flg-offset-11 {
        margin-left: 880px;
    }

    .col-flg-offset-10 {
        margin-left: 800px;
    }

    .col-flg-offset-9 {
        margin-left: 720px;
    }

    .col-flg-offset-8 {
        margin-left: 640px;
    }

    .col-flg-offset-7 {
        margin-left: 560px;
    }

    .col-flg-offset-6 {
        margin-left: 480px;
    }

    .col-flg-offset-5 {
        margin-left: 400px;
    }

    .col-flg-offset-4 {
        margin-left: 320px;
    }

    .col-flg-offset-3 {
        margin-left: 240px;
    }

    .col-flg-offset-2 {
        margin-left: 160px;
    }

    .col-flg-offset-1 {
        margin-left: 80px;
    }

    .col-flg-offset-0 {
        margin-left: 0;
    }
}

.quick_links_container {
    width: 100%;
    float: left;
    background: #00687f;
    padding: 65px 0;
}

.quicklinks_header {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #fff;
    padding-bottom: 4px;
    border-bottom: 1px solid #3d8b9c;
    font-weight: 600;
}

.quick_links {
    width: 100%;
    float: left;
    margin-top: 18px;
}

    .quick_links li {
        width: 100%;
        float: left;
        list-style: none;
        margin-bottom: 10px;
    }

        .quick_links li a {
            color: #fff;
            width: 100%;
            float: left;
            font-size: 16px;
            font-weight: 400;
        }

.footer {
    width: 100%;
    float: left;
    height: 107px;
    background: #fff;
}

.copy_right {
    float: left;
    width: 100%;
    font-weight: 600;
    color: #988f86;
    font-size: 12px;
    margin-top: 30px;
}

.ex_copy_right {
    float: left;
    width: 100%;
    font-weight: 600;
    color: #988f86;
    font-size: 12px;
    line-height: 107px;
}

.bottom_nav {
    width: 100%;
    float: left;
    padding: 0;
}

    .bottom_nav li {
        list-style: none;
        float: left;
        font-size: 15px;
        color: #988f86;
        padding-right: 10px;
    }

        .bottom_nav li a {
            color: #00687f;
            text-decoration: none;
        }

.ex_bottom_nav {
    width: auto;
    float: right;
    padding: 0;
}

    .ex_bottom_nav li {
        list-style: none;
        float: left;
        font-size: 15px;
        color: #988f86;
        padding-right: 10px;
        line-height: 107px;
    }

        .ex_bottom_nav li a {
            color: #00687f;
            text-decoration: none;
        }

.footer_logo {
    float: right;
    margin-top: 30px;
}

@media (max-width: 767px) {
    .mobile_menu {
        display: block !important;
    }

    .toggle_menu, .ex_toggle_menu {
        position: absolute;
        top: 50px;
        width: 200px;
        background: #00687f;
        border-radius: 2px;
        display: none;
        right: 8px;
        z-index: 10;
    }

        .toggle_menu:before, .ex_toggle_menu:before {
            content: '';
            position: absolute;
            background: url(../images/icons/submenu_up.png);
            width: 14px;
            height: 9px;
            top: -9px;
            right: 12px;
        }

        .toggle_menu li, .ex_toggle_menu li {
            width: 100%;
            float: left;
            margin: 0 !important;
            height: auto !important;
        }

            .toggle_menu li a, .ex_toggle_menu li a {
                padding: 10px;
                color: #fff !important;
                width: 100%;
                float: left;
                border-bottom: 1px solid #005467;
            }

                .toggle_menu li a .caret, .ex_toggle_menu li a .caret, .ex_toggle_menu li a .caret_link {
                    position: absolute;
                    background: url(../images/icons/caret_down.png) no-repeat center center #5691a4 !important;
                    height: 34px !important;
                    width: 25px !important;
                    top: 0;
                    right: 0;
                    margin: 0 !important;
                    cursor: pointer;
                }

            .toggle_menu li:last-child a, .ex_toggle_menu li:last-child a {
                border-bottom: none;
            }

            .toggle_menu li .submenu, .ex_toggle_menu li .submenu {
                position: relative;
                border: none;
                box-shadow: none;
                background: #005467;
            }

                .toggle_menu li .submenu li a, .ex_toggle_menu li .submenu li a {
                    padding-left: 20px;
                }

    .primary_nav {
        margin-top: 27px !important;
        position: relative;
    }

    .category_list li {
        width: 16.66%;
    }
}


.width100 {
    width: 100%;
}

.pd0 {
    padding: 0;
}

input#SPStartCoverage,
input#SPLastCoverage {
    width: 92%;
}
.top_navbar {
    float: right;
    margin: 0;
}
.ex_primary_nav ul {
    margin:0px;
}
.e_tab_ul {
    padding-left: 0px;
    margin: 0;
}
.page-header h1{
    margin: 0;
}
.page-header p{
    margin:0;
}
body{
    margin:0;
}
.social{
    padding-top:0px;
}
.social ul{
    margin:0;
    padding:0;
}
.social ul li h4 {
    margin:0;
}
.c_div .m_img{
    padding-top:50px;
}
.b_stories {
    padding-top: 0px !important;
}
    .b_stories ul {
        list-style-type: none;
        padding: 0 !important;
    }
.footer_home .col-sm-8{
    padding:0;
}
.footer_home .col-sm-4 {
    padding: 0;
    padding-top: 10px;
}
.footer_home{
    height:auto !important;
}
.footer_home .col-sm-4 .cprt_txt {
  padding-top: 0;
}
.footer_logo_home{
    margin-bottom:0 !important;
}
.c_div a{
    color:blue !important;
}
.author_table td {
    padding: 8px;
    font-size: 16px;
    background: #d0d0d0;
}
.author_links ul {
    width: 60%;
    margin: 0 auto;
    padding: 0;
}





@charset "utf-8";
/* CSS Document */
/* Page Css*/
/*@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/opensans-bold-webfont.eot');
	src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/opensans-bold-webfont.woff2') format('woff2'),
		 url('../fonts/opensans-bold-webfont.woff') format('woff'),
		 url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
		 url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
	font-weight: 700;
	font-style: normal;

}




@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/opensans-regular-webfont.eot');
	src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
		 url('../fonts/opensans-regular-webfont.woff') format('woff'),
		 url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
		 url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
	font-weight: 400;
	font-style: normal;

}
@font-face {
	font-family: 'Open Sans';
	src: url('../fonts/opensans-semibold-webfont.eot');
	src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/opensans-semibold-webfont.woff2') format('woff2'),
		 url('../fonts/opensans-semibold-webfont.woff') format('woff'),
		 url('../fonts/opensans-semibold-webfont.ttf') format('truetype'),
		 url('../fonts/opensans-semibold-webfont.svg#open_sanssemibold') format('svg');
	font-weight: 600;
	font-style: normal;

}
*/ .topbar {
    height: 40px;
    float: left;
    width: 100%;
    background: #00687f;
}

input[type=text]::-ms-clear {
    display: none;
}


*:focus {
    outline: 0 !important;
}

.top_navbar {
    float: right;
}

    .top_navbar > li {
        font-size: 15px;
        color: #fff;
        float: left;
        list-style: none;
        padding: 0 10px;
        line-height: 40px;
        position: relative;
    }

        .top_navbar > li > a {
            color: #fff;
            text-decoration: none;
        }

        .top_navbar > li:last-child {
            padding-right: 0;
        }

.top_nav_search_btn a {
    float: left;
    margin-top: 3px;
}

.resTime {
    width: 250px;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    z-index: 1000;
    padding: 10px 0;
    display: none;
}

    .resTime:before {
        background: url(../Images/icons/submenu_up1.png);
        height: 18px;
        width: 30px;
        content: '';
        position: absolute;
        top: -10px;
        left: 10px;
    }

    .resTime li {
        width: 100%;
        float: left;
        list-style: none;
        color: #474747;
        padding: 5px 10px;
        line-height: 18px;
    }

.top_navbar > li:hover .resTime {
    display: block;
}

.header_bar {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    float: left;
    height: 92px;
    width: 100%;
    background: #fff;
}
.expand_btn{
    margin-bottom:20px;
}
.ex_logo {
    float: left;
    margin-top: 31px;
}

.ex_primary_nav {
    float: left;
    margin-top: 39px;
}

    .ex_primary_nav ul {
        padding: 0;
        float: left;
    }

        .ex_primary_nav ul li {
            float: left;
            list-style: none;
            line-height: 14px;
            position: relative;
            cursor: pointer;
        }

    .ex_primary_nav > ul > li {
        margin: 0 15px;
    }

    .ex_primary_nav > ul > li {
        height: 53px;
    }

    .ex_primary_nav ul li a {
        color: #988f86;
        font-size: 16px;
        font-weight: 400;
        line-height: 14px;
        text-decoration: none;
        text-transform: uppercase;
    }

        .ex_primary_nav ul li a:hover {
            color: #00697f;
        }

        .ex_primary_nav ul li a span.caret {
            margin-left: 5px;
            margin-top: 6px;
            background: url(../images/icons/menu_subarrow.png);
            width: 7px;
            height: 5px;
            float: right;
        }

    .ex_primary_nav .ex_toggle_menu a.active {
        color: #00687f;
    }

    .ex_primary_nav ul li a:hover span.caret {
        background-position: 0 -5px;
    }

    .ex_primary_nav ul li a span.caret1 {
        margin-left: 5px;
        margin-top: 6px;
        background: url(../images/icons/menu_subarrow_right.png);
        width: 5px;
        height: 7px;
        float: right;
        margin-right: 5px;
    }

    .ex_primary_nav ul li a:hover span.caret1 {
        background-position: 0 -7px;
    }
/* Submenu*/

ul.vertical_dropdown li ul > li {
    display: none;
}

@media (min-width: 1025px) {
    .cart_container:hover .cart_items_list {
        display: block;
    }
}

@media (min-width: 768px) {
    ul.vertical_dropdown li:hover ul {
        width: 198px;
        float: left;
        background: #000;
        position: absolute;
        -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
        -moz-box-shadow: 0 2px 5px rgba(0,0,0,.3);
        box-shadow: 0 2px 5px rgba(0,0,0,.3);
        background: #fff;
        z-index: 100000000;
        padding: 10px 10px !important;
        top: 0px;
        left: 50%;
        margin-left: 80px;
        height: auto;
    }

        ul.vertical_dropdown li:hover ul > li {
            display: block;
        }
}

.vertical_dropdown li a {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    color: #000;
}

.vertical_dropdown li ul li a {
    font-size: 14px !important;
    color: #000;
}
/*Submenu*/
.mobile_user_acct {
    display: none;
}

.large_submenu {
    width: 940px;
    float: left;
    background: #000;
    position: absolute;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    background: #fff;
    z-index: 10000;
    padding: 20px 8px !important;
    display: none;
    top: 40px;
}

.vertical_dropdown {
    width: 280px;
    float: left;
    background: #000;
    position: absolute;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    background: #fff;
    z-index: 10000;
    padding: 20px 20px !important;
    display: none;
    top: 40px;
    left: 50%;
    margin-left: -140px;
}

    .vertical_dropdown li {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

        .vertical_dropdown li a {
            font-size: 14px !important;
            color: #000 !important;
        }

.large_submenu li {
    width: 231px;
    float: left;
    border-right: 1px solid #d8d8d8;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.vertical_dropdown li.divider {
    border-bottom: 1px solid #d8d8d8 !important;
    margin: 20px 0;
}

.vertical_dropdown li a:hover {
    color: #00687f !important;
    font-weight: 700;
}

.large_submenu li ul {
    width: 100%;
    float: left;
}

.ex_primary_nav .caret {
    /*display: none;*/
}

.ex_primary_nav ul li.active > a {
    font-weight: 600;
}

.large_submenu li ul li {
    list-style: none;
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
    padding: 0 10px 0 25px;
    border: none;
}

.large_submenu li:last-child {
    border-right: none !important;
}

.large_submenu li ul li a {
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-transform: none;
}

    .large_submenu li ul li a:hover {
        color: #00687f;
        font-weight: 700;
        text-decoration: underline;
    }

.submenu_header {
    font-size: 18px;
    color: #7c2230;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px !important;
}

.relative_postion {
    position: relative;
}

@media (min-width: 768px) {
    .ex_primary_nav ul li:hover ul {
        display: block;
    }
}

.submenu {
    width: 200px;
    height: auto;
    float: left;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    border-radius: 5px;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding-top: 29px;
    border: 1px solid #00687f;
    display: none;
}

.large_submenu .submenu_caret {
    background: url(../images/icons/submenu_up1.png);
    width: 32px;
    height: 15px;
    float: left;
    position: absolute;
    top: -15px;
    left: 20px;
}

.vertical_dropdown .submenu_caret {
    background: url(../images/icons/submenu_up1.png);
    width: 32px;
    height: 15px;
    float: left;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -16px;
}

.submenu li {
    float: left;
    width: 100%;
    margin: 0 !important;
    height: auto !important;
}

    .submenu li a {
        width: 100%;
        float: left;
        padding: 15px 10px;
        border-bottom: 1px solid #d8d8d8;
    }

        .submenu li a:hover {
            background: #00687f;
            color: #fff !important;
        }

    .submenu li:last-child a {
        border-bottom: none;
    }

.mobile_menu {
    width: 40px;
    height: 35px;
    float: right;
    padding: 10px;
    background: #00687f;
    border-radius: 5px;
    cursor: pointer;
    margin-right: 10px;
    display: none;
}

    .mobile_menu .bar_icon {
        background: #fff;
        width: 100%;
        height: 2px;
        border-radius: 4px;
        margin-bottom: 5px;
        float: left;
    }

.ex_user_account_container {
    width: 136px;
    float: left;
    border-left: 1px solid #e2e2e1;
    border-right: 1px solid #e2e2e1;
    height: 92px;
    position: relative;
    text-align: center;
}

.ex_user_account_login {
    float: left;
    border-left: 1px solid #e2e2e1;
    border-right: 1px solid #e2e2e1;
    height: 92px;
    position: relative;
    text-align: center;
    padding: 0 15px;
}

.ex_user_account_container a {
    font-weight: 400;
    color: #00687f;
    font-size: 18px;
    text-decoration: none;
    margin-top: 32px;
    line-height: 24px;
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}

.ex_user_account_container.login_link a {
    margin-left: 30px;
}

.login_link, .register_link {
    width: 100%;
    float: left;
    line-height: 20px;
    margin-top: 0px !important;
    border-bottom: 1px solid #d8d8d8;
    padding: 11px 0;
}

.register_link {
    border: none;
}

    .login_link:hover, .register_link:hover {
        background: #00687f;
        color: #fff;
    }




.ex_user_account_container a .user_icon {
    float: left;
    background: url(../images/icons/user.png);
    width: 14px;
    height: 14px;
    margin-left: -25px;
    margin-top: 6px;
}

.ex_banner {
    width: 100%;
    float: left;
    height: 450px;
    /*background: url(../images/banners/slider1.jpg) no-repeat right center;*/
    position: relative;
}


.ex_banner_home {
    width: 100%;
    float: left;
    height: 452px;
    background-position-x: 15% !important;
    background: url(../images/banners/Homepage_Hispanic.JPG) no-repeat left center;
    position: relative;
}

.ex_banner_vision {
    width: 100%;
    float: left;
    height: 450px;
    background: url(../images/banners/Asian_Woman_Vision-Main.jpg) no-repeat right center;
    position: relative;
}

.menu_container {
    float: right;
}

.sub_navbar {
    float: left;
    height: 60px;
    width: 100%;
}

    .sub_navbar ul {
        float: left;
        margin: 0;
        padding: 0;
    }

        .sub_navbar ul li {
            color: #00687f;
            float: left;
            font-size: 14px;
            font-weight: 400;
            line-height: 60px;
            list-style: outside none none;
            margin-right: 10px;
        }

            .sub_navbar ul li a {
                color: #00687f;
                font-weight: 600;
                text-decoration: none;
            }

.cart_container {
    width: 60px;
    float: left;
    position: relative;
}

.cart_items_list {
    width: 425px;
    height: auto;
    float: left;
    background: #FFFFFF;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    position: absolute;
    right: 0;
    top: 80px;
    z-index: 4000;
    padding: 20px;
    display: none;
    behavior: url(/htc/PIE.htc);
}

.cart_empty_msg {
    font-size: 14px;
    color: #7c2230;
    font-weight: 700;
    text-transform: uppercase;
}

.cart_list {
    width: 100%;
    float: left;
}

    .cart_list li {
        list-style: none;
        width: 100%;
        float: left;
        height: auto;
        border-bottom: 1px solid #d8d8d8;
        position: relative;
        padding-top: 20px;
        padding-bottom: 20px;
    }

        .cart_list li:after, .cart_list li:before {
            width: 20px;
            position: absolute;
            border-bottom: 1px solid #d8d8d8;
            content: '';
            left: -20px;
            bottom: -1px;
        }

        .cart_list li:before {
            left: auto;
            right: -20px;
        }

.cart_items_list .submenu_caret {
    background: url(../images/icons/submenu_up1.png);
    width: 32px;
    height: 15px;
    float: left;
    position: absolute;
    top: -15px;
    right: 10px;
}

.cart_icon {
    background: url("../images/exchange_icons/caart.png");
    float: left;
    height: 36px;
    left: 50%;
    margin-left: -19px;
    margin-top: 20px;
    position: relative;
    width: 38px;
}

.cart_item_logo {
    width: 75px;
    float: left;
}

.cart_item_name {
    width: 160px;
    float: left;
    font-size: 16px;
    text-decoration: underline;
    text-transform: uppercase;
    color: #00687f;
    font-weight: 600;
}

.cart_item_price {
    float: left;
    font-size: 24px;
    font-weight: 700;
    color: #7c2230;
    width: 150px;
    text-align: right;
}

    .cart_item_price span {
        /*width:100%;
         float:left;*/
        font-size: 12px;
        font-weight: 600;
    }

.cart_footer {
    width: 100%;
    float: left;
    margin-top: 20px;
}

.cart_view_btn {
    width: 150px;
    height: 50px;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    background: #00687f;
}

.cart_item_total_price {
    float: right;
    font-size: 30px;
    font-weight: 700;
    color: #7c2230;
    width: 235px;
    text-align: right;
    text-transform: uppercase;
}

    .cart_item_total_price span {
        /*width:100%;
     float:left;*/
        font-size: 14px;
        font-weight: 600;
    }

.cart_count {
    color: #988f86;
    font-weight: 600;
    left: 19px;
    position: absolute;
    top: -4px;
}

.cart_text {
    float: left;
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #988f86;
    text-transform: uppercase;
    text-indent: 10px;
}

.ex_banner_content {
    width: 510px;
    float: right;
}

    .ex_banner_content h5 {
        font-size: 25px;
        line-height: 32px;
        color: #00687f;
        font-weight: 600;
        width: 100%;
        text-align: right;
        margin-top: 33px;
        /*text-shadow: 0 0 4px rgba(0,0,0,.75);*/
    }

.colored_text h5 {
    color: #000;
    font-size: 50px;
    font-style: italic;
    padding-top: 114px;
    text-align: center;
    text-shadow: none;
    margin-left: 100px;
}

.ex_banner h4 {
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    font-weight: 600;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    float: left;
    text-shadow: 0 0 4px rgba(0,0,0,.75);
}

.ex_banner_content p {
    width: 100%;
    text-align: right;
    font-size: 17px;
    float: right;
    color: #00687f;
    /*text-shadow: 0 0 4px rgba(0,0,0,.75);*/
}


.ex_banner_home h4 {
    font-size: 30px;
    line-height: 40px;
    color: #7c2230;
    font-weight: 600;
    width: 100%;
    text-align: right;
    margin-top: 10px;
    float: left;
    padding-top: 20px;
    /*text-shadow: 0 0 4px rgba(0,0,0,.75);*/
}

.banner_btn {
    height: 40px;
    width: 155px;
    position: relative;
    left: 24%;
    /*margin-left: -238px;*/
    margin-right: 122px;
    float: right;
    border-radius: 15px;
    line-height: 40px;
    font-weight: 400;
    font-size: 18px;
    margin-top: 15px;
    behavior: url(htc/PIE.htc);
}

.category_carousel_container {
    width: 100%;
    float: left;
    position: absolute;
    bottom: 0;
    height: 100px;
    left: 0;
    background: rgba(0,104,127,0.8);
}

.category_carousel_wrapper {
    width: 900px;
    float: left;
    margin-left: 30px;
    position: relative;
}

.category_carousel {
    float: left;
    /*padding-top:18px;*/
    height: 100px !important;
    position: relative;
}

    .category_carousel div.owl-item.active + div.owl-item.active + div.owl-item.active + div.owl-item.active + div.owl-item.active li {
        border-right: none;
    }

    .category_carousel li {
        width: 100%;
        height: 100px;
        float: left;
        border-right: 1px solid #80aaac;
        position: relative;
        /*padding-top: 20px;*/
        display: inline;
        list-style-type: none;
        list-style: none;
    }

        .category_carousel li:before {
            position: absolute;
            height: 20px;
            border-right: 1px solid #00687f;
            right: 0;
            top: 0;
        }

.owl-stage div:last-child li {
    border-right: none;
}

.category_icon_container {
    width: 180px;
    height: 58px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.category_name {
    width: 100%;
    float: left;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 18px;
}

.category_carousel_prev, .category_carousel_next {
    float: left;
    background: url(../images/exchange_icons/carousel_navigation.png);
    width: 33px;
    height: 55px;
    float: left;
    margin-top: 45px;
}

.category_carousel_next {
    background-position: -33px 0;
}

.shop_carriers_section {
    float: left;
    padding-bottom: 25px;
    padding-top: 25px;
    width: 100%;
}

.category_curousel_back {
    position: absolute;
    background: #fff;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
    padding: 0 10px;
    display: none;
    padding-top: 20px;
}

    .category_curousel_back p {
        font-size: 14px;
        line-height: 30px;
        color: #474747;
    }

    .category_curousel_back:before {
        width: 100%;
        height: 18px;
        position: absolute;
        top: -18px;
        background: #fff;
        content: '';
        z-index: 10001;
        left: 0;
    }

    .category_curousel_back:after {
        width: 100%;
        height: 18px;
        position: absolute;
        bottom: -18px;
        background: #fff;
        content: '';
        z-index: 10001;
        left: 0;
    }

    .category_curousel_back a.carousel_link {
        font-size: 18px;
        line-height: 30px;
        color: #474747;
        top: 12px;
        text-decoration: none;
        font-weight: 400;
    }

    .category_curousel_back a {
        color: #00687f;
        font-weight: 700;
        font-size: 14px;
        text-decoration: underline;
        position: absolute;
        bottom: 1px;
    }

.category_carousel li:hover .category_curousel_back {
    display: block;
}

.category_carousel .owl-nav {
    position: absolute;
    top: 0;
    width: 100%;
}

    .category_carousel .owl-nav .owl-prev {
        background: url(../images/exchange_icons/carousel_navigation.png) !important;
        width: 33px;
        height: 55px;
        float: left;
        text-indent: -200000000px;
        left: -40px;
        position: absolute;
        top: 12px;
    }

    .category_carousel .owl-nav .owl-next {
        background: url(../images/exchange_icons/carousel_navigation.png) !important;
        width: 33px;
        height: 55px;
        float: left;
        text-indent: -200000000px;
        background-position: -33px 0px !important;
        right: -40px;
        position: absolute;
        top: 12px;
    }

.main_section_header {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 34px;
    font-weight: 600;
    color: #00687f;
    text-transform: uppercase;
}

.main_section_text {
    font-size: 24px;
    color: #737373;
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 5px;
}

.shop_carrier_container {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d8d8d8;
    float: left;
    height: auto;
    margin-bottom: 25px;
    padding-bottom: 15px;
    width: 100%;
}

.shop_carrier_logo {
    border-bottom: 1px solid #d8d8d8;
    display: table-cell;
    height: 75px;
    text-align: center;
    vertical-align: middle;
    width: 300px;
}

.shop_carrier_price_container {
    width: 100%;
    float: left;
}

    .shop_carrier_price_container p {
        font-size: 24px;
        color: #ababab;
        width: 100%;
        text-align: center;
    }

    .shop_carrier_price_container h5 {
        width: 100%;
        float: left;
        text-align: center;
        color: #aaad00;
        font-weight: 700;
        font-size: 60px;
    }

    .shop_carrier_price_container p.plan_starts {
        margin-top: 15px;
    }

.shop_carriers {
    float: left;
    width: 105%; /* to be modified later*/
    margin-top: 30px;
}

.carrier_shop_btn {
    position: relative;
    width: 300px;
    height: 40px;
    font-weight: 400;
    line-height: 40px;
    left: 50%;
    margin-left: -150px;
}

.resource_center_section {
    width: 100%;
    float: left;
    background: #fff;
    padding: 45px 0;
}

.resource_centers {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.resource_center_container {
    width: 420px;
    float: left;
    margin-left: 13px;
    margin-bottom: 60px;
}

.resource_center_img_container {
    width: 100%;
    height: 140px;
    float: left;
}

.resource_center_container h5 {
    width: 100%;
    float: left;
    font-size: 22px;
    color: #7c2230;
    font-weight: 600;
    margin: 10px 0;
}

.resource_center_container p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
}

    .resource_center_container p a {
        font-size: 14px;
        color: #00687f;
        text-transform: uppercase;
        font-weight: 700;
        margin-left: 10px;
    }

.left_space {
    margin-left: 77px;
}

.get_quote_section {
    width: 100%;
    float: left;
    height: auto;
    padding-bottom: 15px;
}

    .get_quote_section h1 {
        color: #00687f;
        float: left;
        width: 100%;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px;
        line-height: 34px;
        font-size: 20px;
    }

.get_quote_field {
    width: 360px;
    height: 50px;
    position: relative;
    left: 50%;
    margin-left: -180px;
    border-radius: 40px;
    font-size: 18px;
}

    .get_quote_field::-webkit-input-placeholder {
        color: #d8d8d8;
    }

    .get_quote_field::-moz-input-placeholder {
        color: #d8d8d8;
    }

    .get_quote_field::input-placeholder {
        color: #d8d8d8;
    }

.get_quote_section .check_field_container {
    /*margin-left: 310px;*/
    /*margin-top: 10px;*/
    /*margin-left:30px;*/
}

.check_field_container .dollor {
    float: left;
    margin-top: 10px;
    margin-right: 5px;
    font-size: 26px;
    font-weight: 400;
}

.calculator_form span.dollor {
    color: #7c2230;
    margin-top: 0px;
}

#calculator span.dollor {
    color: #7c2230;
    margin-top: 6px;
}

.get_insurance_quote_section {
    height: auto;
}

    .get_insurance_quote_section h1 {
        margin: 45px 0;
    }

.get_quote_applicant_section {
    width: 100%;
    float: left;
    height: auto;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 20px;
}

.get_insurance_selectbox {
    margin-top: 21px;
    width: 218px !important;
}

    .get_insurance_selectbox .cust_dropdown {
        height: 50px;
    }

        .get_insurance_selectbox .cust_dropdown .selected, .cust_dropdown li {
            padding: 6px 15px;
            padding-right: 60px;
        }

        .get_insurance_selectbox .cust_dropdown .carat {
            height: 50px;
            width: 60px;
        }

        .get_insurance_selectbox .cust_dropdown.open .carat {
            height: 50px;
            width: 60px;
        }

.get_insurance_label {
    width: 100%;
    float: left;
}

    .get_insurance_label span {
        float: left;
    }

    .get_insurance_label .tooltip_help {
        margin-left: 15px;
        margin-top: 3px;
    }

.section_m_header {
    width: 100%;
    float: left;
    font-size: 30px;
    text-transform: uppercase;
    color: #7c2230;
    font-weight: 400;
    margin: 10px 0 10px 0;
}

.get_quote_gender_fields {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.get_quote_dob {
    float: left;
    height: 50px;
    width: 218px;
    margin-top: 21px;
    border-radius: 40px;
}

.get_quote_btns_container {
    width: 100%;
    float: left;
    height: auto;
    padding-bottom: 15px;
}

.get_quote_add_spouse_btn, .get_quote_add_dependent {
    font-family: 'Open Sans', sans-serif;
    width: 150px;
    height: 40px;
    font-size: 18px;
    font-weight: 300;
    margin-top: 15px;
}

.get_quote_add_dependent {
    width: 180px;
    padding: 0;
    margin-left: 30px;
}

.get_quote_continue_btn {
    width: 250px;
    height: 60px;
    float: right;
    font-size: 24px;
    font-weight: 600;
    margin-top: 15px;
}

.get_quote_continue_btn_help_me {
    width: 235px;
    height: 60px;
    float: right;
    font-size: 24px;
    font-weight: 600;
    margin-top: 15px;
    margin-right: 10px;
}


.get_quote_spouse_section, .get_quote_dependent_section {
    width: 100%;
    float: left;
}

.remove_get_quote {
    text-transform: none;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    position: relative;
    left: 20px;
}

.susidy_eligibility_section {
    width: 100%;
    float: left;
    height: 245px;
}

    .susidy_eligibility_section h1 {
        margin-top: 30px;
        margin-bottom: 22px;
        float: left;
        text-align: center;
        width: 100%;
    }

    .susidy_eligibility_section p {
        width: 100%;
        float: left;
        font-size: 18px;
        line-height: 30px;
    }

.householde_info_section {
    width: 100%;
    float: left;
    height: 674px;
    border-bottom: 1px solid #d8d8d8;
}

.hd_selectbox_container {
    width: 190px;
    float: left;
}

.householde_info .form_group {
    width: 100%;
    float: left;
    margin-bottom: 45px;
}

    .householde_info .form_group .form_label {
        float: left;
        width: 100%;
        margin-bottom: 18px;
    }

        .householde_info .form_group .form_label span {
            float: left;
        }

        .householde_info .form_group .form_label .tooltip_help {
            margin-left: 10px;
            margin-top: 4px;
        }

.house_hold_income_field {
    width: 297px;
    height: 40px;
    float: left;
}

.householde_left_container {
    width: 100%;
    float: left;
    border-right: 1px solid #d8d8d8;
}

.householde_right_container {
    width: 100%;
    float: left;
    padding-left: 40px;
}

.go_back_link {
    float: left;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 20px;
    margin-top: 53px;
}

    .go_back_link img {
        margin-left: -20px;
        float: left;
        margin-top: 4px;
    }

.eligible_subsidy_section {
    width: 100%;
    float: left;
    height: 221px;
}

    .eligible_subsidy_section h1 {
        width: 100%;
        float: left;
        text-align: center;
        margin: 35px 0;
    }

.dual_btn_container {
    width: 280px;
    float: left;
}

.eligible_subsidy_btns_container {
    width: 580px;
    margin: 0 auto;
}

.dual_btn_container .left_btn, .dual_btn_container .right_btn {
    width: 214px;
    height: 40px;
    color: #fff;
    float: left;
    background: #00687f;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 40px;
    border-radius: 15px 0 0 15px;
}

.dual_btn_container .right_btn {
    width: 65px;
    margin-left: 1px;
    border-radius: 0 15px 15px 0;
    background: url(../images/icons/newwindow_icon.png) no-repeat center center #00687f;
}

.view_private_plans_btn {
    width: 280px;
    height: 60px;
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: 700;
    line-height: 60px;
    margin-right: 20px;
}

.dual_btn_container .right_btn:hover {
    background: url(../images/icons/newwindow_icon.png) no-repeat center center #005467;
}


.dual_btn_container .left_btn:hover {
    background: #005467;
}

.eligible_subsidy_faq_section {
    width: 100%;
    float: left;
}

    .eligible_subsidy_faq_section .section_m_header {
        margin-bottom: 10px;
    }

    .eligible_subsidy_faq_section p {
        line-height: 30px;
    }

.faq_accordion_container {
    float: left;
    width: 100%;
    position: relative;
}

#faqs_acc {
    margin-bottom: 50px;
}

    #faqs_acc .akordeon-heading {
        font-size: 16px;
        color: #737373;
        font-weight: 600;
        padding-top: 12px;
    }

    #faqs_acc .akordeon-item-content {
        border: none;
        color: #000;
        line-height: 30px;
        padding: 18px 60px 30px 60px;
    }

.ans_ind {
    float: left;
    margin-left: -30px;
    font-size: 18px;
    color: #00687f;
    font-weight: 700;
}

.exchange_plan_compare_page_heder_section {
    width: 100%;
    float: left;
    height: auto;
}

    .exchange_plan_compare_page_heder_section h1 {
        width: 100%;
        text-align: center;
        float: left;
        margin-top: 15px;
    }

    .exchange_plan_compare_page_heder_section .exchange_plan_compare_links {
        width: 331px;
        margin: 10px auto;
    }

        .exchange_plan_compare_page_heder_section .exchange_plan_compare_links li {
            list-style: none;
            float: left;
            color: #737373;
            margin-right: 12px;
        }

            .exchange_plan_compare_page_heder_section .exchange_plan_compare_links li a {
                font-size: 18px;
                color: #00687f;
                font-weight: 600;
                text-decoration: underline;
            }

.exchange_plan_compare_section {
    width: 100%;
    float: left;
}

    .exchange_plan_compare_section .left_side_section {
        width: 240px;
        float: left;
        min-height: 600px;
        /*border-right: 1px solid #d8d8d8;*/
        position: relative;
        padding-top: 10px;
        padding-right: 3px;
    }

    .exchange_plan_compare_section .right_side_section {
        width: 700px;
        float: left;
        min-height: 100px;
        border-left: 1px solid #d8d8d8;
        position: relative;
        margin-left: -1px;
        padding-top: 10px;
        border-right: 1px solid #d8d8d8;
    }

.help_me_choose_btn {
    width: 220px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.filter_panel {
    width: 100%;
    float: left;
}

    .filter_panel .filter_panel_header {
        width: 240px;
        height: 50px;
        display: table-cell;
        vertical-align: middle;
        border-top: 1px solid #d8d8d8;
    }

        .filter_panel .filter_panel_header a {
            width: 100%;
            float: left;
            font-size: 18px;
            text-transform: uppercase;
            color: #7c2230;
            font-weight: 600;
            padding-left: 25px;
        }

.filter_arrow {
    background: url(../images/icons/filtter_arrows.png);
    width: 12px;
    height: 9px;
    float: left;
    margin-left: -25px;
    margin-top: 8px;
    background-position: 0 9px;
    ;
}

.filter_panel .filter_panel_header.active .filter_arrow {
    background-position: 0 0;
}

.filter_panel .filter_panel_body {
    background: #fff;
    float: left;
    width: 100%;
    margin-top: -1px;
    display: none;
}

    .filter_panel .filter_panel_body.in {
        display: block;
    }

.filter_checkbox_container {
    width: 100%;
    float: left;
    margin-bottom: 5px;
    padding-left: 15px;
}

    .filter_checkbox_container label {
        font-size: 14px;
    }

.filter_plans_link {
    float: left;
    margin-left: 15px;
    font-size: 16px;
    text-decoration: underline;
    font-weight: 600;
    margin-bottom: 25px;
}

.select_plans_container {
    width: 100%;
    float: left;
    margin-top: 10px;
}

    .select_plans_container h5 {
        font-size: 18px;
        font-weight: 600;
        color: #7c2230;
        text-transform: uppercase;
        margin-left: 18px;
        float: left;
        /*margin-right: 52px;*/
        margin-top: 3px;
    }

.select_plans_checkbox_container {
    float: left;
    margin-right: 15px;
}

    .select_plans_checkbox_container label {
        font-size: 14px;
        line-height: 30px;
    }

.filter_by_section {
    float: right;
    margin-right: 40px;
    margin-top: 10px;
}

    .filter_by_section label {
        margin-top: 8px;
        margin-right: 20px;
    }

.exchange_cmp_plans_table {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.exchange_cmp_plans_table_header {
    float: left;
    width: 100%;
}

    .exchange_cmp_plans_table_header .ex_cmp_plan, .exchange_cmp_plans_table_header .ex_cmp_office_visit, .exchange_cmp_plans_table_header .ex_cmp_deductible, .exchange_cmp_plans_table_header .ex_cmp_premium {
        background: #999;
        height: 40px;
        vertical-align: middle;
        display: table-cell;
        font-size: 14px;
        color: #fff;
        font-weight: 600;
        text-transform: uppercase;
        padding: 0 10px;
        border-right: 1px solid #d8d8d8;
    }

    .exchange_cmp_plans_table_header .ex_cmp_plan {
        width: 269px;
    }

    .exchange_cmp_plans_table_header .ex_cmp_office_visit {
        width: 169px;
    }

    .exchange_cmp_plans_table_header .ex_cmp_deductible {
        width: 112px;
    }

    .exchange_cmp_plans_table_header .ex_cmp_premium {
        width: 150px;
        border: none;
    }

.exchange_cmp_plans_table_body, .exchange_cmp_plans_table_row {
    width: 100%;
    float: left;
}

    .exchange_cmp_plans_table_body .ex_cmp_plan, .exchange_cmp_plans_table_body .ex_cmp_office_visit, .exchange_cmp_plans_table_body .ex_cmp_deductible, .exchange_cmp_plans_table_body .ex_cmp_premium {
        display: table-cell;
        height: auto;
        vertical-align: middle;
        padding: 0 10px;
    }
    /*.exchange_cmp_plans_table_body .ex_cmp_office_visit {
        padding-top: 35px;
    }*/

    .exchange_cmp_plans_table_body .ex_cmp_plan {
        width: 269px;
        vertical-align: top;
    }

    .exchange_cmp_plans_table_body .ex_cmp_office_visit {
        width: 169px;
    }

    .exchange_cmp_plans_table_body .ex_cmp_deductible {
        width: 112px;
    }

    .exchange_cmp_plans_table_body .ex_cmp_premium {
        width: 150px;
        border-left: 1px dashed #d8d8d8;
    }

.exchange_cmp_plans_table_row {
    border-bottom: 1px solid #d8d8d8;
}

.ex_recomanded_plan_btn {
    width: 190px;
    float: left;
    background: #cf8b2a;
    line-height: 36px;
    font-size: 15px;
    color: #fff;
    font-weight: 700;
    margin-left: -10px;
    border-radius: 0 30px 30px 0;
    padding-left: 10px;
    margin-top: 10px;
}

.ex_plans_cmp_checkbox {
    width: 100%;
    float: left;
    margin-top: 10px;
}

    .ex_plans_cmp_checkbox label {
        font-size: 14px;
        color: #000;
        margin-top: 2px;
    }

.ex_plan_logo_container {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.ex_plan_title {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #474747;
    margin-top: 5px;
    position: relative;
    /*height: 58px;*/
    height: 100%;
}

.plan_title_3cols {
    /*position: absolute;
    width: 530px;
    left: 0;
    top: 0;*/
}

.ex_plan_type_container {
    width: 100%;
    float: left;
    margin-top: 30px;
}

    .ex_plan_type_container ul {
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }

    .ex_plan_type_container li {
        width: 100%;
        float: left;
        font-size: 14px;
        /*color: #999;*/
        padding-left: 20px;
        list-style: none;
    }

        .ex_plan_type_container li i {
            width: 12px;
            height: 12px;
            float: left;
            border-radius: 50px;
            margin-left: -20px;
            background: #999;
            margin-top: 4px;
        }

    /*.ex_plan_type_container ul.bronze li {
		color: #96651e;
	}*/

    .ex_plan_type_container ul.bronze li i {
        background: #96651e;
    }

    /*.ex_plan_type_container ul.platium li {
		color: #787878;
	}*/

    .ex_plan_type_container ul.platinum li i {
        background: #787878;
    }

    /*.ex_plan_type_container ul.gold li {
		color: #d89b43;
	}*/

    .ex_plan_type_container ul.gold li i {
        background: #d89b43;
    }

.ex_cmp_office_visit_text, .ex_cmp_deductible_amt {
    color: #000;
    font-size: 15px;
    font-weight: 700;
}

.line_height {
    line-height: 30px;
}

.ex_plan_premium_amt {
    font-weight: 700;
    font-size: 23px;
    color: #7c2230;
    margin-top: 5px;
}

    .ex_plan_premium_amt span {
        font-size: 14px;
        font-weight: 600;
    }

.ex_add_to_cart {
    width: 100%;
    float: left;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    margin-top: 15px;
}

.ex_plan_expand_link, .ex_plan_expand_link1 {
    float: left;
    font-size: 14px;
    font-weight: 700;
    margin-left: 22px;
    margin-top: 17px;
    padding-left: 15px;
    text-transform: uppercase;
    color: #7C2230;
}

.ex_plan_plan_details {
    float: left;
    font-size: 14px;
    font-weight: 700;
    margin-left: 22px;
    margin-top: 23px;
}

.ex_plan_expand_link i, .ex_plan_expand_link1 i {
    background: url(../images/icons/expand_link_icon.png);
    width: 9px;
    height: 8px;
    margin-left: -15px;
    float: left;
    margin-top: 6px;
}

    .ex_plan_expand_link i.collapse_icon, .ex_plan_expand_link1 i.collapse_icon {
        background: url(../images/icons/collapse_link_icon.png);
    }

.pagination {
    float: right;
    margin: 20px 0;
}

    .pagination li {
        float: left;
        list-style: none;
        margin-left: 5px;
    }

        .pagination li span {
            width: 4px;
            height: 4px;
            float: left;
            background: #00687f;
            border-radius: 100%;
            margin-top: 14px;
        }

        .pagination li a {
            float: left;
            height: 24px;
            width: 24px;
            color: #fff;
            font-size: 16px;
            line-height: 24px;
            font-weight: 600;
            text-align: center;
            background: #00687f;
            border-radius: 100%;
        }

        .pagination li.active a {
            background: #d8d8d8;
        }

        .pagination li a img {
            margin-top: -4px;
            margin-left: 2px;
            margin-bottom: 1px;
            margin-right: 2px;
        }

.rangeSlider_container {
    width: 100%;
    float: left;
    padding: 20px 0px 5px;
    padding-left: 10px;
}

.ex_cmp_plan_premium_container {
    width: 100%;
    float: left;
    height: 72px;
    border-top: 1px dotted #d8d8d8;
    background: #f7f7f7;
    display: none;
}

    .ex_cmp_plan_premium_container .exp_plan_type, .ex_cmp_plan_premium_container .max_out_of_pocket, .ex_cmp_plan_premium_container .hsa_eligible, .ex_cmp_plan_premium_container .tax_credited_eligible {
        height: 72px;
        padding: 0 10px 0 15px;
        float: left;
    }

    .ex_cmp_plan_premium_container .exp_plan_type {
        width: 140px;
    }

    .ex_cmp_plan_premium_container .max_out_of_pocket {
        width: 204px;
    }

    .ex_cmp_plan_premium_container .hsa_eligible {
        width: 166px;
    }

    .ex_cmp_plan_premium_container .tax_credited_eligible {
        width: 186px;
    }

.expand_column_header {
    width: 100%;
    font-size: 14px;
    text-transform: uppercase;
    color: #7c2230;
    font-weight: 600;
    margin-top: 9px;
}

.enroll_apply_total_container .ex_plan_premium_amt {
    width: 200px;
}

.expand_column_text {
    font-size: 14px;
    color: #474747;
    margin-top: 5px;
}

.ex_compare_plans_container {
    width: 100%;
    height: auto;
    float: left;
    margin-top: 20px;
    display: none;
    padding-bottom: 20px;
}

.ex_compare_plans_header {
    width: 100%;
    float: left;
}

.ex_compare_btn {
    float: right;
    width: 125px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 17px;
    margin-right: 15px;
}

.ex_compare_plans_header h5 {
    float: left;
    font-size: 22px;
    color: #7c2230;
    font-weight: 700;
    text-transform: uppercase;
    margin-left: 15px;
    margin-top: 25px;
}

.ex_compare_plans {
    width: 100%;
    float: left;
    margin-top: 45px;
}

.ex_plans_to_compare {
    width: 100%;
    float: left;
}

    .ex_plans_to_compare li {
        height: 206px;
        width: 156px;
        float: left;
        border: 1px solid #d8d8d8;
        list-style: none;
        margin-right: 15px;
        position: relative;
        background: #fff;
    }

        .ex_plans_to_compare li .compare_plan_price {
            position: absolute;
            bottom: 10px;
        }

        .ex_plans_to_compare li.emptry_slot {
            background: none;
            border: 3px dashed #d8d8d8;
        }

li.emptry_slot {
    display: none;
}

.ex_plans_to_compare li:first-child {
    margin-left: 15px;
}

.ex_plans_to_compare li:last-child {
    margin-right: 0;
}

.remove_plan_from_compare {
    float: left;
    background: url(../images/icons/modal_close.png);
    width: 29px;
    height: 29px;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    z-index: 1;
}

.compare_plan_logo {
    width: 158px;
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    height: 75px;
    clear: both;
}

    .compare_plan_logo img {
        width: 100%;
        padding: 0 10px 0 10px;
    }

.clear_both {
    clear: both;
}

.compare_plan_name {
    width: 100%;
    float: left;
    padding: 20px 15px;
    padding-right: 5px;
    font-size: 15px;
    line-height: 20px;
    color: #474747;
    overflow: hidden;
    text-overflow: ellipsis;
}

.compare_plan_price {
    width: 100%;
    float: left;
    padding: 0px 15px;
    font-size: 24px;
    color: #7c2230;
    font-weight: 700;
}

    .compare_plan_price span {
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
    }

.search_doctor_modal {
    background: #FFF;
    width: 100%;
    text-align: left;
    display: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    -moz-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    box-shadow: 3px 4px 43px rgba(0,0,0,.21);
}

.plan_selection_modal {
    background: #FFF;
    width: 100%;
    text-align: left;
    display: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    -moz-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    box-shadow: 3px 4px 43px rgba(0,0,0,.21);
}

.popup_wrapper {
    padding: 30px;
}

.selected_plan_modal_content {
    width: 100%;
    float: left;
    padding: 15px 25px;
}

    .selected_plan_modal_content h1 {
        font-size: 24px;
        position: relative;
        padding-left: 30px;
    }

        .selected_plan_modal_content h1:after {
            background: url(../images/icons/checkmark.png);
            width: 20px;
            height: 19px;
            float: left;
            content: '';
            position: absolute;
            left: 0;
            top: 8px;
        }

.modal_selected_plan_details {
    width: 100%;
    float: left;
    margin-top: -10px;
    border: 1px solid #d8d8d8;
    padding: 10px;
}

.modal_selected_plan_btns {
    width: 100%;
    float: left;
}

    .modal_selected_plan_btns .btn {
        font-size: 16px;
        height: 40px;
        line-height: 40px;
        width: 170px;
        margin-left: 10px;
        float: right;
        margin-top: 10px;
        font-weight: 400;
    }

.modal_selected_plan_details p {
    font-size: 14px;
}

.margin_left {
    margin-left: 35px;
}

.margin_left_15px {
    margin-left: 15px;
}

.margin_left_10px {
    margin-left: 10px;
}

.margin_right_15px {
    margin-right: 15px;
}

.img_margin_left {
    margin-left: 8px;
}


.search_doctor_container {
    width: 100%;
    float: left;
    padding: 15px 25px;
}

    .search_doctor_container h5 {
        font-size: 34px;
        width: 100%;
        float: left;
        text-align: center;
        color: #00687f;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 50px;
        margin-bottom: 30px;
    }

.dr_searchbox_container {
    margin: 0 auto;
    width: 410px;
}

    .dr_searchbox_container .form_control {
        height: 60px;
        line-height: 60px;
        border-radius: 60px;
        margin-bottom: 35px;
        font-size: 22px;
    }

.dr_search_btn {
    width: 160px;
    height: 60px;
    float: left;
    position: relative;
    left: 50%;
    margin-left: -80px;
    line-height: 60px;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}

::-webkit-input-placeholder {
    color: #d8d8d8;
}

:-moz-placeholder {
    color: #d8d8d8;
}

::-moz-placeholder {
    color: #d8d8d8;
}

:-ms-input-placeholder {
    color: #d8d8d8;
}

.plan_deatils_goback {
    margin-top: 15px;
}

.plan_basic_info_section {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d8d8d8;
}

    .plan_basic_info_section .plan_basic_container {
        width: 344px;
        float: left;
        margin: 20px 0;
        border-right: 1px solid #d8d8d8;
    }

    .plan_basic_info_section .plan_basic_type_container {
        width: 356px;
        float: left;
        padding-left: 25px;
        margin: 20px 0;
    }

    .plan_basic_info_section .plan_basic_price_container {
        width: 240px;
        float: left;
        border-left: 1px dashed #d8d8d8;
        padding-left: 40px;
    }

.plan_basic_logo_container {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.plan_basic_name {
    font-size: 15px;
    color: #474747;
    font-weight: 700;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.plan_basic_links {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

    .plan_basic_links li {
        list-style: none;
        font-weight: 700;
        font-size: 14px;
        color: #d8d8d8;
        float: left;
        margin-right: 5px;
    }

        .plan_basic_links li a {
            text-decoration: underline;
        }

.plan_basic_info_type {
    width: 100%;
    float: left;
}

    .plan_basic_info_type li {
        list-style: none;
        float: left;
        width: 100%;
        font-size: 18px;
        font-weight: 600;
        color: #96651e;
        padding-left: 40px;
    }

        .plan_basic_info_type li i {
            width: 26px;
            height: 26px;
            float: left;
            background: #96651e;
            border-radius: 100%;
            margin-left: -40px;
        }

.plan_basic_info_type_text {
    color: #474747;
    font-size: 15px;
    font-weight: 700;
    width: 100%;
    float: left;
    margin-top: 12px;
}

.pdf_icon_link {
    width: 100%;
    float: left;
    padding-left: 40px;
    font-weight: 700;
    font-size: 14px;
    text-decoration: underline;
    margin-top: 15px;
}

.pdf_icon {
    background: url(../images/icons/pdf_file.png);
    width: 25px;
    height: 26px;
    float: left;
    margin-left: -40px;
    margin-top: -5px;
}

.plan_basic_price {
    font-size: 34px;
    font-weight: 700;
    color: #7c2230;
    float: left;
    width: 100%;
    margin-top: 25px;
}

    .plan_basic_price span {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
    }

.paln_basic_add_cart_btn {
    width: 160px;
    height: 60px;
    float: left;
    line-height: 60px;
    font-size: 21px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.plan_details_left_side {
    float: left;
    width: 680px;
    margin-right: 20px;
}

.plan_details_right_side {
    float: left;
    width: 240px;
    padding-left: 14px;
}

.plan_details_rtext {
    font-size: 14px;
    line-height: 24px;
    color: 000;
    width: 100%;
    float: left;
    margin-top: 15px;
    margin-bottom: 30px;
}

.plan_details_table {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

    .plan_details_table .plan_details_table_header {
        width: 100%;
        float: left;
    }

.plan_details_table_header .column1, .plan_details_table_header .column2, .plan_details_table_header .column3 {
    font-size: 16px;
    color: #737373;
    font-weight: 600;
    padding: 10px 0;
    display: table-cell;
    text-transform: uppercase;
}

.plan_details_table_header .column1 {
    width: 344px;
    color: #00687f;
    margin-right: 5px;
}

.plan_details_table_header .column2 {
    width: 173px;
    margin-right: 5px;
}

.plan_details_table_header .column3 {
    width: 168px;
}

.plan_details_table_body, .plan_details_table_row {
    width: 100%;
    float: left;
}

    .plan_details_table_row .column1, .plan_details_table_row .column2, .plan_details_table_row .column3 {
        font-size: 14px;
        color: #474747;
        font-weight: 400;
        padding: 15px 10px;
        display: table-cell;
        background: #e8e8e8;
        border-bottom: 5px solid #fff;
    }

    .plan_details_table_body .plan_details_table_row .column1:nth-child(even), .plan_details_table_body .plan_details_table_row .column2:nth-child(even), .plan_details_table_body .plan_details_table_row .column3:nth-child(even) {
        background: #f3f3f3;
    }

    .plan_details_table_row .column1 {
        width: 344px;
        font-weight: 700;
        border-right: 5px solid #fff;
        background: #d8d8d8;
    }

    .plan_details_table_row .column2 {
        width: 168px;
        border-right: 5px solid #fff;
    }

    .plan_details_table_row .column3 {
        width: 168px;
    }

.plan_details_aside_panel, .plan_details_aside_panel_body, .plan_details_aside_panel_header {
    width: 100%;
    float: left;
}

.plan_details_aside_panel {
    margin-bottom: 10px;
}

.plan_details_aside_panel_body {
    border-bottom: 1px solid #d8d8d8;
}

.plan_details_aside_panel_header h5 {
    width: 100%;
    float: left;
    font-size: 18px;
    color: #7c2230;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 10px;
}

.plan_details_aside_links {
    width: 100%;
    float: left;
    margin: 15px 0;
}

    .plan_details_aside_links li {
        list-style: none;
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }

        .plan_details_aside_links li a {
            font-size: 14px;
            font-weight: 700;
            text-decoration: underline;
        }

.plan_details_video_panel {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d8d8d8;
}

    .plan_details_video_panel h5 {
        width: 100%;
        float: left;
        color: #7c2230;
        font-size: 16px;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 15px;
    }

.plan_details_videos_container {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 10px;
}

.video_thumb_container, .video_thumb_container img {
    width: 100%;
    float: left;
}

.video_title {
    width: 100%;
    float: left;
    background: #ebe9e8;
    padding: 10px;
    font-size: 16px;
    color: #00687f;
    font-weight: 600;
}

.video_play_button {
    background: url(../images/icons/play_button.png);
    width: 40px;
    height: 40px;
    position: relative;
    margin-right: 3px;
    margin-top: -20px;
    float: left;
}

.videoSlider {
    float: left;
}

.plan_details_need_more_text {
    width: 100%;
    float: left;
    color: #737373;
    font-style: 18px;
    font-weight: 600;
    margin-top: 15px;
}

.plan_details_for_emp {
    width: 100%;
    float: left;
    margin-top: 15px;
}

    .plan_details_for_emp h5 {
        width: 100%;
        float: left;
        color: #7c2230;
        font-size: 16px;
        text-transform: uppercase;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .plan_details_for_emp p {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        color: #737373;
        width: 100%;
        float: left;
    }

        .plan_details_for_emp p span {
            font-weight: 400;
            width: 100%;
            float: left;
        }

.welcome_decision_support_modal {
    background: #FFF;
    width: 100%;
    text-align: left;
    display: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    -moz-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    box-shadow: 3px 4px 43px rgba(0,0,0,.21);
}

.welcome_decision_support_container {
    width: 100%;
    float: left;
    position: relative;
}

    .welcome_decision_support_container h1 {
        width: 100%;
        float: left;
        text-align: center;
        margin: 70px 0 30px 0;
    }

    .welcome_decision_support_container .welcome_text {
        width: 100%;
        float: left;
        font-size: 24px;
        color: #988f86;
        text-align: center;
        padding: 0 20px;
    }

.welcome_secision_btn {
    width: 240px;
    height: 75px;
    position: relative;
    left: 50%;
    margin-left: 360px;
    margin-top: 65px;
    font-size: 24px;
    font-weight: 600;
    line-height: 75px;
    border-radius: 75px;
    margin-bottom: 70px;
}

.ins_questions_modal {
    background: #FFF;
    width: 100%;
    text-align: left;
    /*display: none;*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    -moz-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    box-shadow: 3px 4px 43px rgba(0,0,0,.21);
}

.ins_questions_container {
    width: 100%;
    float: left;
}

    .ins_questions_container .swMain {
        margin-top: 65px;
        margin-left: 20px;
    }

.questions_wizard_content {
    width: 100%;
    float: left;
    padding: 0 30px;
}

    .questions_wizard_content h1 {
        width: 100%;
        float: left;
        text-align: center;
        margin: 30px 0 5px 0;
    }

    .questions_wizard_content h6 {
        width: 100%;
        float: left;
        color: #7c2230;
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 5px;
        margin-top: 5px;
    }

        .questions_wizard_content h6 span {
            font-weight: 700;
        }

        .questions_wizard_content h6 .tooltip_help {
            margin-left: 10px;
            margin-top: 8px;
            cursor: pointer;
        }

.answer_radio_button_container {
    width: auto;
    float: left;
    padding-left: 0px;
    margin-bottom: 10px;
    margin-right: 10px;
}

    .answer_radio_button_container .iradio_small {
        /*margin-left: -40px;
        float: left;*/
        margin-top: -3px;
    }



    .answer_radio_button_container label span {
        width: 100%;
        float: left;
        color: #737373;
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600;
    }

    .answer_radio_button_container label {
        font-size: 17px;
    }

        .answer_radio_button_container label p {
            width: 100%;
            float: left;
            color: #474747;
            font-size: 18px;
            line-height: 30px;
            font-weight: 400;
        }

.preferences_tooltip_content {
    width: 100%;
    float: left;
    padding: 0 20px;
    padding-bottom: 25px;
}

    .preferences_tooltip_content h5 {
        font-size: 18px;
        font-weight: 600;
        width: 100%;
        float: left;
        color: #737373;
        margin-top: 25px;
    }

    .preferences_tooltip_content p {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #737373;
        line-height: 22px;
        margin-top: 5px;
    }

.exchange_bundle_cart_table {
    width: 100%;
    float: left;
    background: #fff;
}

.mycart_table {
    border: 1px solid #d8d8d8;
    margin-bottom: 20px;
}

.exchange_bundle_cart_table .ex_cmp_plan {
    width: 310px;
    padding-left: 30px;
    position: relative;
}

    .exchange_bundle_cart_table .ex_cmp_plan .ex_recomanded_plan_btn {
        margin-left: -5px;
    }

.exchange_bundle_cart_table .ex_cmp_office_visit {
    width: 215px;
}

.exchange_bundle_cart_table .ex_cmp_deductible {
    width: 215px;
}

.exchange_bundle_cart_table .ex_cmp_premium {
    width: 200px;
}

.exchange_bundle_cart_table .ex_add_to_cart {
    width: 125px;
    position: relative;
    left: 50%;
    margin-left: -62px;
}

.exchange_bundle_cart_table .ex_plan_premium_amt {
    font-size: 30px;
    text-align: center;
    width: 100%;
    float: left;
}

.exchange_bundle_cart_table .ex_plan_expand_link {
    position: relative;
    bottom: -60px;
    left: -30px;
}

.exchange_bundle_result_header {
    float: left;
    font-size: 24px;
    font-weight: 600;
    color: #737373;
    text-transform: uppercase;
    margin-left: 18px;
    margin-top: 49px;
}

    .exchange_bundle_result_header span {
        color: #00687f;
    }

.mycart_section {
    width: 100%;
    float: left;
}

    .mycart_section h1 {
        width: 100%;
        float: left;
        text-align: center;
        margin: 10px 0;
    }

    .mycart_section h3 {
        width: 100%;
        float: left;
        text-align: center;
        text-transform: none;
    }

.mycart_table .ex_cmp_premium {
    width: 230px;
    padding: 0 15px;
    position: relative;
}

.mycart_table .exchange_cmp_plans_table_row .ex_cmp_premium {
    vertical-align: top;
}

.mycart_table .ex_cmp_office_visit, .mycart_table .ex_cmp_deductible {
    width: 200px;
}

.mycart_table .ex_plan_premium_amt {
    text-align: left;
    margin-top: 15px;
}

.mycart_selected_coverages_cntainer {
    width: 100%;
    float: left;
}

    .mycart_selected_coverages_cntainer h5 {
        width: 100%;
        float: left;
        font-size: 14px;
        color: #737373;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 10px;
        margin-bottom: 10px;
    }

.mycart_item_modification_links {
    width: 100%;
    float: left;
    /*position: absolute;*/
    margin-bottom: 10px;
    margin: 10px 0;
    bottom: 15px;
}

    .mycart_item_modification_links li {
        color: #d8d8d8;
        list-style: none;
        float: left;
        font-size: 14px;
        font-weight: 700;
        margin-right: 5px;
    }

        .mycart_item_modification_links li a {
            text-decoration: underline;
        }

.mycart_effective_date {
    font-size: 15px;
    color: #474747;
    font-weight: 700;
    float: left;
    width: 100%;
    /*position: absolute;*/
    bottom: 30px;
}

.mycart_total_cost_container {
    width: 100%;
    float: left;
}

.mycart_total_cost {
    float: right;
    position: relative;
    padding-left: 100px;
}

.mycart_total_cost_label {
    float: left;
    font-size: 24px;
    color: #737373;
    text-transform: uppercase;
    position: absolute;
    left: 0;
    top: 7px;
}

.mycart_total_amt {
    float: left;
    font-size: 34px;
    color: #7c2230;
    font-weight: 700;
}

    .mycart_total_amt span {
        font-size: 14px;
        font-weight: 600;
    }

.mycart_enroll_btn {
    width: 175px;
    float: right;
    height: 40px;
    line-height: 40px;
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.mycart_recomondations_section {
    width: 100%;
    float: left;
    margin-top: 40px;
}

    .mycart_recomondations_section h1 {
        width: 100%;
        float: left;
        text-align: center;
        margin-bottom: 30px;
    }

.mycart_recommended_paln_container {
    width: 100%;
    float: left;
    margin-bottom: 30px;
}

.mycart_recommended_table {
    width: 100%;
    float: left;
    border: 1px solid #d8d8d8;
    border-bottom: none;
    margin-top: 10px;
}

    .mycart_recommended_table .exchange_cmp_plans_table_body .ex_cmp_plan, .mycart_recommended_table .exchange_cmp_plans_table_body .ex_cmp_office_visit, .mycart_recommended_table .exchange_cmp_plans_table_body .ex_cmp_deductible, .mycart_recommended_table .exchange_cmp_plans_table_body .ex_cmp_premium {
        height: auto !important;
        padding-bottom: 45px;
        padding-left: 5px;
    }

.mycart_available_recommondations {
    width: 100%;
    float: left;
}

    .mycart_available_recommondations li {
        font-size: 18px;
        color: #737373;
        font-weight: 600;
        float: left;
        list-style: none;
        margin-right: 5px;
        text-transform: uppercase;
    }

        .mycart_available_recommondations li a {
            font-size: 16px;
            text-transform: none;
            text-decoration: underline;
            font-weight: 600;
        }

.search_input_container {
    width: 240px;
    height: 26px;
    position: relative;
    float: right;
    margin-top: 7px;
    display: none;
}

.top_search_filed {
    width: 240px;
    height: 26px;
    float: right;
    border-radius: 26px;
    border: none;
    font-size: 14px;
    color: #474747;
    font-weight: 400;
    padding: 0 10px;
}

    .top_search_filed::-webkit-input-placeholder {
        color: #a79e96;
        font-style: italic;
        font-weight: 600;
    }

    .top_search_filed:-moz-placeholder {
        color: #a79e96;
        font-style: italic;
        font-weight: 600;
    }

    .top_search_filed::-moz-placeholder {
        color: #a79e96;
        font-style: italic;
        font-weight: 600;
    }

    .top_search_filed:-ms-input-placeholder {
        color: #a79e96;
        font-style: italic;
        font-weight: 600;
    }

.top_search_btn {
    width: 15px;
    height: 15px;
    float: left;
    background: url(../images/icons/serch_icon.png);
    position: absolute;
    right: 10px;
    top: 3px;
}

    .top_search_btn:hover {
        background-position: 0 -15px;
    }

.showFilters {
    display: none;
}

.clear_list {
    display: block;
    height: 40px;
    width: 120px;
    line-height: 40px;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 400;
}


.exchange_cmp_plans_table_responsive_header, .exchange_cmp_plans_table_responsive_col_header {
    display: none;
}

.wizard_mobile_nav {
    display: none;
}

.filter_by_section label {
    float: left;
}

.filter_by_custom_select {
    /*width: 183px !important;*/
    float: left;
}

.help_halth_insurance_header {
    width: 100%;
    float: left;
    padding: 25px 0;
}

.help_halth_insurance_section {
    width: 100%;
    float: left;
}

.helpnavbar {
    float: left;
    width: 100%;
}

    .helpnavbar .r-tabs-tab .r-tabs-anchor {
        font-size: 16px !important;
    }

.help_accordian_container {
    width: 100%;
    float: left;
    margin-top: 10px;
}

    .help_accordian_container .akordeon-heading {
        font-size: 16px;
        padding: 10px 0;
    }

.help_halth_insurance_section .r-tabs .r-tabs-panel {
    padding: 15px 0;
    /*!important;*/
}

.help_answer_container {
    width: 100%;
    float: left;
}

    .help_answer_container p {
        font-size: 16px;
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }

    .help_answer_container h4 {
        font-weight: 600;
        color: #00687f;
        margin: 10px 0;
        font-size: 20px;
        text-transform: uppercase;
        width: 100%;
        float: left;
    }

.learnmore_link {
    position: relative;
    font-size: 14px;
    color: #00687f;
    font-weight: 600;
    padding-right: 15px;
    text-transform: uppercase;
    float: left;
    margin-bottom: 10px;
}

    .learnmore_link:after {
        background: url(../images/icons/goforward.png);
        width: 8px;
        height: 12px;
        float: left;
        background-size: 8px;
        content: '';
        right: 0;
        top: 4px;
        position: absolute;
    }

.glosaary_accordian_container {
    width: 100%;
    float: left;
}

.scroll_pager_container {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    background: #fff;
    position: absolute;
    z-index: 1000;
    top: 0;
}

.search_part, .media_search_part {
    float: left;
    position: relative;
    width: 220px;
}

.media_search_part {
    float: right;
    width: 250px;
}

    .search_part input[type=text], .media_search_part input[type=text] {
        padding-right: 60px;
    }

.search_part_btn {
    position: absolute;
    background: url(../images/icons/serach.png) no-repeat center center #00687f;
    width: 50px;
    height: 100%;
    right: 0;
    border-radius: 0 30px 30px 0;
}

.scroll_pager {
    float: left;
    width: 720px;
}

    .scroll_pager ul {
        width: 100%;
        float: left;
        padding-left: 5px;
    }

        .scroll_pager ul li {
            float: left;
            list-style: none;
        }

            .scroll_pager ul li:first-child a {
                border-left: none;
            }

            .scroll_pager ul li a {
                width: 27px;
                float: left;
                text-align: center;
                line-height: 36px;
                border-left: 1px solid #d8d8d8;
                font-weight: 700;
                font-size: 15px;
            }

.scroll_pager_id_container {
    width: 100%;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 700;
    color: #00687f;
    padding-left: 10px;
    margin-bottom: 10px;
}

.media_resources_container {
    width: 100%;
    float: left;
}

.latest_media_container {
    width: 100%;
    float: left;
}

    .latest_media_container h2 {
        font-size: 18px;
        color: #7c2230;
        float: left;
        width: 100%;
        text-transform: uppercase;
        font-weight: 700;
    }

.media_panel {
    width: 100%;
    float: left;
    border: 1px solid #d8d8d8;
    margin-top: 15px;
}

.media_container {
    width: 100%;
    float: left;
    position: relative;
}

    .media_container:before, .media_container:after {
        background: url(../Images/icons/play_btn.png) no-repeat center center;
        position: absolute;
        height: 100%;
        width: 100%;
        float: left;
        z-index: 2;
        content: '';
        left: 0;
        top: 0;
    }

    .media_container:after {
        background: rgba(0,0,0,0.2);
        z-index: 1;
    }

    .media_container img {
        float: left;
        width: 100%;
    }

.media_panel_body {
    width: 100%;
    float: left;
    background: #f7f7f7;
}

    .media_panel_body h6 {
        width: 100%;
        float: left;
        font-weight: 600;
        font-size: 15px;
        padding: 10px 10px 0px 10px;
    }

.media_date {
    float: left;
    width: 100%;
    font-size: 14px;
    font-style: italic;
    padding: 0 10px;
    padding-bottom: 5px;
}

.media_des {
    font-size: 14px;
    padding: 0 10px;
    color: #474747;
    line-height: 24px;
    padding-bottom: 10px;
}

.media_search_container {
    width: 100%;
    float: left;
    padding: 15px 10px 10px 10px;
    margin-top: 20px;
}

.media_category_header {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 10px;
}

    .media_category_header h3 {
        float: left;
        color: #00687f;
        margin-top: 5px;
    }

.current_topics_list {
    width: 100%;
    float: left;
}

    .current_topics_list li {
        width: 100%;
        float: left;
        list-style: none;
    }

        .current_topics_list li a {
            font-weight: 400;
            color: #474747;
            margin: 10px 0;
            float: left;
        }

            .current_topics_list li a span {
                width: 25px;
                height: 25px;
                background: #f7f7f7;
                color: #00687f;
                border-radius: 100%;
                float: right;
                margin-left: 20px;
                border: 1px solid #00687f;
                text-align: center;
                font-size: 12px;
                line-height: 25px;
            }

.media_section {
    width: 100%;
    float: left;
}

    .media_section .media_panel {
        margin-top: 20px;
    }

.getintouch_container {
    width: 100%;
    float: left;
}

.compose_msg_field {
    width: 100%;
    height: 200px;
    border-radius: 8px;
    margin-top: 10px;
}

.getintouch_container h2 {
    font-size: 20px;
    font-weight: 700;
    width: 100%;
    float: left;
}

.getintouch_container p {
    font-size: 16px;
}

.compose_msg_btn {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 300;
    width: auto;
    padding: 0 15px;
    height: 40px;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
    float: left;
    line-height: 40px;
    border: none;
    cursor: pointer;
    text-align: center;
    behavior: url(../Content/htc/border-radius.htc);
}

.compose_msg_contactuspage {
    font-size: 18px;
    margin-top: 20px;
    font-weight: 300;
    width: auto;
    padding: 0 15px;
    height: 40px;
    -webkit-border-radius: 15px !important;
    -moz-border-radius: 15px !important;
    border-radius: 15px !important;
    float: left;
    line-height: 40px;
    border: none;
    cursor: pointer;
    text-align: center;
    behavior: url(../Content/htc/border-radius.htc);
}

.getintouch_contact_details {
    width: 100%;
    float: left;
    border: 1px solid #d8d8d8;
    padding: 15px;
    background: #F9F9F9;
    margin-top: 20px;
}

    .getintouch_contact_details h4, .getintouch_contact_details h5, .getintouch_contact_details h6 {
        font-size: 18px;
        font-weight: 600;
        width: 100%;
        float: left;
        color: #474747;
        margin-bottom: 5px;
    }

    .getintouch_contact_details h5 {
        font-weight: 700;
        color: #00687f;
    }

    .getintouch_contact_details h6 {
        font-weight: 600;
        font-size: 16px;
        margin-bottom: 0;
    }

.akordeon-item.expanded .akordeon-item-body {
    width: 100%;
    height: auto !important;
}

.glossary_pager_padding {
    padding-top: 50px;
}

.notfound404_section {
    width: 100%;
    float: left;
    padding: 50px 0;
}

    .notfound404_section h1 {
        font-size: 45px;
        font-weight: 700;
    }

    .notfound404_section h4 {
        font-size: 18px;
        font-weight: 600;
    }

    .notfound404_section h5 {
        margin-top: 30px;
        font-size: 18px;
        font-weight: 600;
        color: #7c2230;
    }

    .notfound404_section ul {
        float: left;
        width: 100%;
        margin-top: 10px;
    }

        .notfound404_section ul li {
            list-style: none;
        }

            .notfound404_section ul li a {
                font-weight: 600;
            }

.compare_plans_section {
    float: left;
    width: 100%;
}

    .compare_plans_section .page-header {
        margin-top: 20px;
    }

        .compare_plans_section .page-header h1 {
            width: auto;
        }

.compare_plans_back_btn {
    height: 50px;
    line-height: 50px;
    width: 217px;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 55px;
}

.compared_plans_section {
    width: 100%;
    float: left;
}

.plans_to_compare {
    width: 100%;
    float: left;
}

    .plans_to_compare li {
        height: 206px;
        width: 160px;
        float: right;
        border: 1px solid #d8d8d8;
        list-style: none;
        margin-right: 15px;
        position: relative;
    }

.remove_plan_from_compare {
    float: left;
    background: url(../images/icons/modal_close.png);
    width: 29px;
    height: 29px;
    position: absolute;
    top: -10px;
    right: -10px;
    cursor: pointer;
    z-index: 1;
}

.compare_plan_logo {
    width: 158px;
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    text-align: center;
    height: 75px;
    clear: both;
}

    .compare_plan_logo img {
        width: 100%;
        padding: 0 10px 0 10px;
    }

.clear_both {
    clear: both;
}

.compare_plan_name {
    width: 100%;
    float: left;
    padding: 20px 15px;
    padding-right: 5px;
    font-size: 15px;
    line-height: 20px;
    color: #474747;
}

.compare_plan_price {
    width: 100%;
    float: left;
    padding: 0px 15px;
    font-size: 24px;
    color: #7c2230;
    font-weight: 700;
}

    .compare_plan_price span {
        font-weight: 600;
        font-size: 14px;
        text-transform: uppercase;
    }

.compare_plans_selection_section {
    width: 100%;
    float: left;
    margin-top: 15px;
}

.compare_plan_selection_panel {
    width: 100%;
    float: left;
}

.compare_plan_selection_panel_header {
    width: 100%;
    float: left;
}

    .compare_plan_selection_panel_header a {
        height: 50px;
        width: 100%;
        float: left;
        border-bottom: 1px solid #d8d8d8;
        line-height: 50px;
        color: #7c2230;
        font-weight: 700;
        text-transform: uppercase;
        padding: 0 15px;
        position: relative;
    }

.top_border a {
    border-top: 1px solid #d8d8d8;
}

.compare_plan_selection_panel_header a:after {
    width: 16px;
    height: 10px;
    float: left;
    background: url(../images/icons/compare_plan_exted_icon.png);
    content: '';
    position: absolute;
    right: 15px;
    top: 20px;
}

.compare_plan_selection_panel_body {
    width: 100%;
    float: left;
    display: none;
}

.compare_plan_selection_table {
    width: 100%;
    float: left;
}

    .compare_plan_selection_table tr td {
        height: 61px;
        width: 164px;
        line-height: 61px;
        padding: 0 34px;
        vertical-align: middle;
        background: #f3f3f3;
    }

.compare_plan_selection_row {
    width: 100%;
    float: left;
    margin-bottom: 5px;
}

.compare_plan_selection_header {
    width: 248px;
    height: 61px;
    background: #f3f3f3;
    padding: 0 35px;
    float: left;
    margin-right: 5px;
    font-size: 14px;
    font-weight: 700;
    color: #474747;
    line-height: 61px;
}

.compare_plan_selection_col {
    width: 168px;
    height: 61px;
    background: #f3f3f3;
    padding: 0 35px;
    margin-right: 5px;
    float: left;
    font-weight: 600;
    color: #474747;
    font-size: 14px;
    line-height: 61px;
}

.compare_plan_selection_row .compare_plan_selection_col:last-child {
    margin-right: 0;
}

.compare_plan_selection_table .compare_plan_selection_row:last-child {
    border-bottom: 1px solid #d8d8d8;
    margin-bottom: 0px;
}

.compare_plan_selection_row:nth-child(even) .compare_plan_selection_header, .compare_plan_selection_row:nth-child(even) .compare_plan_selection_col {
    background: #e5e5e5;
}

.compare_plan_selection_panel_header.active a:after {
    background: url(../images/icons/compare_plan_collapse_icon.png);
}

.compare_plans_tooltip {
    float: left;
    margin-top: 16px;
    margin-left: 10px;
}

.enroll_personal_info_header {
    width: 100%;
    float: left;
    padding: 30px 0;
}

    .enroll_personal_info_header h1 {
        text-align: center;
    }

.enroll_personal_info_section {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.indicated_required_fields {
    float: left;
    margin-bottom: 30px;
    width: 100%;
}

    .indicated_required_fields span {
        color: #737373;
        font-size: 18px;
        font-style: italic;
    }

.validation_field_container {
    width: 100%;
    float: left;
    position: relative;
}

.confirmemail_field_container {
    width: 100%;
    float: left;
    position: relative;
}

.error_msg {
    background: rgba(124,34,48,0.8);
    color: #fff;
    padding: 10px;
    font-size: 14px;
    position: relative;
    left: 0;
    top: 100%;
    border-radius: 3px;
    display: none;
    line-height: 20px;
    z-index: 1;
    /*width: 100%;*/
    min-width: 220px;
    float: left;
}

    .error_msg:before {
        content: '▲';
        position: absolute;
        top: -13px;
        float: left;
        color: rgba(124,34,48,0.8);
        left: 20px;
    }

.enroll_personal_info {
    width: 100%;
    float: left;
    padding: 20px;
}

.enroll_field_row {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.enroll_large_field_container {
    width: 370px;
    float: left;
    padding-right: 30px;
    margin-bottom: 10px;
}

.enroll_mediaum_field_container {
    width: 250px;
    float: left;
    padding-right: 30px;
}

.enroll_small_field_container {
    width: 80px;
    float: left;
}

.enroll_personal_info .form_label, .enroll_choose_doctor .form_label, .enroll_billing .form_label {
    width: 100%;
    float: left;
    margin-bottom: 18px;
}

    .enroll_choose_doctor .form_label span {
        font-size: 14px;
        text-transform: none;
    }

.enroll_form_header {
    width: 100%;
    float: left;
    margin-bottom: 30px;
    margin-top: 10px;
}

.enroll_choose_doctor {
    width: 100%;
    float: left;
    padding: 20px;
}

.enroll_doctor_search_btn {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-top: 36px;
    width: 170px;
}

.enroll_billing, .enroll_apply {
    width: 100%;
    float: left;
    padding: 20px;
}

.enroll_apply_table {
    width: 100%;
    float: left;
    margin-top: 0px;
}

    .enroll_apply_table .ex_cmp_plan {
        width: 253px;
        padding-left: 15px;
        height: auto;
        padding: 20px 15px 20px 15px;
    }

    .enroll_apply_table .ex_cmp_office_visit {
        width: 200px;
        padding: 20px 10px 20px 10px;
        height: auto;
    }

    .enroll_apply_table .ex_cmp_deductible {
        width: 200px;
        padding: 20px 10px 20px 10px;
        height: auto;
    }

    .enroll_apply_table .ex_cmp_premium {
        width: 200px;
        height: auto;
        padding: 20px 10px 20px 10px;
    }

    .enroll_apply_table .exchange_cmp_plans_table_header .ex_cmp_plan, .enroll_apply_table .exchange_cmp_plans_table_header .ex_cmp_office_visit, .enroll_apply_table .exchange_cmp_plans_table_header .ex_cmp_deductible, .enroll_apply_table .exchange_cmp_plans_table_header .ex_cmp_premium {
        padding-top: 10px;
        padding-bottom: 10px;
    }

.enroll_apply_total_container {
    float: right;
    padding: 15px 0;
}

    .enroll_apply_total_container .ex_plan_premium_amt {
        float: left;
        width: auto;
        margin-left: 15px;
    }

.enroll_apply_total_label {
    float: left;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 8px;
}

.enroll_terms_filed_container {
    float: right;
    margin-top: 55px;
}

    .enroll_terms_filed_container label {
        font-weight: 700;
        color: #00687f;
        margin-top: 5px;
    }

    .enroll_terms_filed_container .icheckbox_square-blue {
        margin-top: -6px;
    }

.enroll_sucess_message_section {
    width: 100%;
    float: left;
    padding: 50px 0;
}

    .enroll_sucess_message_section h1 {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

    .enroll_sucess_message_section p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 15px;
    }

.enroll_dob_container {
    width: 218px;
    float: left;
}

.create_account_list {
    width: 100%;
    float: left;
}

    .create_account_list li {
        list-style: none;
        float: left;
        margin-top: 32px;
        padding: 0 5px;
    }

        .create_account_list li a {
            font-weight: 600;
            color: #00687f;
            font-size: 18px;
            text-decoration: none;
            line-height: 24px;
            position: relative;
            display: inline-block;
            width: 100%;
            text-align: center;
            text-transform: uppercase;
        }

.backtohome_link {
    font-weight: 700;
    text-decoration: underline;
    clear: both;
}

.create_account_section {
    width: 100%;
    float: left;
    padding: 100px 0;
}

.create_account_body p {
    float: left;
    margin-bottom: 15px;
}

.create_account_panel, .success_msg_panel {
    width: 460px;
    margin: 0 auto;
    background: #fff;
    border: 1px solid #d8d8d8;
}

.success_msg_panel {
    position: absolute;
    top: 50%;
    margin-top: -70px;
    float: left;
    margin-left: -230px;
    left: 50%;
}

.create_account_error_msg {
    width: 460px;
    background: #7c2230;
    margin: 0 auto 20px auto;
    padding: 20px;
}

    .create_account_error_msg h6 {
        width: 100%;
        float: left;
        color: #fff;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .create_account_error_msg ul {
        float: left;
        width: 100%;
        padding-left: 18px;
    }

        .create_account_error_msg ul li {
            color: #fff;
            float: left;
            width: 100%;
            font-size: 14px;
            margin-top: 10px;
        }

.create_account_header {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d8d8d8;
    padding: 10px 20px;
}

    .create_account_header h1 {
        font-weight: 400;
        font-size: 30px;
        float: left;
        width: 100%;
    }

.create_account_body {
    width: 100%;
    float: left;
    padding: 10px 20px;
}

.create_account_fields_container {
    width: 100%;
    float: left;
}

    .create_account_fields_container .form_label {
        margin-bottom: 10px;
        float: left;
        width: 100%;
    }

    .create_account_fields_container .form_group {
        margin-bottom: 10px;
        float: left;
        width: 100%;
    }

.password_strength_hint {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    width: 100%;
    float: left;
}

.create_account_btn {
    height: 40px;
    line-height: 40px;
    float: right;
    font-size: 16px;
    width: 125px;
}

.forgot_pwd {
    font-weight: 600;
}

.my_accont_editable_label {
    font-size: 18px;
    font-weight: 600;
    color: #474747;
    text-transform: uppercase;
}

.editable_label {
    color: #474747;
    cursor: default;
    float: left;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
}

.my_account_newsletter {
    width: 100%;
    float: left;
    padding: 20px;
    margin-bottom: 10px;
}

.myaccount_save_btns {
    float: right;
    /*display: none;*/
}

    .myaccount_save_btns .btn {
        margin-left: 15px;
    }

.selectbox_container {
    width: 100%;
    float: left;
}

.loading_modal {
    background: #FFF;
    width: 100%;
    display: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    -moz-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    box-shadow: 3px 4px 43px rgba(0,0,0,.21);
}

.loading_modalLayover {
    background: #FFF;
    width: 100%;
    display: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    -moz-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    box-shadow: 3px 4px 43px rgba(0,0,0,.21);
}

.loading_modal_wrapper {
    width: 100%;
    float: left;
    text-align: center;
    padding: 30px;
    margin-top: 10px;
}

    .loading_modal_wrapper img {
        width: 100%;
    }

    .loading_modal_wrapper h1 {
        margin-bottom: 5px;
        font-weight: 500;
    }

    .loading_modal_wrapper p {
        margin-bottom: 30px;
        color: #988f86;
        font-size: 21px;
    }

.loading_img_container {
    margin-bottom: 30px;
    float: left;
    width: 100%;
}

.loading_img_size img {
    width: 100%;
    float: left;
}

.custom_search_container {
    width: 100%;
    float: left;
    padding: 0 30px;
}

    .custom_search_container h5 {
        font-size: 34px;
        width: 100%;
        float: left;
        text-align: center;
        color: #00687f;
        font-weight: 600;
        text-transform: uppercase;
        margin-top: 50px;
        margin-bottom: 30px;
    }

    .custom_search_container .form_group {
        width: 100%;
        float: left;
        margin-bottom: 20px;
    }

        .custom_search_container .form_group .form_control {
            height: 44px;
            line-height: 44px;
            border-radius: 44px;
        }

.continue_shoping_btn {
    float: right;
    font-size: 21px;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
    margin-top: 20px;
    width: 240px;
}

.my_order_details {
    width: 100%;
    float: left;
    background: #F4F4F4;
    padding: 10px 20px;
}

.my_order_id, .my_order_date {
    font-size: 14px;
    color: #00687f;
    float: left;
    font-weight: 600;
}

.my_order_date {
    float: right;
}

.add_paln_btn_container {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.add_plan_btn {
    font-size: 14px;
    font-weight: 700;
    float: left;
}

.life_event_calc_section {
    width: 100%;
    float: left;
}

.life_event_calc_panel {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d8d8d8;
}

    .life_event_calc_panel .life_event_calc_header {
        width: 100%;
        float: left;
    }

        .life_event_calc_panel .life_event_calc_header a {
            padding: 0 20px;
            width: 100%;
            height: 118px;
            float: left;
            background: #fff;
            position: relative;
        }

.step_number {
    width: 39px;
    height: 39px;
    float: left;
    border: 2px solid #00687f;
    color: #00687f;
    text-align: center;
    line-height: 36px;
    font-weight: 600;
    font-size: 20px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 20px;
}

.step_text {
    float: left;
    font-size: 24px;
    line-height: 24px;
    color: #7c2230;
    width: 470px;
    padding-left: 60px;
    height: 118px;
}

    .step_text p {
        width: 100%;
        display: table-cell;
        height: 116px;
        vertical-align: middle;
    }

.step_cart {
    background: url(../images/icons/step_indicators.png);
    width: 16px;
    height: 10px;
    float: left;
    background-position: 0 -10px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    right: 25px;
}

.life_event_calc_panel .life_event_calc_body {
    width: 100%;
    float: left;
    padding: 40px 25px;
    display: none;
}

.life_event_calc_cols_container {
    width: 100%;
    float: left;
}

    .life_event_calc_cols_container .first_col {
        width: 50%;
        float: left;
        padding-right: 15px;
    }

    .life_event_calc_cols_container .second_col {
        width: 50%;
        float: left;
        padding-left: 15px;
    }

.life_event_calc_body .form_label {
    float: left;
    line-height: 22px;
    width: 100%;
}

    .life_event_calc_body .form_label small {
        width: 100%;
        float: left;
        font-size: 16px;
        color: #878787;
        font-weight: 400;
    }

    .life_event_calc_body .form_label p {
        height: 80px;
        width: 100%;
        display: table-cell;
        vertical-align: middle;
        color: #737373;
    }

.life_event_calc_header.active {
}

.life_event_calc_panel .life_event_calc_header.active a {
    background: none;
}

    .life_event_calc_panel .life_event_calc_header.active a .step_number {
        background: #00687f;
        color: #fff;
        font-weight: 700;
        font-size: 20px;
    }

    .life_event_calc_panel .life_event_calc_header.active a .step_cart {
        background-position: 0 0;
    }

.life_cal_body_show {
    display: block !important;
}

.additional_paln_container {
    width: 100%;
    float: left;
    background: #fcfcfc;
    position: relative;
}

    .additional_paln_container .ex_cmp_premium {
        padding-top: 25px;
    }

.additional_plan_controls {
    position: absolute;
    right: 22px;
    top: 10px;
}

.additional_plan_btns {
    float: left;
}

    .additional_plan_btns li {
        list-style: none;
        font-size: 14px;
        font-weight: 700;
        float: left;
        margin-left: 5px;
        color: #474747;
    }

        .additional_plan_btns li a {
            text-decoration: underline;
        }

.gq_mp_type_section {
    width: 100%;
    float: left;
}

.gq_mp_rb_container {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.gq_mp_info_container {
    width: 100%;
    float: left;
    background: #fdf9f4;
    padding: 10px 15px 10px 15px;
    margin-bottom: 5px;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
    display: none;
}

.all_fields_required {
    width: 100%;
    float: left;
    background: #fdf9f4;
    padding: 5px;
    border: 1px solid #d8d8d8;
}

    .all_fields_required li {
        list-style: none;
    }

    .all_fields_required p {
        margin-bottom: 0px;
    }

.gq_mp_info_container .form_group {
    margin-bottom: 10px;
}

    .gq_mp_info_container .form_group .form_label {
        float: left;
        margin-bottom: 10px;
        width: 100%;
    }

.gp_mp_note {
    width: 100%;
    float: left;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #7c2230;
}

.plan_details_table_sub_header {
    width: 100%;
    float: left;
    background: #999;
    color: #fff;
    padding: 10px;
    font-size: 14px;
    font-weight: 600;
}

.coveredmemberList {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #474747;
    font-weight: 600;
    text-transform: uppercase;
}

/*Compare plans css*/
.cmptable {
    float: left;
    table-layout: fixed;
}

    .cmptable tr td {
        background: #e8e8e8;
        padding: 20px;
        font-weight: 600;
        color: #474747;
        font-size: 14px;
    }

        .cmptable tr td:first-child {
            width: 338px;
            background: #d8d8d8;
        }


        .cmptable tr td:nth-child(even) {
            background: #f3f3f3;
        }

        .cmptable tr td:first-child {
            font-weight: 700;
        }

.cmp5cols li {
    width: 140px;
    margin-right: 5px;
}

.cmp5cols .compare_plan_price {
    font-size: 20px;
}

.cmp5cols .compare_plan_name {
    font-size: 12px;
}

.cmp4cols li {
    width: 188.33px;
    margin-right: 5px;
    height: auto;
}

.cmp4cols .compare_plan_price {
    font-size: 20px;
}

.cmp4cols .compare_plan_name {
    font-size: 12px;
}

.cmp3cols li {
    width: 285px;
    margin-right: 5px;
}

.cmp3cols .compare_plan_price {
    font-size: 20px;
}

.cmp3cols .compare_plan_name {
    font-size: 12px;
}

.cmp2cols li {
    width: 575px;
    margin-right: 5px;
}

.cmp2cols .compare_plan_price {
    font-size: 20px;
}

.cmp2cols .compare_plan_name {
    font-size: 12px;
}

.ptc_height_auto li {
    height: auto;
    padding-bottom: 50px;
    position: relative;
}

    .ptc_height_auto li .compare_plan_price {
        position: absolute;
        bottom: 10px;
    }

.captcha_header {
    color: #7c2230;
    font-size: 18px;
    font-weight: 400;
}

.captcha_container {
    width: 100%;
    float: left;
    margin: 15px 0;
}

    .captcha_container td button {
        cursor: pointer;
    }

    .captcha_container table tbody {
        width: 100%;
    }

    .captcha_container table td {
        width: 33%;
        float: left;
    }

        .captcha_container table td button img {
            width: 100%;
            float: left;
        }
/*  ------------------------------------------  Changes End Here  ------------------------------------------------------     */


/* ----- New Design Index Page Styling Classes*/

.shop_guidance_section {
    width: 100%;
    float: left;
    padding: 25px 0;
}

.title_header {
    width: 100%;
    text-align: center;
    color: #00687f;
    font-size: 34px;
    font-weight: 700;
    margin: 0;
}

.shop_guidance_section h1 {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 600;
    text-transform: none;
}

.full_row {
    width: 100%;
    float: left;
}

.shop_guidance_section p {
    width: 100%;
    text-align: justify;
    line-height: 28px;
    margin-bottom: 10px;
    font-size: 20px;
}

.check_qualification_section {
    width: 100%;
    float: left;
    background: #00687f;
    padding: 28px 0;
}

.relative_container {
    position: relative;
}

.check_qualification {
    width: 710px;
    float: left;
    position: relative;
    left: 50%;
    margin-left: -360px;
    padding-left: 100px;
}

    .check_qualification .check_qualification_icon {
        float: left;
        margin-left: -80px;
    }

    .check_qualification .coveredca {
        float: right;
    }

    .check_qualification .check_qualification_txt {
        width: 432px;
        float: left;
        font-size: 30px;
        color: #fff;
        font-weight: 700;
        line-height: 36px;
    }

.featured_carriers_section {
    width: 100%;
    float: left;
    padding: 15px;
    background: #f0f0f0;
}

.featured_carriers_logos {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    /*padding-left: 30px;*/
}

    .featured_carriers_logos li {
        list-style: none;
        float: left;
        width: 100%;
    }

        .featured_carriers_logos li img {
            width: 100%;
            padding: 14px;
        }

.title_sub_header {
    float: left;
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 5px;
    text-align: center;
    width: 100%;
    color: #474747;
}

.footer_home {
    width: 100%;
    float: left;
    background: #00687f;
    padding: 25px 0;
}

.fixedFooter {
    position: fixed;
    left: 0;
    bottom: 0;
}

.cprt_txt {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #fff;
    margin-bottom: 5px;
    font-weight: normal;
}

.footer_nav {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
}

    .footer_nav li {
        float: left;
        list-style: none;
        margin-right: 10px;
        color: #988f86;
        font-weight: 300;
    }

        .footer_nav li a {
            color: #fff;
            font-size: 14px;
            font-weight: 400;
        }

.footer_logo_home {
    width: 100%;
    float: left;
    text-align: right;
    margin-bottom: 10px;
}

.visit_plans_btn {
    width: 270px;
    float: left;
    height: 50px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    background: #7c2230;
    text-align: center;
    line-height: 50px;
    margin-top: 15px;
    position: relative;
    left: 50%;
    margin-left: -135px;
}

    .visit_plans_btn:hover, .visit_plans_btn:focus, .visit_plans_btn:active {
        color: #fff;
        text-decoration: none;
        background-color: #9d3948;
    }

.ourwords_htxt {
    width: 100%;
    float: left;
    text-align: center;
    margin: 10px 0 10px 0;
    font-size: 18px;
    font-weight: 700;
}

.our_words {
    width: 100%;
    float: left;
    padding: 0;
    padding-bottom: 40px;
}

.hrline {
    margin-bottom: 10px;
}

.aboutus_banner {
    background: url(../images/aboutus.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
}

.acera_banner {
    background: url(../images/banners/KD_ACERA_Oct15.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
}

.fdac_banner {
    background: url(../images/banners/Cauc_Firefighter_Locker_Room_optimized.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
}

.agedout_banner {
    background: url(../images/banners/AgeOut_Banner.jpg) no-repeat scroll left center / cover;
    background-repeat: no-repeat;
    margin-top: 10px;
}

.collegestudents_banner {
    background: url(../images/banners/Hispanic_Latina_Bed_Laptop.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
}


.banner_section {
    width: 100%;
    /*float: left;*/
    height: 450px;
    /*background: url(../images/banners/slider1.jpg) right top no-repeat;*/
    position: relative;
    max-width: 1150px;
}

.banner_welcome_section {
    width: 430px;
    height: 100%;
    float: left;
    position: absolute;
    right: 0;
    top: 0;
    background: rgb(0,104,127); /*fall back for ie 8 and below*/
    background: rgba(0,104,127,0.70);
    padding: 50px;
}

.welcome_content {
    width: 100%;
    float: left;
    margin-top: 50px;
}

    .welcome_content h1 {
        font-family: 'Open Sans', sans-serif;
        width: 100%;
        float: left;
        text-align: center;
        color: #fff;
        font-size: 30px;
        font-weight: 700;
    }

    .welcome_content p {
        width: 100%;
        text-align: center;
        color: #fff;
        font-size: 18px;
        font-weight: 400;
        margin-bottom: 20px;
    }

.qualifyingLifeEventModal {
    background: #FFF;
    width: 100%;
    text-align: left;
    display: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    -moz-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    box-shadow: 3px 4px 43px rgba(0,0,0,.21);
}

.qle_modal_content {
    width: 100%;
    float: left;
    padding: 30px 25px;
}

.qle_header {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #7c2230;
    font-weight: 600;
    margin-bottom: 20px;
}

.qle_txt {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

.qle_ckbox {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.gq_dob_container {
    width: 247px;
    float: left;
    margin-top: 10px;
}

.gqd_month {
    float: left;
    width: 30%;
    height: 50px;
    border: 1px solid #d8d8d8;
    border-right: none;
    border-radius: 10px 0 0 10px;
    text-align: center;
    font-size: 18px;
    padding: 10px;
}

.gqd_day {
    float: left;
    width: 30%;
    height: 50px;
    border: 1px solid #d8d8d8;
    border-right: none;
    border-radius: 0 0 0 0;
    text-align: center;
    font-size: 18px;
    border-left: none;
    padding: 10px;
}

.gqd_year {
    float: left;
    width: 40%;
    height: 50px;
    border: 1px solid #d8d8d8;
    border-radius: 0 10px 10px 0;
    text-align: center;
    font-size: 18px;
    border-left: none;
    padding: 10px;
}

    .gqd_month:focus, .gqd_day:focus, .gqd_year:focus {
        /*-moz-box-shadow: inset 0 0 1px #00687f;
        -webkit-box-shadow: inset 0 0 1px #00687f;
        box-shadow: inset 0 0 1px #00687f;
        border: 2px solid #00687f;*/
        border: 1px solid #2d95ac !important;
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(45, 149, 172, 0.6);
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(45, 149, 172, 0.6);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(45, 149, 172, 0.6);
    }

.calculator_form {
    width: 100%;
    float: left;
}

    .calculator_form .form_group {
        float: left;
        /*margin-bottom: 20px;*/
        width: 100%;
    }

    .calculator_form .form_label {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

.cal_small_field {
    width: 100px;
}

.cal_med_field {
    width: 250px;
}

.calculator_form .form_label .tooltip_help {
    margin-left: 15px;
    margin-top: 5px;
    cursor: pointer;
}

.cal_tip_txt {
    font-size: 13px;
    color: #777;
    line-height: 24px;
    padding: 0 10px 10px 10px;
}

    .cal_tip_txt:first-child {
        padding-top: 10px;
    }

.cal_left_col {
    position: relative;
    border-right: 1px solid #d8d8d8;
}

.cal_right_col {
    border-left: 1px solid #d8d8d8;
    margin-left: -1px;
    padding-left: 50px;
}

.calr_min_width {
    width: 620px;
    float: left;
    line-height: 45px;
}
/* -- Changes End here -- */



.insurance_section p {
    margin-bottom: 18px;
    font-size: 20px;
    text-align: justify;
}

.shop_guidance_section h4 {
    margin-bottom: 10px;
}

.right_btn_container {
    float: left;
    margin-bottom: 25px;
    width: 100%;
}

.banner_btn_container {
    float: left;
    margin-bottom: 25px;
    width: 57%;
    text-align: center;
    margin-left: 74px;
}

.right_btn {
    background: #7c2230 none repeat scroll 0 0;
    border-radius: 15px;
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    padding: 0px 10px;
}

.right_btn_smallbusiness {
    background: #7c2230 none repeat scroll 0 0;
    border-radius: 15px;
    color: #fff;
    float: left;
    font-size: 20px;
    font-weight: 400;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 100%;
    padding: 0 10px;
}

.right_btn:hover {
    background-color: #9d3948;
    color: #FFF;
}

.right_btn:active {
    background-color: #9d3948;
    color: #FFF;
    width: 100%;
}

.right_btn:focus {
    /*border: #540814 solid 2px;*/
    background-color: #9d3948;
}


.right_btn_smallbusiness:focus {
    border: #540814 solid 2px;
    background-color: #9d3948;
}

.right_btn_smallbusiness:hover {
    background-color: #9d3948;
    color: #fff;
}

.right_btn_smallbusiness:active {
    background-color: #9d3948;
    color: #FFF;
    width: 100%;
}

.hmt100 {
    margin-top: 100px;
}

.hmt150 {
    margin-top: 150px;
}

.health_ul_list {
    width: 100%;
    float: left;
    padding: 0;
}

    .health_ul_list li {
        list-style: none;
        width: 100%;
        float: left;
        padding-left: 15px;
        margin-bottom: 5px;
    }

        .health_ul_list li i {
            color: #7c2230;
            float: left;
            font-size: 8px;
            margin-left: -15px;
            margin-top: 12px;
            height: 5px;
            width: 5px;
            border-radius: 100%;
            background: #7c2230;
        }

.health_hr {
    float: left;
    margin-bottom: 50px;
    width: 100%;
    border-color: #999;
    margin: 10px 0;
}

.insurance_txt span {
    color: #fff;
    float: left;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    width: 100%;
}

.dental_content {
    /*border-bottom: 1px solid #d8d8d8;*/
    float: left;
    padding: 10px 0;
    width: 100%;
}

.supplemental_section_content {
    border-bottom: 1px solid #d8d8d8;
    float: left;
    padding-bottom: 15px;
    width: 100%;
}

.supplemental_section {
    float: left;
    padding: 15px 0 0;
    width: 100%;
}

.full_row {
    float: left;
    width: 100%;
}

.supplemental_section_content h4 {
    margin: 5px 0;
}

.insurance_banner {
    background: url(../images/banners/More_Main.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
    /*background-size: 100%;*/
}

.health_individual_banner {
    background: url(../images/banners/Health_Indiv.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
    /*background-size: 100%;*/
}

.health_private_banner {
    background: url(../images/banners/KD_Private_Health.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
    /*background-size: 100%;*/
}


.health_family_banner {
    background: url(../images/banners/Health_Fam.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
    /*background-size: 100%;*/
}

.health_insurance_banner {
    background: url(../images/banners/health_main.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
    /*background-size: 100%;*/
}

.insurance_banner_vision {
    background: url(../images/banners/Asian_Woman_Vision-Main.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
    /*background-size: 100%;*/
}

.shortterm_insurance_banner {
    background: url(../images/banners/Health_Short_term.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
}

.shortterm_insurance_banner {
    background: url(../images/banners/Health_Short_term.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
}

.smallbusiness_insurance_banner {
    background: url(../images/banners/Health_Small_Biz.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
}

.cobra_insurance_banner {
    background: url(../images/banners/Health_Cobra.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
}

.dental_insurance_banner {
    background: url(../images/banners/Dental-Main.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
}

.dental_ind_insurance_banner {
    background: url(../images/banners/Dental_Indiv.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
}

.dental_family_insurance_banner {
    background: url(../images/banners/Dental_Family.jpg) no-repeat scroll center center / cover;
}

.dental_self_insurance_banner {
    background: url(../images/banners/Dental_Self_Employed.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
}

.medicare_insurance_banner {
    background: url(../images/banners/Medicare.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
}

.life_insurance_banner {
    background: url(../images/banners/lifeinsurance.png) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
}

.cancer_insurance_banner {
    background: url(../images/banners/Couple_Cancer.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
}

.critical_illness_banner {
    background: url(../images/banners/KD_Critical_Illness.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
}

.accident_insurance_banner {
    background: url(../images/banners/More_Accident.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
}

.pet_insurance_banner {
    background: url(../images/banners/More_Pet.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
}

.theft_insurance_banner {
    background: url(../images/banners/More_ID_Theft.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
}

.travel_insurance_banner {
    background: url(../images/banners/More_Travel.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
}

.student_insurance_banner {
    background: url(../images/banners/More_Student.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
}

.out_of_pocket_banner {
    background: url(../images/banners/More_Out_of_Pocket.jpg) no-repeat scroll center center / cover;
    background-repeat: no-repeat;
}

.health_welcome_section {
    margin-top: 40px;
}

.readmore_link {
    color: #00687f;
    font-size: 24px;
    font-weight: 700;
}

.shop_guidance_section {
    width: 100%;
    float: left;
    padding: 15px 0;
}

.text_left {
    text-align: left;
}

.title_header {
    width: 100%;
    text-align: center;
    color: #00687f;
    font-size: 36px;
    font-weight: 700;
    margin: 0;
}

.shop_guidance_section h1 {
    margin-bottom: 5px;
}

.full_row {
    width: 100%;
    float: left;
}


.subsidy_section {
    width: 100%;
    float: left;
}

.subsidy_container {
    width: 100%;
    float: left;
    border-top: 1px solid #d8d8d8;
    border-bottom: 1px solid #d8d8d8;
}

.subsidy_form {
    width: 100%;
    float: left;
    padding-top: 40px;
}

    .subsidy_form h1 {
        margin-bottom: 20px;
    }

.form-group {
    width: 100%;
    float: left;
}

.form-control {
    background-color: #fff;
    background-image: none;
    border: medium none;
    border-radius: 50px;
    color: #555;
    display: block;
    font-size: 18px;
    height: 50px;
    line-height: 1.42857;
    padding: 10px 15px;
    width: 100%;
}

.susidy_note_section {
    width: 100%;
    float: left;
    padding: 50px 0;
}

    .susidy_note_section p {
        font-size: 14px;
        color: #999;
    }

.margin_top {
    float: left;
    margin-top: 12px;
}



.float_none {
    float: none !important;
    text-align: center;
}

.printOptionContainer {
    float: left;
    margin-right: 20px;
}

    .printOptionContainer label {
        margin-left: 10px;
        float: left;
    }

    .printOptionContainer .iradio_small {
        float: left;
    }

.profile_dropdown {
    background: #ffffff;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.3);
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    float: left;
    height: auto;
    position: absolute;
    right: 0;
    top: 80px;
    min-width: 150px;
    z-index: 4000;
    display: none;
}

    .profile_dropdown:before {
        content: '';
        position: absolute;
        background: url(../images/icons/submenu_up1.png);
        width: 32px;
        height: 15px;
        right: 20px;
        top: -15px;
        float: left;
    }

    .profile_dropdown ul {
        width: 100%;
        padding: 10px 0;
        margin: 0;
        float: left;
    }

        .profile_dropdown ul li {
            list-style: none;
            float: left;
            width: 100%;
            height: auto;
            margin: 0;
        }

            .profile_dropdown ul li a {
                margin: 0;
                text-align: left;
                padding: 10px 15px;
                font-weight: 600;
                font-size: 16px;
                line-height: 22px;
                padding-left: 35px;
                border-bottom: 1px dashed #d8d8d8;
            }

            .profile_dropdown ul li:last-child a {
                border-bottom: none;
            }

            .profile_dropdown ul li a:hover {
                background: #00687f;
                color: #fff;
                border-color: #00687f;
            }

.profile_dd_icon {
    background: url(../images/icons/profile.png);
    width: 14px;
    height: 14px;
    float: left;
    margin-left: -20px;
    margin-top: 3px;
}

.orders_dd_icon {
    background: url(../images/icons/orders.png);
    width: 13px;
    height: 13px;
    float: left;
    margin-left: -20px;
    margin-top: 4px;
}

.logout_dd_icon {
    background: url(../images/icons/logout.png);
    width: 14px;
    height: 14px;
    float: left;
    margin-left: -20px;
    margin-top: 4px;
}

.profile_dropdown ul li a:hover i {
    background-position: 0 -14px;
}

    .profile_dropdown ul li a:hover i.orders_dd_icon {
        background-position: 0 -13px;
    }

@media (min-width: 1025px) {
    .ex_user_account_container:hover .profile_dropdown {
        display: block;
    }
}

.qualifyingLifeEventModal {
    background: #FFF;
    width: 100%;
    text-align: left;
    display: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    background-color: #fff;
    -webkit-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    -moz-box-shadow: 3px 4px 43px rgba(0,0,0,.21);
    box-shadow: 3px 4px 43px rgba(0,0,0,.21);
}

.qle_modal_content {
    width: 100%;
    float: left;
    padding: 30px 25px;
}

.qle_header {
    width: 100%;
    float: left;
    font-size: 24px;
    color: #7c2230;
    font-weight: 600;
    margin-bottom: 20px;
}

.qle_txt {
    width: 100%;
    float: left;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 20px;
}

.qle_ckbox {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}


.password_field_container {
    width: 100%;
    float: left;
    position: relative;
}

.password_indication {
    width: 280px;
    height: auto;
    float: left;
    padding: 15px;
    background: #fff;
    border: 1px solid #d8d8d8;
    border-radius: 3px;
    position: absolute;
    top: 100%;
    z-index: 1000;
    left: 50%;
    margin-left: -140px;
    display: none;
}

    .password_indication:before {
        background: url(../images/icons/password_indication.png);
        width: 19px;
        height: 12px;
        position: absolute;
        top: -11px;
        content: '';
        left: 50%;
        margin-left: -9px;
    }

    .password_indication h5 {
        width: 100%;
        float: left;
        font-size: 16px;
        font-weight: 600;
        color: #7c2230;
    }

.password_hint_list {
    width: 100%;
    float: left;
    margin-top: 10px;
}

    .password_hint_list li {
        margin: 10px 0;
        font-size: 14px;
        font-weight: 600;
        color: #737373;
        padding-left: 25px;
        position: relative;
        list-style: none;
        width: 100%;
        float: left;
    }

        .password_hint_list li:before {
            background: url(../images/icons/password_check.png);
            width: 15px;
            height: 14px;
            content: '';
            position: absolute;
            left: 0;
            margin-top: 3px;
        }

        .password_hint_list li.done {
            color: #00687F;
        }

            .password_hint_list li.done:before {
                background-position: 0 -14px;
            }

.selected_product_table {
    width: 100%;
    float: left;
    margin-top: 5px;
}

    .selected_product_table td {
        padding: 10px;
    }

        .selected_product_table td.ATC_Img {
            width: 30%;
        }

        .selected_product_table td.ATC_Text {
            width: 40%;
        }

        .selected_product_table td.ATC_Price {
            width: 30%;
        }

.consider_header {
    font-size: 16px;
    width: 100%;
    float: left;
    color: #7c2230;
    text-transform: uppercase;
    font-weight: 600;
}

.consider_plan_container {
    width: 100%;
    float: left;
    background: #fdf9f4;
    border: 1px solid #d8d8d8;
    padding: 15px;
    border-radius: 5px;
    margin-top: 10px;
    min-height: 200px;
}

.consider_plan_container_vsp {
}

.consider_plan_container h5 {
    width: 100%;
    float: left;
    font-size: 15px;
    font-weight: 700;
    color: #00687f;
    margin-bottom: 10px;
}

.consider_plan_price {
    width: 100%;
    float: left;
    color: #7c2230;
    font-size: 27px;
    font-weight: 700;
}

    .consider_plan_price span {
        font-size: 14px;
        font-weight: 600;
    }

.consider_plan_btn {
    float: right;
    font-size: 12px;
    font-weight: 700;
    text-decoration: underline;
}

.consider_plan_container_vsp .consider_plan_btn {
    margin-top: 57px;
}

.padding_left {
    padding-left: 0px;
    margin-top: 0px;
}

.cleartext {
    display: block;
    float: right;
    height: 40px;
    width: 210px;
    line-height: 40px;
    font-size: 16px;
    margin-top: 10px;
}

.iframe_vsp {
    float: left;
    height: 60px;
    width: 100%;
}
/*password popup css*/

/*password popup css*/


.zipcode_field {
    width: 180px;
    text-align: center;
    margin-left: 0;
    position: static;
    margin-left: 91px;
}

.getquote_validation_field_container {
    width: 500px;
    position: relative;
    float: left;
    left: 37%;
    margin-left: -85px;
}

/* Help or Resource Center Page*/

.help_intro_content {
    width: 100%;
    float: left;
}

    .help_intro_content p {
        width: 100%;
        float: left;
        font-size: 16px;
        margin-bottom: 15px;
        color: #737373;
    }

.helpAccordian {
    width: 100%;
    float: left;
}

.helpc_header {
    width: 100%;
    float: left;
    color: #00687f;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

.helpmore_link {
    float: left;
    margin-top: -6px;
    font-size: 15px;
    font-weight: 700;
    position: relative;
    padding-right: 15px;
}

    .helpmore_link:after {
        background: url(../images/icons/right_arrow.png);
        width: 8px;
        height: 13px;
        content: '';
        float: right;
        position: absolute;
        right: 0;
        top: 4px;
    }

    .helpmore_link:hover {
        text-decoration: underline;
        color: #005D72;
    }

.social_links {
    width: 100%;
    float: left;
    margin-top: 20px;
}

    .social_links h5 {
        float: right;
        color: #00687f;
        font-size: 14px;
        font-weight: 600;
        width: 100%;
        float: left;
        text-align: right;
    }

.social_icons {
    float: right;
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

    .social_icons li {
        list-style: none;
        float: left;
        margin-left: 5px;
    }

        .social_icons li a.fb {
            float: left;
            background: url(../images/fb.png);
            width: 28px;
            height: 28px;
            float: left;
        }

        .social_icons li a.twitter {
            float: left;
            background: url(../images/twitter.png);
            width: 28px;
            height: 28px;
            float: left;
        }

        .social_icons li a:hover {
            background-position: 0 -56px;
        }

/*insurance menu drop down css*/
@media (min-width: 768px) {
    .insurance_dropdown {
        width: auto !important;
        margin: 0 !important;
        left: 0 !important;
        top: 100% !important;
        padding: 0 !important;
        background: none;
        min-width: 160px;
    }

        .insurance_dropdown li {
            width: 100%;
            float: left;
            background: #fff;
            margin: 0;
        }

            .insurance_dropdown li a {
                color: #474747;
                font-size: 18px;
                font-weight: 400;
                line-height: 24px;
                padding: 10px 15px;
                width: 100%;
                float: left;
            }

                .insurance_dropdown li a:hover {
                    background: #00687f;
                    color: #fff !important;
                    font-weight: 400 !important;
                }
}

@media (min-width: 768px) {
    .ex_primary_nav ul li:hover ul {
        display: block;
    }

    .cart_container:hover .cart_items_list {
        display: block;
    }

    /* below are css to handle session expiry*/
    .close_session_alert_content {
        width: 100%;
        float: left;
        padding: 30px;
    }

    .session_expaire_header {
        width: 100%;
        float: left;
        color: #7c2230;
        font-size: 20px;
        font-weight: 700;
        padding: 20px 0 6px 50px;
    }

        .session_expaire_header:before {
            background: url(../images/icons/alert_icon.png);
            width: 40px;
            height: 40px;
            float: left;
            content: '';
            margin-left: -50px;
            margin-top: -6px;
        }

    .session_count_txt, .session_expaire_question {
        font-size: 18px;
        color: #474747;
        padding-left: 50px;
        font-weight: 600;
        width: 100%;
        float: left;
    }

    .session_expaire_question {
        margin-top: 10px;
    }

    #ss_count {
        color: #7c2230;
        font-weight: 700;
    }

    .session_expaire_btns_container {
        width: 100%;
        float: left;
        margin-top: 18px;
        padding-left: 50px;
    }

    .session_stayin_btn, .session_logout_btn {
        width: auto;
        float: left;
        height: 40px;
        background: #00687f;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        border-radius: 40px;
        line-height: 40px;
        padding: 0 13px;
    }

    .session_logout_btn {
        background: #7c2230;
        margin-left: 15px;
    }

    .session_stayin_btn:hover {
        color: #fff;
        text-decoration: none;
        background: #005467;
    }

    .session_logout_btn:hover {
        color: #fff;
        text-decoration: none;
        background: #6E1A27;
    }

    /* above are css to handle session expiry*/
}
/* Date of birth MM/DD/YYYY error message css*/
.date_error {
    margin-left: 72px;
}

.year_error {
    float: right;
}

    .year_error::before {
        left: auto;
        right: 36px;
    }
/*end of Date of birth MM/DD/YYYY error message css*/
.my-placeholder {
    color: #d8d8d8;
}

.ui-priority-primary {
    display: block;
    height: 40px;
    width: 120px;
    font-size: 16px;
    margin-bottom: 10px;
    background: #00687f none repeat scroll 0 0;
    color: #fff;
    border-radius: 10px;
    border: none;
}

.calendar_arrow {
    width: 9px;
    height: 8px;
    background-image: url(../Images/icons/calendar_arrow.png);
    background-repeat: no-repeat;
    background-position: right;
}

.calendar_arrow_year {
    width: 9px;
    height: 8px;
    background-image: url(../Images/icons/calendar_arrow1.png);
    background-repeat: no-repeat;
    background-position: right;
    padding-bottom: 5px;
}
/*Life event modal styles start*/
.life_event_modal_form {
    width: 100%;
    float: left;
    line-height: 18px;
}

.life_event_radio_label {
    font-size: 18px !important;
    line-height: 8px !important;
    font-weight: 600 !important;
    color: #737373 !important;
}

.life_event_modal_form .check_field_container {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    padding-left: 40px;
    line-height: 8px;
    height: 40px;
}

    .life_event_modal_form .check_field_container .iradio_square-blue {
        margin-left: -40px;
    }

.life_event_modal_footer {
    width: 100%;
    float: left;
    border-top: 1px solid #d8d8d8;
    height: 107px;
}

    .life_event_modal_footer .life_event_modal_wrapper {
        padding-top: 0;
    }

    .life_event_modal_footer .btn {
        width: 160px;
        float: right;
        margin-top: 22px;
    }

.life_event_small_tooltip {
    width: 100%;
    text-align: center;
}
/*Life event modal styles end*/

/* tooltip in Do I Qualify*/
.aniheader {
    font-size: 16px;
    margin-bottom: 10px;
}

.anicontent {
    font-size: 12px;
    margin-bottom: 10px;
    line-height: 18px;
}
/* End tooltip in Do I Qualify*/

.cart_plan_name {
    position: static;
    height: auto;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.consider_plan_logo img {
    width: auto;
    height: 44px;
}

a:hover {
    cursor: pointer;
}
/*html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

@media screen and ( min-height: 620px ){
    .mainPageContainer {
    min-height:100%;
    margin:0;
    padding:0 0 110px;
}
   .footer_home {
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
}*/

/*Commented after checking with keshav asits not completed*/

html, body {
    height: 100%;
}

.mainPageContainer {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -110px;
}

.footer_home, .push {
    height: 110px;
}


.plan_price {
    padding-bottom: 0 !important;
}

.slcted_plan_type {
    display: none;
}

.cobra_header {
    width: 100%;
    text-align: center;
    color: #00687f;
    font-size: 34px;
    font-weight: 800;
    margin: 0;
    margin-bottom: 15px;
    text-transform: capitalize;
}


.agedout {
    width: 100%;
    text-align: center;
    color: #AAAD00;
    font-size: 34px;
    font-weight: 800;
    margin: 0;
    margin-bottom: 15px;
}

.selected_values_list {
    width: 100%;
    float: left;
}

    .selected_values_list li {
        float: left;
        font-size: 12px;
        color: #999;
        margin-right: 10px;
        list-style: none;
        border-right: 1px solid #999;
        padding-right: 10px;
        color: #00687f;
        margin-bottom: 10px;
    }

#CalModal_wrapper {
    padding: 20px !important;
}

.bottom_60px {
    bottom: -60px !important;
}

.custDrop1 {
    margin-left: 5px;
}

    .custDrop1 .cust_dropdown {
        height: 50px;
        width: 275px;
    }

@media(max-width:420px) {
    .custDrop1 .cust_dropdown {
        height: 50px;
        width: 361px;
    }
}

.custDrop1 .cust_dropdown .carat {
    height: 50px;
}

.custDrop1 .cust_dropdown .selected, .custDrop1 .cust_dropdown li {
    padding: 15px 12px;
}

.contact_form {
    width: 100%;
    float: left;
    margin-top: 10px;
}

    .contact_form .form_group {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }

.covid19 {
    /*width: 556px;*/
    float: left;    
    font-weight: 600;
}

.contactusicon {
    background: url(../images/icons/contact_us_icon.png);
    height: 13px;
    float: right;
    width: 20px;
    margin-left: 4px;
    margin-top: 14px;
}
/*.loadgo-overlay {
    float:left;
    margin-top: 5px;
}*/
.filters_close {
    display: none;
}

.certer {
    margin: auto;
    width: 60%;
    padding: 10px;
}

.get_quote_dropdown {
    width: 100%;
    float: left;
    padding-right: 15px;
    padding-top: 10px;
}

.gt_label {
    width: 15px;
    float: right;
    margin-right: -15px;
    /*padding-top:12px;*/
    line-height: 40px;
    font-size: 12px;
    color: #737373;
    padding-left: 5px;
}

.termlnght_dropdown .cust_dropdown.open div {
    width: 300px;
}

.lf_message_list {
    width: 100%;
    float: left;
    padding-left: 10px;
}

    .lf_message_list li {
        width: 100%;
        float: left;
        list-style: none;
        padding-left: 10px;
        margin-bottom: 10px;
        font-family: 15px;
    }

        .lf_message_list li:before {
            float: left;
            width: 8px;
            height: 8px;
            margin-left: -15px;
            background: #00687f;
            border-radius: 50px;
            content: '';
            margin-top: 9px;
        }
/*Life Insurance*/
.free_getQuote_container {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.free_getQuote_form_container {
    width: 100%;
    float: left;
    padding-top: 20px;
}

.free_getQuote_container h1 {
    font-size: 20px;
    text-align: center;
}

.free_getQuote_fields {
    width: 100%;
    float: left;
    margin-top: 5px;
}

.free_getQuote_dob_container {
    width: 218px;
    float: left;
    margin-top: 5px;
}

.f5ls_container {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.fheight_container {
    float: left;
    width: 300px;
    margin-right: 20px;
}

.fh_dropDown {
    width: 150px;
    float: left;
    position: relative;
    padding-right: 30px;
}

.free_getQuote_label {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    color: #737373;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}

.free_getQuote_spacification {
    float: left;
    margin-right: -30px;
    padding-left: 5px;
    color: #737373;
    line-height: 40px;
    font-size: 14px;
}

.fweight_container {
    width: 130px;
    float: left;
    padding-right: 30px;
    margin-right: 20px;
}

.coverages_duration {
    float: left;
    width: 260px;
    padding-right: 30px;
}

.fTooltip_label .tooltip_help {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
}

.coverages_amount {
    float: left;
    width: 210px;
}

.FQbtns_wrapper {
    width: 100%;
    float: left;
    padding: 20px 0;
}

.free_getQuote_btns_container {
    width: 100%;
    float: left;
    border-top: 1px solid #D8D8D8;
    margin-top: 25px;
}

.FQbtn {
    float: right;
    font-size: 24px;
    font-weight: 600;
    height: 60px;
    width: 200px;
}

.free_getQuote_form_container .form_group {
    float: left;
}

.free_getQuote_more_info {
    margin-top: 25px;
}

.free_getQuote_more_info, .free_getQuote_more_info_form {
    width: 100%;
    float: left;
}

.fQ_field_group {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.FQ_medium_field {
    width: 340px;
    float: left;
    padding-right: 20px;
}

.FQ_small_field {
    width: 240px;
    float: left;
    padding-right: 20px;
}

.FQ_large_field {
    float: left;
    width: 580px;
    padding-right: 20px;
}

.FQ_message_container {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.FQ_msg_sub {
    width: 100%;
    float: left;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #444;
}

.FQ_msg_main {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    font-size: 24px;
}

.FQ_msg_list {
    width: 100%;
    float: left;
    padding-left: 20px;
}

    .FQ_msg_list li {
        width: 100%;
        float: left;
        font-size: 16px;
        list-style: none;
        margin-bottom: 10px;
    }

        .FQ_msg_list li:before {
            width: 10px;
            height: 10px;
            float: left;
            margin-left: -20px;
            background: #00687f;
            border-radius: 10px;
            content: '';
            margin-left: -20px;
            margin-top: 6px;
        }

.FQ_pr {
    color: #7c2230;
    font-size: 14px;
    font-weight: 700;
}

.FQ_carousel_container {
    width: 100%;
    float: left;
}

.FQ_carousel {
    width: 100%;
    float: left;
}

    .FQ_carousel li {
        float: left;
        list-style: none;
        width: 100%;
    }

.FQ_slide_container {
    width: 100%;
    float: left;
    background: #fdf9f4;
    border: 1px solid #d8d8d8;
    padding: 15px;
    border-radius: 6px;
}

.FQ_paln_title {
    font-size: 15px;
    float: left;
    width: 100%;
    color: #00687f;
    font-weight: 700;
    margin-bottom: 10px;
}

.FQ_img_container {
    width: 100%;
    float: left;
    height: 60px;
    margin-bottom: 10px;
}

    .FQ_img_container img {
        height: 60px !important;
        max-width: 100% !important;
    }

.FQ_plan_des {
    font-size: 13px;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.FQ_price {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.FQ_paln_shop {
    width: 100%;
    float: left;
}

    .FQ_paln_shop a {
        float: right;
        font-size: 14px;
        font-weight: 700;
        text-decoration: underline;
    }

.FQ_carousel .owl-prev, .FQ_carousel .owl-next {
    background: #00687f none repeat scroll 0 0 !important;
    border-radius: 40px !important;
    height: 40px;
    line-height: 40px;
    padding: 0 !important;
    width: 60px;
    font-weight: 700 !important;
}

.free_getQuote_label .tooltip {
    border-bottom: none !important;
}

.mobileBanner {
    display: none;
}

.AccountSection {
    width: 100%;
    float: left;
    position: relative;
}

.create_account_panel {
    position: absolute;
    top: 50%;
    left: 50%;
    /*transform: translate(-50%, -50%);*/
}

.ex_recomanded_plan_btn:hover, .ex_recomanded_plan_btn:focus {
    color: #fff;
}

#iFrameContainer {
    width: 940px !important;
}

.clResFix img {
    width: auto !important;
    margin-top: 20px;
}

.enrollResbtn {
    margin-top: 25px;
    float: right;
}

.enrollapplybtns {
    margin-left: 15px;
}

.ui-state-disabled .ui-icon-circle-triangle-w, .ui-state-disabled .ui-icon-circle-triangle-e {
    opacity: 0.2;
    cursor: default;
}

.subsidy_calculator_section {
    width: 100%;
    float: left;
    margin-top: 25px;
}

.subsidy_fields_container {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}

.subsidy_label {
    font-size: 18px;
    font-weight: 600;
    color: #737373;
    text-transform: uppercase;
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.subsidy_form_group {
    width: 230px;
    float: left;
}

.subsidy_family_members_section {
    width: 100%;
    float: left;
}

.subsidy_fm_header {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 25px;
}

    .subsidy_fm_header h6 {
        float: left;
        font-size: 24px;
        text-transform: uppercase;
        color: #00687f;
        font-weight: 600;
    }

.addFamilyMember {
    float: left;
    margin-left: 10px;
    margin-top: 3px;
}

.subsidy_fmh_small {
    float: left;
    font-size: 14px;
    margin-left: 10px;
    color: #737373;
    margin-top: 10px;
}

.subsityfmTable {
    width: 100%;
    float: left;
    table-layout: fixed;
}

    .subsityfmTable td {
        vertical-align: middle;
        padding: 10px;
    }

.subsidyfm_serial {
    background: #00687f;
    color: #fff;
    width: 50px;
    text-align: center;
}

.subsidy_fm_age {
    width: 150px;
}

.sfm_slno {
    width: 40px;
    height: 40px;
    float: left;
    background: #00687f;
    color: #fff;
    border-radius: 100%;
    text-align: center;
    line-height: 40px;
    font-weight: 700;
    font-size: 12px;
    margin-left: -60px;
}

.agesl_conatiner {
    width: 100%;
    float: left;
    padding-left: 60px;
}

.sfm_age_container {
    width: 100%;
    float: left;
}

.sfm_remove_filed_container {
    width: 100%;
    float: left;
    padding-right: 60px;
}

.remove_famalimenber {
    float: right;
    margin-right: -60px;
    margin-top: 10px;
}

.sfm_cbox {
    float: left;
    width: 100%;
    padding-top: 10px;
}

    .sfm_cbox label {
        font-size: 18px;
        font-weight: 600;
        color: #737373;
        text-transform: uppercase;
    }

.subsidy_form_group .form_control::-moz-placeholder {
    color: #d8d8d8;
    opacity: 1;
}

.subsidy_form_group .form_control:-ms-input-placeholder {
    color: #d8d8d8;
}

.subsidy_form_group .form_control::-webkit-input-placeholder {
    color: #d8d8d8;
}

.subsidy_calculator_footer {
    width: 100%;
    float: left;
    border-top: 1px solid #d8d8d8;
    margin-top: 20px;
    padding: 20px 0;
}

.subsidy_calculate_btn {
    float: left;
    padding: 0 20px;
    background: #00687f;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    line-height: 50px;
    border-radius: 50px;
}

.sa_label {
    float: left;
    font-size: 18px;
    font-weight: 600;
    color: #737373;
    text-transform: uppercase;
    margin-top: 10px;
}

.sa_amount_field {
    float: left;
    margin-left: 20px;
    margin-top: 2px;
    width: 270px;
}

    .sa_amount_field .form_control {
        background: #f7f7f7;
        text-align: center;
    }

.subsidy_calculate_btn:hover {
    color: #fff;
    background: #005C70;
}

a.disabled {
    color: gray;
}

.callSubsidy_btn {
    width: 440px;
    float: left;
    position: relative;
    margin-left: -220px;
    left: 50%;
    margin-top: 20px;
}

.callBtn {
    float: left;
    height: 40px;
    padding: 0 20px;
    line-height: 40px;
    font-size: 18px;
    font-weight: 400;
    background: #7c2230;
    border-radius: 10px;
    cursor: default !important;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    transform: scaleX(-50%);
    position: relative;
    left: 30%;
}

    .callBtn:hover, .callBtn:focus {
        background: #7c2230;
        text-decoration: none;
        color: #fff;
    }

.palnTinfo {
    font-size: 18px;
    color: #777;
    text-transform: none;
    margin-top: 8px;
    margin-left: 10px;
    float: left;
}

.Qly_cBox {
    margin-top: 15px;
}

.orderInfo {
    float: left;
}

    .orderInfo li {
        list-style: none;
        color: #d8d8d8;
        margin-right: 10px;
        float: left;
        color: #00687f;
        font-weight: 600;
        font-size: 12px;
    }

    .orderInfo.rightAlign {
        float: right;
    }

        .orderInfo.rightAlign li {
            margin-right: 0;
            margin-left: 10px;
        }

.no_results {
    width: 100%;
    color: #7c2230;
    text-align: center;
    float: left;
    margin: 15px 0;
}


.list_ul {
    list-style: circle;
    margin-left: 30px;
    margin-bottom: 20px;
    font-size: 18px;
}

@media (max-width: 1024px) {
    .mg_lf_-10 {
        margin-left: -10px;
    }

    .enrollResbtn {
        width: auto;
        height: 50px;
        line-height: 50px;
        padding: 0 25px;
        float: right;
        margin-top: 35px !important;
    }
}

@media (max-width: 979px) {
    .ex_banner_vision {
        height: auto;
    }

    #iFrameContainer {
        width: 100% !important;
    }

    .mobileBanner {
        display: block;
    }

    .category_carousel_container {
        border-bottom: 1px solid #80aaac;
    }

    .ex_banner_home {
        height: auto;
        background: none;
        padding-bottom: 100px;
    }

    .fheight_container, .fweight_container, .coverages_duration {
        margin-bottom: 25px;
    }

    .hidein979 {
        display: none;
    }

    .banner_section {
        width: 100% !important;
        height: auto !important;
    }

    .ex_banner {
        height: auto !important;
    }

    .enrollResbtn {
        width: auto;
        height: 50px;
        line-height: 50px;
        padding: 0 25px;
        float: right;
        margin-top: 35px !important;
    }

    .sa_amount_field {
        width: 184px;
    }
}

@media (max-width: 767px) {
    .free_getQuote_form_container .form_group {
        margin-bottom: 25px;
    }

    .free_getQuote_container h1 {
        font-size: 18px;
    }

    .FQ_medium_field {
        width: 260px;
    }

    .FQ_small_field {
        width: 190px;
    }

    .FQ_large_field {
        width: 100%;
    }

    .hidein767 {
        display: none;
    }

    .mainPageContainer {
        margin: 0 auto -126px;
    }

    .footer_home, .push {
        height: 126px;
    }

    .footer_nav {
        margin-bottom: 0 !important;
    }

    #helpNav {
        margin-bottom: 20px;
    }

    .scroll_pager {
        width: 570px !important;
    }

        .scroll_pager ul {
            width: 100% !important;
        }

            .scroll_pager ul li a {
                width: 21px;
            }

    .monthlyLabel {
        font-size: 15px;
        font-weight: 600;
        color: #737373;
        text-transform: uppercase;
        width: 100%;
        float: left;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    .startCoverage_filed {
        width: 175px;
        float: left;
    }

    .subsidy_form_group {
        float: left;
        margin-left: 15px;
        width: 181px;
    }

    .sfm_remove_filed_container {
        padding-right: 40px;
    }

    .remove_famalimenber {
        margin-right: -40px;
    }

    .orderInfo.rightAlign {
        float: left;
    }

        .orderInfo.rightAlign li {
            margin-left: 0;
            margin-right: 10px;
        }
}

.AllFieldsReqired {
    width: 100%;
    float: left;
    background: #fdf9f4;
    font-size: 14px;
    color: #7c2230;
    padding: 10px 20px;
}

@media (max-width: 730px) {
    .check_qualification {
        margin-left: 0;
        width: 100%;
        left: 0;
        padding-left: 0;
    }

        .check_qualification .check_qualification_icon {
            margin-left: 0;
            width: 100%;
            float: left;
            text-align: center;
            margin-bottom: 10px;
        }

        .check_qualification .check_qualification_txt {
            width: 100%;
            text-align: center;
            font-size: 26px;
            margin-bottom: 10px;
        }

        .check_qualification .coveredca {
            float: left;
            width: 100%;
            text-align: center;
        }

            .check_qualification .coveredca img {
                width: 120px;
            }
}

@media (max-width: 676px) {
    .cmptable {
        table-layout: fixed;
        width: 216px;
    }

    .clResFix {
        /*height:112px;
    line-height:112px;*/
    }

        .clResFix img {
            width: auto !important;
            margin-top: 34px;
        }
}

@media (max-width: 676px) {
    @media (max-height: 375px) {
        .clResFix img {
            width: auto !important;
            margin-top: 20px;
        }
    }

    @media (max-width: 629px) {

        .search_doctor_container {
            padding: 14px;
        }

        .enrollapplybtns {
            margin-left: 5px;
        }

        .enroll_small_btn {
            width: 150px;
            height: 50px;
            line-height: 50px;
        }

        .plan_filter_head {
            margin-bottom: 10px;
        }

        .scroll_pager_container {
            display: none;
        }

        .cprt_txt {
            margin-bottom: 0 !important;
            font-weight: normal;
        }

        .FQ_medium_field, .FQ_small_field, .FQ_large_field {
            width: 100%;
            float: left;
            margin-bottom: 25px;
            padding-left: 20px;
        }

        .mainPageContainer {
            margin: 0 auto -180px;
        }

        .footer_home, .push {
            height: 180px;
        }

        .fQ_field_group {
            margin-bottom: 0;
        }

        .subsidy_form_group {
            margin-bottom: 15px;
        }

        .sa_amount_field {
            margin-left: 0;
        }

        .subsidy_form_group {
            width: 260px;
        }
    }

    .login_page_top_left {
        margin-bottom: 10px;
        float: left;
    }

    .login_page_top_right {
        margin-bottom: 10px;
        float: right;
    }

    .ui-state-disabled .ui-icon-circle-triangle-w:before, .ui-state-disabled .ui-icon-circle-triangle-w, .ui-state-disabled .ui-icon-circle-triangle-w:hover .ui-state-disabled ui-icon-circle-triangle-e:before, .ui-state-disabled .ui-icon-circle-triangle-e, .ui-state-disabled .ui-icon-circle-triangle-e:hover {
        opacity: 0.2;
        cursor: default;
    }

    .aboutw_txt {
        margin-top: 0px;
        text-align: center;
    }

    .aboutw_txtimg {
        width: 16%;
        float: right;
    }
}

@media screen and (-webkit-min-device-pixel-ratio:0) {

    .mainPageContainer {
        padding-bottom: 110px;
        margin: 0;
        float: left;
        width: 100%;
    }

    .footer_home {
        margin-top: -110px;
    }

    .push {
        display: none;
    }
}

@media (max-width: 480px) {
    .enrollapplybtns {
        width: 100% !important;
        margin-bottom: 6px;
        margin-top: 0 !important;
        line-height: 40px;
        margin: 0 0 5px 0 !important;
    }

    .entopbtnmrg {
        margin-top: 20px !important;
    }

    .login_page_top_right {
        width: auto;
        float: right !important;
    }

    .login_page_top_left {
        float: left !important;
    }

    .create_account_btn {
        width: 140px;
    }
}

@media (max-width: 440px) {
    /*.login_page_top_right {
        width:auto;
        float:right !important;
    }
    .login_page_top_left {
        float:left !important;
    }*/
}

@media (max-width: 360px) {
    .create_account_btn {
        width: 118px;
    }
}

@media (max-width: 345px) {
    .enrollResbtn {
        padding: 0 15px;
    }
}

.clientInfo_grid {
    width: 100%;
    float: left;
}

.clientInfo_header {
    width: 100%;
    float: left;
    background: #999;
    color: #fff;
}

.cl_info_col1, .cl_info_col2, .cl_info_col3, .cl_info_col4 {
    float: left;
    padding: 8px 12px;
}

.clientInfo_header .cl_info_col1, .clientInfo_header .cl_info_col2, .clientInfo_header .cl_info_col3, .clientInfo_header .cl_info_col4 {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border-right: 1px solid #d8d8d8;
    text-align: center;
}

.cl_info_col1 {
    width: 290px;
}

.cl_info_col2 {
    width: 260px;
}

.cl_info_col3 {
    width: 240px;
}

.cl_info_col4 {
    width: 150px;
}

.clientInfo_row {
    width: 100%;
    float: left;
    border-bottom: 1px solid #d8d8d8;
}

.clientInfo_row {
    width: 100%;
    float: left;
    font-size: 16px;
}

    .clientInfo_row:nth-child(odd) {
        background: #f7f7f7;
    }

.xsmall_btn {
    width: auto;
    height: auto;
    line-height: 18px;
    padding: 10px 30px;
    font-size: 14px;
    float: right;
}

.cl_info_mlabel {
    display: none;
}

.cl_info_val {
    word-wrap: break-word;
}

@media (max-width: 979px) {
    .cl_info_col1 {
        width: 240px;
    }

    .cl_info_col2 {
        width: 200px;
        word-wrap: break-word;
    }

    .cl_info_col3 {
        width: 180px;
    }

    .cl_info_col4 {
        width: 110px;
    }
}

@media (max-width: 767px) {
    .clientInfo_header {
        display: none;
    }

    .cl_info_col1, .cl_info_col2, .cl_info_col3, .cl_info_col4 {
        width: 100%;
        float: left;
    }

    .cl_info_mlabel {
        width: auto;
        float: left;
        font-weight: 600;
        min-width: 100px;
        display: block;
    }
}

.h2Header {
    width: 100%;
    text-align: center;
    color: #00687f;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.h3Header {
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 26px;
    font-weight: 600;
    color: #00687f;
}

.h4Header {
    font-size: 24px;
    font-weight: 600;
    color: #00687f;
}

.h4CustomHeader {
    font-size: 22px;
    font-weight: 600;
    color: #00687f;
    margin-bottom: -8px !important;
}

.oopTable {
    width: 100%;
    float: left;
    margin: 10px 0;
}

    .oopTable tr th {
        text-align: left;
        padding: 7px 10px;
        font-size: 14px;
        font-weight: 700;
        background: #999;
        color: #fff;
        border-right: 1px solid #d8d8d8;
    }

    .oopTable tr td {
        text-align: left;
        padding: 7px 10px;
        font-size: 20px;
        border-bottom: 1px solid #d8d8d8;
        border-right: 1px dashed #d8d8d8;
    }

.oopUl {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    margin-left: 25px !important;
}

.oopTable tr td:first-child {
    border-left: 1px dashed #d8d8d8;
    width: 36%;
}

@media(max-width: 420px) {
    .check_field_container_enroll {
        float: left;
        margin-right: 5px;
        width: 92%;
        text-align-last: center;
    }

    a.callBtn {
        left: 0;
        height: inherit;
        line-height: 30px;
        padding: 10px;
        font-size: 16px;
    }
}

.mycart_table .exchange_cmp_plans_reponsive_table_body.in .ex_plan_type_container {
    display: block !important;
    margin: 5px 0;
}

.exchange_bundle_cart_table .ex_add_to_cart {
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    border-radius: 10px !important;
}
/*
.sortby .filter_by_section {
    float: right;
    margin-right: 10px;
    margin-top: 10px;
    width: 50%;
}
    
.sortby .filter_by_custom_select {
    width: 70%!important;
    float: left;
}
   */


select::-ms-expand {
    display: none;
}

@media(max-width: 420px) {

    .check_field_container.gq_mp_rb_container {
        text-align-last: auto;
        padding-left: 10px;
    }

    .iradio_small {
        display: inline-block;
        float: left;
        height: 27px;
        margin-right: 6px;
    }

    /*.check_field_container label {
        text-align-last: left !important;
    }*/
}

@media(max-width: 768px) {
    .check_field_container_enroll a {
        display: inline-block;
        width: 85%;
        float: left;
        margin-top: -10px;
    }

    .enroll_terms_filed_container .icheckbox_square-blue {
        float: left;
    }
}

@media(max-width: 768px) {

    .page {
        width: 710px;
        overflow-x: auto;
    }
}

@media(max-width: 420px) {

    #iFrameContainer {
        width: 100% !important;
        overflow: scroll;
    }

    .page {
        max-width: 368px;
        margin: 0 auto;
        overflow-x: auto;
        display: inline-block;
    }
}

/*select.cus_dropdown {
    padding: 8px 35px 8px 8px;
    font-size: 16px;
    border-radius: 10px;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-position: 102% 55% !important;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAmCAIAAADm2DRVAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAG6SURBVFhH7djNS8JwHMdx/4P6D+oPqWOPGBVEQfQHdKxDBHXoVlDQg2IPWIc0E/PgJaJ/YQx8wIsohI6K1NRNR6ZT6oOTMbbLnsDvwR/vi/429mIPP9hcrs2DQTW6fTR5crsbfYkxca6Ql5r1bktUGqRMndsbZFPpBl8hJ0Pj+2evbFLBEZIh4HDmpGaDnAxt3EVxz1GUoRiTEGplirKdyHPp64OibOLYz3F5ijKsc7lclqIMZTKZocxkQ5n5LMoWfKFPvl6o8LOeoGZKafoikC1+v5WrU+f3mikjWZQV6+Jfb7Skzrz3QTOLIG62JXkbrsprZo1kUfZeE+SjYuhxahYGNlbPGsyibM4bBKh/5B4O/8hTM56AmtXpdpevw8qOxrP+BCxePupxetaq/0mzo8Gsy5Ae99Nu93/YYyFbMrR0FVbjlGGThezKkB4H1po9FnJAhtQ4R1jIGRly+0JYt7D8rtxENFPWckzmeEOZ+YYy89GVEX1DoftWR/dNOMbEhWqJnGzdH8GlJPfFZWzvlE2lO7/EvlKB9comRYHYlz1cRJwthTVg2cjWIRYIPIkxJoF7S76I/VriP284Aj0/bAa1AAAAAElFTkSuQmCC);
    border-color: #ccc;
}
select.cus_dropdown:focus {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAAjCAIAAABUyb6fAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAJGSURBVFhH7djNT9NgHMDxrU+7OhkbxRXFMI1KNrLJxOjVxOhJQ2REZBdPMglX9Q8gXAx3D5J4wyhoYgya+BLjzXjSi8mGBpyKUQG7la2D0Zet/ubTQzMTE5417DnwPT0vPXzyLEvax+0aG3c1KbHFGxXbwnt88X3BxNEjPO+BuL8xDON2u5Hr5Gnr2W2PRWgXz+sMu7KhT7+fP3Ogg0MI1oHVfJxqVFaU9awkZ5alrnZh4vW7uOgPBXwAAxzUTJy973KxS/B/kkuihwm1tYIPIcRYmxT0Nbf2o1AaefxGLiqapum6ThEOAt+p8MGxp29VVTMMgy4c9Go+Kwb8T9JZ6k4Oly+rH5Ylw6jQiJNKGx9zCo0/K/QtX8isrlWrVRpxxU3193rZNE0acTiqcdAOjjRncP294aWb135O3hg6HrWWnMgBXOJYz6PRZEgIdAZaZ1NDyRMxa6PhGsWB7EHqkoetvYdBiGHuXbnolK8hXJ0Mh33DTvjIcQPxiF2mGZWyruMx+O474SPEgezh1WG7LDE1Mzg1u6kbeMURHwnuXKz7X9nz9OLLzGcY1PkG+3rwlCAS3J3LF+wyODCQ4Sn46s7vVvI8HhNEgsPfSBCWPUsv4CnuRWbR7quaJh4QRIJL3Z37VVCW8oWB2zN1Mhz4YGthNfdFkkem56zVrdfMj+r/l72eJPy3bk87ONLoxdVuTKwhZYktXkpxvfs7YnuF2k2OtUBTQd/uSLuPZVkacYKX7+sMsixNt0y4s5FDsqL0Rw9zHPcH7XLiy8PEJPwAAAAASUVORK5CYII=);
    border-color: #005467;
}*/

/*!
 * ParamQuery Select v1.0.1
 *
 * Copyright (c) 2015 Paramvir Dhindsa (http://paramquery.com)
 * Released under GNU General Public License v3
 * http://paramquery.com/license
 *
 */
.pq-select-optgroup{    font-weight:bold;    margin:0px 3px;}div.pq-select-button{    display:inline-block;    min-height: 16px;    line-height: 20px;    text-align: left;    padding: 1px 3px 0px;    cursor: pointer;    position:relative;    box-shadow: 0px 1px 1px 0px rgba(0,0,0,0.1);}.pq-select-button > .ui-icon{    float:right;}.pq-select-single .pq-select-text,.pq-select-single .pq-select-item-text{    overflow: hidden;    text-overflow: ellipsis;    white-space:nowrap;}.pq-select-single .pq-select-item-text{    display:inline-block;    margin-bottom: -5px;}.pq-select-popup-cont{    position:absolute;    z-index:10000;    overflow:visible;    display:none;}.pq-select-popup{    padding: 1px;    overflow:visible;    box-shadow: 0px 3px 5px 1px rgba(0,0,0,0.1);    outline:none;}.pq-select-shadow-fix{    height:8px;    width:120%;    margin-left:-10%;}.pq-select-popup *{    outline: none;}.pq-select-all{    position: relative;    margin-bottom: 1px;    display:block;    cursor: pointer;}.pq-select-all > .ui-icon-close{    float:right;}.pq-select-search-div{    position:relative;    left:1px;    padding-left:2px;    border:1px solid #ccc;    margin-bottom: 1px;}.pq-select-search-input{    padding: 1px 2px;    border-width:0px;}.pq-select-search-div > .ui-icon{    position:absolute;    right:0px;    top:0px;}.pq-select-search-highlight{    text-decoration:underline;margin:0;padding:0;}.pq-select-menu{    max-height:240px;    overflow:auto;    position: relative;}div.pq-select-menu > .pq-select-option-label{    display:block;    min-height: 18px;    border:1px solid transparent;    position: relative;}.pq-select-option-label > span{    margin-left: 2px;    padding:2px 0px;}.pq-select-option-label > span.pq-left-group{    margin-left: 13px;}.pq-select-option-label > input, .pq-select-all > input{    position:relative;    top:1px;    margin:2px 2px 0px 2px;}.pq-select-search-input{    padding: 1px 2px;    border-width:0px;}.pq-select-item{    padding:2px 0px 2px 3px;    margin: 0px;    line-height: 16px;    display:inline-block;}.pq-select-item > .ui-icon-close{    float: right;}.pq-select-popup label.pq-state-hover{    border:1px dotted darkblue;}
