/* ==========================================================================
Author's custom styles
========================================================================== */

@font-face {
    font-family: 'alright_sansthin';
    src: url('../styles/fonts/alrightsans_thin_mod-webfont.woff2') format('woff2'),
         url('../styles/fonts/alrightsans_thin_mod-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'alright_sanslight';
    src: url('../styles/fonts/alrightsans_light_mod-webfont.woff2') format('woff2'),
         url('../styles/fonts/alrightsans_light_mod-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'alright_sansregular';
    src: url('../styles/fonts/alrightsans_regular_mod-webfont.woff2') format('woff2'),
         url('../styles/fonts/alrightsans_regular_mod-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'alright_sansmedium';
    src: url('../styles/fonts/alrightsans_medium_mod-webfont.woff2') format('woff2'),
         url('../styles/fonts/alrightsans_medium_mod-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'alright_sansbold';
    src: url('../styles/fonts/alrightsans_bold_mod-webfont.woff2') format('woff2'),
         url('../styles/fonts/alrightsans_bold_mod-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
	font-family: 'helvetica_lt_stdlight';
	src: url('../styles/fonts/helveticaltstd_light-webfont.eot');
	src: url('../styles/fonts/helveticaltstd_light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../styles/fonts/helveticaltstd_light-webfont.woff') format('woff'),
	url('../styles/fonts/helveticaltstd_light-webfont.ttf') format('truetype'),
	url('../styles/fonts/helveticaltstd_light-webfont.svg#helvetica_lt_stdlight') format('svg');
	font-weight: normal;
	font-style: normal;
}


@font-face {
	font-family: 'helvetica_lt_stdregular';
	src: url('../styles/fonts/helveticaltstd_roman-webfont.eot');
	src: url('../styles/fonts/helveticaltstd_roman-webfont.eot?#iefix') format('embedded-opentype'),
	url('../styles/fonts/helveticaltstd_roman-webfont.woff') format('woff'),
	url('../styles/fonts/helveticaltstd_roman-webfont.ttf') format('truetype'),
	url('../styles/fonts/helveticaltstd_roman-webfont.svg#helvetica_lt_stdregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Glyphicons Halflings';
	src: url('../styles/fonts/glyphicons-halflings-regular.eot');
	src: url('../styles/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../styles/fonts/glyphicons-halflings-regular.woff') format('woff'), url('../styles/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../styles/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}


body {
	font-size: 15px;
	font-family: arial;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	/* Margin bottom by footer height */
	margin-bottom: 161px;
	background-color: #ffffff;
}

#content {
	background-color: #fff;
}

#content .container:last-child {
	border-bottom: 0px;
}

html {
	position: relative;
	min-height: 100%;
}

.container {
	position: relative;
}

#content .container {
 	padding-top: 36px;
 	padding-bottom: 22px;
}

#content .container .row:first-child {
 	/* background-color: beige; */
 	margin-top: 0;
}

/* ==========================================================================
Mobile < 768 styles
========================================================================== */

h1, .h1 {
	font-size: 27px;
	margin-top: 0;
}

h2, .h2 {
	font-size: 22px;
	line-height: 1.3;
	margin-top: 0;
}

h3, .h3 {
	font-size: 17px;
}

p {
	margin: 0 0 14px;
}

li {
	font-size: 14px;
}

ul li {
    background: url(../images/bullet.svg) no-repeat 0px 9px;
    background-size: 7px;
    padding: 0 0 0px 20px;
    margin-bottom: 4px;
}

#content ul + ul {
	margin-left: 30px;
}


ul li ul {
    display:block;
}

ul li ul+ul {
    margin-top: 0px;
}

sup {
    top: -1.0em;
}
 
sub, sup {
    position: relative;
    font-size: 43%;
    line-height: 0;
    vertical-align: baseline;
}

.row {
	/* text-align: center; */
	margin-top: 15px;
	margin-bottom: 0px;
	padding-top: 0;
	padding-bottom: 0;
}

#home_buckets> .row  {
	border-top: 1px solid #e0e4e7;
	border-bottom: 1px solid #e0e4e7;
	background-color: #ffffff;
	text-align: center;
}

.iconography {
	display: none;
	float: right;
}

/* Table styles 
-------------------------------------------------- */

.tableHeaders {

    border-top: none !important;
}


/* Head styles
-------------------------------------------------- */

.search {
}

#loginBtn {
	font-size: 18px;
	width: 144px;
	height: 33px;
	padding: 7px 0 0 0 !important;
	margin: 0 0 0 0;
	text-align: center;
}

#logo {
	top: -11px;
	left: 15px;
	width: 152px;
	height: 22px;
}

#logo img {
	width: 100%;
}

.navbar {
	min-height: 51px;
	margin-bottom: 0;
}

.search {
	width: 199px;
}

.searchfield {
	width: 165px;
}

#phoneNumber {
	display: none;
}

/* Main Navigation styles
-------------------------------------------------- */
#nav {
	margin: 0 -15px;
}

#nav > li {
	display: block;
	margin: 0;
	position: relative;
	font-size: 15px;
}

.nav li {
	background: none;
	padding-left: 0;
	font-size: 15px;
}

.navbar-right li {
    margin-bottom: 0;
}

.nav .social {
	padding-left: 8px;
	display: inline-block;
}

.nav .social {
	padding-left: 8px;
	display: inline-block;
}

.nav .social a{
	    padding-bottom: 16px;
}

#nav > li > a {
	color: #393939;
	padding-bottom: 7px;
	position: relative;
	display: block;
	padding: 10px 15px;
}

#nav > li > a:hover {
	color: #ffffff;
	background-color: #f16935;
	text-decoration: none;
}

#nav > li > a:focus {
	background: #f5f5f5;
	color: #393939;
	text-decoration: none;
}

#nav > li+li+li+li+li {
	padding: 0 0 0 18px;
}

.dropdown-menu {
	position: relative;
	top: 100%;
	left: 0;
	display: none;
	float: none;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	background-color: #fff;
	border: none;
	border: none;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
	background-clip: initial;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #00aaf8;
}

.navbar-toggle {
	background-color: #f16935;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}

.navbar-default .navbar-toggle {
	border-color: transparent;
}

.navbar-right {
	margin-right: 0px;
}

.navbar-nav {
    margin: 7.5px -15px;
}

#home_buckets .col-sm-12:first-child {
	margin-top: 20px;
}


#home_buckets .col-sm-6:first-child {
	margin-top: 20px;
}


/* Top Right Navigation styles
-------------------------------------------------- */

.navbar-nav {
	margin-top: 0;
	margin-bottom: 0;
}

ul.navbar-nav {
display: block;
}


.navbar-default  .navbar-nav > li > a {
	padding-top: 8px;
	padding-bottom: 7px;
}

.navbar-default  .navbar-nav > li + li + li + li + li> a{
 background-color: #00afff;
 color: #fff;
}

.navbar-default  .navbar-nav > li:last-child a{
 background-color: transparent;

}


.navbar-default .navbar-nav>li>a {
    color: #ffffff;
}

.navbar-nav > li + li +li+ li > a{
 background-color: transparent;
}
.navbar-nav > li + li +li+ li+ li+ li{
 margin-left: 10px;
 margin-top: 7px;
 margin-bottom: 3px;
}


.navbar-default .navbar-nav>li>a {
	color: #393939;
}

.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
	color: #ffffff;
	background-color: #f16935;
}

.navbar-default {
	background-color: #fff;
}

.navbar-right .dropdown-menu {
	top: 35px;
}

.navbar-right .dropdown-menu > li > a {
	font-size: 14px;
}

/* Left Navigation styles
-------------------------------------------------- */

#navLeft {
	display: none;
}


/* Social Nav Icons main */

.social + .social + .social {
	display: none;
}

.social a {
	width: 23px;
	height: 23px;
	padding-right: 6px;
}

.social {
	border-left: 0px;
}

/* Main Body styles
-------------------------------------------------- */

.jumbotron {
    background-color: #008ccc;
    text-align: center;
}

.jumbotron, .subpageHeader {
	margin-top: 0px;
	padding: 6px 0px 0px;
}
.jumbotron .container {
	background-color: #008ccc; 
}

.subpageHeader {
	border-top: 1px solid #e2e2e2;
	background-color: #fff;
}

.jumbotron .container {
	background-color: #008ccc;
}

#heading {
	font-family: 'alright_sanslight';
	color: #008ccc;
	display: block;
	font-size: 27px;
	padding: 22px 0px;
}


.subpageHeader .container {
	margin: 0 15px;
	padding: 0;
}

.subpageHeader .container .row .col-sm-12 {
	margin: 0;
	padding:0;
}

.jumbotron .hero-text {padding: 26px 0;}

.subpageHeader #here-text {
	width: 400px;
	height: 250px;
}

#content .container>.row>.col-sm-4+.col-sm-8 {
	margin-top: 20px;
}

.jumbotron #hero-img {
	display: none;
	position: absolute;
	right: 15px;
}

.jumbotron h1, .jumbotron .h1, .subpageHeader .h1 {
	font-size: 28px;
}

.subpageHeader .h1 {
	margin-bottom: 20px;
}


.jumbotron p, .subpageHeader p {
	line-height: 1.4;
}

.jumbotron p {
	font-size: 17px;
}

#carousel-home .carousel-item .hero-text .footnote>small>p {
    font-size: 12px;
}

.subpageHeader #hero-img {
	display: none;
	position: absolute;
	right: 15px;
}

.callout .h2 {
	margin-top: 0px;
	margin-bottom: 18px;
	display: block;
	font-size: 26px;
}

.callout .col-sm-12 .h2 {
	margin-top: 0px;
	margin-bottom: 10px;
}

.callout .col-sm-6 img, .callout .col-sm-12 img{
   	display:none;
}

.col-sm-4 > .callout {
    margin-top: -30px;
}

.col-sm-4 > .callout>.row{
    margin-top: -30px;
}


/* Responsive Slider (Carousel) styles
-------------------------------------------------- */

.jumbotron #carousel_btns {
    display: none;
}

.carousel-indicators {
    bottom: -61px;
}

.jumbotron .hero-text ul {
	padding-bottom: 0;
	margin-bottom: 0;
	/* margin-left: 27px; */
}

#carousel-home .carousel-item .hero-text ul{
	display: inline-block;
}

#carousel-home .carousel-item .hero-text ul li{
	text-align: left;
	background: url(../images/bullet_w.svg) no-repeat 0px 10px;
	background-size: 7px;
	padding: 0 0 0px 17px;
	margin-bottom: 4px;
}



/* Table styles
-------------------------------------------------- */


td {
	vertical-align: top;
	padding: 10px;
	font-size: 1em;
	font-family: Helvetica, Arial,sans-serif;
}

td h3 {
	color: #373737;
	text-indent: 0;
	margin-top: 0;
}


/* Button styles
-------------------------------------------------- */

.btn {
	font-family: 'helvetica_lt_stdregular';
	display: inline-block;
	padding: 0px;
	margin-bottom: 0;
	font-weight: normal;
	line-height: 1.428571429;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 3px solid transparent;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.btn-primary, .btn-default {
	font-size: 16px;
	padding: 6px 28px
}
.btn-iconPlus {
	margin: 0px 0px 1px 4px; 
	padding: 6;
}

.btn-bucket {
	padding: 20px 5px;
	width: 100%;
	border: 1px solid #e7e7e7;
}

.btn-bucket:hover{
	border: 1px solid #e7e7e7;
}

.btn-iconPlus  {margin: 0px 0px 1px 4px;}


/* Ask IBX  styles
-------------------------------------------------- */

#ask-contactText {
    background-color: #158dca;
    width: 100%;
    height: 76px;
    vertical-align: top;
    display: table-header-group;
}

#ask-contactText h1, #ask-contactText .h1{
	color: #ffffff;
	font-family: 'alright_sanslight';
	display: inline-block;

}

#ask-contactText h1, #ask-contactText .h1{
	font-size: 26px;
	margin-top: 26px;
	margin-left: 18px;
}

#ask-contactText img {
    width: 50px;
    height: 45px;
    margin-left: 10px;
    margin-bottom: 13px;
}

#askIBX {
	background-color: #eff4f7;
	/* padding: 15px; */
	display: table;
	width: 100%;
	text-align: center;
}

.container>#askIBX-box {
	    padding: 0;
	    margin-top: 0;
	    border: 0;
}

#askIBX-box>.col-sm-12 {
	padding: 0px;
}

#content>.container>.row#askIBX-box {
	    background-color: transparent;
	    margin-top: 0;
}

#ask-contactSearch {
    /* background-color: #eff4f7; */
    /* border: 1px solid #c4c4c4; */
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 100%;
    display: table-footer-group;
}
		
#ask-contactSearch span {
	color: #158dca;
	font-size: 21px;
	font-family: 'alright_sansregular';
	margin-bottom: 13px;
	display: block;
	margin-top: 17px;
}

#ask-contactSearch input {
    padding: 5px 10px;
    -webkit-appearance: textfield;
    width: 93%;
}

.ask-popupbox input {
    width: 70%;
    display: block;
}

#ask-contactSearch p {
    margin: 13px 0;
    font-size:13px;
    line-height: 1.6;
}

.simplePopupClose {
	float:right;
	cursor:pointer;
	margin-top: 7px;
	margin-right: 20px;
}


.ask-contactButton {
	color: #ffffff;
	background-color: #f16935;
	border-color: #ffffff;
	padding: 8px 33px;
	margin-left: 0;
	margin-top: 20px;
	margin-bottom: 11px;
	font-size: 15px;
	border-radius: 25px;
	line-height: 1.33;
	text-decoration: none;
	/* font-weight: bold; */
	position: relative;
	display: inline-block;
	top: 0;
}

.ask-contactButton:hover, .ask-contactButton:focus  {
	color: #fff;
    background-color: #00aaf8;
    border-color: #ffffff;
    text-decoration: none;
}

#ask-popuptitle img {
	width: 50px;
	height: 61px;
	margin-left: 15px;
	margin-bottom: 9px;
}

#ask-popuptitle .h1 {
	font-size: 30px;
	margin-top: 13px;
	margin-left: 40px;
}

ul.ui-widget-content {
	z-index: 20001;
}

ul.ui-widget-content li { 
	list-style: none;
	background: none;
    background-size: 0;
    padding: 0;
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 4px 1em 4px .7em;
    display: block;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #77a9c7;
    background: #c4e9ff;
    font-weight: bold;
    color: #4c4444;
}

#status ul li {
    background: none;
    background-size: 0;
    padding: 0 0 0px 0px;
    margin-bottom: 4px;
}

/* Popup Styles */

#popup h2 {
	font-size: 30px;
    font-family: 'alright_sanslight';
}

#popup h5{
	font-size: 18px;
    font-family: 'alright_sansregular';
    margin-bottom: 12px;
    margin-top: 26px;
}

.ask-popupbox {
	width: 100%;	
}

#ask-popuptitle {
    background-color: #008ccc;
    height: 60px;
}


.ask-popupbox input {
    width: 70%;
    display: inline-block;
    padding: 5px 10px;
    margin-left: 40px;
    margin-bottom: 20px;
    -webkit-appearance: textfield !important;
}

/* IBX ASK Tab */

#tab {
	  background: #008BCC;
	  border: #008BCC 1px solid;
	  border-radius: 5px 0 0 5px;
	  position: fixed;
	  right: 0px;
	  top: 255px;
	  width: 48px;
	  cursor:pointer;
	  z-index: 500;
}

#tab #close{
	margin-left: 16px;
	margin-top: 11px;
}

#tab-label {
  height: 146px;
  margin-bottom: 8px;
}

.tab-btn {
    width: 48px;
    height: 40px;
    margin: 0 auto 0px;
    cursor: pointer;
    border-top: 1px solid #1ba6ee;
}

#tab-expand {
  
}

#tab-close {
  background-position: -139px -13px;
  margin-bottom: 0;
}

.turn{  
	transform: rotate(90deg);
	transform-origin: left top 0;
	-ms-transform: rotate(90deg); /* IE 9 */
	-ms-transform-origin: left top 0; /* Safari */   
	-webkit-transform: rotate(90deg); /* Safari */
	-webkit-transform-origin: left top 0; /* Safari */
    width: 100px;
    color: #fff;
    margin-top: 13px;
    margin-left: 39px;
    font-size: 22px;
}

#icon-ask {
	width: 34px;
    height: 31px;
    margin-top: 11px;
    margin-left: 7px;
}


/* Footer styles
-------------------------------------------------- */

footer {
	font-size: 11px;
}

	#content footer .container {
    	border-bottom: 0;
 }

#footer-links {
	margin: 0;
	float: left;
}

.container .credit {
	margin: 10px 0 0 0;
	clear: both;
}

footer li > a {
	margin: 0px;
	font-size: 11px;
}

footer li > a + a {
	margin: 0 0 0 10px;
}

.row#updated {
	text-align: left;
	padding: 40px 0 12px;
}


@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.container .jumbotron {
		padding-right: 60px;
		padding-left: 60px;
	}
	.jumbotron h1, .jumbotron .h1,
	.jumbotron .h1 {
		font-size: 63px;
	}

}

/* ==========================================================================
768 - 992 custom styles
========================================================================== */

@media (min-width: 768px) {

	body {
		font-size: 15px;
		line-height: 1.5;
		background-color: transparent;
	}

	#heading {
	    font-size: 36px;
	    padding: 40px 0px 37px;
	}

	#home_buckets .row {
		padding-top: 20px;
		padding-bottom: 20px;
		border: none;
		background-color: transparent;
		text-align: left;
	}

	.row#updated {
    	padding: 0;
    	margin-top: 0px;
    	margin-bottom: 0;
  	}	

	.row {
		text-align: left;
		margin-top: 25px;
		padding-bottom: 0;
		padding-top: 0;
	}

	#content .container>.row>.col-sm-4+.col-sm-8 {
		margin-top: 0px;
	}

	.callout {
		margin-bottom: 20px;
	}
 	
 	.callout .col-sm-12 {
   		 /* text-align: center; */
 	}

 	.col-sm-4 > .callout , #content .container .row .col-sm-4 > .callout>.row{
 		/* background-color:aquamarine; */
 		margin-top: 0;
 	}

	#content .container {
    	padding-top: 36px;
    	padding-bottom: 22px;
   }

	#content .container .row:first-child {
    	margin-top: 0;
   }

	h1, .h1 {
		font-size: 30px;
		margin-top: 0;
	}

	h2, .h2 {
		font-size: 22px;
	}

	h3, .h3 {
		font-size: 20px;
	}

	#content ul + ul {
		margin-left: 30px;
	}


	li {
		font-size: 15px;
	}
	
	ul li ul {
		    display: inline-block;
	}

	ul li ul+ul {
    	margin-left: 45px;
    	
	}

	#home_buckets> .row {
    	text-align: left;
	}

	.iconography {
		display: block;
	}
	#home_buckets .row#askIBX-box {
		padding-bottom: 0;
	}


	.media-icon {
	    width: 90px;
	    height: 90px;
	    padding-right: 8px;
	}

	/* Head styles
	-------------------------------------------------- */

	.search {
		position: absolute;
	}

	#loginBtn {
		font-size: 18px;
		width: 144px;
		height: 33px;
		padding: 7px 0 0 0 !important;
		margin: 0 0 0 0;
		text-align: center;
	}

	#logo {
		top: 50px;
		left: 0px;
		width: 230px;
		height: 29px;
	}

	.navbar {
		height: 35px;
		min-height: 35px;
		margin-bottom: 20px;
	}

	.search {
		width: 187px;
		top: 166px;
		right: 15px;
		position: absolute;
	}

	.searchfield {
		width: 153px;
	}

	#phoneNumber {
		display: block;
	}

	/* Main Navigation styles
	-------------------------------------------------- */
	#nav {
		top: 170px;
		position: absolute;
		margin: 0;
	}

	#nav > li {
		display: inline-block;
		margin: 0;
		padding-bottom: 20px;
		position: relative;
		font-size: 15px;
		float: left;
	}

	#nav > li + li +li + li a {
		/* border-right: 1px solid #e2e2e2; */
	}

	#nav > li > a {
		padding: 3px 15px;
		color: #393939;
		border-left: 1px solid #e2e2e2;
	}

	#nav > li > a:hover {
		color: #008ccc;
		background-color: transparent;
		text-decoration: none;
	}

	#nav > li > a:focus {
		background: none;
	}

	.dropdown:hover .dropdown-menu {
		display: block;
	}

	.social .dropdown-menu {
		top: 35px;
		border-top: 0px;
	}

	.dropdown-menu {
		position: absolute;
		top: 39px;
		left: 0;
		display: none;
		float: left;
		min-width: 160px;
		padding: 0;
		margin: 2px 0 0;
		list-style: none;
		font-size: 14px;
		border: 1px solid #ccc;
		border: 1px solid rgba(0,0,0,.15);
		border-radius: 0px;
		-webkit-box-shadow: none;
		box-shadow: none;
		background-clip: initial;
		border-right: 1px solid #d3d3d4;
		border-left: 1px solid #d3d3d4;
		border-bottom: 1px solid #d3d3d4;
		border-top: 1px solid #d3d3d4;
	}

	#nav .dropdown-menu>li {
		padding: 5px;
		margin-bottom: 0;
	}

	.dropdown-menu>li>a {
		color: #5a5a5a;
		margin: 0;
		padding: 5px;
		padding: 8px 19px;
		font-size: 14px;
		border: 0 !important;
	}

	.dropdown-menu>li>a:hover {
		background: #c4e9ff;
	}

	#home_buckets .col-sm-6:first-child {
		margin-top: 0px;
	}



	/* Top Right Navigation styles
	-------------------------------------------------- */

	.navbar-nav > li > a {
		padding-top: 8px;
		padding-bottom: 7px;
	}

	.navbar-default .navbar-nav>li>a {
		color: #ffffff;
	}

	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
		color: #ffffff;
		background-color: #f16935;
	}



	/* Social Nav Icons main */

	.social {
		border-left: 1px solid #00a5f1;
	}


	#nav .social {
		display: block
	}

	.social + .social + .social {
		display: block;
	}

	.social a {
		width: 100%;
		height: 22px;
		margin: 7px 0 0 5px;
		background-repeat: no-repeat;
	}

	.social + .social + .social a {
		padding-bottom: 16px;
	}

	.social .dropdown-menu li {
		background: none;
		padding: 5px;
		margin: 0 10px;
	}


	/* Main Body styles
	-------------------------------------------------- */

	.col-sm-6 + .col-sm-6 {
		margin-top: 0px;

	}


	.navbar-default {
		background-color: #008ccc;
		border: none;
	}

	.jumbotron{
		margin-top: 176px;
		height: 450px;
		margin-bottom: 40px;
		background-color: transparent;
		padding: 0;
		text-align: left;
	}

	.subpageHeader {
		margin-top: 103px;
		padding: 0;
	}

	.jumbotron .container {
		background-color: transparent;
	}

	.jumbotron .carousel-item {
		height: 450px;
	}

	.jumbotron #slide3 p{
		color: black
	}

	#carousel-home .carousel-item {
    	background-size: 1053px 450px;
	}

	.jumbotron .hero-text {
		width: 395px;
		margin-top: 96px;
		padding: 0;
	}

	.jumbotron #hero-img {
		display: block;
		width: 312px;
		height: 90px;
	}

	.jumbotron h1, .jumbotron .h1 , .subpageHeader h1 {
		font-size: 36px;
		margin-top: 20px;
	}

	.jumbotron p {
		line-height: 1.4;
	}

	.subpageHeader .h1 {
		margin-top: 27px;
		font-size: 34px;
		margin-left: 25px;
	}

	.subpageHeader .container {
		background-color: transparent;
		width: 720px;
		padding: 0;
		margin-right: auto;
		margin-left: auto;
	}

	.subpageHeader .container .row .col-sm-12 {
		padding-right: 15px;padding-left: 15px;
	}


	.subpageHeader .hero-text {
		height: 91px;
		width: 100%;
	}

	.subpageHeader #hero-img {
		display: block;
		width: 315px;
		height: 91px;
	}

	.jumbotron .glyphicon-chevron-left:before, .jumbotron .glyphicon-chevron-right:before {
		left: 6px;
		top: 6px;
		font-size: 17px;
	}

	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    	margin-right: 21px;
	}

	.carousel-indicators {
		bottom: -13px;
	}

	/* Responsive Slider (Carousel) styles
	-------------------------------------------------- */

	.jumbotron #carousel_btns {
		bottom: 111px;
		display: block;
	}

	.jumbotron .carousel-control {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 30px;
		height: 30px;
		font-size: 20px;
		text-align: center;
		text-shadow: none;
		filter: alpha(opacity=1);
		opacity: 1;
	}

	.jumbotron .carousel-control.right {
		left: 44px;
	}

	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
		margin-top: 0;
		font-size: 0;
		/* padding: 23px; */
		top: 0;
		left: 0;
		margin-left: 0;
	}

	#carousel-home .carousel-item .hero-text .footnote {
		margin-top: 90px;
	}

	#carousel-home .carousel-item#slide1 .hero-text {
		margin-top: 72px;
	}

	#carousel-home .carousel-item#slide1 .footnote {
		margin-top: 42px;
	}

	#carousel-home .carousel-item#slide2 .hero-text{
		margin-top: 77px;
	}

	#carousel-home .carousel-item#slide3 .hero-text{
		margin-top: 55px;
	}

	#carousel-home .carousel-item#slide4 .hero-text{
		margin-top: 38px;
		width: 362px;
	}

	#carousel-home .carousel-item .hero-text .footnote>small>p{
		font-size: 15px;
	}

	#carousel-home .carousel-item .hero-text ul li{
		color: #ffffff;
		background: url(../images/bullet_w.svg) no-repeat 0px 8px;
		background-size: 7px;
		padding: 0 0 0px 17px;
		margin-bottom: 4px;
	}


	.jumbotron .hero-text ul {
		padding-bottom: 0;
		margin-bottom: 0;
		margin-left: 27px;
	}

	.jumbotron .hero-text ul li{
		font-size: 17px;
		line-height: 1.4;
	}



	/* Table styles
	-------------------------------------------------- */


	td {
		vertical-align: top;
		padding: 18px;
		font-family: Helvetica, Arial,sans-serif;
	}

	td h3 {
		color: #373737;
		text-indent: 0;
	}


	/* Button styles
	-------------------------------------------------- */

		/* Button styles
	-------------------------------------------------- */

	.btn-primary, .btn-default {
		font-size: 16px;
		padding: 4px 42px;
	}

	.btn-iconPlus {
		margin: 0px 0px 1px 4px;
	}

	.btn-bucket {
		background: url(../images/btn-lm.png) no-repeat right;
		padding: 0 28px 0 0;
		border: 0px;
		text-align: left;
		width: auto;
		border-radius: 0;
	}

	.btn-bucket:hover {
		background: url(../images//btn-lmOv.png) no-repeat right;
		padding: 0 28px 0 0;
		border: none;
		color: #008ccc;
	}

	.btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
		background: url(../images/btn-lmOv.png) no-repeat right;
	}

	/* Ask IBX  styles
	-------------------------------------------------- */				
	
	#askIBX {
		padding: 17px;
		display: block;
		text-align: left;
	}

	#askIBX-box>.col-sm-12 {
		padding-left: 15px;
		padding-right: 15px;
	}

	#ask-popuptitle {
    	height: 80px;
	}

	#ask-contactText {
	    background-color: #158dca;
	    width: 275px;
	    height: 200px;
	    display: inline-block;
	}
	
	#ask-contactText h1, #ask-contactText .h1{
		font-size: 37px;
		margin-top: 80px;
		margin-left: 34px;
	}

	#ask-contactText img {
	    width: 65px;
	    height: 67px;
	    margin-left: 10px;
	    margin-bottom: 18px;
	}
	
	#ask-contactSearch {
	    top: 0;
	    width: 406px;
	    padding: 22px 0 0px 0;
	    margin-left: auto;
	    margin-right: auto;
	    display: inline-block;
	}
	
	#ask-contactSearch span {
	    font-size: 21px;
	    margin-bottom: 12px;
	    margin-top: 0;
	}

	#ask-contactSearch input {
	    padding: 5px 10px;
	    -webkit-appearance: textfield;
	}
	
	#ask-contactSearch p {
	    margin: 18px 0 0;
		font-size:13px;

	}
	
	#ask-contactSearch input {
		width: 296px;
	}
	
	.ask-contactButton {margin: 0 0 0 8px;top: 1px;font-size: 15px;}
	
	.ask-popupbox input {
	    width: 70%;
	    display: inline-block;
	}
	
	.ask-popupbox {
		width: 720px;
		margin: auto;
	}

	#ask-popuptitle img {
		width: 68px;
		height: 61px;
		margin-left: 23px;
		margin-bottom: 9px;
	}

	#ask-popuptitle .h1 {
		font-size: 35px;
		margin-top: 19px;
		margin-left: 40px;

	}

	.simplePopupClose {
		margin-top: 17px;
		margin-right: 20px;
	}


	/* Footer styles
	-------------------------------------------------- */

	.container .credit {
		margin: 20px 0 0 0;
	}

	#footer-links {
		margin: 20px 0;
		float: right;
		/* font-size: 14px; */
	}

	footer li > a {
		margin: 0 0 0 10px;
		font-size: 12px;
	}

	.container .credit {
		float: left;
	}

	footer {
		font-size: 12px;
	}

	table.table h5 {
		font-size:15px;
	}	

}

/* ==========================================================================
992+ custom styles
========================================================================== */

@media (min-width: 992px) {

	body {
		font-size: 16px;
		line-height: 1.6;
	}
	
	#home_buckets .row {
		padding-top: 43px;
		padding-bottom: 43px;
		margin-top: 0;
		margin-bottom: 0;
	}

	.row#updated {
    	padding: 0;
    	margin-top: 40px;
 	 }
 	
 	.callout .col-sm-6 div{
    	width: 265px;
 	}

 	.callout .col-sm-12 div{
    	width: 100%;
	}

	.callout .col-sm-6 img, .callout .col-sm-12 img {
		position: relative;
		display: inline-block;
		vertical-align: top;
	}

	.callout .col-sm-6 span, .callout .col-sm-6 p, 
	.callout .col-sm-6 a, .callout .col-sm-6 div
	{
	   display:inline-block;

	}

 	.callout .col-sm-6 img {
		width: 125px;
	}

	.callout .col-sm-12 img {
		width: 125px;
		margin-bottom: 25px;
	}

	#heading {
		font-size: 40px;
		padding: 40px 0px 37px;
	}

	#content .container {
		padding-top: 41px;
		padding-bottom: 27px;
	}

	h1, .h1 {
		font-size: 32px;
		margin-top: 0px;
		margin-bottom: 18px;
	}

	h2, .h2 {
		font-size: 27px;
		margin-top: 0px;
		margin-bottom: 18px;
	}

	h3, .h3 {
		font-size: 21px;
		margin-top: 30px;
		margin-bottom: 19px;
	}

	li {
		font-size: 16px;
	}

	#navLeft {
		width: 19%;
	}

	#contentCol {
		width: 57%;
	}

	.col-sm-9#contentCol {
		width: 81%;
	}
	
	.media-icon {
	    width: 95px;
	    height: 95px;
	    padding-right: 8px;
	}


	/* Head styles
	-------------------------------------------------- */

	.search {
		position: absolute;
	}

	#loginBtn {
		font-size: 18px;
		width: 144px;
		height: 33px;
		padding: 7px 0 0 0 !important;
		margin: 0 0 0 0;
		text-align: center;
	}

	#logo {
		top: 61px;
		left: 0px;
		width: 260px;
		height: 32px;
	}

	.navbar {
		height: 35px;
		min-height: 35px;
	}


	/* Main Navigation styles
	-------------------------------------------------- */
	#nav {
		top: 181px;
		position: absolute;
		margin: 0;
	}

	#nav > li {
		display: inline-block;
		margin: 0;
		position: relative;
		font-size: 17px;
		padding-bottom: 10px;
		float: left;
	}

	#nav > li > a {
		padding: 0px;
		color: #393939;
		padding: 3px 24px;
	}

	#nav > li > a:focus {
		background: none;
	}

	#nav > li+li+li+li+li {
		padding: 0 0 0 18px;
	}

	.dropdown-menu {
		top: 38px;
	}

	.dropdown-menu>li>a {
		font-size: 16px;
	}

	.search {
		width: 222px;
		margin: 0px 0 0 0;
		top: 180px;
		right: 10px;
	}

	.searchfield {
		width: 185px;
	}

	/* Top Right Navigation styles
	-------------------------------------------------- */

	.navbar-nav > li > a {
		padding-top: 8px;
		padding-bottom: 7px;
	}

	.navbar-default .navbar-nav>li>a {
		color: #ffffff;
	}

	.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
		color: #ffffff;
		background-color: #f16935;
	}

	#nav .dropdown-menu>li {
		padding: 5px;
	}

	/* Left Navigation styles
	-------------------------------------------------- */

	#navLeft ul {
		margin: 0;
		padding: 0;
		width: 160px;
	}

	#navLeft li {
		width: 160px;
		margin: 0;
		line-height: 22px;
		font-size: 16px;
	}

	#navLeft li a {
		padding: 10px 0 10px 0px;
	}

	#navLeft li a:hover {
		color: #008ccc;
	}

	#navLeft ul ul {
		margin: 0 0 0px 0;
	}

	#navLeft ul ul li {
		padding: 0;
		font-size: 1.0em;
	}

	#navLeft ul ul li a {
		padding: 7px 0 7px 11px;
		font-size: 15px;
	}

	/* Social Nav Icons 992 */

	.social a {
		width: 100%;
		height: 23px;
		margin: 6px 0 0 5px;
		background-repeat: no-repeat;
	}

	.social .dropdown-menu li {
		background: none;
		padding: 5px;
		margin: 0 10px;
	}

	.social + .social + .social a {
    	padding-bottom: 17px;
	}

	/* Main Body styles
	-------------------------------------------------- */

	.jumbotron {
		margin-top: 192px;
		height: 594px;
	}

		#carousel-home .carousel-item{
		background-size: 1385px 592px; /* 1385 */

	}


	#carousel-home .carousel-item{
		background-size: 1385px 592px; /* 1385 */

	}

	.jumbotron .hero-text {
		width: 584px;
		margin-top: 143px;
	}

	.jumbotron .carousel-item {
		height: 594px;
	}


	.jumbotron #hero-img {
		width: 415px;
		height: 332px;
	}

	.jumbotron h1, .jumbotron .h1 {
		font-size: 54px;
		color: #ffffff;
	}

	.jumbotron p {
		line-height: 1.4;
		font-size: 26px;
	}

	.subpageHeader {
		margin-top: 120px;
	}

	.subpageHeader .container {
		width: 940px;
	}


	.subpageHeader .hero-text {
		width: 100%;
		height: 120px;
	}

	.subpageHeader #hero-img {
		display: block;
		width: 415px;
		height: 120px;
	}

	.subpageHeader .h1 {
		margin-top: 36px;
		font-size: 40px;
		margin-left: 35px;
	}

	.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
		margin-top: 0;
		font-size: 0;
		padding: 23px;
		top: 0;
		left: 0;
		margin-left: 0;
	}

	.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
		margin-right: -15px;
	}

	.jumbotron .glyphicon-chevron-left:before, .jumbotron .glyphicon-chevron-right:before {
		left: 10px;
		top: 11px;
		font-size: 23px;
	}

	/* Responsive Slider (Carousel) styles
		-------------------------------------------------- */
	.jumbotron #carousel_btns {
		bottom: 134px;
	}

	#carousel-home .carousel-item#slide1 .hero-text {
		margin-top: 89px;
		width: 605px;
	}

	#carousel-home .carousel-item#slide1 .footnote {
		margin-top: 53px;
	}

	#carousel-home .carousel-item#slide2 .hero-text{
		margin-top: 89px;
	}

	#carousel-home .carousel-item#slide3 .hero-text{
		margin-top: 72px;
		width: 629px;
	}

	#carousel-home .carousel-item#slide4 .hero-text{
		margin-top: 82px;
		width: 671px;
	}

	#carousel-home .carousel-item .hero-text .footnote>small>p{
		font-size: 15px;
		font-family: 'alright_sansmedium';
	}

	#carousel-home .carousel-item .hero-text .footnote {
		margin-top: 102px;
	}

	#carousel-home .carousel-item .hero-text ul li{
		color: #ffffff;
		background: url(../images/bullet_w.svg) no-repeat 0px 8px;
		background-size: 7px;
		padding: 0 0 0px 20px;
		margin-bottom: 4px;
	}


	.jumbotron .carousel-control.right {
		left: 62px;
	}

	.carousel-indicators {
		bottom: 0px;
	}

	.jumbotron .carousel-control {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: 48px;
		height: 48px;
		font-size: 20px;
		/* color: #008ccc; */
		text-align: center;
		text-shadow: none;
		filter: alpha(opacity=1);
		opacity: 1;
	}	

	.jumbotron .hero-text ul {
		padding-bottom: 0;
		margin-bottom: 0;
		margin-left: 27px;
	}

	.jumbotron .hero-text ul li{
		font-size:26px;
		line-height: 1.4;
	}

	#carousel-home .carousel-item .hero-text ul li {
		color: #ffffff;
		background: url(../images/bullet_w.svg) no-repeat 0px 12px;
		background-size: 7px;
		padding: 0 0 0px 20px;
		margin-bottom: 4px;
	}


	/* Button styles
	-------------------------------------------------- */

	.btn-primary {
		font-size: 19px;
	}

	.btn-default {
		font-size: 19px;
	}

	/* Ask IBX  styles
	-------------------------------------------------- */
	
	#askIBX {
		padding: 17px;
	}

	.ask-contactButton {
		margin: 0 0 0 8px;
		top: 0px;
		font-size: 17px;
	}

	#ask-contactText h1, #ask-contactText .h1{
		font-size: 40px;
		margin-top: 83px;
		margin-left: 45px;
	}

	#ask-contactText img {
		width: 97px;
		height: 84px;
	    margin-left: 26px;
	    margin-bottom: 6px;
	}
	
	#ask-contactSearch {
		width: 545px;
		padding: 32px 0px 0px 0px;
	}

	#ask-contactSearch span {
    font-size: 27px;
    margin-bottom: 12px;
}
	
	#ask-contactSearch p {
	    margin: 18px 0 0;
		font-size:14px;
	}
	
	#ask-contactSearch input {
		width: 418px;
		padding: 5px 10px;
		-webkit-appearance: textfield;
	}

	#ask-popuptitle {
  		height: 84px;
	}

	#ask-contactText {
	    width: 356px;
	    height: 237px;
	}

	.ask-popupbox {
		width: 970px;
	}
	
	.ask-popupbox input {
	    width: 600px;
	}

	#ask-popuptitle img {
		width: 77px;
		height: 67px;
		margin-left: 23px;
		margin-bottom: 21px;
	}

	#ask-popuptitle .h1 {
		font-size: 42px;
		margin-top: 19px;
		margin-left: 40px;
	}

	.simplePopupClose {
		margin-top: 20px;
		margin-right: 20px;
	}

	/* Sticky footer styles
	-------------------------------------------------- */

	footer {
		font-size: 14px;
		height: 131px;
	}



	footer li > a {
		margin: 0 0 0 10px;
		font-size: 14px;
	}

	table.table h5 {
		font-size:16px;
	}

}


@media (min-width: 1200px) {

	.callout .col-sm-6 div{
    	width: 345px;
	}

	.callout .col-sm-12 div{
    	width: 100%;
	}

	.callout .col-sm-6 img{
		width: 144px;
		margin-top: 10px;
	}

	.callout .col-sm-12 img {
		width: 144px;
		margin-bottom: 25px;
	}

	.col-sm-12:first-child .media{
/* 		background-color:antiquewhite; */
		margin-top:30px;
	}

/* 	.col-sm-12:first-child .media+.media{
		background-color: azure;
	} */

	.col-sm-12 .media:last-child{
/*		background-color: beige;*/
		margin-bottom: 30px
	}

	.media-icon {
	    width: 95px;
	    height: 95px;
	    padding-right: 8px;
	}


	/* Responsive Slider (Carousel) styles
	-------------------------------------------------- */

	.jumbotron #carousel_btns {
		bottom: 134px;
	}

	#carousel-home .carousel-item#slide1 .hero-text {
		margin-top: 89px;
	}

	#carousel-home .carousel-item#slide1 .footnote {
		margin-top: 53px;
	}

	#carousel-home .carousel-item#slide2 .hero-text{
		margin-top: 89px;
	}

	#carousel-home .carousel-item#slide3 .hero-text{
		margin-top: 89px;
		width: 636px;
	}

	#carousel-home .carousel-item#slide4 .hero-text{
		margin-top: 76px;
	}

	#carousel-home .carousel-item .hero-text .footnote>small>p{
		font-size: 15px;
		font-family: 'alright_sansmedium';
	}

	#carousel-home .carousel-item .hero-text ul li{
	color: #ffffff;
	background: url(../images/bullet_w.svg) no-repeat 0px 13px;
	background-size: 7px;
	padding: 0 0 0px 20px;
	margin-bottom: 4px;
}


	.jumbotron .carousel-control.right {
		left: 62px;
	}

	#carousel-home .carousel-item .hero-text .footnote{margin-top: 108px;}

	.jumbotron .hero-text ul {
		padding-bottom: 0;
		margin-bottom: 0;
		margin-left: 27px;
	}

	.jumbotron .hero-text ul li{
		font-size:26px;
		line-height: 1.4;
	}


	/* Simple Popup Styling */

	.simplePopup {
		/* width: 620px; */
	}

	/* Ask IBX  styles
	-------------------------------------------------- */
	
	#askIBX {
   		 padding: 26px;
 	}

	#ask-contactText h1, #ask-contactText .h1{
		font-size: 46px;
		margin-top: 90px;
		margin-left: 58px;
	}

	#ask-contactText img {
		width: 109px;
		height: 95px;
		margin-left: 22px;
		margin-bottom: 15px;
	}
	
	
	#ask-contactSearch {
		width: 697px;
		padding: 32px 0px 0px 0px;
	}

	#ask-contactSearch span {
		font-size: 30px;
		margin-bottom: 15px;
	}
	
	#ask-contactSearch p {
	    margin: 18px 0 0;
		font-size:14px;
	}
	
	#ask-contactSearch input {
		width: 550px;
		padding: 5px 10px;
		-webkit-appearance: textfield;
	}

	#ask-popuptitle {
  		height: 84px;
	}

	#ask-contactText {
	    width: 385px;
	    height: 250px;
	}

	.ask-popupbox {
		width: 970px;
	}
	
	.ask-popupbox input {
	    width: 600px;
	}

	#ask-popuptitle img {
		width: 77px;
		height: 67px;
		margin-left: 23px;
		margin-bottom: 21px;
	}

	#ask-popuptitle .h1 {
		font-size: 42px;
		margin-top: 19px;
		margin-left: 40px;
	}

	.simplePopupClose {
		margin-top: 20px;
		margin-right: 20px;
	}

	.subpageHeader .container {
		width: 1140px;
	}

	table.table h5 {
		font-size:17px;
	}

}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS styles go here */
	.img-responsive{
		width: 100%;
	}
	
	.table .arrow {
		background-size: 100% 100%;
	}
}


/* ==========================================================================
Static custom styles
========================================================================== */

#content .container {
	border-bottom: 1px solid #e2e2e2;
}

#content .container:first-child {
	padding-top: 0;
}

#content .container:last-child {
    border-bottom: 0px;
}

#content .container:last-child {
	
}

#content .container .row:first-child {}

#content .container .row:last-child {
	margin-bottom: 0;
}

.subpageHeader > .container > .row {
	margin-top: 0;
}

#content .container:first-child .row:first-child {
	padding: 0;
	margin-top: 30px;
}

#content .container.row>.col-sm-4 .callout .row {
	padding: 0;
	margin-top: 30px;
	background-color:antiquewhite;
}


#content .container .col-sm-12 .callout .row {
	margin-top:-30px;

}

#content .container .col-sm-4 .callout .row {
	margin-top: 0;
}

/* Head styles
-------------------------------------------------- */

#loginBtn:hover {
	background-color: #013ca6;
}

#loginBtn:focus {
	background-color: #7f92a4;
}

#logo {
	position: absolute;
    left: 15px;
}

#phoneNumber {
    position: absolute;
    right: 16px;
    top: 67px;
    text-align: right;
}

#phoneNumber p {
	color: #505154;
	font-size: 13px;
	padding-bottom: 0;
	margin-bottom: 0;
	font-weight: normal;
}

#phoneNumber span {
	font-size: 26px;
	color: #008bcd;
	font-weight: normal;
	padding-left: 0px;
	font-family: arial;
}

#phoneNumber p span {
	font-size: 16px;
	color: #008bcd;
	font-weight: normal;
	padding-left: 0px;
	font-family: arial;
}


.searchfield {
	color: #3d3d3d;
	background: url(../images/search_field.gif) no-repeat 0 0px;
	border: none;
	font-size: 14px;
	margin: 0px;
	padding: 5px 0 5px 14px;
	vertical-align: top;
	height: 34px;
}

.searchfield:focus {
	outline: none;
}

.navbar .container {
	position: relative;
}

/* Main Navigation styles
-------------------------------------------------- */

#nav {
	width: auto;
	padding: 0;
	display: block;
}

#nav li {
	font-family: 'helvetica_lt_stdregular';
	list-style: none;
	background: none;
	padding-left: 0;
}

#nav > li:first-child {
	margin-left: 0;
}

.dropdown-menu > a {
	display: inline;
	position: relative;
	color: #ffffff;
	background-color: #013ca6;
	font-size: 18px;
	padding: 6px 24px;
	text-decoration: none;
}

/* Left Navigation styles
-------------------------------------------------- */

#navLeft ul {
	list-style: none;
}

#navLeft li {
	color: #5a5a5a;
	padding: 0;
	background: none;
}

#navLeft li + li {
	border-top: 1px #d7d9db solid;
}

#navLeft li a {
	color: #5a5a5a;
	text-decoration: none;
	display: block;
}

#navLeft li a:hover {
	color: #008ccc;
}

#navLeft ul ul {
}

#navLeft ul ul li {
	background: none;
	border: none;
}

#navLeft ul ul li:last-child {
	border-bottom: 1px #d7d9db solid;
}

#navLeft ul ul li a {
}

.on {
	color: #008ccc;
}


/* Social Nav Icons main */


.social {
	padding-bottom: 4px;
}

.social a {
	background: url("../images/icon-fb.svg") 0px;
	background-repeat: no-repeat !important;
	background-size: 20px 20px;
	padding-right: 7px!important;
}

.social a:hover, .social a:focus {
	background: url('../images/icon-fbOv.svg') 0px;
	background-color: transparent!important;
	background-size: 20px 20px;
}

.social + .social {
	border-left: 0;
	padding-left: 0;
}


.social +.social a {
	background: url('../images/icon-twitter.svg') 0px;
	background-size: 20px 20px;
	padding-right: 7px;
}

.social +.social a:hover {
	background: url('../images/icon-twitterOv.svg') 0px;
	background-size: 20px 20px;
}

.social + .social + .social {
	border-right: 1px solid #00a5f1;
	padding-right: 10px;
}


.social + .social + .social a {
	background: url('../images/icon-social.svg') 0px 2px;
	background-size: 20px 20px;
	padding-right: 7px;
}

.social + .social + .social a:hover {
	background: url('../images/icon-socialOv.svg') 0px;
	background-size: 20px 20px;
}

.social + .social + .social .dropdown-menu li a {
	background: url('../images/icon-ytube.svg') 0px;
	background-size: 20px 14px;
}

.social + .social + .social .dropdown-menu li {
	border-bottom: 1px solid #000;
	margin: 0 10px;
}

.social + .social + .social .dropdown-menu li {
	border-bottom: 1px solid #e2e2e2;
	margin: 0 10px;
}

.social + .social + .social .dropdown-menu li + li a {
	background: url('../images/icon-ln.svg') 0px;
	background-size: 20px 14px;
}

.social + .social + .social .dropdown-menu li + li +li a {
	background: url('../images/icon-pin.svg') 0px;
	background-size: 20px 16px;
}

.social + .social + .social .dropdown-menu li + li +li + li a {
	background: url('../images/icon-gplus.svg') 0px;
	background-size: 20px 16px;
}

.social + .social + .social .dropdown-menu li + li +li + li +li a {
	background: url('../images/icon-instagram.svg') 0px;
	background-size: 18px 18px;
}

.social + .social + .social .dropdown-menu li + li +li + li +li + li{
	background: none;
	border-bottom: none;
}

.social + .social + .social .dropdown-menu li + li +li + li +li + li a {
	background: url('../images/icon-blog.svg') 0px;
	border-bottom: none;
	background-size: 20px 18px;
}

.social .dropdown-menu li a {
	padding: 0 0 0 34px;
}


/* Main Body styles
-------------------------------------------------- */

h1, .h1, h2, .h2 {
	color: #008ccc;
}

h1, .h1{
	font-family: 'alright_sansregular';
}

h2, .h2{
	font-family: 'alright_sansregular';
}

h3 {
	font-family: 'alright_sansregular';
	color: #000000;
}

a {
	outline: none!important;
}

ul {
	list-style-type: none;
	margin: 0px 0 15px 8px;
	padding-left: 0px;
	display: inline-block;
}

#content ul + ul {
	display: inline-block;
}

#content .table  ul + ul {
	display: block;
	margin-left:0;
}


#home_buckets ul li {
text-align: left
}
 


ul li {
    background: url(../images/bullet.svg) no-repeat 0px 7px;
    background-size: 7px;
    padding: 0 0 0px 18px;
    margin-bottom: 4px;
}
 
ul > li > ul >li {
    background: url(../images/bullet_nested.svg) no-repeat 0px 9px;
    background-size: 7px;
    padding: 0 0 0px 20px;
    margin-bottom: 4px;
}
 
ol {
    margin: 0 0 15px 0px;
    padding-left: 18px;
}
 
ol li {
    padding: 0px 0 0px 3px;
    margin-bottom: 4px;
}
 
ol > li > ol {
    margin-top: 10px;
    list-style-type: lower-alpha;
}
 
ul ol li {
    background: none;
    padding: 0px 0 0px 3px;
    margin-bottom: 4px;
}

ul li ul {
	/* display: inline-block; */
	margin-top: 15px;
}

ul li ul+ul {
	/* display: inline-block; */
}

table {
	margin: 20px 0;
	border-spacing: 4px;
	border-collapse: separate;
	margin-top: 0;
}

td {
	border: 1px solid #cbd8df;
}

td.purple {
	background: #f8fbfd;
}

td.blue {
	background: #e6f4fb;
}

th {
	height: .5em;
}

pre {
	margin: 0 0 10px;
}

.tableHeaders {
	border: none;
	text-align: left;
	padding: 0px;
}

table table {
/* 	background-color: aqua; */
	margin: 0;
	padding:0;
	border-spacing: 0;
	border-collapse: collapse;
	border: none;
	width: 100%;
}

table table tr,table table tr td {
	border: none;

}

.table tr.hiderow>td {
	padding:0;
	/* background-color: aqua; */
}
table table tbody>tr>td:first-child {
	/* background-color: aqua; */
}

table table tbody>tr>td:nth-child(2){
	/* background-color: beige; */
	padding-left:10px;
}

.jumbotron {
	font-size: 21px;
	font-weight: 200;
	line-height: 2.1428571435;
	color: inherit;
}

.jumbotron .container {
	position: relative;
}

.jumbotron h1, .jumbotron .h1 {
	color: #ffffff;
	font-family: 'alright_sanslight';
}

.jumbotron .hero-text {
	padding-right: 0;
}

.jumbotron #hero-img img, .subpageHeader #hero-img img {
	max-width: 100%;
}

.jumbotron p {
	color: #ffffff;
	font-family: 'alright_sanslight';
}

.subpageHeader .h1 {
	color: #ffffff;
	font-family: "alright_sanslight";
	display: block;
}

.subpageHeader #hero-img {
	overflow: hidden;
}

.subpageHeader .hero-text {
	padding-right: 15px;
	background-color: #008ccc;
}

.subpageHeader .container {
	max-width: 100%;
	position: relative;
	/* border-bottom: 1px solid #e2e2e2; */
}

.callout {
	background-color: #eff4f7;
}

.callout .row {
	padding: 0;
}

.callout .col-sm-6, .callout .col-sm-12  {
    padding: 25px 45px;
}

.callout .col-sm-12  {
}


#slide1 p, #slide3 p  {
	/* color: #ffffff; */
}


/* Button styles
-------------------------------------------------- */


.btn-primary {
	color: #ffffff;
	background-color: #f16935;
	margin-top: 17px;
	margin-right: 10px;
	margin-bottom: 0;
}

a .btn-primary{
	color: #ffffff
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #00aaf8;
	border-color: #00aaf8;
}

.btn:focus, .btn:active:focus, .btn-default:focus,.btn.active:focus, .btn:active, .btn.active {
	outline: none;
	outline-offset: 0;
	box-shadow: none;
}

.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
	color: #f16935;
	background-color: transparent;
}

.btn-lg {
	border-radius: 22px;
	line-height: 1.33;
	text-decoration: none;
}

.btn-bucket:hover {
	color: #008ccc;
}

.btn-default {
	color: #f16935;
}

.col-sm-12 .btn-lg:first-child {
	margin-top:0;
	margin-bottom: 15px;
}

a::-moz-focus-inner {
	border: 0;
}

input, button, select, textarea {
	outline: none;
}

.fa-caret-right {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0px 0px 6px 4px;
	vertical-align: middle;
}

.fa-caret-down {
	display: inline-block;
	width: 16px;
	height: 17px;
	margin: 0px 0px 7px 4px;
	vertical-align: middle;
}

.btn-iconPlus  {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: 0px 0px 6px 4px;
	vertical-align: middle;
}

.btn-iconMinus  {
	display: inline-block;
	width: 16px;
	height: 17px;
	margin: 0px 0px 7px 4px;
	vertical-align: middle;
}

.panel {
	margin-bottom: 20px;
	background-color: #fff;
	border: transparent;
	border-radius: 0px;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.panel-group .panel-heading+.panel-collapse .panel-body {
	border-top: none;
}

.panel-body {
	padding: 0px;
}
.panel-heading {
	padding: 0px;
}
.panel-heading > .dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: #fff;
}
.panel-title > a {
	color: inherit;
}

.btn-more:before, .panel-title > a:before {
    content: "Learn More ";
}

.btn-more, .btn-more:focus, .btn-more:active, .panel-title > a.btn-primary {
	color: #008ccc;
	background-color: #fff;
	border: 1px solid #cacbcb;
}

.btn-more:hover, .panel-title > a.btn-primary:hover {
	color: #fff;
	background-color: #008ccc;
	border: 1px solid #008ccc;
}

.btn-more[aria-expanded="true"]:before, .panel-title > a[aria-expanded="true"]:before {
    content:'Close';
}

.btn-more[aria-expanded="false"] > .btn-iconPlus:before {
    content: "\2b";
}

.btn-more[aria-expanded="true"] > .btn-iconPlus:before {
    content: "\e014";
}

.btn-more:hover, .panel-title > a:hover {
	text-decoration: none;
}

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
}
.panel > .list-group {
	margin-bottom: 0;
}
.panel > .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
}
.panel-heading + .list-group .list-group-item:first-child {
	border-top-width: 0;
}
.panel > .table,
.panel > .table-responsive > .table {
	margin-bottom: 0;
}
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}


.panel-default>.panel-heading {
	color: #000;
	background-color: transparent;
	border-color: transparent;
}

.panel-default {
	border-color: transparent;
}


/* Responsive Slider (Carousel) styles
-------------------------------------------------- */

#slide3 .hero-text p{
	color: #ffffff;
}

.jumbotron .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    /* width: 48px; */
    /* height: 48px; */
    font-size: 20px;
    /* color: #008ccc; */
    text-align: center;
    text-shadow: none;
    filter: alpha(opacity=1);
    opacity: 1;
}

.jumbotron .carousel-control .glyphicon-chevron-left, .jumbotron .carousel-control .glyphicon-chevron-right, .jumbotron .carousel-control .icon-prev, .jumbotron .carousel-control .icon-next {
    border: 1px solid #fff;
}

.jumbotron .glyphicon-chevron-left:before, .jumbotron  .glyphicon-chevron-right:before {
    position: absolute;
    display: block;
    margin: 0 auto;
    /* color: #ffffff; */
}

.jumbotron .carousel-control.left {
	left: 0;
	margin-left: 0;
	padding: 0;
	top: 0;
	position: relative;
	display: block;
}

.jumbotron  .carousel-control.right {}

.jumbotron #carousel_btns {
	position: relative;
	/* width: 100px; */
}

.jumbotron .carousel-control:hover {
    color: #00afff ;
}

.carousel h3 {
	color: #fff;
}

.carousel-indicators li {
	border: none;
	background: #ccc;
	padding: 0;
}

.carousel-indicators .active {
	background-color: #008ccc;
}

.jumbotron.carousel-indicators {
	bottom: -40px !important;
}

.carousel-indicators {

}

.carousel-control.left, .carousel-control.right {
    background-image: none;
}

#carousel-home .carousel-item{
	background-position: top center;
	background-repeat: no-repeat;
}


#carousel-home .carousel-item#slide1 {
	background-image: url('../images/img-slide1.jpg');
}

#carousel-home .carousel-item#slide2{
	background-image: url('../images/img-slide2.jpg');
}

#carousel-home .carousel-item#slide3{
	background-image: url('../images/img-slide3.jpg');
}

#carousel-home .carousel-item#slide4{
	background-image: url('../images/img-slide4.jpg');
}

#carousel-home .carousel-item .hero-text ul li{
	color: #ffffff;
}


.jumbotron .hero-text ul li{
	font-family: 'alright_sanslight';
	margin-bottom: 0;
}

#carousel-home .carousel-item .hero-text .footnote>small>p {
    font-family: 'alright_sansmedium';
}

.footnote ul {
	padding: 0;
	margin-left: 0;
}

.footnote li {
	background: none;
	margin-left: 0;
	padding-left: 0;
}

/* Responsive Tool Tips styles
-------------------------------------------------- */

.tTip {
	border-bottom: 1px dashed;
	text-decoration: none !important;
}

.tooltip-inner {
	background-color: #ffffff;
	color: #008ccc;
	border: 1px solid #008ccc;
	opacity: 1;
}

.tooltip.top .tooltip-arrow {
	border-top-color: #008ccc;
}


/* Ask IBX Home page */
#ask-homebox {
	width: 100%;
	height: 205px;
	position: relative;
	background-color: #eff4f7;
    border-radius: 5px;
}

.ask-hometitle {
    background-color: #008ccc;
    height: 55px;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.ask-hometitle img {
	width: 42px;
	height: 37px;
	margin-left: 8px;
    margin-bottom: 6px;
}

.ask-hometitle span {
	color: #ffffff;
	font-size: 21px;
	display: inline-block;
	position: relative;
	margin-top: 10px;
	margin-left: 18px;
}

#ask-homesearch{
	margin-top: 23px;
    margin-left: 15px;
    margin-right: 15px;
}

#ask-homesearch input{
	width: 100%;
    padding: 5px 10px;
	-webkit-appearance: textfield;
}

#ask-homebottom{
	background-color: #728392;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 62px;
    margin-top: 25px;
	position: relative;
}

#ask-homebutton {
	color: #ffffff;
    background-color: #f16935;
    border-color: #ffffff;
    margin-top: -10px;
    margin-right: 10px;
    padding: 15px 25px;
    margin-bottom: 12px;
    font-size: 12px;
	border-radius: 4px;
    line-height: 1.33;
    text-decoration: none;
    font-weight: bold;
    position: absolute;
    right: -1px;
    bottom: -3px;
}

#ask-homebutton:hover {
	color: #fff;
    background-color: #00aaf8;
    border-color: #ffffff;
}

/* Chat Box */

#chatbot {
	width: 400px;
	height: 116px;
	border-radius: 10px;
    background: #008BCC;
    position: absolute;
    right: 47px;
    top: 100px;
    font-family: Arial, Helvetica, sans-serif;
    z-index: 5000;
    display: none;
}

#askchat-bottom{
	background-color: #728392;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 62px;
    width: 100%;
    bottom: 0;
	position: absolute;
}

#askchat-bottom input{
	width: 280px;
    margin-top: 10px;
    margin-left: 14px;
    padding: 5px 10px;
    -webkit-appearance: textfield;
}

#chatbot-close {
	position: absolute;
	width: 28px;
	height: 28px;
	top: 15px;
	right: 15px;
	background-image: url('../images/btn-chatclose.png');
	cursor:pointer;
}

/*End Chatbot*/

/* Ask IBX  styles
-------------------------------------------------- */

.ask-popupbox  {
    max-height: 60%;
    overflow: auto;
    display:none;
    position:fixed;
    background:#fff;
    z-index:20001;
}

#status {
	padding: 0 40px;
}

.ask-popupbox span {
    color: #158dca;
    font-size: 21px;
    font-family: 'alright_sansregular';
    margin-bottom: 12px;
    display: block;
    margin-left: 40px;
    margin-top: 30px;
}

.simplePopupBackground {
	display:none;
	background:#000;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:20000;
}

#ask-popuptitle .h1 {
	color: #ffffff;
	display: inline-block;
	position: relative;
    font-family: 'alright_sanslight';
}

#ask-popupsearch{
	margin-top: 23px;
    margin-left: 15px;
    margin-right: 15px;
}

#ask-popupsearch input{
	width: 100%;
    padding: 5px 10px;
	-webkit-appearance: textfield;
}

#ask-popupbottom{
	background-color: #728392;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 62px;
    margin-top: 25px;
	position: relative;
}

#ask-popupbutton {
	color: #ffffff;
    background-color: #f16935;
    border-color: #ffffff;
    margin-top: -10px;
    margin-right: 10px;
    padding: 15px 25px;
    margin-bottom: 12px;
    font-size: 12px;
	border-radius: 4px;
    line-height: 1.33;
    text-decoration: none;
    font-weight: bold;
    position: absolute;
    right: -1px;
    bottom: -3px;
}

#ask-popupbutton:hover {
	color: #fff;
    background-color: #00aaf8;
    border-color: #ffffff;
}

#rateit {
	margin: 0 40px;
}

#rateit  {
	margin: 0 40px;
}

.popH5{
	color: #000000;
    font-size: 17px;
    font-family: 'alright_sansregular';
    margin-left: 0;
	margin-top: 20px;
	margin-bottom: 10px;
}

#rating {
  unicode-bidi: bidi-override;
    margin-top: -12px;
}
#rating > a {
  	display: inline-block;
    position: relative;
    width: 1.3em;
    text-decoration: none;
    color: #959595;
    font-size: 22px;
}
#rating > a:hover:before,
#rating > a:hover ~ span:before {
	content: "\2605";
	position: absolute;
	color: gold;
	text-decoration: none;
}


/* Sticky footer styles
-------------------------------------------------- */

#disclaimer {
	background-color: #e9e9e9;
	height: 185px;
}

#disclaimer .row{
	margin:0;
	padding:0;
}

#med_footer {
    margin: 12px auto !important;
    position: relative;
    top: 0px;
    height: 164px;
    padding: 10px;
    overflow: auto;
    border: 1px solid #d0cfcf;
    color: #444444 !important;
    line-height: 17px !important;
}

#copyright {
	background-color: #768594;
	height: 131px;
}

footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	color: #ffffff;/* Set the fixed height of the footer here */
	margin-top: 30px;
}

footer .row	{
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
}

#footer-links ul {
	padding: 0;
  	margin: 0;
}

footer li {
	display: inline-block;
	position: relative;
	margin-right: 18px;
	background: none;
	padding: 0;
}

footer li+li+li {
	margin-right: 0px;
}

footer li > a {
	color: #ffffff;
	text-decoration: none;
}

footer li > a:hover {
	color: #ffffff;
	text-decoration: underline;
}

/* Simple Popup Styling */


.simplePopup {
	display: none;
	position: fixed;
	background: #fff;
	z-index: 1001;
	padding: 25px 25px;
	border-radius: 5px;
	margin: 0 35px;
}

.simplePopupClose {
	cursor: pointer;
	margin-left: 0;
	margin-bottom: 0;
	position: absolute;
	background: transparent;
	right: 0;
	top: 0;
}

.simplePopupBackground {
	display: none;
	background: #000;
	position: fixed;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1001;
}

.no-line {
	border-top: 0;
}

.mobile-line {
	border-top: 2px solid;
}

a {
	color: #008ccc;
	text-decoration: none;
}

#mapKnockout2 {
	top:-1px;
	left:-1px;
}

a:hover {
	color: #56b5e0;
	text-decoration: none;
}


.simplePopup a {
    text-decoration: none;
    color: black;
    border: 0;
    padding: 0px;
    margin-top: 5px;
    margin-right: 5px;
}

.simplePopup a img {
    width: 15px;
}

.simplePopup a:hover, .simplePopup a:focus {
    text-decoration: none;
    color: black;
    background-image: none;
    background-color: transparent;
}

/* Video Callout Styling */ 

.video_callout {
    background-color: #eff4f7;
        padding: 30px;
}

#content .container .video_callout>.row:first-child{
	padding-top: 0px;
	margin-top: 0;
}

/* Compare Health Insurance Plans */

table table>tbody>tr>td ul{
	padding:0;
	margin:0;
}

table.table h5 {
    color: #008bcc;
    font-weight: bold;
}

table.table .clickable td:nth-child(2) img {
	/* background-color: aqua; */
	width:20px;
	height:20px;
	display:inline-block;
	margin-top: -6px;
	margin-right: 5px;
}

table.table .clickable td:nth-child(2) h5 {
	/* background-color: aqua; */
	display:inline;
}

table.table a {
    color: #333;
    text-decoration: underline;
}

table.table a:hover {
    color: #008bcc;
    text-decoration: none;
}

table.table a.btn-primary{
	color: #ffffff;
	text-decoration: none;
}

ul.legend {
	margin-top: 12px;
}

.legend li {
	list-style:none;
	background:none;
}

.legend li a{
	border: 0;
}

.legend img {
	width: 30px;
	height: 30px;
}

#report div.arrow { 
	background:transparent url('../images/icons/plus_minus.svg') no-repeat scroll 0px -20px; 
	width:20px; 
	height:20px; 
	display:block;
}

.hiderow {
	display: none;
}

.legend-container {
	background: rgb(248, 251, 253);
	border: 1px solid rgb(203, 216, 223);
	padding: 25px 10px 10px 31px;
	margin:0 4px 15px;
}

.legend-container h4 {
	margin-bottom:20px;
	margin-top: 5px;
}

.legend-container ul {
	padding:0;
	margin:0;
} 

.legend-container ul li {
	padding:0;
	margin:0 0 20px 0;
}

.table .arrow {
	background: transparent url('../images/icons/plus_minus.svg') no-repeat scroll 0px -25px;
	width: 25px;
	background-size: 100%;
	height: 25px;
	display: block;
	position: relative;
	margin: 0 auto;
}

.arrow.up {
	background: transparent url('../images/icons/plus_minus.svg') no-repeat scroll 0px 0px;
	background-size: 100%;
}