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

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

}


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

}

@font-face {
    font-family: 'helvetica_lt_stdlight';
    src: url('/htdocs/custom/login/styles/fonts/helveticaltstd_light-webfont.eot');
    src: url('/htdocs/custom/login/styles/fonts/helveticaltstd_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/htdocs/custom/login/styles/fonts/helveticaltstd_light-webfont.woff') format('woff'),
         url('/htdocs/custom/login/styles/fonts/helveticaltstd_light-webfont.ttf') format('truetype'),
         url('/htdocs/custom/login/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('/htdocs/custom/login/styles/fonts/helveticaltstd_roman-webfont.eot');
    src: url('/htdocs/custom/login/styles/fonts/helveticaltstd_roman-webfont.eot?#iefix') format('embedded-opentype'),
         url('/htdocs/custom/login/styles/fonts/helveticaltstd_roman-webfont.woff') format('woff'),
         url('/htdocs/custom/login/styles/fonts/helveticaltstd_roman-webfont.ttf') format('truetype'),
         url('/htdocs/custom/login/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('/htdocs/custom/login/styles/fonts/glyphicons-halflings-regular.eot');
  src: url('/htdocs/custom/login/styles/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/htdocs/custom/login/styles/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/htdocs/custom/login/styles/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/htdocs/custom/login/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;
    background-color:#8eb2ca;
	background-image:linear-gradient(#99bcd0, #d8e5ed);
}


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

h1, .h1 {
font-size: 28px;
margin-top: 20px;
}

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

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

p {
margin: 0 0 14px;
}

li {
	font-size: 14px;
}
	

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

#logo {
	top: 6px;
	left: 15px;
	width: 152px;
	height: 36px;
}

#logo img {
	width: 100%;
}

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

#whiteHeader {
	display:none;
}


/* Optional Alert styles
-------------------------------------------------- */

.alert {
	margin-bottom:0px;
	background-color:#dde0e3;
	color:#576069;
}

.alert-success {
	border-color:#dde0e3;
}

.alert img {
	padding-right:10px;
	float:left;
}


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

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

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

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

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

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

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

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

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

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

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

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

.navbar-default .navbar-collapse {
	background-color:#ffffff;
}

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

/* Social Nav Icons main */

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

.social a {
width: 23px;
height: 23px;

padding-right: 6px;
}

.social {
border-left: 0px;
}


/* Form styles
-------------------------------------------------- */
#loginForm {
}

#loginForm {
	width:100%;
	margin-top:10px;
}

#loginForm p {
	color:#7b7c7e;
	margin:0 0 10px 0;
	font-weight:bold;
}

#loginForm p a {
	font-weight:normal;
	font-size:14px;
	margin-right:10px;
}

#loginForm p a:last {
	margin-right:0px;
}

#loginForm p.formLinks {
	margin-top:-10px;
}

.form-group {
	font-weight:bold;
}



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

.jumbotron {
	margin-top: 0px;
}

.jumbotron .container{
	  background-color: #008ccc;
}
	
.jumbotron #hero-text {
	height: 250px;
	padding-right:20px;
}

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

.jumbotron #hero-text img {
	max-width:40%;
}

.jumbotron #hero-text ul {
	
	margin: -10px 0px 15px 35px;
	padding-left: 15px;
	line-height:1;
}

.jumbotron #hero-text li {

	padding: 0 0 11px 0px;
	color:#ffffff;
	background-size:10px 10px;
}

.jumbotron #hero-text ul.social-row {
	margin:-15px 0px 0px 0px;
	padding:0px 0px 0px 35px;
	display:block;
}

.jumbotron #hero-text ul.social-row li {
	padding-left: 0;
  	text-indent: initial;
  	list-style: none;
  	background: none;
  	display: inline-block;
  	margin-right: 10px;
  	margin-top: 10px;
}

.soc {
  display: inline-block;
  position: relative;
  text-indent: -9999px;
  width: 40px;
  height: 40px;
  background: url(../images/img-social.png) no-repeat;
}

.soc:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(../images/img-social.png) no-repeat;
  background-position: 0 -40px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -moz-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
}

.soc:hover:after {
  opacity: 1;
}

#socTwitter {
  background-position: -40px 0;
}

#socTwitter:after {
  background-position: -40px -40px;
}

#socYoutube {
  background-position: -280px 0;
}

#socYoutube:after {
  background-position: -280px -40px;
}

#socLinkedin {
  background-position: -200px 0;
}

#socLinkedin:after {
  background-position: -200px -40px;
}

#socPinterest {
  background-position: -160px 0;
}

#socPinterest:after {
  background-position: -160px -40px;
}

#socGplus {
  background-position: -240px 0;
}

#socGplus:after {
  background-position: -240px -40px;
}

#socWordpress {
  background-position: -120px 0;
}

#socWordpress:after {
  background-position: -120px -40px;
}

#socYoutube, #socLinkedin, #socPinterest, #socGplus, #socWordpress {
	display:none;
}

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

.jumbotron h1 {
	margin-left:30px;
}

.jumbotron p {
	line-height: 1.4;
	margin-left:30px;
	font-size: 18px;
}

.icon-bg img {
	background-color:#ffffff; 
	padding:2px 0px; 
	border-radius:3px
}



/* Carousel styles
-------------------------------------------------- */

.carousel-control {
	width:5%;
}

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


/* Bucket styles
-------------------------------------------------- */

.main-row {
	background-color:#ffffff;
	margin-bottom:10px; 
	height:100%; 
	padding:10px 45px;
	float:left;
}

.bucket-image {
	height:260px;
}

.bucket-text {
	width:100%; 
	height:auto; 
	display:table;
}

.bucket-text div {
	display:table-cell;
	margin:0; 
	vertical-align:middle;
}

.bucket-image {
	display:none;
}

.bucket-image::before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}


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

.btn {
	font-family: 'helvetica';
	display: inline-block;
	padding: 0px;
	margin-bottom: 0;
	font-weight: bold;
	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 {
	color: #ffffff;
	background-color: #f16935;
	border-color: #ffffff;
	margin-top: -10px;
	margin-right: 10px;
	padding: 10px 25px;
	margin-bottom: 12px;
	font-size: 12px;
}

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

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

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

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

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


/* Help Popup styles
-------------------------------------------------- */

.simplePopup {
	display:none;
	position:fixed;
	border:1px solid #cccccc;
	background:#fff;
	z-index:999999;
	padding:0px;
	min-width:50%;
	margin-left:auto;
	margin-right:auto;
	width:300px;
}
	
.simplePopupBackground {
	display:none;
	background:#000;
	position:fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	z-index:999999;
}
	
.simplePopup h3 {
	padding:10px;
	margin:0px;
	text-align:center;
}

.simplePopup p {
	padding:20px 20px 0px 20px;
}

.simplePopup a.btn {
	margin-left: auto;
	margin-right: auto;
	display:table;
}



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

footer {
	font-size: 12px;
	height: 262px;
}

footer li {
	font-size: 12px;
}


footer li > a {
	margin: 0px;
}

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

.footer-links {
	margin: 20px 0 0 0;
	float: left;
}


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


@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 {
    font-size: 63px;
  }
}

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

@media (min-width: 768px) {
	
	body {
		font-size: 15px;
		line-height: 1.5;
	}
	
	h1, .h1 {
		font-size: 30px;
		margin-top:0;
	}

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

	h3, .h3 {
		font-size: 20px;
	}
	
	li {
		font-size: 15px;
	}
	
		
	/* Head styles
	-------------------------------------------------- */

	#logo {
		top: 77px;
		left: 0px;
		width: 230px;
		height: 55px;
	  }
	
	.navbar {
		height: 35px;
		min-height: 35px;
		margin-bottom: 20px;
	}
	
	#whiteHeader {
		/*top:35px;*/ 
		display:block;
		background-color:#ffffff; 
		height:156px; 
		/*top:0px; 
		width:100%; 
		position:absolute;*/
		width:100%;
		position:relative;
		margin-top:-20px;
		margin-bottom:-156px;
	}
	
	
	/* Main Navigation styles
	-------------------------------------------------- */
	
	.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;
	}
	
	.dropdown-menu>li {
		padding: 5px !important;
	}
	
	.dropdown-menu>li>a {
		color: #5a5a5a;
		margin: 0;
		padding: 5px;
		padding: 8px 17px;
		font-size: 14px;
		border: 0 !important;
	}

	.dropdown-menu>li>a:hover {
		background: #c4e9ff;
	}
	
	
	/* 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;
	}
	
	.navbar-default .navbar-collapse {
		background-color:transparent;
	}
	
	/* Social Nav Icons main */
	
	.social {
		border-left: 1px solid #00a5f1;
	}
	
	.social + .social + .social {
	 	display: block;
	}
	
	.social a {
		width: 100%;
		height: 22px;
		margin: 7px 0 0 5px;
		background-repeat: no-repeat;
	}
	
	
	/* Form styles
	-------------------------------------------------- */
	
	.form-inline .form-control {
		width:160px;
	}
	
	#loginForm {
		/*position: absolute;
		right:0;
		top: 69px;
		width:auto;
		margin-top:inherit;*/
		position:relative;
		width:auto;
		float:right;
		margin-top:23px;
	}
	
	#loginForm p {
		margin:0 0 -10px 0;
	}
	
	/* Main Body styles
	-------------------------------------------------- */
	
	.navbar-default {
		background-color: #008ccc;
		border: none;
	}

	.jumbotron, .subpageHeader {
		margin: 176px 0 30px;
	}

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

	.container {
	    /* width: 750px; */
		
	    /* padding-right: 0px; */
		
	    /* padding-left: 0px; */
	}
	.jumbotron #hero-text {
		padding-right:30px;
		width: 422px;
		height: 250px;
	}
	
	.jumbotron #hero-img {
		display: block;
		width: 312px;
		height: 90px;
	}
	
	.jumbotron #hero-text ul {
		margin: -5px 0px 15px 35px;
		line-height:1.2;
		display:block;
	}
	
	.jumbotron #hero-text ul.social-row {
		padding:0px 0px 0px 35px;
	}
	
	#socYoutube, #socLinkedin, #socPinterest, #socGplus, #socWordpress {
		display:block;
	}
		
	.jumbotron h1 {
		font-size: 28px;
		margin-top: 20px;
		margin-left:35px;
	}
	
	.jumbotron p {
		line-height: 1.4;
		font-size: 19px;
		margin-left:35px;
	}
	
	
	/* Button styles
	-------------------------------------------------- */
	
	.btn-primary {
		font-size: 12px;
		margin-top: 12px;
	}
	
	
	/* Bucket styles
	-------------------------------------------------- */

	.main-row {
		margin-bottom:10px; 
		height:280px; 
		padding:0px 35px;
		float:inherit;
	}

	.bucket-image {
		height:280px;
		display:block;
	}

	.bucket-text {
		width:280px; 
		height:280px;
	}
	
	
	
	/* Footer styles
	-------------------------------------------------- */

	footer {
		font-size: 11px;
		height: 262px;
	}

	footer li {
		font-size: 12px;
	}

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

	#footer-links {
		margin: 20px 0;
		float: right;
	}

	#footer-links li + li + li {
		margin-right: 0;
	}

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

	.container .credit {
		float: left;
	}
	

}

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

@media (min-width: 992px) {
	
	body {
		font-size: 16px;
		line-height: 1.6;
	}
	
	h1, .h1 {
		font-size: 32px;
	}

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

	h3, .h3 {
		font-size: 20px;
	}
	
	li {
		font-size: 16px;
	}
	
	#contentCol {
		width: 57%;
	}
	
	#calloutCol {
		width: 24%;
	}
	
	.col-sm-9#contentCol { 
		width: 81%;
	}
	
	
	/* Head styles
	-------------------------------------------------- */
	
	#logo {
		top: 77px;
		left: 0px;
		width: 260px;
		height: 60px;
	  }
	
	.navbar {
		height: 35px;
		min-height: 35px;
	}
	
	#whiteHeader {
		height:166px;
		margin-bottom:-166px;
	}
	
	/* Main Navigation styles
	-------------------------------------------------- */
	.dropdown-menu {
		top: 38px;
	}
	
	.dropdown-menu>li>a{
		font-size: 16px;
	}
	
	
	/* 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;
	}
	
	
	/* Left Navigation styles
	-------------------------------------------------- */

	/* 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;
	}
	
	
	/* Form styles
	-------------------------------------------------- */
	
	.form-inline .form-control {
		width:auto;
	}
	
	#loginForm {
		margin-top:29px;
        margin-left: 51px
	}
	

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

	.jumbotron {
		margin-top: 186px;
	}

	.jumbotron #hero-text {
		padding-right:35px;
		width: 555px;
		height: 333px;
	}
	
	.jumbotron #hero-img {
		width: 415px;
		height: 332px;
	}
	
	.jumbotron #hero-text ul {
		margin: 0px 0px 15px 45px;
		line-height:1.3;
	}
	
	.jumbotron #hero-text ul.social-row {
		padding:0px 0px 0px 45px;
	}
	
	
	.jumbotron h1 {
		font-size: 44px;
		color: #ffffff;
		margin-left: 45px;
	}
	
	.jumbotron p {
		line-height: 1.4;
		margin-left: 45px;
		
	}
	
	/* Button styles
	-------------------------------------------------- */
	
	.btn-primary {
		font-size: 14px;
		margin-top: 12px;
	}
	
	/* Bucket styles
	-------------------------------------------------- */

	.main-row {
		margin-bottom:10px; 
		height:260px; 
		padding:0px 45px;
	}

	.bucket-image {
		height:260px;
	}

	.bucket-text {
		width:490px; 
		height:260px;
	}
	
	
	/* Footer Styles 
	__________________________________________________ */

	footer {
		font-size: 12px;
	}

	footer li {
		font-size: 14px;
	}
	
	
}

@media (min-width: 1200px){
	.container {
	width: 992px;
	}
}


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


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

#logo {
	position: relative;
	float:left;
}

.navbar .container {
	position: relative;
}

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

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


.on {
	color: #008ccc;
}


/* Social Nav Icons main */

.social {
	padding-bottom: 5px;
}

.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;	
	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;
	border-bottom: none; 
	background-size: 20px 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, h2 {
	font-family: 'alright_sans_regularregular';
	color: #008ccc;
}

h3 {
	font-family: 'alright_sans_regularregular';
	color: #000000;
	font-weight: normal;
}

a { 
	outline: none!important;
}

.jumbotron {
	margin-bottom: 20px;
	font-size: 21px;
	font-weight: 200;
	line-height: 2.1428571435;
	color: inherit;
	background-color: transparent;
	padding: 0;
}

.jumbotron .container {
	position: relative;
}

.jumbotron h1 {
	color: #ffffff;
}

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

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

.jumbotron p {
	color: #ffffff;
}

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

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

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

body {
/* Margin bottom by footer height */
margin-bottom: 292px;
}

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

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

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

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

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

.closePop {
			margin-top:10px;
		}