<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ==========================================================================
Author's custom styles
========================================================================== */

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

}

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

}

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

}

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

}

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

}

@font-face {
	font-family: 'helvetica_lt_stdlight';
	src: url('../css/fonts/helveticaltstd_light-webfont.eot');
	src: url('../css/fonts/helveticaltstd_light-webfont.eot?#iefix') format('embedded-opentype'),
	url('../css/fonts/helveticaltstd_light-webfont.woff') format('woff'),
	url('../css/fonts/helveticaltstd_light-webfont.ttf') format('truetype'),
	url('../css/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('../css/fonts/helveticaltstd_roman-webfont.eot');
	src: url('../css/fonts/helveticaltstd_roman-webfont.eot?#iefix') format('embedded-opentype'),
	url('../css/fonts/helveticaltstd_roman-webfont.woff') format('woff'),
	url('../css/fonts/helveticaltstd_roman-webfont.ttf') format('truetype'),
	url('../css/fonts/helveticaltstd_roman-webfont.svg#helvetica_lt_stdregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

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

#hero_logo {
    margin: 0;
    padding: 0;
    position: relative;
}

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

#content {
	background-color: #fff;
}

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

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

.container {
	position: relative;
}


/* ==========================================================================
Mobile &lt; 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;
}
h2 span.subtitle {
	font-size: 18px;
}

p {
	margin: 0 0 14px;
}

small {
	padding-bottom: 14px;
	display: block;
}

li {
	font-size: 14px;
}

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 {
	margin-top: 15px;
    margin-bottom: 0px;
    padding-top: 0;
    padding-bottom: 0;
}

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

#home_buckets .row:last-child{
	padding-top: 20px;
}

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

/* 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: 6px;
	left: 15px;
	width: 152px;
	height: 36px;
}

#logo img, #secondLogo img {
	width: 100%;
}

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

.search {
	width: 199px;
}

.searchfield {
	width: 165px;
}

#secondLogo {
	display: none;
}

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

#nav &gt; 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 &gt; li &gt; a {
	color: #393939;
	padding-bottom: 7px;
	position: relative;
	display: block;
	padding: 10px 15px;
}

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

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

#nav &gt; li+li+li+li+li+li {
	padding: 0 0 0 0;
}

.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-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;
}

.col-sm-6 + .col-sm-6 {
	/* margin-top: 20px; */
}

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

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

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

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

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

.navbar-default  .navbar-nav &gt; li:last-child a{		
 background-color: transparent;		
}		

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

.navbar-nav &gt; li + li + li + li + li + li&gt; a{		
 background-color: transparent;		
}		

.navbar-nav &gt; li + li + li + li + li + li {		
 margin-left: 10px;		
 margin-top: 7px;		
 margin-bottom: 3px;		
}

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

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

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

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

.navbar-right .dropdown-menu &gt; li &gt; 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;
    background-color: #fff;
}

.jumbotron, .subpageHeader {
	margin-top: 0px;
	padding: 6px 0px 0px;
}

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

.jumbotron .container {
	background-color: #ffffff;
}

#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;
	top: 0px;
}

.hero-text img {
	width: 260px;
	height: 71px;
	margin-bottom: 25px;
}

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

#content .container&gt;.row&gt;.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;
	font-family: 'alright_sansregular';
	color: #008ccf;
}

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


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

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

.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;		
}

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

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

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

#internal_buckets&gt; .row  {
	background-color: #ffffff;
	text-align: left;
}

#internal_buckets&gt; .row .col-sm-4 {
	margin-top:20px;
	margin-bottom:30px;
	text-align: center;
}
	
#internal_buckets .col-sm-4 img {
	width: 140px;
	margin: 0 auto;
	display: block;
}

#internal_buckets img.social-icons {
    width: 40px;
    margin: 10px 7px 0 0;
    display: inline-block;
}

.soc-icons {
	width:28px;
	height:28px;	
}

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

.jumbotron #carousel_btns {
    display: none;
}

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

/* 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&gt;#askIBX-box {
	    padding: 0;
	    margin-top: 0;
	    border: 0;
}

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

#content&gt;.container&gt;.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;
}


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

	#status, #topquestions {
		padding: 10px 40px 8px;
		font-size: 16px;
		line-height: 1.6;
		color: #333;
	}

	#questions {
		font-size: 16px;
		margin-left: 40px;
		display: block;
	}

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: 0px;
	float: left;
}

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

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

footer li &gt; 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: 14px;
		padding-bottom: 0;
		padding-top: 0;
	}

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

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

	.callout {
		margin-bottom: 20px;
	}

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

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

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

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

	h3, .h3 {
		font-size: 20px;
	}
	h2 span.subtitle {
	font-size: 18px;
}

	li {
		font-size: 15px;
	}

	ul li ul {		
		display: inline;		
	}		

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

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

	#home_buckets .row:last-child {
		/* padding-top: 0; */
	}

	.iconography {		  
		display: block;		
	}

	#home_buckets .row #askIBX-box {
		padding-bottom: 40px;
	}

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

	.media-icon {		
	    width: 214px;		
	    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: 81px;
		left: 0px;
		width: 230px;
		height: 29px;
	}

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

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

	.searchfield {
		width: 153px;
	}
	
	#secondLogo {
		right:0px;
		top: 68px;
		text-align:right;
	}

	#secondLogo {
		display: block;
		margin-top: 30px;
		margin-top: 0px;
		width: 186px;
		height: 51px;
		position: absolute;
		right: 16px;
		top: 68px;
		text-align: right;
		left: initial;
	}

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

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

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

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

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

	#nav &gt; li &gt; a:focus {
		background: none;
	}

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

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

	.dropdown-menu {
		position: absolute;
		top: 28px;
		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&gt;li {
		padding: 5px;
		margin-bottom: 0;
	}

	.dropdown-menu&gt;li&gt;a {
		color: #5a5a5a;
		margin: 0;
		padding: 2px 15px;
		font-size: 13px;
		border: 0 !important;
	}

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


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

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

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

	.navbar-default .navbar-nav&gt;li&gt;a:hover, .navbar-default .navbar-nav&gt;li&gt;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;
	}

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

	#internal_buckets&gt; .row .col-sm-4 {
		margin-top:20px;
		margin-bottom:30px;
		padding-left: 60px;
		padding-right: 15px;
		text-align: left;
	}
	
	/* #internal_buckets .col-sm-4 + .col-sm-4 + .col-sm-4 {
		padding-left: 60px;
		padding-right: 15px;
	} */

	#internal_buckets .col-sm-4 img {
		width: 170px;
	}

	#internal_buckets img.social-icons {
		width: 40px;
		margin: 10px 9px 0 0;
		display: inline-block;
	}


	.soc-icons {
		width:30px;
		height:30px;	
	}
	

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

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

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

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

	.jumbotron .item {
		height: 354px;
	}

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

	.jumbotron .hero-text {
		width: 440px;
		margin-top: 96px;
	}

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

	.jumbotron h1, .jumbotron .h1 , .subpageHeader h1 {
		font-size: 32px;
		margin-top: 10px;
	}

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


	.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: 70px;
		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;
		top: 0;
		left: 0;
		margin-left: 0;
	}

	#carousel-home .item#slide1 .hero-text {
		margin-top: 34px;
	}
	#carousel-home .item#slide2 .hero-text {
		margin-top: 60px;
		float:left;
	}
	#carousel-home .item#slide1 .hero-text h1 {
		color: #ffffff;
	}
    
    #carousel-home .item#slide2 p { 
		color: #333333;
		float:left;
    }

	.hero-text img {
		width: 400px;
		height: 93px;
		margin-bottom: 25px;
		display: inline-block;
	}
	#carousel-home .item .hero-text .footnote&gt;small&gt;p{
		font-size: 15px;
	}

	#carousel-home .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;
	}
	
	.hero-text img {
		display:none;
	}

	#us_map {
		width: 300px;
    	margin-top: -28px;
	}

	#world_map {
		width: 300px;
    	margin-top: -18px;
	}

	#phila_map{
		width: 300px;
		margin-top: -18px;
		margin-left: 71px;
	}
	#nj_map{
		width: 280px;
		margin-top: -18px;
		margin-left: 71px;
	}


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


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

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


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


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

	.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&gt;.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&gt;.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;
	}


	#status, #topquestions {
		padding: 10px 40px 8px;
		font-size: 16px;
		line-height: 1.6;

	}

	#questions {
		font-size: 16px;
		margin-left: 41px;
	}



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

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

	#footer-links {
		/* margin: 20px 0; */
		float: right;
	}
	#footer-links p {
		padding-left:10px;
	}
	footer li &gt; a {
		margin: 0 0 0 10px;
		font-size: 12px;
	}

	.container .credit {
		float: left;
	}

	footer {
		font-size: 12px;
	}

}

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

@media (min-width: 992px) {

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

	#home_buckets .row:last-child {
		padding-bottom: 20px;

	}
	
	
	#internal_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;
	}

	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;
	}
	h2 span.subtitle {
	font-size: 22px;
}

	li {
		font-size: 16px;
	}

	#navLeft {
		width: 19%;
	}

	#contentCol {
		width: 57%;
	}

	.col-sm-9#contentCol {
		width: 81%;
	}

	.media-icon {		
	    width: 214px;		
	    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: 92px;
		left: 0px;
		width: 260px;
		height: 60px;
	}

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

	#secondLogo {
		margin-top: 0px;
		width: 200px;
		height: 55px;
	}

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

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

	#nav &gt; li &gt; a {
		color: #393939;
		padding: 3px 24px;
	}

	#nav &gt; li &gt; a:focus {
		background: none;
	}

	#nav &gt; li+li+li+li+li+li {
		padding: 0 0 0 0;
	}

	.dropdown-menu {
		top: 31px;
	}

	.dropdown-menu&gt;li&gt;a {
		font-size: 15px;
	}

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

	.searchfield {
		width: 185px;
	}

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

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

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

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

	#nav .dropdown-menu&gt;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: 186px;
		height: 466px;
		margin-bottom: 24px;
	}

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

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

	.jumbotron .item {
		height: 594px;
	}

	#internal_buckets .col-sm-4 {
		padding-left: 40px;
		padding-right: 40px;
	}
	
	#internal_buckets .col-sm-4 img {
		width: 170px;
	}

	#internal_buckets img.social-icons {
		width: 38px;
		margin: 15px 7px 0 0px;
		display: inline-block;
	}
	
	.soc-icons {
		width:30px;
		height:30px;	
	}	

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

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

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

	.subpageHeader {
		margin-top: 193px;
	}

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

	.subpageHeader .container {
		width: 940px;
	}

	.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: -15px;
		font-size: 21px;
		padding: 23px;
	}

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

	.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: 200px;
	}

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

	#carousel-home #slide2 .hero-text {
		margin-top: 100px;
		width:605px;
		float:left;
	}

	.hero-text img {
		display: none;
	}

	#carousel-home .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 .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;
	}

	#us_map {
		width: 300px;
    	margin-top: -28px;
	}

	#world_map {
		width: 300px;
    	margin-top: -18px;
	}

	#phila_map {
	    width: 300px;
	    margin-left: 36px;
	    margin-top: -27px;
	}
	#nj_map {
	    width: 280px;
	    margin-left: 36px;
	    margin-top: -27px;
	}
	
	#internal_buckets ul li {		
		text-align: left		
	}

	/* 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;
	}

	#status, #topquestions {
		padding: 10px 40px 8px;
		font-size: 16px;
		line-height: 1.6;

	}

	#questions {
		font-size: 16px;
		margin-left: 20px;
		display:inline
	}

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

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

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


@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;		
	}		
	.media-icon {		
	    width: 214px;		
	    height: 90px;		
	    padding-right: 8px;		
	}

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

	.jumbotron #carousel_btns {
		bottom: 200px;
	}

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

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

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

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

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

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

	#carousel-home .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 .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;
	}

	#internal_buckets .col-sm-4 {
		padding-left: 50px;
		padding-right: 50px;
	}

	#internal_buckets .col-sm-4 img {
		width: 170px;
	}	
	

	#internal_buckets img.social-icons {
		width: 40px;
		margin: 15px 7px 0 0px;
	}
	.soc-icons {
		width:32px;
		height:32px;	
	}

	/* 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%;
	}
}


/* ==========================================================================
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 &gt; .container &gt; .row {
	margin-top: 0;
}

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

#content .container.row&gt;.col-sm-4 .callout .row {	
	padding: 0;		
	margin-top: 30px;		
}

#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;
}

#secondLogo {
	right: 0px;
	top: 80px;
	text-align: right;
}

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

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

#secondLogo 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 &gt; li:first-child {
	margin-left: 0;
}

.dropdown-menu &gt; 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 li {
	background: none;
	border: none;
}

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

.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-instagram.svg') 0px;
	background-size: 20px 16px;
}

.social + .social + .social .dropdown-menu li + li +li + li a {
	background: url('../images/icon-blog.svg') 0px;
	background-size: 18px 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_sanslight';
}

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;
}

#home_buckets ul li {		
	text-align: left		
}

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

ul &gt; li &gt; ul &gt;li {
	background: url(../images/bullet_nested.svg) no-repeat 0px 9px;
	background-size: 7px;
	padding: 0 0 0px 20px;
	margin-bottom: 4px;
}
ol &gt; li &gt; ul &gt;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 &gt; li &gt; 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 {
	margin-top: 15px;	
}

table {
	margin: 2px 0;
	border-spacing: 2px;
	border-collapse: separate;
}

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;
}

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

.jumbotron .container {
	position: relative;
}


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

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

.jumbotron p {
	color: #a2d1ff;
	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;
}

.emph {
	color: #d8010a;
}

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


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

.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&gt;.dropdown-toggle.btn-default {
	color: #008ccc;
	background-color: transparent !important;
	background: url(../images//btn-lmOv.png) no-repeat right;
}

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

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

.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 &gt; .dropdown .dropdown-toggle {
	color: inherit;
}
.panel-title {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 16px;
	color: #fff;
}
.panel-title &gt; a {
	color: inherit;
}

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

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

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

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

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

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

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

.panel-footer {
	padding: 10px 15px;
	background-color: #f5f5f5;
}
.panel &gt; .list-group {
	margin-bottom: 0;
}
.panel &gt; .list-group .list-group-item {
	border-width: 1px 0;
	border-radius: 0;
}
.panel &gt; .list-group:first-child .list-group-item:first-child {
	border-top: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.panel &gt; .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 &gt; .table,
.panel &gt; .table-responsive &gt; .table {
	margin-bottom: 0;
}
.panel &gt; .table:first-child,
.panel &gt; .table-responsive:first-child &gt; .table:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

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

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


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


.jumbotron .carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    font-size: 20px;
    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 #bed8e9;
}

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

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

.jumbotron #carousel_btns {
	position: relative;
}

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

.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-control.left, .carousel-control.right {
    background-image: none;
}

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

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

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

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

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



/* 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 &gt; a {
  	display: inline-block;
    position: relative;
    width: 1.3em;
    text-decoration: none;
    color: #959595;
    font-size: 22px;
}
#rating &gt; a:hover:before,
#rating &gt; a:hover ~ span:before {
	content: "\2605";
	position: absolute;
	color: gold;
	text-decoration: none;
}


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

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

/* Margin bottom by footer height */margin-bottom: 131px;}

#copyright {
}

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

footer p{
	float: left;
}

#footer-links ul {
	padding: 0;
  	margin: 0;
}
#footer-links p {
	padding-left:10px;
	}
footer li {
	display: inline-block;
	position: relative;
	margin-right: 18px;
	background: none;
	padding: 0;
}

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

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

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

/* Simple Popup Styling */


.simplePopup {
	display: none;
	position: fixed;
	background: #fff;
	z-index: 1002;
	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;
}


</pre></body></html>