/* ==========================================================================
   Author's custom styles - Christian Annese 4/26/21
   ========================================================================== */

/* Typography 
-------------------------------------------------- */

@font-face {
	font-family: 'alrightsans_extrathin';
	src: url('fonts/alrightsans_extrathin-webfont.woff') format('woff'), url('fonts/alrightsans_extrathin-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

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

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

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

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

@font-face {
	font-family: 'alright_sansregular_italic';
	src: url('fonts/alrightsans_regularitalic-webfont.woff') format('woff'), url('fonts/alrightsans_regularitalic-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

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

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

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

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

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

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

@font-face {
	font-family: 'open_sans_condensedbold';
	src: url('fonts/opensans-condbold-webfont.woff2') format('woff2'), url('fonts/opensans-condbold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

h1 {
	color: #A2174D;
	font-family: 'alright_sanslight';
}

h2, .h2 {
	color: #007DB6;
	font-family: 'alright_sansbold';
}

h2 strong, .h2 strong {
	font-family: 'alright_sansbold';
}

h3, .h3 {
	color: #008ccc;
	font-size: 24px;
	margin: 20px 0 5px;
	font-family: 'open_sans_condensedbold';
}

h4, .h4 {
	color: #202750;
	font-family: 'open_sans_condensedbold';
	text-transform: uppercase;
}

h5, .h5 {
	font-family: 'alright_sansbold';
}

h5 small, .h5 small {
	font-family: 'alright_sansregular';
	color: #ffffff;
	display: block;
}

h1, .h1 {
	font-size: 29px;
	margin-top: 20px;
	line-height: 1.2em;
}

.mainContent h2:first-child {
	margin-top: 0;
	font-family: 'open_sans_condensedbold';
}

h2, .h2 {
	font-size: 24px;
	margin: 25px 0 20px 0;
	line-height: 1.4;
	font-size: 24px;
}

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

h5 small, .h5 small {
	font-size: 13px;
	line-height: 1.8;
}

p {
	line-height: 1.7em;
	font-size: 15px;
	margin-bottom: 12px;
}

/* ==========================================================================
	Mobile < 768 css && Static Styles
========================================================================== */

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

body {
	font-size: 15px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	width: 100%;
	-webkit-font-smoothing: antialiased;
	color: #707070;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.4;
	position: relative;
	height: 100%;
}

section {
	position: relative;
}

.table {
	margin-bottom: 0;
}

.container {
	position: relative;
}

.sl_block {
	position: absolute;
	display: block;
}

.sub {
	border-top: 2px solid #cecfcf;
}

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

#logo {
	margin-left: 15px;
}

#logo span {
	/* display: block; */
	color: #000000;
	/* text-transform: uppercase; */
	font-family: 'alright_sansbold';
	font-size: 16px;
	display: block;
}

#logo span+span {
	color: #007DB6;
	font-family: 'alright_sanslight';
	font-size: 14px;
}

/* Navigation */

.nav {
	display: block;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 0;
	color: #535353;
}

.nav>li>a:hover {
	background-color: transparent;
}

.navbar {
	min-height: 50px;
	padding: 15px 0 15px;
}

.navbar-toggler {
	display: block !important;
	border: 0;
	margin-right: 60px;
}

#navbar-top {
	border-color: rgb(255, 255, 255);
	background: rgba(255, 255, 255, 0.9);
	margin-bottom: 0;
}

nav {
	position: fixed;
	background-color: #cecfcf;
	height: 100%;
	top: 0;
	z-index: 1100;
	text-transform: uppercase;
	color: #535353;
	font-family: 'alright_sansbold';
	border-right: 1px solid #949595;
	display: none;
}

nav {
	width: 237px;
	right: -260px;
	left: auto;
}

nav ul {
	padding: 0;
}

nav ul li {
	list-style: none;
	margin: 0 0;
}

nav ul>li {
	padding: 35px 0 20px 30px;
	border-bottom: 1px solid #babbbb;
	display: block;
	color: #535353;
	font-size: 14px;
}

nav ul>li {
	font-size: 14px;
	padding: 27px 0 17px 30px;
	cursor: pointer;
}

nav ul>li:hover {
	text-decoration: none;
	color: #535353;
	background-color: #e1e2e2;
	border-left: 5px solid #9ac9de;
}

nav ul>li+li {
	padding: 15px 0 15px 30px;
}

.btn_section.active {
	text-decoration: none;
	color: #535353;
	background-color: #e1e2e2;
	border-left: 5px solid #00a9c5;
}

/* Main Structure
-------------------------------------------------- */

h4, .h4 {font-size: 1rem;}

#loaderSub {
	position: fixed;
	background-color: #303e48;
	display: block;
	width: 100%;
	height: 100%;
	top: -100%;
	z-index: 1050;
}

#loader-text {

}

#loaderSub2 {
	position: fixed;
	background-color: #303e48;
	display: block;
	width: 100%;
	height: 100%;
	top: 100%;
	opacity: 1;
	z-index: 1050;
}

.secHead {
	width: 100%;
	height: 320px;
	top: 0;
	/* margin-top: 72px; */
	margin-bottom: 54px;
	/* clear: both; */
	position: relative;
	background: no-repeat;
	background-size: cover;
	background-position-x: center;
	z-index: 2;
	margin: 0 auto 0px;
	overflow: hidden;
}

.secHead-text {
	position: absolute;
	top: 225px;
	width: 80%;
	right: -12px;
	height: 50px;
	padding: 12px 0px 0 24px;
	background-color: #ffffff !important;
	z-index: 10;
	transform: skewX( 20deg);
	-ms-transform: skewX(20deg);
	-webkit-transform: skewX( 20deg);
}

.secHead-text h1 {
	font-size: 22px;
	font-family: 'open_sans_condensedbold';
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
	transform: skewX( -20deg);
	-ms-transform: skewX(-20deg);
	-webkit-transform: skewX(-20deg);
}

.secHead-text h1 span {
	font-size: 32px;
	margin-top: 8px;
	display: block;
	font-family: 'alright_sanslight';
}

.secHead-text p {
	color: rgb(255, 255, 255);
	font-family: 'alright_sanslight';
	font-size: 16px;
}

.infoGraphic {
	padding: 50px 0 80px;
	border-bottom: 1px solid #a8a8a8;
	margin-bottom: 20px;
}

.box {
	padding: 30px 25px;
	margin: 50px 0 0px;
	color: #ffffff;
}

.callout span {
	font-family: 'open_sans_condensedbold';
	color: #007DB6;
	font-size: 30px;
}

.callout>span+p {
	padding-top: 10px;
	margin-top: 10px;
	border-top: solid 1px#951744;
	line-height: 1.7em;
}

.callout-box {
	background-color: #F3C3B8;
	padding: 10px 22px;
	position: relative;
	z-index: 1;
	box-shadow: 5px 10px #888888;
}



.callout-box span {
	color: #002E6D;
	font-family: 'alright_sansregular';
}

.callout-text {
	font-size: 15px;
	margin: 40px 0;
}

.callout+.callout {
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin: 20px 0;
	padding: 20px 0;
}

.callout+.callout span {
	font-family: 'alright_sansblack';
	display: block;
}

.callout+.callout p {
	color: #58595b;
	font-family: 'alright_sanslight_italic';
}

#story1 .callout-text, #story2 .callout-text, #story3 .callout-text, #story4 .callout-text {
	color: #0081c3;
	font-family: 'alright_sansblack';
}

#blocker {
	height: 74px;
	position: relative;
}

/* Buttons */

.btn {
	font-family: 'alright_sansregular';
	display: inline-block;
	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 {
	background-color: transparent;
	color: #ffffff;
	letter-spacing: -0.04em;
	border-radius: 30px;
	border: 2px solid #ffffff;
	text-decoration: none;
	font-size: 26px;
}

#cover .btn-primary {
	padding: 6px 30px;
	border-radius: 30px;
	margin-top: 412px;
	font-size: 18px;
}

.label {
	display: inline-block;
	padding: .2em 0 0 0;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	color: #7f7f7f;
	text-align: right;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: 0;
	position: absolute;
	top: 9px;
	font-family: 'alright_sansmedium';
}

#navbar-top .navbar-toggle .icon-bar {
	background-color: #b3b2b2;
}

.navbar-toggle .icon-bar {
	display: block;
	width: 27px;
	height: 4px;
	border-radius: 1px;
}

.navbar-toggle {
	position: relative;
	float: right;
	display: block;
	padding: 9px 10px;
	margin-top: -4px;
	margin-right: 9px;
	margin-bottom: 0;
	background-color: transparent;
	background-image: none;
	border: 0px solid transparent;
	border-radius: 0px;
	width: 98px;
}

#navbar-top .navbar-toggle:focus, #navbar-top .navbar-toggle:hover {
	background-color: transparent;
}

#navbar-top .navbar-toggle {
	border-color: transparent;
}

.btn-primary.focus, .btn-primary:active, .btn-primary:active:focus {
	outline: none!important;
	/* border: none; */
	background-color: transparent;
	color: #000000;
	box-shadow: none;
}

.btn-primary {
	color: #124048;
	font-family: 'alright_sansregular';
	margin-bottom: 12px;
	background-color: rgba(255, 255, 255, .7);
	background-image: none;
	/* margin-left: auto; */
	/* margin-right: auto; */
	border-radius: 20px;
	outline: none !important;
	padding: 7px 38px;
	border-radius: 30px;
	margin-top: 25px;
	font-size: 18px;
	border-color: rgba(255, 255, 255, 0.1);
}

#ceo .btn-primary {
	color: #ffffff;
	font-family: 'alright_sansregular';
	margin-bottom: 12px;
	background-image: none;
	/* margin-left: auto; */
	/* margin-right: auto; */
	border-radius: 20px;
	outline: none !important;
	padding: 7px 38px;
	border-radius: 30px;
	margin-top: 25px;
	font-size: 18px;
}

.btn-primary:hover {
	color: #2f2f2f;
	border-color: #ffffff;
	background-color: #FFFFFF;
}

.btn-primary {}

#subsidiary .btn.btn-primary.btn-lg.btn_readMore:active {
	background-color: transparent;
	color: #2f2f2f;
	border: none;
}

#subsidiary .btn.btn-primary.btn-lg.btn_readMore:active {
	box-shadow: none;
	border:none;
}

.btn-primary.focus, .btn-primary:focus {
	background-color: transparent;
	color: #008ccc;
	box-shadow: none;
}

#ceo .btn-primary {
	color: #202750;
	border-color: #202750;
	background: transparent;
}

#ceo .btn-primary:hover {
	color: #ffffff;
	border-color: #202750;
	background-color: #202750;
}

#ceo .btn-primary.focus, #ceo .btn-primary:focus {
	background-color: transparent;
	color: #202750;
}

.btn_readMore {
	color: #008ccc;
	background-color: transparent;
	font-size: 12px;
	border: none;
	padding: 0;
	position: absolute;
	bottom: 0;
	font-family: 'alright_sansmedium';
}

.btn_readMore.btn-primary img {
	width: 14px;
	margin-bottom: 3px;
	margin-left: 4px;
}


#leadship2021 {
	background-color:#F2F2F2;
	padding: 40px 0 10px;
}

#img-leadership {

}
/* Pre Loader
-------------------------------------------------- */

#loader {
	background-color: #002E6D;
	color: #ffffff;
	width: 100%;
	height: 100%;
	top: 0px;
	position: fixed;
	z-index: 999999999999999999;
	display: none;
	/* Loader! */
	display: block;

}

#loader-text {
	height: 100%;
	font-family: 'alright_sansbold';
	font-size: 17px;
}

#loader-text .container {
	height: 100%;
}

#loader-content {
	position: relative;
	height: 100%;
}

#img-loader1, #img-loader2 {
	position: absolute;
	display: block;
}

#img-loader1 {
	width: 200px;
	top: 40px;
}

#img-loader2 {
	right: 0px;
	width: 233px;
	bottom: 176px;
}

#IBXlogo-Loader {
	width: 228px;
	height: 29px;
	bottom: 100px;
	display: block;
	position: absolute;
}

#loaderTagline {
	top: 45%;
	position: relative;
	margin: 0 auto;
	text-align: center;
}

#introReim {
	font-size: 28px;
}

/* Cover Section
-------------------------------------------------- */

#cover {
	background: #002E6D url(../img/img-cover.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
	background-position: 0 0px;
}

#cover-bg {
	width: 100%;
	height:100%;
	position:absolute;
	background: #002E6D url(../img/img-cover.jpg) no-repeat;
	background-size: cover;
	overflow: hidden;
	background-position: 0px 0px;
}

#cover-blank {
	width: 100%;
	height:100%;
	position:absolute;
	background: #002E6D;
	z-index: 10;
	opacity: 1;
}

#white-slant {
	position: absolute;
	background-color: #ffffff;
	transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
	z-index: 4;
}

#white-slant div {
	transform: skew(20deg);
	/* UNSKEW */
	-ms-transform: skewX(20deg);
	-webkit-transform: skewX(20deg);
}

#white-slant span {
	font-family: "helvetica";
	color: #002E6D;
}

#white-slant img {
	transform: skew(15deg);
	/* UNSKEW */
	-ms-transform: skewX(15deg);
	-webkit-transform: skewX(15deg);
	position: relative;
}

.curtain-outer {
	background-color: #002E6D;
	position: absolute;
	z-index: 5;
}

.curtain-inner {
	background-color: #002E6D;
	position: absolute;
	opacity: 0.7;
	z-index: 1;
}

#leftCo {
	top: 0;
	width: 40%;
	transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
}

#leftIo {
	top: 0;
	width: 40%;
	transform: skewX(15deg);
	-ms-transform: skewX(15deg);
	-webkit-transform: skewX(15deg);
}

#rightCo {
	top: 0;
	right: -88px;
	width: 40%;
	height: 700px;
	transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
}

#rightIo {
	top: 0;
	width: 40%;
	height: 700px;
	transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
	right: -63px;
}

#white-slant {
	width: 150px;
	height: 138px;
	top: 209px;
	left: 33px;
}

#white-slant span {
	font-size: 38px;
}

#white-slant img {
	top: 17px;
	left: 6px;
	max-width: 90%;
}

#leftCo {
	left: -457px;
	width: 470px;
	height: 700px;
}

#leftIo {
	left: -241px;
	width: 500px;
	height: 700px;
}

/* Opening Section
-------------------------------------------------- */

#opening, #closing {
	color: #202750;
	background-color: #BBDCFD;
	padding: 30px 0 40px;
	font-size: 16px;
}

#opening span, #closing span {
	font-family: 'alright_sanslight';
}

#opening h2, #closing h2 {
	color: #202750;
	font-family: 'alright_sansthin';
	text-transform: uppercase;
	margin-top: 0;
}

#opening h2 strong {
	font-family: 'open_sans_condensedbold';
}

#opening h2 {
	font-size: 25px;
}

#opening span+span {
	display: block;
	margin-top: 18px;
}

#cover {
	height: 400px;
}

#cover .container, #cover .row, #cover .col-sm-12 {
	height: 100%
}

/* CEO Section
-------------------------------------------------- */

#ceo .curtain-outer-ceo {
	background-color: #002E6D;
	position: absolute;
	z-index: 5;
	height: 315px;
	display: none;
}

#ceo .curtain-outer-ceo#curtainCeoLeftO {
	left: -530px;
	width: 476px;
	transform: skewX(15deg);
	-ms-transform: skewX(15deg);
	-webkit-transform: skewX(15deg);
}

#ceo .curtain-inner-ceo#curtainCeoLeftI {
	transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
	width: 476px;
	left: -484px;
}

#ceo .curtain-inner-ceo {
	background-color: #002E6D;
	position: absolute;
	opacity: 0.7;
	z-index: 1;
	height: 315px;
	display: none;
}

#ceo .curtain-outer-ceo#curtainCeoRightO {
	transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
	width: 476px;
	right: -659px;
}

#ceo .curtain-inner-ceo#curtainCeoRightI {
	transform: skewX(15deg);
	-ms-transform: skewX(15deg);
	-webkit-transform: skewX(15deg);
	width: 476px;
	right: -622px;
}

#ceo .secHead {
	background-color: #007DB6;
	margin: 0px auto 30px;
}

.curtain-outer-story {
	background-color: #002E6D;
	position: absolute;
	z-index: 5;
}

.curtain-inner-story {
	background-color: #002E6D;
	position: absolute;
	opacity: 0.7;
	z-index: 1;
}

#curtain-StoryLeftO {
	top: 0;
	width: 40%;
	transform: skewX(15deg);
	-ms-transform: skewX(15deg);
	-webkit-transform: skewX(15deg);
}

#curtain-StoryLeftI {
	top: 0;
	width: 40%;
	transform: skewX( -15deg);
	-ms-transform: skewX(-15deg);
	-webkit-transform: skewX( -15deg);
}

#curtain-StoryLeftO {
	top: 0;
	left: -164px;
	width: 40%;
	height: 320px;
}

#curtain-StoryLeftI {
	top: 0;
	left: -164px;
	width: 40%;
	height: 320px;
}

#curtain-StoryRightI {
	right: -238px;
	width: 270px;
	height: 320px;
	transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
}

#curtain-StoryRightO {
	right: -429px;
	width: 470px;
	height: 320px;
	transform: skewX(15deg);
	-ms-transform: skewX(15deg);
	-webkit-transform: skewX(15deg);
}

.story-ceo-img {
	position: absolute;
	display: block;
	top: 45px;
}

.story-ceo-img img {
	width: 220px;
}

#img-ceo1 {
	left: -20px;
}

.story-ceo-img div{
	text-align: center;
	color: white;
	margin: 12px 0px 0 20px;
	font-family: 'alright_sansregular';
	font-size: 14px;
}

#img-ceo2 {
	right: 7px;
}

#img-intro1, #img-intro2 {
	position: absolute;
	display: block;
}

#img-intro1 {
	width: 260px;
	top: 40px;
}

#img-intro2 {
	right: 15px;
	width: 233px;
	bottom: 176px;
}

#walt {
	vertical-align: top;
	margin-right: 14px;
	margin-bottom: 14px;
	float: left;
}

#directors .col-sm-4 span {
	display: inline-block;
	width: 210px;
}

#directors .col-sm-12 {
	margin-top: 40px;
}

.introText p {
	color: #606567;
}

#ceo {
	height: 331px;
	background-color: #ffffff;
	overflow: hidden;
}

.introText {
	position: absolute;
	width: 100%;
	/* height: 184px; */
	z-index: 1;
	color: #ffffff;
	margin-top: 7px;
	padding-right: 10px;
}

.introText h2 {
	margin-bottom: 18px;
	font-family: 'open_sans_condensedbold';
	text-transform: uppercase;
	color: #202750;
}

.introText p {
	margin-bottom: 18px;
	font-family: 'alright_sanslight';
}

#ceoImage1 {
	width: 300px;
	left: 25%;
	position: absolute;
	/* margin: 0 auto; */
	display: none;
	z-index: 4;
}

#ceoImage2 {
	/* width: 100%; */
	left: 25%;
	position: absolute;
	/* margin: 0 auto; */
	display: none;
}

#signatures {
	margin: 50px 0;
}

#signatures img {
	width: 120px;
}

#img-leadership {
	max-width: 100%;
	margin-bottom: 30px;
}

/* Stories Section
-------------------------------------------------- */

.active {
	display: block;
}

.inactive {
	display: none;
}

/* Homepage */

#stories {
	padding: 40px 0 50px;
	background: #707070;
}

#stories h2 {
	margin-top: 0;
	font-family: 'open_sans_condensedbold';
	text-transform: uppercase;
	color: #ffffff;
}

#stories span {
	color: #015289;
	display: block;
	font-size: 18px;
	font-family: 'alright_sanslight';
	/* margin-bottom: 40px; */
}

.story_btns {
	position: relative;
	height: 192px;
	width: 327px;
	margin-bottom: 30px;
	cursor: pointer;
	background-size: contain;
	background-repeat: no-repeat;
}

#btn-story5{
	height: 250px;
	width: 100%;
	background-color: #002E6D;
	background-image: url(../img/img-btn_stry5.jpg);
	background-size: contain;
}

.icon-covid {
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.lower-third {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0;
}

#stories .lower-third {
	padding: 9px 0px 0 16px;
	background-color: #A2174D;
}

#stories .lower-third span {
	color: #ffffff;
	font-size: 22px;
	font-family: 'open_sans_condensedbold';
	line-height: 1;
	text-transform: uppercase;
}

.autoHeight {
	height: initial !important;
	background-color: transparent !important;
	display: block;
	display: block !important;
}

/* General Story Styles */


.hero-image {
	display: none;
	height: 584px;
	width: 50%;
	position: absolute;
	left: 50%;
	/* background-color:#726e64; */
	background-repeat: no-repeat;
	background-size: cover;
}

#story1, #story2, #story3, #story4, #story5 {
	display: none;
	padding-bottom: 85px;
	overflow: hidden;
}

#story1 .covid {
	background-color:#FDF6F4;
	padding-top: 50px;
	padding-bottom: 30px;
}

#story2 .covid {
	background-color:#E8E5F0;
	padding-top: 50px;
	padding-bottom: 50px;
}

#story3 .covid {
	background-color:#E5F2F8;
	padding-top: 50px;
	padding-bottom: 50px;
}

#story4 .covid {
	background-color:#E8F1FA;
	padding-top: 50px;
	padding-bottom: 30px;
}

#story5 .covid {
	padding-top: 50px;
	padding-bottom: 30px;	
}

.box>.h1 {
	font-family: 'din_alternatebold';
	font-size: 60px;
	margin-top: 0;
	text-transform: uppercase;
}

.box .h1>span {
	font-family: 'alright_sansthin';
	display: block;
	font-size: 63px;
}

.box p {
	font-family: 'alright_sansmedium';
}

.quote {
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	position: relative;
	padding: 30px 30px 0 0;
	margin: 60px 0;
}

.quote img {
	display: block;
	position: absolute;
	width: 50px;
	top: -20px;
}

.quote span {
	font-family: 'din_alternatebold';
	font-size: 24px;
}

.quote img+span+img {
	bottom: -35px;
	top: initial;
	top: auto;
	right: -8px;
}

/* Story 1 */

#story1 {}

.story-images {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 10px;
}
	#story1 #curtain-StoryLeftO {
		left: -129px;
		width: 40%;
		height: 700px;
	}
	#story1 #curtain-StoryLeftI {
		left: -224px;
		width: 40%;
		height: 700px;
	}
	#story1 #curtain-StoryRightI {
		right: -152px;
		width: 300px;
		height: 700px;
	}
	#story1 #curtain-StoryRightO {
		right: -352px;
		width: 370px;
		height: 700px;
	}
#story1 .quote span>span {
	color: #1a667a;
}

#story1 .box {
	background: #1a667a;
	margin: 50px 0 0px;
}

#story1 .secHead {
	background-image: url(../img/img-storyH1.jpg);
}

#story1 .curtain-outer-story {
	background-color: #F3C3B8;
	position: absolute;
	z-index: 5;
}

#story1 .curtain-inner-story {
	background-color: #F3C3B8;
	position: absolute;
	opacity: 0.6;
	z-index: 1;
}

#btn-story1 {
	background-image: url(../img/img-btn_stry1.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}

#btn-story1 .lower-third {
	background-color: #A2174D;
}

#btn-story1 .lower-third span {
	/* color:#303e48; */
}

/* Story 2 */

#story2 .secHead {
	background-image: url(../img/img-storyH2.jpg);
}

#story2 .curtain-outer-story {
	background-color: #22006D;
	position: absolute;
	z-index: 5;
}

#story2 .curtain-inner-story {
	background-color: #22006D;
	position: absolute;
	opacity: 0.6;
	z-index: 1;
}

#story2 #curtain-StoryLeftO {
	left: -129px;
	width: 40%;
	height: 700px;
}

#story2 #curtain-StoryLeftI {
	left: -186px;
	width: 40%;
	height: 700px;
}

#story2 #curtain-StoryRightI {
	right: 0px;
	width: 40%;
	height: 700px;
}

#story2 #curtain-StoryRightO {
	right: -309px;
	width: 470px;
	height: 700px;
	transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
}

#story2 .quote span>span {
	color: #8f5977;
}

#btn-story2 {
	background-image: url(../img/img-btn_stry2.jpg);
	background-size: contain;
}

#story2 .box {
	background: #8f5977;
}

#btn-story2 .lower-third {
	background-color: #A2174D;
}

#story2 .secHead {
	background-color: #5b5c60;
}

/* Story 3 */

#story3 .quote span>span {
	color: #008ccc;
}

#story3 .secHead {
	background-image: url(../img/img-storyH3.jpg);
}

#story3 .curtain-outer-story {
	background-color: #007DB6;
	position: absolute;
	z-index: 5;

}

#story3 .curtain-inner-story {
	background-color: #007DB6;
	position: absolute;
	opacity: 0.6;
	z-index: 1;
}

#story3 #curtain-StoryLeftO {
	left: -179px;
	width: 300px;
	height: 700px;
}

#story3 #curtain-StoryLeftI {
	left: -53px;
	width: 200px;
	height: 700px;
	transform: skewX(15deg);
	-ms-transform: skewX(15deg);
	-webkit-transform: skewX(15deg);
}

#story3 #curtain-StoryRightI {
	right: -150px;
	width: 300px;
	height: 700px;
}

#story3 #curtain-StoryRightO {
	right: -361px;
	width: 313px;
	height: 700px;
}

#story3 {}

#story3 .box {
	background-color: #008ccc;
}

#btn-story3 {
	background-image: url(../img/img-btn_stry3.jpg);
	background-size: contain;
}

#btn-story3 .lower-third {
	background-color: #A2174D;
}

/* Story 4 */

#story4 .secHead {
	background-image: url(../img/img-storyH4.jpg);
}

#btn-story4 {
	background-image: url(../img/img-btn_stry4.jpg);
	background-size: contain;
}

#story4 .curtain-outer-story {
	background-color: #649FDC;
	position: absolute;
	z-index: 5;
}

#story4 .curtain-inner-story {
	background-color: #649FDC;
	position: absolute;
	opacity: 0.6;
	z-index: 1;
}

#story4 #curtain-StoryLeftO {
	left: -366px;
	width: 350px;
	height: 700px;
}

#story4 #curtain-StoryLeftI {
	left: -164px;
	width: 350px;
	height: 700px;
}

#story4 #curtain-StoryRightI {
	right: -150px;
	width: 364px;
	height: 700px;
}

#story4 #curtain-StoryRightO {
	right: -361px;
	width: 470px;
	height: 700px;
}

#story4 #curtain-StoryLeftO {
	transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
}

#story4 #curtain-StoryLeftI {
	transform: skewX( 15deg);
	-ms-transform: skewX(15deg);
	-webkit-transform: skewX( 15deg);
}

#story4 #curtain-StoryRightO {
	right: -154px;
	width: 340px;
	height: 700px;
	transform: skewX( -15deg);
	-ms-transform: skewX(-15deg);
	-webkit-transform: skewX( -15deg);
}

#story4 .box {
	background-image: linear-gradient(to bottom, #13132c, #172c49, #154865, #16657d, #288390);
	text-align: center;
	padding: 40px 40px;
}

#btn-story4 .lower-third {
	background-color: #A2174D;
}

#btn-story5 {
    height: 114px;
    width: 327px;
}

.timeline-mark {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	width: 250px;
}

.timeline-mark p {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 30px 0;
	margin: 20px 0
}

.timeline-mark img {
	max-width: 100%
}

#btn-story4 .lower-third span {}

#story4 .secHead-text h1 {
	text-shadow: none;
}

/* Story 5 */

#story5 .secHead {
	background-image: url(../img/img-storyH5.jpg);
}


#story5 .curtain-outer-story {
	background-color: #002E6D;
	position: absolute;
	z-index: 5;
}

#story5 .curtain-inner-story {
	background-color: #002E6D;
	position: absolute;
	opacity: 0.6;
	z-index: 1;
}

#story5 #curtain-StoryLeftO {
	left: -366px;
	width: 350px;
	height: 700px;
}

#story5 #curtain-StoryLeftI {
	left: -164px;
	width: 350px;
	height: 700px;
}

#story5 #curtain-StoryRightI {
	right: -150px;
	width: 364px;
	height: 700px;
}

#story5 #curtain-StoryRightO {
	right: -361px;
	width: 470px;
	height: 700px;
}

#story5 #curtain-StoryLeftO {
	transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	-webkit-transform: skewX(-15deg);
}

#story5 #curtain-StoryLeftI {
	transform: skewX( 15deg);
	-ms-transform: skewX(15deg);
	-webkit-transform: skewX( 15deg);
}

#story5 #curtain-StoryRightO {
	right: -154px;
	width: 340px;
	height: 700px;
	transform: skewX( -15deg);
	-ms-transform: skewX(-15deg);
	-webkit-transform: skewX( -15deg);
}

#story5 .box {
	background-image: linear-gradient(to bottom, #13132c, #172c49, #154865, #16657d, #288390);
	text-align: center;
	padding: 40px 40px;
}

#story5 h2 {
	margin-top: 50px;
}

    .stories ul{
    padding-left: 17px;
}

    .stories ul li{
    	margin: 10px 0;
    }

.timeline-mark {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 40px;
	text-align: left;
	padding-left: 30px;
	padding-right: 30px;
	width: 250px;
}

.timeline-mark p {
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	padding: 30px 0;
	margin: 20px 0
}

.timeline-mark img {
	max-width: 100%
}

#btn-story5 .lower-third span {}

#story5 .secHead-text h1 {
	text-shadow: none;
}

/* At a glance Section
-------------------------------------------------- */

#glance {
	background-color: #007DB6;
	padding: 30px 0 0;
}

#glance img {
	display: block;
	position: relative;
	margin-bottom: -1px;
	margin-top: 60px;
	z-index: 20;
}

#glance #glance-headline {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 30px;
	top: 20px;
	opacity: 0;
	z-index: 20;
	font-family: 'open_sans_condensedbold';
	color: #ffffff;
	display: block;
	position: relative;
	font-size: 40px;
}

#glance p {
	color: #ffffff;
	font-family: 'alright_sansregular';
}

#glance-stats {
	top: 20px;
	opacity: 0;
}

#glance_bg {
	position: absolute;
	width: 100%;
	/* min-height: 1200px; */
	background: url("../img/img-glance_bg.png");
	bottom: 0;
	background-size: cover;
	z-index: 0;
}

/* Map
-------------------------------------------------- */

#map {
	color: #002E6D;
	padding: 40px 0;
	background-color: #FFFFFF;
}

#map h2 {
	color: #002E6D;
	font-size: 25px;
	margin: 0;
	font-family: 'open_sans_condensedbold';
	text-transform: uppercase;
}

#map-text {
	display: block;
}

#icon-flag {}

#map .mapKey span {
	margin: 0;
}

#map .mapKey span, #chartKey span {
	vertical-align: top;
	display: table-cell;
}

#date {
	color: #ffffff;
	text-align: right
}

#img-map {
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	opacity: 0;
	width: 100%;
}

.mapKey {
	position: relative;
	bottom: 0;
}

#map .mapKey span {
	font-size: 17px;
}

.keybox {
	width: 17px;
	height: 17px;
	margin: 0px;
	padding: 0;
	margin-bottom: 5px;
	border-radius: 0;
}

.mapKey {
	margin: 0;
	padding: 13px 14px 0px;
	width: 297px;
	top: 0;
	border-spacing: 7px;
}

#box_blue {
	background-color: #007DB6;
}

#box_green {
	background-color: #002E6D;
}

#box_purple {
	background-color: #002E6D;
}

#box_yellow {
	background-color: #A2174D;
}

#box_lightblue {
	background-color: #8ec5e6;
}

#box_lightblue {
	background-color: #543695;
}

#box_red {
	background-color: #F3C3B8;
}

#box_pink {
	background-color: #649FDC;
}

/* Financial Section
-------------------------------------------------- */

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

.box_border {
	display: table-row;
	position: relative;
	padding: 0;
	margin: 0;
	top: 0;
	font-family: 'alright_sansregular';
}

.charts {
	max-width: 100%;
	margin: 10px 20px 10px 0px;
	vertical-align: top;
}

#imgChart {
	width: 95%;
}

#finacials h2, #finacials .h2 {
	color: #ffffff;
	margin-top: 0;
	font-family: 'open_sans_condensedbold';
	text-transform: uppercase;
}

#finacials h5, #finacials .h5 {
	font-size: 19px;
	color: #ffffff;
}

#finacials {
	color: #ffffff;
	padding: 40px 0;
	text-align: left !important;
	background-color: #002E6D;
}

#finacials #charts .container {
	text-align: left;
}

#charts {
	/* height: 655px; */
	margin-top: 0;
	padding: 45px 0 20px;
}

.charts:last-Child {
	margin-right: 0;
}

.finacialCharts {
	width: 640px;
	min-height: 390px;
	margin: 0 auto;
	padding: 20px 35px 29px;
	position: relative;
}

.finacialCharts {
	width: 100%;
	padding: 5px 15px 10px;
}

.finacialCharts p {
	font-size: 16px;
}

#finacials_text {
	/* height: 343px; */
	overflow: hidden;
}

#chartKey #box_greenlight {}

#chartSheet {
	color: #ffffff;
	font-family: "arial";
	font-weight: bold;
}

.finacialCharts tbody tr td:nth-child(3n+2) {
	text-align: right;
}

.finacialCharts .table>tbody>tr>td, .finacialCharts .table>tbody>tr>th, .finacialCharts .table>tfoot>tr>td, .finacialCharts .table>tfoot>tr>th, .finacialCharts .table>thead>tr>td, .finacialCharts .table>thead>tr>th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
	border-top: 1px solid #707070;
	color: white;
}

.finacialCharts tbody tr td:nth-child(3n+3) {
	text-align: right;
}

#chartSheet td {
	/* border-top: none; */
}

.chartBlue {
	background-color: #ffffff;
	color: #1a667a;
	font-weight: 600;
}
tr.chartBlue td {
	color: #000000 !important;
}

.chartBlueLt {
	background-color: #A2174D;
	color: #fff;
	font-weight: 500;
}

/* Carousel */

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

.carousel-indicators li {
	display: inline-block;
	width: 13px;
	height: 13px;
	margin: 1px;
	text-indent: -999px;
	cursor: pointer;
	background-color: #000\9;
	background-color: rgba(0, 0, 0, 0);
	border: 2px solid #c7cdd1;
	border-radius: 13px;
}

.carousel-indicators .active {
	width: 13px;
	height: 13px;
	background-color: #c7cdd1;
	margin: 1px;
}

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

.carousel-control {
	top: 0;
	bottom: 0;
	left: 0;
	width: 15%;
	font-size: 20px;
	/* color: #fff; */
	text-align: center;
	text-shadow: none;
	background-color: transparent;
	opacity: 1;
}

.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
	right: 50%;
	margin-right: -10px;
	background-image: url('../img/btn-right.svg');
	background-size: 65px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-next {
	right: 50%;
	margin-right: -10px;
	background-image: url('../img/btn-left.svg');
	background-size: 65px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next, .carousel-control .icon-prev {
	width: 65px;
	height: 65px;
}

.glyphicon-chevron-right:before, .glyphicon-chevron-left:before {
	content: "";
}

/* Closing Section
-------------------------------------------------- */

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


#sub-ex1, #sub-ex2, #sub-ex3 {
	display: none;
}

#subsidiary .container {
}

#subsidiary .container+.container {
	text-align: left;
}

#subsidiary .col-md-6 {
	height: auto;
}

#subsidiary #companies .row {
	border-top: 1px solid #e5e4e4;
	border-left: 1px solid #e5e4e4;
}

#subsidiary .col-md-6 {
	border-right: 1px solid #e5e4e4;
	border-bottom: 1px solid #e5e4e4;
}

.sub_logos {
	/* top: 50%; */
	position: relative;
	margin: 0 auto;
}

#img_logoIBX {
	margin-top: -16px;
}

#img_logoIBX {
	margin-top: -32px;
}

#img_logoKS {
	margin-top: -32px;
}

#description {
	background: #ececec;
}

#description>div {
	background-color: #ffffff;
}

#description>div>span {
	color: #008ccc;
}

#description {
	min-height: 125px;
	padding: 25px 30px;
}

#description>div {
	padding: 20px 25px;
}


#subsidiary {
	padding: 60px 0;
}

#subsidiary h2 {
	margin-top:0;
	font-family: 'open_sans_condensedbold';
	text-transform: uppercase;
	color: #002E6D;
}

#subsidiary p {
	color: #002E6D;
	margin-bottom: 14px;
}

#subsidiary .col-md-6 {}

#subsidiary #companies {
	margin-top: 47px;
}

#subsidiary .col-md-6 {
	padding: 50px 15px;
}

.sub_logos {
	/* top: 50%; */
	display: block;
}

#img_logoIBX {
	margin-top: -16px;
}

#img_logoPC {
	width: 300px;
}

#img_logoIBX {
	margin-top: 0;
	width: 300px;
}

#img_logoKS {
	width: 300px;
	margin-top: 0;
}

#img_logoIA {
	width: 300px;
}

#img_logoAH {
	width: 200px;
}

#img_logoAHA {
	width: 108px;
}

#img_logoCari {
	width: 200px;
}


#img_logoAHCS {
	width: 200px;
}


#img_logoTandigm {
	width: 200px;
}

#img_logoQuil{
    width:200px;
}

#img_logo-GR_Health {
	width:200px;

}

#img_logo-blue_medic_advant{
    width: 300px;
}

.btn_readMore {
	font-size: 12px;
	padding: 0;
	bottom: 0;
	outline: none !important;
}

.btn_readMore.btn-primary img {
	width: 14px;
	margin-bottom: 3px;
	margin-left: 4px;
}

/* Board of Directors && Executive Memebers Section
-------------------------------------------------- */

#board_heading h2 {
	margin: 0 0 45px;
	text-transform: uppercase;
	color: #002E6D;
	font-family: 'open_sans_condensedbold';
}

#board {
	color: #474747;
	background-color: #f1f1f1;
}

#board li {
	list-style-type: none;
}

#board_tabs {
	background-color: #015189;
}

#board_tabs a {
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
}

#board_tabs a.active {
	color: #015289;
}

#board_center {
	position: relative;
	font-family: 'alright_sansregular';
}

.nav-tabs {
	border-bottom: none;
}

#directors, #executive {
	width: 100%;
}

#directors {
	background-color: #f1f1f1;
}

.footnote {
	text-align: right;
}

#board {
	font-size: 16px;
	font-family: 'alright_sanslight';
}

#board li {
	margin: 0 0 8px 0;
}

#board .container>.row>.col-sm-4 ul {
	padding: 0px 0px 0px 0px;
}

#board_tabs {
	height: 58px;
}

#board_tabs a {}

#board_tabs a {
	padding: 8px 20px 5px 20px;
}

#board_center {
	margin: 0 auto;
	width: 457px;
	font-size: 15px;
	line-height: 1.2;
}

#board_center span {
	font-size: 23px;
}

#board .container>.row>.col-sm-4+.col-sm-4 ul {
	/* padding: 0px 35px 0px 50px; */
}

#board .container>.row>.col-sm-4+.col-sm-4+.col-sm-4 ul {
	padding: 0px 30px 0px 0;
}

#board_center span {
	font-size: 27px;
}

#directors, #executive {
	padding: 60px 0;
}

.footnote p {
	font-size: 12px;
}

.footnote {
	padding-bottom: 30px;
}

/* Tabs */

.nav-tabs>li a.active, .nav-tabs>li a.active:focus, .nav-tabs>li a.active:hover {
	color: #555;
	cursor: default;
	background-color: #f1f1f1;
	border: none;
	border-bottom-color: transparent;
}

.nav-tabs>li>a {
	margin-right: 0;
	line-height: inherit;
	border: none;
	border-radius: 0;
}

#board .nav-tabs>li {}

.nav-tabs>li>a {
	margin-right: 0;
}

#board .nav-tabs>li {
	margin-bottom: 0;
	display: inline-block;
}

.nav-tabs>li>a:hover {
	border-color: transparent;
}

.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: transparent;
}

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

footer {
	position: relative;
}

footer li {
	display: inline-block;
	position: relative;
	background: none;
	list-style-type: none;
}

footer li:first-child {
	display: block;
	position: relative;
}

.social {
	display: inline-block;
	position: relative;
	text-indent: -9999px;
	background: url(../img/icon-sprites.png) no-repeat;
}

#connect_us {
	right: 0;
	position: relative;
}

footer {
	width: 100%;
	height: 187px;
}

footer p {
	font-size: 11px;
	line-height: 1.2;
}

footer li {
	margin-right: 5px;
	padding: 0;
}

footer li:first-child {
	margin-bottom: 10px;
}

#copyright {
	padding: 18px 0 0 0;
}

.social {
	width: 46px;
	height: 46px;
}

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

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

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

#socTwitter:after {
	background-position: -50px -46px;
}

#connect_us {
	font-size: 13px;
	margin-left: 0;
	padding: 0;
	margin-bottom: 47px;
}

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

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 !important;
	outline: transparent!important;
}

#videoHome1 {
	width: 300px;
	height: 170px;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
}

.embed-container iframe, .embed-container object, .embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* ==========================================================================
	300- 540 custom css
========================================================================== */

@media (min-width: 300px) {
	#board_center {
		width: 240px;
	}
	#board_tabs {
		height: auto;
	}
}

@media (min-width: 480px) {
	#board_center {
		margin: 0 auto;
		width: 457px;
		font-size: 15px;
		line-height: 1.2;
	}
}

@media (min-width: 540px) {
	#finacials_text {
		/* height: 255px; */
	}
	.story-ceo-img {
		position: absolute;
		display: block;
		top: 35px;
	}
	.story-ceo-img img {
		width: 282px;
	}
	#img-ceo1 {
		left: 13px;
	}

	.story-ceo-img div{
		margin-top: 10px;
		font-size: 13px;
	}


	#img-ceo2 {
		right: 11px;
	}

	.story_btns {
		height: 152px;
		width: 241px;
	}
	#btn-story5 {
		height: 156px;
		width: 100%;
	}

	.navbar-toggler {
	display: block !important;
	border: 0;
	margin-right: 40px;
}


}

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

@media (min-width: 768px) {
	/* Typography 
	-------------------------------------------------- */
	h1 {
		font-size: 42px;
	}
	h2, .h2 {
		font-size: 28px;
		margin: 25px 0 15px 0;
	}
	h3, .h3 {
		margin: 50px 0 15px 0;
		font-size: 28px;
	}
	h4, .h4 {
		margin: 15px 0 15px 0;
		font-size: 18px;
	}
	p {
		line-height: 1.4em;
		font-size: 14px;
		margin-bottom: 12px;
	}
	/* Head 
	-------------------------------------------------- */
	#logo {
		margin-left: 0;
	}
	#logo span {
		font-size: 22px;
		display: initial;
	}
	#logo span+span {
		font-size: 22px;
	}
	.navbar-toggle {
		margin-right: 0px;
	}
	.label {
	position: initial;
	}
	.navbar-light .navbar-toggler-icon {
		margin-right: 10px;
	}
	/* Navigation */
	/* Main Structure
	-------------------------------------------------- */
	.secHead, .secHead2 {
		height: 400px;
		max-height: 700px;
		/* margin-bottom: 50px; */
		/* width: 750px; */
	}
	.secHead-text {
		top: 292px;
		right: -20px;
		width: 78%;
		height: 70px;
		padding: 14px 0px 0 24px;
	}
	.secHead-text h1 {
		font-size: 34px;
	}
	.secHead-text h1 span {
		font-size: 28px;
		margin-top: 6px;
	}
	.secHead-text p {
		font-size: 15px;
	}
	.infoGraphic {
		padding: 30px 0 45px;
		margin-bottom: 20px;
	}
	#blocker {
		height: 68px;
	}
	.box {
		padding: 40px 125px;
		margin: 50px 0 0px;
	}

	.callout-box::after {
	content: "";
	position: absolute;
	right: 0px;
	left: 0;
	height: 100px;
	background-color: #F3C3B8;
	bottom: -35px;
	/* border: 2px solid red; */
	border-left: 0;
	transform-origin: bottom;
	/* transform: skew(-20deg); */
	/* transform: skewY(30deg); */
	z-index: -1;
	-webkit-transform: skewY(15deg);
	-moz-transform: skewY(2deg);
	-ms-transform: skewY(2deg);
	-o-transform: skewY(2deg);
	box-shadow: 5px 10px #888888;
}

	.callout {
    margin-top: 38px;
}
	.callout span {
		font-size: 40px;
	}
	.callout>span+p {
		padding-top: 10px;
		margin-top: 10px;
		border-top: solid 1px#951744;
		line-height: 1.7em;
	}
	.callout-box+.callout {
		margin: 20px 0;
		padding: 20px 0;
	}
	.callout+.callout span {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.callout+.callout p {}
	.callout-text {
		margin-top: 0;
		font-size: 15px;
		line-height: 1.4;
		margin-top: 50px;
		margin-bottom: 120px;
	}
	.navbar-expand-md .navbar-toggler {
    
    margin-right: 0;
}
	/* Buttons */
	.btn-default {
		font-size: 17px;
		padding: 8px 40px;
		margin: 20px 0;
	}
	.btn-primary {
		padding: 7px 38px;
		border-radius: 30px;
		margin-top: 21px;
		font-size: 18px;
	}
	#cover .btn-primary {
		padding: 8px 40px;
		border-radius: 30px;
		margin-top: 330px;
		font-size: 17px;
	}
	#ceo .btn-primary {
		padding: 7px 38px;
		border-radius: 30px;
		margin-top: 21px;
		font-size: 15px;
	}
	.btn_readMore {
		font-size: 12px;
		padding: 0;
		bottom: 0;
	}
	.btn_readMore.btn-primary img {
		width: 14px;
		margin-bottom: 3px;
		margin-left: 4px;
	}
	/* Loader
	-------------------------------------------------- */
	#loaderTagline {
		top: 45%;
		position: relative;
		margin: 0 auto;
		text-align: center;
	}
	#introReim {
		font-size: 44px;
	}
	#loader-content {
	}
	#img-loader1 {
		width: 234px;
		top: 60px;
	}
	#img-loader2 {
		width: 333px;
		bottom: 60px;
	}
	#IBXlogo-Loader {
		width: 250px;
		height: 32px;
		bottom: 60px;
	}
    #loader-text {
	font-size: 25px;
	}

	/* Cover Section
	-------------------------------------------------- */
	#cover {
		height: 500px;
		background-position: 90px -15px;
	}

    #cover-bg{
    	background-position: 90px -15px;
    }

	#white-slant {
		width: 224px;
		height: 208px;
		top: 245px;
		left: 14px;
	}
	#white-slant span {
		font-size: 38px;
	}
	#white-slant img {
		top: 22px;
		left: 7px;
		max-width: 90%;
	}
	#leftCo {
		left: -560px;
		width: 600px;
		height: 500px;
	}
	#leftIo {
		left: -152px;
		width: 500px;
		height: 500px;
	}
	#rightCo {
		right: -400px;
		width: 537px;
	}
	#rightIo {
		right: -150px;
		width: 40%;
		height: 500px;
	}
	/* Opening Section
	-------------------------------------------------- */
	#opening, #closing {
		padding: 40px 0 50px;
		font-size: 16px;
	}


	#opening h2 {
		font-size: 30px;
	}

	#opening span+span {
		margin-top: 14px;
	}
	/* CEO Section
	-------------------------------------------------- */
	#ceo {
		height: 278px;
	}

	#img-leadership {
		
    }

	#leadship2021 {
		padding: 20px 0 30px;
	}
	#ceo .curtain-outer-ceo {
		height: 280px;
		display: block;
	}
	#ceo .curtain-outer-ceo#curtainCeoLeftO {
		left: -530px;
		width: 476px;
	}
	#ceo .curtain-inner-ceo#curtainCeoLeftI {
		width: 476px;
		left: -484px;
	}
	#ceo .curtain-inner-ceo {
		height: 280px;
		display: block;
	}
	#ceo .curtain-outer-ceo#curtainCeoRightO {
		width: 276px;
		right: -342px;
	}
	#ceo .curtain-inner-ceo#curtainCeoRightI {
		width: 476px;
		right: -519px;
	}
	#ceo .secHead {
		width: 100%;
		margin-bottom: 40px;
		background-color: #007DB6;
	}
	#curtain-StoryLeftO {
		left: -203px;
		width: 40%;
		height: 400px;
	}
	#curtain-StoryLeftI {
		left: -190px;
		width: 40%;
		height: 400px;
	}
	#curtain-StoryRightI {
		right: -430px;
		width: 470px;
		height: 400px;
	}
	#curtain-StoryRightO {
		right: -439px;
		width: 470px;
		height: 400px;
	}
	.story-ceo-img {
		top: 55px;
	}
	.story-ceo-img img {
		width: 347px;
	}
	#img-ceo1 {
		left: 47px;
	}

	.story-ceo-img div{
		margin: 12px 0px 0 31px;
		font-size: 16px;
	}


	#img-ceo2 {
		right: -7px;
	}
	.introText {
		left: 0;
		width: 372px;
		height: 280px;
		z-index: 6;
		top: 0px;
		margin-top: 0;
	}
	.introText h2 {
		margin-bottom: 15px;
		font-size: 30px;
		line-height: 1.3;
	}
	.introText p {
		margin-bottom: 10px;
	}
	#ceo>.container>.row#ceohome>.col-md-6 {
		height: 280px;
	}
	#ceoImage1 {
		width: 260px;
		left: -80px;
		display: block;
		bottom: 0;
	}
	#ceoImage2 {
		left: 72px;
		width: 270px;
		bottom: -58px;
		display: block;
	}
	#signatures {
		margin: 45px 0;
	}
	#signatures img {
		width: 230px;
	}

	#img-leadership {
	max-width: 100%;
	margin-top: 33px;
	}

	/* Stories Section
	-------------------------------------------------- */
	/* Homepage */
	#stories {
		padding: 50px 0 50px;
	}
	#stories>.container {
		/* width: 900px; */
	}
	#stories span {
		font-size: 25px;
		/* margin-bottom: 70px; */
	}
	.story_btns {
		height: 205px;
		width: 330px;
		margin-bottom: 30px;
	}
	#stories .lower-third {
		height: 50px;
		padding: 12px 0 0 14px;
	}
	#stories .lower-third span {
		font-size: 24px;
	}

	.icon-covid{
		width: 60px;
		height: 60px;
		margin-right: 15px;
	}

	/* General Story Styles */
	.hero-image {
		height: 400px;
		display: block;
		background-image: url('../img/img_dan.jpg');
		background-position: center 0;
	}
	#story1, #story2, #story3, #story4 {
		padding-bottom: 85px;
	}
	.box>.h1 {
		font-size: 40px;
	}
	.box .h1>span {
		font-size: 42px;
	}
	.box p {}
	.quote {
		padding: 25px 25px 0 0;
		margin-top: 60px;
	}
	.quote img {
		width: 46px;
		top: -18px;
	}
	.quote span {
		font-size: 20px;
	}
	.quote img+span+img {
		bottom: -36px;
		right: -16px;
	}
	/* Story 1 */
	#story1 {}
	#story1 .box {}
	#story1 .box h1 {}
	#story1 .box p {}

		#story1 #curtain-StoryLeftO {
		left: -200px;
		width: 40%;
		height: 700px;
	}
	#story1 #curtain-StoryLeftI {
		left: -286px;
		width: 40%;
		height: 700px;
	}
	#story1 #curtain-StoryRightI {
		right: -310px;
		width: 470px;
		height: 700px;
	}
	#story1 #curtain-StoryRightO {
		right: -290px;
		width: 370px;
		height: 700px;
	}
	/* Story 2 */
	#story2 {}
	#story2 #curtain-StoryLeftO {
		left: -129px;
		width: 40%;
		height: 700px;
	}
	#story2 #curtain-StoryLeftI {
		left: -186px;
		width: 40%;
		height: 700px;
	}
	#story2 #curtain-StoryRightI {
		right: -32px;
		width: 350px;
		height: 700px;
	}
	#story2 #curtain-StoryRightO {
		right: -309px;
		width: 470px;
		height: 700px;
	}
	#story2 .box {
		padding: 40px 109px;
	}
	/* Story 3 */
	#story3 {}
	#story3 .box {
		padding: 40px 109px;
	}
	#story3 #curtain-StoryLeftO {
		left: -184px;
		width: 300px;
		height: 400px;
	}
	#story3 #curtain-StoryLeftI {
		left: -149px;
		width: 300px;
		height: 400px;
	}
	#story3 #curtain-StoryRightI {
		right: -185px;
		width: 470px;
		height: 700px;
	}
	#story3 #curtain-StoryRightO {
		right: -405px;
		width: 470px;
		height: 700px;
	}
	/* Story 4 */
	#story4 {}
	#story4 .box {
		padding: 40px 40px;
	}
	#story4 #curtain-StoryLeftO {
		left: -388px;
		width: 40%;
		height: 700px;
	}
	#story4 #curtain-StoryLeftI {
		left: -166px;
		width: 40%;
		height: 700px;
	}
	#story4 #curtain-StoryRightI {
		right: -150px;
		width: 470px;
		height: 700px;
	}
	#story4 #curtain-StoryRightO {
		right: -127px;
		width: 400px;
		height: 700px;
	}

	#btn-story5 {
        height: 207px;
    }
	/* At a glance Section
	-------------------------------------------------- */
	#glance {
		padding: 40px 0 0;
	}
	#glance img {
		/* width: 740px; */
	}
	#glance #glance-headline {
		margin-bottom: 22px;
		font-size: 40px;
	}
	#glance-stats {}
	#glance_bg {
		height: 454px;
	}
	/* Map
	-------------------------------------------------- */
	#icon-flag {}
	#map {
		padding: 40px 0 30px;
	}
	#map h2 {
		font-size: 33px;
	}
	#img-map {
		margin: 45px 0;
		width: 100%;
	}
	.mapKey {
		margin: 0;
		padding: 13px 14px 8px;
		width: 294px;
		top: 0;
		border-spacing: 7px;
		display: inline-block;
		vertical-align: top;
	}
	#map-text {
		font-size: 14px;
		margin-top: 15px;
	}
	#map .mapKey span {
		font-size: 16px;
	}
	#mapKey2 {
		display: inline-block;
		padding: 13px 14px 8px;
	}
	.keybox {
		width: 17px;
		height: 17px;
		margin: 0;
		padding: 0;
		margin-right: 1px;
		margin-bottom: 5px;
		border-radius: 0;
	}
	/* Financial Section
	-------------------------------------------------- */
	#finacials_text {
		/* height: 266px; */
	}
	.charts {
		max-width: 100%;
		margin: 5px 42px 10px 0px;
	}
	.finacialCharts {
		width: 710px;
		padding: 20px 35px 29px;
	}
	/* Closing Section
	-------------------------------------------------- */
	/* Subsidiaries Section
	-------------------------------------------------- */
	#subsidiary {
		padding: 50px 0;
	}
	#subsidiary p {
		margin-bottom: 14px;
	}
	#subsidiaryVisible {
	}

	#subsidiary .col-md-6 {
		height: 200px;
	}

	#subsidiary #companies {
		margin-top: 34px;
	}

	#subsidiary .col-md-6 {
		padding-left: 20px;
		padding-right: 20px;
	}

	#subsidiary #sub-ex1, #subsidiary #sub-ex2 {
		height: 0px;
		padding: 0px;
		border: 0;
	}

	#sub-ex1, #sub-ex2, #sub-ex3 {
		display: block;
	}

	.sub_logos {
		top: 50%;
	}

	#img_logoIBX {
		width: auto;
		margin-top: -16px;
		padding: 0px 20px;
	}

	#img_logoPC {
		width: auto;
		height: 72px;
		margin-top: -40px;
		padding: 0px 20px;
	}

	#img_logoIBX {
		width: auto;
		height: 37px;
		margin-top: -40px;
		padding: 0px 22px;
		margin-bottom: 0;
	}

	#img_logoKS {
		width: auto;
		height: 72px;
		margin-top: -40px;
		padding: 0px 20px;
	}

	#img_logoIA {
		width: auto;
		height: 72px;
		margin-top: -40px;
		padding: 0px 20px;
	}

	#img_logoAH {
		width: auto;
		height: 86px;
		margin-top: -68px;
		padding: 0 40px;
	}

	#img_logoAHA {
		width: auto;
		height: 130px;
		margin-top: -82px;
		padding: 0 102px;
	}

	#img_logoCari {
		width: auto;
		margin-top: -75px;
		padding: 0px 76px;
		height: 107px;
	}



	#img_logoAHCS {
		width: auto;
		margin-top: -66px;
		padding: 0px 58px;
		height: 86px;
	}

	#img_logoTandigm {
		width: auto;
		margin-top: -82px;
		padding: 0px 66px;
		height: 100px;
	}

	#img_logoQuil{
        width: auto;
        margin-top: -61px;
        padding: 0px 66px;
        height: 90px;
 }

	#img_logo-GR_Health {
        width: auto;
        margin-top: -65px;
        padding: 0px 66px;
        height: 112px;
 }

	#img_logo-blue_medic_advant{
        width: auto;
        margin-top: -37px;
        padding: 0px 15px;
        height: 35px;
 }


	#description {
		min-height: 125px;
		padding: 25px 30px;
	}
	
	#description>div {
		padding: 20px 25px;
	}
	
	/* Board of Directors && Executive Memebers Section
	-------------------------------------------------- */
	#board_heading h2 {
		margin: 0 0 45px;
	}
	#board {
		font-size: 16px;
	}
	#board li {
		margin: 0 0 8px 0;
	}
	#board .container>.row>.col-sm-4 ul {
		padding: 0px 0px 0px 0px;
	}
	#board .container>.row>.col-sm-4+.col-sm-4 ul {
		padding: 0px 0px 0px 0px;
	}
	#board .container>.row>.col-sm-4+.col-sm-4+.col-sm-4 ul {
		padding: 0px 0px 0px 0;
	}
	#board_tabs {
		height: 58px;
	}
	#board_tabs a {}
	#board_tabs a {
		padding: 8px 20px 5px 20px;
	}
	#board_center {
		margin: 0 auto;
		width: 460px;
		font-size: 15px;
		line-height: 1.2;
	}
	.nav-tabs {}
	#board_center span {
		font-size: 23px;
	}
	#directors, #executive {}
	#directors {
		padding: 60px 0;
	}
	#executive {
		padding: 60px 0;
	}
	#executive {
		/*display: none;*/
	}
	.footnote p {
		font-size: 12px;
	}
	.footnote {
		padding-bottom: 30px;
	}
	/* Tabs */
	.nav-tabs>li>a {
		margin-right: 0;
	}
	#board .nav-tabs>li {
		margin-bottom: 0;
	}
	/* Footer 
	-------------------------------------------------- */
	footer {
		height: 158px;
	}
	footer p {
		font-size: 11px;
		line-height: 1.2;
	}
	#copyright {
		padding: 18px 0 0 0;
	}
	footer li {
		margin-right: 5px;
		padding: 0;
	}
	footer li:first-child {
		margin-bottom: 10px;
	}
	.social {
		width: 46px;
		height: 46px;
	}
	.social:after {
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background-position: 0 -46px;
		opacity: 0;
	}
	#socTwitter {
		background-position: -50px 0;
	}
	#socTwitter:after {
		background-position: -50px -46px;
	}
	#connect_us {
		top: 24px;
		font-size: 13px;
		position: absolute;
	}
	#videoHome1 {
		width: 580px;
		height: 328px;
	}
}

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

@media (min-width: 992px) {
	/* Typography 
	-------------------------------------------------- */
	h2, .h2 {
		font-size: 32px;
		margin: 30px 0 15px 0;
	}
	h3, .h3 {
		margin: 30px 0 15px 0;
		font-size: 32px;
	}
	h4, .h4 {
		margin: 15px 0 15px 0;
		font-size: 19px;
	}
	p {
		line-height: 1.7em;
		font-size: 16px;
		margin-bottom: 12px;
	}
	/* Head 
	-------------------------------------------------- */
	/* Navigation */
	/* Main Structure
	-------------------------------------------------- */
	.secHead, .secHead2 {
		height: 526px;
		/* width: 970px; */
		/* margin-bottom: 50px; */
	}
	.secHead-text {
		top: 393px;
		right: -20px;
		height: 90px;
		padding: 18px 0px 0 24px;
	}
	.secHead-text h1 {
		font-size: 40px;
	}
	.box {
		padding: 50px 171px;
		margin: 50px 0 0px;
	}
	.callout {}
	.callout span {
		font-size: 48px;
	}
	.callout-box+.callout {
		margin: 20px 0;
		padding: 20px 0;
	}
	.callout+.callout span {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.callout+.callout p {}
	.callout-text {
		font-size: 16px;
		line-height: 1.5;
		margin-top: 50px;
		margin-bottom: 120px;
	}
	/* Buttons */
	.btn-default {
		font-size: 17px;
		padding: 8px 40px;
		margin: 20px 0;
	}
	.btn-primary img {
		width: 21px;
		height: 21px;
		margin-bottom: 3px;
		margin-left: 12px;
	}
	#cover .btn-primary {
		padding: 9px 55px;
		border-radius: 30px;
		margin-top: 464px;
		font-size: 21px;
	}
	.btn-primary img {
		width: 21px;
		height: 21px;
		margin-bottom: 3px;
		margin-left: 12px;
	}
	#ceo .btn-primary {
		padding: 7px 28px;
		border-radius: 30px;
		margin-top: 0;
		font-size: 15px;
	}
	.btn-primary {
		padding: 9px 50px;
		border-radius: 30px;
		margin-top: 49px;
		font-size: 21px;
	}
	.carousel-control.left, .carousel-control.right {
		display: block;
	}
	.btn_readMore {
		font-size: 12px;
		padding: 0;
		bottom: 0;
	}
	.btn_readMore.btn-primary img {
		width: 14px;
		margin-bottom: 3px;
		margin-left: 4px;
	}
	/* Loader
	-------------------------------------------------- */
	#loaderTagline {
		top: 45%;
		position: relative;
		margin: 0 auto;
		text-align: center;
	}
	#introReim {
		font-size: 50px;
	}
	#loader-content {
	}
	#img-loader1 {
		width: 330px;
		top: 80px;
	}
	#img-loader2 {
		width: 450px;
		bottom: 80px;
	}
	#IBXlogo-Loader {
		width: 340px;
		height: 43px;
		bottom: 80px;
	}

	#loader-text {
	font-size: 35px;
	}
	/* Cover Section
	-------------------------------------------------- */
	#cover {
		height: 660px;
		background-position: 90px -15px;
	}

	#cover-bg{
    	background-position: 90px -15px;
    }
    
	#white-slant {
		width: 300px;
		height: 260px;
		top: 344px;
		left: 80px;
	}
	#white-slant span {
		font-size: 38px;
	}
	#white-slant img {
		top: 30px;
		max-width: 90%;
	}
	#leftCo {
		left: -487px;
		width: 600px;
		height: 700px;
	}
	#leftIo {
		left: -53px;
		width: 600px;
		height: 700px;
	}
	#rightCo {
		right: -644px;
		width: 80%;
		height: 700px;
	}
	#rightIo {
		right: -224px;
		width: 40%;
		height: 700px;
	}
	/* Opening Section
	-------------------------------------------------- */
	#opening, #closing {
		padding: 40px 0 60px;
		font-size: 16px;
	}
	#opening span+span {
		margin-top: 18px;
	}
		#opening h2 {
		font-size: 31px;
	}

	/* CEO Section
	-------------------------------------------------- */
	#ceo {
		height: 299px;
	}
	#ceo .curtain-outer-ceo {
		height: 300px;
	}
	#ceo .curtain-outer-ceo#curtainCeoLeftO {
		left: -416px;
		width: 476px;
	}
	#ceo .curtain-inner-ceo#curtainCeoLeftI {
		width: 476px;
		left: -380px;
	}
	#ceo .curtain-inner-ceo {
		height: 300px;
	}
	#ceo .curtain-outer-ceo#curtainCeoRightO {
		width: 476px;
		right: -506px;
	}
	#ceo .curtain-inner-ceo#curtainCeoRightI {
		width: 476px;
		right: -482px;
	}
	#ceo>.container>.row#ceohome>.col-md-6 {
		height: 315px;
	}
	#ceo .secHead {
		margin-bottom: 40px;
	}
	#curtain-StoryLeftO {
		left: -259px;
		width: 40%;
		height: 526px;
	}
	#curtain-StoryLeftI {
		left: -251px;
		width: 40%;
		height: 526px;
	}
	#curtain-StoryRightI {
		right: -419px;
		width: 470px;
		height: 526px;
	}
	#curtain-StoryRightO {
		right: -429px;
		width: 470px;
		height: 526px;
	}
	.story-ceo-img {
		top: 66px;
	}
	.story-ceo-img img {
		width: 470px;
	}
	#img-ceo1 {
		left: 73px;
	}

	.story-ceo-img div{
		margin: 12px 0px 0 20px;
		font-size: 18px;
	}


	#img-ceo2 {
		right: -10px;
	}
	.introText {
		left: 65px;
		width: 399px;
		height: 420px;
		margin-top: 1px;
	}
	.introText h2 {
		margin-bottom: 16px;
		font-size: 31px;
		line-height: 1.2;
	}
	.introText p {
		margin-bottom: 18px;
		line-height: 1.4;
	}
	#ceoImage1 {
		width: 302px;
		left: 36px;
		bottom: 15px;
	}
	#ceoImage2 {
		left: 226px;
		width: 304px;
		bottom: -43px;
	}
	#dan {
		left: 0;
		width: 992px;
	}
	#signatures {
		margin: 45px 0;
	}

	#img-leadership {
	/* width: 300px; */
	margin-top: 34px;
	}

	/* Stories Section
	-------------------------------------------------- */
	/* Homepage */
	#stories {
		padding: 50px 0 50px;
	}
	#stories>.container {
		width: 840px;
	}
	#stories span {
		font-size: 25px;
		/* margin-bottom: 70px; */
	}
	.story_btns {
		width: 386px;
		height: 231px;
		margin-bottom: 30px;
	}



	#stories .lower-third {
		height: 50px;
		padding: 10px 18px 0 14px;
	}
	#stories .lower-third span {
		font-size: 22px;
	}


	/* General Story Styles */
	.box p {}
	#story1, #story2, #story3, #story4 {
		padding-bottom: 85px;
	}
	.quote {
		padding: 30px 30px 0 0;
		margin-top: 60px;
	}
	.quote img {
		width: 55px;
		top: -18px;
	}
	.quote span {
		font-size: 23px;
	}
	.quote img+span+img {
		bottom: -35px;
		right: -23px;
	}
	/* Story 1 */
	#story1 {}
	#story1 .box {}
	#story1 .box>.h1 {
		font-size: 52px;
	}
	#story1 .box .h1>span {
		font-size: 45px;
	}
	#story1 #curtain-StoryLeftO {
		left: -244px;
		width: 40%;
		height: 700px;
	}
	#story1 #curtain-StoryLeftI {
		left: -278px;
		width: 40%;
		height: 700px;
	}
	#story1 #curtain-StoryRightI {
		right: -254px;
		width: 470px;
		height: 700px;
	}
	#story1 #curtain-StoryRightO {
		right: -333px;
		width: 470px;
		height: 700px;
	}
	/* Story 2 */
	#story2 {}
	#story2 #curtain-StoryLeftO {
		left: -129px;
		width: 40%;
		height: 700px;
	}
	#story2 #curtain-StoryLeftI {
		left: -186px;
		width: 40%;
		height: 700px;
	}
	#story2 #curtain-StoryRightI {
		right: -90px;
		width: 470px;
	}
	#story2 #curtain-StoryRightO {
		right: -309px;
		width: 470px;
		height: 700px;
	}
	#story2 .box {
		padding: 50px 143px;
	}
	#story2 .box>.h1 {
		font-size: 52px;
	}
	#story2 .box .h1>span {
		font-size: 55px;
	}
	/* Story 3 */
	#story3 {}
	#story3 #curtain-StoryLeftO {
		left: -266px;
		width: 470px;
		height: 700px;
	}
	#story3 #curtain-StoryLeftI {
		left: -196px;
		width: 470px;
		height: 700px;
	}
	#story3 #curtain-StoryRightI {
		right: -139px;
		width: 470px;
		height: 700px;
	}
	#story3 #curtain-StoryRightO {
		right: -375px;
		width: 470px;
		height: 700px;
	}
	#story3 .box {
		padding: 50px 143px;
	}
	#story3 .box>.h1 {
		font-size: 49px;
	}
	#story3 .box .h1>span {
		font-size: 51px;
	}
	/* Story 4 */
	#story4 {}
	#story4 .box {
		padding: 40px 40px;
	}
	#story4 #curtain-StoryLeftO {
		left: -388px;
		width: 40%;
		height: 700px;
	}
	#story4 #curtain-StoryLeftI {
		left: -166px;
		width: 40%;
		height: 700px;
	}
	#story4 #curtain-StoryRightI {
		right: -150px;
		width: 470px;
		height: 700px;
	}
	#story4 #curtain-StoryRightO {
		right: -226px;
		width: 470px;
		height: 700px;
	}

	   #btn-story5 {
        height: 234px;
    }

	/* At a glance Section
	-------------------------------------------------- */
	#glance {}
	#glance #glance-headline {
		/* width: 691px; */
		margin-bottom: 30px;
		font-size: 40px;
	}
	#glance-stats {}
	#glance img {
		/* width: 874px; */
	}
	#glance_bg {
		height: 586px;
	}
	/* Map
	-------------------------------------------------- */
	#map {
		padding: 50px 0;
	}
	#map h2 {
		font-size: 36px;
	}
	#img-map {
		margin: 60px 0;
	}
	#icon-flag {}
	#map-text {
		font-size: 16px;
		margin-top: 15px;
	}
	.mapKey {
		width: 317px;
		top: 0;
		right: 0;
		border-spacing: 8px;
		padding: 15px 16px 5px;
	}
	#map .mapKey span {
		font-size: 16px;
	}
	.keybox {
		width: 20px;
		height: 20px;
		margin: 0;
		padding: 0;
		margin-right: 12px;
		margin-bottom: 5px;
		/* border-radius: 12px; */
	}
	/* Financial Section
	-------------------------------------------------- */
	#finacials_text {
		/* height: 302px; */
	}
	.finacialCharts {
		width: 650px;
		padding: 20px 35px 29px;
	}
	.charts {
		/* width: 125px; */
		margin: 10px 20px 10px 0px;
	}
	/* Closing Section
	-------------------------------------------------- */
	/* Subsidiaries Section
	-------------------------------------------------- */
	#subsidiary {
		padding: 55px 0;
	}

	#subsidiary p {
		margin-bottom: 14px;
	}

	#subsidiaryVisible {
	}

	#subsidiary #companies {
		margin-top: 47px;
	}

	#sub-ex1, #sub-ex2, #sub-ex3 {
		display: none;
	}

	#subsidiary .col-sm-6, #subsidiary #sub-ex1, #subsidiary #sub-ex2 {
		height: 200px;
		padding-left: 20px;
		padding-right: 20px;
	}

	#subsidiary #sub-ex1, #subsidiary #sub-ex2 {
		border-right: 1px solid #e5e4e4;
		border-bottom: 1px solid #e5e4e4;
	}

	.sub_logos {
		top: 50%;
	}

	#img_logoIBX {
		margin-top: -16px;
	}

	#img_logoPC {
		margin-top: -40px;
		height: 59px;
	}

	#img_logoIBX {
		margin-top: -40px;
		height: 30px;
	}

	#img_logoKS {
		margin-top: -40px;
		height: 59px;
	}

	#img_logoIA {
		margin-top: -40px;
		height: 59px;
	}

	#img_logoAH {
		margin-top: -60px;
		padding: 0 20px;
		height: 82px;
	}

	#img_logoAHA {
		margin-top: -82px;
		padding: 0 79px;
		height: 124px;
	}

	#img_logoCari {
		margin-top: -68px;
		padding: 0px 56px;
		height: 107px;
	}


	#img_logoAHCS {
		margin-top: -60px;
		padding: 0 40px;
		height: 86px;
	}

	#img_logoTandigm {
		margin-top: -76px;
		padding: 0px 48px;
		height: 100px;
	}

	#img_logoQuil{
        margin-top: -58px;
        padding: 0px 48px;
        height: 88px;
 }

	#img_logo-GR_Health {
        margin-top: -62px;
        padding: 0px 48px;
        height: 109px;
 }

	#img_logo-blue_medic_advant{
       margin-top: -25px;
       padding: 0px 14px;
       height: 31px;
 }

	#description {
		min-height: 125px;
		padding: 25px 30px;
	}
	
	#description>div {
		padding: 20px 25px;
	}

	/* Board of Directors && Executive Memebers Section
	-------------------------------------------------- */
	#board_heading h2 {
		margin: 0 0 45px;
	}
	#board {
		font-size: 16px;
	}
	#board li {
		margin: 0 0 12px 0;
	}
	#board .container>.row>.col-sm-4 ul {
		padding: 0 0px 0px 31px;
	}
	#board .container>.row>.col-sm-4+.col-sm-4 ul {
		padding: 0px 35px 0px 50px;
	}
	#board .container>.row>.col-sm-4+.col-sm-4+.col-sm-4 ul {
		padding: 0px 30px 0px 0;
	}
	#board_tabs {
		height: 64px;
	}
	#board_tabs a {}
	#board_tabs a {
		padding: 8px 20px 5px 20px;
	}
	#board_center {
		margin: 0 auto;
		width: 525px;
		font-size: 16px;
		line-height: 1.2;
	}
	.nav-tabs {}
	#board_center span {
		font-size: 27px;
	}
	#directors, #executive {}
	#directors {
		padding: 60px 0;
	}
	#executive {
		padding: 60px 0;
	}
	.footnote p {
		font-size: 12px;
	}
	.footnote {
		padding-bottom: 30px;
	}
	/* Tabs */
	.nav-tabs>li>a {
		margin-right: 0;
	}
	#board .nav-tabs>li {
		margin-bottom: 0;
	}
	/* Footer 
	-------------------------------------------------- */
	footer {
		height: 167px;
	}
	footer p {
		font-size: 11px;
		line-height: 1.4;
	}
	#copyright {
		padding: 30px 0 0 0;
	}
	footer li {
		margin-right: 5px;
		padding: 0;
	}
	footer li:first-child {
		margin-bottom: 10px;
	}
	.social {
		width: 46px;
		height: 46px;
	}
	.social:after {
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background-position: 0 -46px;
		opacity: 0;
	}
	.social:hover:after {
		opacity: 1;
	}
	#socTwitter {
		background-position: -50px 0;
	}
	#socTwitter:after {
		background-position: -50px -46px;
	}
	#connect_us {
		top: 29px;
		font-size: 13px;
	}
	#videoHome1 {
		width: 720px;
		height: 406px;
	}
}

/* ==========================================================================
	1200+ custom css
========================================================================== */

@media (min-width: 1200px) {
	/* Typography 
	-------------------------------------------------- */
	h1 {
		font-size: 60px;
	}
	h2, .h2 {
		font-size: 35px;
		margin: 20px 0 22px 0;
	}
	h3, .h3 {
		margin: 30px 0 15px 0;
		font-size: 35px;
	}
	h4, .h4 {
		margin: 20px 0 10px 0;
		font-size: 21px;
	}
	/* Main Structure
	-------------------------------------------------- */
	.secHead, .secHead2 {
		height: 700px;
		/* width: 1170px; */
		/* margin-bottom: 0; */
	}
	.secHead-text {
		top: 545px;
		right: -20px;
	}
	.secHead-text h1 {
		font-size: 40px;
	}
	#opening>.container, #ceo>.container, #leadship2021>.container, #glance>.container, #stories>.container, #finacials>.container, #closing>.container, #map>.container {
		width: 990px;
	}
	.box {
		padding: 60px 266px;
		margin: 50px 0 0px;
	}
	.callout {}
	.callout-box>span {}
	.callout+.callout {
		margin: 20px 0;
		padding: 20px 0;
	}
	.callout+.callout span {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.callout+.callout p {}
	.callout-text {
		font-size: 16px;
		line-height: 1.5;
		margin-top: 28px;
		margin-bottom: 120px;
		height: 120px;
	}
	/* Buttons */
	.btn-default {
		font-size: 17px;
		padding: 8px 40px;
		margin: 20px 0;
	}
	#cover .btn-primary {
		padding: 9px 55px;
		border-radius: 30px;
		margin-top: 464px;
		font-size: 23px;
	}
	.btn-primary {
		padding: 9px 55px;
		border-radius: 30px;
		margin-top: 10px;
		font-size: 23px;
	}
	.btn_readMore {
		font-size: 12px;
		padding: 0;
		bottom: 0;
	}
	.btn_readMore.btn-primary img {
		width: 14px;
		margin-bottom: 3px;
		margin-left: 4px;
	}
	.simplePopupClose {
		margin-top: 20px;
		margin-right: 20px;
	}
	.btn-primary img {
		width: 21px;
		height: 21px;
		margin-bottom: 3px;
		margin-left: 12px;
	}
	#videoHome1 {
		width: 1031px;
		height: 580px;
	}
	/* Loader
	-------------------------------------------------- */
	#loaderTagline {
		top: 45%;
		position: relative;
		margin: 0 auto;
		text-align: center;
	}
	#introReim {
		font-size: 50px;
	}
	#loader-content {
	}
	#img-loader1 {
		width: 400px;
		top: 65px;
	}
	#img-loader2 {
		width: 568px;
		bottom: 80px;
	}
	#IBXlogo-Loader {
		width: 400px;
		height: 50px;
		bottom: 80px;
	}

    #loader-text {
	font-size: 40px;
	}

	/* Cover Section
	-------------------------------------------------- */
	#cover {
		height: 700px;
		background-position: 90px -70px;
	}
    
    #cover-bg{background-position: 90px -70px;}

	#white-slant {
		width: 325px;
		height: 306px;
		top: 345px;
		left: 10px;
	}
	#white-slant img {
		top: 38px;
		max-width: 100%;
	}
	#leftCo {
		left: -1432px;
		width: 1481px;
		height: 700px;
	}
	#leftIo {
		left: -141px;
		width: 560px;
		height: 700px;
	}
	#rightCo {
		right: -1470px;
		width: 1670px;
		height: 700px;
	}
	#rightIo {
		right: -460px;
		width: 700px;
		height: 700px;
	}
	#btn_play1 {
		/* opacity: 0; */
	}
	#img-intro1 {
		width: 560px;
		top: 65px;
	}
	#img-intro2 {
		width: 568px;
		bottom: 80px;
	}
	/* Opening Section
	-------------------------------------------------- */
		#opening h2 {
		font-size:36px;
	}

	/* CEO Section
	-------------------------------------------------- */
	#ceo {
		height: 314px;
	}
	#ceo .curtain-outer-ceo {
		height: 315px;
	}
	#ceo .curtain-outer-ceo#curtainCeoLeftO {
		left: -530px;
		width: 476px;
	}
	#ceo .curtain-inner-ceo#curtainCeoLeftI {
		width: 476px;
		left: -484px;
	}
	#ceo .curtain-inner-ceo {
		height: 315px;
	}
	#ceo .curtain-outer-ceo#curtainCeoRightO {
		width: 476px;
		right: -659px;
	}
	#ceo .curtain-inner-ceo#curtainCeoRightI {
		width: 476px;
		right: -622px;
	}
	#ceo>.container>.row#ceohome>.col-md-6 {
		height: 315px;
	}
	#ceo .secHead {
		margin-bottom: 50px;
	}
	#curtain-StoryLeftO {
		left: -366px;
		width: 40%;
		height: 700px;
	}
	#curtain-StoryLeftI {
		left: -359px;
		width: 40%;
		height: 700px;
	}
	#curtain-StoryRightI {
		right: -350px;
		width: 40%;
		height: 700px;
	}
	#curtain-StoryRightO {
		right: -361px;
		width: 470px;
		height: 700px;
	}
	.story-ceo-img {
		top: 100px;
	}
	.story-ceo-img img {
		width: initial;
	}
	#img-ceo1 {
		left: 0;
	}
	.story-ceo-img div{
	margin: 12px 0px 0 88px;
	font-size: 20px;
}

	#img-ceo2 {
		right: 40px;
	}
	.introText {
		width: 450px;
		height: 315px;
		margin-top: 0;
	}
	.introText h2 {
		margin-bottom: 18px;
		font-size: 36px;
		line-height: 1.3;
	}
	.introText p {
		margin-bottom: 18px;
		font-size: 16px;
	}
	#ceoImage1 {
		width: 328px;
		bottom: 0px;
		left: -79px;
	}
	#ceoImage2 {
		bottom: 0;
		width: 354px;
		bottom: -85px;
		left: 121px;
	}
	#signatures {
		margin: 45px 0;
	}
	#signatures img {
		width: 70%;
	}

	#img-leadership {
	/* width: 300px; */
	}
	
	/* Stories Section
	-------------------------------------------------- */
	/* Homepage */
	#stories {
		padding: 50px 0 50px;
	}
	.story_btns {
		height: 245px;
		width: 416px;
		margin-bottom: 30px;
	}
	#stories span {
		font-size: 25px;
		/* margin-bottom: 58px; */
	}
	#stories .lower-third {
		height: 50px;
		padding: 13px 18px 0 15px;
	}
	#stories .lower-third span {
		font-size: 22px;
	}
	/* General Story Styles */
	#story1, #story2, #story3, #story4 {
		padding-bottom: 85px;
	}
	.quote img {
		width: 65px;
		top: -26px;
	}
	.quote span {
		font-size: 26px;
	}
	.quote img+span+img {
		bottom: -42px;
		right: -23px;
	}
	/* Story 1 */
	#story1 {}
	#story1 .box>.h1 {
		font-size: 60px;
	}
	#story1 .box .h1>span {
		font-size: 52px;
	}

	#story1 #curtain-StoryLeftO {
		left: -295px;
		width: 470px;
		height: 700px;
	}
	#story1 #curtain-StoryLeftI {
		left: -97px;
		width: 300px;
		height: 700px;
	}
	#story1 #curtain-StoryRightI {
		right: -190px;
		width: 470px;
		height: 700px;
	}
	#story1 #curtain-StoryRightO {
		right: -231px;
		width: 470px;
		height: 700px;
	}

	#story1 .box p {}
	#story1 .quote {
		padding: 30px 30px 0 0;
		margin-top: 60px;
	}
	#story1 .box {}
	/* Story 2 */
	#story2 {}
	#story2 .box>.h1 {
		font-size: 60px;
	}
	#story2 .box .h1>span {
		font-size: 63px;
	}
	#story2 .box p {}
	#story2 .quote {
		padding: 30px 30px 0 0;
		margin-top: 60px;
	}
	#story2 #curtain-StoryLeftO {
		left: -213px;
		width: 40%;
		height: 700px;
	}
	#story2 #curtain-StoryLeftI {
		left: -186px;
		width: 40%;
		height: 700px;
	}
	#story2 #curtain-StoryRightI {
		right: -91px;
		width: 470px;
		height: 700px;
	}
	#story2 #curtain-StoryRightO {
		right: -309px;
		width: 470px;
		height: 700px;
	}
	#story2 .box {
		padding: 60px 233px;
	}
	/* Story 3 */
	#story3 {}
	#story3 #curtain-StoryLeftO {
		left: -366px;
		width: 40%;
		height: 700px;
	}
	#story3 #curtain-StoryLeftI {
		left: -264px;
		width: 40%;
		height: 700px;
	}
	#story3 #curtain-StoryRightI {
		right: -150px;
		width: 40%;
		height: 700px;
	}
	#story3 #curtain-StoryRightO {
		right: -361px;
		width: 470px;
		height: 700px;
	}
	#story3 .box {
		padding: 60px 262px;
	}
	
	/* Story 4 */
	#story4 {}
	#story4 .box {
		padding: 40px 40px;
	}
	#story4 #curtain-StoryLeftO {
		left: -388px;
		width: 40%;
		height: 700px;
	}
	#story4 #curtain-StoryLeftI {
		left: -166px;
		width: 40%;
		height: 700px;
	}
	#story4 #curtain-StoryRightI {
		right: -150px;
		width: 470px;
		height: 700px;
	}
	#story4 #curtain-StoryRightO {
		right: -190px;
		width: 470px;
		height: 700px;
	}
	
	/* Story 4 */
	#story5 {}
	#story5 .box {
		padding: 40px 40px;
	}
	#story5 #curtain-StoryLeftO {
		left: -388px;
		width: 40%;
		height: 700px;
	}
	#story5 #curtain-StoryLeftI {
		left: -166px;
		width: 40%;
		height: 700px;
	}
	#story5 #curtain-StoryRightI {
		right: -150px;
		width: 470px;
		height: 700px;
	}
	#story5 #curtain-StoryRightO {
		right: -190px;
		width: 470px;
		height: 700px;
	}

	#btn-story5 {
		height: 257px;
		width: 912px;
	}

	
	/* At a glance Section
	-------------------------------------------------- */
	#glance {
		/* height: 1350px; */
		padding: 50px 0 0;
	}
	#map span {
		font-size: 16px;
	}
	#map-text {
	margin-top: 15px;
	}
	#glance_bg {
		height: 786px;
	}
	/* Map
	-------------------------------------------------- */
	#map {
		padding: 60px 0;
	}
	#map h2 {
		font-size: 36px;
		margin: 0;
	}
	#img-map {
		margin: 70px 0;
	}
	#icon-flag {}
	.keybox {
		width: 25px;
		height: 25px;
		padding: 0;
		margin-right: 12px;
		margin-bottom: 5px;
		/* border-radius: 12px; */
	}
	/* Financial Section
	-------------------------------------------------- */
	.finacialCharts {
		width: 710px;
		padding: 20px 35px 29px;
	}
	.charts {
		/* width: 140px; */
		margin: 5px 20px 10px 0px;
	}
	#finacials_text {
		/* height: 304px; */
	}
	
	/* Subsidiaries Section
	-------------------------------------------------- */

	#subsidiary {
		padding: 60px 0;
	}

	#subsidiary p {
		margin-bottom: 14px;
	}

	#subsidiaryVisible {
	}

	#subsidiary .col-md-6 {
		height: 200px;
	}

	#subsidiary #companies {
		margin-top: 50px;
	}

	#subsidiary .col-md-6 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.sub_logos {
		top: 50%;
	}

	#img_logoIBX {
		margin-top: -16px;
	}

	#img_logoPC {
		margin-top: -32px;
		height: 52px;
	}

	#img_logoIBX {
		margin-top: -32px;
		height: 27px;
	}

	#img_logoKS {
		margin-top: -32px;
		height: 52px;
	}

	#img_logoIA {
		margin-top: -32px;
		height: 52px;
	}

	#img_logoAH {
		margin-top: -50px;
		padding: 0 20px;
		height: 71px;
	}

	#img_logoAHA {
		margin-top: -82px;
		padding: 0 60px;
		height: 131px;
	}

	#img_logoCari {
		margin-top: -68px;
		padding: 0px 43px;
		height: 107px;
	}

	#img_logoAHCS {
		margin-top: -60px;
		padding: 0 21px;
		height: 86px;
	}

	#img_logoTandigm {
		margin-top: -66px;
		padding: 0px 30px;
		height: 100px;
	}

	#img_logoQuil{
		margin-top: -50px;
		padding: 0 20px;
		height: 71px;
	}

	#img_logo-GR_Health {
		margin-top: -60px;
		padding: 0 20px;
		height: 104px;
	}

	#img_logo-blue_medic_advant{
		margin-top: -24px;
		padding: 0 20px;
		height: 26px;
	}


	#description {
		min-height: 125px;
		padding: 30px 40px;
	}
	#description>div {
		padding: 20px 50px;
	}

	/* Board of Directors && Executive Memebers Section
	-------------------------------------------------- */
	#board_heading h2 {
		margin: 0 0 45px;
		/* font-family: 'open_sans_condensedbold'; */
		/* text-transform: uppercase; */
		/* color: #002E6D; */
	}
	#board {
		font-size: 16px;
	}
	#board li {
		margin: 0 0 12px 0;
	}
	#board .container>.row>.col-sm-4+.col-sm-4 ul {
		padding: 0px 35px 0px 50px;
	}
	#board .container>.row>.col-sm-4+.col-sm-4+.col-sm-4 ul {
		padding: 0px 30px 0px 0;
	}
	#board_tabs {
		height: 64px;
	}
	#board_tabs a {}
	#board_tabs a {
		padding: 8px 20px 5px 20px;
	}
	#board_center {
		margin: 0 auto;
		width: 525px;
		font-size: 16px;
		line-height: 1.2;
	}
	.nav-tabs {}
	#board_center span {
		font-size: 27px;
	}
	#directors, #executive {}
	#directors {
		padding: 60px 0;
	}
	#executive {
		padding: 60px 0;
	}
	#executive {
		/*display: none;*/
	}
	.footnote p {
		font-size: 12px;
	}
	.footnote {
		padding-bottom: 30px;
	}
	/* Tabs */
	.nav-tabs>li>a {
		margin-right: 0;
	}
	#board .nav-tabs>li {
		margin-bottom: 0;
	}
	
	/* Footer 
	-------------------------------------------------- */
	footer {
		height: 160px;
	}
	footer p {
		font-size: 13px;
		line-height: 1.4;
	}
	#copyright {
		padding: 34px 0 0 0;
	}
	footer li {
		margin-right: 5px;
		padding: 0;
	}
	footer li:first-child {
		margin-bottom: 10px;
	}
	.social {
		text-indent: -9999px;
		width: 46px;
		height: 46px;
	}
	.social:after {
		top: 0;
		left: 0;
		bottom: 0;
		right: 0;
		background-position: 0 -46px;
		opacity: 0;
	}
	#socTwitter {
		background-position: -50px 0;
	}
	#socTwitter:after {
		background-position: -50px -46px;
	}
	#connect_us {
		top: 34px;
		font-size: 14px;
	}
}