/*
Theme Name: Health First Colorado
Theme URI: http://www.vectordefector.com
Description: A custom, responsive theme developed exclusively for Health First Colorado - Colorado's new Medicaid, 2016.
Version: 1.0
Author: Tom Benway | VectorDefector.com
Author URI: http://www.vectordefector.com
*/

/* Begin Typography & Colors */
body {
	font-size: 16px;
	line-height: 1.5;
	font-family: Verdana, Sans-Serif;
	color: #000;
}
	
a { 
	outline: none;
	color: #78256f;
}

.formInput, .wpcf7-text, .wpcf7-select, .wpcf7-textarea {
	max-width: 100%;
	border: 1px solid #e0dddd;
	background-color: #fff;
	padding: 10px;
	-moz-box-shadow:    inset 0 0 5px #EFEFEF;
	-webkit-box-shadow: inset 0 0 5px #EFEFEF;
	box-shadow:         inset 0 0 5px #EFEFEF;
}

.inputBtn, .wpcf7-submit {
	max-width: 100%;
	display: inline-block;
	margin: 15px auto;
	font-family: Verdana, Sans-Serif;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #0067ab;
	border: 1px solid #0067ab;
	padding: 10px 20px;
	cursor: pointer;
	border-radius: 10px;
}

a.inputBtn:hover, a.topInput:hover {
	color: #fff !important;
}	

.topInput {
	float: right;
	display: inline-block;
	margin: 0 0 10px 20px;
	font-family: Verdana, Sans-Serif;
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #78256f;
	border: 1px solid #78256f;
	padding: 5px 10px;
	cursor: pointer;	
}

.btnFade {
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out; 
	cursor: pointer;
}

.btnFade:hover {
	opacity:.50;
    filter:alpha(opacity=50);
}

.goBtn {
	display: inline-block;
	width: 26px;
	height: 26px;
	padding: 0;
	margin: 0;
	line-height: 22px;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #575757;
	color: #575757;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}	

.purple {
	color: #78256f;	
}

.blue {
	color: #0067ab;
}

/* DONT use as font colors, for reference only 
.green {
	color: #6ba542;
}	

.blue2 {
	color: #0096db;
}

.yellow {
	color: #f4aa00;	
}

.orange {
	color: #d05f27;
}

.light-blue {
	color: #b8c6d2;
}
*/

#header {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e8e8e8;
	-webkit-box-shadow: 0 0 8px #eee;
	-moz-box-shadow: 0 0 8px #eee;
	box-shadow: 0 0 8px #eee;
}

#header .container {
	padding: 0;	
}

#headerLogo {
	margin: 8px auto;
	padding: 15px;	
}

#headerLogo img {
	max-width: 100%;
	height: auto;	
}

#searchform {
	float: right;
}

.formInput.search {
	padding: 5px 8px;
	font-size: 12px;
	color: #575757;	
}

.translateBox select {
	padding: 5px 8px;
	margin-bottom: 5px;
	font-size: 12px;
	color: #fff;	
	border: 1px solid #78256f;
	background-color: #78256f;
}

#searchBox {
	float: left;
	color: #78256f;	
	font-size: 16px;
	text-align: right;
	margin: 15px 0 0 0;
}

.translateBox {
	float: right;
	margin: 0 0 0 25px;	
}

/* main nav items */

#navigation {
	padding: 0;	
}

#navigation ul {
	width: 100%;
	margin: 10px auto 25px auto;
	padding: 0;
	text-align: right;
	font-size: 0;
}

#navigation li {
	display: inline-block;
	padding: 5px 10px;
}

#navigation li:last-child {
	border: none;	
}

#navigation li a {
	color: #000;
	font-size: 14px;
	font-weight: 400;
	padding: 5px;
	text-decoration: none;	
	-webkit-transition: all 0.30s ease-in-out;
  	-moz-transition: all 0.30s ease-in-out;
  	-ms-transition: all 0.30s ease-in-out;
  	-o-transition: all 0.30s ease-in-out; 
}

#navigation li a:hover {

}

#navigation .current-menu-item a, #navigation .current-product-ancestor a {
	background-color:#0067ab;
	color: #fff;
}

.cartMenu {
	border-radius: 15px;
	border: 2px solid #333 !important;
	margin: 0 10px;

}

.cartMenu span {
	font-size: 18px;
	font-weight: bold;	
}

.wcmenucart-contents {
	max-width: 50px;
}

.wcmenucart-contents .fa {
	display: inline-block;
}

#mobile-nav .wcmenucart-contents span {
	width: 24px;
	height: 24px;
	line-height: 24px;
	margin: -12px 0 0 -12px;
}

/* end main nav */

.nivo-caption h1 { 
	border-radius: 10px;
}

.nivo-caption h2 { 
	border-radius: 0 10px 10px 0;
}

a.slideInputBtn {
	border-radius: 10px;
}

/* home items */
#homeActionItems {
	float: left;
	width: 100%;
	margin: 25px 0 0 0;
	text-align: center;
}

.homeCol {
	margin: 30px 0 30px 0;
	text-align: center;	
	border-right: 2px dotted #c0bebe;
	cursor: pointer;
}

.homeColHeader {
	width: 100%;
	min-height: 65px;
	line-height: 65px;
	display: inline-block;
	padding: 10px;
	margin: 0 auto 15px auto;
	text-align: center;
	color: #fff;
	vertical-align: middle;
	font-size: 24px;
	font-weight: 700;	
	border-radius: 10px;
}

.homeColHeader .fa {
	position: absolute;
	display: inline-block;
	width: 55px;
	height: 55px;
	font-size: 35px;
	line-height: 55px;
	text-align: center;
	background-color: #fff;
	border-radius: 50%;
}

.homeCol p {
	padding: 0 15px;	
}

.homeColHeader p {
	display: inline-block;
	vertical-align: middle;
	line-height: 30px;
	margin: 0 0 0 60px;
	padding: 0;
}

.homeCol h2 {
	display: block;
	font-size: 18px;
	text-align: center;	
	margin: 0;
	border: none !important;
}

.homeCol .homeColDesc {
	width: 90%;
	margin: 15px auto;	
	text-align: left;
}

.homeCol li {
	margin: 15px auto;	
}

.homeCol.last {
	border: none !important;	
}

.homeColumnImg {
	width: 132px;
	height: 132px;
	margin: 0 auto 20px auto;
	border: 3px solid #f18300;
	border-radius: 50%;	
	-webkit-box-shadow: 0 6px 10px -3px #444;
	-moz-box-shadow: 0 6px 10px -3px #444;
	box-shadow: 0 6px 10px -3px #444;
	overflow: hidden;
}

.homeColumnImg img {
	height: 100%;	
}

#homeContent, #homeWidgets {
	float: left;
	width: 100%;
	margin: 15px 0;
	padding: 15px;
	background-color: #fff;
}

#homeContent .container {
	border-top: 3px solid #6ba542;
	border-bottom: 3px solid #6ba542;
	padding: 40px 15px;	
}

#homeCompare {
	float: left;
	width: 100%;
	margin: 60px auto 15px auto;
}

.compareFrame {
	float: left;
	width: 100%;
	background-color: #f2f2f2;
	border-top: 1px solid #eee;	
	border-bottom: 1px solid #eee;	
	text-align: center;
}

.compareButtons {
	margin-top: -50px;	
}

.compareBtn {
	width: 100%;
	max-width: 320px;
	display: inline-block;
	margin: 15px 0;
	font-family: Verdana, Sans-Serif;
	color: #fff;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: 1px;
	background-color: #575757;
	border: 4px solid #575757;
	padding: 10px;
	cursor: pointer;	
}

a.compareBtn, a.compareBtn:hover, a.compareBtn:active, a.compareBtn:visited {
	color: #fff!important; 	
}

.compareBtn.active {
	background-color: #0067ab;
	border: 4px solid #0067ab;
	position: relative;
}

.compareBtn.active:after, .compareBtn.active:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.compareBtn.active:after {
	border-color: rgba(0, 103, 171, 0);
	border-top-color: #0067ab;
	border-width: 15px;
	margin-left: -15px;
}
.compareBtn.active:before {
	border-color: rgba(0, 103, 171, 0);
	border-top-color: #0067ab;
	border-width: 21px;
	margin-left: -21px;
}

.compareContent {
	float: left;
	width: 100%;
	margin: 25px auto;
	text-align: left;
}

/* end home */

#content {
	float: left;
	width: 100%;
	min-height: 500px;	
	margin: 40px auto;
}

#content.home {
	min-height: 10px;
	margin: 0 !important;	
}

.postMeta {
	width: 100%;
	padding: 5px;
	margin: 5px 0 15px 0;
	border-top: 1px solid #eee;	
	border-bottom: 1px solid #eee;
	text-align: right;
    	font-size: 14px;
}

.page-numbers {
	float: left;
	width: 100%;
	text-align: center;	
}

.page-numbers li {
	display: inline-block;
	margin: 5px 10px;
	padding: 10px 15px;
	border: 1px solid #ccc;
	color: #1a80b6;
	background-color: #007fb2;	
}

.page-numbers li a {
	color: #fff;	
}

.ccSuccess { 
	display: inline-block;
	background-color: #78256f;
	font-size: 16px;
	color: #fff;
	padding: 10px;
}

/* lander page items */

#landerBlock {
	float: left;
	position:relative;
	width:100%;
	margin: 0 auto 25px auto;
	padding-top: 50px;
	overflow: hidden;	
}

.landerItem {
	float: left;
	width: 100%;
}

/*
.landerItem img {
	width: 100%;
	height: auto;	
}
*/

.landerCaption {
	float: left;
	width: 100%;
	padding: 25px;
	background-color: #eee;
}

.landerNav {
	position: absolute;
	top: 0;	
	z-index: 100;
	width: 100%;
	max-width: 1170px;
	text-align: center;
}

.landerNav div {
	padding: 0;
	border-right: 1px solid #fff;
	border-radius: 10px 10px 0 0;
}

.landerNav div:last-child {
	border: none;	
}

.landerBtn, .landerBtn:hover, .landerBtn:active, .landerBtn:visited {
	color: #fff;
}

.landerBtn {
	display: inline-block;
	width: 100%;
	min-height: 50px;
	line-height: 50px;
	margin: 0;
	font-family: Verdana, Sans-Serif;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	background-color: #575757;
	border: 4px solid #575757;
	padding: 5px 10px;
	cursor: pointer;	
	vertical-align: middle;
	/*text-shadow: 1px 1px 3px #222;*/
	z-index: 9000;
}

.landerBtn.active {
	z-index: 9001;
}	

.landerBtn.active:after, .landerBtn.active:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.landerBtn p {
	display: inline-block;
	margin: 0;
	padding: 0 10px 10px 10px;
	line-height: 16px;	
	vertical-align: middle;
}

/*
.lander1 {
	background-color: #0067ab;
	border: 4px solid #0067ab;
	position: relative;
}

.lander1.active:after {
	border-color: rgba(0, 103, 171, 0);
	border-top-color: #0067ab;
	border-width: 10px;
	margin-left: -10px;
}

.lander1.active:before {
	border-color: rgba(0, 103, 171, 0);
	border-top-color: #0067ab;
	border-width: 15px;
	margin-left: -15px;
}

.lander2 {
	background-color: #78256f;
	border: 4px solid #78256f;
	position: relative;
}

.lander2.active:after {
	border-color: rgba(120, 37, 111, 0);
	border-top-color: #78256f;
	border-width: 10px;
	margin-left: -10px;
}

.lander2.active:before {
	border-color: rgba(120, 37, 111, 0);
	border-top-color: #78256f;
	border-width: 15px;
	margin-left: -15px;
}

.lander3 {
	background-color: #6ba542;
	border: 4px solid #6ba542;
	position: relative;
}

.lander3.active:after {
	border-color: rgba(107, 165, 66, 0);
	border-top-color: #6ba542;
	border-width: 10px;
	margin-left: -10px;
}

.lander3.active:before {
	border-color: rgba(107, 165, 66, 0);
	border-top-color: #6ba542;
	border-width: 15px;
	margin-left: -15px;
}

.lander4 {
	background-color: #f4aa00;
	border: 4px solid #f4aa00;
	position: relative;
}

.lander4.active:after {
	border-color: rgba(244, 170, 0, 0);
	border-top-color: #f4aa00;
	border-width: 10px;
	margin-left: -10px;
}

.lander4.active:before {
	border-color: rgba(244, 170, 0, 0);
	border-top-color: #f4aa00;
	border-width: 15px;
	margin-left: -15px;
}

.lander5 {
	background-color: #d05f27;
	border: 4px solid #d05f27;
	position: relative;
}

.lander5.active:after {
	border-color: rgba(208, 95, 39, 0);
	border-top-color: #d05f27;
	border-width: 10px;
	margin-left: -10px;
}

.lander5.active:before {
	border-color: rgba(208, 95, 39, 0);
	border-top-color: #d05f27;
	border-width: 15px;
	margin-left: -15px;
}
*/

/* end lander */


/* tabs */
.responsive-tabs__list {
	float: left !important;
	margin: 0 !important;
	padding: 0 !important;	
}
.responsive-tabs .responsive-tabs__list__item {
	float: left !important;
	width: 100%;
	margin: 0 !important;
	border: 1px solid #ddd !important;
	white-space: normal !important;
	color: #575757 !important;
	background: #fff !important;
}

.responsive-tabs__heading {
	float: left;
	width: 100%;	
}

.responsive-tabs .responsive-tabs__list__item--active, .responsive-tabs .responsive-tabs__list__item--active:hover, .responsive-tabs__heading.responsive-tabs__heading--active {
	float: left !important;
	width: 100% !important;
	background-color: #78256f !important;
	color: #fff !important; 
}

.responsive-tabs .responsive-tabs__panel {
	float: left !important;
	width: 100%;
	margin: 25px auto !important;
	padding: 15px !important;
	background-color: #575757 !important;
	color: #fff !important
}

/* end tabs */

/* responsive tables */
#benefits table  {
	width: 100%;
	margin: 25px auto;
}

#benefits table td, th {
	padding: 8px;	
	
}

#benefits table th {
	background-color: #575757;
	color: #fff;	
}

#benefits table thead th {
	background-color: #78256f;	
}

#benefits table .headLabel {
	color: #fff;
	background-color: #74b64a;
	border-right: 1px solid #ccc;
	font-size: 24px;
	font-weight: 300;
} 

#benefits table .headLabel span {
	font-size: 28px;
	font-weight: bold !important;	
}

#benefits table td {
	border: 1px solid #dedede;	
	background-color: #fff;
}

#benefits table .tdLabel {
	background-color: #f1f7f1;
	font-weight: normal;
}


#benefits table  img {
	max-width: 100% !important;
	height: auto !important;
}	

#benefits table .tableTopCap {
	display: block;
}	


#benefits table .btn {
	max-width: 100% !important;	
}

/* end table */


#footer {
	float: left;
	width: 100%;
	margin: 25px 0 0 0;
	padding: 25px;
	color: #fff;
	font-size: 13px;
	background-color: #575757;	
}

#footerLogo, #footerSocials {
	float: left;
	width: 100%;
}

#footerLogo img {
	max-width: 100%;
	height: auto;
}

#footer input[type="text"], #footer input[type="email"] {
	display: inline-block;
	font-family: Verdana, Sans-Serif;
	color: #575757;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #fff;
	border: 1px solid #78256f;
	padding: 5px 10px;
}

#footer .wpcf7-submit {
	font-size: 12px;
	background-color: #78256f;
	border: 1px solid #78256f;
	margin: 0 !important;
	padding: 5px 10px !important;
}

#footer h2 {
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 15px 0;
	border-bottom: 1px solid #fff;
	padding-left: 0 !important;
}	

#footerLeft li {
	display: inline-block;
	list-style: none;	
	margin: 0 10px 0 0;
}

#footerLeft .menu {
	float: left;
	width: 100%;
	margin: 10px 0;
	padding: 0;
}

#footerLeft .menu li {
	float: left;
	display: list-item;
	margin: 5px 5px 5px 15px;
	list-style: disc;
}	

#footerLeft .menu li:first-child {
	list-style: none !important;
	margin-left: 0;
}	

#footerLeft .menu li a, #footerLeft a {
	font-size: 12px;
	color: #fff;	
	font-style: italic;
}

#footerRight {
	text-align: right;	
}

.footerIcon {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	margin: 0 10px;
	background-color: #fff;	
	text-align: center;
}

#footerRight .fa {
	font-size: 28px;
	line-height: 40px;
	margin: auto;
	color: #575757;	
}

#footerRight #footerSocials {
	margin: 25px auto 0 auto;
	text-align: center;
}

#scrollUp {
	float: right;
	width: 50px;
	height: 50px;
	margin: 0 0 0 20px;
	line-height: 45px;
	text-align: center;
	color: #fff;
	background-color: #78256f;	
	border: 2px solid #fff;
	border-radius: 50px;
}

#scrollUp .fa {
	color: #fff;	
}

/* End Structure */


/* Begin Sidebar */
#sidebar {

}


.homeWidget {
	text-align: center;	
	border-right: 1px dashed #ddd;
}

.homeWidget:last-child {
	border: none;	
}

.homeWidget h2 {
	display: inline-block;
	margin: 15px auto 30px auto;
	text-align: center;
}

.homeWidget .textwidget, .featuredSidebarEntry {
	text-align: left;
}

.featuredSidebarEntry {
	float: left;
	width: 100%;
	padding: 0 0 15px 0;
	margin: 0 15px 30px 15px;
	border-bottom: 1px dotted #ddd;
}

.homeWidget .featuredSidebarEntry {
	padding: 0 15px 15px 15px;
}

.featuredSidebarEntry h3 {
	margin: 0 auto 10px auto;
	padding: 0;
}

.featuredSidebarEntry h3 a {
	color: #0067ab;
	font-size: 16px;
	text-decoration: none;
	font-weight: 700;
}


/* End Sidebar */


/*	Begin Headers */
h1, h2, h3, h4, h5, h6 {
	font-family: Verdana, sans-serif;	
}


h1 {
	font-weight: bold;
	margin: 5px auto 30px auto;
}

h2 {
	display: inline-block;
	padding: 0 10px 10px 10px;
	border-bottom: 1px solid #ddd;
	text-align: center;
}


.entry h2, .entry h3 {
	text-align: left;
	padding: 0;
	margin: 25px 0 10px 0!important;	
}

.pageTitle {

}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
#content img, p img {
	max-width: 100%;
	height: auto;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.wpcf7-form img {
	width: auto !important;	
}
/* End Images */


/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: center;
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	max-width: 100%;
	text-align: center;
	padding-top: 4px;
	margin: 10px;
}

.wp-caption.alignleft {
	margin: 10px 30px 10px 10px	
}

.wp-caption img {
	max-width: 100%;
	height: auto;
	margin: 0;
	padding: 5px;
	border: 0 none;
	background-color: #fff;
	-moz-box-shadow:    0 3px 8px #999;
	-webkit-box-shadow: 0 3px 8px #999;
	box-shadow:         0 3px 8px #999;
}

.wp-caption p.wp-caption-text {
	font-size: 18px;
	font-weight: 700;
	padding: 10px;
	margin: 0;
	color: #0067ab;
} 


div.sharedaddy h3.sd-title {
    margin: 25px 0 0!important;
}

.glossary-item-desc a {
    font-size: 16px!important;
}

.nivoSlider {
	max-height: 350px!important;
}

/* responsive add-ons */

#mobile-nav { position: absolute; width: 100%; max-width: 320px; display: none; top:0; right: 0; margin: 60px 0 0 0; background-color: #fff; z-index: 9999; border: 2px solid #78256f; }
#menu-mobile-navigation { display: block !important; }
#mobile-nav ul { list-style: none; margin: 0px; padding: 0px; }
#mobile-nav ul li { list-style: none; text-align: center; }
#mobile-nav ul li a { display: block; padding: 10px 5px; border-bottom: 1px solid #ccc; text-decoration: none; color: #000; font-size: 14px;}
#mobile-nav ul li a:hover { background-color: #78256f; color: #fff; }

#navMobileMenu {
	float: right;
	display: none;
	width: 100%;
	max-width: 200px;
	margin: 15px; 	
	font-size: 24px;	
	text-align: center; 
	padding: 10px 15px; 
	color: #fff !important; 
	background-color: #0067ab; 
	text-decoration: none; 
} 

@media all and (max-width:350px){
	.nivo-caption h1 { display: none !important; }
}


@media all and (max-width:550px){
	#header { text-align: center; }
	#scrollUp { float: none; display: inline-block; margin: 25px; }
	#headerLogo { text-align: center; }
	#navMobileMenu { float: none; margin: 10px auto 15px auto; }
	.wp-caption { margin: 15px auto !important; }
	.nivo-caption h1 { font-size: 15px !important; }	
}

@media all and (max-width:670px){
	 #searchBox { display: none; } 
	/* #searchform { display: none; } */
	/* #landerBlock img { height: 100%; width:100%; } */
	#sidebar { display: none; }
	#footerLeft .menu { text-align: left !important; }
	#footerLeft .menu li { margin: 10px auto !important; }
}

@media all and (min-width:550px) and (max-width:767px){
	.wp-caption { max-width: 45%; }
	.nivo-caption h1 { font-size: 30px !important; }
}

@media all and (max-width:767px){
	.homeCol, .homeWidget { float: left; border: none; padding: 0; margin: 15px auto; }
	.homeCol a { margin: 15px; }
	.featuredSidebarEntry { margin: 15px auto !important; padding: 0 !important; }
	#navigation { display: none; }
	#navMobileMenu { display: inline-block; }
	.nivo-caption { width: 100% !important; max-width: 100% !important; top: 0 !important; bottom: 0 !important; right: 0 !important; left: 0 !important; } 
	.landerItem { top: 240px; }
	#landerBlock { padding-top: 130px!important; }
	.responsive-tabs .responsive-tabs__panel { margin: 0 !important; }
	

	
}

@media all and (min-width:670px) and (max-width:767px){
	/*#landerBlock { height: 700px !important; }*/
}

@media all and (max-width:991px){
	#footerLeft, #footerRight, #footerLeft .menu { text-align: center; }
	#footerLeft .menu li { float: none; }
	#footerLeft .menu li:first-child { list-style: disc !important; }
	#benefits table thead th { font-size: 100% !important; display: inline-block; width: 32%; margin: 0 auto; }
	#benefits table th, #benefits table td { display: block; max-width: 100% !important; }
	/* #benefits table thead { display: none;	} */
	/*#landerBlock { height: 500px; }*/
}

@media all and (min-width:992px){
}

@media all and (max-width:1280px){
	.nivo-caption { right: 10% !important; }
}


