/**
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.cf:before, .cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}
.cf:after {
	clear: both;
}
/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
 *zoom: 1;
}
* {
	max-height: 1000000px;
}
html, body {
	height: 100%;
}
header, footer, article, section, hgroup, nav, figure {
	display: block;
}
figure {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	color: #494949;
	font: 13px/18px 'Open Sans', Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	background: #fff;
	min-width: 980px;
}
img {
	border-style: none;
}
a {
	text-decoration: none;
	color: #4188b4;
	outline: none;
}
a:hover {
	text-decoration: none;
	color:#d1252a;
}
a:active {
	background-color: transparent;
}
input, textarea, select {
	font: 100% Lucida Sans Unicode’, ‘Lucida Grande’, sans-serif;
	vertical-align: middle;
	color: #646464;
}
form, fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}
button::-moz-focus-inner {
 padding:0;
 border:none;
}
input[type="image"] {
	padding: 0;
	border: none;
}
input[type="text"], input[type="password"], input[type="file"], input[type="submit"], input[type="search"], input[type="email"], textarea {
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
}
input[type="submit"]:hover {
	cursor: pointer;
}
::-webkit-input-placeholder {
 color: #adadad;
}
:-moz-placeholder {
 color: #adadad;
}
::-moz-placeholder {
 color: #adadad;
 opacity: 1;
}
:-ms-input-placeholder {
 color: #adadad;
}
/* StoryStream Code */
.dynamicSS {
}
.staticSS, .staticSS > div {
    width:100%;
    max-width:750px;
}

.phoneLink {
color: #fff;
width: 75%;
font-size: 18px;
line-height: 32px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background: #598bb8;
-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.22);
-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.22);
box-shadow: 1px 1px 1px rgba(0,0,0,.22);
text-align: center;
font-weight: bold;
text-transform: capitalize;
margin: 0 auto;
display: none;
padding:5%;
}

.phoneLink:hover {
	text-decoration: none;
	background: #d1252a;
	color:#fff;
}
/* ResponsiveTable */
.textColumn {width:40%;}
.spaceColumn {width:5%;}

/* Classes Page */

.classesContainer .container {background: none !Important; padding:15px 0 0 0 !important;}
.classScheduleTitle {color:#f3901d; font-weight:18px;}
.classDetails {display:none;}
.classHolder {
    padding: 5px 10px;
    margin-bottom: 15px;
    width:95%;
}

.class-eei .classHolder {
    background: #3cb54a;
}

.class-ebi .classHolder {
    background: #4690ce;
}

#classesWrapper .openContainer {
background: #e9e9e9 !important;
}


#classesWrapper h3 {
margin:0;
padding: 5px 0 5px 30px;
cursor: pointer;
color: #383838;
background: url(../images/core/BannerPlusMinus.png) center left no-repeat;}
#classesWrapper .openContainer .classHeader h3 {
    color: #d2252a !important;
    background-position: -1180px center !important;
    
} 

.classRow {padding-bottom:1em;}



#wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}
#wrapper:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 54px;
	height: 75px;
	background: url(../images/core/bg-wraooer.png) no-repeat;
}
#header {
	margin: 0 auto;
	max-width: 980px;
	padding: 22px 10px 8px;
	position: relative;
}
.inner #header {
	padding: 22px 10px 18px;
}
#header:after {
	display: block;
	content: '';
	clear: both;
}
.logo {
	background: url(../images/core/sprite.png) no-repeat;
	width: 256px;
	height: 79px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0 0 7px;
}
.logo a {
	display: block;
	height: 100%;
}
#header .pannel:after {
	display: block;
	content: '';
	clear: both;
}
.opener {
	display: none;
}
.pannel .pannel-holder.js-slide-hidden {
	position: static !important;
}
.pannel .top-pannel {
	overflow: hidden;
	text-align: right;
	padding: 5px 0 23px;
}
.link-holder {
	position: absolute;
	right: 16.2%;
	top: 26px;
}
.link-holder h3 {
	display: none;
}
.link-holder ul, .pannel ul {
	margin: 3px 20px 0 0;
	padding: 0;
	list-style: none;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 20px;
}
.link-holder ul li, .pannel ul li {
	float: left;
	padding: 0 10px 0 15px;
}
.link-holder ul li a, .pannel ul li a {
	color: #000;
}
.link-holder ul li a:hover, .link-holder ul li a:hover {
	text-decoration: none;
	color: #d1252a;
}
.link-holder ul.social-networks li {
	padding: 0;
	margin: 3px 5px 0 0;
}
.link-holder ul.social-networks {
	margin: 0;
}
.link-holder ul.social-networks li a {
	width: 18px;
	height: 18px;
	background: url(../images/core/sprite.png) no-repeat 0 -98px;
	text-indent: 9999px;
	overflow: hidden;
	display: block;
}
.link-holder ul.social-networks li.twitter a {
	background-position: -23px -98px;
}
.link-holder ul.social-networks li.linked-in a {
	background-position: -47px -98px;
}
.link-holder ul.social-networks li.rss a {
	background-position: -70px -98px;
}
.pannel .search-form {
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
}
.search-form input[type="search"] {
	border: 1px solid #adadad;
	border-radius: 2px;
	height: 19px;
	line-height: 16px;
	width: 148px;
	padding: 1px 3px 2px 19px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	color: #adadad;
	background: #f1f1f1 url(../images/core/search.png) no-repeat 1px center;
}
#nav {
	text-align: right;
}
#nav:after {
	display: block;
	clear: both;
	content: '';
}
#nav > ul {
	font-size: 22px;
	line-height: 30px;
/*	font-weight: bold;  removed 5/18/15 RMS */
	margin: 0;
	letter-spacing: 1px;
}
#nav > ul > li {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 -12px 0 14px;
	padding: 0 0 11px;
	position: relative;
}
#nav > ul > li:hover .sub-menu, #nav > ul > li:hover ul {
	display: block;
}
#nav ul > li > a {
	padding: 0 25px 5px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	display: block;
}
#nav ul > li:hover > a, #nav ul > li > a:hover, #nav ul > li.active > a:hover {
	color: #666565;
	text-decoration: none;
}


#nav ul > li.active > a {
	color: #666565;
	background: #F1F1F1;
}



#nav ul .sub-menu h3 {
	margin: 0 0 2px;
	color: #666565;
	font-size: 18px;
	line-height: 20px;
	letter-spacing: 0;
}

#nav ul .menu li h3 a {
	color:#666565;
}
#nav ul .sub-menu, #nav ul .menu {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 200px;
	border: 1px solid #b7bcbe;
	border-top: 4px solid #e8c128;
	padding: 8px 11px 22px;
	display: none;
	z-index: 8;
	text-align: left;
	background: #fff;
	font-weight: normal;
}
#nav ul .menu h3 {
margin:0; padding:0; color:#666565; font-size:15px; text-transform: capitalize;/* change font size from 18 to 15px add text-transform to capitalize 5/18/15 */
}

#nav ul .menu {
	letter-spacing: 0;
/*	font-weight: bold;  removed 5/18/15 RMS */
    line-height: 25px; /* added 5/18/15 RMS */
}
#nav ul li.right .menu {
	left: auto;
	right: 0;
}
#nav ul li.right .menu:after {
	left: auto;
	right: 30px;
}

#nav ul .sub-menu:after {
	left: 26.7%;
}
#nav ul .sub-menu {
	width: 730px;
	left: -110px;
	padding: 5px 11px 22px;
}
#nav ul .sub-menu .subnav {
	width: 200px;
	float: left;
	padding: 0 15px 0 0;
	margin: 0 12px 0 0;
}
#nav ul .sub-menu .subnav.last {
	margin: 0 0 0 27px;
	width: 250px;
	padding: 0;
}
#nav ul .sub-menu .menu {
	width: auto;
	border: none;
	position: relative;
	padding: 0;
	font-weight: bold;
}
#nav ul .sub-menu .menu ul li:first-child {
	background: none;
	padding: 0;
}
#nav ul .sub-menu .menu:after {
	background: none;
}
#nav ul .menu li {
	padding: 0;
	float: none;
}
#nav ul .menu li a {
	color: #598bb8;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	background: none;
}
#nav ul .menu li a:hover {
	background: none;
	color: #d1252a;
}
#nav ul .menu ul {
	margin: 0 0 15px 0;
	padding: 0;
	list-style: none;
	font-weight: normal;
}
#nav ul .menu ul li {
	padding: 0px;
	float: none;
}
#nav ul .menu ul li a {
	padding: 0;
	font-weight: normal;/* changed from 700 to normal added text-transform: capitalize;  5/18/15 RMS */
    /* text-transform: capitalize; */ /* commented out 8/20 RMS fix IBM I in menues attempt */
}
#nav ul .menu ul li a:hover {
	padding: 0;
	background: none;
	color: #d1252a;
}
#header .header-holder {
	margin: 0;
}
.inner #header .header-holder {
	margin: 0 0 4px;
}
#header .header-holder:after {
	display: block;
	clear: both;
	content: '';
}
.breadcrumbs {
	margin: 0 0 0 3px;
	padding: 0;
	list-style: none;
	font-weight: 400;
	font-size: 12px;
}
.breadcrumbs li {
	float: left;
	margin: 0 1px 0 5px;
	color: #666;
}
.breadcrumbs li a {
	color: #4293cb;
}
.breadcrumbs li a:hover {
	color: #d3252b;
	text-decoration: none;
}
.bc {padding:0 0 10px 0;}
.B_firstCrumb a:after, .B_crumb a:after {
    content:' >';

}
.breadcrumbs li.B_firstCrumb {	margin: 0 1px 0 0;}
.banner {
	overflow: hidden;
	height: 375px;
	position: relative;
}
.banner .bg-stretch {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 0 0 0 -200px;
}
.banner img {
	display: block;
}

.caption h1 {
	margin: 0 0 15px;
	color: #d3252b;
	font-size: 35px;
	line-height: 45px;
}

.tabIntro h1 {
	margin: 0 0 15px;
	color: #d3252b;
	font-size: 40px;
	line-height: 45px;
}

.caption h2 {
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 25px;
}


.caption .more {
	color: #fff;
	width: 50.5%;
	float: right;
	font-size: 23px;
	line-height: 41px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #8aba2f;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.22);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.22);
	box-shadow: 1px 1px 1px rgba(0,0,0,.22);
	text-align: center;
	/* font-weight: bold; remove bold 5/18/15 RMS */
	text-transform: capitalize;
	margin: 0 9.5% 0 0;
}
.caption .more:hover {
	text-decoration: none;
	background: #d1252a;
}
#main {
	overflow: hidden;
}
.platform {
	max-width: 980px;
	margin: 0 auto;
	padding: 2.5% 10px 0;
	position: relative;
}
.infoblock2:after {
	background: url(../images/core/sprite.png) no-repeat -115px -145px;
	content: '';
	position: absolute;
	bottom: -41px;
	left: 165px;
	width: 151px;
	height: 45px;
}
.platform h2 {
	margin: 0 0 4%;
	text-align: center;
	font-size: 28px;
	line-height: 40px;
	font-weight: normal;
}

.platform .block-holder {
	position: relative;
	overflow: hidden;
	padding: 4.2% 1% 9% 1%;
	margin-left: -2%
}
.platform .block-holder:after, .platform .block-holder:before {
	background: url(../images/core/sprite.png) no-repeat -115px -95px;
	content: '';
	width: 156px;
	height: 45px;
	position: absolute;
	left: 17.4%;
	top: 0;
}
.platform .block-holder:after {
	left: auto;
	right: 16.1%;
}
.block-holder .info-block {
	float: left;
	padding: 10px 10px 12px;
	margin: 0 0 0 13px;
	width: 24%;
	background: #f0f0f0;
	border: 1px solid #aeafaf;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: relative;
	z-index: 40;
	cursor: pointer
}
.block-holder .info-block:hover {
	border: 1px solid #d1252a;
-webkit-box-shadow: 0px 0px 13px -1px rgba(211,37,43,0.5);
-moz-box-shadow: 0px 0px 13px -1px rgba(211,37,43,0.5);
box-shadow: 0px 0px 13px -1px rgba(211,37,43,0.5);
}
.block-holder .info-block:first-child {
	margin: 0;
	padding: 10px 10px 12px;
}
.info-block h3 {
	margin: 0 0 8px;
	color: #d42022;
	font-size: 18px;
	line-height: 20px;
	text-transform: uppercase;
}
.info-block dl {
	margin: 0;
	/* font-weight: bold; rmeove bold 5/18/15 */
	color: #000;
	font-size: 14px; /* change from 13 to 14px 5/18/15 RMS */
	line-height: 19px; /* change from 18 to 19px 5/18/15 */
}
dl dt {
	float: left;
	width: 100px;
}
dl dd {
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 12px;
}
.customer {
	overflow: hidden;
	background: #efefef;
}
.two-columns {
	overflow: hidden;
	max-width: 980px;
	margin: 0 auto;
	padding: 2.9% 0 3% 5px;
	min-height: 260px;
}

.customer .two-columns {
  padding: 0;
}

.two-columns .say {
  text-align: center;
  font-size: 36px;
  color: #d1252a;
}
.two-columns .info-block {
	float: left;
	width: 31.735%;
}
.info-block img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 0 19px;
}
.info-block .txt {
	overflow: hidden;
}
.info-block .txt p {
	margin: 0;
}
.two-columns .cutomer-holder {
  overflow: hidden;
  padding: 30px 0 0 4.2%;
}
.cutomer-holder h2 {
	margin: 0 0 7.8%;
	font-size: 28px;
	line-height: 40px;
	color: #d1252a;
	text-align: center;
}
.cycle-gallery {
	position: relative;
	margin: 0 0 7.6%;
	padding: 0 13px
}
.cycle-gallery .mask {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 50px !important;
}
.cycle-gallery .mask .slideset {
	width: 9999px !important;
	float: left;
}
.cycle-gallery .mask .slide {
	float: left;
	vertical-align: top;
	padding: 0 35px;
}
.cycle-gallery .mask .slide img {
	display: block;
	margin: 0 auto;
}
.cycle-gallery .btn-prev, .cycle-gallery .btn-next {
	position: absolute;
	left: -2px;
	top: 16px;
	text-indent: -9999px;
	overflow: hidden;
	width: 11px;
	width: 18px;
	background: url(../images/core/sprite.png) no-repeat 0 -192px;
}
.cycle-gallery .btn-next {
	left: auto;
	right: -5px;
	background-position: -20px -192px;
}
.cutomer-holder .more {
	color: #fff;
	font-weight: 400;
	text-transform: capitalize;
	font-size: 24px;
	line-height: 41px;
	max-width: 276px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #598bb8;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.22);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.22);
	box-shadow: 1px 1px 1px rgba(0,0,0,.22);
	margin: 0 auto;
	display: block;
	text-align: center;
}
.cutomer-holder .more:hover {
	text-decoration: none;
	background:#d1252a;
}
.info-holder {
	max-width: 980px;
	margin: 0 auto;
	overflow: hidden;
	padding: 2.6% 10px 1.8%;
}
.info-holder .column-holder {
	float: left;
	width: 67.75%;
	padding: 0;
}
.column-holder .column {
	float: left;
	width: 26.6%;
	margin: 0 17px 0 25px;
	line-height: 18px;
}
.column-holder .column img {
	display: block;
	border: 2px solid #d3d4d3;
	margin: 0 0 5px;
	width: 100%;
	height: auto;
}

.column-holder .column a:hover img{
	border: 2px solid #d3252b;
}
.column-holder .column p {
    color: #2d2d2d;
	margin: 0;
}
.info-holder .post-holder {
	overflow: hidden;
	padding: 0 0 0 20px;
}
.post-holder .post {
	overflow: hidden;
	margin: 0;
}
.post-holder .post:first-child {
	margin: 0 0 15%;
}
.post img {
	float: left;
}
.post:first-child .txt-2 {
	padding: 0 0 0 17px;
}
.post .txt-2 {
	overflow: hidden;
	padding: 0 0 0 19px;
}
.txt-2 h4 {
	margin: 0;
	font-size: 14px;
	line-height: 19px;
	font-weight: normal;
}
.txt-2 h4 a:hover {
	text-decoration: none;

}
.txt-2 span {
	font-size: 15px;
	line-height: 18px;
	color: #636363;
}
#footer {
	background: #f1f1f1;
}
.underAddress {
    text-align:right;
    padding-top:15px;
}
.footer-holder {
	max-width: 980px;
	margin: 0 auto;
	overflow: hidden;
	padding: 1.55% 10px 3.4%;
}
.footer-holder .footer-frame {
	overflow: hidden;
}
.footer-holder .column-holder {
	float: left;
	width: 85.26%;
}
#footer .column-holder .column {
	margin: 0;
	padding: 0 5px 0 0;
	width: 23.5%;
	float: left;
}
.column h4 {
	margin: 0 0 10px;
	color: #3f3737;
}
.column ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 15px;
}
.column ul li {
	padding: 0;
}
.column ul li a {
	color: #3f3737;
}
.column ul li a:hover {
	color: #d1252a;
	text-decoration: none;
}
.footer-holder address {
	overflow: hidden;
	text-align: right;
	font-style: normal;
	padding: 10px 0 0;
	line-height: 14px;
	/* font-weight: bold; removed bold property 5/18/15 RMS */
	width: 15%;
	float: right;
	margin: 0 0 0 -4px;
}
.footer-holder address a {
	color: #000;
	cursor: text;
}
.footer-holder address a:hover {
	text-decoration: none;
}


.footer-holder cta {
	overflow: hidden;
	text-align: left;
	font-style: normal;
	padding: 12px 0 0;
	line-height: 20px;
	/* font-weight: bold; removed bold 5/18/15 */
	width: 70%;
	float: left;
	margin: 0 0 0 4px;
}

.f-info {
	overflow: hidden;
	padding: 13px 0 0;
}
.f-info p {
	margin: 0;
}
.f-info .social-networks {
	margin: -3px 0 0;
	padding: 0;
	list-style: none;
	float: right;
}
.f-info .social-networks li {
	float: left;
	margin: 0 0 0 6px;
}
.f-info .social-networks li a {
	background: url(../images/core/sprite.png) no-repeat -1px -222px;
	width: 20px;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}
.f-info .social-networks li.twitter a {
	background-position: -27px -222px;
}
.f-info .social-networks li.linked-in a {
	background-position: -53px -222px;
}
.f-info .social-networks li.rss a {
	background-position: -79px -222px;
}
#main .main-holder {
	max-width: 980px;
	margin: 0 auto 1.7%;
	overflow: hidden;
	padding: 0 0 15px;
}
.main-holder #content {
	float: left;
	width: 67.34%;
}
.noSidebar #content {
	float: none;
	width: 100%;
}

.noSidebar #sidebar {
	display: none;
}
#content .tabset {
	margin: 0 -9999px 0 0;
	padding: 0 9999px 0 0;
	list-style: none;
	border-bottom: 1px solid #adadad;
	font-size: 14px;
	line-height: 27px;
}
#content .tabset:after {
	display: block;
	content: '';
	clear: both;
}
.tabset li {
	float: left;
	border-radius: 4px 4px 0 0;
	border: solid #adadad;
	border-width: 1px 1px 0;
	min-width: 24.4%;
	text-align: center;
}
.tabset li a {
	background: #e8e9ea url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4ZTllYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VjZWRlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #e8e9ea 0%, #ecedef 50%, #f1f3f3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e8e9ea), color-stop(50%, #ecedef), color-stop(100%, #f1f3f3));
	background: -webkit-linear-gradient(top, #e8e9ea 0%, #ecedef 50%, #f1f3f3 100%);
	background: -o-linear-gradient(top, #e8e9ea 0%, #ecedef 50%, #f1f3f3 100%);
	background: -ms-linear-gradient(top, #e8e9ea 0%, #ecedef 50%, #f1f3f3 100%);
	background: linear-gradient(to bottom, #e8e9ea 0%, #ecedef 50%, #f1f3f3 100%);
	color: #000;
	display: block;
	margin: 2px 1px;
}
.tabset li a:hover {
	text-decoration: none;
}
.tabset li a:hover{
 color: #d2252a
}
.tabset li a.active {
	margin: 2px 0 -1px;
	padding: 0 0 3px;
	background: #efefef url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZWZlZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #efefef 0%, #ffffff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #ffffff));
	background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 100%);
	background: -o-linear-gradient(top, #efefef 0%, #ffffff 100%);
	background: -ms-linear-gradient(top, #efefef 0%, #ffffff 100%);
	background: linear-gradient(to bottom, #efefef 0%, #ffffff 100%);
}
.tab-content {
	overflow: hidden;
	padding: 12px 0 0 3px;
}
.main-holder .head {
	overflow: hidden;
	margin: 0 0 10px;
	color: #333;
	font-size: 18px;
	line-height: 24px;
	font-style: italic;
}
.main-holder .head h1 {
	margin: 0 0 14px;
	color: #d2252a;
	font-size: 29px; /* change 36 to 34 on 2/25/15 and 34 to 29 on 10/07/15 */
	line-height: 40px;
	font-style: normal;
}
.main-holder .head h2 {
	margin: 0;
	color: #333;
	font-size: 17px;
	line-height: 25px;
	font-style: italic;
	font-weight: normal;
}
.main-holder .tabAreaContent h2 {
    margin: 0;
	color: #666;
	font-size: 24px; /* change 28 to 24 on 10/07/15 */
	line-height: 45px;
	font-style: normal;
	font-weight: 700;
    
}

.main-holder .head p {
	margin: 0;
}
.tab-content .text {
    color: #2d2d2d;
	font-size: 14px;
	line-height: 24px;
	padding: 0 28px 20px 0;
	word-spacing: 1px;
}
.tab-content .text h3 {
    color: #2d2d2d;
	margin: 0 0 3px;
	font-size: 18px;
	line-height: 20px;
}
.tab-content .text p {
	margin: 0 0 14px;
}
.standardPage .main-holder {
	border-top: 1px solid #adadad;
}
article .align-right {
	float: right;
	margin: 18px -3px 0 21px;
}

article .align-left {
	float: left;
	margin: 18px 21px 0 0;
}
.fancyboximage {
	display: inline-block;
	position: relative;
	width: 230px;
}
.fancyboximage img, .fancyboximage span {
	display: block;
}
.fancyboximage img {
	width: 100%;
	height: auto;
}
.fancyboximage span {
	padding: 10px;
	font-size: 16px;
	font-style: italic;
	text-decoration: none;
}
.fancyboximage:hover {
	text-decoration: none;
}
.fancyboximage:before {
	position: absolute;
	top: 10px;
	right: 10px;
	content: '';
	width: 40px;
	height: 40px;
	background: url(../images/core/magnify.png)
}
#sidebar {
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 43px 27px 9999px;
	margin: 32px 0 -9999px;
	background: #f1f1f1;
}
.standardPage #sidebar {
	margin: 0 0 -9999px;
}
#sidebar h2 {
	margin: 0 0 3%;
	background: url(../images/core/bg-demo.jpg) no-repeat 0 50%;
	padding: 18px 10px 18px 26.3%;
	font-size: 17px;
	line-height: 20px;
}

#sidebar h2.noIconLink {
	margin: 0 0 3%;
	background: none;
	padding: 5px 10px 5px 0;
	font-size: 17px;
	line-height: 20px;
}
#sidebar h2 a {
	color: #4293cb;
}
#sidebar h2 a:hover {
	text-decoration: none;
	color: #d3252b;
}
#sidebar .img-txt {
	overflow: hidden;
	color: #777;
	font-size: 14px;
	line-height: 17px;
	margin: 0 0 16%;
}
.img-txt img {
	display: block;
	width: 70%;
	height: auto;
	margin: 0 auto 3px;
}
.img-txt p {
	margin: 0;
}

/*button Sidebar*/
.button-sidebar h3 {
color: #4293cb;
font-size:18px;
text-align:center;
}
.button-sidebar img {
    width:70%;
    height:auto;
    display:block;
    margin:0 auto;
}
.sbContent {padding:10px 0; font-size:16px; text-align:center;}
.sbButtonLink {
	color: #fff;
	width: 75%;
	font-size: 18px;
	line-height: 32px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #598bb8;
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.22);
	-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.22);
	box-shadow: 1px 1px 1px rgba(0,0,0,.22);
	text-align: center;
	font-weight: bold;
	text-transform: capitalize;
	margin: 0 auto;
	display:block;
}
.sbButtonLink:hover {
	text-decoration: none;
	background: #d1252a;
	color:#fff;
}

.catagory-holder {
	overflow: hidden;
	padding: 0 0 0 1px;
}
.catagory-holder .catagory {
	overflow: hidden;
	margin: 0 0 16.8%;
}
.catagory img {
	float: left;
	margin: 6px 26px 0 0;
}
.catagory .info {
	overflow: hidden;
	font-size: 19px;
	line-height: 23px;
}
.catagory .info h3 {
	margin: 0;
	color: #777;
	font-weight: normal;
	font-size: 19px;
}
.catagory .info a {
	font-weight: bold;
	color: #4293cb;
}
.catagory .info a:hover {
	color: #d3252b;
	text-decoration: none;
}
#main .top-holder {
	max-width: 980px;
	overflow: hidden;
	margin: 0 auto 18px;
	text-align: center;
}
#main .top {
	background: url(../images/core/bg-top.jpg) no-repeat 13px 0;
	padding: 13px 10px 0;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 5px;
	position: relative;
	color: #acacac;
	text-transform: uppercase;
}
#main .top:hover {
	text-decoration: none;
	color: #d2252a;
}
#main .top:after, #main .top:before {
	position: absolute;
	left: 100%;
	top: 7px;
	content: '';
	height: 1px;
	width: 9999px;
	border-top: 1px solid #cbcbcb;
	background: #d3d3d3;
}
#main .top:after {
	left: auto;
	right: 100%;
}
.responsiveVid iframe {
	width: 853px !important;
	height: 480px !important;
}

.responsiveShow {
	width: 601px !important;
	height: 492px !important;
}

.responsiveShow .showRedirect {display:none;}

#hpWidgets {
    margin:0 0 24px 0;
}
.hpWidget {
    width:30%;
    margin:0 0 0 5%;
    float:left;
}

#hpWidgets .hpWidget:first-child {
    margin:0%;
    
}

@media only screen and (max-width:1300px) {
.banner .caption {
	right: 10%;
}
}

@media only screen and (max-width:1045px) {
#nav ul .sub-menu {
	left: -150px;
}
#nav ul .sub-menu:after {
	left: 25%;
}
}

@media only screen and (max-width:995px) {
.block-holder .info-block {
	width: 23.9%;
}
}


@media only screen and (max-width:950px) {
#content .tabset {
font-size: 11px;
 }
}


@media only screen and (max-width:980px) {
body {
	min-width: 320px;
}
}

@media only screen and (max-width:979px) {
  
	.infoblock2:after {
background: url(../images/core/sprite.png) no-repeat -115px -145px;
content: '';
position: absolute;
bottom: -41px;
left: 110px;
width: 151px;
height: 45px;
}

#nav ul > li > a {
padding: 0 10px 5px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
display: block;
}

.pannel .top-pannel {
	margin:0 0 10px 0;
}
	
.platform .block-holder {
	margin-left: 0;
}
.responsiveVid iframe {
	width: 560px !important;
	height: 315px !important;
}
.logo {
	background: url(../images/core/sprite.png) no-repeat;
	width: 256px;
	height: 79px;
	float: left;
	text-indent: -9999px;
	overflow: hidden;
	margin: -13px 0 7px 45px;
}
#nav {
	padding: 0
}
.banner .caption {
	right: 20px;
}
.platform {
	padding: 2.5% 10px 2.1%;
}
.platform:after {
	bottom: 3.6%;
}
.platform .block-holder {
	padding: 5.5% 0 45px;
}
.platform h2 {
	font-size: 28px;
}
.block-holder .info-block:first-child {
	padding: 5px;
	margin: 0 5px 0 0;
}
.block-holder .info-block {
	padding: 5px;
	margin: 0 5px 0 0;
	width: 24.3%;
}
.info-block dl {
	font-size: 10px;
}
dl dt {
	width: 93px;
}
dl dd {
	padding: 0 0 0 5px;
}
.info-holder .column-holder {
	width: 64.75%;
}
.column-holder .column {
	width: 31.1%;
	margin: 0 10px 0 0;
}
#main .main-holder {
	padding: 0 10px 15px;
}
#sidebar {
	padding: 43px 15px 9999px;
}
.link-holder {
	right: 5px;
	top: 38%;
}
.inner .link-holder {
	top: 33%;
}
.link-holder ul {
	margin: 3px 0 0;
}
.link-holder ul li {
	padding: 0 10px;
}
#nav > ul > li {
	margin: 0
}
#nav ul .sub-menu {
	width: 720px;
}
#nav ul .sub-menu .subnav {
	width: 190px;
}
.info-holder .post-holder {
	padding: 0;
}
#nav {
	text-align: left;
}
.banner .bg-stretch {
	left: 50%;
	width: 700px;
	margin: 0 0 0 -480px;
}
/*.bg-stretch img{
		display:block;
		width:100%;
		height:auto;
	}*/
.info-holder .column-holder {
	padding: 0;
}
}

@media only screen and (max-width:893px) {
.underAddress {
    text-align:center;
    margin-top:10px;
}      
    
#nav ul .sub-menu {
	left: 0;
}
#nav ul .sub-menu:after {
	left: 4.3%;
}
}
@media only screen and (min-width:768px) {




   
    
.pannel .top-pannel {
margin: 0;
}	
	
#nav > ul > li:hover {
	background: #e8c128;
	color: #ffffff;
	text-decoration: none;
	
	-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
}
#nav ul > li.active:hover > a {
	color: #000;
	background: none;
}


}
@media only screen and (max-width:767px) {
    
#hpWidgets {
    margin:0;
}
.hpWidget, #hpWidgets .hpWidget:first-child  {
    width:90%;
    margin:0 0 24px 0;
    float:none;
    padding: 5px 5%;

}
    
#content .tabset {
font-size: 14px;
 }    
	
/* ResponsiveTable */
.responsiveTable, .responsiveTable th, .responsiveTable tbody, .responsiveTable tr, .responsiveTable td {display:block; width:100%;}
.centeredImage img {display:block; width:30%; height:auto; margin:0 auto;} 
.spacerColumn {display:none;}
	
#wrapper:after {
    position: fixed;
}

.responsiveShow {
	width: 200px !important;
	height: auto !important;
}

.responsiveShow .showRedirect {display:block; font-size:24px;}
.responsiveShow .showPlay {display:none !Important;}	

.responsiveVid iframe {
	width: 300px !important;
	height: 168px !important;
}
#nav ul > li.mActive > a, #nav ul > li.active > a:hover, #nav ul > li.active > a {
	background: none;
	color: #fff;
}
#nav > ul > li:hover .sub-menu, #nav > ul > li:hover .menu {
	display: none;
}
#nav > ul > li.mActive .sub-menu, #nav > ul > li.mActive .menu {
	display: block !important;
}
#wrapper:after {
	width: 42px;
	height: 60px;
	background: url(../images/core/sprite.png) no-repeat 0 -248px;
	z-index: 5001
}
.logo {
	background-position: -48px -248px;
	width: 145px;
	height: 48px;
}
.inner #header {
	padding: 0 0 2px;
}
#header {
	padding: 0;
}
.inner #header .header-holder {
	margin: 0;
	padding: 0 10px 5px 18.1%;
}
.breadcrumbs {
	padding: 52px 0 0 0;
	margin: 0;
	overflow: hidden;/*	-webkit-box-shadow:inset -1px 3px 3px 0 rgba(0,0,0,.31);
		-moz-box-shadow:inset -1px 3px 3px 0 rgba(0,0,0,.31);
		box-shadow:inset -1px 3px 3px 0 rgba(0,0,0,.31);*/
}

#tabBc .breadcrumbs {
    	padding: 0;
}
.breadcrumbs li a:hover {
	text-decoration: none;
}
.pannel .pannel-holder.js-slide-hidden {
	position: absolute !important;
}
.mobileHeader .opener {
	display: block;
	position: absolute;
	top: 5px;
	right: 12px;
	width: 86px;
	height: 34px;
	text-indent: -9999px;
	overflow: hidden;
	background: url(../images/core/sprite.png) no-repeat -92px -341px;
	margin: 6px 0 0;
}
.mobileOpen .mobileHeader .opener {
	background: url(../images/core/sprite.png) no-repeat -92px -383px;
}


.caption .more {
	margin: 0 0 0 16%;
	font-size: 15px;
	line-height: 18px;
	float: left;
	width: 50%;
	padding: 2px 5px;
}
.banner {
	height: 270px;
	position: relative;
	-webkit-box-shadow: inset 1px 2px 5px rgba(0,0,0,.31);
	-moz-box-shadow: inset 1px 2px 5px rgba(0,0,0,.31);
	box-shadow: inset 1px 2px 5px rgba(0,0,0,.31);
	margin-top: 56px;
}
.banner .bg-stretch {
	top: 5px;
}
.platform {
	padding: 4.8% 10px 14%;
}
.platform h2 {
	font-size: 18px;
	line-height: 25px;
}
.info-holder {
	padding: 2.7% 10px 9.4%;
}
.platform .block-holder {
	padding: 4.8% 13.4% 0;
}
.block-holder .info-block,  .block-holder .info-block:first-child {
	padding: 8px 8px 12px;
	margin: 0 auto 9px;
	width: 219px;
	/* overflow:hidden; */
	float: none;
}
.info-block h3 {
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 2px;
}
.info-block dl {
	line-height: 17px;
}
.two-columns, .customer .two-columns {
	padding: 20px 0 0 0;
}
.two-columns .say {
	display: block;
	text-align: center;
	font-size: 24px;
	line-height: 29px;
	color: #d1252a;
	margin: 0 0 15px;
	padding: 0 18px;
}
.two-columns .info-block {
	width: 100%;
}
.two-columns .info-block .img {
	width: 77%;
	margin: 0 auto 13px;
}
.info-block img {
	margin: 0;
}
.info-block .txt {
	font-size: 12px;
	line-height: 17px;
}
.cutomer-holder h2 {
	display: none;
}
.cutomer-holder .more {
	max-width: 180px;
	line-height: 28px;
	font-size: 20px;
}
.info-holder .column-holder {
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 18px 20.7% 0 19.4%;
}
.column-holder .column {
	width: 100%;
	margin: 0 0 10px;
	float: none;
	font-size: 10px;
	word-spacing: 2px;
}
.info-holder .post-holder {
	padding: 14px 0 0 10px;
}
.post-holder .post:first-child {
	margin: 0 0 9.9%;
}
.footer-holder .column-holder {
	display: none;
}
.footer-holder {
	padding: 4.95% 10px 18%;
}
.footer-holder address {
	font-size: 10px;
	line-height: 15px;
	text-align: center;
	padding: 0;
	float: none;
	width: auto;
}
.f-info {
	font-size: 10px;
	text-align: center;
}
.f-info .social-networks {
	display: block;
	float: none;
	text-align: center;
	margin: 8px 0 14px;
}
.f-info .social-networks li {
	display: inline-block;
	vertical-align: top;
	float: none;
	margin: 0 4px 0 1px;
}
.f-info .social-networks li a {
	width: 26px;
	height: 26px;
	background-position: -79px -308px;
}
.f-info .social-networks li.twitter a {
	background-position: -113px -308px;
}
.f-info .social-networks li.linked-in a {
	background-position: -147px -308px;
}
.f-info .social-networks li.rss a {
	background-position: -181px -308px;
}
#main .main-holder {
	padding: 15px 0 0;
}
.main-holder #content {
	float: none;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 0 18px;
}
.standardPage #sidebar {
	margin: 0;
}
#content .tabset {
	border: none;
	padding: 0;
	margin: 0;
	line-height: 25px;
}
.tabset li {
	border: none;
	float: none;
	display: block;
	background: #f1f1f1;
	text-align: left;
	min-width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0 0 4px;
	border-radius: 4px;
}
.tabset li a {
	margin: 0;
	padding: 0 0 0 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
}
.tabset li a:hover {
	color: #d3252b;
	margin: 0;
	padding: 0 0 0 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	display: block;
}
.tabset li a.active {
	margin: 0;
	padding: 0 0 0 5px;
	background: #598bb8;
	color: #fff;
}
.tab-content {
	padding: 8px 0 0;
}
.main-holder .head h1 {
	font-size: 22px;
	line-height: 30px;
}
.main-holder .head {
	margin: 0 0 24px;
}
.tab-content .text {
	padding: 0 5px 20px 0;
}
.tab-content .align-right {
	float: none;
	margin: 0 auto 26px;
	width: 287px;
	height: auto;
	display: block;
}
#sidebar {
	margin: 0;
	padding: 17px 23px 0 18px;
}
#sidebar h2 {
	padding: 18px 10px 18px 24.7%;
	margin: 0 0 3%;
}
.img-txt img {
	margin: 0 auto 2px;
	width: 279px;
}

.button-sidebar img {
    width:50%;
    height:auto;
    display:block;
    margin:0 auto;
}
.catagory-holder .catagory {
	margin: 0 0 22px;
}
.catagory-holder .catagory:first-child {
	margin: 0 0 44px;
}
#main .top-holder {
	display: none;
}
.platform .block-holder:after, .platform .block-holder:before {
	display: none;
}
.platform:after {
	display: none;
}
.info-block {
	position: relative;
}
.infoblock1:after, .infoblock3:after {
	background: url(../images/core/sprite.png) no-repeat -6px -319px;
	content: '';
	left: -30px;
	height: 110px;
	width: 29px;
	top: 45px;
	position: absolute;
}
.infoblock2:after {
	background: url(../images/core/sprite.png) no-repeat -42px -319px;
	content: '';
	height: 110px;
	width: 29px;
bottom: -61px;
left: 218px;
	position: absolute;
}
/*
.cycle-gallery .mask .slide{
		width:200px;
	}
*/
.link-holder {
	position: relative;
	top: 0;
	right: 0
}
.pannel-holder {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 61px;
	width: 100%;
	z-index: 50;
	background: #598bb8;
	padding-top: 5px;
}
.pannel .top-pannel {
	text-align: center;
	padding: 7px 0 8px;
}
.search-form input[type="search"] {
	width: 214px;
	height: 25px;
	line-height: 25px;
	font-size: 16px;
	font-weight: normal;
	color: #9c9c9c;
	padding: 2px 2px 2px 19px;
}
#nav {
	text-align: left;
	padding: 0;
}
#nav > ul {
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	width: 100%;
}
#nav > ul > li {
	display: block;
	margin: 0;
	padding: 10px 0 10px 10px;
	border-top: 1px solid #fff;
	background: url(../images/core/bg-drop.png) no-repeat 98% 5px;
}
#nav > ul > li.mActive {
	background: #069 url(../images/core/drop-active.png) no-repeat 98% 5px;
}
#nav ul > li > a {
	color: #fff;
	padding: 0;
}
#nav ul > li > a:hover {
	background: none;
}
.link-holder ul {
	font-size: 18px;
	line-height: 22px;
	text-transform: capitalize; /* changed from uppercase to capitalize 5/18/15 RMS */
	font-weight: bold;
	display: block;
	margin: 0;
	border-bottom: 1px solid #fff;
}
.link-holder ul li {
	float: none;
	padding: 10px;
	border-top: 1px solid #fff;
}
.link-holder ul li a {
	color: #fff;
}
.link-holder ul li a:hover {
	color: #000;
}
.link-holder h3 {
	font-size: 20px;
	line-height: 22px;
	color: #fff;
	margin: 0 0 5px 10px;
	display: block;
	text-transform: uppercase;
}
.link-holder ul.social-networks {
	text-align: center;
	border-bottom: none;
	padding: 0 0 10px;
}
.link-holder ul.social-networks li {
	border-top: none;
	display: inline-block;
	vertical-align: top;
}
.link-holder ul.social-networks li a {
	width: 26px;
	height: 26px;
	background-position: -79px -308px;
}
.link-holder ul.social-networks li.twitter a {
	background-position: -113px -308px;
}
.link-holder ul.social-networks li.linked-in a {
	background-position: -147px -308px;
}
.link-holder ul.social-networks li.rss a {
	background-position: -181px -308px;
}
#nav ul .sub-menu, #nav ul .menu {
	background: #598bb8;
	border: none;
	width: 100%;
	position: relative;
	left: 0;
	top: 0;
}
#nav ul li.mActive .sub-menu, #nav ul li.mActive .menu {
	background: #069;
}
#nav ul .sub-menu:after, #nav ul .menu:after {
	background: none;
}
#nav ul .sub-menu {
	float: none;
	width: 100%;
	padding: 0;
}
#nav ul .sub-menu h3 {
	color: #e8c024;
	font-weight: normal;
}
#nav ul .menu ul {
margin: 0;
padding: 5px 0 0 0;
list-style: none;
font-weight: normal;
}
#nav ul .menu ul li a {
	color: #fff;
}
#nav ul .menu li a {
	color: #fff;
}
.banner .bg-stretch {
	left: 50%;
	width: 767px;
	margin: 0 0 0 -384px;
	height: 375px;
}
.pannel-holder {
	display: none;
	-webkit-box-shadow: inset 1px 2px 5px rgba(0,0,0,.31);
	-moz-box-shadow: inset 1px 2px 5px rgba(0,0,0,.31);
	box-shadow: inset 1px 2px 5px rgba(0,0,0,.31);
}
.mobileOpen .pannel-holder {
	display: block;
}
.logo {
	margin: 0 0 5px;
}
.mobileHeader {
	position: fixed;
	width: 90%;
	background: #fff;
	padding: 8px 0 0 10%;
	-webkit-box-shadow: 0px 3px 13px -3px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 3px 13px -3px rgba(0,0,0,0.75);
	box-shadow: 0px 3px 13px -3px rgba(0,0,0,0.75);
	z-index: 4999;
}
.inner #header .header-holder {
	padding: 0;
}
.main-holder .head h1 {
	margin: 0 0 16px;
}
#content .tabset {
	padding: 1px 2px 0;
}
#main .main-holder {
	margin: 0 auto 0.9%;
}
.search-form input[type="search"] {
	font-size: 16px;
}
#nav > ul {
	text-transform: uppercase; /* change from capitalize to upppercase 5/18/15 RMS */
}
/*
.cycle-gallery .mask .slide{
		margin:0 22px;
		width:auto;
	}
*/
.column-holder .column {
	font-weight: bold;
}
.two-columns .cutomer-holder {
	padding: 5.8% 0 0 4.2%;
	width: 90%;
    float: none;
    margin: 0 auto;
}
.cycle-gallery .btn-prev,  .cycle-gallery .btn-next {
	left: -14px;
	top: 8px;
}
.cycle-gallery .btn-next {
	right: -9px;
	left: auto;
}
.cycle-gallery .mask .slide {
	padding: 0 24px 0 11px;
}
#nav ul > li:hover > a,  #nav ul > li > a:hover {
	background: none;
}
#nav ul .sub-menu {
	margin: 17px 0 0;
	text-transform: capitalize;
}
#nav ul .menu {
	margin: 5px 0 10px;
	padding: 0;
}
#nav ul .menu li a {
	display: block;
}
#nav ul .sub-menu .subnav {
	width: 100%;
}
#nav ul .sub-menu .subnav {
	float: none;
	width: 100%;
	overflow: hidden;
	margin: 0;
}
#nav ul .sub-menu .subnav.last {
	margin: 0;
}
#nav ul .sub-menu h3 {
	font-size: 16px;
	margin: 0 0 7px;
}
.column-holder .column img {
	width: 179px;
	margin: 0 auto 5px;
}
.caption h1 {
	word-spacing: -1px;
}
#sidebar .img-txt {
	margin: 0 0 9.2%;
	letter-spacing: 1px;
}
.bg-stretch img {
	left: 50%;
	position: relative;
	margin-left: -700px !important;
	width: auto !important;
	height: 375px !important;
}
.fancyboximage, .fancyboximage img {
	width: 100%;
}
}
@media only screen and (max-width:500px) {
.dynamicSS > div {display:none;}
.phoneLink {display:block;}    
}


/* Ryan S code for edu content layout extol.com/educate
-----------------------------------------------------------------------------*/

/* Main Content Wrapper
-----------------------------------------------------------------------------*/
.eduContentWrapper {
	min-width: 300px;
	max-width: 100%;
	margin: 20px 0px 0px 0px;
	border: 1px solid #bcbcbc;
	padding: 0px;
	background: #F0F0F0;
}


/* Header
-----------------------------------------------------------------------------*/
.eduContentHeader {
	/*  height: 35px; */
	font-size: 17px;
	background: #E7C029;
	border-bottom: 1px solid #cfac24;
	padding: 2px 40px;
	margin:10;
	text-transform:  capitalize /* uppercase*/;
}


/* Middle
-----------------------------------------------------------------------------*/
.eduContentMiddle {
	width: 100%;
	position: static;
}
.eduClear {
	display: table;
	clear: both;
	content: '';
}
.eduContentContainer {
	width: 100%;
	float: left;
	overflow: hidden;
	padding-top: 15px;
}

	
/* Content Block
-----------------------------------------------------------------------------*/
.eduContentBlock {
	float: left;
/*	width: 222px; */
	margin-left: 10px;
	margin-bottom: 10px;
	margin-top: 10px;
	position: static;
}

.eduLeftCol {
	min-width:60%;
/*	height:270px; */
	float: left;
	position: static;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px 10px 0px 10px;
	word-wrap: normal;
	
}

.eduRightCol {
	min-width:35%;
/*	height: 400px; */
	float: right;
	position: static;
	margin-bottom: 10px;
	margin-top: 10px;
	padding: 0px 10px 0px 10px;
	border: 2px dotted green;
}
/* eduContentFooter
-----------------------------------------------------------------------------*/
.eduContentFooter {
	margin-bottom:30px;
	overflow: hidden;
}


/* edu Anchor Navigation Link Button Styles 
----------------------------------------------------------------------------*/

a.eduChalNav {
	display: inline-block; 
	width: 75%;
	color: black;
	background-color: #eee9d5;
	text-transform: capitalize;
/*	letter-spacing: 2px; */
	font-size: 16px;
	padding: 5px 30px;
/*	border-radius: 0px;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
    border: 1px solid rgba(0,0,0,0.3);
	border-bottom-width: 3px; */
	margin-bottom: 2px;
}

	a.eduChalNav:hover {
		background-color: #d6d1bf;
	/*	color: white;
		border-color: rgba(0,0,0,0.5); */
	}
	
	a.eduChalNav:active {
		background-color: #efebd9;
	/*	color: white;
		border-color: rgba(0,0,0,0.9); */
	}


/* End edu Page CSS */
/* Table Code For Responsive Product Table to resize on small mobile displays RMS 8/14/15*/
	.Rtable { 
		width: 100%; 
		border-collapse: collapse; 
	}
	/* Zebra striping */
	.Rtr:nth-of-type(odd) { 
		background: #f2f2f2; 
	}
	.Rth { 
		background: #84B32B; 
		color: white; 
		font-weight: bold; 
	}
	.IPtd, .Dashboardtd, .Rth { 
		padding: 6px; 
		border: 1px solid #ccc; 
		text-align: left; 
	}
	
    .IPth { 
		background: #4F6B19; 
		color: white; 
		font-weight: bold; 
	}    
	
            /*status box formatting*/
    .DashStatus {
        text-align: center;
        color: black;
        font-size: 4em;
        }
        /*end status box formatting*/

 /* 
	Max width before this PARTICULAR table gets nasty
	This query will take effect for any screen smaller than 760px
	and also iPads specifically.
	*/
	@media 
	only screen and (max-width: 480px),
	(min-device-width: 768px) and (max-device-width: 1024px)  {
	
		/* Force table to not be like tables anymore */
		.Rtable, .Rthead, .Rtbody, .Rth, .IPtd, .Dashboardtd, .Rtr { 
			display: block; 
		}
		
		/* Hide table headers (but not display: none;, for accessibility) */
		.Rthead .Rtr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		/* Use class .thHide on header cells that do not display information on resize.  Reduce the area it takes up */
        .thHide {
            display: none;
        }
        
		.Rtr { border: 1px solid #ccc; }
		
		.IPtd, .Dashboardtd { 
			/* Behave  like a "row" */
			border: none;
			border-bottom: 1px solid #ccc; 
			position: relative;
			padding-left: 50%; 
		}
		
		.IPtd:before, .Dashboardtd:before { 
			/* Now like a table header */
			position: absolute;
			/* Top/left values mimic padding */
			top: 6px;
			left: 6px;
			width: 45%; 
			padding-right: 10px; 
			white-space: nowrap;
		}
		
		
		/*
		Label the data for the Dashbaord Matrix on Small Screens
		*/
		.Dashboardtd:nth-of-type(1):before { content: "Feature"; }
		.Dashboardtd:nth-of-type(2):before { content: "Description"; }
		.Dashboardtd:nth-of-type(3):before { content: "Standard"; }
		.Dashboardtd:nth-of-type(4):before { content: "Premium"; }
		.Dashboardtd:nth-of-type(5):before { content: "Premium Plus"; }
	
				/*
		Label the data for the Integration Platform Matrix on Small Screens
		*/
		.IPtd:nth-of-type(1):before { content: " "; }
		.IPtd:nth-of-type(2):before { content: "EEI"; }
		.IPtd:nth-of-type(3):before { content: "EBI"; }
	}
	

	
	/* End Table code */