Array
(
    [cssfile] => /home/bressers/public_html/design/custom/styles.css
)
CSS file is /home/bressers/public_html/design/custom/styles.cssCss is <br />/* body is set in editor.css - only update body font, etc. options
   there */

:root {
	--main-text-color: #000;
	--accent-color: #468FCC;
	--accent-dark-color: #000;
	--alternate-dark-color: #333333;
	--text-on-accent-color: #fff;
	--text-on-accent-dark-color: #fff;
	--bx-caption-color: #000;
	--button-background-color: #468FCC;
	--button-gradient-color: #468FCC;
	--button-foreground-color: #ddd;
	--button-foreground-hover: #fff;
	--link-hover-color: #535353;
	--link-normal-color: #317fbf;		/* #468FCC;*/
	--link-active-color: #000;
	--nav-foreground-color: #fff;
	--nav-foreground-hover: #ddd;
	--nav-foreground-current: #eee;
	--nav-subnav-background-color: #333;
	--nav-background-color: rgba(70,143,204,0.9);	/*#468fcc;*/
	--nav-background-radius: 30px;
	--footerarea-background-color: #b8b8b8;
	--footerarea-header-color: #fff;
	--footerarea-navtext-color: #ddd;
	--footerarea-company-color: #fff;
}

* {
	box-sizing:border-box;
}

.top-button-right span {
	display: inline-block;
	background: var(--nav-background-color);
	border-radius: var(--nav-background-radius);
	padding: 12px 20px;
}

#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;
}

#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;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.full-header-video, .full-header-image {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow: hidden;
}

.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;
}

.full-width-image {
	width: 100%;
	height: auto;
	display: block;
}

.sticky-wrapper {
	height: 189px;
}

.taSocialIcon {
	font-size: 2em;
	padding: 0 10px;
}

.taSocialIcon:hover {

}

.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: "Open Sans", Arial, Helvetica, sans-serif;
	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: hidden;
}

.storyboard-inner {
	max-width: 1400px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}

.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;
}
.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;
}

#top-header-bar {
	position:  relative;
	background-color: #fff;
	height: 10px;
	font-size: 1px;
}

#top-header {
	position: relative;
	min-height: 10px;
}

#top-header img {
	max-width: 100%;
	height: auto;
}

.top-header-text {
	color: #a7001e;
	font-size: 20px;
}

#top-header-inner {
	position: relative;
	/*if using megamenus, comment out the overflow:hidden below */
	overflow: hidden;
	min-height: 275px;
}

.top-header-row {
	display: table-row;
}

.top-header-right {
	float: right;
	right: 2%;
	width: 75%;
}

#top-header-logo {
	float: left;
	width: 22%;
	position: relative;
}

.top-header-logo-holder {
	display: table-cell;
	width: 22%;
}

.top-header-buttons {
	box-sizing: border-box;
	position: relative;
	padding-top: 25px;
	text-align: center;
	color: #fff;
}

.top-header-buttons a {
	color: #fff !important;
}

.top-header-buttons-bar {
	width: unset;
	margin: 0 2%;
	position: relative;
}

.top-header-buttons-bar img {
	max-width: 100%;
	height: auto;
}

.top-button-left {
	float: left;
	width: 27%;
	text-align: left;
}

.top-button-left.center {
	text-align: center;
}

.top-button-right {
	text-align: right;
	width: 45%;
	float: right;
}

#top-header-tag {
	float: left;
	width: 40%;
	padding-top: 25px;
	text-align: center;
}

#top-header-tag img {
	max-width: 100%;
	height: auto;
	transition: all 0.5s ease 0s;
}
#top-header-contact {
	display: table-cell;
	width: 35%;
	text-align: right;
	vertical-align: top;
	padding-top: 20px;
}

#top-header-contact a {
	color: #a7001e !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-inner {
	position: relative;
	margin: 0 auto;
}

#mid-header img {
	display:block;
	max-width: 100%;
	height: auto;
}

#nav-header-wrapper {
	position: relative;	/* adjust for BAP to relative */
	width: 100%;
	top: 0;
	left: 0;
/*	background: #fff;*/
/*	border-bottom: 1px solid #ccc;*/
	z-index: 9000;
	transition: all 0.5s ease 0s;
	min-height: 500px;
}

/* used when we have the navigation to the right of the logo */
#nav-header-section {
	box-sizing: border-box;
	position: relative;
	padding-top: 25px;
}

#nav-header {
	background-color: transparent;
}

.navigation {
	background-color: transparent;
	text-align: left;
}

.submenu-indicator {
	margin-left: 2px !important;
}

.navigation-megamenu {
	background-color: var(--accent-color);
	box-shadow: 0 0 3px #666;
	font-weight: 300;
}

.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;
}

.navigation-list > li > a {
	font-weight: 300;
	font-family: "Comic Neue",Raleway,"Open Sans",sans-serif;
}

.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-tabs::after {
	background-color: inherit;
}

.navigation-link {
	line-height: normal;
}

.navigation .navigation-menu {
	margin-top: 25px;
	margin-bottom: 25px;
}

.navigation-menu a {
	color: #000;
}

.navigation-megamenu a:link,.navigation-megamenu a:visited {
	color: #000;
}

.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,
.navigation-item:not(.navigation-brand-text).current .navigation-link {
	color: #660000;
	border-bottom: 1px solid #0000ff;
}

.navigation-link {
	color: #000;
}

.navigation-link:visited {
	color: #000;
}

.navigation .meganav-readmore {
	font-size: 0.7em;
	font-style: italic;
	padding-top: 0.5em;
	display: block;
}

.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-dropdown {
	background-color: #ddd;
	width: 250px;
}

.navigation-dropdown-link {
	color: #ff0000 !important;
}

.navigation-dropdown-item:hover > .navigation-dropdown-link,
.navigation-dropdown-item:focus > .navigation-dropdown-link {
	background-color: #aaa;
}

.navigation-dropdown-item.is-active > .navigation-dropdown-link {
	background-color: #888;
}


#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: 65%;
	transition: all 0.5s ease 0s;
}

#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 {
	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: left;*/
	position: relative;
	/*width: 70%;*/
	color: #000;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background: var(--nav-background-color);
	border-radius: var(--nav-background-radius);
	padding: 5px 0;
}

#nav-header-social {
	/*float: right;
	width: 29%; */
	overflow: auto;
	text-align: right;
	margin-bottom: 5px;
}

.a2a_default_style {
	float: right;
}

.add2any_wrapper {
	text-align: center;
	width: auto;
}

#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: "Open Sans",Arial,Helvetica,sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
}

#wideleft img {
	max-width: 90%;
	height: auto;
}

#wideright {
	float: right;
	width: 29%;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	font-weight: 400;
	font-size: 15px;
}
 
#right-side-area {
	padding: 20px 5px 20px 20px;
}

#fullbody {
	position: relative;
	padding: 15px 5%;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 23px;
}

#fullbody img {
    max-width: 95%;
    height: auto;
}

#storybody, #footer-storybody {
	position: relative;
	font-family: "Open Sans",Arial,Helvetica,sans-serif;
	font-weight: 400;
	font-size: 16px;
	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: "Open Sans",Arial,Helvetica,sans-serif;
	font-size: 15px;
	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(--accent-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: 14px;
	padding: 10px 10px;
}

#footer-inner {
	position: relative;
	margin: 0 2%;
}

.footernav-header {
	display:block;
	font-size: 1.2em;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.footernav-entry {
	color: #444;
	display: block;
	padding-left: 10px;
}

.footernav-entry a, a.footernav-entry {
	color: #444;
}

.footernav-entry a:hover, .footernav-entry:hover {
	color: #222;
	text-decoration: none;
}

#lower-footer {
	color: #fff;
	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: #000;
	font-weight: bold;
	font-style: italic;
}

.dyktext {
	display: inline;
	color: #000;
}

.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: var(--nav-foreground-color);
	visibility: hidden;
	transform: scaleX(0);
	transition: all 0.3s ease-in-out 0s;
}

.mnavmenu li a:hover:before {
	visibility: visible;
	transform: scaleX(1);
	background-color: var(--nav-foreground-hover);
}

.mnavmenu li a.selected:before {
	visibility: visible;
	transform: scaleX(1);
	background-color: var(--nav-foreground-current);
}

.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 var(--nav-foreground-current);
	/*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-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: "Open Sans", Arial, Helvetica, sans-serif;
	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 {
}

.list-blog-categories {
}

.list-blog-categories-header {
}

.list-blog-categories a {
}

.list-blog-categories a.filtered {
}

.list-blog-history {
}

.list-blog-history-header {
}

.list-blog-history a {
}

.list-blog-history a.filtered {
}

.list-blog-contents {
}

.list-blog-contents-filtered {
}

/****************************************
 * 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: "Open Sans",Arial,Helvetica,sans-serif;
	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 {
	margin-top: 0;
}
	
.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 {
}

.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%;
}

.footer-connect {
}
.footer-company-name {
	color: #000;
}

.footer-company-name a {
	color: #333;
}

.footer-company-name h3 {
	margin: 2px 0;
}

.footer-content, .footer-content a {
	color: #fff;
}

/* 
	SlickNav User Style
	Change the following styles to modify the appearance of the menu.
*/

/* Button */
.slicknav_btn {
	background-color: var(--nav-background-color);
	border-radius: var(--nav-background-radius);
	padding: 10px 20px;
	margin-right: 1.5%;
}
/* 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 {
	padding-right: 0;
}
.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%;
}

#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-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: #fff;
	padding: 6px 12px;
	border-radius: 4px;
	border: 1px solid #0077BF;
	color: #000;
	margin-bottom: 10px;
}

.taFormOuterWrapper .formButtonsSection input#submititid: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 {
	float: left;
	width: 31%;
	margin-right: 2%;
	min-width: 300px;
}
.contentL33 {
	float: left;
	width: 66%;
}

.formL50 {
	float: left;
	width: 47%;
	margin-right: 2%;
	min-width: 300px;
}
.contentL50 {
	float: right;
	width: 48%;
	box-sizing: border-box;
}

.contentL50 img {
	max-width: 96%;
}

.formL66 {
	float: left;
	width: 64%;
	margin-right: 2%;
	min-width: 300px;
}
.contentL66 {
	float: left;
	width: 33%;
}

.formR33 {
	float: left;
	width: 33%;
	min-width: 300px;
}
.contentR33 {
	float: left;
	width: 64%;
	margin-right: 2%;
}

.formR50 {
	float: right;
	width: 48%;
	min-width: 300px;
}
.contentR50 {
	float: left;
	width: 47%;
	margin-right: 2%;
}

.formR66 {
	float: left;
	width: 66%;
	min-width: 300px;
}
.contentR66 {
	float: left;
	width: 31%;
	margin-right: 2%;
}

.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);
}

.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 {
	padding-top: 10px;
}


.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;
}

.bottom-share-text {
	font-size: 1.2em;
	text-align: right;
	font-style: italic;
	margin: 10px 0 10px 0;
}

.bottom-share-buttons {
	text-align: right;
}

.bottom-share-button-pallet {
	display: inline-block;
}


@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:1495px) {
	.mnavmenu ul {
		font-size: 14px;
	}
}

@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:989px) {
	.navigation .tammvert {
		text-align: center;
	}
	.navigation-row > [class^="navigation-col"] {
		margin-bottom: 0;
	}
}


@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;
	}
	.formL33, .formL50, .formL66, .formR33, .formR50, .formR66, .contentL33, .contentL50, .contentL66, .contentR33, .contentR50, .contentR66 {
		float: none;
		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:800px) {
	#top-header-logo {
		width: 35%;
	}

	.top-header-right {
		width: 64%
	}

	.top-button-left {
		float: none;
		width: unset;
		text-align: right;
		padding-top: 25px;
	}

	.top-button-left.center {
		text-align: right;
	}

	.top-button-right {
		float: none;
		width: unset;
		text-align: right;
		padding-top: 25px;
	}
}

@media screen and (max-width:1250px) {
	/*
	.bx-viewport {
		height: 500px !important;
		background: #222;
	}
	*/

	.top-header-buttons {
		padding-top: 75px;
	}

	.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;
	}

	/* used with table aligned header for BAP */
	#nav-header-section {
		vertical-align: top;
	}
	
	#top-header-social-wrap {
	}

	#top-header-social {
		margin-top: 5px;
		text-align: center;
		width: auto;
		display: inline-block;
	}

	/* 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;
	}
	
	/* if we are using megamenus, remove this entire definition */
	#altnav-wrapper {
		display: block;
		/* if we are doing a BAP with altnav over the entire page close this comment */
		position: absolute;
		width: 100%;
		top: 10px;
		z-index: 10000;
		overflow-y: auto;
		/* if we are doing a BAP with altnav over the enter page, start this line with a comment symbol */
	}
	
	#mainright {
		margin: 0;
	}
	
	#footernav-wrapper {
		float: none;
		max-width: 100%;
	}
	
	#footernav-wrapper-inner {
		width: 95%;
	}
	
	.footer-connect-wrapper {
		float: none;
		max-width: 100%;
        width:initial;
		text-align: center;
	}
	
	#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;
		width: 100%;
		z-index: 9000;
		transition: all 0.5s ease 0s;
		height: auto !important;
	}

	#nav-header {	/* include sticky wrapper in case they are using sticky menus */
		display:none;
	}

	#wideleft {
		float:none;
		margin: 0 auto;
		width: 96%;
	}
	
	#wideright {
		float: none;
		margin: 0 auto;
		width: 96%;
	}

	.footernav {
		float: none;
	}
	.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;
	}
}

@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;
	}

	.one-third-section {
		float: none;
		width: 90%;
	}
}

@media screen and (max-width:700px) {
	.list-blog-sidebar {
		display: none;
	}

	.list-blog-contents {
		margin-right: 5px;
	}

}

@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;
	}
}

@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;
	}
}
 :root { --main-text-color: #000; --accent-color: #468FCC; --accent-dark-color: #000; --alternate-dark-color: #333333; --text-on-accent-color: #fff; --text-on-accent-dark-color: #fff; --bx-caption-color: #000; --button-background-color: #468FCC; --button-gradient-color: #468FCC; --button-foreground-color: #ddd; --button-foreground-hover: #fff; --link-hover-color: #535353; --link-normal-color: #317fbf; /* #468FCC;*/ --link-active-color: #000; --nav-foreground-color: #fff; --nav-foreground-hover: #ddd; --nav-foreground-current: #eee; --nav-subnav-background-color: #333; --nav-background-color: rgba(70,143,204,0.9); /*#468fcc;*/ --nav-background-radius: 30px; --footerarea-background-color: #b8b8b8; --footerarea-header-color: #fff; --footerarea-navtext-color: #ddd; --footerarea-company-color: #fff; } * { box-sizing:border-box; } .top-button-right span { display: inline-block; background: var(--nav-background-color); border-radius: var(--nav-background-radius); padding: 12px 20px; } #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; } #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; width: 100%; height: 100%; overflow: hidden; } .full-header-video, .full-header-image { position: absolute; top:0; left:0; width:100%; height:100%; overflow: hidden; } .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; } .full-width-image { width: 100%; height: auto; display: block; } .sticky-wrapper { height: 189px; } .taSocialIcon { font-size: 2em; padding: 0 10px; } .taSocialIcon:hover { } .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 { } .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: "Open Sans", Arial, Helvetica, sans-serif; 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: hidden; } .storyboard-inner { max-width: 1400px; margin: 0 auto; overflow: hidden; box-sizing: border-box; } .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; } .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; } #top-header-bar { position: relative; background-color: #fff; height: 10px; font-size: 1px; } #top-header { position: relative; min-height: 10px; } #top-header img { max-width: 100%; height: auto; } .top-header-text { color: #a7001e; font-size: 20px; } #top-header-inner { position: relative; overflow: hidden; min-height: 275px; } .top-header-row { display: table-row; } .top-header-right { float: right; right: 2%; width: 75%; } #top-header-logo { float: left; width: 22%; position: relative; } .top-header-logo-holder { display: table-cell; width: 22%; } .top-header-buttons { box-sizing: border-box; position: relative; padding-top: 25px; text-align: center; color: #fff; } .top-header-buttons a { color: #fff !important; } .top-header-buttons-bar { width: unset; margin: 0 2%; position: relative; } .top-header-buttons-bar img { max-width: 100%; height: auto; } .top-button-left { float: left; width: 27%; text-align: left; } .top-button-left.center { text-align: center; } .top-button-right { text-align: right; width: 45%; float: right; } #top-header-tag { float: left; width: 40%; padding-top: 25px; text-align: center; } #top-header-tag img { max-width: 100%; height: auto; transition: all 0.5s ease 0s; } #top-header-contact { display: table-cell; width: 35%; text-align: right; vertical-align: top; padding-top: 20px; } #top-header-contact a { color: #a7001e !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; visibility: hidden; margin-top: 0; font-size: 1.4em; line-height: normal; z-index: 1000; color: #fff; } #mid-header-inner { position: relative; margin: 0 auto; } #mid-header img { display:block; max-width: 100%; height: auto; } #nav-header-wrapper { position: relative; /* adjust for BAP to relative */ width: 100%; top: 0; left: 0; z-index: 9000; transition: all 0.5s ease 0s; min-height: 500px; } #nav-header-section { box-sizing: border-box; position: relative; padding-top: 25px; } #nav-header { background-color: transparent; } .navigation { background-color: transparent; text-align: left; } .submenu-indicator { margin-left: 2px !important; } .navigation-megamenu { background-color: var(--accent-color); box-shadow: 0 0 3px #666; font-weight: 300; } .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; } .navigation-list > li > a { font-weight: 300; font-family: "Comic Neue",Raleway,"Open Sans",sans-serif; } .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-tabs::after { background-color: inherit; } .navigation-link { line-height: normal; } .navigation .navigation-menu { margin-top: 25px; margin-bottom: 25px; } .navigation-menu a { color: #000; } .navigation-megamenu a:link,.navigation-megamenu a:visited { color: #000; } .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, .navigation-item:not(.navigation-brand-text).current .navigation-link { color: #660000; border-bottom: 1px solid #0000ff; } .navigation-link { color: #000; } .navigation-link:visited { color: #000; } .navigation .meganav-readmore { font-size: 0.7em; font-style: italic; padding-top: 0.5em; display: block; } .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-dropdown { background-color: #ddd; width: 250px; } .navigation-dropdown-link { color: #ff0000 !important; } .navigation-dropdown-item:hover > .navigation-dropdown-link, .navigation-dropdown-item:focus > .navigation-dropdown-link { background-color: #aaa; } .navigation-dropdown-item.is-active > .navigation-dropdown-link { background-color: #888; } #home-page-ad { border: 1px solid #000; margin-top: 50px; } #inner-page-top-ad { margin-bottom: 100px; } #inner-page-bottom-ad { margin-top: 50px; } #inner-page-side-ad { text-align: center; margin-top: 100px; } .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: 65%; transition: all 0.5s ease 0s; } #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 { position: fixed; top: 0; box-shadow: 0 4px 6px #888; background-color: #fff; transition: all 0.5s ease 0s; } #nav-header-inner-wrapper { margin: 0 2%; text-align: right; } #nav-header-inner { position: relative; color: #000; font-family: "Open Sans", Arial, Helvetica, sans-serif; font-size: 16px; font-weight: bold; background: var(--nav-background-color); border-radius: var(--nav-background-radius); padding: 5px 0; } #nav-header-social { overflow: auto; text-align: right; margin-bottom: 5px; } .a2a_default_style { float: right; } .add2any_wrapper { text-align: center; width: auto; } #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: "Open Sans",Arial,Helvetica,sans-serif; font-weight: 400; font-size: 16px; line-height: 23px; } #wideleft img { max-width: 90%; height: auto; } #wideright { float: right; width: 29%; font-family: "Open Sans",Arial,Helvetica,sans-serif; font-weight: 400; font-size: 15px; } #right-side-area { padding: 20px 5px 20px 20px; } #fullbody { position: relative; padding: 15px 5%; font-family: "Open Sans",Arial,Helvetica,sans-serif; font-weight: 400; font-size: 16px; line-height: 23px; } #fullbody img { max-width: 95%; height: auto; } #storybody, #footer-storybody { position: relative; font-family: "Open Sans",Arial,Helvetica,sans-serif; font-weight: 400; font-size: 16px; 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: "Open Sans",Arial,Helvetica,sans-serif; font-size: 15px; 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(--accent-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: 14px; padding: 10px 10px; } #footer-inner { position: relative; margin: 0 2%; } .footernav-header { display:block; font-size: 1.2em; font-family: "Open Sans", Arial, Helvetica, sans-serif; } .footernav-entry { color: #444; display: block; padding-left: 10px; } .footernav-entry a, a.footernav-entry { color: #444; } .footernav-entry a:hover, .footernav-entry:hover { color: #222; text-decoration: none; } #lower-footer { color: #fff; 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: #000; font-weight: bold; font-style: italic; } .dyktext { display: inline; color: #000; } .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; } .mnavmenu ul{ margin: 0; padding: 0; list-style-type: none; overflow: hidden; text-align:center; line-height: 25px; font-size: 16px; font-weight: 600; } .mnavmenu li{ display: inline; margin: 0; } .mnavmenu li:before { content: ""; } .mnavmenu li.mnavmenu_first:before { content: ""; } .mnavmenu li a{ position: relative; display:inline-block; text-decoration: none; margin: 0; padding: 5px 8px; /*padding inside each tab*/ color: var(--nav-foreground-color); background: none; margin-left: 3px; } .mnavmenu_first { } .mnavmenu li a:visited{ 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: var(--nav-foreground-color); visibility: hidden; transform: scaleX(0); transition: all 0.3s ease-in-out 0s; } .mnavmenu li a:hover:before { visibility: visible; transform: scaleX(1); background-color: var(--nav-foreground-hover); } .mnavmenu li a.selected:before { visibility: visible; transform: scaleX(1); background-color: var(--nav-foreground-current); } .mnavmenu li a:hover{ color: var(--nav-foreground-hover) !important; } .mnavmenu a.current{ color: var(--nav-foreground-current) !important; border-bottom: 1px solid var(--nav-foreground-current); } .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; box-shadow: 2px 2px 4px #666; } .ddsubmenustyle li a{ display: block; min-width: 150px; /*width of menu (not including side paddings)*/ color: var(--nav-foreground-color); 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; } .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; } .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; cursor: pointer; } .arrowlistmenu h6.menuheader{ /*CSS class for menu headers in general (expanding or not!)*/ font-size: 1.1em; font-weight: bold; color: #000; cursor: pointer; margin: 0; padding: 0 0 10px 19px; } .arrowlistmenu h6.menuheader.openheader,.arrowlistmenu h6.menuheader.openheader a { 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 { 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; } .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-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: "Open Sans", Arial, Helvetica, sans-serif; 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 { } .list-blog-categories { } .list-blog-categories-header { } .list-blog-categories a { } .list-blog-categories a.filtered { } .list-blog-history { } .list-blog-history-header { } .list-blog-history a { } .list-blog-history a.filtered { } .list-blog-contents { } .list-blog-contents-filtered { } #top-header-bullets { padding-bottom: 10px; } #bulletwrapper { 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: "Open Sans",Arial,Helvetica,sans-serif; 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 { color: #000 !important; } #z1_nav_inner .active:before { content: "~"; } #altnav-wrapper, #altnav-header { margin-top: 0; } .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 { } .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%; } .footer-connect { } .footer-company-name { color: #000; } .footer-company-name a { color: #333; } .footer-company-name h3 { margin: 2px 0; } .footer-content, .footer-content a { color: #fff; } .slicknav_btn { background-color: var(--nav-background-color); border-radius: var(--nav-background-radius); padding: 10px 20px; margin-right: 1.5%; } .slicknav_menu .slicknav_menutxt { color: #FFF; font-weight: bold; text-shadow: 0 1px 3px #000; } .slicknav_menu .slicknav_icon-bar { background-color: #f5f5f5; } .slicknav_menu { padding-right: 0; } .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%; } #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-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: #fff; padding: 6px 12px; border-radius: 4px; border: 1px solid #0077BF; color: #000; margin-bottom: 10px; } .taFormOuterWrapper .formButtonsSection input#submititid: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 { float: left; width: 31%; margin-right: 2%; min-width: 300px; } .contentL33 { float: left; width: 66%; } .formL50 { float: left; width: 47%; margin-right: 2%; min-width: 300px; } .contentL50 { float: right; width: 48%; box-sizing: border-box; } .contentL50 img { max-width: 96%; } .formL66 { float: left; width: 64%; margin-right: 2%; min-width: 300px; } .contentL66 { float: left; width: 33%; } .formR33 { float: left; width: 33%; min-width: 300px; } .contentR33 { float: left; width: 64%; margin-right: 2%; } .formR50 { float: right; width: 48%; min-width: 300px; } .contentR50 { float: left; width: 47%; margin-right: 2%; } .formR66 { float: left; width: 66%; min-width: 300px; } .contentR66 { float: left; width: 31%; margin-right: 2%; } .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 { 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); } .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 { padding-top: 10px; } .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; } .bottom-share-text { font-size: 1.2em; text-align: right; font-style: italic; margin: 10px 0 10px 0; } .bottom-share-buttons { text-align: right; } .bottom-share-button-pallet { display: inline-block; } @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:1495px) { .mnavmenu ul { font-size: 14px; } } @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:989px) { .navigation .tammvert { text-align: center; } .navigation-row > [class^="navigation-col"] { margin-bottom: 0; } } @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; } .formL33, .formL50, .formL66, .formR33, .formR50, .formR66, .contentL33, .contentL50, .contentL66, .contentR33, .contentR50, .contentR66 { float: none; width: initial; } .mnavmenu ul { font-size: 12px; } } @media screen and (max-width:800px) { #top-header-logo { width: 35%; } .top-header-right { width: 64% } .top-button-left { float: none; width: unset; text-align: right; padding-top: 25px; } .top-button-left.center { text-align: right; } .top-button-right { float: none; width: unset; text-align: right; padding-top: 25px; } } @media screen and (max-width:1250px) { .top-header-buttons { padding-top: 75px; } .shareaholic-vertical { display: none; } .short-code-bxslider { width: 90%; } .bxslider-overlay { position: relative; top: auto; left: auto; right: auto; margin: 40px; } .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; } #nav-header-section { vertical-align: top; } #top-header-social-wrap { } #top-header-social { margin-top: 5px; text-align: center; width: auto; display: inline-block; } #mid-header { display:none; } #top-header-bullets { display:none; } #mainleft { float: none; width: 100%; display:none; } #altnav-wrapper { display: block; position: absolute; width: 100%; top: 10px; z-index: 10000; overflow-y: auto; } #mainright { margin: 0; } #footernav-wrapper { float: none; max-width: 100%; } #footernav-wrapper-inner { width: 95%; } .footer-connect-wrapper { float: none; max-width: 100%; width:initial; text-align: center; } #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; width: 100%; z-index: 9000; transition: all 0.5s ease 0s; height: auto !important; } #nav-header { /* include sticky wrapper in case they are using sticky menus */ display:none; } #wideleft { float:none; margin: 0 auto; width: 96%; } #wideright { float: none; margin: 0 auto; width: 96%; } .footernav { float: none; } .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; } } @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; } .one-third-section { float: none; width: 90%; } } @media screen and (max-width:700px) { .list-blog-sidebar { display: none; } .list-blog-contents { margin-right: 5px; } } @media screen and (max-width:625px) { .footer-connect-wrapper { float: none; } a.pp_expand, a.pp_contract, .pp_gallery { display: none!important; } .fa-lg { font-size: 1em !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; } } 