/* body is set in editor.css - only update body font, etc. options
   there */

:root {
	--main-text-color: #000;
	--accent-color: #31438F;
	--accent-color-lighter: #eee; /* lighter version of accent color */
	--accent-dark-color: #000;
	--blog-link-filtered: #31438F; /* darker version of accent color */
	--alternate-dark-color: #333333;
	--text-on-accent-color: #fff;
	--text-on-accent-dark-color: #fff;
	--text-on-notebox-color: #333;
	--bx-caption-color: #000;
	--button-background-color: #31438F;
	--button-gradient-color: #31438F;
	--button-foreground-color: #ddd;
	--button-foreground-hover: #fff;
	--link-hover-color: #535353;
	--link-normal-color: #31438F;
	--link-on-header-color: #fff;
	--link-active-color: #000;
	--link-lighter-color: #47ad1b;
	--top-header-bar-background: #31438F;
	--top-header-bar-foreground: #fff;
	--nav-foreground-color: rgba(0,0,0,0.6);
	--nav-foreground-hover: rgba(0,0,0,0.4);
	--nav-foreground-current: #f25b3a;
	--nav-margin-top: 20px;
	--nav-margin-bottom: 30px;
	--nav-line-height: 55px;
	--nav-subnav-background-color: #31438F;
	--nav-subnav-foreground-color: #eee;
	--nav-subnav-current-background: #333;
	--nav-subnav-mega-background: #fff;
	--nav-subnav-mega-topborder: #F25B3A;
	--nav-subnav-mega-hover: #444;
	--nav-bar-background-color: #fff;
	--rgba-nav-bar-background-color: rgba(1,5,34,0.7);
	--dotted-border-megamenu: #888888;
	--footerarea-background-color: #324471;
	--footerarea-header-color: #fff;
	--footerarea-navtext-color: #ddd;
	--footerarea-navtext-hover-color: #fff;
	--footerarea-company-color: #fff;
	--footerarea-company-link-color: #eee;
	--footerarea-separator-color: #324471;
	--footerarea-dykintro-color: #fff;
	--footerarea-dyktext-color: #eee;
	--top-header-background: #FFFFFF;
	--notebox-background-color: #CBBCD6;
	--size-of-header: 150px;
	--link-button-background-top: #db8e08; /* was lighter #235AB2 */
	--link-button-background-bottom: #db8e08;
	--font-family-default: "Open Sans", Arial, Helvetica, sans-serif;
	--font-size-default: 16px;
}

* {
	box-sizing:border-box;
}

#home-page-wrapper {
	position: relative;
}

.maincontent-half table {
	margin-top: 25px;
}

	.maincontent-half table tr, .maincontent-half table td {
		padding-top: 5px;
		padding-bottom: 5px;
		height: auto !important;
	}

	.maincontent-half table tr:nth-child(odd) {
		background-color: #ddd;
	}

	.maincontent-half img {
		float: none !important;
	}

.carousel-bordered {
	border: 4px solid #000;
}

.carousel-circle-image {
	border-radius: 50%;
}

.breadcrumb {
	font-size: 80%;
}

a:link .extra-bold-2, a .extra-bold-2, a.extra-bold-2, .extra-bold-2, a.nodeco {
	text-decoration: none !important;
}

.maincontent {
	position: relative;
}

.story-max-width-100 {
	max-width: initial;
}

a.anchorclass {
	display: block;
	position: relative;
	top: -150px;
	visibility: hidden;
}

.ui-widget {
	z-index: 20001;
}

.ui-widget img {
	max-width: 90%;
	height: auto;
}

.ui-widget-overlay {
	z-index: 20000;
}

#popup-overlay {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #B7C0BB;
	opacity: 0.7;
	display: none;
	z-index: 20000;
}

#popup-box {
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	max-width: 75%;
	max-height: 75%;
	padding: 10px;
	display: none;
	z-index: 20000;
}

#popup-box-inner {
	position: relative;
}

#popup-box-inner img {
	max-width: 100%;
	width: auto !important;
	max-height: 100%;
	height: auto !important;
}

#popup-close {
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	width: 40px;
	z-index: 20001;
	margin: -25px;
}

.mid-header-caption-button {
	text-align: center;
	padding-top: 25px;
}

.mid-header-caption {
	position: absolute;
	left: 1px;
	right: 1px;
	top: 1px;
	bottom: 1px;
	height: 100%;
	width: 100%;
	display: table;
	z-index: 100;
}

.mid-header-caption-inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	text-shadow: 0 0 10px #000;
	background-color: rgba(100,100,100,0.6);
}

}

#wideleft-inner .bx-wrapper .bx-caption,#fullbody .bx-wrapper .bx-caption {
	font-size: 20px;
	background: rgba(255,255,255,0);
	bottom: -60px;
	text-align: center;
}

#wideleft-inner .bx-wrapper .bx-caption span, #fullbody .bx-wrapper .bx-caption span {
	color: var(--main-text-color);
}

#wideleft-inner .bx-wrapper .bx-caption span strong, #fullbody .bx-wrapper .bx-caption span strong {
	color: var(--bx-caption-color);
}

#wideleft-inner .bx-wrapper, #fullbody .bx-wrapper {
	padding-bottom: 60px;
}

.bxpager .bx-wrapper {
	padding-bottom: 0 !important;
}

li img {
	/*box-shadow: 2px 2px 8px 2px rgba(0,0,0,0.2);*/
}

#wideleft-inner .bxslider .bx-viewport, #fullbody .bxslider .bx-viewport {
	overflow: visible !important;
}

.pre-header {
	position: relative;
}

.parallax-overlay {
	display: table;
}
.parallax-scroll-content {
	display: table-cell;
	width: 100%;
}

.parallax-scroll-mobile {
	background-attachment:scroll !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.header-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.full-header-video, .full-header-image {
	position: relative;
	width:100%;
	display: block;
}

.full-header-video-mobile, .full-header-image-mobile {
	display: none;
}

.full-header-ovrimg {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.full-header-bottom {
	position: absolute;
	background-size: 100% 100px;
	bottom: 0;
	height: 100px;
	width: 100%;
	z-index: 100;
}

.story-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.story-video, .story-mobile-fallback {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow: hidden;
}

#nav-header-social .shareaholic-share-buttons-container ul.shareaholic-share-buttons {
	padding: 5px 0 !important;
}

#nav-header-social .shareaholic-share-buttons-container li.shareaholic-share-button {
	padding: 3px !important;
}

#nav-header-social .shareaholic-canvas {
	clear: none !important;
}

.bottom-share-text {
	font-size: 1.2em;
	text-align: right;
	font-style: italic;
	margin: 10px 0 10px 0;
}

.full-width-image {
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}

.sticky-wrapper {
	/* if we are doing a BAP with the menu at the top, uncomment the following:
	position: fixed;
	top:0;
	left:0;
	z-index: 2000;
	*/
	height: var(--size-of-header);
}

.taSocialIcon {
	font-size: 2em;
	padding: 0 10px;
}

.taSocialIcon:hover {
	color: var(--link-hover-color);
}

.taSocialIcon-Nav {
	font-size: 1.5em;
	padding: 0 6px;
}

#nav-social-links {
	float: right;
	padding-top: 10px;
}

#altnav-social-links {
	float: left;
	padding-top: 20px;
	text-align: left;
}

.bx-wrapper {
	margin-bottom: 0 !important;
}

.bx-wrapper ul {
	margin: 0;
	padding: 0;
}

.dthree-gallery-intro {
	margin-left: 1%;
	margin-right: 1%;
}

.dthree-gallery-wrapper {
	visibility: hidden;
}

.dthree-gallery {
	float: left;
	width: 48%;
	margin-left: 1%;
	margin-right: 1%;
	margin-bottom: 25px;
	border: 1px solid #000;
	padding: 5px;
	text-align: center;
	box-sizing: border-box;
}

.bxpager img {
	margin: 2px !important;
	display: inline-block;
}

.bxpager li.active img {
	border: 1px solid #000;
	margin: 1px;
}

.bxpager div.bx-controls {
	/*display: block !important;*/
}
.bxpager .bx-controls a:hover {
	background: rgba(0,0,0,0.8);
}

.bxpager .bx-controls a {
	background: rgba(0,0,0,0.4);
	height: 100% !important;
	left: 0;
	position: absolute;
	top: 0 !important;
	width: 15px !important;
	margin-top: 0 !important;
}

.bxpager .bx-controls a.bx-next {
	left: auto;
	right: 0;
}

.bxpager .bx-controls a span {
	background: url(/_scripts/bxslider/images/small-arrow-left.png);
	background-repeat: no-repeat;
	background-position: center center;
	display: block;
	height: 100%;
	width: 100%;
}

.bxpager .bx-controls a.bx-next span {
	background-image: url(/_scripts/bxslider/images/small-arrow-right.png);
}

div.pp_default .pp_social {
	margin-right: 25px;
}

.slider-thumbs {
	float: right;
	position: relative;
	margin-top: -50px;
	margin-right: 10%;
	z-index: 1000;
}

.slider-thumb-image {
	display: inline-block;
}

.slider-info {
	position: absolute;
	bottom: 0;
	left: 10%;
	width: 25%;
	height: 55%;
	background-color: rgba(254,254,254,0.9);
	border: 5px solid #ededed;
	z-index: 1000;
	box-shadow: 2px 2px 4px #666, inset 2px 2px 4px #666;
	padding: 1%;
}

.slider-info h2 {
	font-family: "ColaborateThinRegular","Open Sans",Arial, Helvetica, sans-serif;
	font-size: 30px;
	color: #333;
}

.slider-info p {
	font-family: var(--font-family-default);
	font-size: 16px;
	font-weight: 400;
	color: #444;
}

.featured-info-banner {
	display: none;
	opacity: 0;
}

hr.featured-info-separator {
	border: 0;
	height: 1px;
	background: linear-gradient(to right, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0));
	margin: 10px 0 20px 0;
}

.featured-info-button {
	margin-top: 15px;
	text-align: center;
}

.featured-info-button a {
	display: inline-block;
	padding: 3px 10px 3px 10px;
	background-color: #cecece;
	background: linear-gradient(to bottom, #cccccc, #eeeeee);
	color: #444;
	text-decoration: none;
	border: 1px solid #cbcbcb;
	border-radius: 6px;
}

.storyboard-inner-wrapper {
	padding: 0 2%;
	overflow: visible;
}

.storyboard-inner-wrapper-nopad {
	padding: 0;
	overflow: hidden;
}

.horiz-img-container {
	background-color: black;
}

.horiz-img-container .card .card__head h2 {
	font-size: 2em;
	line-height: normal;
	margin-top: 0;
	margin-bottom: 5px;
	-webkit-text-stroke: #000 2px;
}

.horiz-img-container {
	display: flex;
	justify-content: center;
	align-items: center;
	/*margin: 10vmin;*/
	/*overflow: hidden;*/
}

	.horiz-img-container .card {
		flex: 1;
		transition: all 1s ease-in-out;
		height: 500px;
		position: relative;
		overflow: hidden;
	}

		.horiz-img-container .card .card__head {
			color: black;
			background: rgba(0,0,0,0.0);
			padding: 0.5em;
			transition: all 0.5s ease-in-out;
			min-width: 100%;
			text-align: center;
			position: absolute;
			bottom: 40%;
			left: 0;
			font-size: 1em;
			white-space: nowrap;
			visibility: hidden;
		}

		.horiz-img-container .card:hover {
			flex-grow: 10;
		}

			.horiz-img-container .card:hover .card__head {
				text-align: center;
				visibility: visible;
				/*bottom: 40%;*/
				color: white;
				background: rgba(0, 0, 0, 0.0);
				font-size: 2em;
			}

		.horiz-img-container .card img {
			width: 100%;
			height: 100%;
			max-width: 100%;
			object-fit: cover;
			transition: all 1s ease-in-out;
		}

		.horiz-img-container .card:not(:last-child) {
			margin-right: 0.5em;
		}

.storyboard-inner {
	max-width: 1400px;
	margin: 0 auto;
	overflow: visible;
	box-sizing: border-box;
	line-height: normal;
}

.storyboard-inner img {
	max-width: 30%;
	height: auto;
}

.storyboard-inner.storyboard-stacked img {
	max-width: 100%;
	height: auto;
}

.storyboard-inner-ofnormal {
	max-width: 1400px;
	margin: 0 auto;
	overflow: visible;
}

.storyboard-left-right-content {
	display: table;
	vertical-align: middle;
	width: 100%;
}

.storyboard-half {
	display: table-cell;
	vertical-align: middle;
	width: 49%;
	padding-right: 1%;
}

.storyboard-left-one-third {
	display: table-cell;
	vertical-align: middle;
	width: 32%;
	padding-right: 1%;
}

.storyboard-left-two-thirds {
	display: table-cell;
	vertical-align: middle;
	width: 66%;
	padding-right: 1%;
}

.storyboard-right-one-third {
	display: table-cell;
	vertical-align: middle;
	width: 32%;
	padding-right: 1%;
}

.storyboard-right-two-thirds {
	display: table-cell;
	vertical-align: middle;
	width: 66%;
	padding-right: 1%;
}

.storyboard-full-left {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.storyboard-full-right {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.storyboard-no-left {
	display: table-cell;
	vertical-align: middle;
	width: 0;
}

.storyboard-no-right {
	display: table-cell;
	vertical-align: middle;
	width: 0;
}

.maincontent-left-right-content {
	display: table;
	vertical-align: middle;
	width: 100%;
}

.maincontent-half {
	display: table-cell;
	vertical-align: middle;
	width: 49%;
	padding-right: 1%;
}

.maincontent-left-one-third {
	display: table-cell;
	vertical-align: middle;
	width: 32%;
	padding-right: 1%;
}

.maincontent-left-two-thirds {
	display: table-cell;
	vertical-align: middle;
	width: 66%;
	padding-right: 1%;
}

.maincontent-right-one-third {
	display: table-cell;
	vertical-align: middle;
	width: 32%;
	padding-right: 1%;
}

.maincontent-right-two-thirds {
	display: table-cell;
	vertical-align: middle;
	width: 66%;
	padding-right: 1%;
}

.maincontent-full-left {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.maincontent-full-right {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}

.maincontent-no-left {
	display: table-cell;
	vertical-align: middle;
	width: 0;
}

.maincontent-no-right {
	display: table-cell;
	vertical-align: middle;
	width: 0;
}

.leftclass {
	text-transform: uppercase;
	text-align: right;
}

.rightclass {
	text-transform: lowercase;
	text-align: left;
}

.dark-box-border-full-width {
	background-color: #333333;
	color: #eee;
	padding: 20px;
	border: 3px solid #2f8e09;
	border-radius: 10px;
}

.dark-box-border {
	background-color: #333333;
	color: #eee;
	padding: 20px;
	border: 3px solid #2f8e09;
	border-radius: 10px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.dark-box-border a {
	color: var(--link-lighter-color) !important;
}

.dark-box-border-80-right {
	background-color: #333333;
	color: #eee;
	padding: 20px;
	border: 3px solid #2f8e09;
	border-radius: 10px;
	width: 80%;
	margin-left: 20%;
}

.dark-box-border-80-left {
	background-color: #333333;
	color: #eee;
	padding: 20px;
	border: 3px solid #2f8e09;
	border-radius: 10px;
	width: 80%;
	margin-right: 20%;
}

.no-box-no-border-full-width {
	background-color: transparent;
	padding: 20px;
	border: 3px solid transparent;
	border-radius: 10px;
}

.no-box-no-border {
	background-color: transparent;
	padding: 20px;
	border: 3px solid transparent;
	border-radius: 10px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.no-box-no-border-80-right {
	background-color: transparent;
	padding: 20px;
	border: 3px solid transparent;
	border-radius: 10px;
	width: 80%;
	margin-left: 20%;
}

.no-box-no-border-80-left {
	background-color: transparent;
	padding: 20px;
	border: 3px solid transparent;
	border-radius: 10px;
	width: 80%;
	margin-right: 20%;
}

.readmore {
	margin-bottom: 10px;
}

.readmore-button {
	background-color: var(--button-background-color);
	background: linear-gradient(to bottom, var(--button-background-color), var(--button-gradient-color));
	color: var(--button-foreground-color);
	transition: all 0.2s ease 0s;
	margin-bottom: 10px;
	border: 1px solid var(--button-background-color);
}

.readmore-button:link, .readmore-button:visited {
	color: var(--button-foreground-color) !important;
}
.readmore-button:hover {
	color: var(--button-foreground-hover) !important;
	border-radius: 4px;
}

.list-excerpt, .list-excerpt-content {
	overflow: auto;
}

.list-excerpt .readmore {
    margin-top: 6px;
}

a:link, a:visited {
	color: var(--link-normal-color);
}

a:hover {
	color: var(--link-hover-color);
}

a:active {
	color: var(--link-active-color);
}

#full-header {
	position: relative;
	/* If BAP, z-index: 1000; */
}

#top-header-bar {
	position:  relative;
	background-color: var(--top-header-bar-background);
	color: var(--top-header-bar-foreground);
	height: 50px;
	font-size: 1px;
	overflow: hidden;
}

#company_phone {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	color: var(--text-on-accent-color);
	padding: 10px 20px 10px 50px;
	display: inline-block;
}

#company_phone:before {
	content: "\f095";
	font-family: FontAwesome;
	position: relative;
	margin-right: 2px;
}

#company_phone a {
	color: var(--text-on-accent-color);
	text-decoration: none;
}

#company_email {
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	color: var(--text-on-accent-color);
	padding: 10px 20px 10px 50px;
	display: inline-block;
}

	#company_email:before {
		content: "\f0e0";
		font-family: FontAwesome;
		position: relative;
		margin-right: 2px;
	}

	#company_email a {
		color: var(--text-on-accent-color);
		text-decoration: none;
	}

#company_social {
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-transform: none;
	text-decoration: none;
	color: var(--text-on-accent-color);
	padding: 10px 20px 10px 50px;
	display: inline-block;
}

	#company_social a {
		color: var(--text-on-accent-color);
		text-decoration: none;
	}

#top-header {
	position: relative;
	min-height: 10px;
	/* if bap, comment this out and uncomment the next line: */
	background-color: var(--top-header-background);
	/*background: linear-gradient(rgba(0,0,0,1),rgba(0,0,0,0.7),rgba(0,0,0,0));*/
}

#top-header img {
	max-width: 100%;
	height: auto;
}

.top-header-text {
	color: #a7001e;
	font-size: 20px;
}

#top-header-inner {
	position: relative;
	/*margin: 0 2%;*/
	margin-left: 2%;
	/*if using megamenus, comment out the overflow:hidden below */
	overflow: hidden;
	display: table;
	table-layout: fixed;
	width: 95%;
}

#top-header-logo {
	float: left;
	width: 19%;
	max-width: 19%;
	margin: 0px 20px;
	text-align: center;
}

#top-header-tag {
	display: table-cell;
	width: 40%;
	vertical-align: middle;
	text-align: center;
}

#top-header-tag img {
	max-width: 100%;
	height: auto;
	transition: all 0.5s ease 0s;
}

	#top-header-tag a {
		text-decoration: none !important;
	}

#top-header-contact {
	display: table-cell;
	width: 35%;
	text-align: right;
	vertical-align: middle;
	padding-top: 2px;
}

#top-header-contact a {
	color: var(--link-on-header-color) !important;
}

#top-header-contact .link-button a {
	color: #fff !important;
	text-decoration: none;
}

#top-header-social {
	overflow: auto;
	text-align: right;
	margin-bottom: 5px;
	margin-top: 5px;
	transition: all 0.5s ease 0s;
}

#top-header-pickup {
	display: table-cell;
	width: 30%;
	text-align: center;
	padding-top: 20px;
	transition: all 0.5s ease 0s;
}

#top-header-pickup img {
	max-width: 70%;
	height: auto;
}


.start {
	display:none;
}

#mid-header {
	position: relative;
	text-align: center;
	/* use this for standard mid-header */
	visibility: hidden;
	margin-top: 0;
	/* use this if we have a BAP mid-header */
	font-size: 1.4em;
	line-height: normal;
	z-index: 1000;
	color: #fff;
}
#mid-header-bap {
	position: absolute;
	text-align: center;
	/* use this for standard mid-header */
	visibility: visible;
	margin-top: 0;
	/* use this if we have a BAP mid-header */
	font-size: 1.4em;
	line-height: normal;
	z-index: 1000;
	color: #000;
	top: calc(50% - 20px);
	text-align: center;
	left:0;
	right: 0;
}

#mid-header-inner {
	position: relative;
	margin: 0 auto;
}

#mid-header img {
	display:block;
	max-width: 100%;
	height: auto;
	width: 100%;
}

#nav-header-wrapper {
	position: relative;	/* If BAP with menu at the top, change to FIXED */
	width: 100%;
	top: 0;
	left: 0;
/*	background: #fff;*/
/*	border-bottom: 1px solid #ccc;*/
	z-index: 9000;	/* If BAP with menu at the top, change to 19000 */
	transition: all 0.5s ease 0s;
}

#nav-header-wrapper.sticky-element {
	position: fixed;
}

/* used when we have the navigation to the right of the logo */
#nav-header-section {
	display: table-cell;
	vertical-align: top;
	padding-top: 25px;
	box-sizing: border-box;
	position: relative;
	text-align: right;
}

#nav-header {
	background-color: var(--nav-bar-background-color);	/* set to TRANSPARENT if you want what comes under it to show */
	border-bottom: solid 1px var(--top-header-bar-background);
}

.navigation {
	background-color: transparent;
	text-align: right;
}

.navigation img {
	max-width: 100%;
	height: auto;
}

.navigation-list > li > a {
	border-right: solid 1px transparent;
}

.submenu-indicator {
	margin-left: 5px !important;
	color: var(--nav-foreground-color);
}

.submenu-indicator:after {
	border-color: transparent var(--nav-subnav-indicator-color) var(--nav-subnav-indicator-color) transparent;
}

.navigation-item:hover > .navigation-link > .submenu-indicator:after,
.navigation-item:focus > .navigation-link > .submenu-indicator:after,
.navigation-item.is-active > .navigation-link > .submenu-indicator:after {
	border-color: transparent var(--nav-subnav-indicator-color) var(--nav-subnav-indicator-color) transparent;
}

.navigation-megamenu {
	background-color: var(--nav-subnav-mega-background);
	box-shadow: 0 0 3px #666;
	font-weight: 400;
}

.navigation-item {
	text-align: left;
}

.navigation-list > li > a:hover {
	color: var(--nav-foreground-hover);
	background-color: inherit;
}

.navigation-list > li:not(.navigation-list-heading) > a:before {
	content: "";
	position: absolute;
	left: 12px;
	font-size: 14px;
	transform: rotate(45deg);
}

.navigation-megamenu .navigation-tabs-nav-item {
	font-weight: 400;
}

.navigation-megamenu h6 {
	margin: 0;
	padding: 0;
	padding-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
}

.navigation-row.taaligncenter {
	align-items: center;
	border: 1px dotted var(--dotted-border-megamenu);
}

	.navigation-row.taaligncenter:hover {
		border: 1px solid var(--dotted-border-megamenu);
	}

.navigation-list > li > a {
	font-weight: bold;
	font-family: "Comic Neue",Raleway,"Open Sans",sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}

.navigation-tabs-pane {
	background-color: #FBCA01;
}

.navigation-tabs-nav > li.is-active a, .navigation-tabs-nav > li:hover a, .navigation-tabs-nav > li:active a {
	background-color: #efc002;
}

.navigation-tabs-nav > li a {
	background-color: #EBA600;
}

.navigation-tabs {
	background-color: #FBCA01;
}

.navigation-body {
	background-color: var(--nav-bar-background-color);
}

.navigation-tabs::after {
	background-color: inherit;
}

.navigation-dotted {
	margin: 3px;
	border: 1px dotted var(--dotted-border-megamenu);
}

.navigation-link {
	line-height: normal;
	border-bottom: 1px solid transparent;
}

.navigation .navigation-menu {
	margin-top: var(--nav-margin-top);
	/*margin-bottom: var(--nav-margin-bottom);*/
	transition: all 0.5s ease 0s;
}

#nav-header-wrapper.stuck .navigation .navigation-menu {
	margin-top: 1px;
	transition: all 0.5s ease 0s;
}

.navigation-menu .navigation-item .navigation-link {
	line-height: var(--nav-line-height);
}

.navigation-menu a, .navigation-menu a:link, .navigation-menu a:visited {
	color: var(--nav-foreground-color);
	border-bottom: 1px solid transparent;
}

.navigation-megamenu a:link,.navigation-megamenu a:visited {
	color: var(--nav-foreground-color);
	border-bottom: 1px solid transparent;
}

.navigation-item:not(.navigation-brand-text):hover .navigation-link, 
.navigation-item:not(.navigation-brand-text):focus .navigation-link, 
.navigation-item:not(.navigation-brand-text).is-active .navigation-link {
	color: var(--nav-foreground-hover);
	border-bottom: 1px solid transparent;		/*var(--nav-foreground-hover);*/
}

.navigation-item:not(.navigation-brand-text).current .navigation-link {
	color: var(--nav-foreground-current);
}

.navigation-link {
	color: var(--text-on-accent-color);
}

.navigation-link:visited {
	color: var(--text-on-accent-color);
}

.navigation .meganav-readmore {
	font-size: 0.7em;
	font-style: italic;
	padding-top: 0.5em;
	display: block;
}

.navigation .navigation-menu .current {
	color: var(--nav-foreground-current);
}

.navigation .tammhoriz {
	font-family: "Comic Neue",Raleway,"Open Sans",sans-serif;
	text-align: center;
}

.navigation .tammvert {
	font-family: "Comic Neue",Raleway,"Open Sans",sans-serif;
	text-align: left;
}

.navigation-megamenu.is-visible {
	max-height: 5000px;
	transition: max-height 2s ease 0s;
}

.navigation-megamenu-container {
	border-top: 2px solid var(--nav-subnav-mega-topborder);
}

.navigation-dropdown {
	border-top: 2px solid var(--nav-subnav-mega-topborder);
	background-color: var(--nav-subnav-mega-background);
	width: 250px;
}

.navigation-body.is-visible .navigation-dropdown {
	width: 100%;
}

.navigation-dropdown-item:hover > .navigation-dropdown-link,
.navigation-dropdown-item:focus > .navigation-dropdown-link,
.navigation-dropdown-item.is-active > .navigation-dropdown-link {
	text-decoration: none !important;
	color: var(--nav-foreground-hover) !important;
	/*background-color: var(--nav-subnav-current-background);*/
}


.navigation-dropdown-link {
	text-transform: uppercase;
	color: var(--nav-foreground-color) !important;
}

.navigation-dropdown-item:hover > .navigation-dropdown-link,
.navigation-dropdown-item:focus > .navigation-dropdown-link {
	background-color: white;
}

.navigation-dropdown-item.is-active > .navigation-dropdown-link {
	background-color: var(--nav-subnav-mega-background);
	color: var(--nav-foreground-current) !important;
}

.navigation-body.offcanvas-right.is-visible .navigation-dropdown-link {
	padding-left: 25px;
}

.navigation-col.tammhoriz {
	border: 1px dotted var(--dotted-border-megamenu);
}

	.navigation-col.tammhoriz:hover {
		border: 1px solid var(--dotted-border-megamenu);
	}

#home-page-ad {
	border: 1px solid #000;
	margin-top: 50px;
}

#inner-page-top-ad {
	/*border: 1px solid #000;*/
	margin-bottom: 100px;
}

#inner-page-bottom-ad {
	/*border: 1px solid #000;*/
	margin-top: 50px;
}

#inner-page-side-ad {
	/*border: 1px solid #000;*/
	text-align: center;
	margin-top: 100px;
	/*margin-left: 30px;*/
}

.sticky-nav-image {
	padding-left: 1%;
	padding-top: 3px;
	display: none;
	float: left;
	transition: all 0.5s ease 0s;
}

.sticky-social {
	padding-top: 3px;
	padding-right: 1%;
}

.sticky-nav-image img {
	max-width: 75%;
	height: auto;
}

#nav-header-wrapper.stuck #top-header-logo img, #nav-header-wrapper.stuck #top-header-tag img {
	max-width: 45%;
	transition: all 0.5s ease 0s;
	height: auto;
}

#nav-header-wrapper.stuck #top-header-tag {
	text-align: center;
}

#nav-header-wrapper #top-header-logo img {
	max-width: 100%;
	transition: all 0.5s ease 0s;
}

#nav-header-wrapper.stuck #top-header-contact {
	font-size: 1.0em;
	padding-top: 5px;
	transition: all 0.5s ease 0s;
}

#nav-header-wrapper.stuck #top-header-social {
	margin-top: 5px;
	transition: all 0.5s ease 0s;
}

#nav-header-wrapper.stuck #top-header-pickup {
	margin-top: 2px;
	transition: all 0.5s ease 0s;
}

#nav-header-wrapper.stuck #top-header-pickup p.link-button {
	margin-bottom: 0;
	transition: margin-top 0.5s ease 0s;
}

#nav-header-wrapper.stuck {
	/* If doing BAP, remove these styles thru background-color and add in background-color: var(--nav-bar-background-color); */
	position: fixed;
	top: 0;
	box-shadow: 0 4px 6px #888;
	background-color: #fff;
	transition: all 0.5s ease 0s;
}

#nav-header-inner-wrapper {
	/* used when we have a full-across nav under a header */
	margin: 0 2%;
	/* used when we have a to-the-right-of-logo navigation */
	text-align: right;
}

#nav-header-inner {
	float: right;
	position: relative;
	width: 75%;
	color: var(--nav-foreground-color);
	font-family: var(--font-family-default);
	font-size: 16px;
	font-weight: bold;
}

#nav-header-social {
	/*float: right;
	width: 29%; */
	overflow: auto;
	text-align: right;
	margin-bottom: 5px;
}

.a2a_default_style {
	float: right;
}

#hdrpicwrap {
	text-align: center;
}

#hdrpic {
	margin: 0 auto;
}

#widebody {
	position: relative;
	margin: 0 2%;
}

#wideleft {
	width: 70%;
	float: left;
}

#wideleft-inner {
	position: relative;
	padding: 15px 5px 25px 10px;
	font-family: var(--font-family-default); 
	font-weight: 400;
	font-size: var(--font-size-default);
	line-height: 23px;
}

#wideleft img {
	max-width: 90%;
	height: auto;
}

#wideright {
	float: right;
	width: 29%;
	font-family: var(--font-family-default);
	font-weight: 400;
	font-size: var(--font-size-default);
}
 
#right-side-area {
	padding: 20px 5px 20px 20px;
}

#fullbody {
	position: relative;
	padding: 15px 5%;
	font-family: var(--font-family-default);
	font-weight: 400;
	font-size: var(--font-size-default);
	line-height: 23px;
}

#fullbody img {
    max-width: 95%;
    height: auto;
}

#storybody, #footer-storybody {
	position: relative;
	font-family: var(--font-family-default);
	font-weight: 400;
	font-size: var(--font-size-default);
	line-height: 23px;
}

#mainbody {
	position: relative;
	max-width: 1050px;
	margin: 0 auto 0 auto;
}

#mainleft {
	float: left;
	width: 225px;
	padding-top: 15px;
}

#mainright {
	margin: 0 25px 0 235px;
	padding: 20px 0 20px 15px;
	font-family: var(--font-family-default);
	font-size: var(--font-size-default);
	line-height: 23px;
 }
 
#mainright img {
	max-width: 90%;
	height: auto;
}

.hpb-title {
	color: #006600;
	font-size: 16px;
	font-weight: bold;
}

.hpb-title a {
	color: #006600;
	text-decoration: none;
}

.hpb-subtitle {
	font-size: 11px;
}

.hpbd-title {
	font-size: 13px;
	font-weight: bold;
	color: #000;
}

.hpbd-title a {
	color: #000;
	text-decoration: none;
}

.hpbd-excerpt {
	color: #000;
	font-size: 12px;
}

#hp-feature {
	float: right;
	width: 220px;
	margin-bottom: 30px;
	margin-top: 10px;
	margin-left: 10px;
	border: 2px solid #666;
	border-radius: 10px;
	min-height: 150px;
	padding: 10px 15px 10px 15px;
	line-height: normal;
}

#hpf-header {
	padding-bottom: 15px;
}

.hpf-content {
	margin: 12px 0 7px 0;
	box-sizing: border-box;
	overflow: auto;
}

.hpf-linkarea {
	text-align: right;
	font-size: 70%;
	margin-bottom: 10px;
}

.hpf-separator {
	color: #ddd;
	height: 1px;
	background-color: #ccc;
	border: 0;
	margin: 10px 20px;
}

.hpf-section-separator {
	color: #ddd;
	height: 1px;
	background-color: #ddd;
	border: 0;
	margin: 20px 0;
}

.hpf-linkarea a {
	color: #000;
	font-style: italic;
}

.hpf-featured-member-header {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	padding-bottom: 15px;
	padding-top: 5px;
}

.hpf-learnmore {
	color: #000;
	font-style: italic;
}

.hpf-learnmore a {
	color: #000;
	text-decoration: none;
}

#footerarea {
	border-top: 15px solid #000;
	border-top-color: var(--footerarea-separator-color);
	background: var(--footerarea-background-color);
}

.footer-logo img {
	max-width: 100%;
	height: auto;
	display: block;
}

.footer-info {
	background-color: var(--accent-color);
	color: var(--text-on-accent-color);
	line-height: 50px;
	text-align: left;
	padding: 2px 20px;
}

#flex-footer {
	background: none;
}

#footer {
	position: relative;
	font-size: 16px;
	padding: 10px 10px;
}

#footer-inner {
	position: relative;
	margin: 0 2%;
}

.footernav-header {
	display:block;
	font-size: 1.2em;
	font-family: var(--font-family-default);
	color: var(--footerarea-header-color);
}

.footernav-entry {
	color: var(--footerarea-navtext-color);
	display: block;
	padding-left: 10px;
}

.footernav-entry a, a.footernav-entry {
	color: var(--footerarea-navtext-color);
}

.footernav-entry a:hover, .footernav-entry:hover {
	color: var(--footerarea-navtext-hover-color);
	text-decoration: none;
}

#lower-footer {
	color: var(--footerarea-header-color);
	text-align: center;
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
}

#footer-bottom {
	position: relative;
	font-size: 14px;
	padding: 5px 10px;
}

#footer-bottom-inner {
	position: relative;
	margin: 0 2%;
}

#dykarea {
	padding-top: 10px;
	text-align: left;
}

.dykintro {
	color: var(--footerarea-dykintro-color);
	font-weight: bold;
	font-style: italic;
}

.dyktext {
	display: inline;
	color: var(--footerarea-dyktext-color);
}

.dyktext p {
	display: inline;
}

.dyktext a, .dyktext a:link, .dyktext a:hover, .dyktext a:visited, .dyktext a:active {
}

.animated-content {
	display: none;
}

.list-content {
	background-color: #ddd;
	margin: 10px 10px 10px 20px;
	padding: 10px;
	border: 1px solid #666;
	color: #000;
}

.list-title {
	line-height: 25px;
}

.list-title a:link {
	color: var(--link-normal-color) !important;
	text-decoration: underline;
}

.list-title a:hover {
	color: var(--link-hover-color) !important;
	text-decoration: none;
}

a.pp_close {
	top: -18px !important;
}

a.pp_close:hover {
	opacity: 1 !important;
}

a.pp_expand, a.pp_contract {
	right: auto !important;
	left: 30px !important;
}

/************ DROP DOWN MENUS - TOP BAR MENU *************/
.mnavmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	text-align:center;
	/* if working with tabs around top nav elements, the next couple of entries are probably necessary */
	line-height: 25px;
	/*
	padding-right: 20px;
	*/
	font-size: 16px;
	font-weight: 600;
}

.mnavmenu li{
	display: inline;
	margin: 0;
}

/* if working with tabs, comment out next two sections */
.mnavmenu li:before {
	content: "";
}

.mnavmenu li.mnavmenu_first:before {
	content: "";
}

.mnavmenu li a{
	position: relative;
	display:inline-block;
	text-decoration: none;
	margin: 0;
	/* if working with tabs, use this type of padding padding: 0 0 0 20px; /*padding inside each tab*/
	padding: 5px 8px; /*padding inside each tab*/
/*	border-right: 1px solid #FFFFFF; /*right divider between tabs*/
	color: var(--nav-foreground-color);
	background: none;
	margin-left: 3px;
	/* working with tabs */
	/*
	background: url(/_images/navtab-left.png) no-repeat;
	height: 41px;
	*/
/*	background: #00457c;*/
}

/* working with tabs
.mnavmenu li a span {
	display: inline-block;
	height: 41px;
	background: url(_images/navtab-right.png) right top no-repeat;
	padding: 0 20px 0 0;
}
*/

.mnavmenu_first {
/*float: left;
display: block; */
/*padding-top: 12px; /*padding inside each tab*/
/*padding-bottom:12px;
/*border-left: 1px solid #FFFFFF;*/
}

.mnavmenu li a:visited{
/*	color: #FFFFFF;
	background-color: #00457c;*/
	color: var(--nav-foreground-color);
}

.mnavmenu li a:before,
.mnavmenu li a.selected:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: 0;
	left: 0;
	background-color: #000;
	visibility: hidden;
	transform: scaleX(0);
	transition: all 0.3s ease-in-out 0s;
}

.mnavmenu li a:hover:before {
	visibility: visible;
	transform: scaleX(1);
}

.mnavmenu li a.selected:before {
	visibility: visible;
	transform: scaleX(1);
}

.mnavmenu li a:hover{
	color: var(--nav-foreground-hover) !important;
}

/* working with tabs
.mnavmenu li a:hover span{
	background: url(/_images/navtab-active-right.png) right top no-repeat;
}
*/

/*
.mnavmenu a.selected{
	color: #fff !important;
	background-color: #055299;
}
*/

/*
.mnavmenu a.selected span{
	color: #FFF;
	background: url(/_images/navtab-active-right.png) right top no-repeat;
}
*/

.mnavmenu a.current{
	color: var(--nav-foreground-current) !important;
	border-bottom: 1px solid #222;
	/*background-color: #055299;*/
	/*background: url(/_images/navtab-current-left.png) no-repeat;*/
}

/*
.mnavmenu a.current span{
	color: #FFF;
	background: url(/_images/navtab-current-right.png) right top no-repeat;
}
*/

/************** DROP DOWN MENUS - DROP DOWNS ****************/



.ddsubmenustyle, .ddsubmenustyle ul{ /*topmost and sub ULs, respectively*/
	font-size: 16px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	list-style-type: none;
	background: var(--nav-subnav-background-color);
	border: 1px solid #000;
	visibility: hidden;
	z-index: 100;
	/*border-radius: 6px;*/
	box-shadow: 2px 2px 4px #666;
}

.ddsubmenustyle li a{
	display: block;
	min-width: 150px; /*width of menu (not including side paddings)*/
	color: var(--nav-subnav-foreground-color);
	/*background-color: #1D0F5E;*/
	text-decoration: none;
	padding: 4px 15px;
	text-align: left;
	transition: background-color 0.2s ease 0s;
	line-height: 28px;
	white-space: nowrap;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
	display: inline-block;
	width: 260px; /*width of menu (include side paddings of LI A*/
	text-align: left;
}

.ddsubmenustyle li a:hover{
	background-color: #666;
	color: #fff;
}

/* ######### Neutral CSS  ######### */

.downarrowpointer{ /*CSS for "down" arrow image added to top menu items*/
	padding-left: 4px;
	border: 0;
}

.rightarrowpointer{ /*CSS for "right" arrow image added to drop down menu items*/
	position: absolute;
	padding-top: 3px;
	left: 100px;
	border: 0;
}

.ddiframeshim{
	position: absolute;
	z-index: 500;
	background: transparent;
	border-width: 0;
	width: 0;
	height: 0;
	display: block;
}


/************ LEFT NAV EXANDABLE MENUS **************/

/* left nav */
.arrowlistmenu{
	width: 100%;
	padding-left: 8px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	/*font-family: Arial, Helvetica, sans-serif;*/
	cursor: pointer;
}

.arrowlistmenu h6.menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	/*font-family: Arial, Helvetica, sans-serif;*/
	cursor: pointer;
	margin: 0;
	padding: 0 0 10px 19px;
	/* if wanting an arrow indicator, specify the background image here for closed
	background: transparent url(skin/shalimar/modules/Flyout_Menus/Icons/plus_minus_closed.jpg) no-repeat left top;
	*/
}

.arrowlistmenu h6.menuheader.openheader,.arrowlistmenu h6.menuheader.openheader a {
	/* if wanting an arrow indicator, specify the background image here for open
	background: transparent url(skin/shalimar/modules/Flyout_Menus/Icons/plus_minus_open.jpg) no-repeat left top;
	*/
	color: #03F !important;
}

.arrowlistmenu .menuheader a { /*CSS class for menu headers in general (expanding or not!)*/
	color: #000;
	text-decoration: none;
}

.arrowlistmenu h6.menuheader a {
	color: #000;
	text-decoration: none;
}

.arrowlistmenu .toplevellink {
	/*font-family: Arial, Helvetica, sans-serif;*/
	color: #000;
	font-weight: bold;
	text-decoration: none;
	padding-left: 19px;
	padding-bottom: 10px;
	padding-top: 0;
	display: block;
	font-size: 1.1em;
}

.arrowlistmenu .toplevellink a {
	text-decoration: none;
	color: #000;
}

.arrowlistmenu .expandable-ss {
	cursor: pointer;
	padding-left: 19px; /*link text is indented 19px*/
	font-size: 14px;
	font-weight: bold;
}

.arrowlistmenu a.toplevellink:hover {
	color: #03f;
}

.arrowlistmenu h6.menuheader:hover {
	color: #03f !important;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
	padding-left: 19px;
}

.arrowlistmenu ul li{
	padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
	color: #000;
	display: block;
	padding: 0;
	padding-left: 19px; /*link text is indented 19px*/
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	/*font-family: Arial, Helvetica, sans-serif;*/
}

.arrowlistmenu ul li a:visited{
	color: #000;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
	color: #03f;
}

.arrowlistmenu .sidesubnav {
	display: block;
	color: #000;
	padding: 0 0 0 19px;
	cursor: pointer;
	font-size: 1em;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-weight: bold;
}

.arrowlistmenu .sidesubnav:hover {
	color: #03f;
}

.arrowlistmenu .sidesubnav.openheader {
	color: #03f;
}

.arrowlistmenu .selected {
	color: #03f !important;
}

.list-excerpt h2 {
	font-size: 18px;
	font-weight: bold;
	line-height: normal;
	font-family: var(--font-family-default);
	margin: 0;
	padding: 0;
}

.list-excerpt-title h2 {
	font-size: 24px;
	line-height: normal;
	font-weight: 500;
	font-family: "Raleway","Open Sans",Arial,Helvetica, sans-serif;
	margin: 30px 0;
	text-align: center;
}

.list-excerpt h2 a {
	color: var(--link-normal-color);
}
.list-excerpt h2 a:hover {
	text-decoration:none;
}

.list-excerpt .pubdate_class, .content-wrapper .pubdate_class {
}

.detail-separator {
	background-color: #777676;
	width: 80%;
	margin: 10px auto;
}

.list-blog-sidebar {
	width: 300px;
}

.list-blog-categories {
	background-color: var(--accent-color-lighter);
	border-radius: initial;
	box-shadow: none;
}

.list-blog-categories-header {
	margin-top: -5px;
	margin-left: -8px;
	margin-right: -8px;
	background-color: var(--accent-color);
	color: var(--text-on-accent-color);
	border-bottom: 0;
}

.list-blog-categories a {
	font-size: 14px;
}

.list-blog-categories a.filtered {
	color: var(--blog-link-filtered);
}

.list-blog-history {
	background-color: var(--accent-color-lighter);
	border-radius: initial;
	box-shadow: none;
}

.list-blog-history-header {
	margin-top: -5px;
	margin-left: -8px;
	margin-right: -8px;
	background-color: var(--accent-color);
	color: var(--text-on-accent-color);
	border-bottom: 0;
}

.list-blog-history a {
	font-size: 14px;
}

.list-blog-history a.filtered {
	color: var(--blog-link-filtered);
}

.list-blog-contents {
	margin-right: 325px;
}

.list-blog-contents-filtered {
	font-size: 14px;
}

/****************************************
 * home page bullets stuff
 ****************************************/

#top-header-bullets {
	padding-bottom: 10px;
}

#bulletwrapper {
	/*background: url(_images/bulletback.gif) left bottom repeat-x;*/
	box-shadow: 0 5px 6px #333;
	background-color: #a8a8a7;
	background: linear-gradient(to bottom, #767676, #a8a8a7);
}

#bulletinner {
	position: relative;
}

#z1_nav {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 40px;
	width: 100%;
	line-height: 40px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background-color: #f7cf27;
	background: linear-gradient(to bottom, #f7cf27, #f9b029);
	border-top: 3px solid #a5001a;
	z-index: 5;
}

#z1_nav_inner {
	margin: 0 2%;
	font-size: 24px;
}

#z1_nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	text-align:center;
}

#z1_nav ul li {
	display: inline-block;
	padding: 0 25px;
	min-width: 100px;
	zoom: 1;
	*display: inline;
	color: #333;
}

#bulletinner-content-wrap {
	position: relative;
	height: 500px;
	overflow: hidden;
}

#bulletinner-content {
	position: absolute;
	top: 0;
	left: 0;
	height: 500px;
	width: 100%;
	font-size: 16px;
	z-index: 1;
}

#bulletinner-content .active {
	z-index: 3;
}

#bulletinner-content img {
	max-width: 100%;
	height: auto;
}

#bulletinner-content h1 {
	font-family: var(--font-family-default);
	font-size: 30px;
}

#bulletinner-content .start {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.bullet, .firstbullet, .lastbullet {
	cursor: pointer;
	background: none;
}

#z1_nav_inner .active {
	/*background: url(_images/bullet.png) left center no-repeat;*/
	color: #000 !important;
}

#z1_nav_inner .active:before {
	/*background: url(_images/bullet.png) left center no-repeat;*/
	content: "~";
}

#altnav-wrapper, #altnav-header {
}
	
.logo {
}

#hp-highlight-wrapper {
	overflow: auto;
}

.hp-highlight {
	float: left;
	width: 30%;
	min-width: 200px;
	height: 300px;
	overflow: hidden;
	margin-right: 2%;
	border-radius: 10px;
	border: 1px solid #ddd;
	background-color: #eee;
	margin-bottom: 25px;
}

.hp-hl-header {
	background-color: #036eb2;
	color: #fff;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	text-align: center;
}

.hp-hl-header h1 {
	font-family: "Austin", Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: normal;
	margin: 0;
	padding: 0;
	font-variant: small-caps;
	text-transform: none;
	font-weight: normal;
}

.hp-hl-content {
	margin: 5px 10px;
	font-size: .95em
}

.hp-hl-linkarea {
	margin-top: 5px;
}

.hp-hl-linktext {
	font-style: italic;
}

.hp-hl-linktext a {
	color: #000;
}

#hp-recent-posts {
	margin-top: 25px;
}

.hp-recent-post-wrapper {
	margin-bottom: 15px;
}

.hp-recent-post-wrapper h1 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0;
	padding: 0;
}

.hp-recent-post-wrapper h1 a {
	text-decoration: none;
	color: #444;
}

.hp-recent-post-wrapper h1 a:hover {
	text-decoration: none;
	color: #000;
}

.hp-recent-post-excerpt {
	color: #444;
}

.list-topics {
	overflow: auto;
}

.list-topic-one-title {
	position: relative;
}

.list-topic-one-title a {
	display: block;
}

.list-topic-one-title symbol {
	position: absolute;
	top: 33%;
	right: 10px;
	transition: transform 1s;
	cursor: pointer;
}

.list-topic-one-title.active symbol {
	transform: rotateX(180deg);
}

.list-content {
	background-color: #ddd;
	margin: 10px 10px 10px 20px;
	padding: 10px;
	border: 1px solid #666;
	color: #000;
	font-size: 1.2em;
	line-height: 1.4em;
}

.list-topic-one {
	padding-top: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #000;
}

.list-title {
	line-height: normal;
	font-size: 1.4em;
	color: #000;
}

.list-title a:link {
	color: var(--link-normal-color) !important;
	text-decoration: underline;
}

.list-title a:hover {
	color: var(--link-hover-color) !important;
	text-decoration: none;
}


.right-sidebar-nav {
	margin: 10px 0 25px 0;
}

.right-sidebar-nav a {
}

.right-sidebar-nav h2 {
	background-color: var(--accent-color);
	color: var(--text-on-accent-color);
}

.right-sidebar-nav a.first {
}

.right-sidebar-nav a.current {
}

#right-sidebar-inner {
}

#rsb-other-wrapper {
	margin-left: 15px;
	margin-top: 25px;
	color: #666;
}

.one-third-section {
	float: left;
	width: 30%;
	margin-right: 3%;
	font-size: 18px;
}

#footernav-wrapper {
	float: left;
	max-width: 60%;
}

.footer-connect-wrapper {
	max-width: 40%;
	width: 40%;
}

.footer-connect {
	color: var(--footerarea-company-color);
}
.footer-company-name {
	color: var(--footerarea-company-color);
}

.footer-company-name a {
	color: var(--footerarea-company-link-color);
}

.footer-company-name h3 {
	margin: 2px 0;
}

.footer-content {
	float: left;
	width: 50%;
	text-align: center;
	padding-top: 20px;
}

.footer-content, .footer-content a {
	color: #fff;
}

.footer-company-data-wrapper {
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	overflow: auto;
}

.footer-company-name .footer-company-name-info-icon,
.footer-company-name .footer-company-address-info-icon,
.footer-company-name .footer-company-phone-info-icon,
.footer-company-name .footer-company-hours-info-icon {
	float: left;
	width: 10%;
	text-align: right;
	margin-right: 2%;
}

.footer-company-name .footer-company-name-info-data,
.footer-company-name .footer-company-address-info-data,
.footer-company-name .footer-company-phone-info-data,
.footer-company-name .footer-company-hours-info-data {
	float: left;
	width: 87%;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
}

/* 
	SlickNav User Style
	Change the following styles to modify the appearance of the menu.
*/

/* Button */
.slicknav_btn {
	background-color: #222222;
	/* use when it could be over a darker background box-shadow: 0 0 3px 1px #ddd; */
}
/* Button Text */
.slicknav_menu  .slicknav_menutxt {	
	color: #FFF;
	font-weight: bold;	
	text-shadow: 0 1px 3px #000;	
}
/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
	background-color: #f5f5f5;
}
.slicknav_menu {
}
.slicknav_nav {
	color:#fff;
}
.slicknav_nav, .slicknav_nav ul {
	background-color: var(--accent-color);
}
.slicknav_nav a{
	color:#fff;
}
.slicknav_nav .slicknav_item:hover {
	background:#ccc;
	color:#222;	
}
.slicknav_nav a:hover{
	background:#ccc;
	color:#222;
}

.quoted-text {
	background: url(/_images/open-quote.png) left top no-repeat;
	padding: 15px 0 0 45px;
	display: inline-block;
}

.quoted-internal {
	display: inline-block;
}

.quoted-text div {
	background: url(/_images/close-quote.png) right bottom no-repeat;
	padding: 0 65px 5px 0;
}

.quoted-text-white {
	background: url(/_images/open-quote-white.png) left top no-repeat;
	padding: 15px 0 0 45px;
	display: inline-block;
}

.quoted-text-white div {
	background: url(/_images/close-quote-white.png) right bottom no-repeat;
	padding: 0 65px 5px 0;
}

.labelcell {
	font-size: 14px;
}

.fieldcell, .smallfieldcell, .selectcell, .tbcell {
	font-size: 16px;
	padding: 8px;
}

.fieldcell, .smallfieldcell, .selectcell {
	height: auto;
}

.tbcell {
	max-width: 90%;
	width: 60%;
}

.tbcellspan {
	max-width: 90%;
	color: #000;
	background-color: #FFF;
	border: 1px solid #a5a5a5;
	margin-right: 0px;
	padding: 6px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;	
}

.tbcellspan:focus {
	border-color: #000;
	box-shadow: 0 0 5px #666;
}

table {
	max-width: 98%;
}

.reviewsfeed {
	visibility: hidden;
}

.review_content {
	margin: 0 8%;
	text-align: center;
}

#review-pretext {
	padding-bottom: 20px;
}

.review-separator {
	margin-top: 7px; 
	height: 1px; 
	margin-bottom: 7px;
	border: 0;
	color: #ddd;
	background-color: #ddd;
}

#reviews-wrapper {
	margin-bottom: 25px;
}

.review-entry-content {
	padding-left: 25px;
}

#review-form .labelcell {
	text-align: left;
}

#review-form-div {
	border-top: 1px solid #666;
	margin-top: 30px;
	margin-left: 0;
	margin-right: 15%;
	padding: 10px 15px;
	width: auto;
}

#review-form-div .labelcell {
	text-align: left;
}

#review-form-div .spanlabelblock {
	margin-top: 12px;
}

.taFormOuterWrapper {
	position: relative;
}

.taFormOuterWrapper .formPretext {
	text-align: left;
}

.taFormOuterWrapper .formFieldsSection {
	display: inline-block;
	padding-top: 25px;
	max-width: 100%;
	width: 100%;	/* TODO: TA note: watch this one */
}

.taFormOuterWrapper .formFieldsSection .formFieldWrapper {
	margin-top: 10px;
}

.taFormOuterWrapper .formFieldsSection .formFieldWrapper .formField-heading {
	display: inline-block;
	width: 100%;
	vertical-align: text-top;
	text-align: left;
}

.width-60 {
	width: 60% !important;
}

.taFormOuterWrapper .formFieldsSection .formFieldWrapper .formField-label {
	display: inline-block;
	width: 35%;
	vertical-align: middle;
	padding-right: 10px;
}

.taFormOuterWrapper .formFieldsSection .formFieldWrapper .formField-field {
	display: inline-block;
	width: 60%;
	vertical-align: text-top;
	text-align: left;
}

.taFormOuterWrapper .formFieldsSection .formFieldWrapper .captcha-note {
	font-size: .7em;
	font-style: italic;
}

.taFormOuterWrapper .formFieldsSection .formFieldWrapper textarea {
	max-width: 95% !important;
}

.taFormOuterWrapper .formButtonsSection {
	margin-top: 15px;
}

	.taFormOuterWrapper .formButtonsSection input#submititid {
		background: var(--link-button-background-bottom);
		padding: 6px 12px;
		border-radius: 4px;
		border: 1px solid var(--link-button-background-bottom);
		color: #eee;
		margin-bottom: 10px;
	}

.taFormOuterWrapper .formButtonsSection input#submititid:hover {
	box-shadow: 2px 2px 5px #333;
}
	#review-form-div .spanbuttons input#submit {
		background: var(--link-button-background-bottom);
		padding: 6px 12px;
		border-radius: 4px;
		border: 1px solid var(--link-button-background-bottom);
		color: #eee;
		margin-bottom: 10px;
	}

		#review-form-div .spanbuttons input#submit:hover {
			box-shadow: 2px 2px 5px #333;
		}

.taFormBlockMode {
	text-align:left;
}
.taFormOuterWrapper .formFieldsSection .formFieldWrapper.taFormBlockMode .formField-label {
	display: block;
	width: auto;
	text-align: left !important;
}

.taFormOuterWrapper .formFieldsSection .formFieldWrapper.taFormBlockMode .formField-field {
	display: block;
	width: auto;
}

.taFormOuterWrapper .formFieldsSection .formFieldWrapper.taFormBlockMode .formField-full .fieldcell,
.taFormOuterWrapper .formFieldsSection .formFieldWrapper.taFormBlockMode .formField-full .tbcell,
.taFormOuterWrapper .formFieldsSection .formFieldWrapper.taFormBlockMode .fieldcell,
.taFormOuterWrapper .formFieldsSection .formFieldWrapper.taFormBlockMode .tbcell {
	width: 97%;
	max-width: 97% !important;
	box-sizing: border-box;
}

.button-disabled {
	color: rgba(255,255,255,0.3) !important;
}

.parallax-scroll img {
	max-width: 80%;
}

.services-header {
	background-color: #055299;
	color: #fff;
	text-align: center;
	padding: 5px;
	font-size: 1.4em;
	margin-top: 15px;
}

.service-seo {
	background-color: #FFB200 !important;
}

.service-software {
	background-color: #7903A0 !important;
}

.service-quality {
	background-color: #CE1F21 !important;
}

.service-ecomm {
	background-color: #195617 !important;
}

.service-app {
	background-color: #000 !important;
}

.services-content {
	background-color: #eee;
	padding: 1%;
}
.services-footer {
	background-color: #055299;
	color: #fff;
	text-align: right;
	padding: 5px 10px;
}
.services-footer a {
	text-decoration: none;
	color: #fff;
}

.sbSlider-image-title {
	text-align: center;
	font-size: 1.2em;
}

.formL33 {
	display: table-cell;
	width: 31%;
	margin-right: 2%;
	min-width: 300px;
	vertical-align: middle;
}
.contentL33 {
	display: table-cell;
	width: 66%;
	vertical-align: middle;
}

.formL50 {
	display: table-cell;
	width: 47%;
	margin-right: 2%;
	min-width: 300px;
	vertical-align: middle;
}
.contentL50 {
	display: table-cell;
	width: 48%;
	box-sizing: border-box;
	vertical-align: middle;
}

.contentL50 img, .contentL33 img, .contentL66 img, .contentR33 img, .contentR50 img, .contentR66 img {
	max-width: 96%;
}

.formL66 {
	display: table-cell;
	width: 64%;
	margin-right: 2%;
	min-width: 300px;
	vertical-align: middle;
}
.contentL66 {
	display: table-cell;
	width: 33%;
	vertical-align: middle;
}

.formR33 {
	display: table-cell;
	width: 33%;
	min-width: 300px;
	vertical-align: middle;
}
.contentR33 {
	display: table-cell;
	width: 64%;
	margin-right: 2%;
	vertical-align: middle;
}

.formR50 {
	display: table-cell;
	width: 48%;
	min-width: 300px;
	vertical-align: middle;
}
.contentR50 {
	display: table-cell;
	width: 47%;
	margin-right: 2%;
	vertical-align: middle;
}

.formR66 {
	display: table-cell;
	width: 66%;
	min-width: 300px;
	vertical-align: middle;
}
.contentR66 {
	display: table-cell;
	width: 31%;
	margin-right: 2%;
	vertical-align: middle;
}

.form-table {
	display: table;
	width: 100%;
}

.overlay-fade {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: .5s ease;
	box-sizing: border-box;
}

.overlay-bottom {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;	
	box-sizing: border-box;
}

.overlay-top {
	position: absolute;
	bottom: 100%;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 100%;
	height: 0;
	transition: .5s ease;	
	box-sizing: border-box;
}

.overlay-left {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	overflow: hidden;
	width: 0;
	height: 100%;
	transition: .5s ease;	
	box-sizing: border-box;
}

.overlay-right {
	position: absolute;
	bottom: 0;
	left: 100%;
	right: 0;
	overflow: hidden;
	width: 0;
	height: 100%;
	transition: .5s ease;	
	box-sizing: border-box;
}

.overlay-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%,-50%);
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
}

.footer-connect-icons a {
	color: var(--text-on-accent-dark-color);
}

.footer-connect-icons a:hover {
	color: #585858;
}

.bxslider-overlay {
	position: absolute;
	top: 50px;
	left: 50px;
	right: 50px;
}

.bxslider-overlay-header {
	font-size: 60px;
	text-transform: uppercase;
	text-shadow: 2px 2px 3px #222;
	text-align: center;
	color: #fff;
	margin-top: 0;
}

.bxslider-overlay-separator {
	height: 0;
	border: 0;
	border-top: 2px solid #ddd;
	width: 300px;
	margin: 0 auto;
}

.bxslider-overlay-content {
	/*background: rgba(0,0,0,0.6);*/
	font-size: 40px;
	font-weight: 400;
	text-shadow: 2px 2px 3px #222;
	text-align: center;
	color: #fff;
	margin-top: 25px;
}

.bxslider-overlay a {
	text-decoration: none;
}

.bxslider-overlay-button {
	margin-top: 25px;
	border: 2px solid #fff;
	color: #fff;
	font-size: 25px;
	padding: 20px;
	text-decoration: none;
	text-transform: uppercase;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.bxslider-overlay-button:hover {
	background: #fff;
	color: #222;
}

#storybody .sbslider-wrapper img, #storybody .storyboard-stacked img,
#footer-storybody .sbslider-wrapper img, #footer-storybody .storyboard-stacked img {
	transition: all 0.2s ease-in-out;
}

#storybody .sbslider-wrapper img:hover, #storybody .storyboard-stacked img:hover,
#footer-storybody .sbslider-wrapper img:hover, #footer-storybody .storyboard-stacked img:hover {
	transform: scale(0.95);
}

#storybody .storyboard-inner-wrapper-nopad .sbslider-wrapper img:hover {
	transform: none !important;
}

.storyboard-stacked .overlay-content h2,.storyboard-stacked .overlay-content h3 {
	color: #2595b2;
	margin: 0 0 10px 0;
}

.storyboard-stacked .overlay-content hr {
	width: 30%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.storyboard-stacked .overlay-link {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.storyboard-stacked .overlay-link a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
} 

.FooterArea-stacked-entries h3 {
	color: #CB5920;
	border-bottom: 1px solid #CB5920;
}

.FooterArea-stacked-entries p {
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 300;
}

.FooterArea-stacked-entries img {
	max-width: 100%;
	height: auto;
}

.short-code-bxslider {
	width: 50%;
	margin: 0 auto;
	visibility: hidden;
}

.rightarrowpointer {
	margin-top: 8px;
}


.right-column-extras .rce-entry-wrapper h3 {
	color: #CB5920;
	border-bottom: 1px solid #CB5920;
}

.right-column-extras .rce-entry-wrapper p {
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 300;
}

.right-column-extras .rce-entry-wrapper img {
	max-width: 100%;
	height: auto;
}

.rce-entry-wrapper {
	position: relative;
}

.rce-entry-content {
	position: relative;
}

.hp-latest-news {
	color: #fff;
	padding: 57px 0;
}

.hp-latest-news .news-header {
	font-family: 'Raleway', sans-serif;
	font-size: 40px;
	font-weight: 300;
	line-height: 1.2;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
}

.hp-latest-news hr {
	margin-top: 25px;
	margin-bottom: 10px;
	border: 0;
	border-top: #2584bf solid 4px;
	width: 150px;
	height: 0;
	box-sizing: content-box;
}

.hp-latest-news .news-feed {
	margin: 0 5%;
}

.hp-latest-news .news-feed .news-item {
	padding: 35px 70px 35px 85px;
	font-size: 16px;
	border-bottom: #2584bf solid 1px;
	box-sizing: border-box;
	position: relative;
}

.news-feed .news-item:last-child {
	border-bottom: 0;
}

.news-feed .news-item .fa-newspaper-o {
	left: 52px;
	position: absolute;
	font-size: 21px;
}

.news-feed .news-item h3 {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 20px;
	font-family: Arial, sans-serif;
	font-weight: bold;
}

.news-feed .news-item h3 a {
	color: #fff !important;
	text-decoration: none;
}

.news-feed .news-item h3 a span {
	color: #31c2ff;
	font-weight: normal;
}

.news-feed .news-item h3 a:hover {
	color: #31c2ff !important;
	text-decoration: underline;
}

.news-feed .news-item p a {
	font-weight: bold;
	text-decoration: underline;
	color: #fff;
}

.news-feed .news-item p a:hover {
	color: #31c2ff !important;
}

.notebox {
	background: var(--notebox-background-color) !important;
	color: var(--text-on-notebox-color) !important;
}

.phone {
	font-weight: bold;
	font-size: 1.4em;
}

.phone a {
	text-decoration: none;
}

.email {
	font-size: 1.2em;
}

.short-code-comparison-slider {
	max-width: 950px;
	margin: 0 auto;
}

@media screen and (max-width:1800px) {
	#bulletinner-content-wrap {
		height: 400px;
		transition: height 0.5s ease 0s;
	}

	#bulletinner-content {
		height: 400px;
		transition: height 0.5s ease 0s;
	}
}

@media screen and (max-width:1450px) {
	#bulletinner-content-wrap {
		height: 300px;
		transition: height 0.5s ease 0s;
	}

	#bulletinner-content {
		height: 300px;
		transition: height 0.5s ease 0s;
	}
}

@media screen and (max-width:1325px) {
    .slider-info {
    }

    .slider-info h2 {
	    font-size: 26px;
        margin: 8px 0;
    }

    .slider-info p {
	    font-size: 14px;
    }
}

@media screen and (max-width:1250px) {
	.bxslider-overlay-header {
		font-size: 50px;
	}
	.bxslider-overlay-content {
		font-size: 30px;
		margin-top: 20px;
	}
	.bxslider-overlay-button {
		margin-top: 20px;
		font-size: 20px;
	}
}


@media screen and (max-width:1125px) {
	.smaller-captcha {
		transform: scale(0.77);
		-webkit-transform: scale(0.77);
		transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
		transition: all 0.5s ease 0s;
	}
}

@media screen and (max-width:1075px) {
	.bxslider-overlay-header {
		font-size: 40px;
	}
	.bxslider-overlay-content {
		font-size: 25px;
		margin-top: 15px;
	}
	.bxslider-overlay-button {
		margin-top: 15px;
		font-size: 15px;
	}
	#bulletinner-content-wrap {
		height: 200px;
		transition: height 0.5s ease 0s;
	}

	#bulletinner-content {
		height: 200px;
		transition: height 0.5s ease 0s;
	}

	.parallax-scroll-content {
		font-size: .8em !important;
	}
	.parallax-scroll-content h1 span {
		font-size: 1.2em !important;
	}

    .slider-info {
    }

    .slider-info h2 {
	    font-size: 22px;
        margin: 5px 0;
    }

    .slider-info p {
	    font-size: 12px;
    }
}

@media screen and (max-width:1343px) {
	.navigation .tammvert {
		text-align: center;
	}

	.navigation-row > [class^="navigation-col"] {
		margin-bottom: 0;
	}

	.navigation-menu .navigation-item .navigation-link {
		line-height: normal;
	}
}

@media screen and (max-width:989px) {
	.horiz-img-container .card {
		transition: none !important;
	}

		.horiz-img-container .card .card__head {
			transition: none !important;
		}

			.horiz-img-container .card .card__head h2 {
				visibility: visible;
				transition: none !important;
				-webkit-text-stroke: unset;
				font-size: 30px !important;
				margin: 0;
				padding: 0;
			}

		.horiz-img-container .card:hover .card__head h2 {
			visibility: visible;
			font-size: 35px !important;
			transition: none !important;
			-webkit-text-stroke: unset;
			color: #000;
			margin: 0;
			padding: 0;
		}

	.horiz-img-container {
		display: block !important;
	}

		.horiz-img-container .card {
			display: block !important;
			height: 250px !important;
			margin-right: 0 !important;
		}

			.horiz-img-container .card:not(:last-child) {
				margin-bottom: 0.5em !important;
			}



			.horiz-img-container .card img {
				display: block !important;
			}
}


@media screen and (max-width:950px) {
	.bxslider-overlay {
		top: 20px;
	}
	.bxslider-overlay-header {
		font-size: 35px;
		margin-bottom: 15px;
	}
	.bxslider-overlay-content {
		font-size: 20px;
		margin-top: 15px;
	}
	.bxslider-overlay-button {
		margin-top: 15px;
		font-size: 15px;
	}
	.form-table {
		display: block;
	}

	.formL33, .formL50, .formL66, .formR33, .formR50, .formR66, .contentL33, .contentL50, .contentL66, .contentR33, .contentR50, .contentR66 {
		float: none;
		display: block;
		width: initial;
	}
	
	/* at this point, we need to turn off any movie if it's on and then revert to a mobile nav
		if it's just a picture, we can leave that on, but we have to decide what to do about the movie
		to put something in it's place.
	*/
	/*
	.full-header-video {
		display: none;
	}
	*/

	.mnavmenu ul {
		font-size: 12px;
	}
}

@media screen and (max-width:789px) {

	.storyboard-left-right-content {
		display: block;
		width: initial;
	}

	.storyboard-half {
		display: block;
		width: initial;
		padding-bottom: 25px;
	}

	.storyboard-left-one-third {
		display: block;
		width: initial;
		padding-bottom: 25px;
	}

	.storyboard-left-two-thirds {
		display: block;
		width: initial;
		padding-bottom: 25px;
	}

	.storyboard-right-one-third {
		display: block;
		width: initial;
		padding-bottom: 25px;
	}

	.storyboard-right-two-thirds {
		display: block;
		width: initial;
		padding-bottom: 25px;
	}

	.storyboard-full-left {
		display: block;
		width: initial;
		padding-bottom: 25px;
	}

	.storyboard-full-right {
		display: block;
		width: initial;
		padding-bottom: 25px;
	}

	.leftclass {
		text-transform: uppercase;
		text-align: center;
	}

	.rightclass {
		text-transform: lowercase;
		text-align: center;
	}

	.maincontent-left-right-content {
		display: block;
		width: 100%;
	}

	.maincontent-half {
		display: block;
		width: 100%;
		padding-bottom: 25px;
	}

	.maincontent-left-one-third {
		display: block;
		width: 100%;
		padding-bottom: 25px;
	}

	.maincontent-left-two-thirds {
		display: block;
		width: 100%;
		padding-bottom: 25px;
	}

	.maincontent-right-one-third {
		display: block;
		width: 100%;
		padding-bottom: 25px;
	}

	.maincontent-right-two-thirds {
		display: block;
		width: 100%;
		padding-bottom: 25px;
	}

	.maincontent-full-left {
		display: block;
		width: 100%;
		padding-bottom: 25px;
	}

	.maincontent-full-right {
		display: block;
		width: 100%;
		padding-bottom: 25px;
	}

	.maincontent-no-left {
		display: block;
		width: 100%;
		padding-bottom: 25px;
	}

	.maincontent-no-right {
		display: block;
		width: 100%;
		padding-bottom: 25px;
	}

	/*
	.bx-viewport {
		height: 500px !important;
		background: #222;
	}
	*/
	.shareaholic-vertical {
		display: none;
	}
	
	.short-code-bxslider {
		width: 90%;
	}
	
	.bxslider-overlay {
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		margin: 40px;
		/* 	top: 230px; */
	}
	.bxslider-overlay-header {
		font-size: 30px;
		margin-bottom: 15px;
		color: rgba(255,255,255,0.8);
	}
	.bxslider-overlay-content {
		font-size: 20px;
		margin-top: 15px;
		color: rgba(255,255,255,0.8);
	}
	.bxslider-overlay-button {
		margin-top: 15px;
		font-size: 15px;
	}
	.sticky-wrapper {
		height: auto;
		position: relative;
	}

	.full-header-video, .full-header-image {
		display: none;
	}

	.full-header-video-mobile, .full-header-image-mobile {
		display: block;
	}

	#top-header-tag {
		display: block;
		float: right;
		width: 50%;
		height: auto;
		text-align: right;
	}

	#top-header-inner {
		display: block;
		background: var(--accent-dark-color);
	}
	
	/*
	#top-header-logo {
	/* used with traditional header 
		display: block;
		float: none;
		text-align: center;
		width: 50%;
		margin: 0 auto;
		height: auto !important;
	/* used with BAP and table aligned header 
		vertical-align: top;
	}
	*/

	#top-header {
		background: var(--accent-dark-color);
	}
	
	/* used with table aligned header for BAP */
	#nav-header-section {
		vertical-align: top;
		display: block;
		padding-top: 2px;
	}
	#top-header-tag {
		display: block;
		float: none;
		text-align: center;
		width: auto;
	}

	#top-header-spacer {
		display: none;
	}
	
	#top-header-contact {
		display: block;
		float: none;
		text-align: center;
		width: auto;
		padding-top: 25px;
		padding-bottom: 30px;
	}

	#top-header-social-wrap {
	}

	#top-header-social {
		margin-top: 5px;
		text-align: center;
		width: auto;
		display: inline-block;
	}

	#top-header-contact img {
		display: none;
	}
	
	/* if we need to show the mid-header on small device remove the end of this comment */
	#mid-header {
		display:none;
	}
	/* if we need to show the mid-header on small device remove the beginning of this comment */
	
	#top-header-bullets {
		display:none;
	}
	
	#mainleft {
		float: none;
		width: 100%;
		display:none;
	}
	
	#mainright {
		margin: 0;
	}
	
	#footernav-wrapper {
		float: none;
		max-width: 100%;
	}
	
	#footernav-wrapper-inner {
		width: 100%;
	}
	
	.footer-connect-wrapper {
		float: none;
		max-width: 100%;
        width:initial;
		text-align: center;
		margin-top: 40px;
	}
	
	#nav-header-wrapper.stuck #top-header-logo img {
		max-width: 100%;
		transition: all 0.5s ease 0s;
	}

	#nav-header-wrapper.stuck #top-header-social {
		margin-top: 5px;
		transition: all 0.5s ease 0s;
	}

	#nav-header-wrapper.stuck #top-header-pickup {
		margin-top: 2px;
		transition: all 0.5s ease 0s;
	}

	#nav-header-wrapper, #nav-header-wrapper.stuck {
		position: relative !important;
		width: 100%;
		background: #fff;
		z-index: 9000;	/* make 19000 if using BAP with menu at the top */
		transition: all 0.5s ease 0s;
		height: auto !important;
	}

	/* remove this if using megamenus */
	/* 
	#nav-header {
		display:none;
	}
	*/

	#wideleft {
		float:none;
		margin: 0 auto;
		width: 96%;
	}
	
	#wideright {
		float: none;
		margin: 0 auto;
		width: 96%;
	}

	.footernav {
		float: none;
		/* if we are centering...*/
		margin-right: 0;
	}

	.footer-connect {
		/* if we are centering...*/
		margin-right: 0;
	}

	.sticky-wrapper {
		height: auto;
	}
	
	.story-video {
		display:none;
	}
	
	.parallax-scroll {
	    background-attachment:scroll !important;
	    background-repeat: no-repeat !important;
		background-size: cover !important;
	}
	
	.small-invisible {
		visibility:hidden;
	}

	.footer-content {
		text-align: left;
	}
}

@media screen and (max-width:750px) {
	.taFormOuterWrapper .formFieldsSection .formFieldWrapper .formField-label {
		display: block;
		width: auto;
		text-align: left !important;
	}
	
	.taFormOuterWrapper .formFieldsSection .formFieldWrapper .formField-field {
		display: block;
		width: auto;
	}

	.taFormOuterWrapper .formFieldsSection .formFieldWrapper .formField-heading {
		display: block;
		width: auto;
	}

	.width-60 {
		width: auto !important;
	}

	.one-third-section {
		float: none;
		width: 90%;
	}
}

@media screen and (max-width:700px) {
	.list-blog-sidebar {
		display: none;
	}

	.list-blog-contents {
		margin-right: 5px;
	}

	.storyboard-inner img {
		float:none !important;
		text-align: center !important;
	}

	#top-header-logo {
		max-width: 19%;
		width: 19%;
	}

	#top-header-logo img {
		max-width: 100%;
		height: auto;
	}

	#nav-header-inner {
		max-width: 60%;
	}
}

@media screen and (max-width:625px) {
	.footer-connect-wrapper {
		float: none;
	}
	
/* prettyPhoto styling for small screens */
/*
.pp_pic_holder.pp_default { width: 95%!important; left: 2%!important; overflow: hidden; }
div.pp_default .pp_content_container .pp_left { padding-left: 0!important; }
div.pp_default .pp_content_container .pp_right { padding-right: 0!important; }
.pp_content { width: 100%!important; height: auto!important; }
.pp_fade { width: 100%!important; height: 100%!important; }
a.pp_expand, a.pp_contract, .pp_hoverContainer, .pp_gallery, .pp_top, .pp_bottom { display: none!important; }
#pp_full_res img { width: 100%!important; height: auto!important; }
.pp_details { width: 94%!important; padding-left: 3%; padding-right: 4%; padding-top: 10px; padding-bottom: 10px; background-color: #fff; margin-top: -2px!important; }
/*a.pp_close { right: 10px!important; top: 10px!important; }	*/
a.pp_expand, a.pp_contract, .pp_gallery { display: none!important; }

	.fa-lg {
		font-size: 1em !important;
	}

	.horiz-img-container .card img {
		height: 100% !important;
		max-width: 100% !important;
	}

	#bodyarea img {
		max-width: 50%;
		height: auto;
	}

	.stack-entry-content-wrapper img {
		max-width: 90% !important;
	}

	.products img {
		max-width: 90% !important;
	}

	.maincontent-half img {
		max-width: 90% !important;
	}

	.storyboard-inner.storyboard-stacked img {
		max-width: 100% !important;
	}

@media screen and (max-width: 625px) {
	#lbformdiv {
		float: none;
		width: initial;
	}
	
	#lbinnerbody {
		margin-right: 0;
	}
}

@media screen and (max-width:565px) {
	.div-float-right-border-rounded {
		width: 80% !important;
	}
	#top-header-contact {
		font-size: 1.1em;
	}
	
	.parallax-scroll-content {
		font-size: .6em !important;
	}
}
