@import url("style.css") screen;

.cigna-blue {
	color: #188CCC;
}

.dg-black {
	color: #000;
}

.dg-grey {
	color: #C7C7C7;
}

.dg-orange {
	color: #E35325;
}

.dg-lightgray {
	color: #F5F5F5;
}

div#div-question-BankConsentVerification label.control-label {
        padding-top: 27px;
}
/*
* Base structure for left side nav - don't delete
*/

/*
* Global add-ons
*/

/* .sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
} */

/*
* Top navigation
* Hide default border to remove 1px line.
*/
.navbar-fixed-top {
	border: 0;
}

.navbar-brand-image {
	height: 45px;
	position: absolute;
	top: 15px;
	left: 34px;
}

.navbar-inverse .navbar-toggle {
	background-color: #0170bc;
}

/* .navbar {
    overflow: visible;
    position: relative;
    top: -50px;
} */

/*
* Sidebar
*/

/* Hide for mobile, show later */
.sidebar {
	display: none;
}

@media ( min-width : 768px) {
	.sidebar {
		position: fixed;
		top: 51px;
		bottom: 0;
		left: 0;
		z-index: 1000;
		display: block;
		padding: 20px;
		overflow-x: hidden;
		overflow-y: auto;
		/* Scrollable contents if viewport is shorter than content. */
		background-color: #fff;
		border-right: 1px solid #eee;
	}
}

/* Sidebar navigation */
.nav-sidebar {
	margin-right: -21px; /* 20px padding + 1px border */
	margin-bottom: 20px;
	/* margin-left: -20px; */
}

.nav-sidebar>li>a {
	padding-right: 20px;
	padding-left: 20px;
	border-bottom: 1px solid #eee;
}

.nav-sidebar>.active>a, .nav-sidebar>.active>a:hover, .nav-sidebar>.active>a:focus
	{
	color: #1460BB;
	border-right: 0px;
	background-position: left;
	background-repeat: repeat-y;
	background-size: 10px;
	background-image: url('../img/border_blue.png');
	background-color: #F5F5F5;
}

.navbar-title {
	margin-left: 20px;
	margin-bottom: 8px;
	padding-top: 22px;
}

.step-complete {
	background-position: right;
	background-repeat: no-repeat;
	background-size: 35px;
	background-image: url('../img/green_check.PNG');
}

/* 
*End navbar styles 
*/

/*
* Main content
*/
.main {
	padding: 20px;
	min-height: 600px;
	margin-top: 80px;
}

@media ( min-width : 768px) {
	.main {
		padding-right: 40px;
		padding-left: 40px;
	}
}

.main .page-header {
	margin-top: 0;
}

/* DivTable.com styles for tables out of divs */
.divTable {
	display: table;
	width: 100%;
}

.divTableRow {
	display: table-row;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}

.divTableCell, .divTableHead {
	border: 0px;
	display: table-cell;
	padding: 3px 10px;
}

.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}

.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}

.divTableBody {
	display: table-row-group;
}

/* 
*END DivTable Styles            
*/
.collapsed {
	background-color: #0170bc;
	color: #fff;
}

.apply-form-button {
	height: 2.5em;
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 2em;
	margin-top: 1.5em;
	padding-left: 2em;
	padding-right: 2em;
	background-color: #00A9E0;
	color: white;
}

.textbox-big {
	width: 29em;
}

.textbox-double {
	width: 31.50em;
}

.textbox-small {
	width: 15em;
}

.textbox-smaller {
	width: 8.0em;
}

.small-input-row {
	width: 350px;
}

.smaller-input-row {
	width: 250px;
}

.HeaderLarge {
	font-size: 18px;
	color: #00a9e0;
	font-weight: 600;
	font-family: 'Gotham', 'Montserrat', sans-serif;
}

.HeaderSubHeadline {
	font-size: 12px;
	color: #939496;
	font-weight: 600;
	font-family: 'Gotham', 'Montserrat', sans-serif;
}

.footer {
	height: 60px; /*Set the fixed height of the footer here */
	line-height: 60px; /* Vertically center the text there */
	background-color: #F6F5F5;
	border-top: 1px solid #DDD9D9;
	bottom: 0px;
	width: 100%;
	position: absolute;
}

.footer-gray {
	background-color: #F6F5F5;
}

.div-button {
	text-align: center;
	vertical-align: middle;
}

.link-nav {
	font-size: 1.3em;
	font-weight: 500;
}

.arrow-back {
	background-position: center;
	background-image: url('../img/blue_arrow.png');
	background-repeat: no-repeat;
	border-left: 0px;
}

.card-center {
	border-left: 0px;
	border-right: 0px;
	padding-top: 1.5em;
	padding-bottom: 1.0em;
}

.card-tab-back {
	border-right: 0px;
	background-position: left;
	background-repeat: repeat-y;
	background-size: 10px;
	background-image: url('../img/border_green.png');
}

/* STATE CHECKBOX STYLES */
.row-checkbox {
	width: 160px;
	height: 40px;
	padding: 4px;
	margin: 2px;
}

.cb-selected {
	width: 160px;
	height: 40px;
	padding: 4px;
	margin: 2px;
	background-color: #00A9E0;
}

.cb-unselected {
	width: 160px;
	height: 40px;
	padding: 4px;
	margin: 2px;
	background-color: #fff;
}

.cb-left {
	float: left;
	width: 50px;
}

.cb-clear {
	clear: both;
}

/* GRID STYLES */
.table-bar {
	background-color: #F5F5F5;
	padding-top: 1.0em;
	padding-bottom: 1.0em;
}

.form-head {
	color: #333;
	padding-top: 1.5em;
	padding-bottom: .75em;
	padding-left: 12px;
}

/* card styles */
.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	transition: 0.3s;
	border-radius: 5px; /* 5px rounded corners */
}

/* On mouse-over, add a deeper shadow */
.card:hover {
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
}

.card {
    box-shadow: none !important;
}

/* On mouse-over, add a deeper shadow 
.card:hover {
    box-shadow: none !important;
} */

.card-box-stripe {
	border-right: 0px;
	background-position: left;
	background-repeat: repeat-y;
	background-size: 10px;
	background-image: url('../img/border_green.png');
	border-radius: 5px 0 0 5px;
	width: 40px;
}

.card-arrow-back {
	background-image: url('../img/blue_arrow.png');
	background-repeat: no-repeat;
	background-position: center;
	width: 90px;
}

.card-center {
	border-left: 0px;
	border-right: 0px;
	padding-top: 1.5em;
	padding-bottom: 1.0em;
}

.subnav-links {
	padding: 8px 35px 18px 35px;
}

.subnav-links a {
	color: #333 !important;
	font-weight: 600;
}

.subnav-active {
	background-image: url('../img/border_blue.png');
	background-repeat: repeat-x;
	background-position: bottom;
}

/* GRID STYLES */
.cig-table-head {
	color: rgba(0, 72, 134, 0.99);
	background-color: #E4E4E4;
	padding: 8px 12px 8px 12px;
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: .90em;
	font-weight: normal;
}

.cig-table-head-small {
	color: rgba(0, 72, 134, 0.99);
	background-color: #E4E4E4;
	padding: 8px 12px 8px 12px;
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: .70em;
	font-weight: normal;
}

.cig-table-body {
	background-color: #fff;
	color: rgba(0, 72, 134, 0.99);
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: .90em;
	padding: 8px 12px 8px 12px;
}

.cig-table-body2 {
	background-color: #fff;
	color: rgba(0, 72, 134, 0.99);
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: .70em;
	padding: 8px 12px 8px 12px;
}

.table-wrapper {
	border: 1px solid #c7c7c7;
}

.table-pager-right {
	background-color: #fff;
}

.table-pager-left {
	background-color: #fff;
	text-align: left;
}

.grid-pager-drop {
	width: 200px;
	font-size: .75em;
	margin-left: 28px;
	margin-bottom: 12px;
}

.grid-page-link {
	font-size: 1.0EM;
	font-weight: bold;
	color: #188CCC;
}

.page-link-active {
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: 1.0em;
	font-weight: bold;
	width: 1.5em;
	height: 1.5em;
	box-sizing: initial;
	background: #188CCC;
	color: #fff;
	text-align: center;
	border-radius: 50%;
	line-height: 1.60em;
	box-sizing: content-box;
	vertical-align: middle;
}

.pager-icon {
	font-size: 1.5em;
	color: #188CCC;
	margin-top: 2px;
}

.pager-white {
	color: #fff;
}

.pager-info {
	font-size: .65em;
	vertical-align: middle;
	text-align: center;
}

.search-box {
	background-image: url('../img/magnify.png');
	background-position: right;
	background-repeat: no-repeat;
	width: 25em;
}

.summary-header {
	font-weight: 500;
	font-size: 1.75em;
	font-weight: 700;
}

.summary-text {
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.75em;
	font-family: 'Gotham', 'Montserrat', sans-serif;
	padding: 18px 18px 18px 0;
}

.summary-link {
	font-size: 1.5em;
	text-align: center;
	vertical-align: middle;
}

.summary-bottom-border {
	border-bottom: 1px solid #c7c7c7;
}

.summary-thread {
	background-position: left;
	background-repeat: repeat-y;
	background-size: 10px;
	background-image: url('../img/border_light_blue.png');
	padding-left: 1.0em;
	line-height: 1.20em;
}

header {
	background: #fff;
	width: 100%;
	/* height: 76px; */
/* 	position: fixed; */
	top: 0;
	left: 0;
	z-index: 100;
}

#logo {
	margin: 20px;
	float: left;
	width: 138px;
	height: 45px;
	background: url('../../exl/img/logo.png') no-repeat center;
	display: block;
}

nav {
	float: right;
	/* padding: 20px; */
}

#menu-icon {
	display: hidden;
	width: 40px;
	height: 40px;
	background: #0170bc url('../../exl/img/menu-icon.png') center;
}

a:hover#menu-icon {
	background-color: #444;
	border-radius: 4px 4px 0 0;
}

.current {
	color: #0170bc;
}

.LogoHeader {
	display: inline-flex;
	vertical-align: top;
	/* padding-top: 15px; */
}
.LogoHeader >div:nth-child(1) {
	width: 180px;
}
.LogoHeader >div:nth-child(2) {
	width: 100%;
}

/*MEDIA QUERY*/
@media only screen and (max-width : 640px) {
	header {
		/* position: absolute; */
	}
	#menu-icon {
		display: inline-block;
	}
	nav ul, nav:active ul {
		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;
	}
	nav li {
		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;
	}
	nav:hover ul {
		display: block;
	}
}

/* QUOTE FORM STYLES */
.box-button-text {
	width: 70%;
	font-size: 6.0vh;
	padding-left: 15px;
}

.box-button-arrow {
	width: 10%;
}

.button-small {
	height: 2.5em;
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 2em;
	margin-top: 1.5em;
	padding-left: 2em;
	padding-right: 2em;
	background-color: #28a745;
	color: white;
}

.button-small-blue {
	height: 2.5em;
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding-left: 2em;
	padding-right: 2em;
	background-color: #00A9E0;
	color: white;
}

.progress {
	border-radius: 0px;
	width: 80%;
	position: relative;
/* 	top: 62px; */
	margin: auto;
}

.progress-bar {
	background-color: #28a745;
}

.progress-bar-complete {
	background-color: #0170bc;
}

.quote-form-top-padding {
	padding-top: 4em;
}

.top-padding {
	padding-top: .25em;
}

.quote-form-button {
	height: 2.5em;
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 2em;
	margin-top: 1.5em;
	padding-left: 2em;
	padding-right: 2em;
	background-color: #28a745;
	color: white;
}

.quote-form-bold {
	font-size: 1.25em;
	font-weight: 600;
}

.quote-form {
	color: #505050;
	font-size: 1.25em;
	font-weight: normal;
}

.quote-form-callout {
	width: 100%;
}

.quote-header {
	margin-top: 1.0em;
	margin-bottom: 1.70em;
	color: #505050;
}

.quote-fine {
	font-size: .75em;
}

.quote-table-td {
	width: 33%;
	padding: 2.0em 2em 2.0em 2em;
}

.card-callout-spacing {
	margin-top: 15px;
	margin-bottom: 38px;
}

.orange-notice-callout {
	background-color: #FCF0D6;
	padding: 12px;
}

.icon-spacing {
	text-align: center;
	padding-top: 40px;
}

.quote-box {
	border: 2px solid #eee;
	width: 180px;
	height: 180px;
	margin: .25em .75em .25em .75em;
}

.quote-total {
	font-size: 3.0em;
	font-weight: 400;
}

.quote-total-green {
	font-size: 5.0em;
	font-weight: 700;
	color: #39B54A;
}

.quote-plan {
	font-size: 1.20em;
	font-weight: 600;
}

.quote-dental-head {
	font-size: 1.0em;
	line-height: .9em;
	font-weight: 600;
	padding-left: 8px;
}

.quote-savings {
	color: #0170bc;
	font-weight: 700;
}

.quote-price {
	font-size: 3.0em;
	font-weight: bold;
}

.quote-price-super {
	font-size: .55em;
	font-weight: bold;
}

.quote-price-white {
	font-size: 3.0em;
	font-weight: bold;
	color: #fff;
}

.quote-enroll-button {
	height: 2.5em;
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: 2em;
	font-weight: bold;
	margin-bottom: 2em;
	margin-top: 1.5em;
	padding-left: 2em;
	padding-right: 2em;
	background-color: #E35205;
	color: white;
}

.navy-callout {
	background-color: #004986;
	color: #fff;
	font-size: 1.60em;
	font-weight: 600;
	text-align: center;
	vertical-align: middle;
}

.light-blue-callout {
	background-color: #C9EAFD;
	font-size: 1.25em;
	font-weight: 600;
}

.or-call {
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: 2em;
	font-weight: bold;
}

.open-hours {
	font-family: 'Gotham', 'Montserrat', sans-serif;
	font-size: 1.8em;
	font-weight: 300;
}

.cigna-phone {
	font-size: 3.0em;
	font-weight: 700;
}

.cigna-radio-container {
	width: 125px;
	padding-left: 12px;
}

.cigna-radio-container2 {
	width: 145px;
	padding-left: 12px;
}

.radio-container-jumbo {
	width: 275px;
	padding-left: 12px;
}

.cigna-radio-unselected {
	height: 3.0em;
	border-radius: 6px;
	background-color: #F5F5F5;
	border: 4px solid #f5f5f5;
	padding-top: 8px;
}

.cigna-radio-selected {
	height: 3.0em;
	border-radius: 6px;
	background-color: #F5F5F5;
	border: 4px solid #0170bc;
	padding-top: 8px;
}

.table-pad {
	padding: 18px;
	vertical-align: top;
}

.table-pad-row {
	padding-top: 12px;
	padding-bottom: 12px;
}

.table-pad-left {
	padding-left: 12px;
}

.table-pad-top {
	padding-top: 12px;
}

.table-control {
	padding: 18px 0 18px 0;
}

.table-num {
	vertical-align: top;
	text-align: center;
	padding-top: 18px;
}

.form-thread {
	background-position: left;
	background-repeat: repeat-y;
	background-size: 10px;
	background-image: url('../img/border_light_blue.png');
	padding-left: 1.80em;
	line-height: 1.20em;
	margin-left: 2.0em;
}

.question-number {
	vertical-align: top;
	padding-top: 12px;
}



.cigna-blue { color:#188CCC; }
.dg-black { color:#000;}
.dg-grey { color: #C7C7C7;}
.dg-orange { color:#E35325; }

/*
* Base structure for left side nav - don't delete
*/

/*
* Global add-ons
*/

/* .sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
} */

/*
* Top navigation
* Hide default border to remove 1px line.
*/
.navbar-fixed-top {
    border: 0;
}

.navbar {
    background-color:#fff;
    /* border-bottom:1px solid #eee; */
    /* padding-top:12px; */
    /* padding-bottom:6px; */
    width: 100%;
    margin-bottom: 25px;
    margin-top:4px;
}

.navbar-brand-image {
    height:45px;
    position: absolute; 
    top: 15px; 
    left: 34px;    
}

.navbar-inverse .navbar-toggle {
    background-color:#0170bc;
}

/* .navbar {
    overflow: visible;
    position: relative;
    top: -50px;
} */
   


/*
* Sidebar
*/

/* Hide for mobile, show later */
.sidebar {
    display: none;
}
@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #fff;
        border-right: 1px solid #eee;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    /* margin-left: -20px; */

}
.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
    border-bottom: 1px solid  #eee;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #1460BB;
    border-right:0px;
    background-position: left; 
    background-repeat: repeat-y;
    background-size:10px;
    background-image: url('../img/border_blue.png');
    background-color:#F5F5F5;
}

.navbar-title {
    margin-left:20px;
    margin-bottom:8px;
    padding-top:22px;
}   

/* 
*End navbar styles 
*/


/*
* Main content
*/

.main {
    padding: 20px;
}

@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}
.main .page-header {
    margin-top: 0;
}



/* DivTable.com styles for tables out of divs */
.divTable{
	display: table;
	width: 100%;
}
.divTableRow {
	display: table-row;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
}
.divTableCell, .divTableHead {
	border: 0px;
	display: table-cell;
	padding: 3px 10px;
}
.divTableHeading {
	background-color: #EEE;
	display: table-header-group;
	font-weight: bold;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

/* 
*END DivTable Styles            
*/
          

            
.collapsed {
    background-color:#0170bc;
    color:#fff;
}

.apply-form-button {

    height: 2.5em;
    font-family: 'Gotham','Montserrat', sans-serif;
    font-size: 2em;
    font-weight:bold;
    margin-bottom: 2em;
    margin-top:1.5em;
    padding-left:2em;
    padding-right:2em;
    background-color:#00A9E0;
    color:white;
    
}    
            
.textbox-big
{
    width:29em;
}

.textbox-double
{
    width:31.50em;
}

.textbox-small {
    width: 15em;
}

.small-input-row {
    width:350px;
  }

.smaller-input-row {
    width:250px;
}


.HeaderLarge {
    font-size: 18px;
    color:#00a9e0;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
  }
  
  .HeaderSubHeadline {
    font-size: 12px;
    color:#939496;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
  }
  
  .footer {
      
    height: 60px; /*Set the fixed height of the footer here */ 
    line-height: 60px; /* Vertically center the text there */
    background-color:#F6F5F5;
    border-top:1px solid #DDD9D9;
  }
  
  .footer-gray {
      background-color:#F6F5F5;
  }

  .div-button {
    text-align:center;
    vertical-align:middle;
  }
  .link-nav {
    font-size:1.3em;
    font-weight: 500;
  }

  .arrow-back {
    background-position: center; 
    background-image: url('../img/blue_arrow.png');
    background-repeat: no-repeat;
    border-left:0px;
}

.card-center {
    border-left:0px;
    border-right:0px;
    padding-top:1.5em;
    padding-bottom: 1.0em;
}

.card-tab-back {
    border-right:0px;
    background-position: left; 
    background-repeat: repeat-y;
    background-size:10px;
    background-image: url('../img/border_green.png');
}


/* STATE CHECKBOX STYLES */
.row-checkbox {
    width:160px;
    height:40px;
    padding:4px;
    margin:2px;
} 

.cb-selected {
    width:160px;
    height:40px;
    padding:4px;
    margin:2px;
    background-color:#00A9E0;
}

.cb-unselected {
    width:160px;
    height:40px;
    padding:4px;
    margin:2px;
    background-color: #fff;
}

.cb-left {
    float:left;
    width:50px;
}

.cb-clear {
    clear:both;
}

/* GRID STYLES */
.table-bar {
    background-color: #F5F5F5;
    padding-top:1.0em;
    padding-bottom:1.0em;

}

.form-head {
    color: #333;
    padding-top:1.5em;
    padding-bottom:.75em;
    padding-left:12px;
}



/* card styles */
.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    border-radius: 5px; /* 5px rounded corners */
}

/* On mouse-over, add a deeper shadow */
.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card-box-stripe {
    border-right:0px;
    background-position: left; 
    background-repeat: repeat-y;
    background-size:10px;
    background-image: url('../img/border_green.png');
    border-radius: 5px 0 0 5px;
    width:40px;
}

.card-arrow-back {
 background-image: url('../img/blue_arrow.png');
 background-repeat:no-repeat;
 background-position:center;
 width:90px;
}

.card-center {
    border-left:0px;
    border-right:0px;
    padding-top:1.5em;
    padding-bottom: 1.0em;
}

.subnav-links {
    padding:8px 35px 18px 35px;

}

.subnav-links a {
    color: #333 !important;
    font-weight: 600;
}

.subnav-active {
    background-image: url('../img/border_blue.png');
    background-repeat: repeat-x;
    background-position: bottom;
}

/* GRID STYLES */

.cig-table-head {
    color:rgba(0, 72, 134, 0.99);
    background-color:#E4E4E4;
    padding:8px 12px 8px 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .90em;
    font-weight: normal;
    
}

.cig-table-head-small {
    color:rgba(0, 72, 134, 0.99);
    background-color:#E4E4E4;
    padding:8px 12px 8px 12px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: .70em;
    font-weight: normal;
    
}

.cig-table-body {
  background-color: #fff;
  color:rgba(0, 72, 134, 0.99);
  font-family: 'Montserrat', Helvetica, sans-serif;
  font-size: .90em;
  padding:8px 12px 8px 12px;
}
.cig-table-body2 {
    background-color: #fff;
    color:rgba(0, 72, 134, 0.99);
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: .70em;
    padding:8px 12px 8px 12px;    
}

.table-wrapper {
  border:1px solid #c7c7c7;
}

.table-pager-right {
  background-color: #fff;

}

.table-pager-left {
  background-color:#fff;
  text-align:left;
}

.grid-pager-drop {
  width:200px;
  font-size:.75em;
  margin-left:28px;
  margin-bottom:12px;
}

.grid-page-link {
  font-size: 1.0EM;
  font-weight: bold;
  color:#188CCC;
}

.page-link-active {
    font-family: 'Montserrat',Arial, sans-serif;
    font-size: 1.0em;
    font-weight: bold;

    width: 1.5em;
    height:1.5em;
    box-sizing: initial;

    background: #188CCC;
    color: #fff;
    text-align: center;
    border-radius: 50%;    

    line-height: 1.60em;
    box-sizing: content-box;   
    vertical-align: middle;
}

.pager-icon{
  font-size:1.5em;
  color:#188CCC;
  margin-top:2px;
}

.pager-white {
  color:#fff;
}

.pager-info {
  font-size: .65em;
  vertical-align: middle;
  text-align: center;
}


.search-box {
    background-image: url('../img/magnify.png');
    background-position: right;
    background-repeat: no-repeat;
    width: 25em;
}

.summary-header {
    font-weight: 500;
    font-size: 1.5em;
}


a {
    color: #0170bc;
    text-decoration: none;
    font-weight: bold;
    }
    
    a:hover {
    color: #444;
    }
    
    header {
    
background: #fff;
    
width: 100%;
    
/* height: 76px; */
    
/* position: fixed; */
    
top: 0;
    
left: 0;
    
z-index: 100;
    
clear: both;
    }
    
    #logo{
    
    margin: 20px;
    float: left;
    width:138px;
    height: 45px;
    background: url('../../exl/img/logo.png') no-repeat center;
    display: block;
    
    }
    
    nav {
    
float: right;
    
/* padding: 20px; */
    }
    
    #menu-icon {
    
    display: hidden;
    width: 40px;
    height: 40px;
    background: #0170bc url('../../exl/img/menu-icon.png') center;
    
    }

    a:hover#menu-icon {
    
    background-color: #444;
    border-radius: 4px 4px 0 0;
    
    }
    ul.exceptioncontent {
        list-style: disc;
    }
    ul.exceptioncontent li {
        display: list-item;
    }
    ul {
    
    list-style: none;
    
    }
    
    li {
    
    display: inline-block;
    float: left;
    padding: 10px
    
    }
    
    .current {
    
    color:#0170bc;
    
    }

    .LogoHeader{
        display: inline-flex;
        vertical-align: top;
        width:80%;
        /* padding-top:15px; */
    }
    
    /*MEDIA QUERY*/
    @media only screen and (max-width : 640px) {
    
    header {
        /* position: absolute; */
    }
    
    #menu-icon {
        display:inline-block;
    }
    
    nav ul, nav:active ul { 
        display: none;
        position: absolute;
        padding: 20px;
        background: #fff;
        border: 5px solid #444;
        right: 20px;
        top: 60px;
        width: 50%;
        border-radius: 4px 0 4px 4px;
    }
    
    nav li {
        text-align: center;
        width: 100%;
        padding: 10px 0;
        margin: 0;
    }
    
    nav:hover ul {
        display: block;
    }
    }


    /* QUOTE FORM STYLES */
    .box-button-text {
        width:70%;
        font-size: 6.0vh;
        padding-left:15px;
    }
    
    .box-button-arrow {
        width:10%;
    }

    .button-small {
        height: 2.5em;
        font-family: 'Montserrat', sans-serif;
        font-size: 1em;
        font-weight:bold;
        margin-bottom: 2em;
        margin-top:1.5em;
        padding-left:2em;
        padding-right:2em;
        background-color:#28a745;
        color:white;
    }

    
    .progress-bar {
        background-color:#28a745;

		display: block;
		position: fixed;
		top: 5.7em;
		height: 1em;
		left:7.7em;
    }
    
    .progress-bar-complete {
        background-color: #0170bc;

    }
    
    .quote-form-top-padding {
        padding-top:4em;
    }

    .top-padding {
        padding-top:.25em;
    }
    
    
    .quote-form-button {
        height: 2.5em;
        font-family: 'Montserrat', sans-serif;
        font-size: 2em;
        font-weight:bold;
        margin-bottom: 2em;
        margin-top:1.5em;
        padding-left:2em;
        padding-right:2em;
        background-color:#28a745;
        color:white;
    }
    .quote-form-bold {
      font-size: 1.25em;
      font-weight: 600;
    }
    
    .quote-form {
      color: #505050;
      font-size: 1.25em;
      font-weight: normal;
    }
    
    .quote-form-callout {
      width: 100%;
    }
    
    .quote-header {
        margin-top:1.0em;
        margin-bottom:1.70em;
        color:#505050;
    }

    .quote-fine {
        font-size:.75em;
    }

    .quote-table-td {
        width:33%;
        padding:2.0em 2em 2.0em 2em;
    }
    
    
    .card-callout-spacing {
        margin-top:15px;
        margin-bottom:38px;
    }

    .orange-notice-callout {
        background-color: #FCF0D6;
        padding:12px;
    }

    .icon-spacing {
        text-align:center;
        padding-top:40px;
    }

    .quote-box {
        border:2px solid #eee;
        width:180px;
        height:180px;
        margin: .25em .75em .25em .75em;
    }

    
    .quote-total {
        font-size:3.0em;
        font-weight:400;
    }
    
    .quote-total-green {
        font-size:5.0em;
        font-weight:700;
        color: #39B54A;
    }
    
    .quote-plan {
        font-size:1.20em;
        font-weight: 600;
    }

    .quote-dental-head {
        font-size:1.0em;
        line-height: .9em;
        font-weight: 600;
        padding-left:8px;
    }

    .quote-savings {
        color: #0170bc;
        font-weight: 700;
    }
    
    .quote-price {
        font-size: 3.0em;
        font-weight: bold;
    }
    .quote-price-super{
        font-size: .55em;
        font-weight: bold;
    }
    .quote-price-white {
        font-size: 3.0em;
        font-weight: bold;
        color:#fff;
    }

    .quote-enroll-button {
        height: 2.5em;
        font-family: 'Montserrat', sans-serif;
        font-size: 2em;
        font-weight:bold;
        margin-bottom: 2em;
        margin-top:1.5em;
        padding-left:2em;
        padding-right:2em;
        background-color:#E35205;
        color:white;
    }  

    .navy-callout {
        background-color:#004986;
        color:#fff;
        font-size: 1.60em;
        font-weight: 600;
        text-align: center;
        vertical-align: middle;
    }
    
    .light-blue-callout {
        background-color: #C9EAFD;
        font-size: 1.25em;
        font-weight: 600;
    }

    .or-call {
        font-family: 'Montserrat', sans-serif;
        font-size: 2em;
        font-weight:bold;    
    }    

    .open-hours {
        font-family: 'Montserrat', sans-serif;
        font-size: 1.8em;
        font-weight:300;       
    }

    .cigna-phone {
        font-size:3.0em;
        font-weight:700;
    }

/* hide all the page names from the UI */
.page-header-name {display: none}

/* overriding border color as it's not required  */
.navbar-inverse{
	border: 1px solid #fff;
}
    