/*
	Theme Name: Tempworks Theme
	Theme URI: http://my.studiopress.com/themes/centric/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	
	Version: 1.1
 
	Tags: black, green, orange, purple, red, yellow, white, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.1
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/
/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Icons
		- Objects
		- Gallery
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
		- Shrink
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Centric Charcoal
		- Centric Green
		- Centric Orange
		- Centric Purple
		- Centric Red
		- Centric Yellow
	- Media Queries
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 782px
		- Max-width: 480px
*/
/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */
/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#2e2f33}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}
/* Box Sizing
--------------------------------------------- */
*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}
/* Float Clearing
--------------------------------------------- */
.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}
.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
/*
Defaults
---------------------------------------------------------------------------------------------------- */

@font-face {
    font-family: 'Roboto Condensed', sans-serif;
	/*font-family: Dinpro-light;
	src: url('fonts/DINPro-Light.otf');*/
}


@font-face {
	font-family: Lato;
	src: url('fonts/Lato-Regular.ttf');
}


/* Typographical Elements
--------------------------------------------- */
body {
	background-color: #13afdf;
	color: #2e2f33;
	font-family: 'Slabo 27px', serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.text-center{
	text-align:center;
}
.more-link {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}
::-moz-selection {
	background-color: #2e2f33;
	color: #fff;
}
::selection {
	background-color: #2e2f33;
	color: #fff;
}
a {
	color: #13afdf;
	text-decoration: none;
}
.tw-blue-text {
	    color: #1e6e9a;
}
.content a:hover,
.sidebar a:hover,
a:hover {
	color: #2e2f33;
}
p {
	margin: 0 0 28px;
	padding: 0;
}
ol,
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style-type: none;
}
b,
strong {
	font-weight: 700;
}
blockquote,
cite,
em,
i {
	font-style: italic;
}
blockquote {
	margin: 40px;
}
blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}
/* Headings
--------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 15px;
}
h1 {
	font-size: 36px;
	color:#1e6e9a;
}
h1.page-title { margin-bottom:0px; }

h2,
h2 a {
	font-size: 30px;
	color:#1e6e9a;
    text-transform: uppercase;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 20px;
}
h4.spacing {
    padding: 20px 0px 35px 0px;
}


h5 {
	font-size: 18px;
}
h6 {
	font-size: 16px;
}
/* Icons
--------------------------------------------- */
.features {
	text-align: center;
}
.features .dashicons {
	font-size: 64px;
	height: 64px;
	margin: 0 0 20px;
	width: 64px;
}
/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}
img {
	height: auto;
}
.featured-content img,
.gallery img {
	width: auto;
}
/* Gallery
--------------------------------------------- */
.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}
.gallery-item {
	float: left;
	margin: 0;
	padding: 0 4px;
	text-align: center;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}
.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}
.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}
.gallery .gallery-item img {
	border: none;
	height: auto;
}
/* Forms
--------------------------------------------- */
input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: none;
	color: #2e2f33;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	padding: 16px;
	width: 100%;
}
input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}
input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}
::-moz-placeholder {
	color: #2e2f33;
	opacity: 1;
	font-weight: 300;
}
::-webkit-input-placeholder {
	color: #2e2f33;
	font-weight: 300;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #2e2f33;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	padding: 16px 24px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover {
	background-color: #13afdf;
	color: #fff;
}
.centric-pro-home .color-section button,
.centric-pro-home .color-section input[type="button"],
.centric-pro-home .color-section input[type="reset"],
.centric-pro-home .color-section input[type="submit"],
.centric-pro-home .color-section .button,
.centric-pro-home .color-section .more-link,
.site-header .widget-area button,
.site-header .widget-area input[type="button"],
.site-header .widget-area input[type="reset"],
.site-header .widget-area input[type="submit"],
.site-header .widget-area .button {
	background-color: #fff;
	color: #2e2f33;
}
.centric-pro-home .color-section button:hover,
.centric-pro-home .color-section input:hover[type="button"],
.centric-pro-home .color-section input:hover[type="reset"],
.centric-pro-home .color-section input:hover[type="submit"],
.centric-pro-home .color-section .button:hover,
.centric-pro-home .home-widgets .color-section .more-link:hover,
.site-header .widget-area button:hover,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area .button:hover {
	background-color: #2e2f33;
	color: #fff;
}
.centric-pro-home .dark-section button,
.centric-pro-home .dark-section input[type="button"],
.centric-pro-home .dark-section input[type="reset"],
.centric-pro-home .dark-section input[type="submit"],
.centric-pro-home .dark-section .button,
.centric-pro-home .dark-section .more-link,
.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap input[type="submit"],
.footer-widgets .wrap .button {
	background-color: #484a4e;
	color: #fff;
}
.centric-pro-home .dark-section button:hover,
.centric-pro-home .dark-section input:hover[type="button"],
.centric-pro-home .dark-section input:hover[type="reset"],
.centric-pro-home .dark-section input:hover[type="submit"],
.centric-pro-home .dark-section .button:hover,
.footer-widgets button:hover,
.footer-widgets .wrap input:hover[type="button"],
.footer-widgets .wrap input:hover[type="reset"],
.footer-widgets .wrap input:hover[type="submit"],
.footer-widgets .wrap .button:hover {
	background-color: #eee;
	color: #2e2f33;
}
.centric-pro-home .dark-section .more-link:hover,
.content .button:hover,
.sidebar .button:hover {
	color: #fff;
}
.button {
	display: inline-block;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}
.home-featured .more-link,
.home-widgets .more-link {
	background-color: #2e2f33;
	border-radius: 50px;
	color: #fff;
	display: block;
	display: table;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	margin: 20px auto 0;
	max-width: 200px;
	padding: 10px 24px;
	text-align: center;
	text-transform: uppercase;
}
.home-featured .more-link:hover,
.home-widgets .more-link:hover {
	background-color: #13afdf;
	color: #fff;
}
/* Tables
--------------------------------------------- */
table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
}
tbody {
	border-bottom: 1px solid #ddd;
}
td,
th {
	text-align: left;
}
td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
}
th {
	font-weight: 300;
}
/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Site Containers
--------------------------------------------- */


.site-container {
margin: 0 auto;
	max-width: 1920px;
display:block;
}

.wrap {
	margin: 0 auto;
	max-width: 1280px;
}
.site-inner {
	background-color: #fff;
	clear: both;
}
.centric-pro-landing .site-inner {
	margin: 80px auto;
	max-width: 800px;
	padding: 0 80px;
}
/* Column Widths and Positions
--------------------------------------------- */
/* Content */
.content {
	float: right;
	/*padding: 80px 0; 11/10/16 */ 
	padding:30px 0px 0px 0px;
	width: 880px;
}
.centric-pro-home .content {
	padding: 0;
}
.content-sidebar .content {
	float: left;
}
.full-width-content .content {
	width: 100%;
}
/* Primary Sidebar */
.sidebar-primary {
	float: right;
	width: 360px;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}
/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}
.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}
.one-third,
.two-sixths {
	width: 31.623931623931625%;
}
.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}
.one-fourth {
	width: 23.076923076923077%;
}
.three-fourths {
	width: 74.35897435897436%;
}
.one-sixth {
	width: 14.52991452991453%;
}
.five-sixths {
	width: 82.90598290598291%;
}
.first {
	clear: both;
	margin-left: 0;
}

/* column specific classes for use with Genesis Columns Advanced plugin rgentile 10/24/16 */

/* not sure if still need */
div.gca-utility.row-eq-height:first-child { /*margin-top:25px;*/ } /* put some space above first set of boxes */


.gca-utility.row-eq-height,
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:         flex;
}



/* not sure if still need
div.gca-column p a { text-decoration:underline; }
*/


div.gca-utility.home-ts {
    background: #e7e7e9;
}

div.gca-utility.home-ts h2 {
    text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
}

div.gca-utility.home-ts p {
    text-align: left;
}


div.gca-utility.product-boxes {
    background: #fff;
    padding: 0 20px; /* makes room for drop shadow */
    display: flex;  /* make all same height */
}

@media only screen and (max-width: 800px) {
    div.gca-utility.product-boxes {
        display: block;  /* allow to stack for handheld */
    }
}



body.home div.gca-utility.product-boxes div.gca-column.one-third {
    padding: 100px 0px;  /* space above and below product box */
}

div.gca-utility.product-boxes div.gca-column.one-third {
    padding: 20px 0px;  /* space above and below product box */
}

@media only screen and (max-width: 1023px) {
    body.home div.gca-utility.product-boxes div.gca-column.one-third {
        padding: 20px 0px;  /* space above and below product box */
    }
 
}

div.gca-utility div.gca-column.one-third {
    padding: 40px 25px;
}

div.gca-utility div.gca-column.one-third.nopadding {
    padding: 0px;
}

div.gca-utility div.gca-column.one-third.nopadding.intpartner {
    border-left: 4px solid #1e6e9a;
    padding-left: 20px;
}

div.gca-utility div.gca-column.one-third.nopadding.intpartner a,
div.gca-utility div.gca-column.one-third.nopadding.intpartner a:visited {
    color: #1e6e9a;
    font-weight: 700;
}


/* product boxes on interior pages */
div.gca-utility div.gca-column.one-third div.product-box {
    border: 1px solid #d2d2d4;
    padding: 80px 40px 80px 40px;
    -webkit-box-shadow: 8px 8px 15px 0px rgba(156,156,156,1);
    -moz-box-shadow: 8px 8px 15px 0px rgba(156,156,156,1);
    box-shadow: 8px 8px 15px 0px rgba(156,156,156,1); 
    height: 100%; /* force to use all available height (parent is flex item) */
    text-align: center;
    

}   
    



/* icon inside product box */
div.gca-utility div.gca-column.one-third div.product-box:hover img,
div.gca-utility div.gca-column.one-third div.product-box:hover img.alignnone {
    filter: drop-shadow(5px 5px 7px rgba(156,156,156,1));   
    transition: all 1s;
    transform: scale(1.0);
    transform: rotate(0.01deg);    
}


div.gca-utility div.gca-column.one-third div.product-box:hover p,
div.gca-utility div.gca-column.one-third div.product-box:hover h3 {
  text-shadow: 5px 5px 20px rgba(156,156,156,1), 
               5px 5px 20px rgba(156,156,156,0.1);     
    transition: all 1s;
    transform: scale(1.0);
    transform: rotate(0.01deg);    
}


@media only screen and (max-width: 1023px) {
    div.gca-utility div.gca-column.one-third div.product-box {
        padding: 80px 20px 80px 20px;
    }
}


div.gca-utility div.gca-column.one-third div.product-box p {
    margin: 0;
}

div.gca-utility div.gca-column.one-third div.product-box h3 {
    color: #1e6e9a;
    text-transform: uppercase;
}

div.gca-utility div.gca-column.one-third div.product-box h3 a {
    color: #1e6e9a;
}


div.gca-utility div.gca-column.one-third div.product-box img.alignnone,
div.gca-utility div.gca-column.one-third div.product-box .alignnone {
    margin-bottom: 0px;
}

div.gca-utility div.gca-column.one-third div.product-box img.alignnone {
    width: auto; /* makes icons same size as on home page */
    padding-bottom: 20px;
}
/* END product boxes on interior pages */


div.gca-column {
	padding:40px 75px;
}

body.roadmap div.gca-column {
	padding:15px 75px;
}



div.gca-column.nopadding {
	padding:0;
}

div.gca-column.logo {
	padding:0px;
	margin:0px 0px 0px 1.923076923076923%;
	text-align: center; /* centers logo in parent container */
}

div.gca-column.logo img {
	height: auto;
		width: 200px;
		padding: 50px 0px;
}

@media only screen and (max-width: 1023px) {
	div.gca-column {
		padding:40px 25px;
	}
	
	div.gca-column.logo {
		/*padding:0px;*/
		/*margin:0px 0px 0px 1.923076923076923%;*/
	}

	div.gca-column.logo img {
		/*height:50%;*/
	}
}

@media only screen and (max-width: 800px) {
	div.gca-column {
		padding:40px 75px;
	}

	div.gca-column.logo {
		/*padding:0px;*/
		/*margin:0px 0px 0px 1.923076923076923%;*/
	}

	div.gca-column.logo img {
		width: 40vw;
		padding: 0px;
	}
    
    .home-ts .gca-column {
        padding: 40px 25px;
    }
    
}

div.gca-column.green {    
	background:#45bf5c;
    font-family: 'Slabo 27px', serif;
	font-size:18px;
	color:#fff;
	margin-bottom:30px;

}
div.gca-column.dark-blue { 
	background:#0a4c70;
	font-family: 'Slabo 27px', serif;
	font-size:18px;
	color:#fff;
	margin-bottom:30px;
}
div.gca-column.blue { 
	background:#1e6e9a;
	font-family: 'Slabo 27px', serif;
	font-size:18px;
	color:#fff;
	margin-bottom:30px;
}
div.gca-column.gray { 
	background:#f1f2f2;
	font-family: 'Slabo 27px', serif;
	font-size:18px;
	color:#333333;
	margin-bottom:30px;
}

div.gca-column.red { 
	background:#b8393e;
	font-family: 'Slabo 27px', serif;
	font-size:18px;
	color:#fff;
	margin-bottom:30px;
}

div.gca-column.yellow { 
	background:#ffc429;
	font-family: 'Slabo 27px', serif;
	font-size:18px;
	color:#414042;
	margin-bottom:30px;
}


div.gca-column h2 {
	font-family: 'Slabo 27px', serif;
	font-size:30px;
    text-transform: uppercase;
}

div.gca-column.yellow a,
div.gca-column.yellow a:visited,
div.gca-column.yellow a:hover,
div.gca-column.yellow h2,
div.gca-column.yellow h2 a,
div.gca-column.yellow h2 a:visited,
div.gca-column.yellow h2 a:hover 
{ color:#414042; }

div.gca-column.gray a,
div.gca-column.gray a:visited,
div.gca-column.gray a:hover,
div.gca-column.gray h2,
div.gca-column.gray h2 a,
div.gca-column.gray h2 a:visited, 
div.gca-column.gray h2 a:hover 
{ color:#1e6e9a; }

div.gca-column.blue a,
div.gca-column.blue a:visited,
div.gca-column.blue a:hover,
div.gca-column.blue h2,
div.gca-column.blue h2 a,
div.gca-column.blue h2 a:visited,
div.gca-column.blue h2 a:hover
	{ color:#fff; } 

div.gca-column.red a,
div.gca-column.red a:visited,
div.gca-column.red a:hover, 
div.gca-column.red h1,
div.gca-column.red h1 a, 
div.gca-column.red h1 a:visited,
div.gca-column.red h1 a:hover,
div.gca-column.red h2,
div.gca-column.red h2 a,
div.gca-column.red h2 a:visited,
div.gca-column.red h2 a:hover
 { color:#fff; }


div.gca-column.green a,
div.gca-column.green a:visited,
div.gca-column.green a:hover,
div.gca-column.green h2,
div.gca-column.green h2 a,
div.gca-column.green h2 a:visited,
div.gca-column.green h2 a:hover
 { color:#fff; }


/*
Common Classes
---------------------------------------------------------------------------------------------------- */
/* Avatar
--------------------------------------------- */
.avatar {
	border-radius: 50%;
	float: left;
}
.alignleft .avatar,
.author-box .avatar {
	margin-right: 24px;
}
.alignright .avatar {
	margin-left: 24px;
}
.comment .avatar {
	margin: 0 16px 24px 0;
}
/* Genesis
--------------------------------------------- */
.breadcrumb {
	margin-bottom: 20px;
}
.archive-description {
	font-size: 24px;
}
.author-box {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding-bottom: 80px;
}
.author-box-title {
	font-size: 18px;
	margin-bottom: 16px;
}
.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}
/* Search Form
--------------------------------------------- */
.search-form {
	overflow: hidden;
}
.site-header .search-form {
	float: right;
	margin-top: 12px;
}
.entry-content .search-form,
.site-header .search-form {
	width: 50%;
}
.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

body.search-results .post {
    border-bottom: none;
}

body.search-results .archive-description {
    padding: 30px 0px 0px 0px;
    border-bottom: 1px solid #e5e5e5;
}

body.search-results .archive-title {
    font-size: 34px;
}

body.search-results .content h2.entry-title a {
	font-size: 30px;
	font-weight:400;
	color:#1e6e9a;
} 

body.search-results article.entry {
    margin-bottom: 10px;
}

body.search-results .archive-pagination li a:hover,
body.search-results .archive-pagination li.active a {
    background-color: #1e6e9a;
    color: #fff;
}


/* Titles
--------------------------------------------- */
.page-title {
	/*  11/10/16
	color: #fff;
	padding: 40px 0 80px;
	text-align: center;
	*/
}
.page-title .archive-title,
.page-title .entry-title {
	font-size: 60px;
	font-weight: 700;
	/*text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );*/
}

body.no-hero-title h1.hero-page-title {
	display: none;
}

.hero-page-title { 
	background: rgba(14, 74, 110, 1.0);
    padding: 10px 40px;
    color: #fff;
	display:table;
    text-transform: uppercase;
}  

.entry-title {
	font-size: 36px;
}
.content .entry-title a,
.sidebar .widget-title a {
	color: #2e2f33;
}
/* blog (but probably all) sidebar titles rgentile 10/26/2016 */
.sidebar .widget-title { 
	color:#1e6e9a;
	font-size:24px;
	font-weight:400;
}
/* blog archive view title rgentile 10/26/2016 */
.content h2.entry-title a { 
	font-size:36px;
	font-weight:400;
	color:#1e6e9a;
} 
.entry-title a:hover,
.footer-widgets .featured-content .entry-title a:hover {
	color: #13afdf;
}

/* author avatar on blog */

/* solution 2
.entry-header .entry-meta { overflow:hidden; }
.author-avatar img { border-radius:0; }
*/
.author-avatar { float:left; margin:10px 10px 0px 0px; }
.author-avatar img { border-radius:0; }
/*.entry-content { clear:both; } */


.widget-title {
	font-size: 18px;
	margin-bottom: 20px;
}
.home-widgets .widget-title {
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 60px;
	text-transform: uppercase;
}
.home-widgets .featuredpage .entry-title {
	font-size: 48px;
	font-weight: 300;
	line-height: 1.1;
}
.footer-widgets .widget-title {
	color: #fff;
	font-weight: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-size:30px;
	margin-bottom:15px;
}
.footer-widgets .entry-title a,
.footer-widgets .featured-content .entry-title a {
	color: #fff;
}
/* WordPress
--------------------------------------------- */
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}
a.aligncenter img {
	display: block;
	margin: 0 auto;
}
img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}
a.alignnone {
	display: inline-block;
}
img.alignnone,
.alignnone {
	margin-bottom: 24px;
}
a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}
a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}
.wp-caption-text {
	font-weight: 700;
	text-align: center;
}
.entry-content p.wp-caption-text {
	margin-bottom: 0;
}
.gallery-caption {
	margin: 0 0 10px;
}
/*
Widgets
---------------------------------------------------------------------------------------------------- */
.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

div.home-featured .widget { margin-bottom:0px; } /* rgentile 10/21/16 */

.widget-area .widget:last-child {
	margin-bottom: 0;
}
.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}
.widget li li {
	border: none;
	margin: 0 0 0 30px;
	padding: 0;
}
.widget_calendar table {
	width: 100%;
}
.widget_calendar td,
.widget_calendar th {
	text-align: center;
}
/* Featured Content
--------------------------------------------- */
.featured-content .entry {
	border: none;
	margin-bottom: 0;
}
.featuredpost .entry {
	margin-bottom: 30px;
}
.featured-content .entry-title a {
	color: #2e2f33;
}
.widget-area .featured-content .entry-title a:hover {
	color: #000;
}
.featured-content .entry-title {
	font-size: 20px;
}
/*
Plugins
---------------------------------------------------------------------------------------------------- */
/* Genesis eNews Extended
--------------------------------------------- */
.enews-widget form {
	position: relative;
}
.enews-widget input,
.enews-widget input:focus {
	border: 1px solid #ddd;
}
.enews-widget input {
	font-size: 16px;
	margin-bottom: 16px;
}
.enews-widget input[type="email"] {
	margin-bottom: 0;
}
.enews-widget input[type="submit"] {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border: 1px solid #484a4e;
	bottom: 0;
	color: #fff;
	height: 53px;
	margin: 0;
	padding: 16px 24px;
	position: absolute;
	right: 0;
}
.enews-widget input:hover[type="submit"] {
	border-color: #fff;
	border-left-color: #484a4e;
}
.enews form + p {
	margin-top: 24px;
}
/* Genesis Latest Tweets
--------------------------------------------- */
.home-widgets .tweet-text {
	display: block;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px;
}
.home-widgets .latest-tweets span a {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
}
.home-widgets .latest-tweets .tweet-details {
	display: block;
	line-height: 1;
}
.home-widgets .latest-tweets .tweet-details:before {
	content: "\f301";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	margin-right: 10px;
	vertical-align: top;
}
.home-widgets .latest-tweets .last a {
	border: 2px solid #fff;
	display: inline-block;
	margin-top: 20px;
	padding: 16px 24px;
}
/* Genesis Responsive Slider
--------------------------------------------- */
.widget #genesis-responsive-slider,
.widget #genesis-responsive-slider .flexslider {
    background-color: transparent;
    border: none;
    padding: 0;
}
.widget #genesis-responsive-slider .slide-excerpt {
    background-color: #2e2f33;
    margin: 0;
    opacity: 0.9;
}
html > body .widget .slide-excerpt-border {
    border: none;
}
.widget #genesis-responsive-slider h2 a:hover {
    color: #ccc;
}


/* Gravity Forms
--------------------------------------------- */
div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 18px;
	padding: 16px;
}
div.gform_wrapper .ginput_complex label {
	padding: 0;
}
div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
}
div.gform_wrapper .gform_footer input[type=submit] {
	font-size: 16px;
	padding: 10px 24px;
}

@media only screen and (min-width: 641px) {
	.contact-widget .comment-field .textarea.medium { width:49.5%; } /* Contact textarea */
    .contact-widget div.gform_wrapper .gform_footer input[type=submit] { 
        width:49.5%; 
    } 
	.contact-form div.gform_wrapper .gform_footer input[type=submit] { 
        width:80%; 
    } 
}
@media only screen and (max-width: 640px) {
	.contact-widget .comment-field .textarea.medium { width:100%; } /* Content textarea */
	.contact-form div.gform_wrapper .gform_footer input[type=submit], 
    .contact-widget div.gform_wrapper .gform_footer input[type=submit] { 
        width:100%; 
    } 
}


div.gform_wrapper.schedule-demo_wrapper .gform_footer input[type=submit], 
div.gform_wrapper.contact-sales_wrapper .gform_footer input[type=submit], 
.contact-form div.gform_wrapper .gform_footer input[type=submit], 
.contact-widget div.gform_wrapper .gform_footer input[type=submit] {
    background-color:#b8373e;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    font-size:24px;
    font-weight:normal;
    font-family: 'Roboto Condensed', sans-serif;
}

/* contact form title */
.widget-area .contact-widget .widget-title { 
	font-family: 'Roboto Condensed', sans-serif;
	font-size:36px;
	font-weight:300;
	color:#4b4b4d;
	text-transform:none;
	text-align:center;
}


.contact-widget div.gca-column {
    padding: 0px;
}


.contact-widget div.gca-column .gform_wrapper .top_label input.medium {
    width: 100%; /* home page contact fields full container width */
}

.contact-widget .comment-field .textarea.medium { 
    width:100%; /* home page Contact textarea */
} 


.gform_wrapper.schedule-demo_wrapper .schedule-demo .top_label input.medium, 
.gform_wrapper.contact-sales_wrapper .contact-sales .top_label input.medium {
    width: 100%; /* home page contact fields full container width */
}

.gform_wrapper.schedule-demo_wrapper .schedule-demo .top_label .aktion-captcha, 
.gform_wrapper.contact-sales_wrapper .contact-sales .top_label .aktion-captcha {
    padding: 10px 0px 0px 0px;  
}


/* 3/20/2020 */
.gform_wrapper.schedule-demo_wrapper .schedule-demo .interest {
    padding-top: 20px;  /* move "Interest in:" down from Company field */
}

.gform_wrapper.schedule-demo_wrapper .schedule-demo .interest .ginput_container {
    text-align: left;  /* left justify checkboxes */
}

.gform_wrapper.schedule-demo_wrapper .schedule-demo .interest .gfield_checkbox label {
    font-size: 18px;
    margin-top: 5px; /* better align with the checkbox */
}

.gform_wrapper.interior-interested-demo_wrapper .interior-interested-demo .interest {
    padding-top: 20px;  /* move "Interest in:" down from Company field */
    padding-left: 10%;
}

.gform_wrapper.interior-interested-demo_wrapper .interior-interested-demo .interest .gfield_checkbox label {
    font-size: 18px;
    margin-top: 5px; /* better align with the checkbox */
}

.gform_wrapper.interior-interested-demo_wrapper .interior-interested-demo .interest .gfield_checkbox li {
    text-align: left;
}
/* end 3/20/2020 */



.contact-widget div.gform_wrapper .gform_footer { 
    margin: 0px;
} 


div.gform_wrapper.schedule-demo_wrapper .gform_footer input[type=submit], 
div.gform_wrapper.contact-sales_wrapper .gform_footer input[type=submit], 
.contact-widget div.gform_wrapper .gform_footer input[type=submit] { 
    width:100%; 
} 

.contact-widget div.home-contact-bluebox h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    color: #1e6e9a;
    text-transform: uppercase;
}

.home-widgets .contact-widget .featuredpage .widget-wrap {
    padding: 60px 0;
}



/* Interior page contact form (image on left form on right) */

div.contact-interior {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;  /* stacked on handheld */   
    padding: 0px 0px 20px 0px;
}

@media only screen and (min-width: 782px) {
    div.contact-interior {
        flex-direction: row; /* side by side above 782px */
    }
}

/*
 * The image is a background on container contact-img
 * and when we stack the containers there is no height on contact-img
 * so in effect the image disappears - which is what we want
 * January 2019
 */
div.contact-img {
    /*flex: none | [ <'flex-grow'> <'flex-shrink'>? || <'flex-basis'> ]*/
    flex: 1 1 50%;
    padding: 0px;
    line-height: 0.8; /* otherwise getting space below image kinda hacky :( */
}


div.contact-img img.alignnone,
div.contact-img .alignnone {
    margin-bottom: 0px; /* so is same height as contact container */
}


div.contact-form {
    flex: 1 1 50%;
    padding: 0px;
    background: #e7e7e9;
}

div.contact-form h3 {
    text-transform: uppercase;
    color: #1e6e9a; 
    padding: 20px 0px 0px 60px;
}

@media only screen and (min-width: 641px) {
    div.contact-form .gform_wrapper .top_label input.medium,
    div.contact-form .gform_wrapper .top_label select.medium {
        width: 80%; /* width of form inside container */
    }
}

/* END interior contact form */



/* override to make fields taller */
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
	padding: 16px !important;
}

/*.gform_wrapper input,
.gform_wrapper textarea {
	border: 1px solid #959597 !important;
}
 12/2018*/

/* override */
body .gform_wrapper ul li.gfield {
	margin-top: 0 !important; 
	line-height: 10px;
}

.home-widgets .gform_widget .widget-title {
	margin-bottom: 20px;
}

/* center Captcha */
/* note: selector is using class and container structure added by Gravity Forms so if that changes this will probably break */
li.aktion-captcha div.ginput_recaptcha > div {
	margin: 0 auto;
}

/* Jetpack
--------------------------------------------- */
#wpstats {
	display: none;
}
/* Simple Social Icons
--------------------------------------------- */
.simple-social-icons li a {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}
.simple-social-icons li a:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
/*
Site Header
---------------------------------------------------------------------------------------------------- */
.site-header {
	/*background-color: #13afdf; rgentile 10/13/16 */
	background-color:#fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}
.admin-bar .site-header {
	top: 32px;
}

.site-header .wrap {
	min-height:115px;
}
.bumper {
	min-height: 115px;
}

/* space available for logo and nav */
.site-header .wrap {
    padding: 20px 20px 0px 20px;
    /*padding: 20px 40px 0px 40px; 6/2020 */
	/* padding: 10px 40px 0px 40px; 12/2018 */
	max-width: 1920px;
    display: block; 
}


@media only screen and (max-width: 1320px) {
    .site-header .wrap {
        max-width: 1140px;
    }
}


@media only screen and (max-width: 1220px) {
    .site-header .wrap {
        max-width: 960px;
    }
}

/*@media only screen and (min-width: 1320px) {*/
@media only screen and (min-width: 1275px) {/* should match breakpoint hambuger displays */
    .site-header .wrap {
        display: flex; 
        justify-content: center;
    }
}

.site-header,
.site-header .wrap,
.site-description {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}
/* Title Area
--------------------------------------------- */
.title-area {
	/*float: left; 12/2018*/
	padding: 0;
	/*width: 360px;*/
    width: 300px;
}
.header-full-width .title-area {
	width: 100%;
}
.site-title {
	font-family: 'Spinnaker', sans-serif;
	font-size: 60px;
	font-weight: 700;
	/*line-height: 1.2; rgentile 12/1/16*/
	line-height: 1.4em;
}
.site-header .site-title a,
.site-header .site-title a:hover {
	color: #fff;
	letter-spacing: 2px;
	/*text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );*/
	text-transform: uppercase;
}
.header-image .site-title > a {
	float: left;
	/*min-height: 80px; rgentile 12/1/16 */
	width: 100%;
}
.site-description {
    height: 0;
    text-indent: -9999px;
}
.site-description,
.site-title {
	margin-bottom: 0;
}
.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}
/* Widget Area
--------------------------------------------- */
.site-header .widget-area {
	color: #fff;
	/*float: right; 12/2018 */
	text-align: right;
	padding-top: 5px;
}
.site-header .widget-area a,
.site-header .widget-area a:hover {
	/*color: #fff; rgentile 10/13/16 */
	color:#000;
	/*font-family: Myriad Pro;*/
    font-family: 'Roboto Condensed', sans-serif;
}
/* Shrink
--------------------------------------------- */

/* rgentile 10/14/16
.site-header.shrink .wrap {
	background-color: rgba(255, 255, 255, 0.1);
	min-height: 60px;
	padding: 0 40px;
}
.shrink .site-title {
	font-size: 36px;
	padding-top: 10px;
}
.header-image .shrink .site-title {
	padding: 0;
}
.header-image .shrink .site-title > a {
	min-height: 60px;
}
.shrink .site-title a {
	background-size: 270px 60px !important;
}
.site-header.shrink .widget-area {
	padding-top: 0;
}
*/

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.genesis-nav-menu {
	-webkit-font-smoothing: subpixel-antialiased;
	clear: both;
	/*font-size: 16px; rgentile 10/13/16 */
	font-size:18px;
	line-height: 1;
	width: 100%;
}
.genesis-nav-menu .menu-item {
	display: inline-block;
	text-align: left;
}
.genesis-nav-menu li a {
	color: #fff;
	display: block;
	/* padding: 22px; */
	padding: 18px 22px 22px 22px; /* need to adjust top padding after adding social media icons */
}
.genesis-nav-menu li a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: rgba(255, 255, 255, 0.1);
	/* color: #fff; rgentile 10/15/16 */
	/*color:#ecb918;*/
	color:#000;   /* primary link color */
}
.genesis-nav-menu .sub-menu {
	/*background-color: #fff; rgentile 12/2/16*/
	background-color:#cccccc;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 200px;
	z-index: 99;
}
.genesis-nav-menu .sub-menu a {
	/*background-color: rgba(255, 255, 255, 1); rgentile 12/2/16 */
	background-color:#cccccc;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
	color:#000;  /* default link color */
}

.genesis-nav-menu .sub-menu .sub-menu a,
.genesis-nav-menu .sub-menu .sub-menu a:visited {
	/*background-color: rgba(255, 255, 255, 1); rgentile 12/2/16 */
	/*background-color:#cccccc;*/
    background-color:#adadad;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
	color:#000;  /* default link color */
}

ul.genesis-nav-menu .sub-menu .sub-menu a:hover {
    background-color: #cccccc;
}

ul.genesis-nav-menu .sub-menu a:hover {
	/*background-color: rgba(255, 255, 255, 0.3); rgentile 12/2/16*/
	background-color:#adadad;
}

/* color of drop down menu link text and li background for visited page */
ul.genesis-nav-menu .sub-menu a:visited {
	/*background-color: rgba(255, 255, 255, 0.3); rgentile 12/2/16*/
	background-color:#cccccc;
	color:#000; /* visited link color */
}

/* color of drop down menu link for current page */
ul.genesis-nav-menu .sub-menu .current-menu-item > a {
	color:#fff;  /* current page link color */
}




.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}
.genesis-nav-menu .menu-item:hover {
	position: static;
}
.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}
.genesis-nav-menu > .first > a {
	padding-left: 0;
}
.genesis-nav-menu > .last > a {
	padding-right: 0;
}
.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
}
.genesis-nav-menu > .right > a {
	display: inline-block;
}
.genesis-nav-menu > .date {
	padding: 22px;
}
.genesis-nav-menu > .search {
	padding: 10px 0 0;
}
.genesis-nav-menu > .search input[type="search"] {
	font-size: 14px;
	padding: 12px 24px;
}
/* Site Header Navigation
--------------------------------------------- */
.site-header .genesis-nav-menu li li {
	margin-left: 0;
}
/* Primary Navigation
--------------------------------------------- */
.nav-primary {
	position: relative;
	z-index: 98;
}
.nav-primary .genesis-nav-menu li .sub-menu,
.nav-primary {
	background-color: #2e2f33;
}
/* Responsive Menu (hamburger icon)
--------------------------------------------- */
#responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
}
#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #45bf5c;
	content: "\f333";
	/*font: normal 20px/1 'dashicons'; rgentile 10/19/16*/
	font: normal 40px/1 'dashicons';
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}

/* make trigger same color as link when linked hovered */
.responsive-menu-pro-item-link:hover .responsive-menu-pro-subarrow {
	background: #cccccc;
}

#responsive-menu-pro-container li.responsive-menu-pro-item a.responsive-menu-pro-item-link {
  font-family: Lato;
}

/*
Content Area
---------------------------------------------------------------------------------------------------- */
/* Home Page
--------------------------------------------- */
.home-widgets .widget {
	clear: both;
	margin: 0 auto;
	max-width: 1280px;
	padding: 40px 0;
	overflow: hidden;
	text-align: center;
}

.home-widgets #metaslider_widget-2.widget {
	padding: 0;
}

/* 12/2018
.home-widgets .widget.featuredpage:first-child {
	padding-top: 40px; 
}
*/
.home-widgets .widget:last-child {
	/*padding-bottom: 140px; 12/1/17*/
	padding-bottom: 0;
}
.home-widgets .more-from-category,
.home-widgets .featured-content article ~ ul,
.home-widgets .featured-content article ~ .widget-title {
    clear: both;
}
.home-widgets .entry-content > p:last-child,
.home-featured .entry-content > p:last-child {
	margin-bottom: 0;
}
.centric-pro-home .color-section .entry-title a,
.centric-pro-home .color-section .widget-title,
.centric-pro-home .color-section a,
.centric-pro-home .color-section,
.centric-pro-home .dark-section .entry-title a,
.centric-pro-home .dark-section .widget-title,
.centric-pro-home .dark-section a,
.centric-pro-home .dark-section {
	color: #fff;
}
.centric-pro-home .color-section a:hover {
	color: #2e2f33;
}
.centric-pro-home .dark-section a:hover {
	color: #959595;
}
.home-featured .wrap {
	margin-top: -160px;
	max-width: 782px;
	display: table;
	text-align: center;
}
.home-featured .home-widgets-1 {
	display: inline-block;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 200px 0;
	font-size: 20px;
}



.home-featured .metaslider .theme-default .nivo-controlNav {
	padding: 0;
}



.home-widgets-1 h1 {
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	/*text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );*/
}
.arrow {
	margin: 0;
	text-align: center;
	width: 100%;
}
.arrow a {
	background: #fff;
	border-radius: 30px;
	display: inline-block;
	padding: 13px 10px 6px;
	text-align: center;
	line-height: 1;
}
.arrow a:before {
	-webkit-font-smoothing: antialiased;
	color: #000;
	content: "\f347";
	font: normal 40px/1 'dashicons';
	height: 40px;
	width: 40px;
}
.home-widgets-2 {
	background-color: #e7e7e9;
	position: relative;
	/* rgentile 10/14/16
	border-top: 60px solid transparent;
	margin-top: -60px;
	*/
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}
.home-widgets-2:before {
	content: "";
	position: absolute;
	top: -32px;
	left: 0;
	right: 0;
}
.home-widgets-4 {
	/*background-color: #2e2f33; rgentile 10/22/16 */
	background-color: #fff;
	color: #000;
}
.home-widgets-5 {
	/*background: #f5f5f5; rgentile 10/22/16 */
	background-color: #cccccc;
}
.home-widgets-5 #featured-post-3 .widget-wrap.row-eq-height {
	align-items: flex-end; 
}
.home-widgets-5 #featured-post-3 h2 {
	line-height: 16px;
}
.home-widgets-5 #featured-post-3 h2 a {
	color: #000;
	font-size: 16px;
}
.home-widgets .widget.featuredpage {
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}

/* 12/2018 not sure need anymore
.home-widgets .featuredpage:nth-child(3n+2) {
	background: rgba(0,0,0,0.075);
}
.home-widgets .featuredpage:nth-child(3n+3) {
	background: rgba(0,0,0,0.025);
}
*/

/* no top and bottom padding on home page carousel */
.home-widgets .home-widgets-5 .featuredpage .widget-wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding: 0;
}

.home-widgets .featuredpage .widget-wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding: 140px 0;
}
.home-widgets .featuredpage .entry .alignleft,
.home-widgets .featuredpage .entry .alignnone,
.home-widgets .featuredpage .entry .alignright {
	margin-bottom: -148px;
	margin-top: -140px;
}
.home-widgets .featuredpage .entry-content {
	display: inline;
	margin-bottom: 140px;
}
.home-widgets .featuredpost .entry {
	float: left;
	margin-left: 2.564102564102564%;
	width: 31.623931623931625%;
}
.home-widgets .featuredpost .entry:nth-last-child(-n+3) {
	margin-bottom: 0;
}
.home-widgets .featuredpost .entry:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.home-four-boxes { color:#fff; max-width:1800px; }
.home-four-boxes div { cursor:pointer; }
/*
.home-four-boxes .payroll { background:#45bf5c; padding:20px; }
.home-four-boxes .onboarding { background:#1e6e9a; padding:20px; }
.home-four-boxes .secure { background:#ecb918; padding:20px; }
.home-four-boxes .support { background:#c74e4f; padding:20px; }
.home-four-boxes .dark-blue { background:#0a4c70; padding:20px; }
*/

@media only screen and (max-width: 800px) {
	/* want some space below box when stacked */
	.home-four-boxes div { 
		margin-bottom:20px; 
	}
}


/*
.home-four-boxes-desktop { display:none; }
.home-four-boxes-handheld { display:block; }
.home-four-boxes-handheld img,
.home-four-boxes-desktop img { 
	display:block;
	margin:0 auto;
	padding-bottom:20px; 
}
.one-half.secure { margin-left:0px; }
@media only screen and (min-width: 1023px) {
	.home-four-boxes-desktop { display:block; }
	.home-four-boxes-handheld { display:none; }
}
*/


.home-four-boxes .one-half-aktion {
	display: flex; /* so we can control layout of boxes in first column */
	justify-content: flex-start;
}

.home-four-boxes .one-half-aktion.first {
	justify-content: flex-end;
	margin-bottom: 0;
}

.one-half-aktion {
	width: 48.717948717948715%;
	float: left;
	margin-left: 2.564102564102564%;	
}

@media only screen and (max-width: 1023px) {
	.one-half-aktion {
		margin: 0;
		width: 100%;
		float: none;
	}

	.home-four-boxes .one-half-aktion.first {
		justify-content: center;
		margin-bottom: 25px;
	}
	.home-four-boxes .one-half-aktion {
		justify-content: center;
	}
}

.service-box {
	display: flex;
	background: #0a4c70;
	position: relative;
	width: 70%;
	height: auto;
	padding: 40px 0;
}	

@media only screen and (max-width: 640px) {
	.service-box {
		width: 100%;
	}	
}

.service-box:hover .overlay p,
.service-box:hover .overlay {
	display: flex; /* centers descp text  */
	flex-direction: row; /* workaround for IE 10 & 11 Flexbox centering bug */
}

.service-box:hover .overlay p.descp {
	/*display: block;*/
	display: flex; /* workaround for IE 10 & 11 Flexbox centering bug */
	flex-direction: column; /* workaround for IE 10 & 11 Flexbox centering bug */
	justify-content: center; /* workaround for IE 10 & 11 Flexbox centering bug */
}

.service-box img {
	margin: auto; /* centers img */
}

.service-box .overlay {
	background:rgba(10,76,112,0.8);
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	color: #fff;
	display: none; 
}

.service-box .overlay p.descp {
	margin: auto; /* centers text in overlay */
	width: 50%;
	display: none;
}

@media only screen and (max-width: 1500px) {
	.service-box .overlay p.descp {
		width: 70%;
	}
}

.home-widgets .home-widgets-2 .featuredpage .widget-wrap { 
	padding:0px 20px 0px 20px; 
	max-width:1800px; 
}

@media only screen and (max-width: 1500px) {
	.home-widgets .home-widgets-2 .featuredpage .widget-wrap { padding:0px 20px 0 20px; }
}


.home-widgets .home-widgets-2 #featured-page-6 {
    background: #fff;
}

/* product boxes */
.home-widgets .home-widgets-2 #featured-page-6 .widget-wrap { 
	padding:0px; 
    background: #fff;
    /*margin: 0px 100px; 12/2018 */
    margin: 0px;
    max-width: 100%;
}


.home-widgets .home-widgets-2 .featuredpage .entry .alignleft,
.home-widgets .home-widgets-2 .featuredpage .entry .alignnone,
.home-widgets .home-widgets-2 .featuredpage .entry .alignright {
	margin-bottom:0px;
	margin-top:0px;
}
.home-widgets .home-widgets-2 .featuredpage .entry-content {
	margin-bottom:0px;
}

/* removes padding below four boxes */
/* 12/2018
.home-widgets .home-widgets-2 .widget:last-child { padding-bottom:0px; } 
*/

/* testimonial carousel */
.home-widgets .home-widgets-3 .widget { 
	max-width:100%; /* want full width */
	padding-bottom:0px;
}

/* 12/2018 */
.home-widgets .home-widgets-3 {
    width: 100%;
    background: #4c4d4f;
}

.home-widgets .home-widgets-3 .featuredpage .widget-wrap {
    padding: 0px;
}

#home-testimonial {
    display: block; /* make stack (turn off flexbox) */
    height: 100%;
}

#home-testimonial .video {
    flex: 1 1 50%;
    align-self: flex-start; /* align to top of container */
}

#home-testimonial .video iframe,
#home-testimonial .video img {
    margin: 70px 0px 0px 0px; /* overide theme */
}

#home-testimonial .slider {
    flex: 1 1 50%;
    text-align: left;
    align-self: flex-start; /* align to top of container */
    margin: 30px 0px 30px 30px;
}

#home-testimonial .slider h2 {
    margin: 0px 0px 0px 16%; /* line up with Testimonial carousel left edge */
    color: #fff;
}

#home-testimonial .slider .metaslider .slides img {
    display: none; /* hide the transparent background required by flexslider */
}

#home-testimonial .slider .metaslider .slides .caption-wrap {
    position: relative;
    transform: none;  /* transform used in home page hero */
    margin: 0px;
    width: 100%;
}


#home-testimonial .slider .metaslider .slides .caption {
    width: 90%;
    font-size: 24px;
    color: #fff;
}

#home-testimonial .slider .metaslider .slides .caption h2 {
    margin: 0px 0px 20px 0px;
}

#home-testimonial .slider .metaslider .slides .caption .name {
    font-size: 24px;
    padding: 20px 0px 0px 0px;
    display: block;
}

@media only screen and (min-width: 782px) {

    #home-testimonial .slider .metaslider .slides .caption-wrap {
        margin: 0px 0px 0px 40px;
    }

}



@media only screen and (min-width: 1024px) {
    #home-testimonial {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        height: 500px;
    }

    #home-testimonial .video iframe,
    #home-testimonial .video img {
        width:100%;
        max-width: 100%;
    }
    
    #home-testimonial .slider {
        margin: 70px 0px 0px 0px;  /* positions testimonal inside section */
    }
    
}




/* Testimonial Carousel - MetaSlider Jan 2018 */

/* hide carousel */
.metaslider { 
	/*display: none;*/
}
/* display static image */
#home-widgets .testimonial-static {
	display: block;
}
/* this should be the testimonial static image container */
#home-widgets .widget_text.widget.widget_custom_html {
	padding-top: 0px;  /* no top padding when static image displayed */
}
#home-widgets .testimonial-static img {
	width: 100%;
	height: auto;
}

/* hero */
.metaslider .nivo-caption {
	font-size: 15px;
    position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: none;
	color: #fff;
	width: 90%;
	height: 80%;
	z-index: 8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}




/* testimonial */
.slider .metaslider .nivo-caption {
	font-size: 20px;
	background: none;
	color: #fff;
	z-index: 8;
	padding: 5px 10px;
	opacity: 0.8;
	overflow: hidden;
	display: none;
	-moz-opacity: 0.8;
	filter:alpha(opacity=8);
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
    
    top: 0;
    margin-top: 90px;

}


.metaslider .nivo-caption span.name {
	font-size: 12px;
	line-height: 14px;
	display: inline-block;
}

.metaslider .theme-default .nivo-controlNav a {
	background:url(/wp-content/themes/centric-pro/images/aktion-metaslider-bullets.png) no-repeat;
}

/* hero */
.metaslider .theme-default .nivo-controlNav {
	margin-top: -50px; /* move circles on top of slide */
	padding: 15px 0;
	width: 100%;
	z-index: 99;
	position: relative;
}

/* testimonial */
.slider .metaslider .theme-default .nivo-controlNav {
	margin-top: 0px; /* move circles on top of slide */
	padding: 15px 0;
	width: 100%;
	z-index: 99;
	position: relative;
}




@media only screen and (min-width: 480px) {

	/* display carousel */
	.metaslider { 
		/*display: block;*/
	}
	/* hide static image */
	#home-widgets .testimonial-static {
		display: none;
	}
	/* this should be the testimonial static image container */
	#home-widgets .widget_text.widget.widget_custom_html {
		padding-top: inherit; /* reset padding when carousel displayed */
	}
	
	.metaslider .nivo-caption {
		/*font-size: 15px;*/
	}
	.metaslider .nivo-caption span.name {
		/*
		font-size: 12px;
		line-height: 14px;
		*/
		padding-top: 5px;
	}
}

@media only screen and (min-width: 535px) {
	/* hero */
    .metaslider .nivo-caption {
        width:70%;
		height:70%;
	}
    
    /* testimonial */
	.slider .metaslider .nivo-caption {
        /*
        width:100%;
		height:100%;
        */
	}

}

@media only screen and (min-width: 640px) {
    /* hero */
    .metaslider .nivo-caption {
        height: 50%;
	}
    
    /* testimonial */
    .slider .metaslider .nivo-caption {
        /*height: auto;*/
	}
    
}

@media only screen and (min-width: 725px) {
    /* hero */
    .metaslider .nivo-caption {
		font-size: 20px;
		height: 60%;
	}
	.metaslider .nivo-caption span.name {
		font-size: 15px;
		line-height: 17px;
	}
    /* testimonial */
    .slider .metaslider .nivo-caption {
        /*height: auto;*/
	}
	.slider .metaslider .nivo-caption span.name {
		/*font-size: 15px;
		line-height: 17px;*/
	}
}

@media only screen and (min-width: 800px) {
    /* hero */
    .metaslider .nivo-caption {
		font-size: 22px;
	}
	.metaslider .nivo-caption span.name {
		font-size: 18px;
		line-height: 20px;
	}
    /* testimonial */
    .slider .metaslider .nivo-caption {
		/*font-size: 22px;*/
	}
	.slider .metaslider .nivo-caption span.name {
		/*font-size: 18px;
		line-height: 20px;*/
	}
    
}

@media only screen and (min-width: 1000px) {
    /* hero */
    .metaslider .nivo-caption {
		font-size: 20px;
	}
	.metaslider .nivo-caption span.name {
		font-size: 18px;
		line-height: 22px;
	}
    
    /* testimonial */
    .slider .metaslider .nivo-caption {
		/*font-size: 20px;*/
	}
	.slider .metaslider .nivo-caption span.name {
		/*font-size: 18px;
		line-height: 22px;*/
	}
    
}

@media only screen and (min-width: 1280px) {
    /* hero */
    .metaslider .nivo-caption {
		font-size: 24px;
		height: 50%;
	}
	.metaslider .nivo-caption span.name {
		font-size: 20px;
		line-height: 24px;
		padding-top: 20px;
	}
    
    /* testimonial */
	.slider .metaslider .nivo-caption {
		/* font-size: 24px;
		height: 50%; */
	}
	.slider .metaslider .nivo-caption span.name {
		/*font-size: 20px;
		line-height: 24px;
		padding-top: 20px;*/
	}
    
}

@media only screen and (min-width: 1500px) {
	/*
	.metaslider .nivo-caption {
	}
	.metaslider .nivo-caption span.name {
	}
	*/
}

.metaslider .nivo-caption h1 {
    color: #fff;  /* home page hero copy */
}


/* end Testimonial Carousel - Meta Slider */



.ginput_container { text-align:center; }  /* center form fields */
/*
.ginput_container texarea
*/
.gform_wrapper .gform_footer { text-align:center; } /* center submit button */


.pricing-table {
	color: #2e2f33;
	line-height: 1;
	text-align: center;
}
.pricing-table .one-third {
	background-color: #fff;
	border: 2px solid #000;
	margin: 0 -2px;
	padding: 40px;
}
.pricing-table .one-third:nth-child(3n+1) {
	clear: both;
	margin: 20px 0 20px 2.564102564102564%;
}
.pricing-table .one-third:nth-child(3n+3) {
	margin: 20px 2.564102564102564% 20px 0;
}
.pricing-table .price-heading {
	border-bottom: 2px solid #2e2f33;
	margin: -40px -40px 40px;
	padding: 40px;
}
.pricing-table .price-title {
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.pricing-table .price {
	text-transform: uppercase;
}
.pricing-table .amt {
	font-size: 80px;
	line-height: 0.8;
}
.pricing-table .sup {
	vertical-align: top;
	font-weight: 700;
}
.pricing-table .sub {
	vertical-align: bottom;
	letter-spacing: 2px;
	font-weight: 700;
}
.pricing-table ul {
	margin-bottom: 30px;
}
.pricing-table li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

/* Row with equal height columns 
 * Use flexbox to make children same height
 */ 
.gca-utility.bluebox-parent,
.bluebox-parent {
	display: flex;
    flex-direction: column; /* stacked */
}

div.gca-utility.bluebox-parent .gca-column.one-third.bluebox-child {
    padding: 43px 20px;
    margin-left: 0px;
}

@media only screen and (min-width: 1280px) {
    .gca-utility.bluebox-parent,
    .bluebox-parent {
        display: flex;
        flex-direction: row;  /* side by side */
    }
    
    div.gca-utility.bluebox-parent .gca-column.one-third.bluebox-child {
        margin-left: 2.564102564102564%;   /* default .one-third styling */
    }
    
}



/* Entries
--------------------------------------------- */
.entry {
	margin-bottom: 80px;
}
.post {
	border-bottom: 1px solid #e5e5e5;
}
.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}
.entry-content ol > li {
	list-style-type: decimal;
}
.entry-content ul > li {
	list-style-type: disc;
}
.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}
.entry-content code {
	background-color: #2e2f33;
	color: #ddd;
}
/* Entry Meta
--------------------------------------------- */
p.entry-meta {
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 0;
}
.entry-header .entry-meta {
	margin-bottom: 24px;
}
.entry-footer .entry-meta {
	padding-bottom: 80px;
}
.entry-categories,
.entry-tags {
	display: block;
	line-height: 1.25;
}
.entry-categories::before,
.entry-comments-link::before,
.entry-tags::before,
.entry-time::before {
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	margin-right: 10px;
	vertical-align: top;
}
.entry-comments-link::before {
	content: "\f125";
	margin-left: 20px;
}
.entry-categories::before {
	content: "\f318";
}
.entry-tags::before {
	content: "\f323";
}
.entry-time::before {
	content: "\f145";
}
/* After Entry
--------------------------------------------- */
.after-entry {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding: 0 0 80px;
}
.after-entry li {
	list-style-type: none;

}
/* Pagination
--------------------------------------------- */
.pagination {
	margin: 40px 0;
}
.adjacent-entry-pagination {
	margin-bottom: 0;
}
.archive-pagination li {
	display: inline;
}
.archive-pagination li a {
	background-color: #2e2f33;
	border-radius: 3px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}
.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #13afdf;
}
/* Comments
--------------------------------------------- */
.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 80px;
}
.entry-comments,
.entry-pings {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 80px;
}
li.comment {
	border-left: 1px solid #e5e5e5;
}
.comment-content {
	clear: both;
}
.comment-list li {
	margin-top: 24px;
	padding: 40px;
}
.comment-list li li {
	margin-right: -40px;
}
.comment-header a {
	color: #2e2f33;
}
.comment-header a:hover {
	color: #13afdf;
}
.comment-author,
.comment-reply-link {
	font-weight: 700;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}
.comment-respond label {
	display: block;
	margin-right: 12px;
}
.entry-comments .comment-author {
	margin-bottom: 0;
}
.entry-pings .reply {
	display: none;
}
.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}
/*
Sidebars
---------------------------------------------------------------------------------------------------- */
.sidebar {
	border-left: 1px solid #e5e5e5;
	font-size: 16px;
	margin-bottom: 0;
	padding: 80px 0;
}
.sidebar-content .sidebar {
	border: none;
	border-right: 1px solid #e5e5e5;
	text-align: right;
}
.sidebar li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.sidebar ul > li:last-child {
	margin-bottom: 0;
}
.sidebar .widget {
	padding: 0 40px;
}
/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */
.footer-widgets {
	/*background: url(/wp-content/themes/centric-pro/images/background-footer-repeat.jpg) top left repeat;*/
	background: #0a4c6f;	
	clear: both;
	/*padding-top: 140px; rgentile 10/14/16 */
	padding-top: 30px;
	padding-bottom: 20px;
    font-family: 'Roboto Condensed', sans-serif;
}

.footer-widgets h4 {
    font-family: 'Roboto Condensed', sans-serif;
}
.footer-widgets,
.footer-widgets a {
	/*color: #959595; rgentile 10/13/16*/
	color:#fff;
	font-size:20px;
	text-transform: uppercase;
}
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets .footer-widgets-1,
.footer-widgets .footer-widgets-2 {
	/*text-align:center;*/
	text-align: left;
}
.footer-widgets .footer-widgets-1 .fa { 
	font-size:40px;
	display:inline; 
	margin-right:20px;
}
.footer-widgets .footer-social { padding-bottom:30px; }
.footer-widgets .footer-social p.title { font-size:21px; margin-bottom:15px; }

.footer-widgets .footer-social [class*="fa fa-"] {
    background-color: #fff;
    border-radius: 34px;
    color: #0a4c6f;
    display: inline-block;
    height: 34px;
    line-height: 34px;
    margin: auto 8px;
    width: 34px;
    font-size: 20px;
    text-align: center;
}

.footer-widgets .footer-logo img {
	margin-bottom: 0px;
}

.footer-widgets .footer-address {
	text-transform: none;
	padding-bottom: 20px;
}

.footer-widgets .footer-address a {
    text-transform: none;   
}

.footer-widgets .featured-content .entry-title {
	font-size:16px;
	font-weight:normal;
}

.footer-widgets input {
	border-color: #fff;
}
.footer-widgets li {
	/*margin-bottom: 10px;*/
	margin-bottom: 0;
	/*padding-bottom: 10px;*/
	padding-bottom: 0;
}
.footer-widgets p:last-child {
	margin-bottom: 0;
}
/*
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width:33%;
}
*/
.footer-widgets-1 {
	width:50%;
}
.footer-widgets-2,
.footer-widgets-3 {
	width:25%;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	margin-right: 0px;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}
/* rgentile 10/13/16
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 140px;
}
.footer-widgets-4 {
	width: 540px;
}
.footer-widgets-1,
.footer-widgets-2 {
	margin-right: 60px;
}
.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	float: left;
}
.footer-widgets-4 {
	float: right;
}
*/


/* 
 * social media buttons added to menu in functions.php is also being added to footer menus so hide 
 */
#menu-footer-resources .header-social,
#menu-footer-about-us .header-social {
    display: none;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer {
	background-color: #4b4b4d;
	color: #959595;
	font-size: 12px;
	font-weight: 700;
	/*padding: 40px 0 8%; rgentile 10/14/16*/
	padding:25px 0px;
}
.site-footer,
.site-footer a {
	color: #959595;
}
.site-footer a:hover {
	color: #fff;
}
.site-footer p {
	margin-bottom: 0;
}
/*
Theme Colors
---------------------------------------------------------------------------------------------------- */
/* Centric Charcoal
--------------------------------------------- */
.centric-pro-charcoal .genesis-nav-menu .sub-menu,
.centric-pro-charcoal {
	background-color: #656d78;
}
.centric-pro-charcoal .entry-title a:hover,
.centric-pro-charcoal .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-charcoal a,
.charcoal {
	color: #656d78;
}
.centric-pro-charcoal .button,
.centric-pro-charcoal .footer-widgets a:hover,
.centric-pro-charcoal .site-footer a:hover {
	color: #fff;
}
.centric-pro-charcoal a:hover {
	color: #2e2f33;
}
.centric-pro-charcoal .footer-widgets a,
.centric-pro-charcoal .site-footer a {
	color: #959595;
}
.centric-pro-charcoal .archive-pagination .active a,
.centric-pro-charcoal .archive-pagination li a:hover,
.centric-pro-charcoal .button:hover,
.centric-pro-charcoal .home-widgets .more-link:hover,
.centric-pro-charcoal .site-header,
.centric-pro-charcoal button:hover,
.centric-pro-charcoal input:hover[type="button"],
.centric-pro-charcoal input:hover[type="reset"],
.centric-pro-charcoal input:hover[type="submit"] {
	background-color: #656d78;
	color: #fff;
}
/* Centric Green
--------------------------------------------- */
.centric-pro-green .genesis-nav-menu .sub-menu,
.centric-pro-green {
	background-color: #37bc9b;
}
.centric-pro-green .entry-title a:hover,
.centric-pro-green .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-green a,
.green {
	color: #37bc9b;
}
.centric-pro-green .button,
.centric-pro-green .footer-widgets a:hover,
.centric-pro-green .site-footer a:hover {
	color: #fff;
}
.centric-pro-green a:hover {
	color: #2e2f33;
}
.centric-pro-green .footer-widgets a,
.centric-pro-green .site-footer a {
	color: #959595;
}
.centric-pro-green .archive-pagination .active a,
.centric-pro-green .archive-pagination li a:hover,
.centric-pro-green .button:hover,
.centric-pro-green .home-widgets .more-link:hover,
.centric-pro-green .site-header,
.centric-pro-green button:hover,
.centric-pro-green input:hover[type="button"],
.centric-pro-green input:hover[type="reset"],
.centric-pro-green input:hover[type="submit"] {
	background-color: #37bc9b;
	color: #fff;
}
/* Centric Orange
--------------------------------------------- */
.centric-pro-orange .genesis-nav-menu .sub-menu,
.centric-pro-orange {
	background-color: #e9573f;
}
.centric-pro-orange .entry-title a:hover,
.centric-pro-orange .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-orange a,
.orange {
	color: #e9573f;
}
.centric-pro-orange .button,
.centric-pro-orange .footer-widgets a:hover,
.centric-pro-orange .site-footer a:hover {
	color: #fff;
}
.centric-pro-orange a:hover {
	color: #2e2f33;
}
.centric-pro-orange .footer-widgets a,
.centric-pro-orange .site-footer a {
	color: #959595;
}
.centric-pro-orange .archive-pagination .active a,
.centric-pro-orange .archive-pagination li a:hover,
.centric-pro-orange .button:hover,
.centric-pro-orange .home-widgets .more-link:hover,
.centric-pro-orange .site-header,
.centric-pro-orange button:hover,
.centric-pro-orange input:hover[type="button"],
.centric-pro-orange input:hover[type="reset"],
.centric-pro-orange input:hover[type="submit"] {
	background-color: #e9573f;
	color: #fff;
}
/* Centric Purple
--------------------------------------------- */
.centric-pro-purple .genesis-nav-menu .sub-menu,
.centric-pro-purple {
	background-color: #987197;
}
.centric-pro-purple .entry-title a:hover,
.centric-pro-purple .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-purple a,
.purple {
	color: #987197;
}
.centric-pro-purple .button,
.centric-pro-purple .footer-widgets a:hover,
.centric-pro-purple .site-footer a:hover {
	color: #fff;
}
.centric-pro-purple a:hover {
	color: #2e2f33;
}
.centric-pro-purple .footer-widgets a,
.centric-pro-purple .site-footer a {
	color: #959595;
}
.centric-pro-purple .archive-pagination .active a,
.centric-pro-purple .archive-pagination li a:hover,
.centric-pro-purple .button:hover,
.centric-pro-purple .home-widgets .more-link:hover,
.centric-pro-purple .site-header,
.centric-pro-purple button:hover,
.centric-pro-purple input:hover[type="button"],
.centric-pro-purple input:hover[type="reset"],
.centric-pro-purple input:hover[type="submit"] {
	background-color: #987197;
	color: #fff;
}
/* Centric Red
--------------------------------------------- */
.centric-pro-red .genesis-nav-menu .sub-menu,
.centric-pro-red {
	background-color: #e14d43;
}
.centric-pro-red .entry-title a:hover,
.centric-pro-red .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-red a,
.red {
	color: #e14d43;
}
.centric-pro-red .button,
.centric-pro-red .footer-widgets a:hover,
.centric-pro-red .site-footer a:hover {
	color: #fff;
}
.centric-pro-red a:hover {
	color: #2e2f33;
}
.centric-pro-red .footer-widgets a,
.centric-pro-red .site-footer a {
	color: #959595;
}
.centric-pro-red .archive-pagination .active a,
.centric-pro-red .archive-pagination li a:hover,
.centric-pro-red .button:hover,
.centric-pro-red .home-widgets .more-link:hover,
.centric-pro-red .site-header,
.centric-pro-red button:hover,
.centric-pro-red input:hover[type="button"],
.centric-pro-red input:hover[type="reset"],
.centric-pro-red input:hover[type="submit"] {
	background-color: #e14d43;
	color: #fff;
}
/* Centric Yellow
--------------------------------------------- */
.centric-pro-yellow .genesis-nav-menu .sub-menu,
.centric-pro-yellow {
	background-color: #f6bb42;
}
.centric-pro-yellow .entry-title a:hover,
.centric-pro-yellow .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-yellow a,
.yellow {
	color: #f6bb42;
}
.centric-pro-yellow .button,
.centric-pro-yellow .footer-widgets a:hover,
.centric-pro-yellow .site-footer a:hover {
	color: #fff;
}
.centric-pro-yellow a:hover {
	color: #2e2f33;
}
.centric-pro-yellow .footer-widgets a,
.centric-pro-yellow .site-footer a {
	color: #959595;
}
.centric-pro-yellow .archive-pagination .active a,
.centric-pro-yellow .archive-pagination li a:hover,
.centric-pro-yellow .button:hover,
.centric-pro-yellow .home-widgets .more-link:hover,
.centric-pro-yellow .site-header,
.centric-pro-yellow button:hover,
.centric-pro-yellow input:hover[type="button"],
.centric-pro-yellow input:hover[type="reset"],
.centric-pro-yellow input:hover[type="submit"] {
	background-color: #f6bb42;
	color: #fff;
}


/*
Aktion Styles
---------------------------------------------------------------------------------------------------- */

/* Home page Apply Now button */

.home-featured .one-half.staffing-software,
.home-featured .one-half.payroll-funding {
	margin-left: 0;
	width: 50%;
	background: #4b4b4b;
	position: relative;
	cursor: pointer;
}

@media only screen and (max-width: 800px) {
	.home-featured .one-half.staffing-software,
	.home-featured .one-half.payroll-funding {
		/*
		margin-left: 2.564102564102564%;
		width: 48.717948717948715%;
		*/
		margin-left: 0;
		width: 100%;
	}
}


.home-featured .one-half.staffing-software img,
.home-featured .one-half.payroll-funding img {
	margin-bottom: 0;
}

.home-featured .one-half.staffing-software p,
.home-featured .one-half.payroll-funding p {
	margin-bottom: 0;
}

.home-featured .one-half.staffing-software:hover .shade-overlay,
.home-featured .one-half.payroll-funding:hover .shade-overlay {
  opacity: .2; /* determines how dark the overlay is */
  display: block;
}

/* disable hover for tablet and below to prevent having to double press on iOS for link to work */
@media only screen and (max-width: 920px) {
	.home-featured .one-half.staffing-software:hover .shade-overlay,
	.home-featured .one-half.payroll-funding:hover .shade-overlay {
	  display: none;
	}
}

/* home page hero image hover overlay */
.shade-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1%; /* actual value set by javascript (see global.js)*/
  background-color: #000;
  opacity: .1;
  -webkit-transition: opacity 500ms cubic-bezier(.39,.575,.565,1);
  transition: opacity 500ms cubic-bezier(.39,.575,.565,1);
	display: none;
}

.home-featured .one-half.payroll-funding {
    position: relative;
    cursor: pointer;
	margin-top: 0; /* 'turn off' hack see 800px media query above */
}

@media only screen and (max-width: 800px) {
	.home-featured .one-half.payroll-funding {
		margin-top: -8px; /* hack to remove space between images - not sure where coming from */	
	}
}

.apply-now-btn {
    position: absolute;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 25%);
	z-index: 10;  /* makes clickable when on clickable container */

    font-size: 16px;
    font-weight:normal;
    font-family: 'Roboto Condensed', sans-serif;
    color: #fff;
    text-align: center;
    line-height: 30px; /* when match height will vertically center text */

    background-color:#b8393e;
    -webkit-border-radius:50px;
    -moz-border-radius:50px;
    border-radius:50px;
    height: 30px;
    width: 130px;
    margin-bottom: 32px; /* this positions button at bottom of image (which has bottom margin)  */
}

@media only screen and (min-width: 480px) {
    .apply-now-btn {
        font-size: 20px;
        line-height: 50px; /* when match height will vertically center text */
        height: 50px;
        width: 170px;
		transform: translate(-50%, 0);
    }
}

@media only screen and (min-width: 535px) {
    .apply-now-btn {
		transform: translate(-50%, 15%); 
    }
}

@media only screen and (min-width: 640px) {
    .apply-now-btn {
		transform: translate(-50%, 0); 
    }
}

@media only screen and (min-width: 800px) {
    .apply-now-btn {
		transform: translate(-50%, 15%); 
    }
}

@media only screen and (min-width: 1000px) {
    .apply-now-btn {
        transform: translate(-50%, 0); 
    }
}

@media only screen and (min-width: 1280px) {
    .apply-now-btn {
        transform: translate(-50%, -60%); 
    }
}

@media only screen and (min-width: 1500px) {
    .apply-now-btn {
        transform: translate(-50%, -100%); 
    }
}

.hero-message {
	background: #4b4b4b;
	font-size: 21px;
	color: #fff;
	display: flex;
}

@media only screen and (max-width: 1280px) {
	.hero-message {
		/* margin-bottom: 0; 2/2018 */
	}
}

.hero-message p {
	width: 75vw;
	text-align: center;
	margin: auto;
	padding: 3vh 0;
}

/* header social media icons */
.header-social {
	padding-left: 20px;
    display: inline; /* keep on same line as primary nav */
}


@media only screen and (max-width: 1320px) {  /* breakpoint go to hamburger menu */
    .header-social {
        /*display: none;    don't want social buttons to show when using hamburger menu */
    }
}


/* removed from header 12/2018
.header-social-icons [class*="fa fa-search"] {
    background-color: #fff;
    color: #0a4c6f;
	cursor: pointer;
}
*/

/* social media icons in header (non-hamburger menu) */
#menu-primary.genesis-nav-menu [class*="fa fa-"] {
    background-color: #0a4c6f;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 8px;
    width: 30px;
    font-size: 15px;
    text-align: center;
}


/* social media icons in header (hamburger menu) */
@media only screen and (max-width: 1320px) {  /* breakpoint go to hamburger menu */
    #responsive-menu-pro [class*="fa fa-"] {
        background-color: #fff;
        border-radius: 50px;
        color: #0a4c6f;
        display: inline-block;
        height: 50px;
        line-height: 50px;
        margin: auto 8px;
        width: 50px;
        font-size: 30px;
        text-align: center;
    }
    
    #responsive-menu-pro-container .header-social {
        margin: 20px auto 20px auto;
        display: block;
        text-align: center;
        
    }
    
    /* do not want search icon for mobile (note: font-awesome css turns this on for desktop) */
    #responsive-menu-pro-container .header-social [class*="fa fa-search"] {
        display: none; 
    }

}

#responsive-menu-pro-container .header-social a {
    display: inline; /* want icons to display in row */
    padding-top: 0px;
}  

@media only screen and (max-width: 450px) {  /* breakpoint at which last icon goes to next line */
    #responsive-menu-pro-container .header-social a {
        display: block; /* want icons to stack now */
        padding-top: 20px;
    }  
}


div.previous-next-links-flex {
	margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #0a4c6f;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	/*align-items: center;*/
}

div.previous-next-links-flex div.prev {
	flex-grow: 0;
	flex-basis: 30%;
	display: flex;
	flex-flow: column nowrap;
	align-content: flex-start;
	
	/*order: 1;*/
}

div.previous-next-links-flex div.back-to {
	flex-grow: 1;
	display: flex;
	/*flex-flow: column nowrap;*/
	justify-content: center;
	align-content: center;
	align-items: center;
	/*order: 2;*/
}

div.previous-next-links-flex div.next {
	flex-grow: 0;
	flex-basis: 30%;
	display: flex;
	flex-flow: column nowrap;
	align-content: flex-start;
	
	/*order: 3;*/
}

div.previous-next-links-flex div.back-to a {
	background: #969696;
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	line-height: 23px;
	letter-spacing: 0.5px;
	text-decoration: none;
	text-transform: uppercase;
	border: none;
	padding: 7px 36px;
	border-radius: 6px;	
	display: table;
}


div.previous-next-links-flex div.prev a,
div.previous-next-links-flex div.next a {
	font-size: 16px;
	display: block; /* so can adjust line-height */
	line-height: 1.3;
	text-align: left;
}

div.previous-next-links-flex div.prev span {
	display: block;
	color: #1e6e9a;
	font-size: 20px;
	font-weight: 700;
}

div.previous-next-links-flex div.prev span::before {
	font-family: FontAwesome;
	font-size: 18px;
	font-weight: 300;
	content: '\f053';
	margin-right: 10px;
}

div.previous-next-links-flex div.next span {
	display: block;
	text-align: right;
	color: #1e6e9a;
	font-size: 20px;
	font-weight: 700;	
}

div.previous-next-links-flex div.next span::after {
	font-family: FontAwesome;
	font-size: 18px;
	font-weight: 300;
	content: '\f054';
	margin-left: 10px;
}

div.previous-next-links-flex div.next a {
	text-align: right;
}

@media only screen and (max-width: 768px) {
	div.previous-next-links-flex {
		flex-flow: column nowrap;
		justify-content: flex-start;
		align-items: flex-start;
	}

	div.previous-next-links-flex div.prev {
		order: 1;
		margin-bottom: 20px;
	}
	
	div.previous-next-links-flex div.next {
		order: 2;
		margin-bottom: 20px;
	}
	
	div.previous-next-links-flex div.next span {
		text-align: left;
	}
	
	
	div.previous-next-links-flex div.back-to {	
		order: 3;	
	}
	
	div.previous-next-links-flex div.next a {
		text-align: left;
	}	
}

/* END header social media icons */


body.page-template-aktion-tw-careers .careers-intro {
    padding: 30px 0px 0px 0px;
}

body.single-integrationpartners .integrationpartner-benefits,
body.page-template-aktion-tw-careers .careers-benefits {
    padding: 40px 0px 40px 0px;
    background: #0a4c6f;
    color: #fff;
    margin: 38px 0px 30px 0px;
}

body.page-template-aktion-tw-careers .careers-benefits img {
    display: block;
    margin: 0 auto;
}

body.page-template-aktion-tw-careers .careers-jobs {
    padding: 30px 0px 30px 0px;
}

body.single-integrationpartners .integrationpartner-benefits h2.white,
body.page-template-aktion-tw-careers h2.white {
    color: #fff;
}


body.single-integrationpartners a.ip-learnmore,
body.page-template-aktion-tw-careers .careers-intro a {
    border: 4px solid #0a4c6f;
    font-size: 20px;
    color: #0a4c6f;
    border-radius: 5px;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    padding: 5px 30px;
    display: inline-block;
    margin: 0px;    
    
}

body.page-template-aktion-tw-careers .careers-benefits li {
    list-style-type: disc;
    line-height: 2.2;
    margin-left: 25px;
}

body.single-integrationpartners .integrationpartner-benefits li {
    list-style-type: disc;
    line-height: 1.4;
    margin-left: 25px;
    margin-bottom: 20px;
}

body.single-integrationpartners .integrationpartner-body .one-half.first {
    padding-right: 25px; 
}

body.single-integrationpartners .integrationpartner-body {
    padding-top: 30px; 
}




/* style for 3 column video section */
body.product-demo-videos div.gca-column.one-third {
    padding: 0px;
    width: 100%;
}

body.product-demo-videos div.gca-column.one-third.first {
    margin-left: 2.564102564102564%;
}



@media only screen and (min-width: 1279px) {
    body.product-demo-videos div.gca-column.one-third {
        padding: 40px 30px;
        width: 31.623931623931625%;
    }
    body.product-demo-videos div.gca-column.one-third.first {
        margin-left: 0;
    }    
}







@media only screen and (max-width: 782px) {
    body.page-template-aktion-tw-careers .careers-benefits img {
        display: none;
    }
    
    body.page-template-aktion-tw-careers .careers-benefits {
        margin: 30px 0px 0px 0px;
    }
    
}

.integration-wrap h3 { 
	padding-top:30px;
}


/* Footer Icons
--------------------------------------------- */
#footer-icons { background:#fff; }
#footer-icons .widget { margin:20px 0px 0px 0px; }


/* hide posted date for WP Job Manager (plugin) on both job listings and single job */
ul.job_listings li.job_listing a ul.meta li.date { display:none; } 
ul.job-listing-meta li.date-posted { display:none; }

/* END Footer Icons */


/* Tab styles
--------------------------------------------- */

.responsive-tabs-wrapper {
    padding: 20px 0px 60px 0px;
}

.responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list {
    margin: 0px 0px 0px 0px;  /* have edge of tab line up with edge of content area */
    font-family: 'Roboto Condensed', sans-serif;
    display: table;
    table-layout: fixed;
    width: 100%;
    
}

@media only screen and (max-width: 767px) {
    .responsive-tabs-wrapper .responsive-tabs ul.responsive-tabs__list {
        display: none;  /* hide tabs when stacked */
    }
}


.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item {
	background: transparent;
	/*border: 1px solid transparent;*/
	border-bottom: none;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #fff;
	font-size: 18px;
	line-height: 19px;
    text-transform: uppercase;	
	/*margin: 1px 12px 0 0;  we want tabs to touch */
    margin: 0px;
	padding: 10px 12px 10px;
	white-space: nowrap;
	/*float: left; causing tabs widths to be less */
    float: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    /*top: 0px;*/
    display: table-cell;
}

.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item:hover {
    color: #fff;   
}

.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item--active, 
.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__list__item--active:hover {
    background: #fff;
    border-color: #ddd;
    color: #fff;
    padding-bottom: 10px;
    margin-top: 0;
    position: relative;
    top: 0px; /* don't want active tab lower than other tabs */
}


/* hide accordion titles when not stacked */
.responsive-tabs-wrapper .responsive-tabs.responsive-tabs--enabled h2:nth-of-type(1),
.responsive-tabs-wrapper .responsive-tabs.responsive-tabs--enabled h2:nth-of-type(2),
.responsive-tabs-wrapper .responsive-tabs.responsive-tabs--enabled h2:nth-of-type(3),
.responsive-tabs-wrapper .responsive-tabs.responsive-tabs--enabled h2:nth-of-type(4) {
    display: none;
}

/* Tab 1 color */
.responsive-tabs-wrapper .responsive-tabs #tablist1-tab1 {
    background: #0e4a6e;
    border: 1px solid #0e4a6e;
    border: none;
}

.responsive-tabs-wrapper .responsive-tabs #tablist1-panel1 {
    /*background: linear-gradient(to bottom, #0e4a6e 10px, white 10px);*/
    background: url(/wp-content/themes/centric-pro/images/tab1-background.png) top left repeat-x;
    border: 1px solid #0e4a6e;
    display: block;
    padding-top: 40px; /* space between bottom tab and tab content */
}

/* Tab 2 color */
.responsive-tabs-wrapper .responsive-tabs #tablist1-tab2 {
    background: #2576a3;
    border: 1px solid #2576a3;
    border: none;
}

.responsive-tabs-wrapper .responsive-tabs #tablist1-panel2 {
    /*background: linear-gradient(to bottom, #2576a3 10px, white 10px);*/
    background: url(/wp-content/themes/centric-pro/images/tab2-background.png) top left repeat-x;
    border: 1px solid #2576a3;
    display: block;
    padding-top: 40px; /* space between bottom tab and tab content */
}

/* Tab 3 color */
.responsive-tabs-wrapper .responsive-tabs #tablist1-tab3 {
    background: #499ed7;
    border: 1px solid #499ed7;
    border: none;
}

.responsive-tabs-wrapper .responsive-tabs #tablist1-panel3 {
    /*background: linear-gradient(to bottom, #499ed7 10px, white 10px);*/
    background: url(/wp-content/themes/centric-pro/images/tab3-background.png) top left repeat-x;
    border: 1px solid #499ed7;
    display: block;
    padding-top: 40px; /* space between bottom tab and tab content */
}

/* Tab 4 color */
.responsive-tabs-wrapper .responsive-tabs #tablist1-tab4 {
    background: #52b3f5;
    border: 1px solid #52b3f5;
    border: none;
}

.responsive-tabs-wrapper .responsive-tabs #tablist1-panel4 {
    /*background: linear-gradient(to bottom, #52b3f5 10px, white 10px);*/
    background: url(/wp-content/themes/centric-pro/images/tab4-background.png) top left repeat-x;
    border: 1px solid #52b3f5;
    display: block;
    padding-top: 40px; /* space between bottom tab and tab content */
}

.responsive-tabs-wrapper .responsive-tabs #tablist1-panel1 h3,
.responsive-tabs-wrapper .responsive-tabs #tablist1-panel2 h3,
.responsive-tabs-wrapper .responsive-tabs #tablist1-panel3 h3,
.responsive-tabs-wrapper .responsive-tabs #tablist1-panel4 h3 {
    text-transform: uppercase;
}


/* display accordion titles when stacked */
@media only screen and (max-width: 767px) {

    .responsive-tabs-wrapper .responsive-tabs.responsive-tabs--enabled h2:nth-of-type(1) {
        display: block;
        background: #0e4a6e;
        color: #fff;
    }

    .responsive-tabs-wrapper .responsive-tabs.responsive-tabs--enabled h2:nth-of-type(2) {
        display: block;
        background: #2576a3;
        color: #fff;
    }

    .responsive-tabs-wrapper .responsive-tabs.responsive-tabs--enabled h2:nth-of-type(3) {
        display: block;
        background: #499ed7;
        color: #fff;
    }

    .responsive-tabs-wrapper .responsive-tabs.responsive-tabs--enabled h2:nth-of-type(4) {
        display: block;
        background: #52b3f5;
        color: #fff;
    }
    
    /* turn off content background for accordions */
    .responsive-tabs-wrapper .responsive-tabs #tablist1-panel1,
    .responsive-tabs-wrapper .responsive-tabs #tablist1-panel2,
    .responsive-tabs-wrapper .responsive-tabs #tablist1-panel3,
    .responsive-tabs-wrapper .responsive-tabs #tablist1-panel4 {
        background: #fff;
    }
    
    /* no borders on accordion headers */
    .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading {
        border: none;
    }
    
    /* make accordion arrows white */
    .responsive-tabs-wrapper .responsive-tabs .responsive-tabs__heading:after {
        color: #fff;   
    }
    
}

a.red-button,
.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel a.tab-button {
    background-color:#b8373e;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    font-weight:normal;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    padding: 5px 20px;
    color: #fff;
    display: inline-block;
    margin: 20px 20px 20px 0px;
}


.responsive-tabs-wrapper .responsive-tabs .responsive-tabs__panel div.gca-column {
	padding: 0px;  /* no padding when columns used inside tabs */
}




/* END Tab styles */


/*
Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1360px) {
	.home-widgets .featuredpage .widget-wrap,
	.home-widgets .widget,
	.wrap {
		max-width: 1140px;
	}
	
	.content {
		width: 740px;
	}
	
	.home-widgets .featuredpage .entry .alignleft,
	.home-widgets .featuredpage .entry .alignnone,
	.home-widgets .featuredpage .entry .alignright {
		max-width: 70%;
	}
	
	.home-widgets .featuredpage .widget-wrap {
		padding: 100px 0;
	}
	
	.home-widgets .featuredpage .entry .alignleft,
	.home-widgets .featuredpage .entry .alignnone,
	.home-widgets .featuredpage .entry .alignright {
		margin-bottom: -108px;
		margin-top: -100px;
	}
	
	.home-widgets .featuredpage .entry-content {
		margin-bottom: 100px;
	}
} /* @media only screen and (max-width: 1360px) */

@media only screen and (max-width: 1220px) {
	.home-widgets .featuredpage .widget-wrap,
	.home-widgets .widget,
	.wrap {
		max-width: 960px;
	}
	.content {
		width: 620px;
	}
	.sidebar-primary {
		width: 300px;
	}
	
	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 30px;
	}
	
	.footer-widgets {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.footer-widgets-1 {
		width:100%;
	}
	
	
	.footer-widgets-4 {
		width: 450px;
	}
	
	.home-widgets .featuredpage .widget-wrap {
		padding: 80px 40px;
	}
	
	.home-widgets .widget:first-child {
		/*padding-top: 80px; rgentile 10/21/2016*/
	}
	
	.home-widgets .widget:last-child {
		/*padding-bottom: 80px;*/
	}
	
	.home-widgets .featuredpage:first-child .widget-wrap {
		padding-top: 0;
	}
	
	.home-widgets .featuredpage:last-child .widget-wrap {
		padding-bottom: 0;
	}
	
	.home-widgets .featuredpage .entry .alignleft,
	.home-widgets .featuredpage .entry .alignnone,
	.home-widgets .featuredpage .entry .alignright {
		max-width: 100%;
		margin: 0 auto 40px;
	}
} /* @media only screen and (max-width: 1220px) */

@media only screen and (max-width: 1270px) {
	.site-header .widget-area,
	.site-header .title-area,
	.site-title {
		width: 100%;
		text-align:center;
	}
	.site-header .widget-area { padding-top:0px; }
	.site-header .wrap { padding: 20px 0px 0px 0px; }
	
	.content,
	.footer-widgets,
	.home-widgets .widget:first-child {
		padding-top: 30px;
	}
	
} /* @media only screen and (max-width: 1270px) */

@media only screen and (max-width: 1023px) {
	.wrap {
		max-width: 782px;
	}
	.content,
	.sidebar-primary {
/*		
	.sidebar-primary,
	.site-header .widget-area,
	.title-area {
*/
		width: 100%;
	}
	
	.home-widgets .widget,
    .wrap {

        padding-left: 5%;
        padding-right: 5%;
    }
		
	/* home page testimonial carousel - want full width */
	.home-widgets .home-widgets-3 .widget {
		padding-left:0%;  
		padding-right:0%;
	}

/*
	.site-header .wrap {
		padding: 20px 5% 0;
	}
*/	
	.site-header.shrink .wrap {
		padding: 0px 5%;
	}
	.header-image .site-title > a {
		background-position: top !important;
	}
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}
/*	
	.genesis-nav-menu,
	.site-header .title-area,
	.site-header .search-form,
	.site-title {
		text-align: center;
	}
*/	
	.genesis-nav-menu,
	.site-header .search-form {
		text-align: center;
	}
	
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}
	.site-header .search-form {
		margin: 16px auto;
	}
	.genesis-nav-menu li.right {
		display: none;
	}
	
	.page-title {
		/*padding: 0 40px 40px; 11/10/16 */
	}
	
	.home-widgets .featuredpage .entry-title,
	.home-widgets-1 h1,
	.page-title .archive-title,
	.page-title .entry-title {
		font-size: 36px;
	}
	
	.content {
		padding-bottom: 0;
	}
	
	.sidebar {
		border: none;
		margin: 0;
		padding: 0 0 80px;
	}
	
	.sidebar .widget {
		padding: 0;
	}
	
	/*
	.footer-widgets {
		padding-top: 80px;
	}
	*/
/*	
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin-bottom: 20px;
		width: 200px;
	}
*/	
	
	.footer-widgets-2,
	.footer-widgets-3 {
		width:30%;
	}	

	.footer-widgets-2 {
		padding-bottom: 0;
	}
	
	
	.footer-widgets-4 {
		width: 100%;
	}

	/* Row with equal height columns - add to parent container
	 warnings:
	 - not supported in IE 9 or less
	 - do not use when row has more than 12 columns!
	 http://getbootstrap.com.vn/examples/equal-height-columns/
	*/ 
	.row-eq-height { display: block; }  /* turn off flexbox for handheld - do not change! */	
} /* @media only screen and (max-width: 1023px) */



@media only screen and (max-width: 800px) {
	/* Row with equal height columns - add to parent container
	 warnings:
	 - not supported in IE 9 or less
	 - do not use when row has more than 12 columns!
	 http://getbootstrap.com.vn/examples/equal-height-columns/
	*/ 
	.gca-utility.row-eq-height { display: block; }  /* turn off flexbox for handheld - do not change! */	
}


@media only screen and (max-width: 782px) {
	body {
		font-size: 16px;
	}
	
	.site-header .wrap {
		min-height: 100px;
	}
	
	.admin-bar .site-header {
		top: 46px;
		z-index: 499;
	}
	
	.responsive-menu {
		display: none;
	}
	
	#responsive-menu-icon {
		display: block;
	}
	
	.site-header .site-title {
		font-size: 40px;
	}
	
	.shrink .site-title {
		font-size: 24px;
	}
	
	.shrink .site-title a,
	.shrink .site-title a:hover {
		/*text-shadow: 2px 2px rgba( 0, 0, 0, 0.1 );*/
	}
	.pricing-table .one-third,
	.pricing-table .one-third:nth-child(3n+1),
	.pricing-table .one-third:nth-child(3n+3) {
		margin: 0;
	}
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.site-header {
		padding: 0;
	}
	.archive-description,
	.author-box,
	.comment-respond,
	.content .entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		box-shadow: none;
	}
	.archive-pagination li a {
		margin-bottom: 4px;
	}

	/*.footer-widgets-3,
	.footer-widgets-2,
	*/
	.footer-widgets-1 {
		width: 100%;
	}
	
	.footer-widgets-2,
	.footer-widgets-3 {
		width:100%;
	}	
	
	.footer-widgets-2 {
		padding-bottom: 25px;
	}
	
	.five-sixths,
	.four-sixths,
	.home-widgets .featuredpost .entry,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

	.home-widgets-1 h1,
	.page-title  .archive-title,
	.page-title .entry-title {
		font-size: 30px;
	}
	
	.home-featured .entry-content > p:last-child,
	.home-widgets .entry-content > p:last-child {
		margin-bottom: 28px;
	}
	
	.home-widgets .featuredpage .widget-wrap {
		padding: 60px 40px 32px;
	}
	
	/*
	.content,
	.footer-widgets,
	.home-widgets .widget:first-child {
		padding-top: 0;
	}
	*/
	
	.home-widgets .widget:last-child,
	.sidebar {
		padding-bottom: 30px;
	}
	
	.home-featured .home-widgets-1 {
		padding: 120px 0 60px;
	}
	
	.arrow a:before {
		font-size: 20px;
		height: 20px;
		width: 20px;
	}

	/*  rgentile 10/20/16  - new approach
	display images on same row (not stacked)
	.home-hero img:first-child { float:none; }
	.home-hero img:last-child { float:none; }
	.home-hero img { display:block; max-width:100%; }
	 */

	.header-image .site-title > a {
		background-size: contain !important;
	}
	
} /* } // @media only screen and (max-width: 782px) */

@media only screen and (max-width: 480px) {
	body,
	.home-featured .home-widgets-1 {
		font-size: 16px;
	}

	/*
	.content,
	.footer-widgets,
	.home-widgets .widget:first-child {
		padding-top: 0;
	}
	*/

	.header-image .bumper {
		/*min-height: 180px; rgentile 10/20/16*/
	}
	
} /* @media only screen and (max-width: 480px) */





/* for use with Add the featured image section (see functions.php)
#full-image {
	text-align: center;
	width: 100%;
}
*/


.no-text-indent{
  text-indent: 0px!important;
}

.gsb-banner{
  display: table;
  position: relative;
  width: 100%;
}

.overlay-text {
  /*background: rgba(0,0,0,0.45);*/
  display: table-cell; 
  position: relative;
  padding:100px 0px 0px 100px;  
  text-align:left;
  width:60%;
  margin:0 auto;
  z-index: 1;  
}

.overlay-text h1 {
	font-family: 'Roboto Condensed', sans-serif;
	color:#1e6e9a;
 } 
.overlay-text p {
  color: #333333;
	font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 1.3; 
}

@media only screen and (max-width: 1023px) { 
  .overlay-text .slides li{ font-size: 40px; } 
}

@media only screen and (max-width:  768px) {
  .overlay-text .slides li{ font-size: 32px; } 
}

.hero { position: relative; }


.hero-container { 
	position:relative;
	 /*margin-top:115px; should equal .bumper height */
}

.hero-container h1 { 
	/*margin-top:50px;*/
	z-index:10;
	/*position:relative; */
  position: absolute;
  top:0;
  left:0;
  transform: translate(0%,50%);
	color:#fff;

}
.hero-img {
	z-index:1;
	/*float:left;*/
	text-align:center;
}

.banner {
	position:relative;
	text-align:center; /* centers hero image if browser really wide */
}

/* hero title */
.banner h1 {
	position: relative;
    bottom: 10px;
    width: 100%;
}

@media only screen and (min-width: 1023px) {
    .banner h1 {
        bottom: 40px;
    }
}

@media only screen and (min-width: 1320px) {  /* should match breakpoint hambuger displays */
    .banner h1 {
        position: absolute; /* controls position of blue box in hero for desktop */
        width: auto;
    }
}





/*
.hero-copy {
	width:100%;
  position: relative;  this puts the copy below the hero image on handheld
  top:20px;
  left:0px;
  transform: translate(0%,0%);
	-ms-transform: translate(0%,0%);
}
*/
@media only screen and (min-width: 1023px) {
/*
	.hero-copy { 
		width:60%;
	  top:40px;
	  left:0px;		
		position:absolute;  puts copy on top of hero for desktop
	  transform: translate(0%,40%);
		-ms-transform: translate(0%,40%);
	}
*/
}

@media only screen and (max-width:345px) {
	.site-title {
		width: 90%;
	}
}

/*
custom agenda page---------------------------------------------------------------------------------------------- */

.page-id-8301 div#fvfeedbackbutton8180 span{
display:none;
}

.page-id-8301 .site-inner {
background-color: transparent !important;
}

.page-id-8301 h1.page-title {
	display:none;
}

* {
    margin: 0;
    padding: 0;
}


@keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-webkit-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-moz-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}
@-ms-keyframes move-twink-back {
    from {background-position:0 0;}
    to {background-position:-10000px 5000px;}
}

@keyframes move-clouds-back {
    from {background-position:-200px 0;}
    to {background-position:10000px 0;}
}
@-webkit-keyframes move-clouds-back {
    from {background-position:-200px 0;}
    to {background-position:10000px 0;}
}
@-moz-keyframes move-clouds-back {
    from {background-position:-200px 0;}
    to {background-position:10000px 0;}
}
@-ms-keyframes move-clouds-back {
    from {background-position: -200px 0;}
    to {background-position:10000px 0;}
}



.stars, .twinkling, .clouds {
  position:fixed;
    top: 100px;
    left: 4px;
    right: 4px;
    bottom: 0;
    display: block;

  display:block;
}



.stars {
  background: #000 url(https://www.tempworks.com/wp-content/uploads/2017/06/stars.png) repeat top center;
  z-index:-3;

}

.twinkling{
  background:transparent url(https://www.tempworks.com/wp-content/uploads/2017/06/twinkling.png) repeat top center;
  z-index:-2;

  -moz-animation:move-twink-back 200s linear infinite;
  -ms-animation:move-twink-back 200s linear infinite;
  -o-animation:move-twink-back 200s linear infinite;
  -webkit-animation:move-twink-back 200s linear infinite;
  animation:move-twink-back 200s linear infinite;
}

.clouds{
	
    background:transparent url(https://www.tempworks.com/wp-content/uploads/2017/06/clouds4.png) repeat top center;
    z-index:-1;
    top: -173px;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;


  -moz-animation:move-clouds-back 400s linear infinite;
  -ms-animation:move-clouds-back 400s linear infinite;
  -o-animation:move-clouds-back 400s linear infinite;
  -webkit-animation:move-clouds-back 400s linear infinite;
  animation:move-clouds-back 400s linear infinite;
}


.agenda-header{
  top: 115px;
  position: absolute;
  z-index:-1;
    left: 0;
    right: 0;

}

@media (max-width: 600px) {
  .agenda-header{
  overflow:hidden;
  max-width:90%;
}
}

.agenda-content{
    position: relative;
  top: 50px;

}


.page-id-8366 div#fvfeedbackbutton8180 span,
.page-id-8366 h1.page-title,
.page-id-8366 .widget-area,
.page-id-8366 .footer-widgets,
.page-id-8366 #footer-icons,
.page-id-8366 footer,
.page-id-8366 .master-slider-parent,
.page-id-8366 button,
.page-id-8366 header{
display:none !important;
}

.page-id-8366 .post-8366 #player{
  position: relative;
  top: -10000px;
}

.page-id-8366{
  font-size: 0px !important;
}

.page-id-8366 body{
font-size: 0 !important;
  }

.page-id-8366 .site-inner {
background-color: transparent !important;
}


.page-id-8366 .agenda-header{
  top: 0;
  }


.page-id-8366 .stars {
  top: 0;
  left: 0;
  right: 0;

}

.page-id-8367 div#fvfeedbackbutton8180 span,
.page-id-8367 h1.page-title,
.page-id-8367 .widget-area,
.page-id-8367 .footer-widgets,
.page-id-8367 #footer-icons,
.page-id-8367 footer,
.page-id-8367 button,
.page-id-8367 header{
display:none !important;
}



.page-id-8367{
  font-size: 0px !important;
}

.page-id-8367 body{
font-size: 0 !important;
  }

.page-id-8367 .site-inner {
background-color: transparent !important;
}


.page-id-8367 .agenda-header{
  top: 0;
  }

@media (max-width: 600px) {
 .page-id-8367 .agenda-header{
  overflow:hidden;
  max-width:100%;
}
}

.page-id-8367 .stars {
  top: 0;
  left: 0;
  right: 0;

}

.tw-works-logo-fade{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: white;
    -webkit-animation: workspodiumfade 60s linear infinite;
    animation: workspodiumfade 60s linear infinite;
}

@-webkit-keyframes workspodiumfade {
  0%,23%,77%,100% { opacity: 1; }
  27%,73% { opacity: 0; }
}

@keyframes workspodiumfade {
  0%,23%,77%,100% { opacity: 1; }
  27%,73% { opacity: 0; }
}


/*
Filterable News Items
---------------------------------------------------------------------------------------------------- */
ul.filter {
    list-style: none;
    margin-left: 0;
	margin-bottom: 0;
	padding-left:0;
}
ul.filter li {
    float: left;
    margin-left: 10px;
	margin-bottom: 0;
}
ul.filter li:first-child {
  	margin-left: 0;
}
ul.filter a {
	display: block;
	padding: 0.5rem 1rem;
	text-decoration: none;
	border-bottom: none;
	font-size: 20px;
	font-weight: 400;
	font-style: normal;
	line-height: 23px;
	letter-spacing: 0.5px;
	padding:0;
	border: 0;
	width: auto;
	text-transform: uppercase;
	display: table;
	margin: 0 0 15px 0;
}
.filterable-portfolio {
    margin-left: 0px;
    overflow: hidden;
}
.portfolio-item {
    float: left;
    margin-bottom: 35px;
    margin-right: 25px;
    position: relative;
    width: 270px; /* [main element width - (number of columns - 1)*20]/number of columns */
    /*width: 366px; For 3-columns */
	-moz-box-shadow: 0 0 5px rgba(85,85,85,0.43);
	-webkit-box-shadow: 0 0 5px rgba(85,85,85,0.43);
	box-shadow: 0 0 5px rgba(85,85,85,0.43);
	height:275px;
	overflow:hidden;
	display:block;
	background:#fff !important;
	border: 1px solid #b7b8ba;
	padding-top: 10px;
	color: #8c9286 !important;
    font-family: 'Roboto Condensed', sans-serif;
}
.portfolio-item a {
    display: block;
    border-bottom: none;
	color: #8c9286;
	font-size: 18px;
	text-align: left;
}
.portfolio-item .term {
	font-size: 18px;
	text-align: left;
	font-weight: none;
	padding-left: 25px;
	display: block;
	margin-left: 0;
	line-height: 1.7;
	position: absolute;
	bottom: 0;
	color: #8c9286;
	width: 100%;
}
.portfolio-item a img {
    display: block;
    background: none;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 0;
	margin: 5px auto;
	width: 200px;
	border: 3px solid #fff;
	-moz-box-shadow: 0 0 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0 0 5px rgba(255,255,255,0.5);
	box-shadow: 0 0 5px rgba(255,255,255,0.5);
}
.portfolio-overlay {
}
.portfolio-overlay h3 {
	color: #8c9286;
    font-weight: normal;
    margin: 0;
    max-width: 100%;
    padding: 10px 16px;
	margin-right: 0px;
    text-transform: none;
	font-size: 18px;
	margin-bottom: 0;
}
.portfolio-overlay span.entry-date {
    padding: 5px 16px;
	font-size: 0.9em;
}
.portfolio-overlay h3:hover {
  	background: rgba(255,255,255,1);
    color: #F58026;
}
/* center featured image (if one) in news summary */
.portfolio-overlay img {
	margin: 0 auto;
	display: block;
	padding-bottom: 10px;
}

.filterable-portfolio-page .content .entry-header {
	margin-bottom: 10px;
}
.filterable-portfolio-page .content .entry-title {
	margin-bottom: 30px;
}

@media only screen and (max-width: 1179px) {
	.portfolio-item {
		width: 306px;
	}
}
@media only screen and (max-width: 1023px) {
	.portfolio-item {
		width: 242px;
	}
}
@media only screen and (max-width: 768px) {
	.portfolio-item {
		width: 217px;
	}
}
/* stack buttons when news items in one column */
@media only screen and (max-width: 560px) {
	ul.filter li {
		float: none;
		display: table;
		margin-left: 0;
	}
}
@media only screen and (max-width: 320px) {
	ul.filter li:last-child {
		margin-left: 0;
	}
}

/* Set color of bottom of news item's 'term' row */
/* blog */
.filterable-portfolio-page .blog div.term,
.filterable-portfolio-page .b div.term {
	background: #59acd3;
}
/* event */
.filterable-portfolio-page .event div.term,
.filterable-portfolio-page .e div.term {
	background: #0089be;
}
/* news */
.filterable-portfolio-page .news div.term,
.filterable-portfolio-page .n div.term {
	background: #006394;
}
/* press release */
.filterable-portfolio-page .press-releases div.term,
.filterable-portfolio-page .p-r div.term {
	background: #003d6a;
}

/* News Type buttons */
#portfolio-cats li a {
    font-family: 'Roboto Condensed', sans-serif;	
    color: #fff;
	border: none;
	padding: 7px 36px;
	border-radius: 6px;
}

#portfolio-cats li a.news-all {
	background: #969696;
}
/* blog */
#portfolio-cats li a.news-blog {
	background: #59acd3;
}
/* event */
#portfolio-cats li a.news-event {
	background: #0089be;
}
/* news */
#portfolio-cats li a.news-news {
	background: #006394;
}
/* press release */
#portfolio-cats li a.news-press-releases {
	background: #003d6a;
}

.term ul.filter li {
	list-style-type: none;
}

.term ul.filter li a {
	font-style: normal;
	text-transform: uppercase;
	color: #fff;
	font-size: 0.9em;
	margin: 2px 0 5px 0;
}

/* Case Study styles */

.case-studies {
    margin-left: 0px;
    overflow: hidden;
    padding: 20px 0px 0px 0px;
}
.case-study {
    float: left;
    margin-bottom: 35px;
    margin-right: 25px;
    position: relative;
	width: 30%; /* [main element width - (number of columns - 1)*20]/number of columns */
    /*width: 366px; For 3-columns  270px For 4-columns */
	-moz-box-shadow: 0 0 5px rgba(85,85,85,0.43);
	-webkit-box-shadow: 0 0 5px rgba(85,85,85,0.43);
	box-shadow: 0 0 5px rgba(85,85,85,0.43);
	height:275px;
	overflow:hidden;
	/*display:block;*/
	display: flex;
	background:#fff !important;
	border: 1px solid #b7b8ba;
	/*padding-top: 10px;*/
	color: #8c9286 !important;
}
.case-study a {
    /*display: block;*/
	margin: auto; /* centers in parent because flex item */
    border-bottom: none;
	color: #8c9286;
	font-size: 18px;
	text-align: left;
}
.case-study a img {
    /*display: block;*/	
    background: none;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 0;
	margin: 5px auto;
	width: 200px;
	border: 3px solid #fff;
	-moz-box-shadow: 0 0 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0 0 5px rgba(255,255,255,0.5);
	box-shadow: 0 0 5px rgba(255,255,255,0.5);
}
.casestudy-overlay {
	display: flex; /* so can center logos within */
	width: 100%;
	height: 100%;		
}
.casestudy-overlay h3 {
	color: #8c9286;
    font-weight: normal;
    margin: 0;
    max-width: 100%;
    padding: 10px 16px;
	margin-right: 0px;
    text-transform: none;
	font-size: 18px;
	margin-bottom: 0;
}
.casestudy-overlay span.entry-date {
    padding: 5px 16px;
	font-size: 0.9em;
}
.casestudy-overlay h3:hover {
  	background: rgba(255,255,255,1);
    color: #F58026;
}
/* center featured image (if one) in news summary */
.casestudy-overlay img {
	margin: 0 auto;
	display: block;
	padding-bottom: 10px;
}

.case-studies-page .content .entry-header {
	margin-bottom: 10px;
}
.case-studies-page .content .entry-title {
	margin-bottom: 30px;
}

@media only screen and (max-width: 1179px) {
	.case-study {
		/*width: 306px;*/
		width: 45%;
	}
}
@media only screen and (max-width: 1023px) {
	.case-study {
		/*width: 242px;*/
	}
}
@media only screen and (max-width: 768px) {
	.case-study {
		/*width: 217px;*/
		width: 90%;
	}
}
/* stack buttons when news items in one column */
@media only screen and (max-width: 560px) {
	ul.cs-filter li {
		float: none;
		display: table;
		margin-left: 0;
	}
}
@media only screen and (max-width: 320px) {
	ul.cs-filter li:last-child {
		margin-left: 0;
	}
}


ul.related-case-studies li {
	padding:20px 0;	
}

body.custom-single .three-fourths {
	padding-bottom: 20px;
}

body.custom-single .one-fourth p {
	text-align: center;
}

body.custom-single .one-fourth img {
	margin: 0 auto;
	display: block;
	padding-bottom: 20px; /* for when stacked so not so close to related case studies container */
}

body.custom-single .previous-next-links-flex {
	padding-bottom: 80px;	
}

body.custom-single .related_casestudies_container {
	background: #cbcaca;
	padding: 30px 0 40px 0;
}

body.custom-single .related_casestudies,
body.custom-single .related_casestudies_titles {
	/*margin: 0 80px;*/
	margin: 0;
	position: relative;
}



@media only screen and (max-width: 1023px) {

	body.custom-single .related_casestudies,
	body.custom-single .related_casestudies_titles {
		/*margin: 0 20px;*/
	}
	
}




body.custom-single .related_casestudies ul.slides {
	/*height: 100%;*/
}

body.custom-single .related_casestudies ul.slides li {
	background: #ffffff;
	height: 200px; /* hard coding height */
	position: relative;
	/*margin: 30px; set in flexslider */
	margin-bottom: 0;
}

@media only screen and (max-width: 700px) {
	body.custom-single .related_casestudies ul.slides li {
		float: none !important;  /* override carousel inline style so will stack */
		margin-bottom: 30px;
	}
	/* do not want to display titles when logos stacked */
	body.custom-single .related_casestudies_titles {
		display: none;
	}	
}


body.custom-single .related_casestudies ul.slides li a {

}

body.custom-single .related_casestudies ul.slides li img {
	width: 60%;
	max-height: 200px /* match li height */
}

@media only screen and (max-width: 750px) {
	body.custom-single .related_casestudies ul.slides li img {
		width: auto;
	}
}

body.custom-single .related_casestudies ul.slides li img {
    /*
	height: auto;
    max-width: 100%;
    width: auto;
	*/
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    position: absolute;	
}

body.custom-single .related_casestudies ul.flex-direction-nav {
	display: block;
}

@media only screen and (max-width: 750px) {
	/* causing horizontal scroll bar to pop when related case study logos stack */
	body.custom-single .related_casestudies ul.flex-direction-nav {
		display: none;
	}
}

body.custom-single .related_casestudies ul.flex-direction-nav a {
	height: 60px; /* so entire arrow displays - not sure why have to set this */
	margin: 0; /* position lower relative to slides */
	opacity: 1; /* always display arrows */
}

@media only screen and (max-width: 850px) {
	/* max-width set to match when arrows move off of logos */
	body.custom-single .related_casestudies ul.flex-direction-nav a {
		opacity: 0; /* hide arrows */
		z-index: 1; /* allow press on logo to work */
	}
}


body.custom-single .related_casestudies ul.flex-direction-nav a:before {
	color: #4d4e4f;
}

body.custom-single .related_casestudies ul.flex-direction-nav .flex-prev {
	left: -40px; /* to match change made for .flex-next */
}

body.custom-single .related_casestudies ul.flex-direction-nav .flex-next {
	right: -40px; /* default was causing horizontal scroll bar to pop at some browser widths */
}

@media only screen and (max-width: 1400px) {
	body.custom-single .related_casestudies ul.flex-direction-nav .flex-prev {
		left: -25px; /* to match change made for .flex-next */
	}

	body.custom-single .related_casestudies ul.flex-direction-nav .flex-next {
		right: -25px; /* default was causing horizontal scroll bar to pop at some browser widths */
	}
}



body.custom-single .related_casestudies_titles ul.slides li {
	width: 100%;
	margin-top: 20px;
	background: #cbcaca;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
}

body.custom-single .related_casestudies_titles ul.slides li a {
	color: #4d4e4f;
}

p.related-case-studies-title {
	color: #4d4e4f;
	font-size: 24px;
	font-weight: 700;
	margin:0 0 20px 0;
}

/* End Case Study styles */











/* Integration Partners styles */

.integration-partners {
    margin-left: 0px;
    overflow: hidden;
    padding: 20px 0px 0px 0px;
}
.integration-partner {
    float: left;
    margin-bottom: 35px;
    margin-right: 25px;
    position: relative;
	width: 30%; /* [main element width - (number of columns - 1)*20]/number of columns */
    /*width: 366px; For 3-columns  270px For 4-columns */
	-moz-box-shadow: 0 0 5px rgba(85,85,85,0.43);
	-webkit-box-shadow: 0 0 5px rgba(85,85,85,0.43);
	box-shadow: 0 0 5px rgba(85,85,85,0.43);
	height:275px;
	overflow:hidden;
	/*display:block;*/
	display: flex;
	background:#fff !important;
	border: 1px solid #b7b8ba;
	/*padding-top: 10px;*/
	color: #8c9286 !important;
}
.integration-partner a {
    /*display: block;*/
	margin: auto; /* centers in parent because flex item */
    border-bottom: none;
	color: #8c9286;
	font-size: 18px;
	text-align: left;
}
.integration-partner a img {
    /*display: block;*/	
    background: none;
    padding: 0;
    border: none;
    -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	margin-bottom: 0;
	margin: 5px auto;
	width: 200px;
	border: 3px solid #fff;
	-moz-box-shadow: 0 0 5px rgba(255,255,255,0.5);
	-webkit-box-shadow: 0 0 5px rgba(255,255,255,0.5);
	box-shadow: 0 0 5px rgba(255,255,255,0.5);
}
.integrationpartners-overlay {
	display: flex; /* so can center logos within */
	width: 100%;
	height: 100%;		
}
.integrationpartners-overlay h3 {
	color: #8c9286;
    font-weight: normal;
    margin: 0;
    max-width: 100%;
    padding: 10px 16px;
	margin-right: 0px;
    text-transform: none;
	font-size: 18px;
	margin-bottom: 0;
}
.integrationpartners-overlay span.entry-date {
    padding: 5px 16px;
	font-size: 0.9em;
}
.integrationpartners-overlay h3:hover {
  	background: rgba(255,255,255,1);
    color: #F58026;
}
/* center featured image (if one) in news summary */
.integrationpartners-overlay img {
	margin: 0 auto;
	display: block;
	padding-bottom: 10px;
}

.integration-partners-page .content .entry-header {
	margin-bottom: 10px;
}
.integration-partners-page .content .entry-title {
	margin-bottom: 30px;
}

.integrationpartner-contact {
    padding: 20px 0px 20px 0px;
    background: #fff;
    color: #0a4c6f;
    margin: 38px 0px 30px 0px;
    text-align: center;
}

/* control width of comment box on integration partner profile page */
.integrationpartner-contact .ginput_container_textarea {
    max-width: 624px;  
    margin: 0 auto;
}

.integrationpartner-contact div.gform_wrapper .gform_footer input[type=submit].gform_button.button {
    border: 4px solid #0a4c6f;
    font-size: 20px;
    color: #0a4c6f;
    background-color: #fff;
    border-radius: 5px;
    font-weight: normal;
    font-family: 'Roboto Condensed', sans-serif;
    text-transform: uppercase;
    padding: 5px 30px;
    display: inline-block;
    margin: 0px;
}



@media only screen and (max-width: 1179px) {
	.integration-partner {
		/*width: 306px;*/
		width: 45%;
	}
}
@media only screen and (max-width: 1023px) {
	.integration-partner {
		/*width: 242px;*/
	}
}
@media only screen and (max-width: 768px) {
	.integration-partner {
		/*width: 217px;*/
		width: 90%;
	}
}
/* stack buttons when news items in one column */
@media only screen and (max-width: 560px) {

    /*
	ul.cs-filter li {
		float: none;
		display: table;
		margin-left: 0;
	}
    */
}
@media only screen and (max-width: 320px) {
	/*
    ul.cs-filter li:last-child {
		margin-left: 0;
	}
    */
}

.wrap.integrationpartner {
  padding-top: 30px;  
}

body.single-integrationpartners .content {
    padding: 0px;  /* do not want top padding on content of Integration Partner profile page */
}

#integration-wrap h3 {
	padding-top: 50px;
}

/* END Integration Partners styles */


/* Divi landing page styles */

/* hide page title from divi landing page */
body.page-template-aktion-divi-landing h1.page-title {
    display: none;
}

body.page-template-aktion-divi-landing .site-header .wrap {
    justify-content: flex-start; /* don't want logo centered */
}

body.page-template-aktion-divi-landing .site-inner main.content {
    padding-top: 0px;
}

/* END Divi landing page styles */







/* Team pages styles */
.team-row {
	width: 100%;
	display: flex;
	flex-flow: column wrap;
	padding-bottom: 20px;
}

@media only screen and (min-width: 782px) {
    .team-row {
        flex-flow: row wrap;  /* stack for handheld */
    }
}

.team-left,
.team-right {
	flex: 1 1 50%; /* grow shrink basis */
}

.team-left .name-title,
.team-right .name-title {
	font-size: 1.2 rem;
	font-weight: 700;
	color: #1e6e9a;
	margin-bottom: 0;
}

.team-left .name-title,
.team-right .name-title,
.team-left .bio-photo,
.team-right .bio-photo {
	cursor: pointer;
}

.bio-container {
	width: 100%;
	padding-bottom: 40px;
}

.bio-container .bio-left,
.bio-container .bio-right {
	width: 80%;
	padding-top: 50px;
}


body.page-template-aktion-tw-account-sales .bio-container .bio-left {
	width: 35%;
	padding-top: 0;
}

body.page-template-aktion-tw-account-sales .bio-container .bio-right {
	width: 35%;
	margin-left: 50%;
	padding-top: 0;
}

.bio-container .bio-left.showme,
.bio-container .bio-right.showme,
.bio-container.showme {
	display: block;
}	

.bio-container .bio-left.hideme,
.bio-container .bio-right.hideme,
.bio-container.hideme {
	display: none;
}	

.bio-container .bio-left p.name-title,
.bio-container .bio-right p.name-title {
	display: inline;
	font-size: 1.5rem;
	color: #b9383e;
}


body.page-template-aktion-tw-account-sales .bio-container .bio-left p.name-title-bio,
body.page-template-aktion-tw-account-sales .bio-container .bio-right p.name-title-bio {
	display: inline;
	font-size: 1.2rem;
	color: #b9383e;
}



.bio-container .bio-left p.email-close,
.bio-container .bio-right p.email-close {
	display: inline;
}

.appear-disabled {
	opacity: .4;
}

.bio-container .fa-linkedin,
.bio-container .fa-envelope {
	font-size: 2.0rem;
	padding-left: 30px;
	color: #b9383e;
}

body.page-template-aktion-tw-account-sales .bio-container .fa-linkedin,
body.page-template-aktion-tw-account-sales .bio-container .fa-envelope {
	font-size: 1.5rem;
	padding-left: 0px;
	color: #b9383e;
}

body.page-template-aktion-tw-account-sales .bio-container .fa-linkedin {
	padding-left: 10px;
}

.bio-container .fa-times {
	font-size: 2.0rem;
	color: #b9383e;
	float: right;
	clear: right;	
	cursor: pointer;
}

body.page-template-aktion-tw-account-sales .bio-container .fa-times {
	font-size: 1.5rem;
	color: #b9383e;
	float: right;
	clear: right;	
	cursor: pointer;
}

.account-content {
	padding-bottom: 40px;
}

/* override so 'Send' appears in middle of button */
/* chatlio is loaded via iframe so need to brute force the styles below */
/* sorry for the hack */
.chatlio-widget button {
    height: auto !important;
    line-height: inherit !important; 
}

/* End Team pages styles */


/* Leadership page styles */

    .leader {
        display: flex;
        flex-flow: column nowrap;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: flex-start;
        margin: 0 auto;
        padding-bottom: 50px;
    }   
    
    @media only screen and (min-width: 782px) {
        .leader {
            flex-flow: row nowrap;  /* stack for handheld */
            padding-bottom: 20px;
        }
    }    
    
    .leader .photo {
        flex: 0 1 315px;  /* basis includes right padding */
        margin: 0 auto;
    }

    @media only screen and (min-width: 782px) {
        .leader .photo {
            margin: 0;
        }
    }    

    .leader .photo img {
        padding: 15px 15px 15px 0px;
    }
    
    .leader .bio {
        flex: 1 1;
        padding: 0px 0px 0px 15px;
    }
    
    @media only screen and (min-width: 782px) {
        .leader .bio {
            padding: 5px 0px 0px 15px;
        }
    }    
    
    .leader .bio .name {
        display: inline;
        font-size: 1.5rem;
        color: #b9383e;
        margin-bottom: 10px;
    }

    .leader .bio .name.desktop {
        display: none;
    }
    .leader .bio .name.mobile {
        display: block;
        line-height: 30px;
    }

    @media only screen and (min-width: 1024px) {
        .leader .bio .name.desktop {
            display: block;
        }
        .leader .bio .name.mobile {
            display: none;
        }
    }    

    .leader .bio .description {
        margin-bottom: 10px;    
    }

    .leader .bio .fun-fact {
        font-style: italic;
        margin-bottom: 10px;
    }

    .leader .bio .contact {
        margin-bottom: 0px;
    }
        
    .leader .bio .contact .fa-envelope {
        font-size: 2.0rem;
        padding-right: 20px;
        color: #b9383e;
        cursor: pointer;
    }
    
    .leader .bio .contact .fa-linkedin {
        font-size: 2.0rem;
        color: #b9383e;
        cursor: pointer;
    }

    .leader .bio .contact .email {
        
    }
    
    .leader .bio .contact .linkedin {
        
    }


/* END Leadership page styles */




/* Blue box styles */

/* These are the interior page bluebox styles (which is different than home page bluebox) */

.bluebox {
    /*
    width: 460px;
    height: 600px;
    */
    width: 340px;
    height: 360px;
    
    /*margin: 10px;*/
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    /*background: #fff url(../images/bgimg.jpg) no-repeat center center; */
    background: #fff;
    
    transition: all 1s;
    transform: scale(1.0);
    box-shadow: 0px;
    
}
.bluebox .textmask {
    /*
    width: 340px;
    height: 360px;
    */
    width: 100%;
    height: 90px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0
}
.bluebox img {
    display: block;
    position: relative
}
.bluebox h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 22px;
    padding: 10px;
    margin: 15px 0 0 0
}

.bluebox .textmask { 
    background-color: rgba(0, 79, 120, 0.7);        
    opacity: 1; 
    top: 280px; /* position of blue from top of img */
}
.bluebox h2{
    transform: translateY(0px); /* positions in blue */
    opacity: 1;
}
.bluebox:hover  { 
    /*
    transform: translateY(0px);
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #004f78, 0 0 70px #004f78, 0 0 80px #004f78, 0 0 100px #004f78, 0 0 150px #004f78;
    transition: all 0.4s ease-in-out 0s; */  /* 1.2s duration 0.6s delay */
    
    /*transition: transform 1s;*/
    transition: all 1s;
    transform: scale(1.05);
    /*transform: translate(0px, -20px);*/
    /*transform: skew(5deg, 5deg);*/
    box-shadow: 8px 8px 15px 0px rgba(156,156,156,1);
    /*transform-origin: 50.01%; does not fix shake in ie 11 */
    transform: rotate(0.01deg); /* works but slight effect on text */
    /*-webkit-transform:translate3d(0,0,0); does not fix shake in ie 11 */
}

div.gca-column .bluebox h2 {
    font-family: 'Roboto Condensed', sans-serif;
}

div.gca-column .bluebox a h2 {
    color: #fff;
}


/* These are the home page bluebox styles (which is different than interior page bluebox) */

.home-contact { 
    padding-top: 20px; /* need to make space above container for hover animation  */
}

.home-contact h1 { 
    font-size: 30px;  /* make same size as other headers above */
}

.home-contact-bluebox-form.one-half {
    /*width: 100%;
    margin: 0 10%;*/
}


@media only screen and (max-width: 1360px) {
    
    .home-contact-bluebox-form.one-half {
        width: 100%;
        max-width: 580px; /* width of both left and right bluebox images */
        margin-left: 30px;        
    }
    
    .home-contact-bluebox.one-half {
        /*width: 100%; disabled to center when stacked 3/25/20 */ /*outer 2 col layout to stack */
        min-width: 630px;
        margin-left: 30px;
    }

    /* center blueboxes and contact form when stacked */
    .gca-column.one-half.first.home-contact-bluebox,
    .gca-column.one-half.home-contact-bluebox-form {  
        float: none;
        margin: 0 auto;
    }    
    
}

@media only screen and (max-width: 1000px) {
    .home-contact-bluebox-form.one-half {
        /*width: 50%; */
    }
}

@media only screen and (max-width: 700px) {
    .home-contact-bluebox-form.one-half {
        max-width: 80%;
        margin: 0 10%;
    }
}



.home-contact-bluebox .bluebox.home1:hover,
.home-contact-bluebox .bluebox.home2:hover,
.home-contact-bluebox .bluebox.home3:hover {
    transition: all 1s;
    transform: scale(1.05);
    box-shadow: 8px 8px 15px 0px rgba(156,156,156,1);
    transform: rotate(0.01deg); /* works but slight effect on text */
}



.home-contact-bluebox .bluebox.home1 {
    max-width: 290px;
    display: inline;
    height: auto;
    max-height: 360px;
    margin-right: 25px;  /* make room below for drop shadow */
    margin-bottom: 20px; /* make room below for drop shadow */
}
.home-contact-bluebox .bluebox.home1 img {
    width: 100%;
    max-width: 290px;
    height: auto;
    max-height: 375px;
    /*margin-right: 15px;*/
}



.home-contact-bluebox .bluebox.home2 {
    max-width: 290px;
    display: inline;
    height: auto;
    max-height: 360px;
    margin-right: 15px;  /* make room below for drop shadow */
    margin-bottom: 20px; /* make room below for drop shadow */    
}
.home-contact-bluebox .bluebox.home2 img {
    width: 100%;
    max-width: 290px;
    height: auto;
    max-height: 375px;
}


.home-contact-bluebox .bluebox.home3 {
    width: 100%;
    max-width: 605px;  /* force left edge to line up with boxes above */
    margin-top: 10px;
    height: 305px;
    max-height: 305px;
    margin-bottom: 20px; /* make room below for drop shadow */
}
.home-contact-bluebox .bluebox.home3 img {
    width: 100%; 
    max-width: 605px;  /* force left edge to line up with boxes above */
    height: 305px;
    max-height: 305px;
}



.home-contact-bluebox .bluebox {
    width: 335px;
    height: 420px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff;
    transition: all 1s;
    transform: scale(1.0);
    box-shadow: 0px;
    
}
.home-contact-bluebox .bluebox.home1 .textmask {
    width: 290px;
    height: 90px;
    /*margin-right: 15px;*/
    position: absolute;
    overflow: hidden;
    top: 275px;
    left: 0;
}

.home-contact-bluebox .bluebox.home2 .textmask {
    width: 290px;
    height: 90px;
    /*margin-left: 15px;*/
    position: absolute;
    overflow: hidden;
    top: 275px;
    left: 0;
}

.home-contact-bluebox .bluebox.home3 .textmask {
    width: 100%;
    max-width: 605px;  /* force left edge to line up with boxes above */
    height: 90px;
    position: absolute;
    overflow: hidden;
    top: 215px;
    left: 0;
}

@media only screen and (max-width: 660px) {
    /* below here is when we stack blue boxes */
    .home-contact-bluebox .bluebox.home2 {
        /*max-width: none;   this causes smaller blue boxes to stack */ 
        box-shadow: none;
    }
    
    .home-contact-bluebox .bluebox.home3 {
        /*width: 100%;*/
        width: 290px; /* same width as smaller images */
        /*height: auto;*/
        height: 306px; /* physical height */
    }
    .home-contact-bluebox .bluebox.home3 img {
        /*width: 100%;*/
        width: 290px; /* same width as smaller images */
        /*height: auto;*/
        height: 306px; /* physical height */
        object-fit: cover; 
    }
    
    .home-contact-bluebox .bluebox.home3 .textmask {
        top: 70%; 
        width: 290px; /* same width as smaller images */
    }
    
    .home-contact-bluebox.one-half {
        width: 90vw; /* for outer two column layout to stack */
        height: auto;
        min-width: inherit;
    }    
}





.bluebox-spacer-column {
    display: inline;
    width: 100%;
    max-width: 20px;
}


/* END Blue box styles */



/* Home page hero text */

.nivo-caption .home-hero-text {
    font-size: 15px;
    font-weight: 700;
    color:#58595b;
    white-space: nowrap;
    position: relative;
    text-align: center;
    background: none;
    padding: 0;    
}

.nivo-caption .home-hero-text p {
    margin: 0;
}


.nivo-caption .cta { 
    position: relative;
}


.nivo-caption .cta .apply-btn { 
    width: 150px;
    line-height: 40px;
    -webkit-border-radius: 4;
    -moz-border-radius: 4;
    border-radius: 4px;	
    font-size: 16px;
    font-weight:bold;
    text-transform: uppercase;
    text-align:center;
    display:block;
    background:#ed1c24;
    color:#fff;
    margin: 10px auto;
}

@media only screen and (min-width: 360px) {
    .nivo-caption .home-hero-text {
        font-size: 24px;
        line-height: 28px;
        margin-top: 40px;
    }
}

@media only screen and (min-width: 480px) {
    .nivo-caption .home-hero-text {
        font-size: 28px;
        color:#fff;
        line-height:36px;
        position: absolute;
        top: 10%;
        right: 8%;
        transform: translate(-3%, 0%);
        text-align: right;
        margin-top:0px;
    }
    .nivo-caption .home-hero-text p {
        text-shadow: 1px 1px 2px black, 0 0 1em gray, 0 0 0.2em gray;
     }
    .nivo-caption .cta { 
        position: absolute;
        top: 65%;
        right: 8%;
        transform: translate(0%, 0%);    
    }    
    .nivo-caption .cta .apply-btn { 
        margin: 0;
    }
    
}

@media only screen and (min-width: 600px) {
    /*
    .nivo-caption .home-hero-text {
        transform: translate(12%, 0%);
    }
    .nivo-caption .cta { 
        top: 65%;
    } 
    */
}

@media only screen and (min-width: 700px) {
    .nivo-caption .home-hero-text {
        font-size: 35px;
        line-height:40px;
        transform: translate(8%, 0%);
    }
}

@media only screen and (min-width: 900px) {
    .nivo-caption .home-hero-text {
        font-size: 46px;
        font-weight: 700;
        line-height: 50px;
        top: 10%;
    }
    .nivo-caption .cta .apply-btn { 
        width: 250px;
        line-height: 50px;
        font-size: 18px;
    }
}
@media only screen and (min-width: 1024px) {
    .nivo-caption .home-hero-text {
        top: 20%;
        transform: translate(-3%, 0%);
    }
}







body.home .metaslider .caption-wrap {
    position: relative;
    background: transparent;
    color: #1e6e9a;
    opacity: 1.0;
    margin: 20px auto;
    display: block;
    width: 80%;
    line-height: 1.4em;
}

body.home .metaslider .caption {
    padding: 5px 10px;
    word-wrap: break-word;
    /*width: 50%;*/
    width: 100%;
    color: #1e6e9a;
    font-family: 'Slabo 27px', serif;
    font-size: 22px;
    line-height: 1.2em;
}

body.home .metaslider .caption h1 {
    font-size: 30px;
}

body.home .metaslider .caption a {
    /*border: 4px solid #fff;*/
    border: 4px solid #1e6e9a;
    background-color:transparent;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    font-weight:normal;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 20px;
    color: #1e6e9a;
    text-transform: uppercase;
    padding: 5px 30px;
    display: inline-block;
    margin: 30px 0px 0px 0px;
}


/* override to prevent hortizonal scroll bar from popping because arrows off the page */
ul.flex-direction-nav .flex-next {
    /*right: -50px;*/
    right: 0px;
    text-align: right;
}

ul.flex-direction-nav .flex-prev {
    /*left: -50px;*/
    left: 0px;
}


#home-testimonial .flex-control-nav {
    padding: 40px 0px 0px 0px; /* space between circles and client name */
}



#home-testimonial .flex-control-paging li a,
#home-testimonial .flex-control-nav li a {
    background: #aaa;
    border-radius: 50%;
}

#home-testimonial .flex-control-paging li a.flex-active,
#home-testimonial .flex-control-nav li a.active {
    background: #fff;
}



@media only screen and (max-width: 480px) {

}


@media only screen and (min-width: 782px) {

}


@media only screen and (min-width: 1024px) {

    /* move text on top of slide */
    body.home .metaslider .caption-wrap {
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(3%, 0%);
    }

    body.home .metaslider .caption {
        width: 70%;
        font-size: 24px;
        color: #fff;
    }

    body.home .metaslider .caption h1 {
        font-size: 36px;
        color: #fff;
    }
    
    body.home .metaslider .caption a {
        border: 4px solid #fff;
        font-size: 20px;
        color: #fff;
    }

    
}

@media only screen and (min-width: 1280px) {

    body.home .metaslider .caption-wrap {
        transform: translate(10%, 0%);  /* positions text on slide */
    }

    body.home .metaslider .caption {
        width: 60%;
        font-size: 25px;
    }

    body.home .metaslider .caption h1 {
        font-size: 42px;
    }
    
}

@media only screen and (min-width: 1400px) {

    body.home .metaslider .caption-wrap {
        transform: translate(10%, 5%);  /* positions text on slide */
    }

    
}

@media only screen and (min-width: 1600px) {

    body.home .metaslider .caption-wrap {
        transform: translate(10%, 15%);  /* positions text on slide */
    }
    
}

@media only screen and (min-width: 1800px) {

    body.home .metaslider .caption-wrap {
        transform: translate(10%, 15%);  /* positions text on slide */
    }

}


/* Blog styles 
 * March 31, 2020 (during cornavirus pandemic) 
*/

body.aktion-blog {
    
}

body.aktion-blog h1.page-title {
    display: none;    
}

body.aktion-blog main.content {
    padding-top: 0px;    
}

body.aktion-blog main.content article.status-publish.entry {
    display: none;    
}

body.aktion-blog .featured_posts {
    padding-bottom: 10px;    
}

body.aktion-blog .featured_posts a {
    color: #fff;
}

body.aktion-blog .featured_posts img,
body.aktion-blog .all_posts img {
    display: block; /* gets rid of padding added when wrapped in link */
}

body.aktion-blog .featured_posts .two-thirds {
    margin-bottom: 20px;
}

/* Space between featured posts */
body.aktion-blog .featured_posts .one-third .middle {
    height: 20px;
}

@media only screen and (min-width: 780px) {
    body.aktion-blog .featured_posts .two-thirds {
        padding-bottom: 0px;
    }
    
    body.aktion-blog .featured_posts .one-third .middle {
        height: 9px;
    }
}

@media only screen and (min-width: 1024px) {
    body.aktion-blog .featured_posts .one-third .middle {
        height: 14px;
    }
}

@media only screen and (min-width: 1220px) {
        body.aktion-blog .featured_posts .one-third .middle {
        height: 19px;
    }
}
/* end Space between featured posts */

body.aktion-blog .featured_posts .two-thirds a,
body.aktion-blog .featured_posts .one-third .top a,
body.aktion-blog .featured_posts .one-third .bottom a {
    position: relative;  /* so can absolutely position titles */
    display: block;
}

/* Position post titles on featured posts */
body.aktion-blog .featured_posts .two-thirds span.title {
    position: absolute;
    top: 50%;
    left: 50%;    
    /*transform: translate(-180%, 400%);*/
    transform: translate(-75%, 400%);
    font-size: 1.5em;
    font-weight: 700;
    width: 100%;    
}

body.aktion-blog .featured_posts .one-third span.title {
    font-size: 1.2em;
    font-weight: 700;
    width: 70%;
    display: block;
}

body.aktion-blog .featured_posts .one-third .top span.title {
    position: absolute;
    top: 50%;
    left: 50%;    
    /*transform: translate(-70%, 170%);*/
    transform: translate(-50%, -50%);
}

body.aktion-blog .featured_posts .one-third .bottom span.title {
    position: absolute;
    top: 50%;
    left: 50%;    
    /*transform: translate(-70%, 170%);*/
    transform: translate(-50%, -50%);
}

@media only screen and (max-width: 1360px) {

    body.aktion-blog .featured_posts .two-thirds span.title {
        /*transform: translate(-160%, 340%);*/
        transform: translate(-70%, 340%);
    }

}

@media only screen and (max-width: 1220px) {
    
    body.aktion-blog .featured_posts .two-thirds span.title {
        /*transform: translate(-135%, 280%);*/
        transform: translate(-65%, 280%);
    }
    
    body.aktion-blog .featured_posts .one-third span.title {    
        width: 100%;    
    }

    body.aktion-blog .featured_posts .one-third .top span.title {
        /*transform: translate(-65%, 130%);*/
    }

    body.aktion-blog .featured_posts .one-third .bottom span.title {
        /*transform: translate(-65%, 130%);*/
    }

}

@media only screen and (max-width: 1024px) {

    body.aktion-blog .featured_posts .two-thirds span.title {
        transform: translate(-50%, 150%);
    }

    body.aktion-blog .featured_posts .one-third .top span.title {
        /*transform: translate(-55%, 70%);*/
        /*transform: translate(-50%, -50%);*/
    }

    body.aktion-blog .featured_posts .one-third .bottom span.title {
        /*transform: translate(-55%, 70%);*/
        /*transform: translate(-50%, -50%);*/
    }
    
}

@media only screen and (max-width: 782px) {

    body.aktion-blog .featured_posts .two-thirds span.title {
        /*transform: translate(-65%, 300%);*/
        transform: translate(-50%, -50%);
    }

    body.aktion-blog .featured_posts .one-third span.title {
        font-size: 1.5em;
    }

    body.aktion-blog .featured_posts .one-third .top span.title {
        /*transform: translate(-56%, 300%);*/
    }

    body.aktion-blog .featured_posts .one-third .bottom span.title {
        /*transform: translate(-56%, 300%);*/
    }
    
}

@media only screen and (max-width: 640px) {

    body.aktion-blog .featured_posts .two-thirds span.title {
        transform: translate(-50%, -50%);
    }

    body.aktion-blog .featured_posts .one-third span.title {
        font-size: 1.5em;
    }

    body.aktion-blog .featured_posts .one-third .top span.title {
        /*transform: translate(-50%, -50%);*/
    }

    body.aktion-blog .featured_posts .one-third .bottom span.title {
        /*transform: translate(-50%, -50%);*/
    }
    
}
/* end Position post titles on featured posts */

body.aktion-blog .blog-message {
    font-size: 18px;
    font-weight: 300;
    padding: 0px 0px 40px 0px;
}

/* All posts (except first 3) */
body.aktion-blog .all_posts {
    
}

body.aktion-blog .all_posts .one-half {
    padding-bottom: 25px;
}

body.aktion-blog .all_posts .one-half a {
    color: #8c9286;   
}

body.aktion-blog .all_posts .one-half a:hover {
    color: #2e2f33;   
}

body.aktion-blog .all_posts .one-half img {
    width: 100%;
}

body.aktion-blog .all_posts .one-half span.title {
    font-size: 1.2em;    
}

body.aktion-blog-single .author-avatar {
    display: none; /* do not display author avatar on blog single view page */
}

body.aktion-blog-single .post {
    border-bottom: 0px; /* prevents gray line at bottom of post on blog single view page */
}

body.aktion-blog-single footer.entry-footer {
    padding-bottom: 80px; /* matches .entry-footer .entry-meta on newsitems single view page */
}

@media only screen and (max-width: 782px) {
    body.aktion-blog .one-third {
        padding-bottom: 20px;
    }
}
/* end All posts (except first 3) */


body.aktion-blog .latest-post,
body.aktion-blog .video-post {
    padding: 0px 0px 30px 0px;
}


/* do not display featured image on single view page 
 * class added to Custom Post Class field in Edit post
*/
article.hide-featured-image .two-thirds.first img {
    display: none;
}

/* END Blog styles */

/* News Items styles */

body.aktion-newsitem-single .three-fourths.first {
    padding-right: 30px;
}

body.aktion-newsitem-single .one-fourth h4.widget-title {
    font-weight: 700;
}

/* END News Items styles */

/*-----------------------------------------------------------------------------------*
/* = Isotope CSS Animations
/*-----------------------------------------------------------------------------------*/
.isotope, .isotope .isotope-item { -webkit-transition-duration: 0.6s; -moz-transition-duration: 0.6s; -ms-transition-duration: 0.6s; -o-transition-duration: 0.6s; transition-duration: 0.6s; }
.isotope { -webkit-transition-property: height, width; -moz-transition-property: height, width; -ms-transition-property: height, width; -o-transition-property: height, width; transition-property: height, width; }
.isotope .isotope-item { -webkit-transition-property: -webkit-transform, opacity; -moz-transition-property: -moz-transform, opacity; -ms-transition-property: -ms-transform, opacity; -o-transition-property: top, left, opacity; transition-property: transform, opacity; }
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition { -webkit-transition-duration: 0s; -moz-transition-duration: 0s; -ms-transition-duration: 0s; -o-transition-duration: 0s; transition-duration: 0s; }