@charset "UTF-8";
/*
THEME COLORS
#0071bc - Gilbert Blue
#CCCCCC - Light Gray
*/


/* GLOBAL SETUP STYLES */
html, body { }
body { margin: 0; padding: 0; }
form, object, embed, .block { display: block; margin: 0px; padding: 0px; }
img { border: 0; }
/* default link styles */
a { outline: none; text-decoration: underline; }
a:link { color: #0071bc; text-decoration: none; }
a:visited { color: #0071bc; }
a:hover { text-decoration: none; }
a:active { color: auto; }

/* default font family */
html { font-size: 18px; }

@media(max-width:767px) {
html { font-size: 16px; }
}
body { line-height: 1.25; font-size: 100%; color: #525252; font-family: 'Open Sans', Arial, sans-serif; font-weight: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale;  }
.alt-font { font-family: Arial, sans-serif; font-weight: normal; font-style: normal;  }
/* default headline styles */
h1, h2, h3, h4, h5, h6, .h1 { display: block; color: #000; padding: 0; clear: both; line-height: 1em; font-weight: normal; }
h1, h2, h3, h4, h5, h6, .h1 { font-weight: 600; }
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, .h1 a { text-decoration: none !important; color: inherit;}
h1, .h1 { font-size: 2.25em; display: block; margin: 0 0 0.75em 0; color: #0071bc; }
h2, .h2 { font-size: 1.95em; margin-bottom: 0.5em; margin-top: 0; color: #0071bc; }
h3, .h3 { font-size: 1.65em; margin-bottom: 0.45em; }
h4, .h4 { font-size: 1.125em; }
h5, .h5 { font-size: 1em; }
h6, .h6 { font-size: 14px; }
h1 .small { font-weight: inherit; color: inherit; }
h1 sup { font-size: 0.45em!important; vertical-align: text-bottom; }
em, i { font-style: italic; }
strong, b, .bold { font-weight: bold; }
.medium, .semibold { font-weight: 600; font-style: normal; }
.lite, .light { font-weight: 300; font-style: normal; }
hr { height: 2px; margin: 1em 0; background: #e5e5e5; background: rgba(200,200,200,0.5); border: none; clear: both; display: block; }
hr.thin { height: 1px; background: lightblue; }
iframe { border: 0; }
cite { display: block; }
p { padding: 0; margin: 0.25em 0 1.255em 0; }
p + h3, p + h4, p + h5 { margin-top: 0.5em !important; }
.c, .text-center { text-align: center; }
.r, .text-right { text-align: right; }
.l, .text-left { text-align: left; }
.j, .text-justified { text-align: justify; }
.large { font-size: 1.125em; }
.larger { font-size: 1.5em; }
.largest { font-size: 1.75em; }
.small { font-size: 0.9125em; }
.smaller { font-size: 0.775em; }
.smallest { font-size: 0.5925em; }
.text-center, .aligncenter { text-align: center; }
.text-right, .alignright { text-align: right; }
.text-left, .alignleft { text-align: left; }
.ucase { text-transform: uppercase; }
.float-right { float: right; }
.float-left { float: left; }
.float-right.pad, .pull-right.pad { margin-left: 1em; margin-bottom: 0.5em; }
.float-left.pad, .pull-left.pad { margin-right: 1em; margin-bottom: 0.5em; }
.nowrap, nowrap { white-space: nowrap; }
.padtop { padding-top: 1em !important; }
.padtop.x2 { padding-top: 2em !important; }
.padtop.x3 { padding-top: 3em !important; }
.padtop.x4 { padding-top: 4em !important; }
.padtop.x5 { padding-top: 5em !important; }
.pad { padding: 1.5em 1em; }
.inline-block { display: inline-block; }
.reversed, .reversed h1, .reversed h2, .reversed h3, .reversed h4, .reversed h5, .reversed h6, .reversed a { color: #fff; }
.caption { line-height: 1.25; font-size: 0.875em; color: #545454 }
img + .caption { margin-top: 0.75em; }
ul + h3, p + h3, ul + h4, p + h4 { margin-top: 2em; }
h4 + ul.menu { margin-top: 1em; }

/* IMAGES */
img, object, embed { max-width: 100%; /* makes images scale to container */ }
img { -ms-interpolation-mode: bicubic;   /* Internet Explorer 7.0; default in IE8+ */ }
img.fit { width: 100%; height: auto; }
img.fit.vert { height: 100%; width: auto; }
img.wp-post-image { height: 100%; width: auto; }

/* UI */
label { font-weight: normal; }
input[type=text], input[type=password], input[type=tel], input[type=date], input[type=datetime-local], input[type=color], input[type=number], input[type=url], input[type=time], input[type=week], input[type=email], textarea { font-family: 'Open-Sans', Arial, sans-serif; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none !important; border: solid 1px #E5E5E5; padding: 0.25em; }
select { font-family: 'Open-Sans', Arial, sans-serif; }
input[type=submit], input[type=button], button { border: none; padding: 0.5em 2em; }
input[type=submit]:hover, input[type=button]:hover, button:hover { color: #fff; }
ul.list-icons, ul.favorites-list button.simplefavorite-button { font-size: 17px; vertical-align: middle; text-align: center; }
ul.list-icons a, ul.list-icons button, ul.favorites-list button.simplefavorite-button { color: #333; color: rgba(0,0,0,0.6); padding: 0; display: inline-block; background: rgba(255,255,255,0.5); line-height: 1 !important; border-radius: 17px; width: 24px !important; height: 24px; }
ul.list-icons a:hover, ul.list-icons button:hover, ul.list-icons button.active, ul.favorites-list button.simplefavorite-button.active { background: #fff; color: #B72526; }
ul.list-icons button.active, ul.favorites-list button.simplefavorite-button.active { border: solid 1px pink; width: 23px; height: 23px; }
ul.list-icons a span, ul.list-icons button span, ul.favorites-list button.simplefavorite-button span { margin-top: 3px !important; display: inline-block; }
ul.list-icons button span, ul.favorites-list button.simplefavorite-button span { margin-left: -1px; margin-top: 2px !important; }
input::-webkit-input-placeholder {font-size: 1em; font-family: 'Open-Sans', Arial, Helvetica, sans-serif; color: #999;}
input:-moz-placeholder {font-size: 1em; font-family: 'Open-Sans', Arial, Helvetica, sans-serif; color: #999;}
input::-moz-placeholder { font-size: 1em; font-family: 'Open-Sans', Arial, Helvetica, sans-serif; color: #999;}
input:-ms-input-placeholder {font-size: 1em; font-family: 'Open-Sans', Arial, Helvetica, sans-serif; color: #999;}
input::placeholder {font-size: 1em; font-family: 'Open-Sans', Arial, Helvetica, sans-serif; color: #999;}

/* MISC */
.unfinished { background: yellow; }
a[href='#'] { }
ul { margin-bottom: 1.5em; }
li { line-height: normal; margin-bottom: 0.5em; position: relative; }
ul.list li:before { content: ' '; display: inline-block; zoom: 1; *display: inline;
background: #DE0000; width: 5px; height: 5px; border-radius: 4px; vertical-align: middle; position: absolute; margin-left: -1em; margin-top: 0.65em; }
ul.cols {  }
ul.cols li { width: 50%; float: left; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
ul.menu, ul.nolist { list-style: none; list-style-image: none; margin: 0; padding: 0; }
ul.menu li, ul.nolist li { display: block; margin-left: 0; padding: 0; }
ul.menu.horz li { width: auto; display: inline-block; zoom: 1; *display: inline;
margin-right: 0.25em; }
ul.menu.vert { padding-left: 1em; }
ul.menu.vert li { line-height: 1.25; margin-bottom: 0.75em; }
ul.menu.vert ul { padding-left: 1em; }
ul.menu span.menu-item-date { color: #999; font-weight: normal; font-size: 0.875em; }
ul.menu span.menu-item-date:before { content: ' '; min-width: 0.35em; display: inline-block; }
ul ul { margin-top: 0.75em; }
.note, .notes { font-size: 0.85em; font-style: italic; line-height: 1.4em; }
img.border, iframe.border { border: solid 2px #fff; box-shadow: 0 1px 6px rgba(0,0,0,0.25); margin: 0.75em 0; }
.stretch, .full-width { width: 100%; }
.responsive-box { width: 100%; position: relative; padding-bottom: 56.125%; margin-bottom: 2em; }
.responsive-box > *:first-child { position: absolute; left: 0; top: 0; width: 100%; height: 100%; }

.sow-video-wrapper { position: relative; padding-bottom: 56.65%; }
.sow-video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

/* LAYOUT */
body { background-color: #fff; }
#outer { overflow: hidden; position: relative; }
@media(min-width: 1200px) {
	.container {  }
}
@media(min-width: 1600px) {
	html { font-size: 20px; }
	main { line-height: 1.5; }
	.container { width: 1400px; }
}

/* special fade in */
@media(min-width:768px) {
	.fade-on-scroll { opacity: 0; -ms-transform: translateY(50px); -webkit-transform: translateY(50px); transform: translateY(50px); }
	.fade-on-scroll.active { opacity: 1; -ms-transform: translateY(0); -webkit-transform: translateY(0); transform: translateY(0); -ms-transition: all 1s ease; -webkit-transition: all 1s ease; transition: all 1s ease; }
}

/* HEADER */
header.main { line-height: 1; color: #fff; background: #183054 url(../images/header-bg.jpg) repeat-x 55% 0; }
header.main .left-column { padding: 1em 0 0; text-align: left; float: left; width: 50%; }
header.main .right-column { float: right; padding: 0.5em 0; width: 50%; text-align: right; }
header.main .right-column .col1 { font-weight: bold; font-size: 1.25em; display: inline; display: inline-block; vertical-align: middle; padding: 0 4px; }
header.main a { color: #fff; }
#header-main-block { padding-top: 0.5em; padding-bottom: 0.75em;  }
#header-main-block .logo {  }


/* MAIN NAV */
.navbar, .navbar-collapse, .navbar a, .navbar li, .navbar ul { line-height: 1; margin: 0; padding: 0; min-height: 0 !important; }
#mainnavbar { background: none; border: none; margin: 0 0 !important; float: none !important; padding: 0 0; -webkit-border-radius: 0; border-radius: 0; border-radius: unset; }
#mainnavbar a { color: #fff; text-decoration: none; }
#mainnavbar ul.nav { font-size: 1em;  padding: 0;  }
#mainnavbar ul.nav > li { margin: 0 2px 0 0; padding: 0 !important; }
#mainnavbar ul.nav > li > a {border-left: solid 2px transparent; font-weight: bold; padding: 0.35em 0.75em; text-transform: uppercase;  }
#mainnavbar ul.nav > li > a:hover { color: #cce4ff }
#mainnavbar li.current-menu-item > a { color: #cce4ff; }
#mainnavbar ul.nav li.current-menu-item > a { color: #cce4ff; }
#mainnavbar li.dropdown ul li a { display: block; }
#mainnavbar ul.nav li.dropdown ul.dropdown-menu { font-size: 0.875em; border-radius: 0; border-left: solid 2px #fff; background: rgba(0,0,0,0.85) }
#mainnavbar ul.nav li.dropdown.open ul.dropdown-menu { opacity: 1; top: auto; min-width: 100%; box-shadow: unset;  }
#mainnavbar ul.nav li.dropdown.open > a { box-shadow: unset; border-left: solid 2px #fff; background: rgba(255,255,255,0.5); color: #000; }
#mainnavbar ul.nav li.dropdown ul { border: none; box-shadow: none; padding-top: 0.5em; padding-bottom: 1em; }
#mainnavbar ul.nav li.dropdown ul a { text-transform: uppercase; background: none; color: #fff; padding: 0.5em 3em 0.5em 1em; min-width: 14em; }
#mainnavbar ul.nav li.dropdown ul a:before { content: '•'; font-weight: bold; opacity: 0.5; padding-right: 10px; }
#mainnavbar ul.nav li.dropdown ul li a:hover { background: #000}
#mainnavbar ul.nav li.dropdown li.divider { background: rgba(255,255,255,0.15); }
#mainnavbar ul.nav li.current-menu-ancestor > a { font-style: italic;   }
#mainnavbar .caret { margin-top: -4px; }
#mainnavbar ul.nav ul.dropdown-menu li.current-menu-item > a { font-weight: bold; }
#mainnavbar .navbar-header button.navbar-toggle { border: none; margin: 0 30px 0 0; padding: 0.5em 0.5em; border-radius: 0 0; }
#mainnavbar .navbar-header button.navbar-toggle span.icon-bar { background: #fff; }
#mainnavbar .navbar-header button.navbar-toggle:hover,
#mainnavbar .navbar-header button.navbar-toggle[aria-expanded='true'] { background: #111F31 !important; }
#mainnavbar .navbar-header button.navbar-toggle[aria-expanded='true'] span.icon-bar { background: #fff; }
#mainnavbar .navbar-collapse { width: 100%; }

@media(min-width: 768px) {
	header.affix { position: fixed; z-index: 999; left: 0; top: 0;  width: 100%; -webkit-animation: slideheader 0.6s ease; animation: slideheader 0.6s ease; }
	header.affix #header-main-block { padding-bottom: 0; padding-top: 10px; }
	header.affix #header-main-block .row { position: static; }
	header.affix #header-main-block .left-column .logo { display: none; }
	header.affix #header-main-block .left-column { padding: 0; margin-top: -10px; }
	header.affix #affixlogo { display: block !important; max-width: 45px; }
	header.affix .nav-row { position: absolute !important; top: 0; }
	header.affix .nav-row .nav-col { margin: 0.75em 0 0 10vw; width: 100%; }
	header.affix + span.affix-slug { display: block !important; height: 149px; }
	
	@-webkit-keyframes slideheader {
    from { margin-top: -50px; }
    to { margin-top: 0; }
  }
  @keyframes slideheader {
    from { margin-top: -50px; }
    to { margin-top: 0; }
  }
}
@media(min-width: 992px) {
	header.affix + span.affix-slug { display: block !important; height: 199px; }
}
@media(min-width: 1200px) {
  header.affix + span.affix-slug { display: block !important; height: 213px; }
}
@media(max-width: 991px) {
	header.main .left-column { width: 40%;}
	header.main .right-column { font-size: 0.9em; }
	#mainnavbar ul.nav > li > a { font-size: 0.925em; }
}
@media(max-width: 991px) and (min-width: 768px) {
	header.affix-top #mainnavbar { float: right !important; }
	header.affix .container { width: 98%; font-size: 0.875em; }
	header.affix .nav-row .nav-col { margin-left: 50px;}
}
@media(max-width: 767px) {
	header.main.affix { position: relative; }
	#header-main-block { padding: 0; }
	#header-main-block .left-column { float: none; width: auto; text-align: center; }
	#header-main-block .left-column .logo { margin-top: 0; margin-left: auto; max-width: 300px; margin-right: auto; padding-left: 20px; padding-right: 20px; margin-bottom: 12px; }
	#header-main-block .right-column { margin: 0; padding: 0; text-align: center; width: auto; float: none; }
	#header-main-block a.tel { position: relative; z-index: 1002;}
	header.main .right-column .col1 { padding: 0; margin: 0; display: block; margin-bottom: 18px;  }
	#mainnavbar { margin-top: -40px !important; padding-left: 30px; width: 100%; }
	#mainnavbar .navbar-collapse { margin-top: 1.5em; padding-bottom: 1em; }
	#mainnavbar ul.nav { float: none; width: 100%; background: #183054 }
	#mainnavbar ul.nav > li > a { font-size: 1.25em; }
}
	
/* COMPONENTS */
/* box links */
.box-link { overflow: hidden; margin-bottom: 2em; text-align: center; line-height: 1; background-color: #10649F; position: relative; padding-bottom: 100%; border-radius: 50%; background-repeat: no-repeat; background-position: 50%; background-size: cover; }
.box-link a { border: solid 3px #4595CC; box-shadow: inset 0 0 3px rgba(0,0,0,0.5); border-radius: 50%; text-transform: uppercase; font-size: 0.875em; text-shadow: 1px 1px 3px rgba(0,0,0,0.15); color: #fff; font-weight: bold; position: absolute; left:2%; width: 96%; height: 96%; top:2%; }
.box-link a span { position: absolute; left: 5%; top: 50%; width: 90%; -o-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.box-link a:hover { border-color: #fff; }
.box-link a:hover:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(142,211,255,0.1)}
@media(max-width: 1199px) and (min-width: 768px) {
	.box-link { font-size: 1.35vw; }
}

/* video launcher */
.responsive-video-launcher { position: relative; padding-bottom: 56.65%; background-position: 50%; background-repeat: no-repeat; background-size: cover; }
.responsive-video-launcher a.vid { position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-position: 50%; background-repeat: no-repeat; background-size: cover; }
.responsive-video-launcher a.vid:before { content: '\e072'; font-family:'Glyphicons Halflings'; font-size: 3em; font-size: 7vw; color: rgba(255,255,255,0.5); text-shadow: 1px 1px 2px rgba(0,0,0,0.25); position: absolute; left: 50%; top: 50%; -ms-transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); transform: translate(-50%,-50%); }
.responsive-video-launcher a.vid:hover:before { color: rgba(255,255,255,0.75)}
#videoModal .modal-content { background: #000 !important; }
#videoModal .modal-body { padding: 0 !important; }
#videoModal button.close { position: absolute; right: -48px; top: 0px; z-index: 999; font-size: 48px; color: #fff; text-shadow: 1px 1px 0 #000; opacity: 0.7; }
@media(max-width: 767px) {
	#videoModal button.close { top: 102%; right: 30px; }
}

/* CONTENT */
main { line-height: 1.5; }
section.content { padding-top: 3em; padding-bottom: 1em; }
a.read-more, a.readmore, a.more { color: #fc5652; white-space: nowrap; }

button#back-to-top { position: fixed; bottom: 0; right: 10px; line-height: 1; background: #2E88C2; color: #fff; padding: 5px 15px; border-radius: 6px 6px 0 0; box-shadow: 0 0 6px rgba(0,0,0,0.15) }
button#back-to-top span { display: block; margin: 0; padding: 0; }
button#back-to-top span.label { font-size: 9px; margin-top: -2px; }
button#back-to-top { bottom: -40px; -ms-transition: bottom 500ms; -webkit-transition: bottom 500ms; -moz-transition: bottom 500ms; transition: bottom 500ms; }
#outer.affix button#back-to-top { bottom: 0; -ms-transition: bottom 500ms; -webkit-transition: bottom 500ms; -moz-transition: bottom 500ms; transition: bottom 500ms; }
@media(min-width: 768px) {
	button#back-to-top { display: none !important; }
}

/* PAGINATION */
.pagination > a { display: inline-block; margin-left: 1px; margin-right: 1px; border: solid 1px #f1f1f1; padding-left: 2px; padding-right: 2px; min-width: 1em; }
.pagination > a:hover { background: #00BBE7; color: #fff; border: solid 1px #00BBE7; }
.pagination span.current { font-weight: bold; font-size: 1.5em; vertical-align: middle; margin-left: 5px; margin-right: 5px;  }

/* SIDEBAR */
.sidebar h4 a { color: inherit; }
.sidebar .well { padding: 0.5em; }
.sidebar .posts-well { border-bottom: solid 2px #e3e3e3; padding-bottom: 1em;margin-bottom: 1em; }
.posts-well ul.menu { padding: 0; }
.posts-well ul.menu li { padding: 0; }
.posts-well ul.menu li span.menu-item-date { display: none; }

ul#sidebar-social-nav { font-size: 1.75em; text-align: center;min-height: 80px; clear: both;}
ul#sidebar-social-nav li { width: 20%; margin: 0; padding: 0; float: left; }
ul#sidebar-social-nav a { color: #676767; display: block; width: 90%; margin-left: auto; margin-right: auto; }
ul#sidebar-social-nav a:hover { color: #58C8C8; }

#sidebar-mailing-list { max-width: 420px; margin-left: auto; margin-right: auto; }
#sidebar-mailing-list h4 { font-size: 1.75em; }
#sidebar-mailing-list input, #sidebar-mailing-list button  { border: none; font-size: 1em; padding: 10px; height: auto; margin-bottom: 10px; }
#sidebar-mailing-list button { background: #000; font-weight: bold; display: block; width: 100%; font-size: 1.25em; }
#sidebar-mailing-list button:hover { color: #fff; background: #333; }

/* TESTIMONIALS */
blockquote q { font-style: normal; quotes: none; }
/* aside testimonial */
aside.page-testimonial { margin-top: 3em; margin-bottom: 3em; }
aside.page-testimonial blockquote { line-height: 1.25; color: #828282; font-size: 2em; padding: 0; }
aside.page-testimonial blockquote cite { font-style: normal; color: #000; font-weight: normal; margin-top: 1em;  }

/* SEARCH FORM & RESULTS */
button.btn-search { background: none; padding: 0.5em 5px 0.45em; margin-left: -0; line-height: 1em; position: relative; color: #aaa; font-size: 15px; background:#FF544D; color: #fff;  }
@media(max-width: 767px) {
	button.btn-search { padding: 0.4em 5px 0.4em}
}
form.main-site-search { position: relative; max-width: 220px; margin-left: auto; margin-right: auto; }
form.main-site-search input { border: solid 2px rgba(255,255,255,0.25); background: transparent; font-size: 0.875em; padding: 6px 28px 6px 6px; width: 100%; color: #e1e1e1; border-radius: 1.5em; }
form.main-site-search button { font-size: 16px; background: none; padding: 0px; line-height: 1em; color: #ccc; left: 98%; top: 50%; margin-left: -20px; margin-top: -9px; position: absolute; }
.search-results article { margin-top: 1em; }
.search-results article h5, body.search-results article .post-info { display: inline-block; margin: 0 1em 0 0; }
.search-results article h5 { font-size: 1.25em; }
.search-results article.page .post-info { display: none; }
.search-results article .post-info { font-size: 0.75em; color: #999; }
.search-results article { border-bottom: solid 1px #fff; }
.search-results .hgroup h1 { font-size: 1.25em; font-style: normal; }
.search-results .hgroup h1 em { color: #555759; font-size: 1.75em; margin-left: 0.5em; }

/* WP ACCOUNT FORMS */
#modalLogin .modal-header { padding: 0.75em 0.5em 0.25em 1em; }
#modalLogin .modal-header button { position: absolute; right: 0.5em; }
#modalLogin .modal-body { font-size: 0.95em; }
#modalLogin form#loginform label { display: block; }
#modalLogin form#loginform p { margin-bottom: 0.5em; }
#modalLogin form#loginform p.login-remember { margin: 1em 0; font-size: 0.8em; }
#modalLogin .modal-footer p { margin-bottom: 0; }
form.wppb-user-forms { padding: 1em 1.5em; width: auto; display: inline-block; background: rgba(255,255,255,0.5); box-shadow: 0 0 6px rgba(0,0,0,0.15); border: solid 1px rgba(255,255,255,0.75); }
form.wppb-user-forms ul { list-style: none; margin: 0; padding: 0; }
form.wppb-user-forms ul li { margin: 1em 0; display: block; }
form.wppb-user-forms h4 { border-bottom: solid 1px #ccc; margin-bottom: -0.75em; }
form.wppb-user-forms label { font-size: 0.975em; }
form.wppb-user-forms ul li + li > h4 { margin-top: 2em; }
form.wppb-user-forms label, form.wppb-user-forms input[type=text], form.wppb-user-forms input[type=email], form.wppb-user-forms textarea { width: 100%; max-width: 420px; display: block; }
form.wppb-user-forms .wppb-description-delimiter { font-size: 0.875em; margin-left: 1em; }
form.wppb-user-forms input[type=checkbox] { margin-right: 0.25em; width: 1em; height: 1em; }
form.wppb-user-forms input[type=submit] { font-weight: bold; }
form.wppb-user-forms span.wppb-form-error { color: darkred; display: block; font-size: 0.75em; }
form.wppb-user-forms li.wppb-field-error label img { display: none; }
form.wppb-user-forms li.wppb-field-error input[type=text], form.wppb-user-forms li.wppb-field-error input[type=email], form.wppb-user-forms li.wppb-field-error input[type=tel], form.wppb-user-forms li.wppb-field-error input[type=password], form.wppb-user-forms li.wppb-field-error textarea { border: solid 1px darkorange; }
.wppb-caution, .wppb-error, #wppb_general_top_error_message { background: lightyellow; padding: 0.5em; border: solid 1px rgba(0,0,0,0.08); font-size: 0.9em; }

/* SHARED FOOTER CTA'S */
#cta-industries { text-align: center; background: #065C93 url(/wp-content/uploads/2017/03/cta-industries-bg-02.jpg) no-repeat 50%; background-size: cover; color: #fff; padding-top: 2em; padding-bottom: 2em; }
#cta-industries h3 { font-size: 2.5em; color: #fff; font-weight: bold; }
#cta-industries ul { margin: 0; padding: 0; }
#cta-industries ul li { vertical-align: top; display: inline-block; padding: 1.5em 0; margin: 0; width: 19%; }
#cta-industries li span { display: block; font-weight: bold; font-size: 1.5em; margin-top: 5px; }
#cta-industries li img { max-height: 112px; }
@media(max-width: 1199px) {
	#cta-industries li span { font-size: 1.25em }
}
@media(max-width: 991px) {
	#cta-industries .container { width: 100%; }
	#cta-industries li span { font-size: 1.125em }
}
@media(max-width: 767px) {
	#cta-industries ul li { width: 32%; padding-top: 1em; padding-bottom: 1em; font-size: 0.875em }
	#cta-industries li img { max-height: 100px; }
}

#cta-contact { padding: 3em 0 0; text-align: center; }
#cta-contact p { font-size: 1.5em; color: #0071bc; }
#cta-contact a.btn { font-size: 1em; margin-top: 0.5em; }
#cta-contact p > strong { display: block; }
@media(min-width: 1200px) {
	#cta-contact a.btn { margin-left: 1.5em;  margin-top: -0.25em; }
	#cta-contact p > strong { display: inline; }
}

/* FOOTER */

footer.main { font-size: 1em; margin-top: 2em; padding-top: 2em; padding-bottom: 1.75em; background: #111F2F; color: #fff; }
footer.main, footer.main a { color: #fff; }
footer.main h4 { text-transform: uppercase; }
footer.main a:hover { color: #00BCE5 !important; }
footer.main ul.menu li { margin: 0 0 0.5em;}
footer.main ul.menu a { color: #7e7e7e; }
footer.main .row-company-info { font-weight: bold; }
footer.main ul.social { margin: 0; }
footer.main ul.social a { font-size: 1.25em; color: #000; display: block; line-height: 1.875; width: 1.5em; height: 1.5em; margin-left: 0.5em; margin-right: 0.5em; border-radius: 32px; }
footer.main ul.social a:hover { text-decoration: none;  }
footer.main div#site-disclaimer, footer.main div#site-disclaimer a { color: #999; }
footer.main .search-form { margin-bottom: 1em; }


@media(max-width: 991px) {
	footer.main ul.social li a { margin-left: 5px; margin-right: 5px; }

}

/* CUSTOM CHECKBOXES */
.form-control[type="checkbox"]:not(:checked), .form-control[type="checkbox"]:checked { position: absolute; left: -9999px; }
.form-control[type="checkbox"]:not(:checked) + span, .form-control[type="checkbox"]:checked + span { position: relative; display: inline-block; padding: 0; line-height: 1em; margin-right: 0.25em; margin-top: -3px; vertical-align: middle; width: 0.875em; height: 0.875em; cursor: pointer; }
/* checkbox aspect */
.form-control[type="checkbox"]:not(:checked) + span:before, .form-control[type="checkbox"]:checked + span:before { content: ''; position: absolute; left: 0; top: 0; width: 100%; height: 100%; border: 1px solid #aaa; background: #f8f8f8; box-shadow: inset 0 1px 2px rgba(0,0,0,.15); }
/* checked mark aspect */
.form-control[type="checkbox"]:not(:checked) + span:after, .form-control[type="checkbox"]:checked + span:after { content: ''; line-height: 1; position: absolute; width: 50%; height: 50%; left: 25%; top: 25%; background: #09ad7e; transition: all .2s; }
/* checked mark aspect changes */
.form-control[type="checkbox"]:not(:checked) + span:after { opacity: 0; transform: scale(0); }
.form-control[type="checkbox"]:checked + span:after { opacity: 1; transform: scale(1); }
/* disabled checkbox */
.form-control[type="checkbox"]:disabled:not(:checked) + span:before, .form-control[type="checkbox"]:disabled:checked + span:before { box-shadow: none; border-color: #bbb; background-color: #ddd; }
.form-control[type="checkbox"]:disabled:checked + span:after { color: #999; }
.form-control[type="checkbox"]:disabled + span { color: #aaa; }
/* accessibility */
.form-control[type="checkbox"]:checked:focus + span:before, .form-control[type="checkbox"]:not(:checked):focus + span:before { border: 1px dotted blue; }
/* hover style just for information */
.form-control[type="checkbox"] + span:hover:before { border: 1px solid #4778d9!important; }


/* WORDPRESS / TINYMCE MODS */
img.alignnone { display: inline; vertical-align: middle; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }

@media(min-width:768px) {
img.alignright { float: right; margin: 0 0 1em 1em; max-width: 66.666%; }
img.alignleft { float: left; margin: 0 1em 1em 0; max-width: 66.666%; }
.alignright { float: right; }
.alignleft { float: left; }
}

/* BOOTSTRAP MODS */
img.pull-left { margin-right: 1.5em; }
img.pull-right { margin-left: 1.5em; }
.form-control { -webkit-border-radius: 0; border-radius: unset; }
input.form-control { }
.well { border-color: #fefefe !important; -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.25) !important; box-shadow: 1px 1px 4px rgba(0,0,0,0.2) !important; }
.well > h2, .well > h3, .well > h4 { margin-top: 0; }
.well.blue-well { background: #4671B0; color: #fff; -webkit-box-shadow: none; border-color: #4671B0; box-shadow: unset; }
.well.blue-well a { color: #fff; }
.well.grey-well { background: #efefef; border-color: #efefef; }
.well.well-row { margin-left: 0.875em; margin-right: 0.875em; padding-top: 2em; }
.sidebar .well { padding: 0.65em; ; }
.jumbotron.callout, .well.callout { float: right; width: 50%; margin-left: 5%; min-width: 420px; }
.jumbotron p { margin-bottom: 0 !important; }
.jumbotron p + p { margin-top: 1em; }
.dropdown.open a .caret { border-bottom: 4px dashed; border-top: 0px solid transparent; }
.btn, a.btn { font-weight: normal !important; border: 0; padding-left: 1.5em; padding-right: 1.5em; -webkit-border-radius: 0; border-radius: unset; -webkit-box-shadow: none !important; box-shadow: unset !important; }
.btn.btn-block { white-space: normal; }
a.btn { text-decoration: none; }
.btn-lg { font-size: 1.25em;}
.btn:hover { position: relative; }
.btn:hover:after { content: ''; position: absolute; z-index: 0; left: 0; top: 0; bottom: 0; right: 0; background: rgba(255,255,255,0.08);}
.btn-reversed { color: #fff !important; border: solid 2px #fff !important; }
.btn-reversed:hover { background: rgba(255,255,255,0.15); }
.btn.btn-primary, a.btn.btn-primary { background: #ed1c24; }
.btn.btn-default, a.btn.btn-default { background-color: #00BCE5; color: #fff; }
.btn-reversed.btn-default { background: none !important; }
.btn.arrow-right:after { top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: relative; display: inline-block; pointer-events: none; border-color: rgba(0, 0, 0, 0); border-left-color: #000; border-width: 5px; margin-top: -5px; margin-left: 5px; }
.glyphicon-new-window { color: #ccc; font-size: 11px; vertical-align: middle; line-height: 11px; margin-top: -2px; margin-left: 5px; }
.carousel-control { height: 3em; width: 1.75em !important; top: 50% !important; margin-top: -1.5em; background: none !important; opacity: 1; color: #fff !important; }
.carousel-control .glyphicon { font-size: 1.25em !important; }
.carousel-control.left { margin-left: 0; }
.carousel-control.right { margin-right: 0; }
.carousel-control.sm-ctrl img { width: 20px; }
ol.carousel-indicators { width: 100%; top: 0; left: 0; right: auto; margin: 0 !important; padding: 0 !important; bottom: auto; }
ol.carousel-indicators li { border: none; width: 50%; height: 6px !important; position: static !important; background: none; float: left !important; margin: 0 !important; padding: 0 !important; -webkit-border-radius: 0; border-radius: 0; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -moz-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; }
ol.carousel-indicators li.active { background: none; }
ol.carousel-indicators li:after { content: ''; display: block; height: 100%; background: rgba(155,155,155,0.5); margin-left: 1px; margin-right: 1px; }
ol.carousel-indicators li.active:after { background: #D7A900; }
ul.nav-tabs { border: none; }
ul.nav-tabs a { outline: none !important; -moz-border-radius: 0; border-radius: 0; border: none !important; }
ul.nav-tabs li.active a { background: rgba(255,255,255,0.5) !important; }
div.tab-content { z-index: 1; position: relative; background: rgba(255,255,255,0.5); padding: 0.25em 1em 1em; }
main blockquote { padding: 1em 2em; margin: 0 0 2em; font-style: italic; border: none; background: rgba(255,255,255,0.25); border-radius: 6px; }
.carousel-fade .carousel-inner .item { width: 100%; opacity: 0; -webkit-transition-property: opacity; transition-property: opacity; }
.carousel-fade .carousel-inner .active { opacity: 1; }
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right { left: 0; opacity: 0; z-index: 1; }
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right { opacity: 1; }
.carousel-fade .carousel-control { z-index: 2; }
.btn.btn-primary, .button-primary, input[type=submit] { color: #fff; border: none; font-weight: 700; background: #ffb400; box-shadow: inset 0 0 2px rgba(255,255,255,0.85); }
.btn.btn-primary:hover, .button-primary:hover, input[type=submit]:hover { color: yellow; text-shadow: inherit; }
a.btn.btn-primary { color: #fff; }
ul.list-group li.active a { color: #fff; }
div.checkbox span { float: none; display: inline; outline: none; border: none; box-shadow: unset; width: auto; background: none; }
div.checkbox { display: block; clear: both; }

.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths { position: relative; min-height: 1px; padding-right: 10px; padding-left: 10px; }
.col-xs-5ths { width: 20%; float: left; }


/* bootstrap select */
.bootstrap-select button { border-radius: 0 !important; }
.bootstrap-select button.btn { -webkit-box-shadow: none !important; box-shadow: none !important; background: #fff !important; color: #000; width: auto; font-size: 0.875em; font-weight: bold; border: none; }
.bootstrap-select.full-width, .bootstrap-select.full-width button.btn { width: 100% !important; }
.bootstrap-select.open button.btn.dropdown-toggle { color:#52C8C9 !important;}
.bootstrap-select .dropdown-menu { border-radius: 0; width: 100%; }

@media(min-width:480px) {
.visible-xxs { display: none; }
}
@media (min-width: 768px) {
.col-sm-5ths { width: 20%; float: left; }
}

@media (min-width: 992px) {
.col-md-5ths { width: 20%; float: left; }
}

@media (min-width: 1200px) {
.col-lg-5ths { width: 20%; float: left; }
}
@media(max-width:767px) {
.text-center-xs { text-align: center !important; }
.text-left-xs { text-align: left !important; }
.text-right-xs { text-align: right !important; }
}
@media(max-width: 479px) {
.hidden-xxs { display: none !important; }
.visible-xxs { display: block !important; }
.col-xxs-12 { width: 100%; display: block; }
}




