/* Minification failed. Returning unminified contents.
(16906,1): run-time error CSS1019: Unexpected token, found '}'
(16946,1): run-time error CSS1019: Unexpected token, found '@import'
(16946,9): run-time error CSS1019: Unexpected token, found 'url(http://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*/


.beatpicker {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    -o-box-sizing: content-box !important;
    box-sizing: content-box !important;
    box-shadow: 0 3px 2px rgb(238, 238, 238);
    -moz-box-shadow: 0 3px 2px rgb(238, 238, 238);
    -o-box-shadow: 0 3px 2px rgb(238, 238, 238);
    -webkit-box-shadow: 0 3px 2px rgb(238, 238, 238);
    color: rgb(55, 55, 55);
    font-family: Trebuchet MS;
    font-size: 13px;
    height: auto;
    min-width: 200px;
    position: absolute;
    width: 235px;
    border: 1px solid rgb(225, 225, 225);
    border-bottom: 3px solid rgb(207, 207, 207);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline-style: none; /*IE*/
    z-index: 1000000;
	border:1px solid #d8d8d8;
	background:#fff;
	border-radius:4px;
}

.beatpicker .button {
    background-color: rgb(57, 148, 197);
    border: medium none;
    color: rgb(235, 235, 235);
    cursor: pointer;
    display: inline-block;
    margin: 0 2px;
    padding: 5px;
    text-align: center;
    text-decoration: none;
}

.beatpicker .button:hover {
    background-color: rgb(37, 126, 174);
}

.beatpicker-inputnode {
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
}
.beatpicker ul {
    margin: 0;
    padding: 0;
}
.beatpicker ul.cell-parent, .beatpicker li.cell {
    list-style: none outside none;
}

.beatpicker ul.cell-parent {
    margin: 0 auto;
    width: 100%;
}

.beatpicker li.cell {
    float: left;
    margin: 1%;
    text-align: center;
    width: 28px;
	height:28px;
    white-space: nowrap;
	font-weight:400;
	font-size:13px;
	padding-top:5px;
}

.beatpicker .days .cell-parent li.cell {
    cursor: pointer;
    transition: background-color 0.09s linear 0s;
}

.beatpicker .days .cell-parent li.cell.cell-months, .days .cell-parent li.cell.cell-years {
    width:34px;
	height:34px;
}

.beatpicker .days .cell-parent li.cell:hover {
    background-color: #e8e8e8;
    color: #000 !important;
    border-radius:100%;
}

.beatpicker .main-nav {
    height: 40px;
    margin: 0 auto;
    padding: 2px;
    position: relative;
	border-bottom:1px solid #d8d8d8;
}

.beatpicker .main-nav .button {
    background-color: transparent;
    font-family: inherit;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 2px 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 14%;
}

.beatpicker .main-nav .button:hover {
    background-color: rgb(37, 126, 174);
}

.beatpicker .main-nav .button.next {
    right: 0;
}

.beatpicker .main-nav .button.prev {
    left: 0;
}

.beatpicker .days .cell-parent li.cell.date-disabled.between-range {
    background-color: rgb(242, 223, 160);
    color: rgb(75, 75, 75);
}

.beatpicker .days .cell-parent li.cell.date-disabled:hover {
    background-color: rgb(194, 194, 194);
    color: rgb(255, 255, 255);
}

.beatpicker .days .cell-parent li.cell.not-notable {
    color: rgb(171, 171, 171);
}

.beatpicker .days .cell-parent li.cell.date-disabled, .days .cell-parent li.cell.not-notable.date-disabled {
    color: rgb(198, 198, 198);
}

.beatpicker .days .cell.notable-today {
    background-color: #e8e8e8;
    color: #000; 
	border-radius:100%;
}

.beatpicker .days .cell-parent li.cell.not-notable.notable-today:hover {
    color: rgb(157, 157, 157) !important;
}

.beatpicker .days .cell-parent li.cell.not-notable.notable-today {
    background-color: transparent;
    box-shadow: 0 0 0 1px rgb(71, 117, 142) inset;
    color: rgb(157, 157, 157);
}

.beatpicker .days .cell-parent li.cell.selected-date {
    background-color: #00687f;
    color: #fff;
	border-radius:100%;
}

.beatpicker .days .cell-parent li.cell.selected-date.notable-today {
   
}

.beatpicker .days .cell-parent li.cell.between-range {
    background-color: rgb(239, 208, 105);
}

.beatpicker .days .cell-parent li.cell.between-range:hover {
    background-color: rgb(211, 93, 93);
}

.beatpicker .days .cell.notable-today.between-range {
    box-shadow: 0 0 0 2px rgb(65, 132, 169) inset;
    color: rgb(61, 61, 61);
}

.beatpicker .days .cell-parent li.cell.between-range.not-notable {
    color: rgb(41, 41, 41);
}

.beatpicker .main-nav .current-indicator {
    background-color: transparent;
    color: #000;
    font-size: 14px;
	font-weight:700;
    left: 14%;
    width: 72%;
}

.beatpicker .main-nav .current-indicator:hover {
    background-color:#e8e8e8;
}

.beatpicker .footer {
    background-color: rgb(255, 255, 255);
    border-top: 1px solid rgb(225, 225, 225);
    display: inline-block;
    margin-bottom: -4px;
    margin-left: -4px;
    padding: 0 4px 4px;
    position: relative;
    width: 100%;
	display:none;
}

.beatpicker .footer input.date-input[type="text"] {
    float: left;
    height: 23px;
    margin: 0 -1px 0 0;
    padding: 0;
    width: 81%;
}

.beatpicker input[type="text"] {
    border: 1px solid rgb(210, 210, 210);
    color: rgb(115, 115, 115);
    font-family: inherit;
    margin: 0 1px;
    padding: 4px;
}

.beatpicker .footer .button.today, .beatpicker .footer .button.date-input-button {
    height: 25px;
    margin-top: 5px;
    padding: 0;
    width: 25%;
}

.beatpicker .goto-date-parent.goto-date-container {
    float: right;
    margin-top: 5px;
    width: 65%;
}

.beatpicker .footer .button.date-input-button {
    float: left;
    margin: 0;
    width: 15%;
}

.beatpicker .footer .button.today {
    margin-left: 2%;
}

.beatpicker input[type="text"]::-moz-placeholder {
    color: rgb(149, 149, 149);
    font-size: 74%;
    opacity: 1;
    text-transform: lowercase;
}

.beatpicker input[type="text"]::-webkit-input-placeholder {
    color: rgb(149, 149, 149);
    font-size: 74%;
    opacity: 1;
    text-transform: lowercase;
}

.beatpicker input[type="text"]:-moz-placeholder {
    color: rgb(149, 149, 149);
    font-size: 74%;
    opacity: 1;
    text-transform: lowercase;
}

.beatpicker input[type="text"]:-ms-input-placeholder {
    color: rgb(149, 149, 149);
    font-size: 74%;
    opacity: 1;
    text-transform: lowercase;
}
.beatpicker{
	float:left;
	}
.beatpicker .header{
	width:100%;
	float:left;
	height:auto;
	box-shadow:none;
	}
.nav-btn.prev.button{
	height:19px;
	width:19px;
	float:left;
	background:url(../images/icons/cal_prev.png) no-repeat center center #00687f;
	border-radius:100%;
	margin-left:10px;
	margin-top:10px;
	padding:0 !important;
	}
.nav-btn.next.button{height:19px;
	width:19px;
	float:right;
	background:url(../images/icons/cal_next.png) no-repeat center center #00687f;
	border-radius:100%;
	margin-right:10px;
	margin-top:10px;
	padding:0 !important;
	}
.week-alias-cell.cell{
	font-weight:700 !important;
	color:#000;
	}

/*
 ----------------------------
 Actions
 ----------------------------
 */
.custombox-open,
.custombox-open body {
    overflow: hidden;
}
.custombox-perspective,
.custombox-perspective body  {
    perspective: 600px;
    height: 100%;
}
.custombox-overlay-open {
    visibility: visible;
    opacity: 1;
}

/*
 ----------------------------
 Defaults
 ----------------------------
 */
.custombox-overlay {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    transition-delay: 0s;
	z-index:9002 !important;
}
.custombox-overlay-default {
    transition-timing-function: linear;
    transition-property: opacity;
    opacity: 0;
}
.custombox-modal-wrapper {
    bottom: 0;
    left: 0;
    outline: 0 none;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    top: 0;
    text-align: center;
	z-index:9004 !important;
}
.custombox-modal{
	z-index:9005 !important;
	}
.custombox-modal-container {
    margin: 0 auto;
    position: relative;
	z-index:9005 !important;
}
.custombox-modal img {
    max-width: 100%;
    height: auto;
}

/*
 ----------------------------
 Overlay: Letmein
 ----------------------------
 */
.custombox-overlay-letmein {
    transition-property: all;
    transition-timing-function: ease;
    visibility: hidden;
}
.custombox-overlay-open.custombox-overlay-letmein {
    transform: rotateX(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
    visibility: visible;
    opacity: 1;
}

/*
 ----------------------------
 Overlay: Slide together
 ----------------------------
 */
.custombox-overlay-slidetogether {
    transform: translateY(-100%);
    transition-property: transform ease-in-out;
}

.custombox-overlay-open.custombox-overlay-slidetogether {
    transform: translateY(0);
    transition-property: transform ease-in-out;
}

/*
 ----------------------------
 Overlay: Corner
 ----------------------------
 */
.custombox-overlay-corner {
    transform: translateY(150px) translateX(150px);
    transition-property: opacity, transform, visibility;
}
.custombox-overlay-open.custombox-overlay-corner {
    transform: translateY(0);
    transition-property: opacity, transform;
}

/*
 ----------------------------
 Overlay: Scale
 ----------------------------
 */
.custombox-overlay-scale {
    transform: scale(0.9);
    transition-property: transform;
}
.custombox-overlay-open.custombox-overlay-scale {
    transform: scale(1);
    transition-property: transform;
}

/*
 ----------------------------
 Overlay: Door
 ----------------------------
 */
.custombox-overlay-door {
    visibility: hidden;
    width: 0;
    left: 50%;
    transform: translateX(-50%);
    transition-property: width ease-in-out;
}
.custombox-overlay-open.custombox-overlay-door {
    visibility: visible;
    width: 100%;
    transition-property: width ease-in-out;
}

/*
 ----------------------------
 Overlay: Push
 ----------------------------
 */
.custombox-container-push {
    overflow-x: hidden;
    transition-property: transform;
}
.custombox-container-open.custombox-container-push {
    transform: translateX(100%);
}
.custombox-overlay-push {
    backface-visibility: hidden;
    transform: translateX(-100%);
    transition-property: transform ease-in-out;
}
.custombox-overlay-open.custombox-overlay-push {
    transform: translateX(0);
    transition-property: transform ease-in-out;
}

/*
 ----------------------------
 Overlay: Content Scale
 ----------------------------
 */
.custombox-open-contentscale body {
    background-color: #DDD;
}
.custombox-container-contentscale {
    transition: transform 0.5s;
    overflow: hidden;
    height: 100%;
}
.custombox-container-open.custombox-container-contentscale {
    transform: scale(0.8);
}
.custombox-overlay-contentscale {
    transform: translateY(100%);
    transition-property: transform ease-in-out;
}
.custombox-overlay-open.custombox-overlay-contentscale {
    transform: translateY(0);
    transition-property: transform ease-in-out;
}

/*
 ----------------------------
 Overlay: Makeway
 ----------------------------
 */
.custombox-container-open.custombox-container-makeway {
    height: 100%;
    overflow: hidden;
}
.custombox-overlay-open.custombox-overlay-makeway {
    transition-property: all;
}
.custombox-overlay-open.custombox-overlay-makeway,
.custombox-container-open.custombox-container-makeway {
    transform-style: preserve-3d;
    transform-origin: 0 50%;
    animation: rotateRightSideFirst 0.5s forwards ease-in;
}
@keyframes rotateRightSideFirst {
    50% {
        transform: translateZ(-50px) rotateY(5deg);
        animation-timing-function: ease-out;
    }
    100% {
        transform: translateZ(-200px);
    }
}

/*
 ----------------------------
 Overlay: Slip
 ----------------------------
 */
.custombox-overlay-open.custombox-overlay-slip {
    transition-property: all;
}
.custombox-overlay-open.custombox-overlay-slip,
.custombox-container-open.custombox-container-slip {
    transform-style: preserve-3d;
    transform-origin: 50% 100%;
    animation: OpenTop 0.5s forwards ease-in-out;
}
@keyframes OpenTop {
    50% {
        transform: rotateX(10deg);
        animation-timing-function: ease-out;
    }
}

/*
 ----------------------------
 Modal: Fadein
 ----------------------------
 */
.custombox-modal-fadein {
    transform: scale(0.7);
    transition-property: all;
    opacity: 0;
    visibility: hidden;
}
.custombox-modal-open .custombox-modal-fadein {
    transform: scale(1);
    opacity: 1;
    visibility: visible;
}

/*
 ----------------------------
 Modal: Slide
 ----------------------------
 */
.custombox-modal-container-slide > div,
.custombox-modal-container-slidetogether > div {
    opacity: 0;
    float: left;
}
.custombox-modal-open > .custombox-modal-container-slide > div,
.custombox-modal-open > .custombox-modal-container-slidetogether > div {
    opacity: 1;
}

/*
 ----------------------------
 Modal: Slide from top
 ----------------------------
 */
.custombox-modal-slide-top {
    transform: translateY(-300%);
}
.custombox-modal-open .custombox-modal-slide-top {
    transform: translateY(0);
}

/*
 ----------------------------
 Modal: Slide from left
 ----------------------------
 */
.custombox-modal-slide-left {
    transform: translateX(-300%);
}
.custombox-modal-open .custombox-modal-slide-left {
    transform: translateX(0);
}

/*
 ----------------------------
 Modal: Slide from right
 ----------------------------
 */
.custombox-modal-slide-right {
    transform: translateX(300%);
}
.custombox-modal-open .custombox-modal-slide-right {
    transform: translateX(0);
}

/*
 ----------------------------
 Modal: Slide from bottom
 ----------------------------
 */
.custombox-modal-slide-bottom {
    transform: translateY(300%);
}
.custombox-modal-open .custombox-modal-slide-bottom {
    transform: translateY(0);
}

/*
 ----------------------------
 Modal: Newspaper
 ----------------------------
 */
.custombox-modal-newspaper {
    transform: scale(0) rotate(720deg);
    opacity: 0;
    transition-property: all;
    position: absolute;
}
.custombox-overlay-newspaper {
    transition-property: all;
}
.custombox-modal-open .custombox-modal-newspaper {
    transform: scale(1) rotate(0deg);
    opacity: 1;
}

/*
 ----------------------------
 Modal: Fall
 ----------------------------
 */
.custombox-modal-container-fall {
    perspective: 1300px;
}
.custombox-modal-fall {
    transform-style: preserve-3d;
    transform: translateZ(600px) rotateX(20deg);
    opacity: 0;
}
.custombox-modal-open .custombox-modal-fall {
    transition-timing-function: ease-in;
    transition-property: all;
    transform: translateZ(0) rotateX(0deg);
    opacity: 1;
}

/*
 ----------------------------
 Modal: Sideball
 ----------------------------
 */
.custombox-modal-container-sidefall {
    perspective: 1300px;
}
.custombox-modal-wrapper-sidefall {
    overflow-x: hidden;
}
.custombox-modal-sidefall {
    transform-style: preserve-3d;
    transform: translate(30%) translateZ(600px) rotate(10deg);
    opacity: 0;
}
.custombox-modal-open .custombox-modal-sidefall {
    transition-timing-function: ease-in;
    transition-property: all;
    transform: translate(0) translateZ(0) rotate(0deg);
    opacity: 1;
}

/*
 ----------------------------
 Modal: Blur
 ----------------------------
 */
.custombox-open-blur .custombox-container-blur {
    filter: blur(3px);
}
@media all and (-ms-high-contrast: none) {
    .custombox-open-blur .custombox-container-blur {
        text-shadow: 0 0 8px #000;
        color: rgba(255,255,255,0);
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='3');
        zoom: 1;
    }
}
.custombox-modal-blur {
    transform: translateY(-5%);
    opacity: 0;
    position: absolute;
}
.custombox-overlay-blur,
.custombox-modal-container-blur {
    transition-property: all;
}
.custombox-modal-open .custombox-modal-blur {
    transform: translateY(0);
    opacity: 1;
}

/*
 ----------------------------
 Modal: 3D Flip generic
 ----------------------------
 */
.custombox-modal-container-flip {
    perspective: 1300px;
}

/*
 ----------------------------
 Modal: 3D Flip horizontal
 ----------------------------
 */
.custombox-modal-flip-horizontal {
    position: absolute;
    transform-style: preserve-3d;
    transform: rotateY(-70deg);
    transition-property: all;
    opacity: 0;
}
.custombox-modal-open .custombox-modal-flip-horizontal {
    transform: rotateY(0deg);
    opacity: 1;
}

/*
 ----------------------------
 Modal: 3D Flip vertical
 ----------------------------
 */
.custombox-modal-flip-vertical {
    position: absolute;
    transform-style: preserve-3d;
    transform: rotateX(-70deg);
    transition-property: all;
    opacity: 0;
}
.custombox-modal-open .custombox-modal-flip-vertical {
    transform: rotateX(0deg);
    opacity: 1;
}

/*
 ----------------------------
 Modal: 3D Sign
 ----------------------------
 */
.custombox-modal-container-sign {
    perspective: 1300px;
}
.custombox-modal-sign {
    transform-style: preserve-3d;
    transform: rotateX(-60deg);
    transform-origin: 50% 0;
    opacity: 0;
    transition-property: all;
}
.custombox-modal-open .custombox-modal-sign {
    transform: rotateX(0deg);
    opacity: 1;
}

/*
 ----------------------------
 Modal: Superscaled
 ----------------------------
 */
.custombox-modal-superscaled {
    transform: scale(2);
    opacity: 0;
    transition-property: all;
    position: absolute;
}
.custombox-modal-open .custombox-modal-superscaled {
    transform: scale(1);
    opacity: 1;
}

/*
 ----------------------------
 Modal: 3D Slit
 ----------------------------
 */
.custombox-modal-container-slit {
    perspective: 1300px;
}
.custombox-modal-slit {
    transform-style: preserve-3d;
    transform: translateZ(-3000px) rotateY(90deg);
    opacity: 0;
}
.custombox-modal-open .custombox-modal-slit {
    animation: slit .7s forwards ease-out;
}
@keyframes slit {
    50% {
        transform: translateZ(-250px) rotateY(89deg);
        opacity: 1;
        animation-timing-function: ease-out;
    }
    100% {
        transform: translateZ(0) rotateY(0deg);
        opacity: 1;
    }
}

/*
 ----------------------------
 Modal: 3D Rotate generic
 ----------------------------
 */
.custombox-modal-container-rotate {
    perspective: 1300px;
}

/*
 ----------------------------
 Modal: 3D Rotate from bottom
 ----------------------------
 */
.custombox-modal-rotate-bottom {
    transform-style: preserve-3d;
    transform: translateY(100%) rotateX(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition-timing-function: ease-out;
    transition-property: all;
    position: absolute;
}
.custombox-modal-open .custombox-modal-rotate-bottom {
    transform: translateY(0) rotateX(0deg);
    opacity: 1;
}

/*
 ----------------------------
 Modal: 3D Rotate from left
 ----------------------------
 */
.custombox-modal-rotate-left {
    transform-style: preserve-3d;
    transform: translateZ(100px) translateX(-30%) rotateY(90deg);
    transform-origin: 0 100%;
    opacity: 0;
    transition-property: all;
    position: absolute;
}
.custombox-modal-open .custombox-modal-rotate-left {
    transform: translateZ(0) translateX(0) rotateY(0deg);
    opacity: 1;
}

/*
 ----------------------------
 Modal: Letmein
 ----------------------------
 */
.custombox-modal-container-letmein {
    transition-property: transform;
    transform: rotateX(-2deg);
    transform-origin: 50% 0;
    transform-style: preserve-3d;
    opacity: 1;
}
.custombox-modal-letmein {
    opacity: 0;
    transform: translateY(300%);
    float: left;
}
.custombox-modal-open .custombox-modal-letmein {
    transform: translateY(0);
    opacity: 1;
    transition-property: all;
}

/*
 ----------------------------
 Modal: Makeway
 ----------------------------
 */
.custombox-modal-makeway {
    transform: translateX(200%);
    opacity: 0;
    float: left;
}
.custombox-modal-open .custombox-modal-makeway {
    transform: translateX(0);
    opacity: 1;
}
.custombox-modal-wrapper-makeway {
    overflow: hidden;
}

/*
 ----------------------------
 Modal: Slip
 ----------------------------
 */
.custombox-modal-slip {
    transform: translateY(-350%);
}
.custombox-modal-open .custombox-modal-slip {
    transform: translateY(0);
    transition-property: all;
}

/*
 ----------------------------
 Modal: Corner
 ----------------------------
 */
.custombox-modal-corner {
    opacity: 0;
    transform: translateY(150px) translateX(150px);
    transition-property: opacity, transform, visibility;
}
.custombox-modal-open .custombox-modal-corner {
    transform: translateY(0);
    opacity: 1;
    transition-property: opacity, transform;
}

/*
 ----------------------------
 Modal: Slide together
 ----------------------------
 */
.custombox-modal-slidetogether {
    transform: translateY(-600%);

}
.custombox-modal-open .custombox-modal-slidetogether {
    transform: translateY(0);
}

/*
 ----------------------------
 Modal: Scale
 ----------------------------
 */
.custombox-modal-scale {
    transform: scale(0.9);
    transition: transform;
    opacity: 0;
}
.custombox-modal-open .custombox-modal-scale {
    transform: scale(1);
    transition: transform;
    opacity: 1;
}

/*
 ----------------------------
 Modal: Door
 ----------------------------
 */
.custombox-modal-door {
    visibility: hidden;
    opacity: 0;
}
.custombox-modal-open .custombox-modal-door {
    opacity: 1;
    visibility: visible;
}

/*
 ----------------------------
 Modal: Push
 ----------------------------
 */
.custombox-modal-push {
    transform: translateX(-300%);
}
.custombox-modal-open .custombox-modal-push {
    transform: translateX(0);
}

/*
 ----------------------------
 Modal: Content Scale
 ----------------------------
 */
.custombox-modal-contentscale {
    transform: translateY(600%);
    transition-property: transform ease-in-out;
    position: absolute;
}
.custombox-modal-open .custombox-modal-contentscale {
    transform: translateY(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: 2px solid #00687f;
	cursor: pointer;
	background: #fff;
	height:40px;
	border-radius: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	padding-right:50px;
	box-sizing:border-box;
	float:left;
}

.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:50px;
	height:40px;
	right:-2px;
	top:-2px;
	border-radius:0 40px 40px 0;
}

.cust_dropdown.open .carat{
	position: absolute;
	background:url(../images/icons/dropup_arrow.png) no-repeat center center #00687f;
	width:50px;
	height:40px;
	right:-2px;
	top:-2px;
	border-radius:0 40px 40px 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: 16px;
	line-height: 1;
	color: #000;
	padding: 10px 12px;
	overflow: hidden;
	white-space: nowrap;
	font-weight:600;
	margin:0;
}

.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;
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), 
      url('fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), 
      url('fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), 
      url('fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), 
      url('fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* 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;
}
    .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: -76px 0;
        cursor: default;
    }
    .icheckbox_square-blue.checked.disabled {
        background-position: -95px 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.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;
    }
}*/
/* Ion.RangeSlider, Nice Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    background:url(../images/sprite-skin-nice.png) repeat-x;
}

.irs {
    height: 40px;
}
.irs-with-grid {
    height: 60px;
}
.irs-line {
    height: 8px; top: 25px;
}
    .irs-line-left {
        height: 8px;
        background-position: 0 -30px;
    }
    .irs-line-mid {
        height: 8px;
        background-position: 0 0;
    }
    .irs-line-right {
        height: 8px;
        background-position: 100% -30px;
    }

.irs-bar {
    height: 8px; top: 25px;
    background-position: 0 -60px;
}
    .irs-bar-edge {
        top: 25px;
        height: 8px; width: 11px;
        background-position: 0 -90px;
    }

.irs-shadow {
    height: 1px; top: 34px;
    background: #000;
    opacity: 0.15;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=15);
}

.irs-slider {
    width: 22px; height: 22px;
    top: 17px;
    background-position: 0 -120px;
}
.irs-slider.state_hover, .irs-slider:hover {
    background-position: 0 -150px;
}

.irs-min, .irs-max {
    color: #999;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: rgba(0,0,0,0.1);
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: rgba(0,0,0,0.3);
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid-pol {
    background: #99a4ac;
}
.irs-grid-text {
    color: #99a4ac;
}

.irs-disabled {
}


.akordeon {
    border-radius: 25px;
    color: #737373;
    position: relative;
    width: 100%;
}
.akordeon-item {
    float: left;
    position: relative;
    width: 100%;
}
.akordeon-item .akordeon-item-head {
    border: 2px solid #d8d8d8;
    border-radius: 25px;
    float: left;
    height: auto;
    margin-bottom: 2px;
    position: relative;
    width: 100%;
}
.akordeon-item .akordeon-item-body {
    overflow: hidden;
}
.akordeon-icon {
    background: #00687f none repeat scroll 0 0;
    border-radius: 0 25px 25px 0;
    cursor: pointer;
    float: left;
    height: 100%;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 66px;
}
.akordeon-heading {
    float: left;
    font-size: 18px;
    font-weight: 600;
    padding-left: 30px;
    padding-top: 8px;
}
.akordeon-icon span {
    color: #fff;
    font-size: 36px;
    font-weight: 400;
    left: 0;
    line-height: 36px;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}
.akordeon-item.expanded .akordeon-icon span {
}
.akordeon-item-head-container {
    cursor: pointer;
    float: left;
    position: relative;
    width: 100%;
}
.akordeon-item.expanded .akordeon-item-body {
}
.akordeon-item.collapsed {
}
.akordeon-item.expanded .akordeon-heading {
    color: #00687f;
}
.akordeon-item.expanded .akordeon-item-head {
    background: #fff none repeat scroll 0 0 !important;
}
.akordeon-item-content {
    border: 2px solid #d8d8d8;
    border-radius: 25px;
    margin-bottom: 5px;
    overflow: auto;
    padding: 30px;
}
.akordeon-border-bottom {
}
.akordeon-border-top {
}
.akordeon-item.expanded .akordeon-item-body.akordeon-border-bottom {
}
.akordeon-item.akordeon-item-first .akordeon-item-head {
}
.akordeon-item.akordeon-item-last.collapsed .akordeon-item-head {
}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-head {
}
.akordeon-item.akordeon-item-last.expanded .akordeon-item-body {
}






@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;
}

.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;
        margin: 0;
        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: 0 !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: 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: 145px;
    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: 130px;
    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;
    }
.cview_btn .btn{
    width:180px !important;
}
.cview_btn .cart_item_total_price{
    width:160px !important;
}
.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: #fff;
    font-weight: 600;
    width: 100%;
    text-align: right;
    margin-top: 10px;
    float: left;
    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: 18px;
        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: 6px;
    }

.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: 10px;
    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: 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;
}

.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;
        }

        .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: 1000;
}

.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;
    }

.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;
    }

.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;
}

    .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: -30px;
    }

.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_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;
    }

.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;
}


.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: 260px !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;
        min-height: 50px;
    }

.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);
}

.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: 1000;
}

.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;
}

.error_msg {
    background: rgba(124,34,48,0.8);
    color: #fff;
    padding: 10px;
    font-size: 14px;
    position: absolute;
    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: 4px;
    }

.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: 350px;
            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: 10px;
    font-size: 20px;
    text-align: justify;
}

.shop_guidance_section h4 {
    margin-bottom: 10px;
}

.right_btn_container {
    float: left;
    margin-bottom: 25px;
    width: 100%;
}

.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: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;
    }

.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: 4px;
    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: 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;
}
/*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;
    }

        .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;
    }

.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;
}

@media (max-width: 1024px) {
    .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;
        overflow: scroll;
    }

    .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: 200px;
        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;
    }

    .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) {
        .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%;
        margin-bottom: 15px;
        margin-top: 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: 16px;
        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;
}

.resource_banner_section, .resourceSlider .owl-carousel .owl-stage-outer {
    float: left;
    width: 100%;
}

.resourceSlider {
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
}

    .resourceSlider li {
        width: 100%;
        float: left;
        list-style: none;
        position: relative;
    }

        .resourceSlider li img {
            width: 100%;
            margin: 0;
            padding: 0;
            border: 0;
        }

    .resourceSlider .owl-prev {
        position: absolute;
        left: 0;
        height: 40px;
        line-height: 40px;
        padding: 0 10px !important;
        top: 50%;
        margin-top: -20px 0 0 0 !important;
        background: #00687f !important;
    }

    .resourceSlider .owl-next {
        position: absolute;
        right: 0;
        line-height: 40px;
        height: 40px;
        top: 50%;
        padding: 0 10px !important;
        margin-top: -20px 0 0 0 !important;
        background: #00687f !important;
    }

.resource_banner_section .owl-carousel.owl-loaded {
    float: left;
}

.resources_banner_content {
    position: absolute;
    left: 0;
    top: 0;
}

.resbanerContainer {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.resourceNavCnt {
    width: 100%;
    float: left;
    background: #00687f;
    padding: 10px 0;
    margin-top: -10px;
}

.resourceNav {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
}

    .resourceNav > li {
        width: 25%;
        float: left;
        list-style: none;
        border-right: 1px dashed #fff;
        position: relative;
    }

        .resourceNav > li:last-child {
            border: none;
        }

        .resourceNav > li > a {
            float: left;
            width: 100%;
            color: #fff;
            padding: 0 10px;
        }

            .resourceNav > li > a > .rsIcon {
                width: 100%;
                float: left;
                text-align: center;
                font-size: 40px;
            }

            .resourceNav > li > a > .rsText {
                width: 100%;
                float: left;
                text-align: center;
                font-size: 18px;
                font-weight: 400;
            }

/*.resourceNav > li:hover .rsDropDown {
            display: block;
        }*/

.rsDropDown {
    background: #fff;
    position: absolute;
    right: 0;
    top: 100%;
    width: 100%;
    padding: 5px;
    z-index: 400;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0,0,0,.3);
    display: none;
}

    .rsDropDown > li {
        list-style: none;
        float: left;
        width: 100%;
    }

        .rsDropDown > li > a {
            padding: 5px 12px;
            color: #00687f;
            font-size: 16px;
            float: left;
            width: 100%;
            font-weight: 600;
        }

            .rsDropDown > li > a:hover {
                background: #00687f;
                color: #fff;
            }

.resourcesContent {
    width: 100%;
    float: left;
}

    .resourcesContent p {
        margin-bottom: 10px;
        line-height: 30px;
        text-align: justify;
    }

    .resourcesContent h1 {
        margin-top: 30px;
        margin-bottom: 10px;
        font-size: 30px;
    }

    .resourcesContent h2 {
        margin-top: 15px;
        margin-bottom: 5px;
        color: #7c2230;
        font-size: 28px;
        text-transform: capitalize;
    }

    .resourcesContent h3 {
        margin-top: 15px;
        margin-bottom: 5px;
        color: #7c2230;
        text-transform: capitalize;
    }
    .resourcesContent h4 {
        margin-top: 15px;
        margin-bottom: 5px;
        color: #7c2230;
        text-transform: capitalize;
    }

.glossarypageNavContainer {
    width: 100%;
    float: left;
    margin: 0 0 10px 0;
}

    .glossarypageNavContainer ul {
        width: 100%;
        float: left;
        list-style: none;
        background: #fff;
        white-space: nowrap;
    }

        .glossarypageNavContainer ul > li {
            display: inline-block;
            border-right: 1px dashed #d8d8d8;
            border-top: 1px dashed #d8d8d8;
            border-bottom: 1px dashed #d8d8d8;
        }

            .glossarypageNavContainer ul > li:first-child {
                border-left: 1px dashed #d8d8d8;
            }

            .glossarypageNavContainer ul > li > a {
                padding: 8px 15px;
                font-size: 14px;
                font-weight: 700;
                float: left;
            }

.glossaryContent h3 {
    font-weight: 700;
}

.rsBannerTextCnt {
    width: 50%;
    float: right;
    margin-top: 70px;
}

.rsbQuestion {
    width: 100%;
    float: left;
    color: #fff;
    text-align: right;
    font-size: 35px;
    text-shadow: rgb(3, 3, 3) 1px 2px 4px;
}

.rsbAnsbtn {
    float: right;
    color: #fff;
    text-align: right;
    background: #00687f;
    font-weight: 600;
    font-size: 16px;
    padding: 14px 20px;
    border-radius: 10px;
    margin-top: 20px;
}

    .rsbAnsbtn:hover, .rsbAnsbtn:focus {
        background: rgba(0, 104, 127, 0.80);
        color: #fff;
    }

/*Medicare Page*/

.resourcesContent h3 {
    display: inline-block;
    width: 100%;
}
.resourcesContent h4 {
    display: inline-block;
    width: 100%;
}

/*Medicare Page END*/

@media(max-width:768px) {
    /*ul.vertical_dropdown.insurance_dropdown {
        width: 202px;
    }*/
    .page {
        width: 710px;
        overflow-x: auto;
    }
}

@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;
    }
}

li.emptry_slot {
    display: none;
}


@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 {
    max-width: 710px;
    overflow-x: auto;
}}*/

/*@media(max-width: 420px){

.page {
    max-width: 368px !important;
    margin: 0 auto;
    overflow-x: auto;
    display: inline-block;
}}*/

.videoWindow{
    width:60%;
}
.videoWindow video{
    width:100%
}
.video_modal_close {
    background: url(../images/icons/modal_close.png);
    width: 29px;
    height: 29px;
    float: left;
    position: absolute;
    right: -10px;
    top: -10px;
    cursor: pointer;
    z-index:10000;
}
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
 /* width: 100%;*/
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}


.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      -webkit-transition: opacity 200ms ease;
      -moz-transition: opacity 200ms ease;
      -ms-transition: opacity 200ms ease;
      -o-transition: opacity 200ms ease;
      transition: opacity 200ms ease;
      -webkit-border-radius: 30px;
      -moz-border-radius: 30px;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #00687f; }


.r-tabs {
	position: relative;
	float:left;
	width:100%;


}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	float:left;
}
.r-tabs-nav{
	width:100%;
	float:left;
	}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	display: inline-block;
	padding: 10px 20px;
	float:left;
	text-decoration: none;
	font-size: 14px;
	color: #fff;
	font-weight:400;
	color:#606060;
	border:1px solid #d8d8d8;
	float:left;
	margin-top:30px;
	border-bottom:none;
	margin-left:-1px;
	font-size:18px;

}
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
	color: #00c5ad;
	font-weight:600;
	color:#606060;
	padding-top:24px;
	margin-top:16px;
	background-color: white;
}

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: white;

	

	

}
.r-tabs-nav li:first-child{
	margin-left:30px;
	}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;
    background:#f7f7f7;
	font-size: 14px;
	color:#00687f;
	width:100%;
	float:left;
	border:1px solid #d8d8d8;

}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	width:100%;
	float:left;
	background:#00687f;
	color:#fff;
	
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}




.r-tabs .r-tabs-nav {
    margin: 0;
    padding: 0;
}

.r-tabs .r-tabs-tab {
    display: inline-block;
    margin: 0;
    list-style: none;
}

.r-tabs .r-tabs-panel {
    border-top: 1px solid #d8d8d8;
    box-sizing: border-box;
    display: none;
    float: left;
    padding: 15px;
    width: 100%;
	margin-top:-1px;
}

.r-tabs .r-tabs-accordion-title {
    display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
    display: block;
}

/* Accordion responsive breakpoint */
@media only screen and (max-width: 767px) {
    .r-tabs .r-tabs-nav {
        display: none;
    }

    .r-tabs .r-tabs-accordion-title {
        display: block;
    }
	.r-tabs .r-tabs-panel.r-tabs-state-active {
    border:1px solid #00687f;
	padding:0 10px;
	}
	.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor{
		border:1px solid #00687f;
		}
	.r-tabs-state-active{
		position:relative;
		}
	.r-tabs-accordion-title{
		float:left;
		width:100%;
		}
	/*.r-tabs-accordion-title a:before{
		content:'▼';
		color:#00687f;
		position:absolute;
		top:10px;
		right:10px;
		}
	.r-tabs-state-active a:before{
		content:'▲';
		color:#fff;
		position:absolute;
		top:10px;
		right:10px;
		}*/
	
}
@charset "utf-8";
/* CSS Document */

.mobile_banner_content {
    display: none;
}

@media(min-width: 1024px) {
    .ex_banner_home .container {
        width: 100%;
        padding-right: 5%;
    }

    .category_carousel_container .container {
        width: 960px;
    }
}

@media (max-width: 979px) {
    .ebh4 {
        display: none;
    }

    .banner_welcome_section {
        position: absolute;
        width: 100%;
        height: auto;
        padding: 30px 0 10px 0;
        bottom: 0;
        top: auto;
    }

    .welcome_content {
        margin-top: 0 !important;
        padding: 0 20px;
    }

        .welcome_content h1 {
            font-size: 20px;
        }

        .welcome_content p {
            font-size: 14px;
        }

    .ex_banner_content {
        display: none;
    }

        .ex_banner_content h5 {
            color: #FFFFFF;
            font-size: 35px;
            font-weight: 600;
            line-height: 40px;
            margin-top: 15px;
            text-align: center;
            text-shadow: rgba(0, 0, 0, 0.74902) 0 0 4px;
            width: 100%;
        }

        .ex_banner_content p {
            color: #FFFFFF;
            float: right;
            font-size: 24px;
            text-align: center;
            text-shadow: rgba(0, 0, 0, 0.74902) 0 0 4px;
            width: 100%;
        }

    .mobile_banner_content {
        background: #338699;
        width: 100%;
        float: left;
        padding: 20px 0;
        display: block;
    }

        .mobile_banner_content .ex_banner_content {
            display: block;
            width: 100%;
        }

            .mobile_banner_content .ex_banner_content h5 {
                margin-top: 0;
                font-size: 24px;
                line-height: 40px;
            }

    .mbh4 {
        text-align: center;
        color: #fff;
        font-size: 18px;
        width: 100%;
        font-weight: 400;
        margin-top: 15px;
    }

    .mobile_banner_content .ex_banner_content p {
        font-size: 18px;
    }

    .mobile_banner_btns {
        width: 100%;
        float: left;
        margin-top: 20px;
    }

    .mb_btn {
        background: #7c2230;
        height: 50px;
        line-height: 50px;
        color: #fff;
        border-radius: 50px;
        /*float:left;*/
        font-weight: 700;
        width: 180px;
        text-align: center;
        padding: 20px 40px;
    }

        .mb_btn:hover {
            color: #fff;
            background: #6C1523;
        }

        .mb_btn.right_space {
            margin-right: 10px;
        }

    .mb_btns_middle {
        width: 370px;
        margin: 0 auto;
        text-align: center;
    }

    .loading_modal_wrapper img {
        width: 100%;
        text-align: center;
    }

    .bottom_60px {
        bottom: 0px !important;
    }

    .ex_plan_title {
        height: auto;
    }

    .plan_title_3cols {
        position: relative;
        width: 100%;
    }

    .user_account_container {
        width: 120px;
    }

        .user_account_container a {
            font-size: 14px;
            padding-left: 24px;
        }

    .user_account_container1 {
        width: 120px;
    }

        .user_account_container1 a {
            font-size: 14px;
            padding-left: 24px;
        }

    .primary_nav ul li {
        margin: 0 6px;
    }

    .logo {
        width: 120px;
    }

        .logo img {
            width: 100%;
        }

    .hero_header_container .hero_header_title {
        font-size: 38px;
    }

    .benefit_options_container {
        height: auto;
        padding: 10px 0;
    }

    .benefit_option {
        margin: 10px 0;
    }

    .category_list li {
        width: 33.33%;
        margin-bottom: 10px;
    }

    .my_benefits_container {
        height: auto;
        padding: 20px;
    }

        .my_benefits_container h1 {
            margin: 0 0 20px 0;
        }

    .category_list li.no_border {
        border: none;
    }

    .copy_right {
        line-height: 20px;
        margin-top: 20px;
    }

    .bottom_nav li a {
        font-size: 12px;
    }

    .vertical_tabs {
        width: 157px;
    }

    .large_field_container {
        width: 100%;
    }

    .medium_field_container {
        width: 50%;
    }

    .small_field_container {
        width: 33.33%;
    }

    .select_package {
        width: 50%;
        margin-bottom: 20px;
        border-left: 1px solid #d8d8d8;
        margin-left: -1px;
    }

    .buttons_footer {
        margin-top: 0;
    }

    .message_box_body .msg_from, .message_box_header .msg_from {
        width: 180px;
    }

    .message_box_body .msg_subject, .message_box_header .msg_subject {
        width: 250px;
    }

    .message_box_body .msg_type, .message_box_body .msg_date, .message_box_header .msg_type, .message_box_header .msg_date {
        width: 150px;
    }

    .message_container {
        background: #fff;
    }

    .plans_price_change_header h4 {
        font-size: 22px;
    }

    .plans_price_change_header p {
        line-height: 18px;
    }

    .plans_change_header {
        padding-right: 10px;
    }

    .plans_price_change_table tr th {
        width: 170px;
    }

    .open_enrollment_btns_container .btn_wrapper a {
        font-size: 16px;
    }

    .reg_text {
        line-height: 18px;
    }

    .life_event_modal_wrapper {
        padding: 50px 20px;
        width: 100%;
    }

    .life_event_situation_tooltip_wrapper {
        width: 100%;
    }

    .tooltipster_arrow_adjust {
        margin: 0 7%;
    }

        .tooltipster_arrow_adjust .tooltipster-arrow {
            left: auto;
        }

    .life_event_modal_section h5 span.tooltip_help {
        float: right;
    }

    .vertical_nav {
        width: 150px;
    }

    .all_plans_list li a {
        width: 180px;
        padding: 10px 15px;
    }

        .all_plans_list li a img {
            width: 100%;
        }

    .selected_plans_container {
        width: 157px;
    }

        .selected_plans_container h4 span.selected_text {
            font-size: 18px;
        }

        .selected_plans_container .sub_total_amount {
            font-size: 16px;
        }

            .selected_plans_container .sub_total_amount span {
                font-size: 8px;
            }

    .list_plans_gray_table_header .header_plan, .list_plans_gray_table_header .header_office_visit, .list_plans_gray_table_header .header_deductible, .list_plans_gray_table_header .header_cost {
        width: 200px;
    }

    .list_plans_gray_table_header .header_office_visit, .list_plans_gray_table_header .header_deductible, .list_plans_gray_table_header .header_cost {
        width: 114px;
        line-height: 16px;
        font-size: 13px;
    }

    .tb_body_plan, .tb_body_office_visit, .tb_body_deductible, .tb_body_cost {
        width: 200px;
    }

    .tb_body_office_visit, .tb_body_deductible, .tb_body_cost {
        width: 114px;
    }

    .cost_per_period {
        font-size: 25px;
    }

    .current_plans_header .header_plan {
        width: 200px;
    }

    .current_plans_header .header_office_visit, .current_plans_header .header_deductible, .current_plans_header .header_cost {
        width: 114px;
        line-height: 16px;
        font-size: 13px;
    }

    .cur_tb_body_plan {
        width: 200px;
    }

    .cur_tb_body_office_visit, .cur_tb_body_deductible, .cur_tb_body_cost {
        width: 114px;
    }

    .select_plan_btn_container .btn {
        margin-left: 10px;
        width: 100px;
    }

    .gray_table tr td, .gray_table tr th {
        line-height: 20px;
    }

    .chosen-container .chosen-drop {
        padding-right: 10px;
    }

    .supplement_container {
        width: 100%;
        float: left;
        padding-left: 15px;
    }

    .supplement {
        width: 100%;
    }

    .selected_tb_plan {
        width: 200px;
    }

    .selected_plans_table_header .header_selected_plan {
        width: 200px;
    }

    .selected_plans_table_header .header_selected_coverage, .selected_tb_coverage {
        width: 143px;
    }

    .header_selected_cost, .selected_tb_cost {
        width: 200px;
    }

    .costperpay li:last-child, .costperpay li:first-child {
        width: 50%;
    }

    .selected_paln_total_pay {
        width: 215px;
    }

    .benefit_selected_plans_container .buttons_footer::after {
        right: -22px;
    }

    .costperpay li h4 {
        font-size: 18px;
    }

    .benefit_select_graph {
        border: none;
        width: 100%;
    }

    .benefit_select_graph_text {
        float: left;
    }

    .effective_date_plan {
        width: 100%;
        float: left;
    }

        .effective_date_plan h5 {
            margin-top: 0;
        }

    .primary {
        font-size: 12px;
    }

    .name {
        width: 150px;
    }

    .relationship {
        width: 110px;
    }

    .benefit_distribution {
        width: 155px;
    }

    .max_benefit_ammount {
        width: 120px;
        line-height: 18px;
        padding: 7px 10px;
    }

    .edit_coverage_ammount {
        margin: 20px 0;
    }

    .compare_plan_selection_header {
        width: 200px;
    }

    .compare_plan_selection_col {
        width: 127px;
    }

    .alert {
        height: auto;
        line-height: 22px;
        padding: 5px 0px;
    }

        .alert a.close {
            position: absolute;
        }

    .alert_msg_content {
        width: 100%;
        padding-right: 33px;
    }

    .alert .container {
        position: relative;
    }

    .hero_header_containerv2 {
        width: 100%;
        float: left;
    }

    .edit_benefires_pop {
        width: 100% !important;
    }

    .primary_beneficiaries_res_table .name, .primary_beneficiaries_res_table .relationship, .primary_beneficiaries_res_table .benefit_distribution, .primary_beneficiaries_res_table .max_benefit_ammount {
        width: 24%;
        line-height: 30px;
        padding: 10px;
    }

    .primary_beneficiaries_res_body .name, .primary_beneficiaries_res_body .relationship, .primary_beneficiaries_res_body .benefit_distribution, .primary_beneficiaries_res_body .max_benefit_ammount {
        width: 24%;
        line-height: 30px;
        padding: 10px;
    }

    .ex_logo {
        width: 160px;
        margin-top: 35px;
    }

        .ex_logo img {
            width: 100%;
        }
    /*mennu list displaying away from margin*/
    /*.ex_primary_nav ul li {
        margin: 0 5px;
    }
 */
    .ex_primary_nav ul li a {
        font-size: 16px;
    }

    .large_submenu {
        width: 750px;
    }

        .large_submenu li {
            width: 182px;
        }

    .ex_user_account_container {
        width: 120px;
    }

        .ex_user_account_container a {
            font-size: 16px;
        }

    .category_carousel_wrapper {
        width: 100%;
        margin: 0;
    }

    .category_carousel div.owl-item.active + div.owl-item.active + div.owl-item.active + div.owl-item.active li {
        border-right: none;
    }

    .category_carousel .owl-nav .owl-prev {
        left: 0;
    }

    .category_carousel .owl-nav .owl-next {
        right: 0;
    }

    .category_icon_container {
        width: 300px;
    }

    .shop_carrier_logo {
        width: 100%;
        padding: 0 20px;
    }

        .shop_carrier_logo img {
            width: 100%;
        }

    .resource_center_container {
        width: 300px;
    }

        .resource_center_container img {
            width: 100%;
        }

    .resource_center_img_container {
        height: auto;
    }

    .main_section_text {
        font-size: 22px;
    }

    .ex_copy_right {
        line-height: 22px;
        margin-top: 35px;
    }

    .ex_bottom_nav li {
        line-height: 22px !important;
    }

    .ex_bottom_nav {
        margin-top: 35px;
    }

    .get_quote_section .check_field_container {
        /*margin-left:208px;*/
    }

    .exchange_plan_compare_page_heder_section {
        height: auto;
        padding-bottom: 20px;
    }

        .exchange_plan_compare_page_heder_section h1 {
            font-size: 24px;
        }

    .filter_panel .filter_panel_header a {
        font-size: 16px;
    }

    .filter_checkbox_container .check_field_container {
        padding-left: 25px;
    }

    .filter_checkbox_container .icheckbox_square-blue {
        margin-left: -25px;
    }

    .exchange_plan_compare_section .left_side_section {
        width: 200px;
    }

    .filter_panel .filter_panel_header {
        padding-right: 10px;
    }

    .filter_checkbox_container label {
        margin-left: 0;
        line-height: 18px;
    }

    .filter_checkbox_container {
        margin-bottom: 10px;
    }

    .help_me_choose_btn {
        width: 180px;
    }

    .exchange_plan_compare_section .right_side_section {
        width: 530px;
    }

    .select_plans_container {
        padding-left: 10px;
    }

        .select_plans_container h5 {
            margin-left: 0;
        }

    .ex_recomanded_plan_btn {
        width: 140px;
        font-size: 13px;
    }

    .exchange_cmp_plans_table_header .ex_cmp_plan, .exchange_cmp_plans_table_body .ex_cmp_plan {
        width: 200px;
    }

    .exchange_cmp_plans_table_header .ex_cmp_office_visit, .exchange_cmp_plans_table_body .ex_cmp_office_visit {
        width: 100px;
    }

    .exchange_cmp_plans_table_header .ex_cmp_deductible, .exchange_cmp_plans_table_body .ex_cmp_deductible {
        width: 100px;
    }

    .exchange_cmp_plans_table_header .ex_cmp_premium, .exchange_cmp_plans_table_body .ex_cmp_premium {
        width: 140px;
    }

    .ex_plan_premium_amt {
        font-size: 19px;
    }

    .ex_add_to_cart {
        font-size: 14px;
    }

    .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 {
        font-size: 13px;
    }

    .expand_column_header {
        font-size: 13px;
    }

    .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 {
        padding: 0 10px;
    }

    .ex_cmp_plan_premium_container .exp_plan_type {
        width: 90px;
    }

    .ex_cmp_plan_premium_container .max_out_of_pocket {
        width: 160px;
    }

    .ex_cmp_plan_premium_container .hsa_eligible {
        width: 115px;
    }

    .ex_cmp_plan_premium_container .tax_credited_eligible {
        width: 163px;
    }

    .ins_questions_container .swMain {
        width: 100%;
        margin-left: 0;
        padding: 0 20px;
    }

    .ex_compare_plans_container {
        height: auto;
        padding-bottom: 20px;
    }

    .ex_plans_to_compare li:last-child {
        margin-left: 15px;
        margin-right: 0;
        /*margin-top: 20px;*/
    }

    .exchange_bundle_cart_table .ex_cmp_plan {
        width: 280px;
    }

    .exchange_bundle_cart_table .ex_cmp_office_visit {
        width: 145px;
    }

    .exchange_bundle_cart_table .ex_cmp_deductible {
        width: 145px;
    }

    .exchange_bundle_cart_table .ex_cmp_premium {
        width: 160px;
    }

    .exchange_bundle_cart_table .ex_plan_expand_link {
        margin-top: 0;
        margin-left: 54px;
    }
    /*.exchange_cmp_plans_table_header .ex_cmp_plan img{
	width:170px;
}*/
    .mycart_table .ex_cmp_plan {
        width: 240px;
    }

    .mycart_table .ex_cmp_premium {
        width: 200px;
    }

    .mycart_item_modification_links li a {
        font-size: 12px;
    }

    .mycart_recomondations_section h1 {
        font-size: 24px;
    }

    .mycart_table .exchange_cmp_plans_table_body .ex_cmp_plan, .mycart_table .exchange_cmp_plans_table_body .ex_cmp_office_visit, .mycart_table .exchange_cmp_plans_table_body .ex_cmp_deductible, .mycart_table .exchange_cmp_plans_table_body .ex_cmp_premium {
        height: auto;
    }

    .mycart_table .exchange_cmp_plans_table_body .ex_cmp_premium {
        padding-bottom: 50px;
    }

    .mycart_table .select_plans_checkbox_container {
        width: 100%;
        float: left;
        margin: 0;
    }

        .mycart_table .select_plans_checkbox_container label {
            line-height: 22px;
        }

        .mycart_table .select_plans_checkbox_container .check_field_container {
            margin: 0;
        }

    .mycart_item_modification_links {
        bottom: 5px;
    }

    .plan_basic_info_section .plan_basic_container {
        width: 270px;
    }
    /*.plan_basic_links li{
	margin-bottom:5px;
	}*/
    .plan_basic_info_section .plan_basic_type_container {
        width: 250px;
    }

    .plan_basic_info_section .plan_basic_price_container {
        width: 205px;
        padding-left: 30px;
    }

    .plan_details_left_side {
        width: 510px;
    }

    .plan_details_right_side {
        width: 200px;
    }

    .plan_details_table_header .column1, .plan_details_table_header .column2, .plan_details_table_header .column3 {
        font-size: 14px;
    }

    .plan_details_table_row .column1 {
        width: 210px;
    }

    .plan_details_table_header .column1 {
        width: 210px;
    }

    .plan_details_table_header .column2, .plan_details_table_header .column3 {
        width: 150px;
    }

    .plan_details_table_row .column2, .plan_details_table_row .column3 {
        width: 150px;
    }

    .enroll_personal_info_section .swMain {
        width: 100%;
    }

    .enroll_large_field_container {
        width: 335px;
    }

    .margin_left_10px {
        margin-left: 0px;
    }

    .margin_left_10px {
        margin-left: 5px !important;
    }
}

@media (max-width: 950px) {
    .loading_modal_wrapper img {
        width: 100%;
        text-align: center;
    }

    #CalModal {
        width: 100% !important;
    }

    .plan_filter_head {
        width: 100% !important;
        float: left;
    }
}

@media (max-width: 767px) {
    .topbar {
        height: inherit;
    }

    @media screen and (-webkit-min-device-pixel-ratio:0) {

        .mainPageContainer {
            padding-bottom: 150px;
            margin: 0;
            float: left;
            width: 100%;
        }

        .footer_home {
            margin-top: -150px;
            height: 150px;
        }

        .push {
            display: none;
        }
    }

    .plan_selection_modal {
        width: 100%;
    }

    .scroll_pager ul {
        width: 60%;
    }

    .agedout_banner {
        height: 350px;
        background-position: left center;
    }

    .ex_banner {
        height: auto;
    }

    .loading_modal_wrapper img {
        width: 100%;
        text-align: center;
    }

    .margin_left_10px {
        margin-left: 5px !important;
    }

    .custDrop1 {
        margin-left: 0px;
    }

    .bottom_60px {
        bottom: 0px !important;
    }

    .margin_left_10px {
        margin-left: 0px;
    }

    /*.ex_banner {
        background: url(../images/mob_homebanner.jpg) no-repeat right center;
        height: 450px;
    }

    .aboutus_banner {
        background: url(../images/mob_aboutus.jpg) no-repeat left center;
        height: 450px;
    }

    .insurance_banner {
        background: url(../images/mob_insurance.jpg) no-repeat left center;
        height: 450px;
    }

    .health_individual_banner {
        background: url(../images/mobilebanners/Health_Indiv_mobilebanner.jpg) no-repeat left center;
        height: 450px;
    }

    .health_family_banner {
        background: url(../images/mobilebanners/Health_Indiv_mobilebanner.jpg) no-repeat left center;
        height: 450px;
    }

    .health_insurance_banner {
        background: url(../images/mobilebanners/Health_Main_mobilebanner.jpg) no-repeat left center;
        height: 450px;
    }

    .insurance_banner_vision {
        background: url(../images/mob_vision.jpg) no-repeat left center;
        height: 450px;
    }

    .shortterm_insurance_banner {
        background: url(../images/mobilebanners/Health_Short_term_mobilebanner.jpg) no-repeat left top;
        background-repeat: no-repeat;
    }

    .smallbusiness_insurance_banner {
        background: url(../images/mobilebanners/Health_Small_mobilebanner.jpg) no-repeat left top;
        background-repeat: no-repeat;
    }

    .cobra_insurance_banner {
        background: url(../images/mobilebanners/Health_Cobra_mobilebanner.jpg) no-repeat left top;
        background-repeat: no-repeat;
    }

    .dental_insurance_banner {
        background: url(../images/mobilebanners/Dental-Main_mobilebanner.jpg) no-repeat left top;
        background-repeat: no-repeat;
    }

    .dental_ind_insurance_banner {
        background: url(../images/mobilebanners/Dental_Indiv_mobilebanner.jpg) no-repeat left top;
        background-repeat: no-repeat;
    }*/

    /*.dental_family_insurance_banner {
        background: url(../images/mobilebanners/Dental_Family_mobilebanner.jpg) no-repeat left top;
        background-repeat: no-repeat;
    }*/

    /*.dental_self_insurance_banner {
        background: url(../images/mobilebanners/Dental_Self_Employed_mobilebanner.jpg) no-repeat left top;
        background-repeat: no-repeat;
    }

    .medicare_insurance_banner {
        background: url(../images/mobilebanners/Medicare_mobilebanner.jpg) no-repeat left top;
        background-repeat: no-repeat;
    }

    .life_insurance_banner {
        background: url(../images/mobilebanners/Life_mobilebanner.jpg) no-repeat left top;
        background-repeat: no-repeat;
    }
    .cancer_insurance_banner
    {
        background: url(../images/mobilebanners/More_Cancer_mobilebanner.jpg) no-repeat left top;
        background-repeat: no-repeat;
    }
    .accident_insurance_banner
    {
        background: url(../images/mobilebanners/More_Accident_mobilebanner.jpg) no-repeat left top;
        background-repeat: no-repeat;
    }*/
    .user_account_container {
        display: none;
    }

    .user_account_container1 {
        display: none;
    }

    .mobile_user_acct {
        float: left;
        margin-top: 25px;
        position: relative;
    }

        .mobile_user_acct a.usermenu_icon {
            background: url(../images/icons/user.png) no-repeat;
            width: 40px;
            float: left;
            height: 40px;
            border: 2px solid #00687f;
            border-radius: 100%;
            position: relative;
            background-position: 8px center;
        }

            .mobile_user_acct a.usermenu_icon:before {
                content: '';
                background: url(../images/icons/caret_down.png);
                width: 7px;
                height: 5px;
                position: absolute;
                float: left;
                right: 5px;
                top: 17px;
            }

    .user_acc_menu {
        position: absolute;
        float: left;
        top: 50px;
        right: 0;
        z-index: 10;
        min-width: 125px;
        border-radius: 2px;
        display: none;
    }

        .user_acc_menu:before {
            background: url(../images/icons/submenu_up.png);
            width: 14px;
            height: 9px;
            position: absolute;
            top: -6px;
            right: 15px;
            content: '';
        }

        .user_acc_menu li {
            width: 100%;
            float: left;
            list-style: none;
        }

            .user_acc_menu li a {
                background: #00687f;
                color: #fff;
                padding: 5px 10px;
                width: 100%;
                float: left;
                border-bottom: 1px dashed #005467;
                padding-left: 27px;
                font-weight: 600;
                font-size: 15px;
            }

                .user_acc_menu li a i {
                    background-position: 0 -14px;
                }

                    .user_acc_menu li a i.orders_dd_icon {
                        background-position: 0 -13px;
                    }

    .hero_header_container .hero_header_title {
        color: #fff;
        float: left;
        font-size: 30px;
        font-weight: 600;
        line-height: 33px;
        margin-bottom: 16px;
        text-transform: none;
        width: 100%;
    }

    .hero_header_container .hero_header_sub_title {
        font-size: 18px;
    }

    .hero_header_container .counter_text {
        font-size: 30px;
        margin-top: 6px;
    }

    .vertical_tabs {
        width: 100%;
        float: left;
        height: auto;
    }

        .vertical_tabs li {
            margin-bottom: 0 !important;
        }

            .vertical_tabs li a {
                padding-left: 68px !important;
                height: 70px !important;
                line-height: 70px !important;
                background: #fafafa !important;
                border-bottom: 1px solid #d8d8d8;
                font-size: 24px !important;
                color: #7c2230 !important;
            }

            .vertical_tabs li:first-child a {
                border-top: 1px solid #d8d8d8;
            }

            .vertical_tabs li.active a {
                border-bottom: none;
                background: #fff !important;
            }

            .vertical_tabs li a:before {
                position: absolute;
                content: '';
                width: 39px;
                height: 39px;
                float: left;
                border: 2px solid #00687f;
                border-radius: 100%;
                left: 10px;
                top: 13px;
                text-align: center;
                line-height: 39px;
                font-weight: 600;
                font-size: 20px;
                color: #00687f;
            }

            .vertical_tabs li.active a:before {
                background: #00687f !important;
                color: #fff !important;
            }

            .vertical_tabs li.step1 a:before {
                content: '1';
            }

            .vertical_tabs li.step2 a:before {
                content: '2';
            }

            .vertical_tabs li.step3 a:before {
                content: '3';
            }

        .vertical_tabs ul li.active:first-child a, .vertical_tabs ul li:last-child a {
            border-radius: 0;
        }

        .vertical_tabs ul li.active a .active_tab {
            display: none;
        }

    .user_login_reg_container {
        padding: 20px !important;
        border-bottom: 1px solid #d8d8d8;
    }

    .vertical_tabs li a:after {
        position: absolute;
        content: '';
        width: 16px;
        height: 10px;
        float: left;
        right: 10px;
        top: 30px;
        background: url(../images/icons/step_indicators.png);
        background-position: 0 -10px;
    }

    .vertical_tabs li.active a:after {
        background-position: 0 0;
    }

    .vertical_tabs ul li:first-child a {
        border-radius: 0;
    }

    .vertical_nav {
        width: 100%;
        float: left;
    }

        .vertical_nav ul {
            width: 100%;
            float: left;
        }

            .vertical_nav ul li a .v_nav_active {
                display: none;
            }

            .vertical_nav ul li a:before {
                content: '';
                background: url(../images/icons/vmenu_caret.png);
                width: 16px;
                height: 10px;
                position: absolute;
                right: 18px;
                top: 24px;
                float: left;
                background-position: 0 -10px;
            }

            .vertical_nav ul li.active a:before {
                background-position: 0 0;
            }

    .buttons_footer {
        height: 100px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .btns_container {
        margin-top: 20px;
    }

    .all_plans_tabs_container {
        width: 100%;
        float: left;
    }

    .all_plans_list {
        margin-bottom: 50px;
    }

        .all_plans_list li {
            width: 50% !important;
        }

            .all_plans_list li a {
                width: 100% !important;
                border: 1px solid #d8d8d8 !important;
                margin-top: -1px !important;
                height: 164px !important;
                line-height: 164px !important;
            }

            .all_plans_list li:nth-child(odd) a {
                border-right: none !important;
            }

            .all_plans_list li:last-child a {
                border-right: 1px solid #d8d8d8 !important;
            }

            .all_plans_list li a:before {
                display: none;
            }

    .all_plans_tabs_container {
        margin-bottom: 0px;
    }

    .vertical_nav {
        margin-bottom: 40px;
    }

    .pwd_info_container {
        width: 100%;
        float: left;
        right: auto;
        padding: 10px;
        top: auto;
        bottom: 50px;
        display: none;
    }

    .round_list li {
        font-size: 14px;
        line-height: 20px;
    }

        .round_list li .list_icon {
            background: none repeat scroll 0 0 #00687f;
            border-radius: 100%;
            float: left;
            height: 6px;
            margin-left: -20px;
            margin-top: 8px;
            width: 7px;
        }

    .pwd_header {
        font-size: 14px;
        margin-bottom: 0;
    }

    #pwdinformation:focus + .pwd_info_container {
        display: block;
    }

    .pwd_info_container .direction {
        bottom: -11px;
        height: 20px;
        left: 20px;
        transform: rotate(270deg);
        width: 19px;
        z-index: -1;
        top: auto;
    }

    .message_container {
        position: relative;
    }

    .message_box_body .msg_from, .message_box_body .msg_subject, .message_box_body .msg_type, .message_box_body .msg_date {
        line-height: 18px;
        padding-left: 5px;
    }

    .message_container .msg_from {
        padding-top: 10px;
        width: 100%;
        padding-right: 225px;
    }

    .message_box_body .msg_subject {
        padding-bottom: 10px;
        padding-right: 225px;
    }

    .message_container .msg_subject {
        width: 100%;
        text-transform: none;
        font-weight: 400 !important;
        padding-left: 35px;
        font-size: 12px;
    }

    .message_container .msg_type, .message_container .msg_date {
        position: absolute;
        right: 5px;
        top: 20px;
        font-weight: 400 !important;
        width: auto;
        font-size: 12px;
    }

    .message_container .msg_type {
        right: 90px;
        font-size: 12px;
    }

    .hide_sm {
        display: none;
    }

    .hide_lg {
        display: inline-block;
    }

    .message_box_header .msg_subject, .message_box_header .msg_type, .message_box_header .msg_date {
        display: none;
    }

    .message_box_header .msg_from {
        border: none;
    }

    .plans_price_change_header h4 {
        font-size: 18px;
    }

    .plans_price_change_header p {
        line-height: 18px;
    }

    .plans_change_header {
        padding-right: 10px;
    }

    .plans_price_change_table tr th {
        width: 170px;
    }

        .plans_price_change_table tr th img {
            width: 100%;
        }

    .open_enrollment_btns_container .btn_container {
        height: auto;
    }

    .open_enrollment_information {
        width: 100%;
        height: auto;
        padding-top: 10px;
        text-align: center;
        float: left;
    }

    .open_enrollment_btns_container .btn_wrapper {
        padding: 10px 15px;
    }

    .reg_text {
        margin-top: 10px;
    }

    .fgt_pwd {
        margin-left: 0;
    }

    .life_event_situation_col1, .life_event_situation_col2, .life_event_situation_col3 {
        width: 100%;
        float: left;
        margin-top: 10px;
    }

    .all_plans_list li a img {
        width: auto;
    }

    .all_plans_container .no_padding {
        padding: 0 15px !important;
    }

    .all_plans_list {
        margin: 10px 0;
    }

    .all_plans_container .page-header {
        padding-top: 15px;
    }

    #vMenu1_Content, #vMenu2_Content, #vMenu3_Content, #vMenu4_Content, #vMenu5_Content, #vMenu6_Content {
        padding: 0 10px;
    }

    .list_plans_gray_table_header .header_plan, .list_plans_gray_table_header .header_office_visit, .list_plans_gray_table_header .header_deductible, .list_plans_gray_table_header .header_cost {
        width: 250px;
    }

    .list_plans_gray_table_header .header_office_visit, .list_plans_gray_table_header .header_deductible, .list_plans_gray_table_header .header_cost {
        width: 120px;
        line-height: 16px;
        font-size: 13px;
    }

    .tb_body_plan, .tb_body_office_visit, .tb_body_deductible, .tb_body_cost {
        width: 250px;
    }

    .tb_body_office_visit, .tb_body_deductible, .tb_body_cost {
        width: 120px;
    }

    .cost_per_period {
        font-size: 25px;
    }

    .current_plans_header .header_plan {
        width: 250px;
    }

    .current_plans_header .header_office_visit, .current_plans_header .header_deductible, .current_plans_header .header_cost {
        width: 114px;
        line-height: 16px;
        font-size: 13px;
    }

    .cur_tb_body_plan {
        width: 250px;
    }

    .cur_tb_body_office_visit, .cur_tb_body_deductible, .cur_tb_body_cost {
        width: 120px;
    }

    .select_plan_btn_container .btn {
        margin-left: 10px;
        width: 100px;
    }

    .selected_plan_vtabs {
        width: 100%;
        float: left;
    }

        .selected_plan_vtabs ul li a:before {
            display: none;
        }

        .selected_plan_vtabs ul li a {
            padding-left: 15px !important;
        }

    .dependents_table table tr {
        float: left;
    }

        .dependents_table table tr th {
            display: none;
        }

        .dependents_table table tr td {
            float: left;
            width: 100%;
            padding: 0;
        }

            .dependents_table table tr td:first-child {
                background: #00687f;
                color: #fff;
                padding: 8px 10px;
            }

            .dependents_table table tr td label {
                display: block;
                background: #f9f9f9;
                width: 110px;
                float: left;
                padding: 8px 10px;
            }

            .dependents_table table tr td .dependent_responsive_table_content {
                float: left;
                padding: 8px 10px;
            }

            .dependents_table table tr td:last-child label {
                padding: 18px 10px;
            }

    .choosen_drop_res {
        float: left;
    }

    #dependentsPageChange_chosen {
        width: 150px !important;
    }

    .dependents_table_container {
        margin-top: 15px;
    }

    .selected_tb_plan {
        width: 220px;
    }

    .selected_plans_table_header .header_selected_plan {
        width: 220px;
    }

    .selected_plans_table_header .header_selected_coverage, .selected_tb_coverage {
        width: 150px;
    }

    .header_selected_cost, .selected_tb_cost {
        width: 220px;
    }

    .available_cvgs_decline_table {
        margin-bottom: 0;
    }

    .supplement_container {
        min-height: 0;
    }

    .max_benefit_ammount {
        width: 168px;
        padding: 10px;
        line-height: 30px;
    }

    .selected_plans_container {
        width: 100%;
        margin-bottom: 15px;
    }

    .coverage {
        margin-top: 15px;
    }

    .benefires_table tr th {
        display: none;
    }

    .benefires_table tr {
        float: left;
        border: 1px solid #d8d8d8;
        margin-bottom: 15px;
    }

        .benefires_table tr td {
            float: left;
            width: 100%;
            padding: 0;
            height: auto;
            border-bottom: 1px solid #d8d8d8;
        }

    .responsive_benefires_table_col_label {
        float: left;
        width: 50%;
        background: #f9f9f9;
        color: #00687f;
        padding: 15px 10px;
        display: block;
    }

    .responsive_benefires_table_col_val {
        float: left;
        width: 50%;
        padding: 10px;
    }

    .difference_perntage, .difference_amt {
        width: auto;
    }

    .percentage {
        float: left;
        margin-left: 5px;
    }

    .compare_plan_selection_header {
        width: 130px;
    }

    .compare_plan_selection_col {
        width: 110px;
        padding: 0 20px;
    }

    .plans_to_compare li {
        margin-bottom: 15px;
    }

    .hero_header_titlev2 {
        font-size: 24px;
        margin-top: 25px;
    }

    .primary_beneficiaries_res_table .name, .primary_beneficiaries_res_table .relationship, .primary_beneficiaries_res_table .benefit_distribution, .primary_beneficiaries_res_table .max_benefit_ammount {
        width: 24%;
        padding: 10px;
        height: 50px;
        line-height: 16px;
    }

    .primary_beneficiaries_res_body .name, .primary_beneficiaries_res_body .relationship, .primary_beneficiaries_res_body .benefit_distribution, .primary_beneficiaries_res_body .max_benefit_ammount {
        width: 24%;
        padding: 5px;
    }

    .enter_coverage_table_header {
        display: none;
    }

    .enter_coverage_table_body .first_name_header, .enter_coverage_table_body .relation_header, .enter_coverage_table_body .provider_id_header, .enter_coverage_table_body .existing_provider_header {
        width: 100%;
        float: left;
        height: auto;
        border-bottom: 1px solid #d8d8d8;
    }

    .enter_coverage_table_body .first_name_header, .enter_coverage_table_body .relation_header, .enter_coverage_table_body .provider_id_header, .enter_coverage_table_body .existing_provider_header {
        padding: 0;
    }

    .enter_coverage_res_table_col_header {
        display: block;
        background: #f9f9f9;
        width: 50%;
        float: left;
        padding: 10px;
        min-height: 60px;
        text-align: left;
    }

    .enter_coverage_res_table_col_val {
        width: 50%;
        float: left;
        padding: 10px;
    }

    .ex_primary_nav {
        margin-top: 29px;
        position: relative;
    }

    .large_submenu, .vertical_dropdown {
        width: 100%;
        float: left;
        position: relative;
    }

    .vertical_dropdown {
        left: 0;
        margin-left: 0;
    }

        .large_submenu li, .vertical_dropdown li {
            width: 100%;
            float: left;
            padding: 0;
        }

    .ex_primary_nav .ex_toggle_menu {
        background: none repeat scroll 0 0 #00687f;
        border-radius: 2px;
        display: none;
        position: absolute;
        height: inherit !important;
        right: 5px;
        top: 50px;
        width: 200px;
        z-index: 10000;
        min-height: 100%;
    }

    .large_submenu, .vertical_dropdown {
        background: #5691a4;
        border-radius: 0;
        margin-left: 0 !important;
        top: 0;
        box-shadow: none;
    }

        .large_submenu li, .vertical_dropdown li {
            border-right: none !important;
        }

            .large_submenu li ul li, .vertical_dropdown li ul li {
                padding: 0 10px;
            }

        .large_submenu .submenu_caret, .vertical_dropdown .submenu_caret {
            display: none;
        }

    .ex_user_account_container {
        display: none;
    }

    .mobile_user_acct {
        display: block;
    }

    .ex_primary_nav .caret {
        display: block;
    }

    .category_carousel div.owl-item.active + div.owl-item.active + div.owl-item.active li {
        border-right: none;
    }

    .resource_center_container {
        float: left;
        margin: 0;
        padding-right: 10px;
        width: 50%;
        margin-bottom: 20px;
    }

    .left_space {
        margin-left: 0;
        padding-left: 10px;
        padding-right: 0;
    }

    .shop_carrier_container {
        height: auto;
        padding-bottom: 20px;
    }

    .shop_carrier_price_container p.plan_starts {
        margin-top: 20px;
    }

    .shop_carrier_price_container h5 {
        font-size: 40px;
    }

    .shop_carrier_price_container p {
        font-size: 18px;
    }

    .main_section_header {
        font-size: 24px;
    }

    .main_section_text {
        font-size: 15px;
    }

    .carrier_shop_btn {
        font-size: 18px;
        height: 50px;
        line-height: 50px;
        margin-left: -125px;
        width: 250px;
    }

    .resource_center_section {
        padding-bottom: 0;
    }

    .get_quote_dob, .gq_dob_container {
        width: 170px;
    }

    .get_quote_section h1 {
        font-size: 24px;
        margin-bottom: 20px;
        margin-top: 30px;
    }

    .get_quote_section .check_field_container {
        /*Mobile is having issues if we have margin-left Eshwar*/
        /*margin-left:140px;*/
        margin-top: 20px;
    }

    .get_quote_section {
        height: auto;
        padding-bottom: 30px;
    }

    .house_hold_income_field {
        width: 270px;
    }

    .exchange_plan_compare_section .left_side_section {
        display: none;
    }

    .exchange_plan_compare_page_heder_section h1 {
        font-size: 18px;
    }

    .exchange_plan_compare_section .right_side_section {
        width: 100%;
    }

    .exchange_cmp_plans_table_header .ex_cmp_plan, .exchange_cmp_plans_table_body .ex_cmp_plan {
        width: 220px;
    }

    .exchange_cmp_plans_table_header .ex_cmp_office_visit, .exchange_cmp_plans_table_body .ex_cmp_office_visit {
        width: 110px;
    }

    .exchange_cmp_plans_table_header .ex_cmp_deductible, .exchange_cmp_plans_table_body .ex_cmp_deductible {
        width: 110px;
    }

    .exchange_cmp_plans_table_header .ex_cmp_premium, .exchange_cmp_plans_table_body .ex_cmp_premium {
        width: 150px;
    }

    .filter_by_section {
        margin-top: 10px;
    }

    .showFilters {
        display: block;
        float: left;
        height: 40px;
        width: 120px;
        line-height: 40px;
        font-size: 16px;
    }


    .filterby {
        float: right;
    }

    .filter_by_section {
        width: 100%;
        float: left;
        margin-right: 0;
        padding: 0 10px;
    }

    .filterOverlay {
        width: 100%;
        height: 100%;
        position: fixed;
        left: 0;
        top: 0;
        background: rgba(0,0,0,0.60);
        z-index: 9;
        display: none;
    }

    .help_me_choose_btn {
        margin-left: 20px;
    }

    .exchange_plan_compare_section .left_side_section {
        position: absolute;
        left: 50%;
        top: 0;
        z-index: 10;
        background: #fff;
        border: 1px solid #d8d8d8;
        margin-left: -100px;
        width: 240px;
    }

    .filter_panel_header {
        padding-left: 15px;
    }

    .filter_panel .filter_panel_body {
        padding-left: 5px;
    }

    .exchange_plan_compare_section {
        position: relative;
    }

    .filter_close {
        background: url(../images/icons/modal_close.png);
        width: 29px;
        height: 29px;
        float: left;
        position: absolute;
        right: -10px;
        top: -10px;
    }

    .welcome_decision_support_container .welcome_text {
        font-size: 18px;
    }

    .welcome_decision_support_container h1 {
        font-size: 24px;
        margin: 40px 0 15px;
    }

    .welcome_secision_btn {
        border-radius: 50px;
        font-size: 18px;
        font-weight: 600;
        height: 50px;
        left: 50%;
        line-height: 50px;
        margin-bottom: 47px;
        margin-left: -75px;
        margin-top: 25px;
        position: relative;
        width: 150px;
    }

    .exchange_bundle_cart_table .ex_cmp_plan {
        width: 220px;
    }

    .exchange_bundle_cart_table .ex_cmp_office_visit {
        width: 110px;
    }

    .exchange_bundle_cart_table .ex_cmp_deductible {
        width: 110px;
    }

    .exchange_bundle_cart_table .ex_cmp_premium {
        width: 150px;
    }

    .exchange_bundle_cart_table .ex_plan_expand_link {
        margin-top: 0;
        margin-left: 54px;
    }

    .exchange_bundle_cart_table .ex_plan_premium_amt {
        font-size: 25px;
    }

    .exchange_bundle_result_header {
        font-size: 16px;
        margin-top: 15px;
        margin-left: 10px;
    }

    .plan_basic_info_section .plan_basic_price_container {
        width: 170px;
        padding-left: 20px;
    }

    .plan_basic_info_section .plan_basic_type_container {
        width: 220px;
    }

    .plan_basic_info_section .plan_basic_container {
        width: 200px;
    }

    .plan_basic_name {
        font-size: 12px;
    }

    .plan_basic_links li {
        font-size: 12px;
    }

    .plan_basic_info_type_text {
        font-size: 12px;
    }

    .plan_basic_type_container .pdf_icon_link {
        font-size: 13px;
    }

    .plan_basic_price {
        font-size: 24px;
    }

    .paln_basic_add_cart_btn {
        width: 146px;
    }

    .plan_details_left_side {
        width: 100%;
        margin: 0;
    }

    .plan_details_table_row .column1 {
        width: 250px;
    }

    .plan_details_table_header .column1 {
        width: 250px;
    }

    .plan_details_table_header .column2, .plan_details_table_header .column3 {
        width: 170px;
    }

    .plan_details_table_row .column2, .plan_details_table_row .column3 {
        width: 170px;
    }

    .plan_details_right_side {
        padding-left: 0;
        width: 100%;
        margin-bottom: 20px;
    }

    .plan_details_aside_panel {
        width: 50%;
    }

    .filter_by_res {
        float: right;
        width: 121%;
        margin-top: 15px;
        margin-right: -11px;
    }

    .filter_by_custom_select {
        width: 150px;
    }

    .vertical_dropdown {
        width: 100%;
        float: left;
        padding: 10px !important;
    }

        .vertical_dropdown .submenu_header, .large_submenu .submenu_header {
            color: #fff;
            margin-top: 10px !important;
            padding-bottom: 10px !important;
        }

    .ex_primary_nav ul li a {
        color: #fff !important;
    }

    .vertical_dropdown li.divider {
        display: none;
    }

    .vertical_dropdown li a {
        padding: 10px 0 !important;
        border-bottom: none;
    }

    .large_submenu li ul li a {
        border: 0;
        padding: 10px 0;
    }

    .large_submenu {
        padding: 0 10px !important;
    }

        .large_submenu li {
            padding: 0 !important;
        }

    .ex_user_account_login {
        display: none;
    }

    .enroll_personal_info_header h1 {
        font-size: 24px;
    }

    .enroll_large_field_container {
        width: 260px;
    }

    .enroll_title {
        display: none;
    }

    .enroll_step {
        display: block;
    }

    .calr_min_width {
        width: 100%;
    }
    /* -- Added On Aug 28 */
    .cprt_txt {
        font-size: 14px;
        text-align: center;
        font-weight: normal;
    }

    .footer_nav {
        margin: 20px 5px;
    }

        .footer_nav li {
            margin: 0 5px 5px 5px;
        }

            .footer_nav li a {
                font-size: 18px;
                width: 100%;
                text-align: center;
                float: left;
            }

    .footer_logo {
        text-align: center;
    }

    .banner_welcome_section {
        position: absolute;
        width: 100%;
        height: auto;
        padding: 30px 0 10px 0;
        bottom: 0;
        top: auto;
    }

    .welcome_content {
        margin-top: 0 !important;
        padding: 0 20px;
    }

        .welcome_content h1 {
            font-size: 20px;
        }

        .welcome_content p {
            font-size: 14px;
        }

    .insurance_txt span {
        font-size: 16px;
    }

    .banner_welcome_section {
        padding: 20px 0;
    }

    .title_header {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .shop_guidance_section p {
        font-size: 14px;
    }

    .health_ul_list li {
        font-size: 14px;
    }

    .dental_content p {
        font-size: 14px;
    }

    .supplemental_section_content p {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .loading_modal {
        width: 400px !important;
    }

    .filter_by_custom_select {
        float: left;
        width: 179px !important;
    }

    .compare_plan_selection_panel_body {
        overflow-x: scroll;
    }

    .fixedFooter {
        position: static;
        left: 0;
        bottom: 0;
    }

    .super_submenu {
        position: static;
        width: 100%;
        float: left;
        background: #005467;
        display: none;
    }

        .super_submenu li {
            display: block !important;
            margin: 0 !important;
        }

            .super_submenu li a {
                margin: 0 !important;
                color: #fff !important;
            }

    .vertical_dropdown {
        padding: 0 !important;
    }

        .vertical_dropdown li a {
            margin: 0 !important;
            padding: 10px !important;
        }

    .super_submenu_caret {
        background: url("../images/icons/menu_subarrow.png") no-repeat center center #00687f !important;
        float: right !important;
        height: 34px !important;
        margin-left: 0px !important;
        margin-top: 0px !important;
        margin-right: 0px !important;
        width: 25px !important;
        position: absolute;
        right: 0;
        top: 0;
    }

    #helpMechoosePartial {
        width: 100% !important;
    }

    #helpMechoosePartial_wrapper {
        padding: 20px !important;
    }

    .filters_close {
        display: block;
        right: 10px;
        top: 10px;
    }

    .success_msg_panel {
        width: 100%;
        position: relative;
        left: 0;
        margin-left: 0;
    }
}

@media (max-width: 629px) {
    @media screen and (-webkit-min-device-pixel-ratio:0) {

        .mainPageContainer {
            padding-bottom: 200px;
            margin: 0;
            float: left;
            width: 100%;
        }

        .footer_home {
            margin-top: -200px;
            height: 200px;
        }

        .push {
            display: none;
        }
    }

    .agedout_banner {
        height: 350px;
        background-position: left center;
    }

    .ex_banner {
        height: auto;
    }

    .plan_details_table_body {
        overflow-x: scroll;
    }

    .loading_modal_wrapper img {
        width: 100%;
        text-align: center;
    }

    .ex_plans_to_compare li:first-child {
        margin-left: 3px;
    }

    .ex_plans_to_compare li:last-child {
        margin-left: 3px;
        margin-top: 0px;
    }

    .ex_plans_to_compare li {
        margin-bottom: 10px;
        margin-right: 10px;
        margin-left: 3px;
    }

    .message_container .msg_type {
        display: none;
    }

    .message_container .msg_from {
        padding-right: 60px;
    }

    .message_box_body .msg_subject {
        padding-right: 60px;
    }

    .page-header h1 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .page_sub_header, .section_subheader {
        line-height: 22px;
        font-size: 16px;
    }

    .section_header {
        font-size: 22px;
    }

    .page_sub_header, .section_subheader {
        font-size: 14px;
    }

    .plans_price_change_header h4 {
        line-height: 20px;
        font-size: 13px;
    }

    .plans_price_change_table tr td {
        padding: 0;
    }

    .last_year_price, .next_year_price {
        font-size: 18px;
    }

    .net_change_price {
        font-size: 18px;
    }

    .plans_price_change_table tr:first-child td {
        padding: 0;
    }

    .plans_price_change_table tr td.net_change_paln::before {
        display: none;
    }

    .plans_price_change_table tr:last-child td {
        padding: 0;
    }

    .plans_change_header h5 {
        margin-bottom: 0;
    }

    .plans_change_header p {
        margin-top: 0;
    }

    .open_enrollment_information {
        font-size: 14px;
    }

    .fgt_pwd {
        margin-left: 20px;
    }

    .current_plans_header {
        display: none;
    }

    .current_plans_reponsive_table_header, .selected_plans_reponsive_table_header {
        display: block;
        width: 100%;
        float: left;
    }

        .current_plans_reponsive_table_header a, .selected_plans_reponsive_table_header a {
            border-bottom: 1px solid #d8d8d8;
            border-top: 1px solid #d8d8d8;
            color: #7c2230;
            float: left;
            font-weight: 700;
            height: 50px;
            line-height: 50px;
            padding: 0 15px;
            position: relative;
            text-transform: uppercase;
            width: 100%;
            margin-bottom: 5px;
            background: #fafafa;
            transition: all 0.5s;
        }

        .current_plans_reponsive_table_header.active a, .selected_plans_reponsive_table_header.active a {
            background: #FFFFFF;
            transition: all 0.5s;
        }

        .current_plans_reponsive_table_header a::after, .selected_plans_reponsive_table_header a::after {
            background: url("../images/icons/compare_plan_exted_icon.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
            content: "";
            float: left;
            height: 10px;
            position: absolute;
            right: 15px;
            top: 20px;
            width: 16px;
        }

        .current_plans_reponsive_table_header.active a::after, .selected_plans_reponsive_table_header.active a::after {
            background: url(../images/icons/compare_plan_collapse_icon.png);
        }

    .current_plan_row {
        width: 100%;
        float: left;
        min-height: 1px;
        border: none;
    }

    .current_plans_reponsive_table_body, .selected_plans_reponsive_table_body {
        width: 100%;
        float: left;
        display: none;
    }

        .current_plans_reponsive_table_body.in, .selected_plans_reponsive_table_body.in {
            display: block;
        }

        .current_plans_reponsive_table_body .cur_tb_body_plan, .current_plans_reponsive_table_body .cur_tb_body_office_visit, .current_plans_reponsive_table_body .cur_tb_body_deductible, .current_plans_reponsive_table_body .cur_tb_body_cost {
            width: 100%;
            float: left;
            height: auto;
            min-height: 10px;
            border: none;
            padding: 0 5px;
            padding-bottom: 15px;
        }

        .current_plans_reponsive_table_body .cur_tb_body_cost {
            border-bottom: none;
        }

    .current_plans_reponsive_col_header, .selected_plans_reponsive_col_header {
        width: 100%;
        float: left;
        color: #fff;
        font-weight: 600;
        font-size: 16px;
        padding: 5px 0;
        text-transform: uppercase;
        color: #00687f;
        display: block;
        background: #f9f9f9;
        padding: 5px 10px;
    }

    .selected_plans_reponsive_table_body .selected_tb_plan, .selected_plans_reponsive_table_body .selected_tb_coverage, .selected_plans_reponsive_table_body .selected_tb_coverage, .selected_plans_reponsive_table_body .selected_tb_cost {
        width: 100%;
        float: left;
        height: auto;
        min-height: 10px;
        border: none;
        padding: 0 5px;
        padding-bottom: 15px;
    }

    .selected_plans_table_body, .selected_plans_table_row {
        border: none;
    }

    .selected_plans_reponsive_table_body .selected_tb_coverage p {
        padding: 0 10px;
        width: 100%;
        float: left;
        padding-top: 10px;
    }

    .selected_tb_plan h5 {
        padding: 10px;
        margin: 0;
    }

    .selected_tb_plan p, .plan_detais_link {
        padding: 0 10px;
    }

    .selected_tb_plan img {
        margin-left: 10px;
    }

    .cur_tb_body_plan p {
        margin-bottom: 0;
    }

    .cost_per_period {
        text-align: left;
        margin-top: 10px;
    }

    .select_plan_btn_container {
        margin-top: 10px;
    }

        .select_plan_btn_container .btn {
            margin-left: 0;
        }

    .cur_tb_body_office_visit p, .cur_tb_body_deductible p {
        float: left;
        width: 100%;
        padding: 0 10px;
        margin-top: 10px;
    }

    .cur_tb_body_plan .current_plan_btn {
        margin-left: 10px;
    }

    .cur_tb_body_plan .plan_icon, .cur_tb_body_plan p, .cur_tb_body_plan .check_field_container, .cur_tb_body_cost .cost_per_period, .cur_tb_body_cost .select_plan_btn_container {
        padding: 0 10px;
    }

    .selected_plans_container {
        width: 100%;
    }

    .list_plans_gray_table_header {
        display: none;
    }

    .list_plans_gray_table_body .tb_body_plan, .list_plans_gray_table_body .tb_body_office_visit, .list_plans_gray_table_body .tb_body_deductible, .list_plans_gray_table_body .tb_body_cost {
        width: 100%;
        float: left;
        height: auto;
        padding: 15px 10px;
    }

    .tb_body_deductible p, .tb_body_office_visit p {
        margin: 0;
    }

    .list_plans_gray_table_body {
        height: auto;
    }

    .list_plan_responsive_col_header {
        width: 100%;
        float: left;
        background: #e7e7e7;
        padding: 5px 10px;
        text-transform: uppercase;
        color: #00687f;
        display: block;
    }

    .selected_plans_table_header {
        display: none;
    }

    .selected_plans_table_footer h5 {
        font-size: 20px;
        width: 100%;
        padding: 0;
        text-align: right;
        margin-top: 10px;
    }

    .selected_plans_table_footer {
        height: auto;
    }

    .selected_paln_total_pay {
        float: right;
        margin: 0;
        padding-bottom: 10px;
    }

    .buttons_footer .btn_secondary, .buttons_footer .btn_primary {
        width: auto;
        padding: 0 25px;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
    }

    .supplement_container {
        padding: 0;
        border: none;
    }

    .primary_beneficiaries_table {
        display: none;
    }

    .primary_beneficiaries_body .name {
        width: 100%;
        float: left;
        background: #00687f;
        color: #fff;
        padding: 10px;
        margin-bottom: 0;
    }

    .primary_beneficiaries_body .relationship, .primary_beneficiaries_body .benefit_distribution, .primary_beneficiaries_body .max_benefit_ammount {
        width: 100%;
        float: left;
        margin-bottom: 0;
        padding: 0;
        border-bottom: 1px solid #d8d8d8;
    }

    .res_primary_cell_label {
        float: left;
        width: 150px;
        background: #f9f9f9;
        padding: 10px;
        line-height: 18px;
        display: block;
    }

    .res_primary_cell_val {
        padding: 10px;
        float: left;
        line-height: 18px;
    }

    .compare_plan_selection_header {
        width: 90px;
        padding: 0 10px;
    }

    .compare_plan_selection_col {
        width: 82px;
        padding: 0 10px;
    }

    .plans_to_compare li {
        margin-bottom: 15px;
    }

    .hero_header_titlev2 {
        font-size: 20px;
        margin-top: 25px;
    }

    .primary_beneficiaries_res_body .name {
        background: none repeat scroll 0 0 #fff;
        color: #000;
        padding: 0;
        border-bottom: 1px solid #d8d8d8;
    }

    .primary_beneficiaries_res_body .res_primary_cell_label {
        width: 50%;
        height: 60px;
    }

    .primary_beneficiaries_res_body .res_primary_cell_val {
        width: 50%;
    }

    .save_pcp_btn {
        width: 96%;
        float: left;
        margin-top: 10px;
    }

    .shop_carrier_logo img {
        width: auto;
    }

    .shop_carrier_logo {
        width: 600px;
    }

    .ex_copy_right {
        margin-top: 10px;
        text-align: center;
        float: left;
        margin-top: 10px;
        text-align: center;
        width: 100%;
    }

    .ex_bottom_nav {
        margin: 10px 0;
    }

    .footer {
        height: auto;
    }

    /*.ex_banner_content {
        width: auto;
    }

        .ex_banner_content h5 {
            font-size: 24px;
            line-height: 30px;
            float: left;
            width: auto !important;
            background: rgba(0,104,127,.6);
            padding: 10px;
            text-align: left;
        }

        .ex_banner_content p {
            color: #fff;
            float: left;
            font-size: 20px;
            text-align: left;
            width: 100%;
        }*/

    .banner_btn {
        font-size: 16px;
        font-weight: 600;
        height: 50px;
        line-height: 50px;
        margin-left: 0;
        margin-top: 15px;
        position: static;
        width: 146px;
    }

    .margin_left_10px {
        margin-left: 3px !important;
    }

    .search_input_container {
        position: absolute;
        right: 0;
    }

    .get_quote_section h1 {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .get_quote_section .check_field_container_subsidy {
        /*Mobile is having problem if we have margin-left*/
        /*margin-left: 62px;*/
        margin-top: 10px;
        text-align-last: center;
        padding-right: 10px;
    }

    .get_quote_section {
        height: auto;
        padding-bottom: 20px;
    }

    .section_m_header {
        margin: 10px 0;
    }

    .get_quote_applicant_section .form_group {
        width: 100%;
        float: left;
    }

        .get_quote_applicant_section .form_group .form_label {
            width: 100%;
            float: left;
        }

    .get_quote_gender_fields {
        margin-top: 10px;
    }

    .get_quote_dob {
        margin-top: 10px;
    }

    .get_quote_applicant_section {
        height: auto;
    }

    .get_quote_field {
        position: static;
        margin-left: 0;
        width: 100%;
    }

    .get_quote_add_spouse_btn, .get_quote_add_dependent {
        font-size: 14px;
        font-weight: 600;
        height: 50px;
        line-height: 50px;
        margin-top: 15px;
        padding: 0 15px;
        width: 122px;
    }

    .get_quote_btns_container {
        height: auto;
        padding-bottom: 10px;
    }

    .get_quote_continue_btn {
        float: right;
        font-size: 18px;
        font-weight: 600;
        height: 50px;
        line-height: 50px;
        margin-top: 15px;
        width: 170px;
    }

    .get_quote_continue_btn_help_me {
        float: right;
        font-size: 18px;
        font-weight: 600;
        height: 50px;
        line-height: 50px;
        margin-top: 15px;
        width: 170px;
    }

    .get_quote_add_dependent {
        width: 150px;
        margin-left: 15px;
    }

    .susidy_eligibility_section h1 {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    .susidy_eligibility_section p {
        font-size: 15px;
        line-height: 24px;
    }

    .susidy_eligibility_section {
        padding-bottom: 20px;
        height: auto;
    }

    .section_m_header {
        font-size: 24px;
    }

    .householde_info .form_group .form_label {
        font-size: 14px;
        margin-bottom: 5px;
    }

    .house_hold_income_field {
        width: 100%;
    }

    .householde_left_container {
        border-right: 0;
    }

    .householde_info .form_group {
        margin-bottom: 20px;
    }

    .householde_info_section {
        height: auto;
    }

    .get_quote_continue_btn {
        width: 130px;
    }

    .go_back_link {
        margin-top: 30px;
    }

    .householde_right_container {
        padding-left: 0;
    }

    .section_m_header {
        font-size: 18px;
    }

    .exchange_cmp_plans_table_header {
        display: none;
    }

    .exchange_cmp_plans_table_responsive_header {
        display: block;
        float: left;
        width: 100%;
    }

        .exchange_cmp_plans_table_responsive_header a::after {
            background: url("../images/icons/compare_plan_exted_icon.png");
            content: "";
            float: left;
            height: 10px;
            position: absolute;
            right: 15px;
            top: 20px;
            width: 16px;
        }

        .exchange_cmp_plans_table_responsive_header.active a::after {
            background: url(../images/icons/compare_plan_collapse_icon.png);
        }

        .exchange_cmp_plans_table_responsive_header a {
            background: none repeat scroll 0 0 #fafafa;
            border-bottom: 1px solid #d8d8d8;
            border-top: 1px solid #d8d8d8;
            color: #7c2230;
            float: left;
            font-weight: 600;
            line-height: 22px;
            margin-bottom: 5px;
            padding: 0 15px;
            position: relative;
            text-transform: uppercase;
            transition: all 0.5s ease 0s;
            width: 100%;
            font-size: 14px;
            padding: 10px;
        }

            .exchange_cmp_plans_table_responsive_header a .ex_plan_type_container {
                margin-top: 0;
            }

    .exchange_cmp_plans_table_responsive_col_header {
        background: none repeat scroll 0 0 #f9f9f9;
        color: #00687f;
        display: block;
        float: left;
        font-size: 16px;
        font-weight: 600;
        padding: 5px 10px;
        text-transform: uppercase;
        width: 100%;
    }

    .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 {
        float: left;
        width: 100%;
        height: auto;
    }

    .ex_plan_expand_link {
        margin-top: 18px;
    }

    .ex_cmp_office_visit_text, .ex_cmp_deductible_amt {
        float: left;
        padding: 10px;
        width: 100%;
    }

    .ex_plan_premium_amt {
        float: left;
        padding: 10px;
        width: 100%;
    }

    .ex_add_to_cart {
        width: 130px;
        margin-bottom: 10px;
        margin-top: 0;
    }

    .ex_cmp_plan_premium_container {
        height: auto;
    }

        .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 {
            width: 100%;
        }

    .exchange_cmp_plans_reponsive_table_body {
        display: none;
        width: 100%;
        float: left;
    }

        .exchange_cmp_plans_reponsive_table_body.in {
            display: block;
        }

    .exchange_plan_compare_section {
        position: static;
    }

        .exchange_plan_compare_section .left_side_section {
            width: 100%;
            margin-left: 0;
            left: 0;
        }

    .filter_panel .filter_panel_header {
        width: 100%;
        float: left;
        height: auto;
        padding: 15px 10px;
    }

    .filter_close {
        right: 10px;
        top: 10px;
    }

    .exchange_bundle_cart_table .ex_plan_expand_link {
        float: right;
    }

    .mycart_effective_date {
        position: relative;
        margin-top: 20px;
        padding-left: 10px;
    }

    .exchange_bundle_cart_table .ex_cmp_plan {
        padding-left: 15px;
    }

    .ex_plan_logo_container {
        margin-top: 10px;
        padding-left: 10px;
    }

    .ex_plan_title {
        padding-left: 10px;
    }

    .ex_plan_type_container {
        padding-left: 10px;
    }

    .mycart_section h1 {
        font-size: 20px;
    }

    .mycart_section h3 {
        font-size: 14px;
    }

    .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;
        margin-bottom: 10px;
    }

    .exchange_bundle_cart_table .ex_cmp_plan .ex_recomanded_plan_btn {
        margin-left: -15px;
    }

    .exchange_cmp_plans_table_responsive_col_header {
        margin-top: 5px;
    }

    .plan_basic_info_section .plan_basic_container, .plan_basic_info_section .plan_basic_type_container, .plan_basic_info_section .plan_basic_price_container {
        width: 100%;
        border: none;
        border-bottom: 1px dashed #d8d8d8;
        margin: 0;
        padding: 15px 0;
    }

    .plan_details_table_row .column1 {
        width: 40%;
    }

    .plan_details_table_header .column1 {
        width: 40%;
    }

    .plan_details_table_header .column2, .plan_details_table_header .column3 {
        width: 30%;
    }

    .plan_details_table_row .column2, .plan_details_table_row .column3 {
        width: 30%;
    }

    .eligible_subsidy_section {
        height: auto;
        padding-bottom: 15px;
    }

        .eligible_subsidy_section h1 {
            font-size: 18px;
            margin: 15px 0;
        }

    .eligible_subsidy_btns_container {
        width: 100%;
    }

    .view_private_plans_btn {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        margin-right: 5px;
        width: 186px;
    }

    .dual_btn_container {
        width: 248px;
    }

        .dual_btn_container .left_btn, .dual_btn_container .right_btn {
            font-size: 14px;
            height: 50px;
            line-height: 50px;
            width: 182px;
        }

        .dual_btn_container .right_btn {
            background: #00687f url("../images/icons/newwindow_icon.png") no-repeat scroll center center;
            border-radius: 0 40px 40px 0;
            margin-left: 1px;
            width: 65px;
            background-size: 20px;
        }

    #faqs_acc .akordeon-heading {
        padding: 0;
        float: left;
        width: 100%;
        padding-right: 66px;
    }

    .akordeon-item-head-container {
        cursor: pointer;
        float: left;
        position: relative;
        width: 100%;
        padding: 10px;
        padding-left: 15px;
    }

    .akordeon-item .akordeon-item-head {
        width: 100%;
        float: left;
        height: auto;
    }

    .akordeon-icon {
        height: 100%;
        top: 0;
    }

    .akordeon-item.expanded .akordeon-item-body {
        width: 100%;
        float: left;
        height: auto !important;
    }

    #faqs_acc .akordeon-item-content {
        padding: 18px 33px 30px;
    }

    .akordeon-icon span {
        float: left;
        height: auto;
        line-height: 20px;
        margin-top: -10px;
        position: relative;
        top: 50%;
        width: 100%;
    }

    .akordeon-item.expanded .akordeon-icon span {
        margin-top: -15px;
    }

    .ex_bottom_nav {
        float: left;
        left: 50%;
        margin: 10px 0 10px -150px;
        position: relative;
        width: 300px;
    }

    .tooltipster-base {
        max-width: 100% !important;
        height: 100%;
        top: 0 !important;
        left: 0 !important;
        overflow-y: scroll;
    }

    .tooltip_close_res {
        background: url(../images/icons/modal_close.png);
        width: 29px;
        height: 29px;
        float: left;
        position: absolute;
        right: 5px;
        top: 5px;
    }

    .create_account_error_msg {
        width: 100%;
    }

    .create_account_panel {
        width: 100%;
    }

    .enroll_personal_info_section .swMain ul.anchor li a {
        font-size: 13px;
    }

    .enroll_large_field_container, .enroll_mediaum_field_container {
        padding-right: 10px;
        /*width: 200px;*/
    }

    .footer_logo_home {
        text-align: center;
        margin-top: 10px;
    }

    .cprt_txt {
        text-align: center !important;
        font-weight: normal;
    }

    .check_qualification {
        width: 100%;
        text-align: center;
        padding: 0;
        margin: 0;
        left: 0;
    }

        .check_qualification .check_qualification_txt {
            color: #fff;
            float: left;
            font-size: 20px;
            font-weight: 700;
            line-height: 32px;
            width: 100%;
        }

        .check_qualification .check_qualification_icon {
            width: 100%;
            margin-left: 0;
            text-align: center;
            margin-bottom: 10px;
        }

    .featured_carriers_logos li {
        width: 50%;
        margin-bottom: 20px;
    }

    .col-sm-3.align_right, .mfullrow {
        width: 100%;
    }

        .mfullrow .hmt150, .mfullrow .hmt100 {
            margin-top: 10px;
        }

    .supplemental_section_content img {
        width: 100%;
    }

    .loading_modal {
        width: 280px !important;
    }

    .loading_modal_wrapper {
        padding: 5px;
    }

        .loading_modal_wrapper h1 {
            font-size: 16px;
        }

        .loading_modal_wrapper p {
            font-size: 16px;
        }

    .selected_product_table tr, .selected_product_table tr td {
        float: left;
        width: 100% !important;
    }

    .slcted_plan_type {
        width: 100%;
        float: left;
        display: block;
        background: #999;
        color: #fff;
        font-size: 14px;
        padding: 5px 10px;
    }

    .plan_selection_modal {
        width: 100% !important;
    }

    #planSelectionModal_wrapper {
        padding: 20px !important;
    }

    .selected_plan_modal_content {
        padding: 14px;
    }

    #calculator form legend {
        color: #7c2230;
        float: left;
        font-size: 20px;
        font-weight: 400;
        margin-bottom: 20px;
        margin-top: 0;
        text-align: left;
        text-transform: uppercase;
        width: 100%;
    }

    #calculator label {
        color: #474747;
        float: left;
        font-size: 15px;
        font-weight: 400;
        line-height: 24px;
        margin: 0;
        text-align: left;
        width: 100%;
    }

    .cal_right_col {
        padding-left: 0;
    }

    .cal_med_field {
        width: 175px;
    }

    .getquote_validation_field_container {
        width: 100%;
        left: 0;
        margin-left: 0;
        /*Mobile is having issue if we have this padding - Eshwar*/
        /*padding:0 90px;*/
    }

    .county_dropdown {
        width: 100% !important;
        float: left;
        margin-top: 10px;
    }
}

@media (max-width: 479px) {
    .scroll_pager ul {
        width: 50%;
    }

    .get_quote_dob, .gq_dob_container {
        width: 100%;
    }

    .agedout_banner {
        height: 200px;
        background-position: left center;
    }

    .ex_banner {
        height: auto;
    }

    .colored_text h5 {
        text-align: left;
        font-size: 12px;
        float: left;
        ;
    }

    .check_qualification .coveredca {
        float: none;
    }

    .login_page_top_left {
        margin-bottom: 10px;
    }

    .login_page_top_right {
        margin-bottom: 10px;
    }

        .login_page_top_right .create_account_btn {
            margin-bottom: 10px;
        }

    .loadgo-overlay {
        float: left;
        width: 100%;
    }

    .enroll_field_row .myaccount_save_btns .btn {
        margin-left: 0px;
        margin-top: 10px;
    }


    .loading_modal_wrapper img {
        width: 100%;
        text-align: center;
    }

    .custDrop1 {
        margin-left: 0px;
    }

    .bottom_60px {
        bottom: 0px !important;
    }

    .myaccount_save_btns .btn {
        margin-bottom: 10px;
    }

    .swMain .enroll_cancel_btn {
        margin-top: 28px !important;
    }


    .ex_banner h4 {
        font-size: 14px;
        line-height: 16px;
        text-align: left;
    }

    .ex_plans_to_compare li:first-child {
        margin-left: 3px;
    }

    .ex_plans_to_compare li:last-child {
        margin-left: 3px;
        margin-top: 0px;
    }

    .ex_plans_to_compare li {
        margin-bottom: 10px;
        margin-right: 10px;
        margin-left: 3px;
    }

    .new_support_btn {
        float: right;
        font-size: 14px;
        height: 40px;
        line-height: 40px;
        padding: 0 12px;
        width: auto;
    }

    .message_center_btns .msg_del_btn {
        margin-top: 0;
    }

    .category_list li {
        border: none;
        width: 100%;
    }

    .large_field_container {
        width: 100%;
        margin-bottom: 20px;
    }

    .medium_field_container {
        width: 100%;
        margin-bottom: 20px;
    }

    .small_field_container {
        width: 100%;
        margin-bottom: 20px;
    }

    .user_profile_form .form_group {
        margin-bottom: 0px;
    }

    .buttons_footer .btn_secondary, .buttons_footer .btn_primary {
        width: auto;
        padding: 0 25px;
        font-size: 18px;
        height: 50px;
        line-height: 50px;
    }

    .editable_label_container .editable_label {
        margin-top: -10px;
    }

    .user_profile_container {
        padding: 10px;
    }

    .select_package {
        width: 100%;
        margin-bottom: 20px;
        border-left: 1px solid #d8d8d8;
    }

    .login_container, .register_container {
        padding: 10px 0px;
    }

    .register_container {
        padding-top: 0px;
    }

        .login_container h1.alternative, .register_container h1.alternative {
            font-size: 22px;
            font-weight: 400;
            margin-bottom: 10px;
        }

    .user_login_reg_container {
        padding: 10px 10px !important;
        border-bottom: 1px solid #d8d8d8;
    }

    label.form_label {
        font-size: 14px;
    }

    .login_container label {
        float: left;
        margin-bottom: 0;
    }

    .form_group {
        margin-bottom: 15px;
    }

    .my_benefits_container h1 {
        font-size: 20px;
        line-height: 30px;
    }

    .my_benefits_container {
        padding: 20px 10px;
    }

    .footer_logo {
        width: 100%;
        float: left;
        text-align: center;
        margin-top: 0px;
    }

        .footer_logo img {
            width: 150px;
        }

    .copy_right {
        font-size: 10px;
        margin-top: 5px;
        text-align: center;
    }

    .bottom_nav {
        width: 282px;
        float: none;
    }

    .footer {
        height: auto;
    }

    .page-header h1 {
        font-size: 20px;
        margin-bottom: 5px;
    }

    .btns_container {
        margin-top: 25px;
    }

    .buttons_footer .ml20 {
        margin-left: 10px;
    }

    .buttons_footer .btn_secondary, .buttons_footer .btn_primary {
        font-size: 14px;
    }

    .buttons_footer .btn_secondary, .buttons_footer .btn_primary {
        padding: 0 15px;
    }

    .last_year_price, .next_year_price, .net_change_price {
        font-size: 14px;
    }

    .plans_price_change_header p {
        font-size: 11px;
    }

    .open_enrollment_btns_container .btn_wrapper a {
        font-size: 13px;
    }

    .per_cost_text {
        line-height: 20px;
        font-size: 12px;
    }

    .open_enrollment_start_section h4 {
        font-size: 20px;
        line-height: 24px;
    }

    .plans_no_longer_available_table tr td:first-child img {
        width: 100%;
    }

    .plans_no_longer_available_table tr td:first-child {
        padding-right: 10px;
        width: 50%;
    }

    .plans_td_header h5 {
        margin-bottom: 0;
    }

    .plans_td_header p {
        margin-top: 0;
    }

    .discontinued_text, .per_cost_price {
        font-size: 16px;
    }

    .new_plan_table tr td:first-child img {
        width: 100%;
    }

    .new_plan_table tr:first-child td {
        width: 50%;
    }

    .all_plans_list li a img {
        width: 100%;
    }

    .current_plans_reponsive_table_header a {
        font-size: 14px;
        font-weight: 600;
        padding: 0 10px;
    }

    .listpackage_table tr th {
        padding: 0 5px;
    }

    .listpackage_table tr td p {
        font-size: 13px;
    }

    .compare_plan_selection_header {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 2px;
    }

    .compare_plan_selection_col {
        width: 100%;
        padding: 0 10px;
        margin-bottom: 2px;
    }

    .plans_to_compare li {
        margin-bottom: 15px;
        /*width: 138px;*/
        margin-right: 10px;
    }

    .compare_plan_price {
        font-size: 18px;
    }

    .hero_header_sub_titlev2 {
        color: #988f86;
        font-size: 16px;
        font-weight: 400;
        margin-top: 10px;
        text-align: center;
        width: 100%;
    }

    .circle {
        margin-top: 8px;
    }

    .btns_container .btn_small {
        width: 100px;
    }

    .save_pcp_btn {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .cart_items_list {
        width: 280px;
        padding: 10px;
    }

        .cart_items_list li {
            height: auto;
            padding-bottom: 10px;
            padding-top: 10px;
        }

            .cart_items_list li:before, .cart_items_list li:after {
                width: 10px;
                left: -10px;
            }

            .cart_items_list li:after {
                left: auto;
                right: -10px;
            }

    .cart_item_logo {
        width: 50px;
    }

        .cart_item_logo img {
            width: 100%;
        }

    .cart_item_name {
        width: 210px;
        padding-left: 20px;
    }

    .cart_item_price {
        float: right;
        font-size: 18px;
    }

    .cart_view_btn {
        width: 110px;
        font-size: 16px;
    }

    .cart_item_total_price {
        width: auto;
        font-size: 24px;
    }

    .category_carousel div.owl-item.active + div.owl-item.active li {
        border-right: none;
    }

    .resource_center_container {
        padding: 0;
        width: 100%;
    }

    .main_section_header {
        font-size: 20px;
    }

    .ex_banner_content h5 {
        font-size: 18px;
    }

    .ex_banner_content p {
        font-size: 16px;
    }

    .exchange_plan_compare_page_heder_section .exchange_plan_compare_links li a {
        font-size: 16px;
    }

    .welcome_decision_support_container .welcome_text {
        font-size: 14px;
    }

    .welcome_decision_support_container h1 {
        font-size: 15px;
    }

    .questions_wizard_content h1 {
        font-size: 18px;
    }

    .questions_wizard_content h6 {
        font-size: 16px;
    }

    .answer_radio_button_container label p {
        font-size: 14px;
        line-height: 22px;
    }

    .answer_radio_button_container label span {
        font-size: 14px;
    }

    .swMain .stepContainer {
        min-height: 600px !important;
    }

    .wizard_desktop_nav {
        display: none;
    }

    .wizard_mobile_nav {
        display: block;
    }

    .swMain .buttonFinish, .swMain .buttonNext {
        width: 130px !important;
        font-size: 14px !important;
        height: 40px !important;
        line-height: 40px !important;
    }

    .swMain .buttonPrevious {
        margin-top: 28px !important;
    }

    .exchange_cmp_plans_table_body .ex_cmp_premium {
        padding-bottom: 25px;
        position: relative;
        margin-bottom: 10px;
    }

    .exchange_bundle_cart_table .ex_plan_expand_link {
        position: absolute;
        bottom: 0;
        right: 10px;
        left: auto;
    }

    .mycart_recomondations_section h1 {
        font-size: 16px;
    }

    .mycart_recomondations_section {
        margin-top: 25px;
    }

        .mycart_recomondations_section h1 {
            margin-bottom: 20px;
        }

    .view_private_plans_btn {
        position: relative;
        left: 50%;
        margin-left: -93px;
        margin-bottom: 10px;
    }

    .mobile_dual_btn_container {
        width: 100%;
        float: left;
    }

    .dual_btn_container {
        position: relative;
        left: 50%;
        margin-left: -124px;
    }

    .ex_bottom_nav li a {
        font-size: 13px;
    }

    .exchange_bundle_tabs .buttonNext::before {
        top: 12px;
    }

    .exchange_plan_compare_page_heder_section .exchange_plan_compare_links {
        width: 100%;
    }

    .filter_by_res {
        width: 100%;
        margin-top: 15px;
    }

    .enroll_personal_info .form_label, .enroll_choose_doctor .form_label, .enroll_billing .form_label {
        margin: 5px 0;
    }

    .exchange_cmp_plans_table_responsive_header a {
        padding-right: 30px;
        line-height: 18px;
    }

        .exchange_cmp_plans_table_responsive_header a::after {
            right: 8px;
        }

    .ex_plan_type_container {
        margin-top: 5px !important;
    }

    .help_accordian_container .akordeon-heading {
        padding: 0;
        padding-right: 66px;
    }

    .akordeon-item-content {
        padding: 15px;
    }

    .featured_carriers_logos {
        padding: 0;
    }

        .featured_carriers_logos li {
            width: 100%;
            margin-bottom: 20px;
            text-align: center;
        }

    .getquote_validation_field_container {
        padding: 0;
    }

    .mb_btn {
        width: 130px;
        font-size: 14px;
    }

    .mb_btns_middle {
        width: 270px;
    }

    .mobile_banner_content .ex_banner_content h5 {
        font-size: 21px;
        line-height: 30px;
    }

    .mobile_banner_content .ex_banner_content p {
        font-size: 12px;
    }

    .top_navbar {
        float: left;
    }

        .top_navbar > li {
            font-size: 15px;
            color: #fff;
            float: left;
            list-style: none;
            padding: 0 10px 0 0;
            line-height: 40px;
            position: relative;
        }

    .fb {
        margin-right: 10px;
    }
}

.aboutw_txt img {
    width: 32%;
}

@media (max-width: 345px) {
    .ex_logo {
        width: 125px;
    }
}

@media (max-width: 980px) {
    .glossarypageNavContainer {
        position: relative;
        padding-right: 20px;
    }

        .glossarypageNavContainer ul {
            width: 100%;
            overflow-x: scroll;
        }
}
/*@media (max-width: 667px) {
    .sm_width255 {
        width: 255px;
    }
}*/



@media (width: 667px) {
    a.right_btn {
        width: auto;
        font-size: 18px;
    }




    .rsbQuestion {
        font-size: 20px;
    }

    .contact_us_page p {
        padding: 0 0 20px;
        font-size: 14px;
    }

    .contact_us_page h2 {
        padding: 0 0 10px;
        font-size: 24px;
        text-transform: capitalize;
    }

    .resourcesContent p {
        font-size: 14px;
    }
}

@media (width: 768px) {
    .rsbQuestion {
        width: 100%;
        float: left;
        color: #fff;
        text-align: right;
        margin-left: -40px;
        font-size: 26px;
    }

    .rsbAnsbtn {
        float: right;
        color: #fff;
        text-align: right;
        background: #00687f;
        font-weight: 600;
        font-size: 16px;
        padding: 14px 20px;
        border-radius: 10px;
        margin-top: 20px;
        margin: 40px;
    }

    .resourcesContent p {
        font-size: 14px;
    }
}

}

@media (width: 1024px) {
    .rsbQuestion {
        width: 100%;
        float: left;
        color: #fff;
        text-align: right;
        margin-left: -40px;
        font-size: 26px;
    }

    .rsbAnsbtn {
        float: right;
        color: #fff;
        text-align: right;
        background: #00687f;
        font-weight: 600;
        font-size: 16px;
        padding: 14px 20px;
        border-radius: 10px;
        margin-top: 20px;
        margin: 40px;
    }

    .resourcesContent p {
        font-size: 14px;
    }
}

@media(max-width: 420px){
/*Comment this CSS when enrollment date/time displayed - Rampradeep - 01 Nov 2016*/ 
.ex_banner_home h4 {
    font-size: 12px;
    line-height: 20px;
}
/*Comment this CSS when enrollment date/time displayed - Rampradeep - 01 Nov 2016 END*/
}
@charset "utf-8";
/* CSS Document */
@import url(http://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;
	}
@media (max-width: 667px) {
    body {
        font-family: 'Open Sans', sans-serif;
        font-size: 400;
        font-size: 14px;
        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;
	}
@media (max-width: 667px){
h2, h3 {
    font-weight: 400;
    color: #7c2230;
    font-size: 20px;
    text-transform: uppercase;
	}
}
h3 {
    color: #737373;
    font-size: 26px;
}
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;
	}

a {
    color: #00687f;
    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: 60px;
    width: 200px;
    float: left;
}

.btn {
    width: 200px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    float: left;
    line-height: 60px;
    border: none;
    cursor: pointer;
    text-align: center;
	behavior: url(htc/border-radius.htc);
	}

.btn_primary {
    background: #00687f;
    font-size: 24px;
    font-weight: 600;
    color: #fff;

	}

    .btn_primary:hover {
        background: #005467!important;
        color: #fff;
}
 .btn_primary_contactuspage:hover {
    background: #962a3b !important;
    color: #fff;
}

.btn_primary_contactuspage:focus {
    color: #fff;
    background: #962a3b !important;
}
.btn_primary_contactuspage {
    background: #7c2230;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
}
.btn_secondary {
    background: #cf8b2a;
    font-size: 24px;
    font-weight: 600;
    color: #fff;
	}

    .btn_secondary:hover {
        background: #b57a25;
        color: #fff;
}
     .btn_sec{
        background:#7c2230;
        color:#fff;
        margin-left:3px;
        font-size:18px;
    }
.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;
}

.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;
	} 

    .btn_secondary:disabled:hover, .btn_secondary.disabled:hover {
        background: #cf8b2a;
}

.btn_utility {
    width: 200px;
    height: 60px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    float: left;
    line-height: 60px;
    border: none;
    cursor: pointer;
    text-align: center;
	behavior: url(htc/border-radius.htc);
    background: #f8f8f8;
    border: 2px solid #d8d8d8;
	}

.utility_primary {
    font-size: 24px;
    font-weight: 600;
    color: #aaad00;
    border-color: #aaad00;
	}

    .utility_primary:hover {
		background-color: rgba(170,173,0,0); 
		-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(htc/border-radius.htc);
    border-color: #00687f;
    color: #00687f;
    font-size: 24px;
    font-weight: 600;
	}

    .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(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: 50px;
    line-height: 50px;
    font-size: 16px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
	}

.btn_medium {
    width: 160px;
    height: 60px;
    line-height: 60px;
    font-size: 21px;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
	}

.btn_large {
    width: 238px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    font-weight: 700;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
	}

.btn_extra_large {
    width: 358px;
    height: 70px;
    line-height: 70px;
    font-size: 24px;
    font-weight: 700;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
	}

.btn_auto_width {
    width: auto;
    padding: 0 30px;
	}

.btn_full_width {
    width: 100%;
	}

.form_control {
    width: 100%;
    float: left;
    height: 40px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	behavior: url(htc/border-radius.htc);
    border: 2px solid #d8d8d8;
    padding: 0 15px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 38px;
    outline: none;
	}

    .form_control[disabled] {
        border-color: #999;
        background: #f3f3f3;
        color: #474747;
	}

    .form_control:focus {
        border-color: #00687f;
	}

    .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 .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;
	}

.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;
	}*/
		
.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;
}

@media (max-width: 480px) {
  .container {
    width: 100%;
  }
}

@media (min-width: 480px) {
  .container {
    width: 460px;
  }
}

@media (min-width: 630px) {
  .container {
    width: 579px;
  }
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 980px) {
  .container {
    width: 960px;
  }
}

.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-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 {
                    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%;
	}
	}

/*Resources videos page*/

div#mediaResorces .help_intro_content {
    margin: 28px 0 0 0;
}

.latest_media_container {
    padding: 0 0 30px 0;
}

a.pdf_icon_link.special_enroll {
    padding: 0px 0px 30px 40px;
}


/*Contact Us Page*/

.contact_us_page {
    padding: 30px 0 15px 0;
    display: inline-block;
}

    .contact_us_page h2 {
        padding: 0 0 10px;
    }

    .contact_us_page p {
        padding: 0 0 20px;
    }

    .contact_us_page textarea.form_control {
        min-height: 100px;
        max-height: 200px;
        max-width: 945px;
        line-height: 38px;
    }

    .contact_us_page .compose_msg_btn {
        background: #7c2230 none repeat scroll 0 0;
        border-radius: 15px;
        color: #fff;
        float: left;
        transition: ease-out 0.2s;
        font-size: 20px;
        font-weight: 400;
        height: 40px;
        line-height: 40px;
        text-align: center;
        padding: 0px 20px;
    }

        .contact_us_page .compose_msg_btn:hover {
            background: #00687f;
            transition: ease-in 0.3s;
        }

        .compose_msg_contactuspage
            {
                    background: #7c2230 none repeat scroll 0 0;
                    color: #fff;
                    border-radius: 15px;
                    float: left;
                    transition: ease-out 0.2s;
                    font-size: 20px;
                    font-weight: 400;
                    height: 40px;
                    line-height: 40px;
                    text-align: center;
                    padding: 0px 20px;

            }
        .compose_msg_contactuspage:hover {
        background: #7c2230;
        transition: ease-in 0.3s;
            }

.contact_form {
    border-bottom: 1px solid #d8d8d8;
    padding: 0 0 30px;
    margin: 0 0 25px;
}
/*Scroll to top*/

.go-top {
    position: fixed;
    bottom: 0.75em;
    z-index:99;
    right: 0.5em;
    text-decoration: none;
    color: white;
    font-size: 12px;
    padding: 10px;
    display: none;
    margin: 0;
}

a.go-top span {
    color: #7c2230;
    font-size: 45px;
    transition: ease-out 0.2s;
}

    /*a.go-top span:hover {
        color: #7c2230;
        font-size: 45px;
        transition: ease-in 0.3s;
    }*/

/*Scroll to top END*/
/*Media Query*/

@media(max-width:480px) {

    .resourceSlider .owl-next,
    .resourceSlider .owl-prev {
        top: 35%;
    }

    .rsbQuestion {
        font-size: 14px;
        /*text-shadow: 0 0 0;*/
    }

    .rsBannerTextCnt {
        /*background: rgba(3,75,90,0.5);*/
        padding: 5px 10px;
        border-radius: 5px;
        margin: 4% 50px 0 0;
    }

    a.rsbAnsbtn {
        font-size: 14px;
        padding: 5px 10px;
        margin-top: 10px;
    }

    .resourceNav > li > a > .rsIcon {
        font-size: 24px;
    }

    .resourceNav > li > a > .rsText {
        font-size: 12px;
    }

    ul.rsDropDown {
        width: 155%;
        margin-top: 10%;
        padding: 0;
    }

    .rsDropDown > li {
        border-bottom: 1px solid #e0e0e0;
    }

        .rsDropDown > li > a {
            font-size: 14px;
        }

    .resourcesContent h1 {
        margin-top: 10px;
        font-size: 24px;
    }

    .resourcesContent p {
        font-size: 14px;
    }

    .footer_nav li {
        width: auto;
        display: inline-block;
    }

    .footer_nav {
        padding: 0 0 0 12%;
    }
}

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px; 
	background: #fdfaf5;
	color: #000;
	-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);
	border:1px solid #d8d8d8;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content, .tooltipster-dark .tooltipster-content, .tooltipster_arrow_adjust .tooltipster-content {
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}
.tooltipster-dark, .tooltipster_arrow_adjust {
	border-radius: 5px; 
	background: #fef3c0;
	color: #000;
	-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);
	border:1px solid #d8d8d8;
	}
.tooltipster_arrow_adjust{
	height:360px;
}
.life_event_situation_tooltip_wrapper{
	height:350px;
	}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}
.tooltipster_arrow_adjust .tooltipster-arrow{
	 left:111px;
	}

/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}








/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 100000;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}


/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: -1px;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltipster settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

