/* ==========================================================================
Author's custom css
========================================================================== */

@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_sansregular_italic';
	src: url('../css/fonts/alrightsans_regularitalic-webfont.woff') format('woff'), url('../css/fonts/alrightsans_regularitalic-webfont.ttf') format('truetype');
	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');
}

body {
	font-size: 14px;
	font-family: arial;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-bottom: 126px;
	color: #4d4d4d;
}

.container {
	position: relative;
}

section {
	padding: 40px 0;
}

img {
	max-width: 100%;
}

section#white {}

section#grey {
	background-color: #f7f9f9;
}

.blue {
	background-color: #008ccc;
}

.darkblue {
	background-color: #004d71;
}

.purple {
	background-color: #91479b;
}

.lightBlue {
	background-color: #ceecfc;
}

.green {
	background-color: #f42434;
}

.orange {
	background-color: #00add9;
	text-align: center;
}

.yellow {
	background-color: #f1ac11;
}

.grey {
	background-color: #f3f4f4;
}

.white {
	background-color: #ffffff;
}

.white p {
	/* color: #545454; */
}

#home .white>.content h2, #home .white>.content h4 {
	color: #56565b;
}

.white h4 {
	color: #fc7803;
}

.blue, .purple, .darkblue, .lightBlue, .green, .orange, .white {
	padding: 35px 0;
}

.lead {
	color: #6b99b3;
	font-weight: normal;
}

/* ==========================================================================
Mobile < 768 css
========================================================================== */

h1, .h1 {
	font-size: 28px;
	margin-top: 0;
	margin-bottom: 40px;
}

h2, .h2 {
	font-size: 22px;
	margin-bottom: 20px;
	margin-top: 0;
	color: #585858;
}

h2 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 25px;
}

h3, .h3 {
	font-size: 18px;
	color: #008ccc;
	font-family: 'alright_sansmedium';
}

sub, sup {

    font-size: 60%;

}

p {
	margin: 0 0 14px;
	font-family: 'alright_sanslight';
	color: #4d4d4d;
	font-family: arial;
}

ul {
	margin: 14px 0 20px 0px;
	padding-left: 25px;
}

li {
	font-size: 15px;
}

.row {
	/* margin-bottom: 40px; */
}

#subsidiaries .row {
	margin-bottom:0px;
}

/* Head css
-------------------------------------------------- */

.navbar #logo a {
    background: url(../images/logo-white.svg) no-repeat 0 0;
    background-size: 100%;
    display: block;
    width: 170px;
    height: 21px;
    text-decoration: none;
}

.navbar.active #logo a {
	background: url(../images/logo.svg) no-repeat 0 0;
}

@media (min-width: 768px) {
    .navbar #logo a {
        width: 250px;
        height: 32px;
    }
}

@media (min-width: 992px) {
    .navbar #logo a {
        width: 300px;
        height: 39px;
    }
}

.active .bluelogo{    
	fill: #008CCC;
}

/* #logo img {
	width: 100%;
	max-width: 300px;
} */

.navbar {
	background-color: #004d71;
	min-height: 51px;
	margin-bottom: 0;
	color: #ffffff;
	/* z-index: 10; */
	-webkit-transition: border .2s, background .2s ease, -webkit-transform .2s ease;
		transition: border .2s, background .2s ease, -webkit-transform .2s ease;
		transition: border .2s, background .2s ease, transform .2s ease;
		transition: border .2s, background .2s ease, transform .2s ease, -webkit-transform .2s ease;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(70, 247, 253, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-light .navbar-toggler{
  border-color: rgb(255, 255, 255);
} 

.active .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	
}

.active .navbar-toggler {
    color: rgba(0,0,0,.5);
    border-color: rgba(0,0,0,.1);
}

.navbar.active {
	
	border-bottom: 2px solid #eaeaea;
	background-color: #ffffff;
}

.navbar.active  a{
	color: #5c5c61;
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: none;
}

.navbar-toggler:hover {}

/* Button css
-------------------------------------------------- */

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

/* Main Navigation css
-------------------------------------------------- */

#nav {
	width: auto;
	/* left: 0px; */
	padding: 18px 0 0;
	display: block;
}

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

.nav li {
	background: none;
}

.nav li:first-child {
	display: none;
}

#nav>li>a {
	/* color: #393939; */
	position: relative;
	display: block;
	padding: 10px 15px;
}

#nav>li:last-child a:focus {
	/* background-color: #008ccc; */
}

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

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

/* #nav>li+li+li+li a {
	color: #ffffff;
	background-color: #008ccc;
	margin-bottom: 10px;
} */


/* Button css
-------------------------------------------------- */

.btn-primary, .btn-default {
	font-size: 15px;
}

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

.jumbotron .btn-primary {
	font-size: 15px;
	background-color: #91479b;
	font-family: 'alright_sansbold';
}

.jumbotron .btn-primary:hover {
	background-color: #008ccc;
	border-color: #008ccc;
	font-family: 'alright_sansbold';
}

.jumbotron .btn-primary:focus {
	outline:none
}

.jumbotron .btn-primary, .btn-default {
	font-size: 12px;
	padding: 9px 32px;
	margin-bottom: 16px;
}
.btn {
	font-family: 'alright_sansbold';
	display: inline-block;
	text-transform: uppercase;
	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 {
	color: #008ccc;
	border: 2px solid #008ccc;
	background-color: #ffffff;
	margin-top: 17px;
	margin-bottom: 0;
	letter-spacing: normal;
}

.btn-primary:hover {
    color: #fff;
    background-color: #008ccc;
    border-color: #008ccc;
}

.btn-primary.focus, .btn-primary:focus {
    box-shadow: none;
}

footer .btn-primary {
	border: 3px solid #ffffff;
}

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

.blue .btn-bucket, .darkblue .btn-bucket, .grey .btn-bucket, .green .btn-lg, .lightBlue .btn-lg, #bluefooter .btn-lg {
	background-color: transparent;
	color: #ffffff;
	border: 3px solid #ffffff;
	text-decoration: none;
}


/* Main Body css
	-------------------------------------------------- */

.content ul li:before {
	padding: 0px 10px 0px 0px;
	font-size: 26px;
	top: 4px;
	line-height: 1;
}

#home .jumbotron {
	padding-top: 0;
	padding-bottom: 0;
	overflow: hidden;
	background-color: #007db6;
	margin-bottom: 0px;
	position: relative;
	background-position-y: bottom;
	background-repeat: no-repeat;
	background-size: cover;
}

.jumbotron {
	height: 190px;
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 10px;
	text-align: center;
	background-position-x: 54%;
}

.jumbotron #hero-text {
	width: 100%;
	text-align: left;
	top: 100px;
	position: relative;
	line-height: 1.1em;
}

.jumbotron h1, .jumbotron .h1 {
	color: #ffffff;
	font-family: 'alright_sansbold';
	display: block;
	font-size: 30px;
	margin-bottom: 26px;
}

.jumbotron p {
    font-size: 14px;
    line-height: 1.6em;
}

.jumbotron #hero-text p {
	color: #ffffff;
	font-family: 'alright_sansmedium';
}

.jumbotron #hero-text a+span {
	color: #56565b;
	font-family: 'alright_sansmedium';
	font-size: 12px;
}

.jumbotron #logo2 {
	width: 214px;
	/* height: 50px; */
	margin: 23px 0 21px;
}

.blue {
	padding: 40px 0 40px;
}

.media:first-child {
	margin-top: 20px;
}

.darkblue, .grey {
	padding-top: 40px;
	padding-bottom: 40px;
}


/* Home Page css
-------------------------------------------------- */

.blue .btn-bucket, .darkblue .btn-bucket, .grey .btn-bucket, .green .btn-lg, .lightBlue .btn-lg, #bluefooter .btn-lg {
	margin-top: 20px;
}

#about h1,
#about p,
#buildhealth h2,
#buildhealth p {
	color: #ffffff;
}

#about .row,
#buildhealth .row {
	margin-bottom: 0px;
}

/* Annual
-------------------------------------------------- */


#annual h2 {
	color: #585858;
}


#annual {
	color: #fff;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 10px 15px;
}

/* Speakers
-------------------------------------------------- */

#speakers .container {
	/* text-align: center */
}

#speakers .col-sm-12.mainSpeaker div {
	background-color: #008ccc;
	border: 23px solid #008ccc;
	position: relative;
	margin: 0 auto 20px;
	text-align: left;
}

#speakers .col-sm-12.mainSpeaker div>img+div {
	background-color: transparent;
	border: none;
	display: inline-block;
	position: relative;
	margin-bottom: 0;
}

#speakers .col-sm-4 div img, .speaker-name, .speaker-title, .speaker-company {
	display: block;
}

.speaker-name {
	color: #ffffff;
	font-family: 'alright_sansbold';
}

.speaker-title {
	color: #ffffff;
	font-family: 'alright_sansmedium';
}

.speaker-company {
	color: #90c7e6;
	font-family: 'alright_sansmedium';
}

#speakers .mainSpeaker div img {
	margin-bottom: 26px;
	/* width: 100%; */
}

.speaker-name {
	font-size: 23px;
}

.speaker-title {
	font-size: 16px;
}

	.content .speaker-company a {
		color: #ceecfc;
		font-weight: bold;
		text-decoration: underline;
	}

	.content .speaker-company a:hover {
		color: #fff;
		font-weight: bold;
		text-decoration: none;
	}

.speaker-company {
	font-size: 16px;
	margin-top: 18px;
}

#speakers .btn-primary {
	margin: 90px 0 50px;
}

#speakers .col-sm-4 img.speaker-icon {
	width: 32px;
	/* height: 40px; */
}

#speakers .col-sm-4 div.media {
	background-color: transparent;
	border: none;
	position: relative;
	margin: 0 auto 20px;
}

#speakers .col-sm-4 div.media .media-left, #speakers .col-sm-4 div.media .media-body {
	border: none;
	background-color: transparent;
}

#speakers .col-sm-4 div.media .media-left {
	width: 50px;
	height: 40px;
}

#speakers .col-sm-4 div.media h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 6px 0;
	line-height: 1;
	color: inherit;
}

#speakers .col-sm-4 div.media a {
	color: #005288;
	text-decoration: none;
}

#speakers .col-sm-4 div.media a:hover {
	/* text-decoration: underline; */
	color: #55c5f8 !important;
}

#speakers .col-sm-4 div.media span {
	/* color:#005288; */
	font-size: 16px;
	font-style: italic;
	margin-top: 0;
	line-height: 1.4;
	display: block;
}

.popSpeaker {
	display: none;
}

.simplePopup h4 {
	font-size: 14px;
	font-weight: bold;
}


/* Subsidiaries
-------------------------------------------------- */

#amerihealth {
	margin-top: 80px;
}

#subsidiaries h2 {
	color: #004d71;
}

#subsidiaries img {
	/* display: none; */
	width: 200px;
	margin: 0 auto;
    display: block;
	margin-bottom: 20px;
}

#subsidiaries h4, #subsidiaries h4 a, #subsidiaries p, #subsidiaries span {
	color: #545454;
	text-decoration: none;
}

#subsidiaries h4 {
	font-family: 'alright_sansbold';
	color: #008acf;
}

#subsidiaries .white {
	padding: 25px 25px;
	text-align: left;
}

#subsidiaries a {
	color: #91479b;
	font-weight: bold;
}

#subsidiaries a:hover {
	color: #ffffff;
	text-decoration: none;
}

#subsidiaries .white img {
	margin-bottom: 25px;
	/* width: 100%; */
	padding: 0;
	float: right;
}

#subsidiaries #subsidiaries-img {
	/* margin-left: 23px; */
	width: 100%;
	display: inline-block;
}

#subsidiaries h4 {
	font-size: 21px;
}

#home #subsidiaries p {
	font-size: 15px;
	margin-bottom: 25px;
}

#home #subsidiaries p:last-child {
	margin-bottom: 0;
}

.media:first-child {
	margin-top: 20px;
}

/* Leadership
-------------------------------------------------- */

.execs {
	display: block;
	position: relative;
	margin-right: 52px;
	width: 183px;
	margin-right: 0;
	margin: 0 auto;
}

#leadership p {
	color: #fff;
	margin-bottom: 30px;
}

#leadership .row:first-child {
	/* background-color:aquamarine; */
	margin-bottom: 0px;
}

.execs img {
    border: 10px solid #fff;
}

.execs h5{font-family: 'alright_sansbold';color: #008ccc;}
.execs h5 {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 5px;
}

.content .execs p{font-family: 'alright_sansmedium';}

#registration {
	text-align: center;
}

#registration .btn-primary:hover {
	background-color: #fff;
	color: #91479b;
}

#registration .btn-primary:focus{
	outline: none;
	box-shadow: none;
}


/* Footer css
-------------------------------------------------- */

footer {
	font-size: 11px;
}

.container .credit {
	margin: 30px 0 30px 0;
	clear: both;
	text-align: left;
}

#bluefooter {
	height: 272px;
	padding: 20px 0;
}

#bluefooter .row {
	margin-bottom: 0;
}

#bluefooter a {
	color: #008ccc;
}

#email_newsroom {font-weight: bold;font-size: 15px;display: inline-block;margin-bottom: 40px;}

footer .btn-primary {
	font-size: 18px;
	padding: 6px 42px;
	margin-bottom: 29px;
	margin-right: 0;
}

/* Simple Popup Styling */

.simplePopup {
	display: none;
	position: fixed;
	background: #fff;
	z-index: 3;
	padding: 25px 25px;
	/* width: 90%; */
	z-index: 1032;
}

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

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

.simplePopup a img {
	width: 20px;
	height: 20px;
}

[role=button] {
    cursor: pointer;
}


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

.simplePopup p{
	color: #000000;
}
.simplePopup {
	width: 90%;
}


@media screen and (min-width: 768px) {
	.jumbotron {
		padding-top: 0px;
		padding-bottom: 0px;
		height: 400px;
		background-image: url(../images/banner.jpg);
		background-position-x: 52%;
	}
	.container .jumbotron {
		padding-right: 60px;
		padding-left: 60px;
	}
	.jumbotron h1, .jumbotron .h1 {
		font-size: 63px;
		color: #004d71;
	}
}

/* ==========================================================================
// Small devices (landscape phones, 576px and up)

========================================================================== */

@media (min-width: 576px) {
	#speakers .col-sm-6 div {
		border: 30px solid #ffffff;
		margin: 0 auto 20px;
		width: 255px;
	}
	.expo-logos {
		height: 40px;
	}
	#ctb {
		height: auto;
	}

	.darkblue, .grey {
		padding: 40px 0;
	}

	.execs {
		width: 150px;
		margin-right: 26px;
		vertical-align: top;
		display: inline-block;
	}

	.execs h5 {
		font-size: 16px;
		margin-top: 20px;
		margin-bottom: 5px;
	}

	#home .content .execs p {
		font-size: 12px;
	}

	.execs:nth-child(3), .execs:nth-child(6),
	.execs:nth-child(9), .execs:nth-child(12),
	.execs:nth-child(15), .execs:nth-child(18)   {
		/* background-color: rgba(0,123,255,.25); */
		/* margin-right: 0; */
	}

	footer {
		height: 126px;
	}
	.container .credit {
		margin: 24px 0 0 0;
	}
}

/* ==========================================================================
768 - 992 custom css
========================================================================== */

@media (min-width: 768px) {
	body {
		font-size: 14px;
		line-height: 1.5;
		margin-bottom: 150px;
	}

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

	h2, .h2 {
		font-size: 27px;
		margin-bottom: 26px;
	}

	h3, .h3, h3.panel-title {
		font-size: 19px;
	}

	h4, .h4 {
		font-size: 28px;
	}

	ul {
		margin: 0 0 20px 0px;
		padding-left: 25px;
	}

	ul ol {
		margin: 24px 0 20px 0px;
		padding-left: 25px;
	}

	li {
		font-size: 14px;
	}

	.blue, .purple, .darkblue, .lightBlue, .green, .orange, .white {
		padding: 60px 0;
	}

	h2 {
		margin-top: 0;
		margin-bottom: 40px;
		font-size: 32px;
	}

	#home .content p {
		font-size: 15px;
	}

	.media {
		display: flex;
	}

	.row {
		/* margin-bottom: 30px; */
	}

	/* Head css
		-------------------------------------------------- */

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

	.navbar-collapse.collapse {
		height: 28px;
	}

	#logo {
		top: 0;
		left: 0px;
		width: 250px;
		/* height: 21px; */
	}

	/* Main Navigation css
		-------------------------------------------------- */

	#nav {
		top: 0;
		position: absolute;
		margin: 0;
		right: 15px;
		left: initial;
		padding: 0;
	}

	.navbar .container {
		height: 28px;
	}

	#nav>li {
		display: inline-block;
		font-size: 13px;
		float: left;
	}

	#nav>li>a {
		padding: 3px 24px;
		/* color: #5c5c61; */
		padding: 6px 14px 0 0;
		/* border-left: 1px solid #e2e2e2; */
	}

	#nav>li:last-child a {
	}

	#nav>li:last-child a:hover {

	}

	#nav>li>a:hover, li.active a {
		color: #008ccc;
		text-decoration: none;
		/* border-bottom: 6px solid #005d96; */
		background-color: transparent;
	}

	.nav.navbar-right li:first-child {
		margin-right: 0;
		font-size: 12px;
	}

	.active a {
		/* background-color: #f5f5f5!important; */
		/* border-bottom: 6px solid #008ccc; */
	}

	.btn-primary, .btn-default {
		font-size: 16px;
		padding: 7px 51px;
		padding: 15px 41px;
	}

	/* Left Navigation css
		-------------------------------------------------- */

	/* Social Nav Icons main */

	.nav li:first-child {}

	/* Main Body css
	-------------------------------------------------- */

	.content ul li:before {
		padding: 0px 8px 0px 0px;
		font-size: 27px;
		top: 5px;
		line-height: 1;
	}	

	.media-left, .media-right, .media-body {
		display: table-cell;
		margin-bottom: 0px;
		text-align: left;
	}

	.jumbotron #hero-text {
		position: absolute;
		width: 300px;
		left: 0;
		top: 136px;
	}

	.jumbotron #hero-text span {
		font-size: 40px;
		margin: 0px;
		margin-bottom: 30px;
		/* line-height: 1.4em; */
	}

	.jumbotron p {
		font-size: 16px;
		line-height: 1.6em;
	}

	.jumbotron #logo2 {
		margin: 30px 0 33px;
		width: 266px;
		/* height: 59px; */
	}

	.darkblue, .grey {
		padding: 60px 0;
	}

	/* Button css
		-------------------------------------------------- */

	.btn-primary {
		font-size: 15px;
		padding: 15px 41px;
	}

	.jumbotron .btn-primary {
		font-size: 14px;
		padding: 9px 40px;
		margin: 23px 0;
	}

	/* Home Page css
		-------------------------------------------------- */

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

	.jumbotron #hero-text a+span {
		font-size: 15px;
		margin-bottom: 0;
	}

	.blue .btn-bucket, .darkblue .btn-bucket, .grey .btn-bucket, .orange .btn-lg, .lightBlue .btn-lg, #bluefooter .btn-lg {
		margin-top: 20px;
	}

	#intro.container {
		/* width: 750px; */
	}

	#intro.container h1 {
		text-align: left;
		margin-bottom: 30px;
	}

	#intro.container .col-sm-12 p {
		font-size: 17px;
	}

	/* Agenda
		-------------------------------------------------- */

	#annual .nav-schedule {
		margin-top: 30px;
	}

	#annual .nav-schedule ul.nav li a {
		margin-right: 18px;
		width: 336px;
	}

	#annual .nav-schedule .tab-content .container {
		width: 690px;
	}

	#annual .time h3 {
		font-size: 17px;
		text-align: center;
		margin-top: 15px;
		margin-left: 0;
	}

	#annual .topic-title h3 {
		font-size: 20px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	#annual .topic-title h3 {
		font-size: 20px;
		margin-top: 15px;
		margin-bottom: 15px;
	}

	#annual .tab-content .tab-pane .container .topic-title {
		border-left: 10px solid #005288;
	}

	/* Speakers
		-------------------------------------------------- */

	#speakers .container {
		width: 750px;
	}

	#speakers .col-sm-4 div.media h4 {
		margin: 0 0 3px 0;
		color: inherit;
	}

	#speakers .col-sm-12.mainSpeaker div>img+div {
		width: 401px;
	}

	#speakers .mainSpeaker div img, .speaker-name, .speaker-title, .speaker-company {
		line-height: 1.4;
	}



	#speakers .mainSpeaker div img {
		display: inline-block;
		width: 200px;
		/* float: left; */
		margin-right: 25px;
		vertical-align: top;
	}

	.speaker-name {
		font-size: 23px;
	}

	.speaker-title {
		font-size: 16px;
	}

	.speaker-company {
		font-size: 16px;
		margin-top: 18px;
	}

	#speakers .col-sm-4 img.speaker-icon {
		width: 23px;
		height: 29px;
	}

	#speakers .row+.row+.row {
		margin-top: 30px;
	}

	.popSpeaker {
		width: 200px;
		height: 240px;
		display: inline;
		position: relative;
		float: left;
		margin-right: 20px;
	}

	.simplePopup h3 {
		margin-top: 0;
	}

	.simplePopup h4 {
		font-size: 16px;
		font-weight: bold;
	}

	/* Subsidiaries
	-------------------------------------------------- */
	
	#amerihealth {
		margin-top: 60px;
	}

	#subsidiaries .white {
		padding: 30px 35px;
		text-align: left;
	}

	#subsidiaries img {
		/* display: block; */
		width: auto;
		margin-bottom: 0px;
	}

	#subsidiaries #subsidiaries-img {
		margin-left: 28px;
		width: 250px;
	}

	#subsidiaries h4 {
		font-size: 21px;
	}

	#home #subsidiaries p {
		font-size: 15px;
		margin-bottom: 17px;
	}

	.media:first-child {
		margin-top: 20px;
	}

	/* Leadership
	-------------------------------------------------- */

	.execs {
		margin-right: 23px;
		width: 152px;
	}

	.execs img {
		border: 10px solid #fff;
	}

	.execs:nth-child(3), .execs:nth-child(6),
	.execs:nth-child(9), .execs:nth-child(12),
	.execs:nth-child(15), .execs:nth-child(18)
	 {
		/* margin-right: 23px; */
	}

	.execs:nth-child(4), .execs:nth-child(8),
	.execs:nth-child(12), .execs:nth-child(16), .execs:nth-child(20)  {
		/* background-color:aquamarine; */
		margin-right: 0;
	}



	.execs h5{
		 font-size: 18px;
		 margin-top: 20px;
		 margin-bottom: 5px;
	 }

	#home .content .execs p{
		font-size: 13px;
	}


	/* Sticky footer css
		-------------------------------------------------- */

	footer {
		/* font-size: 10px; */
		height: 150px;
	}

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

	.container .credit {
		float: left;
	}

	#bluefooter {
		height: 350px;
		padding: 37px 0;
	}

	#bluefooter p {
		font-size: 14px;
	}

	#email_newsroom {
	font-size: 19px;
	margin-bottom: 89px;
	}

	footer .btn-primary {
		/* font-size: 21px; */
		/* padding: 7px 44px; */
		/* margin-top: 42px; */
		/* margin-bottom: 0; */
	}

	#registration .btn-primary, #speakers .btn-primary, footer .btn-primary {
		font-size: 16px;
		padding: 12px 44px;
		margin-top: 46px;
		margin-bottom: 0;
	}

	/* Simple Popup Styling */
	.simplePopup {
		width:750px;
	}

}

/* ==========================================================================
992+ custom css
========================================================================== */

@media (min-width: 992px) {
	body {
		font-size: 18px;
		line-height: 1.6;
		margin-bottom: 150px;
	}

	p {
		font-size: 16px;
	}

	.lead {
		font-size: 19px;
	}

	#home .content p {
		font-size: 17px;
	}

	h1, .h1 {
		font-size: 32px;
		margin-bottom: 40px;
	}

	h2, .h2 {
		font-size: 34px;
		margin-bottom: 36px;
	}

	.blue, .purple, .darkblue, .lightBlue, .green, .orange, .white {
		padding: 60px 0;
	}

	h2 {
		margin-top: 0;
		margin-bottom: 50px;
		font-size: 37px;
	}

	h3, .h3, h3.panel-title {
		font-size: 21px;
	}

	h4, .h4 {
		font-size: 30px;
	}

	li {
		font-size: 16px;
	}

	ul {
		margin: 14px 0 20px 0px;
		padding-left: 25px;
	}

	.row {
		/* margin-bottom: 40px; */
	}

	/* Head css
		-------------------------------------------------- */

	#logo {
		top: 0;
		left: 0px;
		width: 310px;
		/* height: 27px; */
	}

	.navbar {
		height: 109px;
		min-height: 28px;
	}

	/* Main Navigation css
		-------------------------------------------------- */

	#nav {
		top: 0;
		position: absolute;
		margin: 0;
		right: 15px;
	}

	#nav>li {
		font-size: 15px;
	}

	#nav>li>a {
		padding: 0px;
		padding: 6px 24px 0px 0;
	}

	#nav>li:last-child a {
	}

	/* Main Body css
	-------------------------------------------------- */

	.content ul li:before {
		padding: 0px 11px 0px 0px;
		font-size: 29px;
		top: 5px;
		line-height: 1;
	}

	.jumbotron {
		height: 530px;
		background-position-x: 54%;
	}

	.jumbotron #hero-text {
		width: 380px;
        left: 0;
        top: 190px;
	}

	.jumbotron #logo2 {
		margin: 30px 0px 37px;
		width: 344px;
		height: 154px;
	}

	.jumbotron #hero-text span+span {
		font-size: 27px;
		margin: 34px 0 33px 32px;
	}

	.jumbotron #hero-text span {
		font-size: 48px;
		margin-bottom: 30px;
		line-height: 1.4em;
	}

	.jumbotron p {
		font-size: 19px;
		line-height: 1.8em;
	}

	.jumbotron #hero-text a+span {
		font-size: 20px;
	}

	.blue .btn-bucket, .darkblue .btn-bucket, .grey .btn-bucket, .orange .btn-lg, .lightBlue .btn-lg, #bluefooter .btn-lg {
		margin-top: 20px;
	}

	#intro.container {
		/* width: 750px; */
	}

	#intro.container h1 {
		text-align: left;
		margin-bottom: 25px;
	}

	#intro.container .col-sm-12 p {
		font-size: 18px;
	}

	.blue {
		padding: 40px 0 60px;
	}

	.darkblue, .grey {
		padding: 60px 0;
	}

	/* Button css
		-------------------------------------------------- */

	.btn-primary {
		font-size: 15px;
		padding: 15px 41px;
	}

	.jumbotron .btn-primary {
		font-size: 14px;
		padding: 14px 55px;
		margin: 29px 0;
	}

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

	/* Subsidiaries
	-------------------------------------------------- */
	
	#amerihealth {
		margin-top: 80px;
	}

	#subsidiaries .container {
	}

	#subsidiaries .white {
		padding: 36px 45px 36px;
	}

	#subsidiaries #subsidiaries-img {
		margin-left: 28px;
		width: 280px;
	}

	#subsidiaries h4 {
		font-size: 22px;
	}

	#home #subsidiaries p {
		font-size: 17px;
		margin-bottom: 30px;
	}

	.media:first-child {
		margin-top: 20px;
	}

	/* Agenda
		-------------------------------------------------- */

	#annual .container {
	}

	#annual h3 {
		margin-top: 100px;
	}

	/* Speakers
		-------------------------------------------------- */

	#speakers .container {
		width: 840px;
	}

	#speakers .col-sm-12.mainSpeaker div {
		/* width: 230px; */
		/* height: 630px; */
	}

	#speakers .col-sm-12.mainSpeaker div>img+div {
		width: 485px;
	}

	#speakers .mainSpeaker div img {
		/* width: 100%; */
		margin-bottom: 26px;
		width: 235px;
	}

	#speakers .mainSpeaker div img, .speaker-name, .speaker-title, .speaker-company {
		line-height: 1.4;
		/* width: 250px; */
	}

	.speaker-name {
		font-size: 23px;
	}

	.speaker-title {
		font-size: 16px;
	}

	.speaker-company {
		font-size: 16px;
		margin-top: 18px;
	}

	#speakers .btn-primary {
		margin: 90px 0 50px;
	}

	#speakers .col-sm-4 img.speaker-icon {
		width: 32px;
		height: 40px;
	}

	/* Speakers Page
		-------------------------------------------------- */

	body#sub-speakers {}

	#speakers .col-sm-6 div {
		width: 285px;
		height: 442px;
		border: 20px solid #ffffff;
	}

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

	#speakers .col-sm-6+.col-sm-6+.col-sm-6+.col-sm-6 {
		margin-top: 10px;
	}

	body#sub-speakers #speakers .container {
		width: 970px;
	}

	#sub-speakers h2 {
		margin-top: 20px;
		margin-bottom: 60px;
		font-size: 42px;
	}

	body#sub-speakers footer {
		height: 120px;
	}

	#sub-speakers #speakers {
		/* margin-top: 134px; */
	}

	#sub-speakers #speakers .col-sm-12 {
		margin-bottom: 50px
	}

	#sub-speakers #speakers .col-sm-12 div {
		padding: 8px 15px;
	}

	#sub-speakers #speakers .col-sm-12 div img {
		width: 200px;
	}

	#sub-speakers .speaker-name {
		font-size: 23px;
	}

	#sub-speakers .speaker-title {
		font-size: 16px;
	}

	#sub-speakers .speaker-company {
		font-size: 16px;
		margin-top: 0px;
		margin-bottom: 10px;
	}
	
	/* Leadership
	-------------------------------------------------- */

	.execs:nth-child(4n+1) {

	}

	.execs:nth-child(5), .execs:nth-child(10),
	.execs:nth-child(15), .execs:nth-child(20) {
		background: #fcff44;
		background-color: transparent;
		margin-right: 0;
	}

	.execs:nth-child(4), .execs:nth-child(8),
	.execs:nth-child(12), .execs:nth-child(16)  {
		background-color: transparent;
		margin-right: 16px;
	}

	.execs{
		margin-right: 16px;
		width: 166px;
	}

	.execs img{border: 10px solid #fff;}
	
	.execs h5{
		 font-size: 18px;
		 margin-top: 20px;
		 margin-bottom: 5px;
	 }

	#home .content .execs p{
		font-size: 12px;
	}


	/* Sticky footer css
		-------------------------------------------------- */

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

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

	.container .credit {
		float: left;
		width: auto;
		width: initial;
	}

	footer p {
		font-size: 12px;
	}

	#bluefooter {
		height: 407px;
		padding: 49px 0;
	}

	#bluefooter p {
		font-size: 16px;
	}

	#email_newsroom {
	font-size: 22px;
	margin-bottom: 96px;
	}

	#registration .btn-primary, #speakers .btn-primary, footer .btn-primary {
		font-size: 17px;
		padding: 11px 49px;
		margin-top: 46px;
	}

	/* Simple Popup Styling */
	.simplePopup {
		width:840px;
	}	


	#videoHome1 {
		width: 720px;
		height: 406px;
	}
}

@media (min-width: 1200px) {
	body {
		font-size: 20px;
		line-height: 1.6;
		margin-bottom: 150px;
	}

	p {
		font-size: 18px;
	}

	.blue, .purple, .darkblue, .lightBlue, .green, .orange, .white {
		padding: 80px 0;
	}

	#home .content p {
		font-size: 18px;
	}

	h1, .h1 {
		font-size: 43px;
		margin-bottom: 40px;
	}

	h2, .h2 {
		margin-bottom: 28px;
		font-size: 37px;
	}

	h3, .h3, h3.panel-title {
		font-size: 22px;
		/* margin-top: 58px; */
	}

	h4, .h4 {
		font-size: 35px;
	}

	ul {
		margin: 14px 0 20px 0px;
		padding-left: 25px;
	}

	li {
		font-size: 16px;
	}

	h2 {
		margin-bottom: 50px;
		font-size: 39px;
	}

	.row {
		/* margin-bottom: 40px; */
	}

	/* Head css
	-------------------------------------------------- */

	#logo {
		top: 0;
		left: 0px;
		width: 370px;
		height: 31px;
	}

	.navbar {
		height: 114px;
		min-height: 28px;
	}

	/* Main Navigation css
	-------------------------------------------------- */

	#nav {
		top: 0;
		position: absolute;
		margin: 0;
		right: 15px;
	}

	#nav>li {
		font-size: 18px;
	}

	#nav>li>a {
		padding: 0px;
		padding: 6px 19px 0;
	}

	#nav>li:last-child a {
	}

	#intro.container h1 {
		text-align: left;
		margin-bottom: 30px;
	}

	/* Main Body css
	-------------------------------------------------- */

	.content ul li:before {
		padding: 0px 10px 0px 0px;
		font-size: 29px;
		top: 4px;
		line-height: 1;
	}

	.jumbotron {
		height: 513px;
		background-position: center;
	}

	.jumbotron 	p {
		font-size: 22px;
		line-height: 1.8em;
	}

	#intro.container {
		/* width: 845px; */
	}

	.jumbotron #hero-text {
		width: 451px;
		left: 0;
		top: 200px;
	}

	.jumbotron #logo2 {
		margin: 50px 0px 50px;
		width: 454px;
		height: 203px;
	}

	.jumbotron #hero-text span {
		font-size: 54px;
		margin-bottom: 40px;
		line-height: 1.4em;
	}

	.jumbotron #hero-text a+span {
		font-size: 24px;
	}

	.blue {
		padding: 80px 0;
	}

	#intro.container .col-sm-12 p {
		font-size: 19px;
	}

	/* Button css
	-------------------------------------------------- */

	.btn-primary {
		font-size: 16px;
		padding: 15px 41px;
	}

	footer .btn-primary {
		font-size: 18px;
		padding: 8px 44px;
		margin-top: 50px;
	}

	.jumbotron .btn-primary {
		font-size: 17px;
		padding: 17px 75px;
		margin: 28px 0;
	}

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

	.jumbotron {
		height: 600px;
		background-position-x: 60%;
	}

	.blue .btn-bucket, .darkblue .btn-bucket, .grey .btn-bucket, .green .btn-lg, .lightBlue .btn-lg, #bluefooter .btn-lg {
		margin-top: 35px;
	}

	/* Annual
	-------------------------------------------------- */

	#annual .container {
	}


	#annual h3 {
		font-size: 22px;
		margin-top: 100px;
	}



	/* Speakers
	-------------------------------------------------- */

	#speakers .container {
		width: 1170px;
	}

	#speakers .col-sm-12.mainSpeaker div {
		width: auto;
		/* height: 681px; */
	}

	#speakers .col-sm-12.mainSpeaker div>img+div {
		width: 749px;
	}

	#speakers .mainSpeaker div img {
		margin-bottom: 26px;
	}

	#speakers .mainSpeaker div img, .speaker-name, .speaker-title, .speaker-company {}

	.speaker-name {
		font-size: 23px;
	}

	.speaker-title {
		font-size: 16px;
	}

	.speaker-company {
		font-size: 16px;
		margin-top: 18px;
	}

	#speakers .btn-primary {
		margin: 90px 0 50px;
	}

	#speakers .col-sm-4 img.speaker-icon {
		width: 32px;
		height: 40px;
	}

	/* Speakers Page
	-------------------------------------------------- */

	body#sub-speakers {}

	body#sub-speakers #speakers .container {
		width: 970px;
	}

	#sub-speakers h2 {
		margin-top: 20px;
		margin-bottom: 60px;
		font-size: 45px;
	}

	body#sub-speakers footer {
		height: 120px;
	}

	#sub-speakers #speakers {
		/* margin-top: 134px; */
	}

	#sub-speakers #speakers .col-sm-12 {
		margin-bottom: 50px
	}

	#sub-speakers #speakers .col-sm-12 div {
		padding: 8px 15px;
	}

	#sub-speakers #speakers .col-sm-12 div img {
		width: 206px;
	}

	#sub-speakers .speaker-name {
		font-size: 23px;
	}

	#sub-speakers .speaker-title {
		font-size: 16px;
	}

	#sub-speakers .speaker-company {
		font-size: 16px;
		margin-top: 0px;
		margin-bottom: 10px;
	}

	.panel-default {
		padding: 0 35px;
	}

	.darkblue .agenda h4 {
		font-size: 20px;
	}

	.tcon-plus {
		height: 30px;
		-webkit-transform: scale(0.75);
		transform: scale(0.6);
		width: 30px;
		left: 12px;
		margin-top: 24px;
	}

	/* Subsidiaries
	-------------------------------------------------- */
	
	#amerihealth {
		margin-top: 80px;
	}

	#subsidiaries .white {
		padding: 42px 45px;
	}

	#subsidiaries #subsidiaries-text {
		width: 448px;
	}

	#subsidiaries #subsidiaries-img {
		margin-left: 28px;
		width: 302px;
	}

	#subsidiaries h4 {
		font-size: 23px;
	}

	#subsidiaries p {}

	#home #subsidiaries p {
		font-size: 17px;
		margin-bottom: 13px;
	}

	/* Leadership
	-------------------------------------------------- */
	.execs {
		margin-right: 48px;
		width: 179px;
	}

	.execs:nth-child(3), .execs:nth-child(6),
	.execs:nth-child(9), .execs:nth-child(12) {
		background-color: transparent;
		margin-right: 48px;
	}

	.execs:nth-child(4), .execs:nth-child(8),
	.execs:nth-child(12), .execs:nth-child(16)   {
		margin-right: 48px;
	}

	.execs h5{
 		font-size: 18px;
 		margin-top: 20px;
 		margin-bottom: 5px;
 	}

	#home .content .execs p{
		font-size: 13px;
	}


	/* Sticky footer css
		-------------------------------------------------- */

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

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

	footer p {
		font-size: 12px;
	}

	.container .credit {
		float: left;
	}

	#videoHome1 {
		width: 1031px;
		height: 580px;
	}

	#bluefooter {
		height: 497px;
		padding: 53px 0;
	}

	#bluefooter p {
		font-size: 18px;
	}

	#email_newsroom {
	font-size: 24px;
	margin-bottom: 134px;
	}

	/* Simple Popup Styling */
	.simplePopup {
		width:900px;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	/* IE10+ CSS css go here */
	img#header_mapBlue {
		top: auto!important;
		right: 0px!important;
	}
}

/* ==========================================================================
	Static custom css
========================================================================== */

#home .content p.footnote {
	font-size: 75%;
	margin-top: 20px;
}

/* Head css
-------------------------------------------------- */

#logo {
	position: relative;
}

.navbar .container {
	position: relative;
}

/* Main Navigation css
-------------------------------------------------- */

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

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

/* Main Body css
-------------------------------------------------- */

h1, h2 {
	color: #008ccc;
	font-family: 'alright_sanslight';
	letter-spacing: -0.02em;
}

.darkblue h2,
.blue h2,
.blue h3,
.blue p {
	color: #ffffff;
}

a {
	outline: none!important;
}

ul {
	list-style-type: none;
	padding-left: 25px;
	text-align: left;
}

ul {
	counter-reset: foo;
	display: table;
}

.content ul>li {
	counter-increment: foo;
	display: table-row;
}

.content ul>li::before {
	content: ".";
	display: table-cell;
	/* aha! */
	text-align: right;
	color: #005e97;
}

#annual ul>li {
	counter-increment: foo;
	display: table-row;
}

#annual  ul>li:before {
	content: '\2022';
	position: relative;
	color: #fff;
}

.content ul>li:before {
	content: '\2022';
	position: relative;
}

.jumbotron {
	font-size: 21px;
	font-weight: 200;
	line-height: 1.3;
	color: inherit;
	border-radius: 0;
}

.jumbotron .container {
	position: relative;
}

#home .content>h2 {
}

/* Cards css
-------------------------------------------------- */


.card {
    --bs-card-spacer-y: 1rem;
    --bs-card-spacer-x: 1rem;
    --bs-card-title-spacer-y: 0.5rem;
    --bs-card-border-width: 1px;
    --bs-card-border-color: var(--bs-border-color-translucent);
    --bs-card-border-radius: 0.375rem;
    --bs-card-box-shadow: ;
    --bs-card-inner-border-radius: calc(0.375rem - 1px);
    --bs-card-cap-padding-y: 0.5rem;
    --bs-card-cap-padding-x: 1rem;
    --bs-card-cap-bg: rgba(0, 0, 0, 0.03);
    --bs-card-cap-color: ;
    --bs-card-height: ;
    --bs-card-color: ;
    --bs-card-bg: #fff;
    --bs-card-img-overlay-padding: 1rem;
    --bs-card-group-margin: 0.75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    height: var(--bs-card-height);
    word-wrap: break-word;
    background-color: var(--bs-card-bg);
    background-clip: border-box;
    border: var(--bs-card-border-width) solid var(--bs-card-border-color);
    border-radius: var(--bs-card-border-radius);
}

div.bucket.style2 {
    padding-bottom: 25px;
}

.bucket.style2 .card {
    transition: 0.4s ease-out;
    border: none;
    border-radius:0px;
	height: 100%;
}

.bucket.style2 .card {
	height: 180px;
}

@media (min-width: 768px) {
    .bucket.style2 .card {
		height: auto;
	}
}

.bucket.style2 .card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #4cc8f9;
    z-index: 2;
    transition: 0.5s;
}

.bucket.style2 .card h4 {
    margin:30px 30px 0px;
    font-size: 28px;
}

.bucket.style2 .card .main p {
    margin:0px 30px;
    padding-top: 5px;
    color:#007db6;
	font-size: 18px;
}

.bucket.style2 .card .info h4 {
    /* margin:0px 0px 10px; */
	color: #ffffff;
}

.bucket.style2 .card .info p {
    margin:25px 30px;
	color: #fff;
}

.bucket.style2 .img-icon {
    max-width: 180px;
    height: auto;
    align-self: center;
}

.bucket.style2 .main {
    display: none;
}

@media (min-width: 768px) {
    .bucket.style2 .main {
        display: flex;
        flex-direction: column;
        background-color: #eff4f7;
		height: 310px;
	}
}

.card .info {
    position: absolute;
    z-index: 3;
    color: white;
    transition: 0.5s;
    /* padding:25px; */
}


.bucket.style2 .card:before,
.bucket.style2 .card .info {
    opacity: 1;
    height: 180px;
}

@media (min-width: 768px) {
	.bucket.style2 .card:before,
	.bucket.style2 .card .info {
		opacity: 0;
		height: 100%;
	}

    .bucket.style2 .card:hover:before,
	.bucket.style2 .card:hover .info {
		opacity: 1;
	}
}

@media (min-width: 992px) {
    .card .info {
        /* padding: 30px 25px; */
    }
}

.bucket.style2 .card:after {
    content: '';
    border-bottom:6px solid #fc7803;
    display: block;
}


/* Benefits Solutions css
-------------------------------------------------- */

p {
	font-family: arial;
}

/* Button css
-------------------------------------------------- */


#bluefooter .col-sm-12:last-child {
}

p {
	color: #5a5b5b;
}

/* Responsive Tool Tips css
-------------------------------------------------- */

.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 css
-------------------------------------------------- */

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

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

footer p {
	color: #ffffff;
	font-family: arial;
}

#bluefooter p {
	/* font-size: 16px; */
}

.ie9 img[src*=".svg"] {
	width: 100%;
}

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

.btn-scroll {
	cursor: pointer;
}