/* 
Theme Name: InstaMed 2.0
Theme URI: http://www.instamed.com
Description: A custom theme built for InstaMed.

Version: 2.0.1
Author: Squadablity / Brian Howard & Michael Krol of Germinate,LLC / Patrick W Monahan of InstaMed Communications, LLC /
Author URI: http://www.germinateapps.com, http://squadability.com

License: GNU General Public License

*/

/*
 
==================================NEW STYLE==========================================


*/


/*-------------------------------------------------------- CSS Reset ------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {margin: 0;padding: 0;border: 0;font-size: 100%; vertical-align: baseline;}/* HTML5 display-role reset for older browsers */article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}table {border-collapse: collapse;border-spacing: 0;}

/*-------------------------------------------------------Default CSS---------------------------------------------------------------*/

body { margin:0; padding:0; font-family: 'Open Sans', 'Lucida Grande', Helvetica, Arial, sans-serif; -webkit-font-smoothing: antialiased; }
ol, ul { list-style: none; margin: 0px; padding: 0px;}
a { text-decoration: none; color:#005596; }


/*---------------------------------------------------------Fonts-------------------------------------------------------------------*/

h1 { font-size: 48px; font-weight: 300; color:#005596; line-height:133%; margin-bottom:20px; }
h2 { font-size: 40px; font-weight: 100; color:#005596; line-height:133%; margin-bottom:20px; text-align:center; }
h3 { font-size: 35px; font-weight: 100; color:#2f2f2f; line-height:133%; margin-bottom:20px; text-align:center;}
h4 { font-size: 22px; font-weight: 400; color:#ffffff; line-height:133%; margin-bottom:20px; text-align:center;}
h5 { font-size: 18px; font-weight: 100; color:#2f2f2f; line-height:166%; margin-bottom:20px; text-align:center;}
h6 { font-size: 14px; font-weight: 100; color:#2f2f2f; line-height:166%; margin-bottom:20px; }
p { font-size: 16px; font-weight: 400; color:#5f6062; line-height:166%; margin-bottom:20px; text-align:left; }
	/*--Small Moniter--*/
	@media all and (max-width: 1320px) {
		h1 { font-size: 48px; }h2 { font-size: 40px; }h3 { font-size: 35px; }h4 { font-size: 22px; }h5 { font-size: 18px; }h6 { font-size: 14px; }p { font-size: 16px; }
	}

	
/*---------------------------- navigation dropdown menu ---------------------------------------------*/
.page_header,.navbar-collapse.collapse{
	overflow: inherit!important;
}

/*----------------------------------------------------- Buttons & Links ----------------------------------------------------------*/

.button { 
	-moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    display: inline-block;
    padding: 5px 15px;
	margin:16px 10px;
    border-radius: 5px;
	border-bottom:1px solid #003366;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: always;
    text-rendering: optimizeLegibility;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'Open Sans', 'Lucida Grande', Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    color: #fff !important;
    background-color: #005596;
}
	.button:hover {
		background-color:#003366;
		text-decoration:none !important;
	}
.button.im-blue {
	color: #fff;
	float:left;
	font-size: 18px;
	padding: 15px 70px;
	margin:20px 0px;
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease;
	}
	.button.im-blue:hover {
		background-color:#003366;
	}
.button.lt-blue{
	background-color: #97c0e6;
	border-bottom:1px solid #4f8dc6;
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease;
	}
	.button.lt-blue:hover{
	background-color: #4f8dc6;
	border-bottom:1px solid #4f8dc6;
	}
.button.trans {
	font-size: 18px;
	padding: 15px 70px;
	margin:20px 0px;
	background-color: transparent;
	border:1px solid #ffffff;
	color:#ffffff;
	-webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; 
	}
	.button.trans:hover {
	color:#005596 !important;
	background-color:#ffffff;
	}
p a.button { }
a.more { 
	color:#005596;
	text-decoration:none;
	font-size:14px;
	font-weight:400;
	clear:both;}

a.more:after { 
	content:"\203A";
	display: inline-block;
    color: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: inherit;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    position: relative;
    z-index: 1;
	top: 0;
    padding-left: 0.3em;
}
a.more:hover {
	text-decoration: underline; }
	
.copyright a.more { 
	color:#5f6062;
	text-decoration:none;
	font-size:13px;
	line-height:22px;
	clear:both;
	margin-left:10px;}

.copyright a.more:after { 
	content:none;
}
.copyright a.more:hover {
	text-decoration: underline; }
	
.link_arrow{position: relative}
.link_arrow a::after {
	content: "\203A";
    display: inline-block;
    color: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: inherit;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    position: relative;
    z-index: 1;
    top: 0;
    padding-left: 0.3em;
}

.dropdown-toggle { width:100% }
.dropdown-toggle:after {
	/* visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0; */
}

/*-----------------------------------------------------------------------------------------------------------------------------------*/


article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block;}
hr { height: 1px; border: none; }
sup {font-size:xx-small; vertical-align:super;}

/*--------------------------------------------------------- Custom CSS -----------------------------------------------------------*/

.block { position:relative; }
.block:after {content: ''; display: block; clear: both; }
#block-background { background: url("/wp-content/uploads/bg_blue_01.jpg") 50% 0 no-repeat; background-size:cover; min-height:450px; background-color:#005596; /*background-position: left top !important; */ border-bottom: 1px solid #dedede; }
.page-template-template-home #block-background { height:700px }
#block-background.top-solutions{ }
#block-background h1 { margin-top:80px; margin-bottom:20px; text-shadow:0px 0px 15px rgba(0,85,150,.3); }
#block-background h4 { margin-bottom:40px; }
#block-background .inner .container p { text-align:center }



.inner { max-width: 1280px; margin: 0 auto; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; transition: all .3s ease-out; }
.inner:after {content: ''; display: block; clear: both; }

.container { display:inline-block; margin:60px 0px 80px 0px; width:100% }


#globalHeader { position:fixed; width: 100%; background: rgba(255,255,255,.97); z-index: 999; box-shadow: 0px 1px 1px rgba(0,0,0,0.2); }
.logo { padding:15px 0px; float: left; width:132px; height:35px; }
.footer-logo { width:132px; height:35px; }


/* - Header Navigation - */
.menu { float:left; }
.menu-cta {float:right; position: absolute; right: 0; top: 18px; display: block;}
.menu-items { display:block; float:left; }
.menu-items-select { line-height:62px; font-size:15px; font-weight:100; padding:0 0 0 30px; color:#005596; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; }
.menu-items-select:hover { color: #96bfe6; }

.uc-logo { margin:0 auto; display:block; width:100%; max-width: 480px; margin-top: 140px; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; transition: all .3s ease-out;}
.banner-nav { position: absolute; bottom: 20px; left: 50%; margin-left: -25px; padding: 10px; }

.section-header { margin-bottom:30px; color:#005596; }

article.case_study, article.testimonial { margin-bottom:80px; }


/*------------------------------------------------ Mobile Nav --------------------------------------------------*/

.mobilenav { display: none; }
	.mobilenav .toggle {
		padding: 15px 0 10px;
		cursor: pointer;
		width: 22px;
		float: right;
	}
		.mobilenav .toggle .icon {
			border-radius: 2px;
			height: 2px;
			width: 22px;
			display: block;
			background: #005596;
			margin-bottom: 4px;
			-moz-transition: all 0.25s ease;
			-ms-transition: all 0.25s ease;
			-o-transition: all 0.25s ease;
			transition: all 0.25s ease;
			opacity: 1;
		}
			.icon-bar.close {
				left: 10px;
				opacity: 0;
				-moz-transition: all 0.25s ease;
				-ms-transition: all 0.25s ease;
				-o-transition: all 0.25s ease;
				transition: all 0.25s ease;
			}
			.icon-bar.close:first-of-type {
				-moz-transform: rotate(-45deg) translateX(-8.5px) translateY(0px);
				-webkit-transform: rotate(-45deg) translateX(-8.5px) translateY(0px);
				-o-transform: rotate(-45deg) translateX(-8.5px) translateY(0px);
				-ms-transform: rotate(-45deg) translateX(-8.5px) translateY(0px);
				transform: rotate(-45deg) translateX(-8.5px) translateY(0px);
				opacity: 1;
			}
			.icon-bar.close:last-of-type {
				-moz-transform: rotate(45deg) translateX(-8.5px) translateY(0px);
				-webkit-transform: rotate(45deg) translateX(-8.5px) translateY(0px);
				-o-transform: rotate(45deg) translateX(-8.5px) translateY(0px);
				-ms-transform: rotate(45deg) translateX(-8.5px) translateY(0px);
				transform: rotate(45deg) translateX(-8.5px) translateY(0px);
				opacity: 1;
			}
			
/*---------------------------------------------------------------------------------------------------------*/			

			
/*-----------------------------------------Section IDs----------------------------------------------------*/

.content {padding:70px 0px 110px 0px; }
/*--Tablet--*/

	
#value { background: #ffffff; }
#solutions{ background: #f5f5f5; }
#trust { background: #ffffff; }
#leadgen { background: #f5f5f5; }

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


#footer { padding:0px; padding:60px 0px;}
#footer p, #footer p a { color:#5f6062; font-size:14px; text-align:left; }
#social-media { width: 144px; margin: 15px auto; float:
right; }
.social-media { width:30px; height:30px; margin: 0 auto; float:left; display:block; margin: 0px 3px; background:url('../images/icon-sprite2.png'); }
.social-media.facebook { background-position:0px -330px; background-size: 220px 800px; }
.social-media.twitter { background-position:-30px -330px; background-size: 220px 800px; }
.social-media.feed { background-position:-60px -330px; background-size: 220px 800px; }
.social-media.linkedin { background-position:-90px -330px; background-size: 220px 800px; text-align:left; }
.footer-menu { float:left; width:100%; margin-bottom: 0px;}
.footer-menu-items { display:block; float:left; }
.footer-menu-items-select { line-height:62px; font-size:15px; font-weight:100; padding:0 23px 0 0; color:#005596; -webkit-transition: all .3s ease; -moz-transition: all .3s ease; -ms-transition: all .3s ease; transition: all .3s ease; }
.footer-menu-items-select:hover { color: #96bfe6; }


/*--- The GRID ---*/
.grid { position:relative; }
.newsgrid, .solutionsgrid, .logingrid{ position:relative; max-width:855px; margin:0 auto; }
.grid:after {content: ''; display: block; clear: both; }
.row{clear: both}
.solutionsgrid .row { padding:0px 25px; }
.solutionsgrid .row.row-no-pad { padding:0px }
.solutionsgrid .row.row-no-pad .col.n-3 h3 { min-height:64px;}

.grid .col, .inner .col { float:left; display:block; padding: 30px 25px; box-sizing: border-box; }
.newsgrid .col,.solutionsgrid .col,.logingrid .col { float:left; display:block; padding: 30px 25px; box-sizing: border-box; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; transition: all .3s ease-out; }

.grid .col.n-3,.solutionsgrid .col.n-3,.logingrid  .col.n-3, .inner .col.n-3 { width:33%; }
.grid .col.n-3 .icon { width:110px; height:110px; margin: 0 auto; background-size:220px 800px; }
.grid .col.n-3 .icon.p-1 { background:url('../images/icon-sprite.png'); background-position:0px 0px; background-size: 220px 800px; }
.grid .col.n-3 .icon.p-2 { background:url('../images/icon-sprite.png'); background-position:-110px 0px; background-size: 220px 800px;}
.grid .col.n-3 .icon.p-3 { background:url('../images/icon-sprite.png'); background-position:0px -110px; background-size: 220px 800px; }
.grid .col.n-3>p { padding: 0px; }
.grid .col.n-3>hr { color: #5f6062; background-color: #5f6062; }
.grid .col.n-3>h5 { padding:10px 0px; }
.col.n-3.item .button-wrap { width: 100%; position: absolute; left: 0; bottom: 0; box-sizing: border-box; }
.col.n-2.item .button-wrap { width: 100%; position: absolute; left: 0; bottom: 0; box-sizing: border-box; }
.col.n-2.item .button-wrap .button { margin:6px 10px; }
.col.n-3.item h2 { min-height:106px; }
.col.n-3.item h5 { min-height:145px; }




/*-------------------------------------------------2 ColGrid------------------------------------------------------*/
.grid .col.n-2 { width:50%; }
.newsgrid .col.n-2,.solutionsgrid .col.n-2,.logingrid  .col.n-2{ width:50%; }
.logingrid{padding-top:40px}
.logingrid  .col.n-2,.logingrid  .col.n-3{margin-bottom: 80px;  min-height: 350px;  position: relative; text-align: center;}
.logingrid .row:last-child  .col.n-2{margin-bottom: 80px;  min-height: 390px;  position: relative; text-align: center;}
.logingrid .row:last-child  .col.n-2 p{margin-bottom: 5px;}
.logingrid .row .col.n-2 p.mintext{ min-height:200px;}
.logingrid .row .col.n-2 p.mintext.top{ min-height:160px;}

.logingrid  .col.n-3{min-height:300px}
.logingrid .button.im-blue{  bottom: 0; float: none; left: 50%; margin-left: -100px; position: absolute;}
.solutionsgrid .col.n-2 img{width: 100%; height: auto;}
.newsitem{clear: both;}
.newsbox { width:100%; position:relative;}
.newsbox img { width:100%; height: auto}
.imgover{position:absolute; width:100%; height:100%; background:rgba(000,000,000,.5); display:none; top:0; left:0; cursor:pointer; color:#ffffff; text-align:center; }
.newsbox.imgbox{}
.newsbox.imgbox:hover .imgover{display:block; vertical-align:middle;}
.imgover a.button.trans{	bottom: 0; height: 25px; left: 10%; right: 10%; margin: auto; position: absolute; top: 0; padding:15px 0px}

.newsbox p,.newsbox h1,.newsbox h2,.newsbox h3,.newsbox h4,.newsbox h5,.newsbox h6 { text-align:left; }
.grid .col.n-2 .icon { width:110px; height:110px; margin: 0 auto; }
.grid .col.n-2 .icon.p-4 { background:url('../images/icon-sprite.png'); background-position:-110px -110px; background-size: 220px 800px;}
.grid .col.n-2 .icon.p-5 { background:url('../images/icon-sprite.png'); background-position:0px -220px; background-size: 220px 800px; }
.grid .col.n-2 .main-form { max-width: 400px; display: block; margin: 0 auto; }
.grid .col.n-2 .tweet-logo { max-width:488px; width: 100%; display: block; margin: 0 auto; }
.grid .col.n-2>p { padding: 0px; text-align: left;}
.grid .col.n-2>p.copyright { text-align: right; width:100%; display: block;
    float: right; }
.grid .col.n-2.tweet>p { padding-top: 20px; color:#5f6062 }
.grid .col.n-2>hr { color: #ffffff; background-color: #ffffff; }
.grid .col.n-2.floatright { width:50%; padding:5px 0px 30px 0px; float: right; }
.grid .col.n-2.p-1{ border-left:1px solid #ffffff; }
.grid .col.n-2.p-1>p { text-align:left; }






/*-------------------------------------------------3 ColGrid------------------------------------------------------*/

.grid .col.n-3 { padding:15px; }


/*-------------------------------------------------4 ColGrid------------------------------------------------------*/

.grid .col.n-4, .inner .col.n-4 { width:25%; padding:15px 15px; }
.valuebox { width:100%; border-radius:5px; border:1px solid #dedede; height:100%; }
.valuebox h3 { margin: 15px; }
.valuebox h5 { margin: 0 15px 15px 15px; }
.valuebox p { text-align:center; margin: 0 15px 15px 15px; }
.a-binder { cursor:pointer; }
.a-binder:hover { box-shadow:0px 0px 5px #97c0e6; }
.vbox-img { width:100%; height:190px; border-top-left-radius:5px; border-top-right-radius:5px; background-size:cover; background-position: 50% 50%; }
.vbox-img.vbox-providers { background: url("../images/509102639.jpg") 50% 0 no-repeat; background-size:cover; }
.vbox-img.vbox-payers { background:url("../images/107797664.jpg") 50% 0 no-repeat; background-size:cover; }
.vbox-img.vbox-patients { background:url("../images/554374145.jpg") 50% 0 no-repeat; background-size:cover; }
.vbox-img.vbox-integrators { background:url("../images/502862551.jpg") 50% 0 no-repeat; background-size:cover; }

.solutionbox {
	box-sizing:border-box;
	width:100%;
	height: 115px;
	overflow: hidden;
	border-radius:7px;
	background: rgba(0,51,102,1);}

.solutionbox h4{
	line-height: 24px;
	color: #fff;
	margin-bottom: 6px;
	text-align: center !important;
}
.solutionbox h4 a{
	color: #fff;
}
.solutionbox h4 a:hover{
	text-decoration:none;
}
.solutionsgrid p { text-align: left !important; }
.solutionsgrid h3{font-size:26px; text-align:left !important;}
.solutionsgrid .row > div  a::after {
	color: inherit;
    display: inline-block;
    font-family: inherit;
    font-size: 20px;
    font-style: normal;
    font-weight: inherit;
    line-height: 1;
    padding-left: 0.3em;
    position: relative;
    text-decoration: none;
    top: 0;
    z-index: 1;
}
.solutions-video{ text-align: center; background:#b39410; padding:0;}
.solutions-video p{ margin:0; line-height: 0!important}
.solutions-video .inner { max-width:600px; }
.solutions-video .inner p { text-align:center; }
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; }
.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
.sbox {  }
	
.pagination{
	padding:0 30px;
	clear: both;
}



/*-------------------------------------------------5 ColGrid------------------------------------------------------*/

.grid .col.n-5 { width:20%; padding:15px 15px; }
.iconbox { width:100%; text-align:center; }

.iconbox h3 { margin: 15px; }
.iconbox h5 { margin: 0 15px 15px 15px; }
.iconbox img { max-width:100%; max-height:80px }
.ibox-img { width:100%; height:190px; border-top-left-radius:5px; border-top-right-radius:5px; }

.solutionbox {
	box-sizing:border-box;
	width:100%;
	border-radius:7px;
	background: rgba(0,51,102,1);}
.sbox {  }

/*---------------------------------------------------------------------------------------------------------*/





/*---------- Responsive CSS ----------*/




/*-------------------------------------------------EMV Deadline message------------------------------------------------------*/

.news-feed {
	overflow: hidden;
	text-align: center;
	background: #f5f5f5;
	padding: 20px 15px;
	max-width: 100%;
	border-bottom: 1px solid #dedede;
}
.news-feed .news-feed-contain {
	max-width: 600px;
	margin:0 auto;
}

.news-feed .news-feed-contain p,
.news-feed .news-feed-contain a{
	margin: 0px;
	font-size: 14px;
	color: #005596;
	font-weight: normal;
	text-align:center;
}

.news-feed .news-feed-contain p strong{
	font-weight: bold;
}

.news-feed .news-feed-contain a{
	display: inline-block;
}

.news-feed .news-feed-contain a span{
	display: inline-block;
	width: 10px;
	overflow: hidden;
	text-indent: -5px;
	line-height: 14px;
}

.a4-solutions {
	width: 855px;
	max-width: 100%;
	margin: 0px auto;
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}
.a3-solutions {
	width: 640px;
	max-width: 100%;
	margin: 0px auto;
	clear: both;
	overflow: hidden;
	margin-bottom: 50px;
}

.clear-both{clear: both;}

.solutionbox {
	display:table;
    box-sizing: border-box;
    width: 100%;
    border-radius: 7px;
	padding:15px;
	background: #005596 url('/wp-content/uploads/bg_solutions_sprite-01.png') no-repeat;
	background-position: right 0;
	
}
.solutionbox.estimator {
	background-position: right 0;
	}
.solutionbox.autopaymentcollect {
	background-position: right -115px;
}
.solutionbox.paymentplans {
	background-position: right -230px;
	}
.solutionbox.patientpayments {
	background-position: right -345px;
}
.solutionbox.patientbilling {
	background-position: right -460px;
	}
.solutionbox.patientportal {
	background-position: right -575px;
}
.solutionbox.memberpayments {
	background-position: right -690px;
	}
.solutionbox.payerpayments {
	background-position: right -805px;
}
.solutionbox.eligibility {
	background: #96C0E6 url('/wp-content/uploads/bg_solutions_sprite-01.png') no-repeat;
	background-position: right -920px;
	}
.solutionbox.claims {
	background: #96C0E6 url('/wp-content/uploads/bg_solutions_sprite-01.png') no-repeat;
	background-position: right -1035px;
}
.solutionbox.remittance {
	background: #96C0E6 url('/wp-content/uploads/bg_solutions_sprite-01.png') no-repeat;
	background-position: right -1150px;
	}
.solutionbox.payermemberpayments{
	background: #96C0E6 url('/wp-content/uploads/bg_solutions_sprite-01.png') no-repeat;
	background-position: right -1265px;
}
.solutionbox.premiumpayments {
	background: #96C0E6 url('/wp-content/uploads/bg_solutions_sprite-01.png') no-repeat;
	background-position: right -1380px;
	}
.solutionbox.claimssettlement {
	background: #96C0E6 url('/wp-content/uploads/bg_solutions_sprite-01.png') no-repeat;
	background-position: right -1495px;
}
.solutionbox.transaction-gateway {
	background: #96C0E6 url('/wp-content/uploads/bg_solutions_sprite-01.png') no-repeat;
	background-position: right -1610px;
}

.solutionbox .sbox{
	display:table-cell;
	vertical-align: middle;
}

#leadgen{text-align: center;}

.form-inline{
	overflow: hidden;
	width: 1190px;
	max-width: 100%;
	margin: 20px auto;
}

.form-inline .form-group{
	float: left;
	width: 24%;
	overflow: hidden;
	margin-right: 20px;
}

.form-inline .form-group input{
	width: 78%;
	color: #2f2f2f;
	height: 50px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	-web-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 0px 5px 0px 50px;
	font-size: 16px;
	font-weight: lighter;
}

#name{
	background-image: url("../images/name.png");
	background-repeat: no-repeat;
	background-position: 20px center;
}

#email{
	background-image: url("../images/mail.png");
	background-repeat: no-repeat;
	background-position: 20px center;
}

#company{
	background-image: url("../images/company.png");
	background-repeat: no-repeat;
	background-position: 20px center;
}


#leadgen .button{
	float:none;
	/* margin: 0px;
	height: 50px;
	width: 22%;
	text-transform: uppercase;
	font-size: 20px;
	border: 0px none;
	box-shadow: 2px 2px 0px #003162;
	text-shadow: 2px 2px 0px #003162; */
}

.social-btns{
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	float: right;
}



.social-btns li{float: left; list-style:none;}

.social-btns li a{
	display: inline-block;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-indent: -9999px;
	margin-left: 10px;
	background: url("images/sprite-social.png") no-repeat;
}


a.facebook{
	background-position: 0px 0px !important;
}

a.twitter{
	background-position: -35px 0px !important;
}

a.rss{
	background-position: -75px 0px !important;
}

a.linkedin{
	background-position: -111px 0px !important;
}

.affiliation-list-wrapper{
	max-width: 855px;
	width: 100%;
	margin: 100px auto 0px;
}

.affiliation-block{
	overflow: hidden;
	margin-bottom: 100px;
	text-align: left;
	padding:0px 20px;
}

.affiliation-block .img-wrapper{
	width: 29%;
	float: left;
	text-align: center;
	padding-right: 1%;
}
.affiliation-block .img-wrapper a{
	display: block;
	padding: 20px;
}

.affiliation-block .img-wrapper img{
	max-width: 70%;
	height: auto;
}

.affiliation-block .text{
	width: 70%;
	float: left;
}

.affiliation-block .text h3{
	color: #2f2f2f;
	font-size: 24px;
	margin-bottom: 30px;
	text-align: left;
}

.affiliation-block .text p{
	color: #2f2f2f;
	font-size: 16px;
	font-weight: lighter;
	margin-bottom: 10px;
	text-align:left
}

.affiliation-block .text > a{
	text-align:left;
}

.affiliation-block .text > a:after { 
	content:"Ã¢â‚¬Âº";
	display: inline-block;
    color: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: inherit;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    position: relative;
    z-index: 1;
	top: 0;
    padding-left: 0.3em;
}

.text-align-center{text-align: center !important;}

.white-color{color: #fff;}

.subtitle{
	text-align: center !important;
	width: 780px;
	max-width: 100%;
	font-size: 24px;
	font-weight: lighter;
	line-height: 26px;
}

.map-background{
	background: url("../images/map-background.png") no-repeat center !important;
}

.white-btn{
	background: none;
	border: 1px solid #fff;
	text-transform: uppercase;
	padding: 10px 80px;
	font-size: 20px;
}

.letter-background{
	background: url("../images/letter-background.png") no-repeat center !important;
}




.blog-list-wrapper{
	width: 855px;
	max-width: 100%;
	margin: 100px auto 0px;
}

.blog-item{
	overflow: hidden;
	margin-bottom: 100px;
	text-align: left;
}

.blog-item .img-wrapper{
	width: 47%;
	float: left;
	text-align: center;
	padding-right: 3%;
}

.blog-item .img-wrapper img{
	max-width: 100%;
	height: auto;
}

.blog-item .text{
	width: 50%;
	float: right;
}

.blog-item .text h3{
	color: #2f2f2f;
	font-size: 24px;
	margin-bottom: 30px;
}

.blog-itemk .text p{
	color: #2f2f2f;
	font-size: 16px;
	font-weight: lighter;
	margin-bottom: 10px;
}

.blog-item .text > a{
	color: #0000ee;
}

.blog-item .text > a:after { 
	content:"Ã¢â‚¬Âº";
	display: inline-block;
    color: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: inherit;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    position: relative;
    z-index: 1;
	top: 0;
    padding-left: 0.3em;

}


/*fixes*/
.home.page .page_middle .primary_col{
	width: 100% !important;
	max-width: 100% !important;
	padding-top: 0px;
	padding-bottom: 0px;
}
.home.page .width_wrapper{
	max-width: 100% !important;
	padding: 0px;
}
.page_middle .width_wrapper{
	max-width: 100% !important;
	padding: 0px;
}
.page_middle .width_wrapper.smaller{
	max-width: 850px !important;
	padding: 0px;
}
.page_middle .width_wrapper.smaller h1,
.page_middle .width_wrapper.smaller h2,
.page_middle .width_wrapper.smaller h3,
.page_middle .width_wrapper.smaller h4,
.page_middle .width_wrapper.smaller h5,
.page_middle .width_wrapper.smaller h6,
.page_middle .width_wrapper.smaller p{
	text-align:left;
}


.titlebar{display: none;}

.home.page .page_middle .primary_col .entry_header{
	display: none;
}

ul#menu-company-footer-navigation {
    width: 100%;
    clear: both;
    overflow: hidden;
}

ul#menu-company-footer-navigation li{
	float: left;
	margin-right: 15px;
}




footer.mega_footer ul.link_list li a{
	color: #095797 !important;
	font-size: 15px !important;
}

footer.mega_footer .inner .grid .col.n-2:first-of-type{
	padding:30px 10px 30px 0px
}
footer.mega_footer .inner .grid .col.n-2:last-of-type{
	padding:30px 0px 30px 10px
}


.page.page-id-11 .page_middle #leadgen { text-align: center; background:#06518a; padding:0;}
.page.page-id-11 .page_middle #leadgen .inner { max-width:600px; margin:0 auto; }
.page.page-id-11 .page_middle #leadgen .inner p { text-align:center; }


.page.page-child.parent-pageid-8 .secondary_col { display:none !important; }
.page.page-child.parent-pageid-9 .secondary_col { display:none !important; }
.page.page-child.parent-pageid-14 .secondary_col { display:none !important; }
.page.page-child.parent-pageid-11765 .secondary_col { display:none !important; }
.page.page-child.parent-pageid-11763 .secondary_col { display:none !important; }
.page.page-child.parent-pageid-11760 .secondary_col { display:none !important; }
.page.page-child.parent-pageid-11758 .secondary_col { display:none !important; }
.page.page-child.parent-pageid-11756 .secondary_col { display:none !important; }
.page.page-child.parent-pageid-11754 .secondary_col { display:none !important; }
.page.page-child.parent-pageid-11752 .secondary_col { display:none !important; }
.page.page-child.parent-pageid-11750 .secondary_col { display:none !important; }
.page.page-child.parent-pageid-11748 .secondary_col { display:none !important; }
.page.page-child.parent-pageid-11746 .secondary_col { display:none !important; }
.page.page-child.parent-pageid-11742 .secondary_col { display:none !important; }
.page.page-child.parent-pageid-11739 .secondary_col { display:none !important; }
.page.page-child.parent-pageid-11737 .secondary_col { display:none !important; }
.page.page-child.parent-pageid-11733 .secondary_col { display:none !important; }
.page.page-child.parent-pageid-11710 .secondary_col { display:none !important; }

/*

 
==================================OLD STYLE==========================================


*/

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html,
button,
input,
select,
textarea {
  font-family: sans-serif; }




body {
  margin: 0; }

a:focus {
  outline: thin dotted; }
a:hover, a:active {
  outline: 0; }

h6 {
  font-size: 0.75em;
  margin: 2.33em 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

q:before,
q:after {
  content: '';
  content: none; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0;
  max-width:100%; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0;
  white-space: normal; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
  vertical-align: baseline; }

button,
input {
  line-height: normal;
  box-sizing:border-box; }

button,
select {
  text-transform: none; }

html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
    appearance: none;
	border:none;
    display: inline-block;
    padding: 5px 15px ;
    margin: 16px 10px 16px 0px;
    border-radius: 5px;
    border-bottom: 1px solid #003366;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: always;
    text-rendering: optimizeLegibility;
    letter-spacing: 1px;
    font-weight: 400;
    font-family: 'Open Sans', 'Lucida Grande', Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    color: #fff !important;
    background-color: #005596; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto;
  vertical-align: top; }

table {
  border-collapse: collapse;
  border-spacing: 0; }


form.searchform { text-align:center; }
form.searchform .field { 
	display: inline-block;
    height: 42px;
    padding: 4px 10px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 100;
    line-height: 25px;
    color: #2f2f2f;
    border: 1px solid #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
	box-sizing:border-box;}
form.searchform .submit {
	background-color: #97c0e6;
	height:42px;
    border-bottom: 1px solid #4f8dc6;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease; }
	form.searchform .submit:hover {
	background-color: #4f8dc6;  }
	
article.post { margin-bottom:60px; }



/* ==========================================================================
   Color Variables
   ========================================================================== */
/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com 
   ========================================================================== */
html,
button,
input,
select,
textarea {
  color: #222; }

body {
  font-size: 1em;
  line-height: 1.4; }

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none; }

::selection {
  background: #b3d4fc;
  text-shadow: none; }

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

img {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', 'Lucida Grande', Helvetica, Arial, sans-serif;
  color: #616060; }

/* ====== Base Heading Styles ======*/
h6 {
  font-family: 'Open Sans', 'Lucida Grande', Helvetica, Arial, sans-serif;
  margin-top: 0;
  padding: 0;
  color: #3e3e3e;
  font-weight: 400; }

h1 {
/*
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 22px;
  font-weight: 400;*/ }

.entry_header h1,
h1.entry_title {
  font-weight: 300;
 color: #ffffff;
 text-align:center;
 }

.h4 {
  font-size: 28px;
  line-height: 30px;
  color: #3e3e3e;
  display: block;
  font-weight: 300; }

h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  margin-bottom: 11px; }

.h9 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #9d841f;
  margin-bottom: 11px; }

b,
strong {
  font-weight: 600; }

p {
  font-size: 13px;
  line-height: 22px;
  margin: 0 0 16px; }

.introtext,
.p3 {
  font-size: 15px;
  line-height: 30px; }

/* ====== Default List Styles ======*/
ul, ol {
  margin-bottom: 22px; }

ul {
  list-style: none outside; }

ol, ul {
  margin-left: 0px; }
  
ol {
  list-style: decimal;
  padding-left:40px; }

ul {
  list-style: disc outside;
  padding-left:40px; }

ul ul, ul ol,
ol ol, ol ul {
  margin: 11px 0 22px 0px;
  font-size: 100%; }

ul ul li, ul ol li,
ol ol li, ol ul li {
  margin-bottom: 8px; }

li {
  font-size: 13px;
  line-height: 21px;
  margin-bottom: 12px;
  text-align:left;
  font-weight:400; }

li p {
  line-height: 21px; }

/* Remove margins for navigation lists */
nav ul, nav li {
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style: none; }

input[type=text],
textarea {
  	display: inline-block;
    width: 100%;
    height: 42px;
    padding: 4px 10px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 100;
    line-height: 25px;
    color: #2f2f2f;
    border: 1px solid #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff;
	box-sizing:border-box; }


select {
  font-size: 14px;
  font-family: 'Open Sans', 'Lucida Grande', Helvetica, Arial, sans-serif;
  color: #616060; }

/* ====== Default Table Styles ======*/
table tr {
  border-bottom: 1px solid #616060; }
  table tr th {
    font-weight: 600;
    color: #3e3e3e;
    text-align: left;
    border-bottom: 1px solid #616060; }
  table tr td, table tr th {
    padding: 4px 4px 4px 0px;
    font-size: 13px;
    line-height: 18px;
    vertical-align: top;
    text-align: left; }
    table tr td strong, table tr th strong {
      color: #3e3e3e; }
table td.no-border,
table th.no-border,
table tr.no-border {
  border-width: 0; }

/* ====== Base Link Styles ======*/

a:link, a:visited {
  color: #005596;
  text-decoration: none; }

a:hover {
  color: #005596;
  text-decoration: underline; }

a:active {
  color: #005596;
  text-decoration: underline; }

span.a1 a,
.a1 {
  font-size: 21px;
  line-height: 28px; }

.a2,
span.a2 a {
  font-size: 12px;
  line-height: 16px; }

span.a3 a,
.a3 {
  font-size: 15px;
  line-height: 20px; }
  

a.pdf,
a.pdf-download {
  position: relative;
  display: inline-block;
  padding-left: 26px;
  text-decoration:none;
  font-size:14px;
  font-weight:400;
  background: transparent url("images/icon_pdf.png") no-repeat center left; }
a.pdf:hover,
a.pdf-download:hover {
	text-decoration:underline;}
a.pdf.button,
a.pdf-download.button {
  background: #005596; }


.learn_more_link:after,
.link_arrow a:after,
a.pdf:after,
a.pdf-download:after {
  content:"\203A";
	display: inline-block;
    color: inherit;
    font-family: inherit;
    font-style: normal;
    font-weight: inherit;
    font-size: 20px;
    line-height: 1;
    text-decoration: none;
    position: relative;
    z-index: 1;
	top: 0;
    padding-left: 0.3em }
.learn_more_link.button:after,
.link_arrow a.button:after,
a.pdf.button:after,
a.pdf-download.button:after {
  position: absolute;
  top: 50%;
  margin-top: 0;
  right: 0;
  content: ' ';
  display: block;
  width: 0px;
  height: 0px;
  border-top: none;
  border-bottom: none;
  border-left: none; }

/* ====== Other ======*/
/* Block/Box quote with medium text */
div.quoted,
div.q1 {
  color: #9d841f;
  font-weight: 400;
  font-size: 19px;
  line-height: 32px;
  padding: 32px 0 18px;
  margin: 32px 0;
  border-top: 1px solid #d8cea5;
  border-bottom: 1px solid #d8cea5; }
  div.quoted p,
  div.q1 p {
    color: #9d841f;
    font-weight: 400;
    font-size: 19px;
    line-height: 32px;
    margin: 0 0 11px 0; }
  div.quoted .quoted_author,
  div.quoted em,
  div.q1 .quoted_author,
  div.q1 em {
    font-size: 14px;
    font-weight: 600; }

/* Inline Quote/Subhead styles */
.h3 {
  color: #3e3e3e;
  font-size: 30px;
  line-height: 42px;
  font-weight: 600;
  margin: 0;
  padding: 0; }

.h9 {
  color: #9d841f;
  font-size: 14px;
  line-height: 18px; }

h4.q1 {
  color: #9d841f;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400; }

.q2 {
  color: #9d841f;
  font-weight: 300;
  font-size: 38px;
  line-height: 45px;
  margin: 0 0 12px;
  padding: 0; }

.q3 {
  color: #616060;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0; }

.p6 {
  font-size: 18px;
  line-height: 25px;
  color: #3e3e3e;
  font-weight: 300; }

/* ==========================================================================
   Layout styles
   ========================================================================== */
.width_wrapper {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 15px; }
  
 .width_wrapper.smaller {
  max-width: 850px;
 }

/* ===================== Page Top & Header =====================*/
.page_top {
  width: 100%;
  background: #ffffff;
  position: fixed;
  z-index: 999;
  padding: 0;
  margin: 0;
  clear: both;
  box-shadow: 0px 1px 1px rgba(0,0,0,0.2); }

.page_header {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  clear: both;
  /* ===================== Primary Navigation =================*/ }
  .page_header h1.logo {
    float: left;
    margin: 12px 0 0 0;
    padding: 0;
    width: 132px;
    height: 35px; }
  .page_header h1.logo a,
  .page_header h1.logo span {
    position: relative;
    display: block;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    background: transparent url("/wp-content/uploads/logo_instamed_header.png") no-repeat top left;
    background-size: 100%; }

  .page_header .primary_navigation {
    padding: 0px;
    height: auto;
    margin: 0px auto;
    max-width: 100%;
    width: 1280px;
    border: 0;}
	.page_header .primary_navigation ul {
	  }
    .page_header .primary_navigation ul li {
      float: left;
      position: relative; } 
	.page_header .primary_navigation ul li.menu-item-12281, .page_header .primary_navigation ul li.menu-item-12286 {
      display:none; }
	  
	  .page_header .primary_navigation ul li:after {

      visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
    }
      .page_header .primary_navigation ul li a {
        display: block;
        font-size: 15px;
        line-height: 65px;
        padding: 0px 15px;
        font-weight: lighter;
        z-index: 1; 
        color:#fff;
		}
		.page_header .primary_navigation ul li a.button {
        line-height: 22px;
		}
      .page_header .primary_navigation ul li a:link, .page_header .primary_navigation ul li a:visited {
        color: #005596; }
      .page_header .primary_navigation ul li ul li a:link, .page_header .primary_navigation ul li ul li a:visited {
        color: #005596; }
      .page_header .primary_navigation ul li a:hover, .page_header .primary_navigation ul li a:active {
        color: #095797;
        text-decoration: none; }
    .page_header .primary_navigation ul li.current-menu-item a,
    .page_header .primary_navigation ul li.current-page-ancestor a {
      color: #095797;
      text-decoration: none; }
    .page_header .primary_navigation ul li ul {
      position: absolute;
      top: 65px;
      left: 0px;
      background: none;
      width: 200px;
      margin: 0;
      padding: 10px 0;
	  background: #ffffff;
	  box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
	  border-radius: 5px;
	  -webkit-border-radius: 5px;
	  -moz-border-radius: 5px;
	  -o-border-radius: 5px;
/*      -webkit-box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.2), 0px 4px 4px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.2), 0px 4px 4px rgba(0, 0, 0, 0.2);
      box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.2), 0px 4px 4px rgba(0, 0, 0, 0.2);*/
      z-index: 999; }
      .page_header .primary_navigation ul li ul li {
        color: #FFF;
        padding: 0;
        float: none;
        margin: -1px 0 0 ;
        padding: 0; }
        .page_header .primary_navigation ul li ul li a {
          display: block;
          color: #FFF;
          font-weight: 400;
          padding: 3px 20px 3px 20px;
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
		  line-height:30px;
		  font-size:13px; }
        .page_header .primary_navigation ul li ul li a:hover {
          color: #FFF;
          background: #005696; }
      .page_header .primary_navigation ul li ul li:last-child {
        border-bottom: none; }
    .page_header .primary_navigation ul > li:hover > a {
      opacity: 0.7; }

    .page_header .primary_navigation ul li#menu-item-75 ul {
      right: 0px;
      left: auto;
      width: 139px !important; }
      .page_header .primary_navigation ul li#menu-item-75 ul li a {
        padding: 10px 10px 10px 20px; }
    .page_header .primary_navigation ul li#menu-item-75:hover > a {
      -webkit-box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.2);
      box-shadow: 4px 0px 4px rgba(0, 0, 0, 0.2); }

    .caret{
    border-color: #005596 transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px !important;
    width: 0;
    height: 0;
    margin-left: 7px;
    margin-bottom: 2px;
    display: inline-block;
    }
    .caret:before {
    }
    .open>a>.caret {
      border-width: 0 4px 5px 4px !important;;
    }


.lt-ie9 .page_header .primary_navigation ul li ul {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.lt-ie9 .page_header .primary_navigation ul > li:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; }

.lt-ie9 .primary_navigation {
	 }


/* ===================== Home Promo Area =====================*/
.home_middle_top {
  position: relative;
  width: 100%;
  min-width: 100%;
  height: 387px;
  background: #226890 url("images/bg_home_banner.jpg") no-repeat top center; }
  .home_middle_top .home_promotion {
    height: 387px; }
  .home_middle_top .banner {
    max-width: 950px;
    height: 387px;
    position: relative; }
  .home_middle_top .banner_message {
    position: absolute;
    top: 60px;
    left: 0px;
    max-width: 620px;
    font-size: 14px; }
  
    .home_middle_top .banner_message h1 {
      color: #FFF;
      font-size: 35px;
      line-height: 48px;
      margin-bottom: 22px;
      font-weight: 400; }
    .home_middle_top .banner_message h2 {
      color: #FFF;
      font-size: 22px;
      line-height: 30px;
      margin-bottom: 14px;
      font-weight: 300 !important; }
  .home_middle_top p {
    font-size: 14px; }
  .home_middle_top a {
    color: #FFF;
    font-size: 14px; }
  .home_middle_top a:hover {
    color: #FFF;
    text-decoration: underline; }
  .home_middle_top .learn_more_link:after,
  .home_middle_top .link_arrow:after {
    margin-top: -4px;
    border-left: 9px solid #FFF !important; }
  .home_middle_top .button,
  .home_middle_top .button_large {
    width: 190px;
    margin-bottom: 8px; }

/* ===================== Home Middle Area ===================*/
.home_middle {
  margin: 0 auto;}

.home_middle_left {
  background: #FFF;
  padding-top: 56px;
  min-height: 347px; }
  @media (min-width: 1168px) {
    .home_middle_left {
    }
    .home_middle_right {
      width: 335px !important;
      margin-right: -90px;
    }
  }

.home_middle_left .row{
}

.home_middle_right {
  background: white url("images/bg_news_events.png") no-repeat top left;
  padding-top: 56px;
  min-height: 436px; }

.home_columns {
  padding-left: 15px;}
.home_columns .col-md-4 {
  box-sizing: border-box;
}

.home_column {
  float: left;
  border-right: 1px solid #edeeee;
  border-left: 1px solid #e5e5e6;
  position: relative;
  min-height: 368px;
  padding-bottom: 130px;
  margin-bottom: 70px;}
  .home_column h2 {
    font-size: 26px;
    line-height: 26px;
    margin-top: -24px;
    margin-bottom: 25px;
    height: 26px;
    padding: 17px 0 5px 43px;
    background: transparent url("images/instamed_marker.png") no-repeat bottom left; }
  .home_column h3 {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px; }
  .home_column p {
    font-size: 11px;
    line-height: 15px;
    color: #787878; }
  .home_column footer {
    position: absolute;
    height: 62px;
    width: 185px;
    bottom: 66px;
    left: 15px; }
  .home_column .button {
    width: 75px;
    margin-bottom: 12px; }

.home_col_delta {
  padding-left: 0px;
  border-left: none;
  padding-right: 3.8571%; }
  .home_col_delta footer {
    left: 15px; }

.home_col_beta {
  border-right: none; }

.home_col_alpha .new_events_list{
  max-width: 210px;
}


.home_news h2 {
  font-size: 26px;
  line-height: 26px;
  margin-top: -24px;
  margin-bottom: 25px;
  height: 26px;
  padding: 17px 0 5px 0px; }
.home_news ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .home_news ul li {
    font-size: 12px;
    padding-top: 26px;
    margin-bottom: 26px;
    border-top: 1px solid #e4e3e3;
    color: #4d4c4c; }
    .home_news ul li a {
      display: block;
      font-size: 12px;
      line-height: 18px;
      margin-bottom: 6px; }
  .home_news ul li:first-child {
    padding-top: 0px;
    margin-top: 0px;
    border-top: none; }


/* ===================== Subpage Styles ========================*/
.page_middle {
  width: 100%;
  background-color: #FFF; }

.titlebar {
  background: #113952 url("images/bg_internal_page_banner.jpg") no-repeat center center;
  height: 60px;
  width: 100%;
  margin: 0;
  -webkit-box-shadow: inset 0px 1px 4px rgba(33, 33, 33, 0.2), inset 0px -1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0px 1px 4px rgba(33, 33, 33, 0.2), inset 0px -1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0px 1px 4px rgba(33, 33, 33, 0.2), inset 0px -1px 4px rgba(0, 0, 0, 0.2); }

  .titlebar h1 {
    margin: 0;
    padding: 13px 0 17px;
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    color: #FFF;
    letter-spacing: 1px; }

.primary_col {
  max-width: 680px;
  float: left;
  padding: 20px 0 80px;}

.secondary_col {
	max-width: 1280px; margin: 0 auto; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -ms-transition: all .3s ease-out; transition: all .3s ease-out;}
  .secondary_col .widget {
    margin-bottom: 22px; }
	
.sub_nav { background-color:#f2f2f2; }


/* added class to .secondary_col for Solutions template */
.solutions_nav {
  float: right;
  padding-left: 40px;
  margin-bottom: 40px;
  clear: right; }

.entry_header,
.archive_header {
  padding-top: 0px; }

.post_listing article {
  padding-top: 34px;
  margin-top: 34px;
  border-top: 1px solid #e6e6e6; }
  .post_listing article h2 {
    font-size: 21px;
    line-height: 28px;
    font-weight: 400;
    color: #005696; }
.post_listing header + article {
  padding-top: 0;
  margin-top: 0;
  border-top: none; }


.post_listing .pagination {
  margin-top: 34px;
  border-top: 1px solid #e6e6e6; }

.pagination {
  font-size: 12px;
  line-height: 30px; }
  .pagination a, .pagination span {
    font-size: 12px;
    line-height: 30px;
    display: inline-block;
    float: left;
    padding: 0 6px; }
  .pagination span:first-child,
  .pagination a:first-child {
    padding-left: 0px; }
  .pagination .current {
    font-weight: 700; }

.testimonial_filter ul {
  height: 24px;
  margin: 0 0 32px 0;
  display:none; 
  }
 
  .testimonial_filter ul li {
    float: left;
    border-left: 1px solid #282828;
    padding-left: 21px;
    margin-left: 21px; }
    .testimonial_filter ul li a {
      line-height: 22px; }
    
  .testimonial_filter ul li:first-child {
    border-left: none;
    padding-left: 0px;
    margin-left: 0px; }
  .testimonial_filter ul li.current a {
    color: #3e3e3e; }

article.first {
  padding-top: 0;
  margin-top: 0;
  border-top: none; }

article.testimonial .quoted_author,
article.testimonial em {
  font-size: 13px;
  font-weight: 600; }

.testimonial.quoted {
  border-top: none;
  padding-top: 0px;
  border-bottom: 1px solid #d8cea5; }


.compliance_list .row.compliance_item {
  border-bottom: 1px solid #e6e6e6; }
  .compliance_list .row.compliance_item div {
    padding: 40px 0; }
    .compliance_list .row.compliance_item div p {
      margin-bottom: 0px; }
  .compliance_list .row.compliance_item div.comp_item_left {
    width: 220px;
    vertical-align: middle; }
  .compliance_list .row.compliance_item div.comp_item_right {
    width: 440px; }
  @media (min-width: 992px) {
    .compliance_item .row{
      display: table;
    }
    .compliance_list .row.compliance_item div.comp_item_left {
      display: table-cell;
      float: none;}
    .compliance_list .row.compliance_item div.comp_item_right {
      display: table-cell;
      float: none;}
  }
    .compliance_list .row.compliance_item div.comp_item_right h3 {
      color: #095797; }
.compliance_list tr:first-child div {
  padding-top: 16px; }
.compliance_list .row.last {
  border-bottom: none; }

.video_list .row.video_item {
  border-bottom: 1px solid #e6e6e6; }
  .video_list .row.video_item div {
    padding: 40px 0; }
    .video_list .row.video_item div p {
      margin-bottom: 0px; }
  .video_list .row.video_item div.video_item_left {
    width: 220px;
    vertical-align: top; }
    .video_list .row.video_item div.video_item_left img {
      margin-top: 5px; }
  .video_list .row.video_item div.video_item_right {
    width: 440px;
    padding-left: 10px; }
    .video_list .row.video_item div.video_item_right h3 {
      color: #095797; }
.video_list tr:first-child div {
  padding-top: 16px; }
.video_list .row.last {
  border-bottom: none; }


/*======= Landing page template styles ========*/
.landingpg_content {
  margin: 0 auto;
  max-width: 1200px;
  min-width: 980px; }


.landingpg_middle_left {
  position: relative;
  width: 66%;
  padding-left: 3%;
  float: left;
  background: #FFF; }

  .landingpg_middle_left .primary_col {
    width: auto;
    max-width: 650px;
    padding: 20px 52px 0 0;
    margin: 0;
    float: right; }

.landingpg_middle_right {
  width: 29.5%;
  float: right;
  background: white url("images/bg_landing_sidebar2.jpg") no-repeat 0px 0px;
  padding-right: 1.5%;
  padding-bottom: 60px;
  box-shadow: inset 5px 0 3px -3px rgba(160, 160, 160, 0.2); }

  .landingpg_middle_right .secondary_col {
    width: 217px;
    float: left;
    padding: 68px 0px 0px 25px; }
    .landingpg_middle_right .secondary_col aside.widget {
      padding-left: 5px; }

.lt-ie9 .landingpg_middle_right {
  background: white url("images/bg_landing_sidebar_ie.jpg") no-repeat 0px 0px; }

/*======= Contact Form styles ========*/
form#contact_form,
form#customer_service_form {
  max-width: 568px;
  margin: 0; }
  form#contact_form ul,
  form#customer_service_form ul {
    list-style: none;
    padding-left: 0; }
    form#contact_form ul li,
    form#customer_service_form ul li {
      list-style: none;
      margin-bottom: 12px; }
      form#contact_form ul li label,
      form#customer_service_form ul li label {
        display: block;
        font-weight: 600;
        font-size: 14px;
        line-height: 15px;
        margin: 6px 0; }
      form#contact_form ul li label.error,
      form#customer_service_form ul li label.error {
        color: #971919;
        font-size: 12px;
        line-height: 15px;
        margin: 0;
        padding: 2px 0; }
      form#contact_form ul li input.error,
      form#contact_form ul li textarea.error,
      form#contact_form ul li select.error,
      form#customer_service_form ul li input.error,

      form#customer_service_form ul li textarea.error,
      form#customer_service_form ul li select.error {
        border: 1px solid #971919; }
      form#contact_form ul li small,
      form#customer_service_form ul li small {
        font-size: 11px;
        line-height: 13px;
        color: #3e3e3e;
        font-weight: 400; }
    form#contact_form ul li.btns,
    form#customer_service_form ul li.btns {
      padding-top: 24px; }
  form#contact_form input[type=text],
  form#contact_form textarea,
  form#customer_service_form input[type=text],
  form#customer_service_form textarea {
    width: 100%; }
  form#contact_form textarea,
  form#customer_service_form textarea {
    height: 170px;
	box-sizing:border-box; }
  form#contact_form select,
  form#customer_service_form select {
    display: inline-block;
    width: 100%;
    height: 42px;
    padding: 4px 10px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 100;
    line-height: 25px;
    color: #2f2f2f;
    border: 1px solid #cccccc;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ffffff; }

form#self_service label {
  margin-right: 10px; }
form#self_service textarea#reason {
  width: 350px;
  height: 100px; }
form#self_service label.error {
  display: block;
  color: #971919;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  margin: 0;
  padding: 2px 0; }
form#self_service input.error,
form#self_service textarea.error,
form#self_service select.error {
  border: 1px solid #971919; }

form#video_form label {
  margin-right: 10px; }
form#video_form ul {
  list-style: none;
  width: 350px; }
form#video_form li {
  position: relative;
  float: right; }
  form#video_form li input {
    width: 250px; }
form#video_form .select {
  padding-left: 90px; }
form#video_form .btns {
  padding-left: 130px; }
form#video_form label.error {
  display: block;
  color: #971919;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  margin: 0;
  padding: 2px 0; }
form#video_form input.error,
form#video_form textarea.error,
form#video_form select.error {
  border: 1px solid #971919; }

/*============ Overview page styles =============*/
body.page-template-overview-php .primary_col {
  width: 700px;
  margin-right: 0px;
  padding-top: 50px; }


.overview_lower {
  padding-top: 22px; 
}
@media (min-width: 992px) {
  .overview_lower {


    width: 700px;
  }
}

.overview_left,
.overview_middle,
.overview_right {
  float: left; }
  .overview_left .p3,
  .overview_middle .p3,
  .overview_right .p3 {
    line-height: 22px; }

.overview_left {
  width: 230px;
  padding-right: 20px; }

.overview_middle {
  width: 230px;
  padding-right: 20px; }



.overview_right {
  width: 198px; }


.overview_list {
  margin-top: 22px;
  margin-left: 50px;
  margin-bottom: 34px; }

  .overview_list .row {
    border: none; }
    .overview_list .row .list_item {

      padding: 12px 0px 12px 60px;
      background: white url("images/instamed_marker.png") no-repeat 0px 16px;
      min-height: 50px;
      font-size: 18px;
      line-height: 25px;
      vertical-align: top; 
      width: 265px;}

    .overview_list .row .list_item:first-child {
      padding-right: 60px; 
      width: 335px;
      margin-left: 20px;
      margin-right: -20px;}

    .overview_list .row .single_line {
      background: white url("images/instamed_marker.png") no-repeat left center;
      vertical-align: middle; }




.cta,
.register {
  width: 533px;
  margin: 6px 0 36px 55px;
  background-color: #eff0f2;
  background-repeat: no-repeat;
  padding: 12px 20px;
  height: auto;
  border: 1px solid #eeefef;
  -webkit-box-shadow: inset 0px 0px 12px #d0d1d3;
  -moz-box-shadow: inset 0px 0px 12px #d0d1d3;
  box-shadow: inset 0px 0px 12px #d0d1d3;
  text-align: center; 
  box-sizing: border-box;}


  .cta p,
  .register p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 0; }
  .cta h1, .cta h2,
  .register h1,
  .register h2 {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 21px;
    line-height: 30px; }
  .cta h3, .cta h4, .cta h5,
  .register h3,
  .register h4,
  .register h5 {
    padding: 0;
    margin: 0;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px; }
  .cta a,
  .register a {
    font-size: 27px;
    line-height: 30px; }
  .cta .link_arrow a:after,
  .register .link_arrow a:after {
    right: -20px !important;
    margin-top: -7px;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 12px solid #095797; }

/* =====  Solutions Page =======*/
.fullwidth_col {
  padding: 0 0 80px; }

/* ============= Solution Tabs =================*/
.solutions_header {
  padding-top: 58px;
  padding-bottom: 12px; }
  .solutions_header h1 {
    margin-bottom: 12px; }

.solutions_tabs {
  background: white url("images/bg_solutions_box.jpg") no-repeat top right;
  width: 950px;
  height: 554px;
  overflow: hidden;
  margin: 50px 0;
  padding: 0;
  clear: both; }

.solutions_tabs_tall {
  background: white url("images/bg_solutions_box_tall.jpg") no-repeat top right;
  width: 950px;
  height: 734px; }

.solutions_tabs ul {
  height: 549px;
  width: 213px;
  list-style: none;
  padding: 5px 0 0;
  margin: 0;
  background: #1b618b url("images/bg_solutions_tabs.jpg") repeat-x bottom left;
  float: left;
  overflow: hidden; }

.solutions_tabs_tall ul {
  height: 729px; }

.solutions_tabs ul li {
  width: 213px;
  margin: 5px 0;
  padding: 0; }


.solutions_tabs ul li a {
  display: block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  padding: 10px 13px 13px 32px;
  outline: none;
  color: #fff; }

.solutions_tabs ul li.active {
  background: #fff; }
  .solutions_tabs ul li.active a {
    background-color: inherit;
    color: #005696;
    border-top: 1px solid #a4c0d1;
    border-bottom: 1px solid #a4c0d1;
    padding: 9px 13px 12px 32px; }

.solutions_tabs ul li a:hover {
  background-color: #FFF;
  color: #005696;
  border-top: 1px solid #a4c0d1;
  border-bottom: 1px solid #a4c0d1;
  padding: 9px 13px 12px 32px;
  text-decoration: none; }

.solutions_tabs ul li:first-child.selected-tab {
  border-top: none; }

.solutions_tabs ul li a.selected-tab {
  font-weight: bold;
  text-decoration: none; }

.solutions_tabs .panel_container {
  background: transparent;
  width: 737px;
  height: 554px;
  padding: 0px;
  outline: none;
  float: right; }

.solutions_tabs .tab_panel {
  outline: none;
  padding: 40px 272px 35px 55px; }
  .solutions_tabs .tab_panel h4.q1 {
    margin-bottom: 22px; }
  .solutions_tabs .tab_panel .p6 {
    font-size: 18px;
    line-height: 30px;
    color: #3e3e3e;
    font-weight: 300;
    margin: 0 0 30px; }
  .solutions_tabs .tab_panel strong {
    font-weight: 400; }

  /*For mobile only*/
  .solutions_accordion{

  }
  .accordion-group .accordion-heading{
    background-color: #00608d;
    border-bottom: 1px solid #004f77;
    font-size: 17px;
  }
  .accordion-group .accordion-heading .more{
    font-size: 0;
  }
  .accordion-group .accordion-heading .accordion-toggle:after{
    content: '-';
    font-weight: bold;
    color: #fff;
    font-size: 20px;
    display: block;
    float: right;
  }
  .accordion-group .accordion-heading .accordion-toggle.collapsed:after{
    content: '+';
  }
  .accordion-group .accordion-heading a:link, .accordion-group .accordion-heading a:visited{
    padding: 15px 20px ;
    color: #fff;
    display: block;
  }
  .accordion-group .accordion-inner{
    padding: 20px;
  }

.sitemap_list > ul {
  margin-left: 0px;
  padding-left: 0px;
  list-style: none; }
  .sitemap_list > ul > li {
    font-size: 14px;
    font-weight: 600; }
.sitemap_list ul ul.children {
  list-style: none;
  padding-left: 24px;
  margin-top: 3px;
  margin-bottom: 3px; }
  .sitemap_list ul ul.children li {
    font-weight: 400;
    margin-bottom: 3px; }

/* =====  Blog Styles =======*/
.entry-meta {
  font-size: 13px; }

.archive .listing_header {
  padding-bottom: 20px; }

.single .entry_header {
  padding-bottom: 20px; }

.sharedaddy {
  padding-bottom: 15px; }

#nav-below {
  padding: 20px 0;
  font-size: 13px;
  margin-bottom: 22px; }
  #nav-below span.meta-nav {
    display: none;}
  #nav-below .nav-previous {
    float: left; }
    #nav-below .nav-previous a {
      padding-left: 10px;
      position: relative;}
    #nav-below .nav-previous a:before {
      position: absolute;
      top: 50%;
      margin-top: -3px;
      left: -5px;
      content: ' ';
      display: block;
      width: 0px;
      height: 0px;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-right: 7px solid #095797;}
    /*#nav-below .nav-previous .meta-nav {
      font-size: 85%; }*/
  #nav-below .nav-next {
    float: right; }
    #nav-below .nav-next a {
      padding-right: 10px;
      position: relative;}
    #nav-below .nav-next a:after {
      position: absolute;
      top: 50%;
      margin-top: -3px;
      right: -16px;
      content: ' ';
      display: block;
      width: 0px;
      height: 0px;
      border-top: 4px solid transparent;
      border-bottom: 4px solid transparent;
      border-left: 7px solid #095797;}
    /*#nav-below .nav-next .meta-nav {
      font-size: 85%; }*/

.comments-area {
  border-top: 1px solid #e6e6e6;
  padding-top: 22px; }

/* ===== BAA Form =====*/
#baa_form {
  width: 800px;
  height: 300px;
  border: 1px solid #ccc;
  font-size: 13px; }

#baa_form_options {
  width: 800px;
  text-align: right;
  margin-bottom: 15px; }

#ninja_forms_required_items {
  font-style: italic;
  font-size: 13px; }

#ninja_forms_form_3_all_fields_wrap #ninja_forms_field_13_div_wrap input,
#ninja_forms_form_3_all_fields_wrap #ninja_forms_field_14_div_wrap input,
#ninja_forms_form_3_all_fields_wrap #ninja_forms_field_15_div_wrap input,
#ninja_forms_form_3_all_fields_wrap #ninja_forms_field_16_div_wrap input {
  width: 250px; }
#ninja_forms_form_3_all_fields_wrap #ninja_forms_field_17_div_wrap input {
  margin-left: 0; }

#ui-datepicker-div {
  width: 250px; }

/* ==========================================================================
   Sidebar (Right-hand column) Styles
   ========================================================================== */
/* =====  Sidebar Navigation =======*/
.instamed-section-nav {
	 }
  .instamed-section-nav > ul#subnav {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
    padding: 0px;
    float: right;
    z-index: 10; }
    .instamed-section-nav > ul#subnav > li {
      padding: 0;
      margin: 0;
      position: relative;
	  float:left; }
      .instamed-section-nav > ul#subnav > li a { }
    .instamed-section-nav > ul#subnav a {
      display: block;
	  padding:15px;
      font-size: 13px;
      line-height: 18px;
      color: #095797;
      text-decoration: none; }
    .instamed-section-nav > ul#subnav a:hover,
    .instamed-section-nav > ul#subnav li.current_page_item > a {
      color:#005596;
	  background:#e1e1e1; }


.register-footer-mobile .instamed-section-nav{
  display: none !important;
}
.register-footer-mobile .register_today{
  float: none;
  display: none;
  width: 100%;
  margin-bottom: 3px;
  box-sizing: border-box;
}


/* =====  Sidebar Widgets =======*/
.secondary_col aside.widget {
  border-top: 1px solid #a9a6a6;
  width: 220px;
  float: right;
  padding-left: 3px;
  padding-top: 36px;
  line-height: 16px; }
  .secondary_col aside.widget h4 {
    font-weight: 400; }
  .secondary_col aside.widget ul {
    margin: 0px;
    list-style: none;
    padding: 0 0 0 2px; }

    .secondary_col aside.widget ul li {
      margin-bottom: 4px; }
    .secondary_col aside.widget ul ul {
      list-style: none;
      margin: 6px 0;
      padding: 0 0 0 16px; }
  .secondary_col aside.widget p {
    font-size: 13px;
    line-height: 18px; }
  .secondary_col aside.widget div.textwidget {
    font-size: 13px;
    line-height: 18px; }
.secondary_col .widget_archive ul li {
  color: #737577; }

.landingpg_middle_right aside.widget {
  width: auto; }

div.holidays {
  border: 12px solid #ebe6d2;
  padding: 16px 16px 24px 16px;
  margin-left: -12px;
  margin-bottom: 40px;
  width: 168px; }
  div.holidays table tr td {
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 6px; }
  div.holidays table tr td:first-child {
    padding-right: 10px; }
  div.holidays h1, div.holidays h2, div.holidays h3, div.holidays h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 400;
    border-bottom: 1px solid #dddddd;
    padding: 0px 0 10px;
    margin-bottom: 10px; }
  div.holidays p {
    line-height: 18px; }

/* Register widget on Provider and Payers pages */
.register_today {
  display:none;
  background-color: #1b618b;
  text-align: center;
  width: 166px;
  border-left: 1px solid #003f6e;
  padding: 22px 22px 28px;
  margin-top: -40px;
  margin-bottom: 40px;
  float: right;
  -webkit-box-shadow: -1px 2px 6px rgba(33, 33, 33, 0.8);
  -moz-box-shadow: -1px 2px 6px rgba(33, 33, 33, 0.8);
  box-shadow: -1px 2px 6px rgba(33, 33, 33, 0.8); }
  .register_today h2, .register_today h3, .register_today h4 {
    color: #FFF;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 16px; }


/* ==========================================================================
   Footer Styles
   ========================================================================== */
.page_bottom {
  width: 100%;
  padding-top: 0px;
  background: #fff;}

footer.mega_footer {
  clear: both;
  color: #737577; }
  footer.mega_footer .footer_col_primary {
    color: #737577;
    width: 370px;
    padding: 0 110px 20px 0;
    float: left;
    min-height: 366px; }

    footer.mega_footer .footer_col_primary p {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 6px; }
    footer.mega_footer .footer_col_primary p.copyright {
      font-size: 11px;
      line-height: 13px; }
    footer.mega_footer .footer_col_primary img.footer_logo {
      display: block;
      margin: 32px 0 6px; }
    footer.mega_footer .footer_col_primary a {
      color: #737577; }
  footer.mega_footer .footer_col_secondary {
    width: 127px;
    padding: 26px 30px 20px 0;
    float: left;
    min-height: 340px; }
  footer.mega_footer div + div {
    /* width: 126px !important; */}
  footer.mega_footer ul.social_link_list {
    margin: 0;
    padding: 0;
    list-style: none; }
    footer.mega_footer ul.social_link_list li {
      float: left;
      margin-right: 3px; }
      footer.mega_footer ul.social_link_list li a {

        display: block;
        width: 20px;
        height: 20px; }
      footer.mega_footer ul.social_link_list li a#rss {
        background: url("images/icon_rss_feed.png") center center; }
      footer.mega_footer ul.social_link_list li a#twitter {
        background: url("images/icon_twitter.png") center center; }
      footer.mega_footer ul.social_link_list li a#facebook {
        background: url("images/icon_facebook.png") center center; }

      footer.mega_footer ul.social_link_list li a#linkedin {
        background: url("images/icon_linkedin.png") center center; }


  footer.mega_footer h3 {
    font-size: 20px;
    font-weight: 600;
    color: #5f6062; }
  footer.mega_footer h4 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #5f6062; }
  footer.mega_footer .link_list_horiz li {
    color: #737577;
    border-color: #095797;
    font-size: 11px;
    line-height: 12px;
    padding: 0px 7px; }
    footer.mega_footer .link_list_horiz li a {
      color: #737577;
      font-size: 11px;
      line-height: 11px; }
  footer.mega_footer ul.link_list {
    margin: 6px 0 6px; }
    footer.mega_footer ul.link_list li {
      font-size: 11px;
      line-height: 14px;
      margin-bottom: 10px; }
      footer.mega_footer ul.link_list li a {
        font-size: 11px;
        color: #737577; }
  footer.mega_footer .learn_more_link {
    font-size: 11px; }
  footer.mega_footer .learn_more_link:after {
    margin-top: -3px;
    right: -14px;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #737577 !important; }

ul.link_list {
  margin: 0;
  padding: 0;
  list-style: none; }

ul.link_list_horiz {
  margin: 0;
  padding: 0;
  list-style: none; }
  ul.link_list_horiz li {
    float: left;
    border-style: solid;
    border-width: 0px 0px 0px 1px; }
  ul.link_list_horiz li:first-child {
    border-width: 0px;
    padding-left: 0px; }

/* ==========================================================================
   Button Styles
   ========================================================================== */


/* ==========================================================================
   Dialog Pop-ups
   ========================================================================== */
.ui-dialog {
  padding: 0;
  border: none; }

.ui-dialog-titlebar {
  color: #FFF;
  background-color: #005696;
  font-family: 'Open Sans', 'Lucida Grande', Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 14px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: #005596;
  border-width: 0; }
  .ui-dialog-titlebar .ui-dialog-titlebar-close {
    margin-right: 3px; }

#dialog {
  font-family: 'Open Sans', 'Lucida Grande', Helvetica, Arial, sans-serif;
  color: #616060;
  padding: 12px 22px 22px; }
  #dialog p {
    font-size: 12px;
    line-height: 16px; }

  #dialog p.pdf, #dialog #dialog a.pdf {
    padding-left: 20px;
    margin-bottom: 20px;
    background: url(images/icon_pdf.png) left center no-repeat;
    font-weight: bold;
    line-height: 18px; }
  #dialog a.pdf {
    display: block;
    color: #7d180f; }
  #dialog form {
    padding-top: 16px; }
  #dialog ul, #dialog ul li {
    list-style: none;
    margin: 0;

    padding: 0; }
  #dialog ul li {
    overflow: hidden;
    padding-bottom: 12px; }
    #dialog ul li input[type=text],
    #dialog ul li select {
      width: 250px; }
  #dialog label {
    font-size: 13px;
    font-weight: 600;
    display: block;
    float: left;
    width: 135px;
    margin-right: 10px;
    text-align: right; }
  #dialog label.error {
    color: #971919;
    display: block;
    width: auto;
    font-size: 12px;
    line-height: 15px;
    margin: 0;
    padding: 2px 0;
    padding-left: 145px; }
  #dialog li.select {
    padding-left: 145px; }
    #dialog li.select label {
      float: none;
      text-align: left;
      width: auto; }
    #dialog li.select label.error {
      padding-left: 0; }
  #dialog li.btns {
    padding: 12px 0 12px 145px; }
    #dialog li.btns .cancel {
      padding-left: 25px; }
  #dialog input.error,
  #dialog textarea.error,
  #dialog select.error {
    border: 1px solid #971919; }
  #dialog div.thanks form {
    display: none; }
  #dialog div.thanks div.hide {
    display: block; }


/* ==========================================================================
   Media Queries
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Added to allow for rounded corners and gradients in IE9 */
.gt-ie9 .gradient,
.gt-ie9 .button,
.gt-ie9 .button_large {
  filter: none; }

.divider1 {
  border: 0;
  height: 1px;
  border-bottom: 1px solid #e6e6e6;
  margin: 0 0 16px;
  padding-top: 6px; }

.divider2 {
  border: 0;
  height: 1px;
  border-bottom: 1px solid #d8cea5;
  margin: 0 0 22px;
  padding-top: 6px; }

.divider-sidebar {
  border: 0;
  height: 1px;
  border-bottom: 1px solid #a9a6a6;
  margin: 0 0 36px;
  padding-top: 6px; }

.widget .divider-sidebar {
  margin-left: -3px;
  width: 223px; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.hide {
  display: none; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

/* Text meant only for screen readers */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important; }

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar */ }

/* ==========================================================================
   WordPress Required Styles
   ========================================================================== */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.alignleft {
  float: left; }

.alignright {
  float: right; }

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px; }

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none; }

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0; }

.post-edit-link {
  font-size: 11px;
  display: inline-block;
  border: 1px solid #095797;
  padding: 1px 10px;
  border-radius: 3px; }

.inner table {
  max-width: 100%; }


/* ==========================================================================
   Microsite styles
   ========================================================================== */
.microsite-top {
  padding: 68px 15px 50px;
  background: #1a5d85 url('images/microsites/bg_microsite_top.jpg') no-repeat center center;
  /*background-size: cover;*/
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  max-height: 252px;
  height: auto;
}
.microsite-top p {
  color: #fff;
  font-size: 12px;
  line-height: 16px;
   width: 600px;
  margin: 0 auto;
  font-weight: 300;
}
.microsite-top p.intro-text {
  font-size: 21px;
  line-height: 28px;
  width: 650px;
  margin: 0 auto 22px;
  font-weight: 300;
}

.microsite-top h1.logo-reversed {
  width: 245px;
  height: 70px;
  margin: 0 auto 40px;
  color: #FFF;
}

.microsite-top h1.logo-reversed a {
  display: block;
  width: 245px;
  height: 70px;
  margin: 0 auto;
  background: transparent url('images/microsites/logo_reversed.png') no-repeat center center;
}

.microsite-section {
  padding: 68px 0px 60px;
  overflow: hidden;
  outline: none;
}

.microsite-section h2 {
  font-weight: 300;
  margin-bottom: 38px;
  font-size: 28px;
}
.microsite-section h2.reversed {
  font-weight: 300;
}


.microsite-section h2.reversed,
.microsite-section h3.reversed,
.microsite-section h4.reversed {
  color: #FFFFFF;
}

.microsite-wrapper {
  width: 955px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
}

.form-wrapper {
  width: 500px;
  text-align: left;
  margin: 0 auto;
}

.mp-feature {
  width: 200px;
  float: left;
  padding: 0;
  margin: 0 30px;
}

.mp-feature.first,
.mp-feature.last {
  width: 180px;
}

.mp-feature.first {
  margin: 0 30px 0 0;
}
.mp-feature.last {
  margin: 0 0 0 30px;
}

.mp-feature h3 {
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 19px;
  font-weight: 400;
  color: #005193;
}

.mp-feature.first h3,
.mp-feature.last h3 {
  padding: 0;
}

.mp-feature-icon {
  display: block;
  margin: 0 auto 22px;
  clear: both;
}

.sectn-grey {
  background-color: #eeeeee;
}

.ms-cols-third {
  width: 294px;
  float: left;
  margin: 0 18px;
}

.sectn-grey .ms-cols-third h3 {
  color: #005193;
  font-size: 17px;
}
.ms-cols-third.first,
.ms-cols-third.last {
  width: 294px;
}

.ms-cols-third.first {
  margin-left: 0;
}
.ms-cols-third.last {
  margin-right: 0;
}

.mp-descr {
  font-size: 11px;
  line-height: 16px;
  color: #787878;
}

#instamed_tech .ms-cols-third {
  text-align: left;
  width: 278px;
  margin: 0 30px;
}

#instamed_tech .ms-cols-third.first {
  margin-left: 0;
}
#instamed_tech .ms-cols-third.last {
  margin-right: 0;
}

section#how-it-works {
    background: url('images/microsites/bg_howitworks_section.jpg') no-repeat top center;
    color: #ffffff;
    height: 355px;
 }

 .works-image {
    width: 100%;
    position: relative;
 }

 .works-image img {
  display: block;
  margin: 0 auto 30px;
 }

 .works-image:before {
    content: " ";
    width: 24px;
    height: 42px;
    position: absolute;
    background: transparent url('images/microsites/steps_arrow.png') no-repeat center center;
    left: -52px;
    top: 50%;
    margin-top: -31px;
 }

section#how-it-works .ms-cols-third.first .works-image:before {
  display: none;
}

section#how-it-works .ms-cols-third {
  width: 260px;
  float: left;
  margin: 0 45px;
  text-align: left;
}

section#how-it-works .ms-cols-third.first,
section#how-it-works .ms-cols-third.last {
  width: 260px;
}

section#how-it-works .ms-cols-third.first {
  margin: 0 42px 0 0;
}
section#how-it-works .ms-cols-third.last {
  margin: 0 0 0 42px;
}

section#how-it-works .ms-cols-third.last img {
  margin: 0 0 30px 0px;
}

section#how-it-works h4 {
  font-size: 16px;
}

section#how-it-works ul {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}
section#how-it-works ul li {
  margin: 0 0 3px 0;
  padding: 0;
  font-size: 11px;
  line-height: 16px;
  position: relative;
}
section#how-it-works ul li:before {
  content: "\2022";
  position: absolute;
  top: 0px;
  left: -10px;
}

.pricing-cols {
  width: 390px;
  float: left;
  margin: 0 40px;
  text-align: left;
}

.pricing {
  background: #0f80b4 url('images/microsites/bg_payment_terms02.jpg') no-repeat center center;
  color: #fff;
  width: 348px;
  height: 48px;
  overflow: hidden;
  padding: 20px 18px;
  font-size: 12px;
  line-height: 16px;

  font-weight: 300px;
  background-color: #2EC0FE;
  -moz-box-shadow: 0px 5px 9px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 5px 9px rgba(0,0,0,0.4);
  box-shadow: 0px 5px 9px rgba(0,0,0,0.4);
  margin-bottom: 30px;
}

.pricing-cols h3 {
  font-size: 17px;
  text-align: center;
  color: #005193;
  margin-bottom: 20px
}

.pricing.left {
  background: #0f80b4 url('images/microsites/bg_payment_terms01.jpg') no-repeat center center;
}


.pricing tr {
  border-width: 0;
}

.pricing td.price-descr {
  float: left;
  width: 165px;
  padding: 10px 18px 10px 0;
  text-align: right;
  border-color: #7db9d7;
  border-style: solid;
  border-width: 0px 1px 0px 0px;
  font-size: 12px;
  line-height: 16px;
  vertical-align: middle;
}
.pricing td.price-amt {
  float: right;
  width: 139px;
  padding: 5px 0 10px 18px;
  text-align: left;
  font-size: 12px;
  line-height: 16px;
  vertical-align: middle;
}

.pricing strong {
  color: #FFF;
  font-size: 24px;
  line-height: 25px;
  font-weight: 400;
}

.pricing td.price-amt span {
  font-size: 10px;
  font-weight: 300;
}

#pricing_terms h4 {
  font-size: 14px;
}

#pricing_terms ul,
#pricing_terms p {
  font-size: 12px;
  line-height: 16px;
}

#pricing_terms ul {
  margin: 0 0 0 10px;
  padding: 0;
  list-style: none;
}
#pricing_terms ul li {
  font-size: 12px;
  line-height: 16px;
  position: relative;
}
section#pricing_terms ul li:before {
  content: "\2022";
  position: absolute;
  top: 0px;
  left: -10px;
}

#questions h3 {
  margin-top: 26px;
  color: #005193;
  font-weight: 300;
}

#questions .button_large {
  width: 180px;
}

 section#about-instamed {
    background: url('images/microsites/bg_about_section.jpg') no-repeat top center;
	background-size: cover;
    color: #ffffff;
    height: 250px;
 }

 #about-instamed h2 {
  width: 580px;
  margin-left: 368px;
  float: left;

  clear: right;
  text-align: left;
 }

 #about-instamed .ms-insta-traits {
    width: 310px;
    float: left;
    text-align: left;
    min-height: 150px;
    margin-right: 25px;
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
 }
#about-instamed .ms-insta-traits li {
  text-align: right;
  font-size: 18px;
  line-height: 21px;
}
#about-instamed .ms-insta-traits li a,
#about-instamed .ms-insta-traits li a:link,
#about-instamed .ms-insta-traits li a:visited {
  color: #FFF;
  position: relative;
}
#about-instamed .ms-insta-traits li a:hover,
#about-instamed .ms-insta-traits li a:active {
  color: #FFF;
  text-decoration: underline;
}
#about-instamed .ms-insta-traits li a.active:before {
  display: block;
  content: " ";
  position: absolute;
  width: 0; 
  height: 0;
  right: -25px;
  top: 6px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 9px solid #FFF;
}


#about-instamed .ms-insta-info {
  text-align: left;
  float: right;
  width: 588px;
  margin-left: 25px;
  padding-top: 3px;
}
#about-instamed .ms-insta-info .tab_panel {
  font-size: 12px;
  line-height: 17px;
  outline: none;
  font-weight: 300;
}

#tsa {
  width: 750px;
  height: 400px;
  border: 1px solid #dddddd;
  padding: 0;
  margin: 0 auto 30px;
   -moz-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
  box-shadow: inset 0px 0px 5px rgba(0,0,0,0.1);
  overflow: auto;
  overflow-x: hidden; 
}
#tsa iframe {
  width: 100%;
  height: 390px !important;
  -webkit-overflow-scrolling: touch !important;
  overflow: scroll;
}

.protected-top {
  display: none;
}

.microsite .protected-top {
  display: block;
  padding: 70px 15px 60px;
  background: #1a5d85 url('images/microsites/bg_microsite_top.jpg') no-repeat center center;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  height: auto;
}

.microsite .protected-top h1.logo-protected {
  width: 245px;
  height: 70px;
  margin: 0 auto 40px;
  color: #FFF;
}

.microsite .protected-top h1.logo-protected a {
  display: block;
  width: 245px;
  height: 70px;
  margin: 0 auto;
  background: transparent url('images/microsites/logo_reversed.png') no-repeat center center;
}

.microsite .protected-wrapper {
  width: 955px;
  margin: 0 auto;
  text-align: center;
}

.microsite .protect-form .post-password-form {
  background-color: #ffffff;
  overflow: hidden;
  width: 440px;
  margin: 0 auto;
  padding: 60px 60px;
  color: #333;
  /*-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.6);
  box-shadow: 0px 0px 10px rgba(0,0,0,0.6);*/
  text-align: left;
}


.microsite .protect-form .post-password-form p {
  font-size: 14px;
  width: 85%;
  margin: 0 auto 1em;
}

.protect-form .post-password-form label {
  font-weight: 600;
}

.protect-form .post-password-form input[type=password] {
  margin: 0 10px 0 0;
}

.form-wrapper .hs_submit .hs-button {
  border: 1px solid #afafae;
  background: #c67b09;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iI2ZmZjhkMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM5JSIgc3RvcC1jb2xvcj0iI2ZmZTA1NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY0JSIgc3RvcC1jb2xvcj0iI2Y0YzcyNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjNjdiMDkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(to bottom, #fff8d1 5%, #ffe057 39%, #f4c725 64%, #c67b09 100%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(to bottom, #fff8d1 5%, #ffe057 39%, #f4c725 64%, #c67b09 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(to bottom, #fff8d1 5%, #ffe057 39%, #f4c725 64%, #c67b09 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(to bottom, #fff8d1 5%, #ffe057 39%, #f4c725 64%, #c67b09 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fff8d1 5%, #ffe057 39%, #f4c725 64%, #c67b09 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8d1', endColorstr='#c67b09',GradientType=0 );
  /* IE6-8 */
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 2px 2px rgba(33, 33, 33, 0.3);
  -moz-box-shadow: 0px 2px 2px rgba(33, 33, 33, 0.3);
  box-shadow: 0px 2px 2px rgba(33, 33, 33, 0.3);
  padding: 6px 20px;
  text-align: center;
  font-size: 12px;
  line-height: 13px;
  color: #095797;
  font-weight: 600;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}

.form-wrapper .hs-submit .hs-button:hover {
  background: #dfb36c;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSI1JSIgc3RvcC1jb2xvcj0iI2ZmZmJlMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM3JSIgc3RvcC1jb2xvcj0iI2ZmZWM5YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY0JSIgc3RvcC1jb2xvcj0iI2Y4ZGQ3YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZmIzNmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #fffbe3 5%, #ffec9a 37%, #f8dd7c 64%, #dfb36c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(5%, #fffbe3), color-stop(37%, #ffec9a), color-stop(64%, #f8dd7c), color-stop(100%, #dfb36c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fffbe3 5%, #ffec9a 37%, #f8dd7c 64%, #dfb36c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fffbe3 5%, #ffec9a 37%, #f8dd7c 64%, #dfb36c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fffbe3 5%, #ffec9a 37%, #f8dd7c 64%, #dfb36c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #fffbe3 5%, #ffec9a 37%, #f8dd7c 64%, #dfb36c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbe3', endColorstr='#dfb36c',GradientType=0 );
  /* IE6-8 */
  color: #095797 !important;
  text-decoration: none !important; }



/* ==========================================================================
   Bootstrap styles
   ========================================================================== */
   .container {
     margin-right: auto;
     margin-left: auto;
   }
   .container-fluid {
     margin-right: auto;
     margin-left: auto;
     padding-left: 15px;
     padding-right: 15px;
   }
   .row {
	   
   }
   .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
     position: relative;
     min-height: 1px;
     padding-left: 15px;
     padding-right: 15px;
   }
   .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
     float: left;
   }
   .col-xs-12 {
     width: 100%;
   }
   .col-xs-11 {
     width: 91.66666667%;
   }
   .col-xs-10 {
     width: 83.33333333%;
   }
   .col-xs-9 {
     width: 75%;
   }
   .col-xs-8 {
     width: 66.66666667%;
   }
   .col-xs-7 {
     width: 58.33333333%;
   }
   .col-xs-6 {
     width: 50%;
   }
   .col-xs-5 {
     width: 41.66666667%;
   }
   .col-xs-4 {
     width: 33.33333333%;
   }
   .col-xs-3 {
     width: 25%;
   }
   .col-xs-2 {
     width: 16.66666667%;
   }
   .col-xs-1 {
     width: 8.33333333%;
   }
   .col-xs-pull-12 {
     right: 100%;
   }
   .col-xs-pull-11 {
     right: 91.66666667%;
   }
   .col-xs-pull-10 {
     right: 83.33333333%;
   }
   .col-xs-pull-9 {
     right: 75%;
   }
   .col-xs-pull-8 {
     right: 66.66666667%;
   }
   .col-xs-pull-7 {
     right: 58.33333333%;
   }
   .col-xs-pull-6 {
     right: 50%;
   }
   .col-xs-pull-5 {
     right: 41.66666667%;
   }
   .col-xs-pull-4 {
     right: 33.33333333%;
   }
   .col-xs-pull-3 {
     right: 25%;
   }
   .col-xs-pull-2 {
     right: 16.66666667%;
   }
   .col-xs-pull-1 {
     right: 8.33333333%;
   }
   .col-xs-pull-0 {
     right: auto;
   }
   .col-xs-push-12 {
     left: 100%;
   }
   .col-xs-push-11 {
     left: 91.66666667%;
   }
   .col-xs-push-10 {
     left: 83.33333333%;
   }
   .col-xs-push-9 {
     left: 75%;
   }
   .col-xs-push-8 {
     left: 66.66666667%;
   }
   .col-xs-push-7 {
     left: 58.33333333%;
   }
   .col-xs-push-6 {
     left: 50%;
   }
   .col-xs-push-5 {
     left: 41.66666667%;
   }
   .col-xs-push-4 {
     left: 33.33333333%;
   }

   .col-xs-push-3 {
     left: 25%;
   }
   .col-xs-push-2 {
     left: 16.66666667%;
   }
   .col-xs-push-1 {
     left: 8.33333333%;
   }
   .col-xs-push-0 {
     left: auto;
   }
   .col-xs-offset-12 {
     margin-left: 100%;
   }
   .col-xs-offset-11 {
     margin-left: 91.66666667%;
   }
   .col-xs-offset-10 {
     margin-left: 83.33333333%;
   }
   .col-xs-offset-9 {
     margin-left: 75%;
   }
   .col-xs-offset-8 {
     margin-left: 66.66666667%;
   }
   .col-xs-offset-7 {
     margin-left: 58.33333333%;
   }
   .col-xs-offset-6 {
     margin-left: 50%;
   }
   .col-xs-offset-5 {
     margin-left: 41.66666667%;
   }
   .col-xs-offset-4 {
     margin-left: 33.33333333%;
   }
   .col-xs-offset-3 {
     margin-left: 25%;
   }
   .col-xs-offset-2 {
     margin-left: 16.66666667%;
   }
   .col-xs-offset-1 {
     margin-left: 8.33333333%;
   }
   .col-xs-offset-0 {
     margin-left: 0%;
   }
   

   table {
     background-color: transparent;
   }
   caption {
     padding-top: 8px;
     padding-bottom: 8px;
     color: #777777;
     text-align: left;
   }
   th {
     text-align: left;
   }
   .table {
     width: 100%;
     max-width: 100%;
     margin-bottom: 20px;
   }
   .table > thead > tr > th,
   .table > tbody > tr > th,
   .table > tfoot > tr > th,
   .table > thead > tr > td,
   .table > tbody > tr > td,
   .table > tfoot > tr > td {
     padding: 8px;
     line-height: 1.42857143;
     vertical-align: top;
     border-top: 1px solid #dddddd;
   }
   .table > thead > tr > th {
     vertical-align: bottom;
     border-bottom: 2px solid #dddddd;
   }
   .table > caption + thead > tr:first-child > th,
   .table > colgroup + thead > tr:first-child > th,
   .table > thead:first-child > tr:first-child > th,
   .table > caption + thead > tr:first-child > td,
   .table > colgroup + thead > tr:first-child > td,
   .table > thead:first-child > tr:first-child > td {
     border-top: 0;
   }
   .table > tbody + tbody {
     border-top: 2px solid #dddddd;
   }
   .table .table {
     background-color: #ffffff;
   }
   .table-condensed > thead > tr > th,
   .table-condensed > tbody > tr > th,
   .table-condensed > tfoot > tr > th,
   .table-condensed > thead > tr > td,
   .table-condensed > tbody > tr > td,
   .table-condensed > tfoot > tr > td {
     padding: 5px;
   }
   .table-bordered {
     border: 1px solid #dddddd;
   }
   .table-bordered > thead > tr > th,
   .table-bordered > tbody > tr > th,
   .table-bordered > tfoot > tr > th,
   .table-bordered > thead > tr > td,
   .table-bordered > tbody > tr > td,
   .table-bordered > tfoot > tr > td {
     border: 1px solid #dddddd;
   }
   .table-bordered > thead > tr > th,
   .table-bordered > thead > tr > td {
     border-bottom-width: 2px;
   }

   .table-striped > tbody > tr:nth-of-type(odd) {
     background-color: #f9f9f9;
   }
   .table-hover > tbody > tr:hover {
     background-color: #f5f5f5;
   }
   table col[class*="col-"] {
     position: static;
     float: none;
     display: table-column;
   }
   table td[class*="col-"],
   table th[class*="col-"] {
     position: static;
     float: none;
     display: table-cell;
   }
   .table > thead > tr > td.active,
   .table > tbody > tr > td.active,
   .table > tfoot > tr > td.active,
   .table > thead > tr > th.active,
   .table > tbody > tr > th.active,
   .table > tfoot > tr > th.active,
   .table > thead > tr.active > td,
   .table > tbody > tr.active > td,
   .table > tfoot > tr.active > td,
   .table > thead > tr.active > th,
   .table > tbody > tr.active > th,
   .table > tfoot > tr.active > th {
     background-color: #f5f5f5;
   }
   .table-hover > tbody > tr > td.active:hover,
   .table-hover > tbody > tr > th.active:hover,
   .table-hover > tbody > tr.active:hover > td,
   .table-hover > tbody > tr:hover > .active,
   .table-hover > tbody > tr.active:hover > th {
     background-color: #e8e8e8;
   }
   .table > thead > tr > td.success,
   .table > tbody > tr > td.success,
   .table > tfoot > tr > td.success,
   .table > thead > tr > th.success,
   .table > tbody > tr > th.success,
   .table > tfoot > tr > th.success,
   .table > thead > tr.success > td,
   .table > tbody > tr.success > td,
   .table > tfoot > tr.success > td,
   .table > thead > tr.success > th,
   .table > tbody > tr.success > th,
   .table > tfoot > tr.success > th {
     background-color: #dff0d8;
   }
   .table-hover > tbody > tr > td.success:hover,
   .table-hover > tbody > tr > th.success:hover,
   .table-hover > tbody > tr.success:hover > td,
   .table-hover > tbody > tr:hover > .success,
   .table-hover > tbody > tr.success:hover > th {
     background-color: #d0e9c6;
   }
   .table > thead > tr > td.info,
   .table > tbody > tr > td.info,
   .table > tfoot > tr > td.info,
   .table > thead > tr > th.info,
   .table > tbody > tr > th.info,
   .table > tfoot > tr > th.info,
   .table > thead > tr.info > td,
   .table > tbody > tr.info > td,
   .table > tfoot > tr.info > td,
   .table > thead > tr.info > th,
   .table > tbody > tr.info > th,
   .table > tfoot > tr.info > th {
     background-color: #d9edf7;
   }
   .table-hover > tbody > tr > td.info:hover,
   .table-hover > tbody > tr > th.info:hover,
   .table-hover > tbody > tr.info:hover > td,
   .table-hover > tbody > tr:hover > .info,
   .table-hover > tbody > tr.info:hover > th {
     background-color: #c4e3f3;
   }
   .table > thead > tr > td.warning,
   .table > tbody > tr > td.warning,
   .table > tfoot > tr > td.warning,
   .table > thead > tr > th.warning,
   .table > tbody > tr > th.warning,
   .table > tfoot > tr > th.warning,
   .table > thead > tr.warning > td,
   .table > tbody > tr.warning > td,
   .table > tfoot > tr.warning > td,
   .table > thead > tr.warning > th,
   .table > tbody > tr.warning > th,
   .table > tfoot > tr.warning > th {
     background-color: #fcf8e3;
   }
   .table-hover > tbody > tr > td.warning:hover,
   .table-hover > tbody > tr > th.warning:hover,
   .table-hover > tbody > tr.warning:hover > td,
   .table-hover > tbody > tr:hover > .warning,
   .table-hover > tbody > tr.warning:hover > th {
     background-color: #faf2cc;
   }
   .table > thead > tr > td.danger,
   .table > tbody > tr > td.danger,
   .table > tfoot > tr > td.danger,
   .table > thead > tr > th.danger,
   .table > tbody > tr > th.danger,
   .table > tfoot > tr > th.danger,
   .table > thead > tr.danger > td,
   .table > tbody > tr.danger > td,
   .table > tfoot > tr.danger > td,
   .table > thead > tr.danger > th,
   .table > tbody > tr.danger > th,
   .table > tfoot > tr.danger > th {
     background-color: #f2dede;
   }
   .table-hover > tbody > tr > td.danger:hover,
   .table-hover > tbody > tr > th.danger:hover,
   .table-hover > tbody > tr.danger:hover > td,
   .table-hover > tbody > tr:hover > .danger,
   .table-hover > tbody > tr.danger:hover > th {
     background-color: #ebcccc;
   }
   .table-responsive {
     overflow-x: auto;
     min-height: 0.01%;
   }
   .clearfix:before,
   .clearfix:after,
   .container:before,
   .container:after,
   .container-fluid:before,
   .container-fluid:after,
   .row:before,
   .row:after {
     content: " ";
     display: table;
   }
   .clearfix:after,
   .container:after,
   .container-fluid:after,
   .row:after {
     clear: both;
   }
   .center-block {
     display: block;
     margin-left: auto;
     margin-right: auto;
   }
   .pull-right {
     float: right !important;
   }
   .pull-left {
     float: left !important;
   }
   .show {
     display: block !important;
   }
   .invisible {
     visibility: hidden;
   }
   .text-hide {
     font: 0/0 a;
     color: transparent;
     text-shadow: none;
     background-color: transparent;
     border: 0;
   }
   .hidden {
     display: none !important;
   }
   .affix {
     position: fixed;
   }
   @-ms-viewport {
     width: device-width;
   }
   .visible-xs,
   .visible-sm,
   .visible-md,
   .visible-lg {
     display: none !important;
   }
   .visible-xs-block,
   .visible-xs-inline,
   .visible-xs-inline-block,
   .visible-sm-block,
   .visible-sm-inline,
   .visible-sm-inline-block,
   .visible-md-block,
   .visible-md-inline,
   .visible-md-inline-block,
   .visible-lg-block,
   .visible-lg-inline,
   .visible-lg-inline-block {
     display: none !important;
   }


   .row>div{
      -webkit-box-sizing:border-box;
      -moz-box-sizing:border-box;
      box-sizing:border-box;
   }
   .collapse {
   }
   .collapse.in {
     display: block;
	 float:left;
   }

   tr.collapse.in {
     display: table-row;
   }
   tbody.collapse.in {
     display: table-row-group;
   }
   .collapsing {
     position: relative;
     height: 0;
     overflow: hidden;
     -webkit-transition-property: height, visibility;
     -o-transition-property: height, visibility;
        transition-property: height, visibility;
     -webkit-transition-duration: 0.35s;
     -o-transition-duration: 0.35s;
        transition-duration: 0.35s;
     -webkit-transition-timing-function: ease;
     -o-transition-timing-function: ease;
        transition-timing-function: ease;
   }
   /* Responsive Videos */
   
  .dropdown {
    position: relative;  }
  .dropdown-toggle:focus {
    outline: 0;
  }
  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
  }
  
  .dropdown-menu.pull-right {
    right: 0;
    left: auto;
  }
  .dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
  }
  .dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
  }
  .dropdown-menu > li > a:hover,
  .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
  }
  .dropdown-menu > .active > a,
  .dropdown-menu > .active > a:hover,
  .dropdown-menu > .active > a:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
  }
  .dropdown-menu > .disabled > a,
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    color: #777777;
  }
  .dropdown-menu > .disabled > a:hover,
  .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    cursor: not-allowed;
  }
  .open > .dropdown-menu {
    display: block;
  }
  .open > a {
    outline: 0;
  }
  .dropdown-menu-right {
    left: auto;

    right: 0;
  }
  .dropdown-menu-left {
    left: 0;
    right: auto;
  }
  .dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;

    line-height: 1.42857143;
    color: #777777;
    white-space: nowrap;
  }
  .dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
  }
  .pull-right > .dropdown-menu {
    right: 0;
    left: auto;
  }
  .dropup .caret,
  .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
  }
  .dropup .dropdown-menu,
  .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
  }
 
  .nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
  }
  .nav > li {
    position: relative;
    display: block;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
  }
  .nav > li.disabled > a {
    color: #777777;
  }
  .nav > li.disabled > a:hover,
  .nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
  }
  .nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
  }
  .nav > li > a > img {
    max-width: none;
  }
  .nav-tabs {
    border-bottom: 1px solid #dddddd;
  }
  .nav-tabs > li {
    float: left;
    margin-bottom: -1px;
  }
  .nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs > li.active > a,
  .nav-tabs > li.active > a:hover,
  .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    border-bottom-color: transparent;
    cursor: default;
  }
  .nav-tabs.nav-justified {
    width: 100%;
    border-bottom: 0;
  }
  .nav-tabs.nav-justified > li {
    float: none;
  }
  .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
  }
  .nav-tabs.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  
  .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #dddddd;
  }
  @media (min-width: 992px) {
    .nav-tabs.nav-justified > li > a {
      border-bottom: 1px solid #dddddd;
      border-radius: 4px 4px 0 0;
    }
    .nav-tabs.nav-justified > .active > a,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:focus {
      border-bottom-color: #ffffff;
    }
  }
  .nav-pills > li {
    float: left;
  }
  .nav-pills > li > a {
    border-radius: 4px;
  }
  .nav-pills > li + li {
    margin-left: 2px;
  }
  .nav-pills > li.active > a,
  .nav-pills > li.active > a:hover,
  .nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #337ab7;
  }
  .nav-stacked > li {
    float: none;
  }
  .nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
  }
  .nav-justified {
    width: 100%;
  }
  .nav-justified > li {
    float: none;
  }
  .nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
  }
  .nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
  }
  @media (min-width: 992px) {
    .nav-justified > li {
      display: table-cell;
      width: 1%;
    }
    .nav-justified > li > a {
      margin-bottom: 0;
    }
  }
  .nav-tabs-justified {
    border-bottom: 0;
  }
  .nav-tabs-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border: 1px solid #dddddd;
  }
  
  .tab-content > .tab-pane {
    display: none;
  }
  .tab-content > .active {
    display: block;
  }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .navbar {
    position: relative;
    min-height: 30px;
    margin-bottom: 20px;
    border: 1px solid transparent;
  }
  
  .navbar-collapse {
    overflow-x: visible;
    border-top: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
            box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
  }
  .navbar-collapse.in {
    overflow-y: auto;
  }
  
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
  }
  
  .container > .navbar-header,
  .container-fluid > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
  }
  
  .navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
  }
  
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
  }
  .navbar-brand {
    float: left;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
  }
  .navbar-brand:hover,
  .navbar-brand:focus {
    text-decoration: none;
  }
  .navbar-brand > img {
    display: block;
  }
  @media (min-width: 992px) {
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
      margin-left: -15px;
    }
  }
  .navbar-toggle, .navbar-toggle:hover, .navbar-toggle:active {
    position: relative;
    margin-top: 10px;
	padding: 0px;
    float: right;
    background-color: transparent;
    background-image: none;
    border: 0;
    box-shadow: none;
	display: none;
  }
  .navbar-toggle:focus {
    outline: 0;
  }
  .navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 0;
    background-color: #005696;
	-moz-transition: all 0.25s ease;
				-ms-transition: all 0.25s ease;
				-o-transition: all 0.25s ease;
				transition: all 0.25s ease;
  }
  .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
  }
 
  .navbar-nav {
    margin: 7.5px -15px;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
  }

  
  @media (min-width: 992px) {
    .navbar-nav {
      float: left;
      margin: 0;
	  padding-left: 10px;
    }
    .navbar-nav > li {
      float: left;
    }
    .navbar-nav > li > a {
      padding-top: 15px;
      padding-bottom: 15px;
    }
  }
  .navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
  }
  
  
  .navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
  }
  .navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .navbar-btn.btn-sm {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .navbar-btn.btn-xs {
    margin-top: 14px;
    margin-bottom: 14px;
  }
  .navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  
  .navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
  }
  .navbar-default .navbar-brand {
    color: #777777;
  }
  .navbar-default .navbar-brand:hover,
  .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
  }
  .navbar-default .navbar-text {
    color: #777777;
  }
  .navbar-default .navbar-nav > li > a {
    color: #777777;
  }
  .navbar-default .navbar-nav > li > a:hover,
  .navbar-default .navbar-nav > li > a:focus {
    color: #333333;
    background-color: transparent;
  }
  .navbar-default .navbar-nav > .active > a,
  .navbar-default .navbar-nav > .active > a:hover,
  .navbar-default .navbar-nav > .active > a:focus {
    color: #555555;
    background-color: #e7e7e7;
  }
  .navbar-default .navbar-nav > .disabled > a,
  .navbar-default .navbar-nav > .disabled > a:hover,
  .navbar-default .navbar-nav > .disabled > a:focus {
    color: #cccccc;
    background-color: transparent;
  }
  .navbar-default .navbar-toggle {
    border-color: #dddddd;
  }
  .navbar-default .navbar-toggle:hover,
  .navbar-default .navbar-toggle:focus {
    background-color: #dddddd;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #888888;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border-color: #e7e7e7;
  }
  .navbar-default .navbar-nav > .open > a,
  .navbar-default .navbar-nav > .open > a:hover,
  .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555555;
  }
  
  .navbar-default .navbar-link {
    color: #777777;
  }
  .navbar-default .navbar-link:hover {
    color: #333333;
  }
  .navbar-default .btn-link {
    color: #777777;
  }
  .navbar-default .btn-link:hover,
  .navbar-default .btn-link:focus {
    color: #333333;
  }
  .navbar-default .btn-link[disabled]:hover,
  fieldset[disabled] .navbar-default .btn-link:hover,
  .navbar-default .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-default .btn-link:focus {
    color: #cccccc;
  }
  .navbar-inverse {
    background-color: #222222;
    border-color: #080808;
  }
  .navbar-inverse .navbar-brand {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-brand:hover,
  .navbar-inverse .navbar-brand:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-text {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-nav > li > a:hover,
  .navbar-inverse .navbar-nav > li > a:focus {
    color: #ffffff;
    background-color: transparent;
  }
  .navbar-inverse .navbar-nav > .active > a,
  .navbar-inverse .navbar-nav > .active > a:hover,
  .navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
  }
  .navbar-inverse .navbar-nav > .disabled > a,
  .navbar-inverse .navbar-nav > .disabled > a:hover,
  .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444444;
    background-color: transparent;
  }
  .navbar-inverse .navbar-toggle {
    border-color: #333333;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {

    background-color: #333333;
  }
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #ffffff;
  }
  .navbar-inverse .navbar-collapse,
  .navbar-inverse .navbar-form {
    border-color: #101010;
  }
  .navbar-inverse .navbar-nav > .open > a,
  .navbar-inverse .navbar-nav > .open > a:hover,
  .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #080808;
    color: #ffffff;
  }
  
  .navbar-inverse .navbar-link {
    color: #9d9d9d;
  }
  .navbar-inverse .navbar-link:hover {
    color: #ffffff;
  }
  .navbar-inverse .btn-link {
    color: #9d9d9d;
  }
  .navbar-inverse .btn-link:hover,
  .navbar-inverse .btn-link:focus {
    color: #ffffff;
  }
  .navbar-inverse .btn-link[disabled]:hover,
  fieldset[disabled] .navbar-inverse .btn-link:hover,
  .navbar-inverse .btn-link[disabled]:focus,
  fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444444;
  }
/* ==========================================================================
   Print styles
   ========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster: h5bp.com/s */
    box-shadow: none !important;
    text-shadow: none !important; }

  a,
  a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  /*
   * Don't show links for images, or javascript/internal links
   */
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group;
    /* h5bp.com/t */ }

  tr,
  img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; } }


.menu-cta li a {
    margin: 0 0 0 15px;
    color: #fff!important;
    text-align: center!important;
    padding: 5px 15px!important;
}
.menu-cta li:first-child a{
	margin: 0;
}

footer.mega_footer { 
}

.navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
    float: left;
}