/*
Theme Name: BizzyWeb Theme 2020
Theme URI: https://bizzyweb.com/
Description: This is the BizzyWeb Theme 2020 created for the Genesis Framework.
Author: BizzyWeb
Author URI: https://www.bizzyweb.com/

Version: 3.2.0

Tags: accessibility-ready, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, footer-widgets, full-width-template, left-sidebar, one-column, right-sidebar, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, two-columns, wide-blocks

Template: genesis

License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Text Domain: genesis-sample
*/


/* Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Container
	- Site Inner
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Genesis Simple FAQ
	- WPForms
- Skip Links
- Site Header
	- Title Area
- Site Navigation
	- Responsive Menu
	- Header Menu
	- Footer Menu
- Content Area
	- Entry Content
	- Entry Meta
	- Pagination
	- Entry Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Min-width: 960px
		- Site Header
		- Genesis Menu
		- Responsive Menu
		- Header Menu
		- Site Inner
		- Content
		- Sidebar
		- Author Box
		- After Entry
		- Column Classes
		- Entry Misc.
		- Footer Widgets
- Print Styles
*/


/* HTML5 Reset
---------------------------------------------------------------------------- */

/* normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css
---------------------------------------------------------------------------- */
/* stylelint-disable */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}
/* stylelint-enable */

/* Box Sizing
--------------------------------------------- */

html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/* Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	background-color: #fff;
	color: #252526;
	font-family: 'Barlow', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
	overflow-x: hidden;
    letter-spacing: 0.03rem;
}

button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	transition: all 0.2s ease-in-out;
}

a {
    color: #DB9B31;
    text-decoration: none;
    font-weight: 600;
}

a:focus,
a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 24px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 30px;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1B6587;
	font-family: 'Barlow', sans-serif;
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 10px;
    padding: 0;
}

h1 {
	font-size: 42px;
    margin-bottom: 25px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 26px;
	font-weight: 400;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
    text-transform: uppercase;
}

h6 {
	font-size: 16px;
}

.home-h2 {
    font-size: 6rem;
    font-weight: 900;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

.gallery-columns-1 .gallery-item {
	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-item {
	float: left;
	margin: 0 0 30px;
	text-align: center;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

.home button {
    /*color: #d14426;
    border: 2px solid #d14426;*/
}

.home-button:hover {
    background-color: #d14426;
    text-decoration: none;
    border: 2px solid #d14426;
    color: #ffffff;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form input[type="submit"],
.site-container div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	color: #d14426;
	cursor: pointer;
	font-size: 14px;
	font-weight: 600;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
    padding: 15px;
    border: none;
    text-transform: uppercase;
    border: 2px solid #D14426;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #d14426;
	border-width: 0;
	color: #fff;
    border: 2px solid #d14426;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}


/* Structure and Layout
---------------------------------------------------------------------------- */

/* Site Container
--------------------------------------------- */

.site-container {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* Site Inner
--------------------------------------------- */

.site-inner {
	clear: both;
	margin: 0 auto;
    top: 125px;
    position: relative;
    background: #f5f5f5;
}

.home .site-inner {
    padding-top: 0;
}


/* Common Classes
---------------------------------------------------------------------------- */

/* Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 20px;
}

.alignright .avatar {
	margin-left: 20px;
}

.comment .avatar {
	margin: 0 15px 20px 0;
}

/* Genesis
--------------------------------------------- */

.after-entry,
.archive-description,
.author-box {
	margin-bottom: 40px;
}

.after-entry {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
	padding: 20px 30px;
}

.after-entry .widget:last-of-type {
	margin-bottom: 0;
}

.breadcrumb {
    color: #777;
    font-size: 12px;
    padding: 5px 0;
    margin-bottom: 0;
}

.single .breadcrumb {
    padding: 5px 0;
}

.genesis-title-hidden .breadcrumb {
	margin-top: 40px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.genesis-nav-menu .search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form input[type="search"] {
	background: #fff url(images/icon-search.png) no-repeat right;
	background-size: 36px 16px;
	color: #888;
	font-size: 10px;
	margin-bottom: 10px;
	padding: 16px;
	text-transform: uppercase;
	width: 100%;
}

/* Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}

.archive-title {
    font-size: 32px;
    font-size: 4.25rem;
    letter-spacing: 0.04em;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 0px;
    color: #1b6587;
    padding: 20px 0;
}

h1.entry-title {
    padding: 10px 0 10px 0px;
}

.entry-title {
    font-size: 32px;
    font-size: 4.25rem;
    letter-spacing: 0.04em;
    line-height: 1;
    font-weight: 900;
    margin-bottom: 10px;
    color: #1b6587;
    padding: 10px 0 0 20px;
}

.entry-title a,
.sidebar .widget-title a {
	color: #1b6587;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #F2C318;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.genesis-title-hidden .site-inner {
	padding-top: 0;
}

/* WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 30px;
}

/* Widgets
---------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
}

.widget p:last-child,
.widget ul > li:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	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-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.featured-content .entry:last-of-type {
	border-bottom: none;
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 16px;
	margin-bottom: 5px;
	margin-top: 10px;
}


/* Plugins
---------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.after-entry .enews {
	text-align: center;
	padding: 10px;
}

.sidebar .enews {
	background-color: #f5f5f5;
	padding: 30px;
}

.enews-widget input {
	font-size: 16px;
	margin-bottom: 10px;
}

.after-entry .enews-widget input {
	text-align: center;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 20px;
}

/* Genesis Simple FAQ
--------------------------------------------- */

.gs-faq__question {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #333;
	padding-left: 0;
	padding-right: 0;
}

.gs-faq__question:focus,
.gs-faq__question:hover {
	background: transparent;
	color: #0073e5;
}

.gs-faq__question::after {
	content: "\f132";
	font-family: dashicons; /* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.gs-faq__question.gs-faq--expanded::after {
	content: "\f460";
}

/* WP Forms
--------------------------------------------- */

.entry-content .wpforms-container {
	margin-bottom: 40px;
}

.entry-content .wpforms-form .wpforms-field {
	clear: both;
	margin: 20px 0;
	overflow: hidden;
}

.site-container .wpforms-container .wpforms-form .wpforms-field input {
	border-radius: 0;
	height: auto;
	padding: 15px;
}

.site-container .entry-content .wpforms-form .wpforms-field-label {
	font-weight: 600;
}

.site-container .entry-content .wpforms-form .wpforms-field-sublabel {
	font-size: 14px;
	font-weight: 300;
}

.entry-content .wpforms-form .wpforms-field-hp {
	display: none !important;
	left: -9000px !important;
	position: absolute !important;
}

.site-container .entry-content .wpforms-form textarea {
	padding: 15px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-small {
	height: 120px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-medium {
	height: 200px;
}

.site-container .entry-content .wpforms-form textarea.wpforms-field-large {
	height: 300px;
}


/* Skip Links
---------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link .skip-link-hidden {
	display: none;
	visibility: hidden;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

.flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.flex-item {
    width: auto;
    text-align: left;
}

/*
Header Top
---------------------------------------------------------------------------------------------------- */

.admin-bar .header-top {
	top: 32px;
}

.header-top {
	height: auto;
	background: #58595b;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

.header-top .wrap {
	width: 1280px;
	margin: 0 auto;
	padding: 10px 0 7px;
}

.header-top .widget {
    margin-bottom: 0;
}

.header-links {
	float: right;
    align-items: end;
    justify-content: space-around;
}

.header-links p {
	margin: 0;
}

.header-links a {
	color: #ffffff;
	padding-left: 15px;
	font-size: 1.4rem;
	text-transform: uppercase;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 500;
}

.header-links a img {
    margin-bottom: 5px;
    padding-right: 5px;
    vertical-align: middle;
}

.header-links a:hover {
	color: #db9b31;
	text-decoration: none;
}

.header-links .fa {
	padding-right: 5px;
}

.header-links .fa-mobile {
   	position: relative;
    	top: 4px;
}

/* Site Header
---------------------------------------------------------------------------- */

.admin-bar .site-header {
	top: 75px;
}

.site-header {
	margin: 0 auto;
	width: 100%;
	padding-top: 10px;
	position: fixed;
	z-index: 999;
	top: 43px;
	background: #ffffff;
}

.site-header .wrap {
	width: 1280px;
	margin: 0 auto 5px;
    position: relative;
}

.header-mobile {
    clear: both;
    overflow: hidden;
    display: none;
}

.header-mobile .widget {
    margin-bottom: 0;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding-bottom: 25px;
	padding-top: 25px;
}

.wp-custom-logo .title-area {
	max-width: 350px;
	padding: 0;
	width: 100%;
}

.wp-custom-logo .title-area img {
	width: auto;
}

.site-title {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #333;
	text-decoration: none;
}

.site-description,
.wp-custom-logo .site-title {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}


/* Site Navigation
---------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	line-height: 1.5;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: block;
	float: none;
	position: relative;
}

.genesis-nav-menu a {
	color: #252526;
	display: block;
	font-size: 2.0rem;
	font-weight: 600;
    padding: 10px 15px;
	text-decoration: none;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	color: #DB9B31;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu,
.genesis-nav-menu .sub-menu a {
	width: 100%;
}

.genesis-nav-menu .sub-menu a:hover {
    color: #DB9B31;
}

.genesis-nav-menu .sub-menu {
	clear: both;
	display: none;
	left: -9999px;
	margin: 0;
	opacity: 1;
	padding-left: 15px;
	position: static;
	z-index: 99;
	width: 198px;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	color: #666666;
	font-size: 1.4rem;
	position: relative;
	word-wrap: break-word;
	border: 1px solid #f5f5f5;
	border-top: none;
	padding: 10px 18px;
    width: 198px;
}

.genesis-nav-menu .menu-item:focus,
.genesis-nav-menu .menu-item:hover {
	position: relative;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	display: block;
	left: auto;
	opacity: 1;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* Firefox 18- */
input:focus::-moz-placeholder { color:transparent; } /* Firefox 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* oldIE ;) */

.genesis-nav-menu > .right {
    display: inline-block;
    float: right;
    list-style-type: none;
    padding: 16px 20px;
}

.genesis-nav-menu > .search {
    padding: 0;
}

.genesis-nav-menu .search-form {
    width: 100%;
}

.nav-primary .genesis-nav-menu .search-form input[type="search"] {
    padding: 0 0 0 30px;
    height: 30px;
    -moz-transition: 400ms width ease;
        transition-property: width;
        transition-duration: 400ms;
        transition-timing-function: ease;
    -webkit-transition-duration: 400ms;
    -webkit-transition-property: width;
    -webkit-transition-timing-function: ease;
    -o-transition-duration: 400ms;
    -o-transition-property: width;
    -o-transition-timing-function: ease;
    width: 30px;
    border: 0;
    margin-bottom: 0;
    margin-top: 11px;
}

.nav-primary .search-form input[type="search"] {
	font-size: 10px;
	background: transparent url("images/icon-search-square.png") no-repeat scroll left center / 20px 16px;
	box-shadow: none;
	color: #000 !important;
}

.nav-primary .genesis-nav-menu .search-form input[type="search"]:focus {
	width: 189px;
	background: #ffffff url("images/icon-search-square-focus.png") no-repeat scroll left center / 20px 16px;
	border-radius: 15px;
	border: 2px solid #db9b31;
}

.nav-primary .search-form {
	position: relative;
	margin-top: 0px;
}

.nav-primary .search-form input[type="submit"] {
	display: none;
}

.nav-primary .search-form input[type="submit"]:hover {
	color: #F15123;
}

.genesis-nav-menu .menu-item.mobile-link {
    display: none;
}

.nav-primary .genesis-nav-menu .fa {
    font-size: 18px;
    vertical-align: middle;
    margin-left: 5px;
}

/* Responsive Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-responsive-menu {
	display: none;
	position: relative;
}

.genesis-responsive-menu .genesis-nav-menu .menu-item:hover > .sub-menu {
	display: none;
}

.menu-toggle,
.sub-menu-toggle {
	background-color: transparent;
	border-width: 0;
	color: #333;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	text-align: center;
	visibility: visible;
}

.menu-toggle:focus,
.menu-toggle:hover,
.sub-menu-toggle:focus,
.sub-menu-toggle:hover {
	background-color: transparent;
	border-width: 0;
	color: #0073e5;
	border: 0;
}

.menu-toggle {
	float: left;
	line-height: 20px;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 15px 0;
	position: absolute;
	z-index: 1000;
	top: 0;
    border: 0;
    color: #7891AB;
}

.menu-toggle.activated::before {
	content: "\f335";
}

.site-header .menu-toggle::before {
	float: left;
	margin-right: 5px;
	position: relative;
	text-rendering: auto;
	top: 1px;
}

.sub-menu-toggle {
	float: right;
	padding: 9px 10px;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 100;
	border: 0 !important;
}

.sub-menu .sub-menu-toggle {
	padding: 12px 10px;
}

.sub-menu-toggle::before {
	display: inline-block;
	text-rendering: auto;
	transform: rotate(0);
	transition: transform 0.25s ease-in-out;
}

.sub-menu-toggle.activated::before {
	transform: rotate(180deg);
}

/* Header Menu
--------------------------------------------- */

.nav-primary {
	clear: left;
	padding: 0;
	width: 100%;
}

.nav-primary .wrap {
    width: 100%;
    margin-top: 15px;
}

/* Footer Menu
--------------------------------------------- */

.nav-secondary {
	margin-top: 10px;
}

.nav-secondary .genesis-nav-menu {
	line-height: 1.5;
}

.nav-secondary .menu-item {
	display: inline-block;
}

.nav-secondary a {
	margin-left: 10px;
	margin-right: 10px;
	padding: 0;
}

/* Custom Gutenberg Blocks
---------------------------------------------------------------------------- */

.block-side-padding {
    padding-left: 30px;
    padding-right: 30px;
}

/*Full Width CTA Block */
.full-width-cta {
    min-height: 250px;
    color: #ffffff;
    margin-left: calc(-49.8vw + 50%);
    margin-right: calc(-49.8vw + 50%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center right;
}

.full-width-cta .overlay {
     min-height: 250px;
}

.full-width-cta .wrap {
    padding: 70px 0px;
    width: 1280px;
    margin: 0 auto;
    font-size: 2.2rem;
    min-height: 250px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    min-height: 320px;
}

.full-width-cta h2 {
    color: #ffffff;
    font-weight: 600;
    font-size: 3.6rem;
}

.full-width-cta-btn {
    /*text-align: right;*/
}

.full-width-cta-btn button {
    /*border: 1px solid #707070;
    background-color: rgba(255,255,255,0.85);*/
}

.full-width-cta-btn button:hover {
    /*background-color: rgba(255,255,255,1);*/
}

.full-width-cta button {
    background-color: transparent;
    border: 2px solid #ffffff;
    color: #ffffff;
    font-size: 2.0rem;
}

.full-width-cta button:hover {
    background-color: #ffffff;
    border: 2px solid #ffffff;
    color: #517998;
}

.full-width-cta button span {
    cursor: pointer;
    display: inline-block;
    position: relative;
    transition: 0.5s;
}

.full-width-cta button span:after {
    content: '\f061';
    position: absolute;
    opacity: 0;
    top: 0;
    right: -20px;
    transition: 0.5s;
    font-family: FontAwesome;
    font-weight: 400;
}

.full-width-cta button:hover span {
    padding-right: 25px;
}

.full-width-cta button:hover span:after {
    opacity: 1;
    right: 0;
}

/*FAQ Block */
.faq-block .faq-term {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.0;
}

.faq-block .faq-term a {
    color: #8c8c8c;
}

.faq-block .card-header {
    background-color: rgba(0,0,0,.02);
}

.faq-block .card {
    margin-bottom: 12px;
}

/*Related Post Block */

/*Parallex Block */

.parallex-block {
    margin: 0em calc(50% - 50vw);
}

.bg-image {
    min-height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallex-block-overlay {
    width: 100%;
    height: 700px;
    background: rgba(27,101,135,0.35);
    background: rgba(30,87,153,0.35);
}

.parallex-block-overlay .wrap {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    height: 700px;
}

.parallex-block-content {
    width: 100%;
    position: absolute;
    z-index: 5;
    padding: 75px 40px 75px 40px;
    bottom: 15%;
    left: 0;
}

.parallex-block-content h2 {
	font-size: 6.4em;
	color: #f3f3f3;
	margin: 0;
	line-height: 0.9;
}

.parallex-block-content h3 {
	font-size: 3.5em;
	color: #f2c318;
	font-family: 'Barlow', sans-serif;
	font-weight: 300;
	margin: 0;
	padding-right: 35px;
	text-align: right;
}

.parallex-block-content .sub-text {
	font-family: 'Barlow', sans-serif;
	color:#fff;
	font-size: 3.2rem;
	font-weight:400;
	margin: 0;
	padding-right: 35px;
	padding-bottom:1rem;
	text-align: right;
	float:right;
}

.parallex-block .parallex-block-content:before {
    background: url(/wp-content/uploads/2018/02/polygons.png) no-repeat;
    background: url(images/polygons.png) no-repeat;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 700px;
    z-index: -1;
}

.parallex-block button {
	background: rgba(255,255,255,0.6);
	transition: 0.5s;
}

.parallex-block button:hover {
	background: #D14426;
}

/*Our Work List Block */
.our-work-list {
    display: flex;
    align-items: center;
}


/*Icon Text Block */
.icon-text-block {
    text-align: center;
}

.icon-text-item.flex-item {
    width: 200px;
    text-align: center;
    margin-bottom: 20px;
}

.icon-text-item.flex-item h3 {
    font-size: 20px;
    margin-top: 10px;
}


/* Content Area
---------------------------------------------------------------------------- */

.page-id-13408 .interior-bg-image.service-pages, 
.page-id-13398 .interior-bg-image.service-pages {
    height: 535px;
}

.home-grow-business {
	width: 100%;
	/*height: 510px;*/
	position: relative;
	background: #517998;
	background:#003D7D;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#1e5799+58,7db9e8+100 */
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(-45deg,  #1e5799 58%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #1e5799 58%,#7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #1e5799 58%,#7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	padding-left: 30%;
    padding-right: 15%;
    color: #ffffff;
}

.home-grow-business:before {
    content: "";
    width: 410px;
    margin: 0 auto;
    height: 100%;
    padding: 0;
    background-image: url(/wp-content/uploads/2018/02/homepage-dave.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
    z-index: 50;
    position: absolute;
    left: 0;
}

.home-grow-business {
    position: relative;
    z-index: 10;
}

.home-grow-business:after {
	content: "";
	background-image: url(/wp-content/uploads/2018/02/polygons-left.png), url(/wp-content/uploads/2018/02/polygons-right.png);
	background-repeat: no-repeat, no-repeat;
	background-position: center left, center right;
	background-size: contain, contain;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0.25;
    z-index: -1;
    color: #ffffff;
}

.home-grow-business h2 {
    font-size: 6.0rem;
    font-weight: 900;
    color: #ffffff;
}

.home-grow-business h4 {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 400;
    text-transform: capitalize;
    color: #ffffff;
}

.home-grow-business a {
    color: #ffffff;
}

.home-real-results {
    position: relative;
    overflow: hidden;
}

.home-real-results:after {
    content: "";
    background-image: url(/wp-content/uploads/2018/02/home-bottom-stat-infographic.png);
    background-size: contain;
    background-position: center right;
    background-repeat: no-repeat;
    width: 40%;
    height: 750px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
}

.home-real-results-text {
    width: 60%;
    padding-left: 20%;
}

.home-real-results h2 {
    font-size: 6.0rem;
    font-weight: 900;
    color: #1B6587;  
}

.home-real-results h3 {
    font-size: 3.2rem;
    font-weight: 300;
    text-transform: uppercase;
}

.home-real-results a button {
    font-weight: 600;
}

.home-real-results button {
	background: transparent;
	color: #D14426;
	border: 2px solid #D14426;
	width: 270px;
  	transition: all 0.5s;
  	cursor: pointer;
	text-transform: uppercase;
}

.home-real-results button span {
  	cursor: pointer;
  	display: inline-block;
  	position: relative;
  	transition: 0.5s; 
}

.home-real-results button span:after {
  content: '\f061';
  position: absolute;
  opacity: 0;
  top: 3px;
  right: -20px;
  transition: 0.5s;
	font-family: FontAwesome;
	font-weight: 400;
}

.home-real-results button:hover span {
    padding-right: 25px;
}

.home-real-results button:hover {
    background: #d14426;
    color: #ffffff;
}

.home-real-results button:hover span:after {
    opacity: 1;
    right: 0;
}

/* Interior Page Featured Image Below Header

--------------------------------------------- */

.interior-bg-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 300px;
}

.interior-bg-image.service-pages {
	/*height: 70vh;*/
	height: 735px;
}

.page-id-13408 .interior-bg-image.service-pages {
	height: 535px;
}

.services-text-over-image {
	width: 785px;
	float: right;
}

.services-featured-image-content {
	width: 1140px;
	margin: 0 auto;
	padding: 20px 0;
	text-align: left;
	height: 100%;
}

.services-featured-image-content h2 {
	text-align: right;
	font-size: 34px;
	font-weight: 700;
	/*width: 815px;
	float: right;*/
}

.services-featured-image-content p {
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 10px;
}

.interior-page-image-container {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.interior-page-image-box {
    background: rgba(27,101,135,0.95);
    width: 100%;
    text-align: center;
    padding: 15px 35px;
    color: #ffffff;
    border-radius: 3px;
}

.interior-page-image-box h1 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 6.2rem;
    line-height: 1;
}

.interior-page-image-box p {
    font-size: 2.2rem;
}

.services-page-cta.ucd-service-page {
	background: #517998;
}

.services-page-cta.ucd-service-page h2 {
	color: #ffffff;
}

.services-page-cta.ucd-service-page button {
	border: 2px solid #ffffff;
	color: #ffffff;
}

.services-page-cta.ucd-service-page button:hover {
	border: 2px solid #ffffff;
	color: #517998;
	background: #ffffff;
}

.services-page-cta {
	background: #ffffff;
  	margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
	padding: 20px 0;
	padding: 5.5rem 0;
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	margin-bottom: 20px;
}

.services-page-cta .wrap {
	margin: 0 auto;	
	width: 1280px;
}

li.services-pages-related-posts {
	list-style-type: none !important;
	margin-left: 0 !important;
	text-align: center;
}

/* User-Centered Design Page Styles
--------------------------------------------- */

.phase-box {
	/*width: 300px;*/
	color: #ffffff;
	/*min-height: 520px;*/
	margin: 0 auto;
}

.phase-box.strategy {
	background: #7892ab;
}

.phase-box.launch-pad {
	background: #98a57f;
}

.phase-box.continuous-improvement {
	background: #d4b353;
}

.phase-box-header {
	height: 74px;
}

.phase-box.strategy .phase-box-header,
.phase-box.strategy span.phase-step {
	background: #1c6688;	
}

.phase-box.launch-pad .phase-box-header,
.phase-box.launch-pad span.phase-step {
	background: #7d9d40;	
}

.phase-box.continuous-improvement .phase-box-header,
.phase-box.continuous-improvement span.phase-step {
	background: #f1c318;	
}

.entry-content .phase-box-header h4 {
	margin-bottom: 0;
	margin-top: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 32px;
	color: #ffffff;
	display: flex;
	align-items: center;
}

span.phase-step {
	border-radius: 50%;
	border: 10px solid #f5f5f5;
	padding: 7px 20px;
	font-family: 'Barlow Semi Condensed', sans-serif;
	margin-left: -40px;
}

.phase-box.strategy span.phase-title {
	padding-left: 40px;
}

.phase-box.launch-pad span.phase-title {
	padding-left: 30px;
}

.phase-box.continuous-improvement span.phase-title {
	padding-left: 20px;
	line-height: 1;
}

.phase-box.continuous-improvement .phase-box-content .aligncenter {
	margin-bottom: 0;
}

.phase-box-content {
	padding: 15px;
}

.entry-content .phase-box-content ul li {
	margin-left: 20px;
}

.phase-flex-container {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.phase-flex-item {
    height: 520px;
    margin-bottom: 15px;
    width: 300px;
}

.inbound-mark.phase-flex-item {
	height: 270px;
}

.traditional-vs-gdd-table {
    margin: 30px 0;
    /*display: inline-block;*/
    display: flex;
    justify-content: space-around;
}

.traditional-vs-gdd-table h3 {
    text-align: center;
    background: #f1c318;
    padding: 10px 0;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 32px;
}

.traditional-vs-gdd-table p {
    text-align: center;
}

.traditional-table h3 {
    background: #1c6688;
}

.gdd-table h3 {
    background: #7d9d40;
}

.traditional-vs-gdd-table .dashicons {
    font-size: 30px;
    width: 30px;
    height: 30px;
}

.trad-gdd-content {
    padding: 10px 25px;
    /*height: 360px;*/
    height: auto;
}

.traditional-table {
    background: #7892ab;
    color: #ffffff;
}

.gdd-table {
    background: #98a57f;  
    color: #ffffff;
}

.gdd-table.one-half {
    margin-left: 0;
}

.traditional-table.one-half,
.gdd-table.one-half {
    width: 46%;
}

.traditional-vs-gdd-table img {
    margin-top: 15px;
    margin-bottom: 0;
}

/* CTA Block Styles
--------------------------------------------- */

.cta-block-container {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%); 
    margin-top: 25px;
    margin-bottom: 25px;
    background-repeat: no-repeat;
    background-size: cover;
    /*height: 700px;*/
    background-position: center right;
}

.cta-block-container .wrap {
    width: 1140px;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.cta-block-container button {
    border: 1px solid #ffffff;
    color: #ffffff;
}

.cta-block-container button:hover {
    border: 1px solid #D14426;

}

.home-cta-text h2 {
    color: #ffffff;
}

/* Case Study Page Template Styles
--------------------------------------------- */

.our_work.entry {
    margin-bottom: 25px;
}

.our-work-bg-image {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	height: 500px;	
	margin-bottom: 30px;
}

.our-work-text {
    /*text-align: center;*/
}

hr.our-work-hr {
    background-color: #949098;
    height: 5px;
    width: 65%;
    margin: 40px auto;
}

.our-work-col {
    width: 800px;
    margin: 0 auto;
}

.our-work-col h4 {
    text-transform: uppercase;
}

.our-work-col a {
    font-weight: 400;
}

.entry-content .our-work-col ul > li {
    list-style-type: none;
    margin-left: 0;
}

.our-work-col-left,
.our-work-col-right {
    padding: 0;
}

.our-work-stats {
    margin-top: 30px;
}

.our-work-stats.acf-stat-block {
    display: inline-block;
}

.our-work-stats-image,
.our-work-stats-text {
    padding: 0;
    height: 350px;
}

.our-work-stats-image {
    position: relative;
}

.our-work-stats-logo {
    position: absolute;
    bottom: 10px;
    left: 10px;
}

.our-work-stats-logo img {
    background: rgba(255,255,255,0.8);
    width: 250px;
    padding: 10px;
}

.our-work-stats-text {
    padding: 20px;
}

.our-work-stats-text {
    background: #1c6688;
    background-image: url(/wp-content/uploads/2018/06/our-work-testimonial-bg.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    color: #db9a31;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: center;
}

.our-work-stats-text:nth-child(2n) {
    /*float: left;*/
}

.our-work-stats-image:nth-of-type(4n-1) {
    float: right;
}

.our-work-testimonial {
    background: #db9a31;
    height: 350px;
    padding: 0;
}

.testimonial-text {
    padding: 20px;
    color: #58585a;
}

.our-work-archive-images {
    padding: 0;
}

.our-work-archive-images:nth-child(1) {
    padding-right: 10px;
}

.our-work-archive-images:nth-child(2) {
    padding-left: 10px;
}

.case-study-archive-text {
    text-align: center;
}

.post-type-archive-our_work .archive-description {
    padding: 0;
    margin-bottom: 10px;
}

.post-type-archive-our_work .archive-title {
    font-size: 4.25rem;
    font-weight: 900;
    text-transform: none;
}

.entry-content p.client-stat-text-p {
    font-weight: 600; 
    font-size: 28px;
    line-height: 1.2;
    margin: 12px 0;
}

.page-template-our-work-template .search-bar {
    padding: 15px 0;
}

.page-template-our-work-template .searchandfilter ul li {
    display: inline-block;
    margin-right: 20px;
}

.page-template-our-work-template .search-bar .searchandfilter ul {
    padding: 0;
    margin: 0;
    text-align: center;
}

.page-template-our-work-template .search-bar label {
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 18px;
}

/* Team Page Styles
--------------------------------------------- */

.team-page .col-md-3 {
	padding: 5px 15px 15px;
	/*width: 24%;
	margin-left: 5px;
	margin-right: 5px;
	background: #ededed;
	margin-bottom: 35px;
	background: rgba(27,101,135,0.04);
	border: 1px solid #eaeaea;
	border-radius: 5px;*/
}

.team-page h2 {
	font-size: 22px;
	text-align: center;
}

.team-page h3 {
	font-size: 16px;
	text-align: center;
}

.team-page p {
	text-align: justify;
	font-size: 14px;
}

.member-bio {
	min-height: 185px;
}

.member-bio h2 {
	font-weight: 700;
}

.member-bio a {
	color: #1b6587;
}

.member-bio a:hover {
	color: #db9b31;
	text-decoration: none;
}

.member-bio-link {
	text-align: center;
}

.member-bio-link a {
	margin-bottom: 15px;
	background: #1b6587;
	border-radius: 10px;
	font-weight: 400;
	padding: 5px 20px;
	color: #ffffff;
	font-size: 14px;
}

.member-bio-link a:hover {
	text-decoration: none;
	background-color: #3C7993;;
}

.panel {
    width: 220px;
    height: 235px;
    margin: 0 auto 25px;
    position: relative;
    background-color: transparent;
    box-shadow: 0 0px 0px;
}

.card {
    width: 100%;
    height: 100%;
    -o-transition: all .5s;
    -ms-transition: all .5s;
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

.front {
    z-index: 2;
}

.back {
    z-index: 1;
    -webkit-transform: rotateY(-180deg);
    -ms-transform: rotateY(-180deg);
    -moz-transform: rotateY(-180deg);  
    transform: rotateY(-180deg);  
}

.panel:hover .front {
    z-index: 1;
    -webkit-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.panel:hover .back {
    z-index: 2;   
    -webkit-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

/* Pricing Page Styles
--------------------------------------------- */

.comparisons-container {
	width: calc(100% + 16px);
	margin: 0;
}

.comparisons-container::after {
	display: block;
	height: 0;
	clear: both;
	content: "";
}

.comparison-padding {
	float: left;
	width: 50%;
	padding: 0 8px;
	margin: 0 0 40px;
}

.comparison-padding:nth-of-type(3n+4) {
	/*clear: left;*/
}

.comparison-single {
	padding: 0;
	box-shadow: 0 2px 13px rgba(0,0,0,0.25);
	text-align: center;
	border: 1px solid #ddd;
}

.comparison-quote-btn {
    padding: 10px 20px;
}

.comparison-title {
	text-transform: uppercase;
	font-size: 23px;
	padding: 15px 5px;
	line-height: 1.1;
	background-color: #1b6587;
	color: #fff;
}

.comparison-cost {
	text-transform: uppercase;
	font-size: 16px;
	padding: 15px 2px;
	line-height: 1.1;
	background-color: #F8F8F8;
	border-color: #CFCFCF;
	border-width: 0;
	border-style: solid;
	font-weight: bold;
	/*color: #666666;*/
	font-family: 'Fjalla One', sans-serif;
}

.dollar-symbol {
	display: inline-block;
	vertical-align: top;
	font-size: 21px;
	font-weight: normal;
	margin: 6px 0px 0;
}

.entry-content .comparison-includes ul {
	margin: 0;
	/*color: #6D6D6D;*/
}

.entry-content .comparison-includes ul > li {
	list-style-type: none;
	border-color: #CFCFCF;
	border-width: 0;
	border-style: solid;
	padding: 8px 5px;
	line-height: 1.2;
	margin-left: 0;
}

.comparison-quote-btn a {
	border-color: #D14426;
	border-width: 2px;
	border-style: solid;
	padding: 11px 5px;
	line-height: 1.2;
	color: #D14426;
	text-decoration: none;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #F7F7F7;
	display: block;
}

.comparison-quote-btn a:hover {
	color: #ffffff;
	text-decoration: none;
	background-color: #D14426;
}

/* # Timeline
---------------------------------------------------------------------------------------------------- */

.timeline h3 {
    color: #ffffff;
    font-weight: 700;
}

.timeline p {
    /*color: #ffffff;*/
}

.timeline ul li {
  list-style-type: none !important;
  position: relative;
  width: 2px;
  margin: 0 auto;
  padding-top: 50px;
  background: #ddd;
}
 
.timeline ul li::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 6px;
  transform: translateX(-50%);
  width: 45px;
  height: 45px;
  border: 0px solid #fff;
  border-radius: 50%;
  background: inherit;
}
 
.timeline ul li div {
  position: relative;
  bottom: 0;
  width: 400px;
  padding: 15px;
  background: transparent;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    border: 1px solid #d4d4d4;
    border-radius: 2px;
}
 
 
.timeline ul li div::before {
  content: '';
  position: absolute;
  bottom: 12px;
  width: 0;
  height: 0;
  border-style: solid;
}
 
.timeline ul li:nth-child(odd) div {
  left: 45px;
}
 
.timeline ul li:nth-child(odd) div::before {
    position: absolute;
    bottom: 12px;
    left: -15px;
    display: inline-block;
    border-top: 15px solid transparent;
    border-left: 0px solid #1b6587;
    border-right: 15px solid #1b6587;
    border-bottom: 15px solid transparent;
    content: " ";
}
 
.timeline ul li:nth-child(odd):nth-child(odd) div {
  /*background: #106ab3;*/
}
 
.timeline ul li:nth-child(odd):nth-child(odd) div::before {
  /*border-color: transparent #106ab3 transparent transparent;*/
}
 
.timeline ul li.in-view:nth-child(odd):nth-child(odd)::after {
	background: #1b6587;
}
 
.timeline ul li:nth-child(even) div {
  left: -439px;
}
 
.timeline ul li:nth-child(even) div::before {
  right: -15px;
  /*border-width: 15px 0 15px 20px;
  border-color: transparent transparent transparent #008551;*/
    border-top: 15px solid transparent;
    border-left: 15px solid #f2c318;
    border-right: 0 solid #f2c318;
    border-bottom: 15px solid transparent;
}
 
.timeline ul li:nth-child(3n+1):nth-child(even) div {
  /*background: #35dc69;*/
}
 
.timeline ul li:nth-child(3n+1):nth-child(even) div::before {
  /*border-color: transparent transparent transparent #35dc69;*/
}
 
.timeline ul li.in-view:nth-child(3n+1):nth-child(even)::after {
	/*background: #35dc69;*/
}
 
.timeline ul li::after {
  background: #ddd;
  transition: background .5s ease-in-out;
}
 
.timeline ul li.in-view::after {
  background: #f2c318;
}
 
.timeline ul li div {
  visibility: hidden;
  opacity: 0;
  transition: all .5s ease-in-out;
}
 
.timeline ul li:nth-child(odd) div {
  transform: translate3d(200px,0,0);
}
 
.timeline ul li:nth-child(even) div {
  transform: translate3d(-200px,0,0);
}
 
.timeline ul li.in-view div {
    transform: none;
    visibility: visible;
    opacity: 1;
}
 
@media screen and (max-width: 1024px) {
  .timeline ul li div {
    width: 250px;
  }
  .timeline ul li:nth-child(even) div {
    left: -289px; /*250+45-6*/
  }
}
 
@media screen and (max-width: 860px) {
  .timeline ul li {
    margin-left: 20px;
  }
   
  .timeline ul li div {
    width: calc(100vw - 350px);
  }
   
  .timeline ul li:nth-child(even) div {
    left: 45px;
  }
   
  .timeline ul li:nth-child(even) div::before {
    left: -15px;
    border-width: 15px 20px 15px 0;
    border-color: transparent #008551 transparent transparent;
  }
}
 
@media screen and (max-width: 780px) {
	.timeline ul li div {
    width: calc(100vw - 250px);
  }	
}

/* Interior Page Styles
--------------------------------------------- */

span.pie-chart-source {
	font-size: 12px;
	font-size: 1.2rem;
}

.sue-section-content {
	height: 375px;
    align-items: center;
    /*justify-content: center;*/
    display: flex;
}

.sue-section-content .services-page-questions h2 {
	text-transform: none;
	font-size: 24px;
	font-size: 3.0rem;
	line-height: 4.0rem;
	font-weight: 500;
	color: #ffffff;
	margin-top: 25px;
	margin-bottom: 25px;
	text-shadow: 1px 1px 5px #000000;
}	

.digital-marketing h5 {
	color: #f2c318;
}

.digital-marketing {
	background: #1b6587;
	padding: 10px 0 20px;
}

.digital-marketing-services .su-button-style-flat {
	margin-left: 40px;
}

li.services-pages-related-posts {
	list-style-type: none !important;
	margin-left: 0 !important;
	text-align: center;
}

.hs-button.primary.large {
	background: #D14426;
	box-shadow: inset 0px 0px 0px;
	border: 1px solid #D14426;
	border-radius: 5px;
	text-shadow: 0 0 0;
	padding: 7px 15px;
	line-height: 1.6;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
}

.hs-button.primary.large:hover {
	box-shadow: inset 0px 0px 0px;
	border: 1px solid #D14426;
	color: #D14426;
	background: transparent;
}

.content-sidebar-wrap {
	width: 100%;
}

.services-page-cta {
	background: #ffffff;
  	margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
	padding: 20px 0;
	padding: 5.5rem 0;
	border-top: 2px solid #e5e5e5;
	border-bottom: 2px solid #e5e5e5;
	margin-bottom: 20px;
}

.services-page-cta .wrap {
	margin: 0 auto;	
}

h5.services-pies {
	text-transform: none;
	font-size: 16px;
	text-align: center;
}

.sue-section.services-parallax {
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
	width: auto;
	height: 375px;
	/*background: #db9b31;*/
	background: #1B6587;
}

.sue-section.services-parallax .sue-section-background {
	opacity: 0.15;
}

.su-list.webdesign-header-list {
    margin: 0 auto !important;
    width: 620px;
}

.su-list.webdesign-header-list ul {
    column-count: 2;
    text-align: left;
}

.su-list.webdesign-header-list ul li > i {
    position: relative;
    top: 0;
}

/* Career Opportunities Page Styles
--------------------------------------------- */

.career-opportunity-list {
    margin-top: 30px;
}

.career-opportunity-list {
    display: block;
}

.career-opportunities {
    margin-bottom: 15px;
    width: 100%;    
    padding: 0px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
    .career-opportunities.flex-item {
        width: 50%;
        padding: 0 50px;
        float: left;
    }
    
}

.career-opportunity-name h2 {
    margin-bottom: 5px;
	text-align: left;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 2.0rem;
}

.career-opportunities button {
    margin-top: 15px;   
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    
    .page-template-career-opportunities-template .flex-container {
        padding: 0;
        margin: 0;
        list-style: none;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-block;
        display: -webkit-block;
        display: block;
        -webkit-flex-flow: row wrap;
        justify-content: space-around;
    }
    
}

.single-career_opportunities .first {
    padding-right: 15px;
}

/* Blog Archives
--------------------------------------------- */

.entry.grid {
    margin-bottom: 24px;
    padding: 24px;
    border-radius: 0;
    font-size: 16px;
}

.grid .entry-title {
    font-size: 24px;
    min-height: 75px;
    padding: 0px;
}

.category .entry-title {
    padding: 0px;
}

.blog-archives-post-meta {
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    padding: 22px 0;
    font-size: 14px;
}

.category .fa-calendar {
    margin-right: 10px;
}

.category .entry-meta {
    clear: both;
    margin: 5px 0 0 0;
    font-size: 14px;
}

.related-posts .wrap {
    width: 1280px;
    margin: 40px auto 0;
}

.home-latest-news-widget.flex-item {
    /*height: 475px;*/
    margin-bottom: 15px;
    width: 380px;
    margin-left: 0px;
    margin-right: 0px;
    -moz-animation-duration: 2s;
}

.latest-related-news h2 {
    font-size: 2.2rem;
}

.latest-related-news p {
    margin-bottom: 10px;
    font-size: 1.4rem;
}

.latest-news-text {
    min-height: 150px;
}

/* Entry Content
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	padding-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #f5f5f5;
}

.content .sticky {
	background-color: #f5f5f5;
	padding: 30px;
}



/* Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 20px;
}

.content .entry-header .entry-meta {
    clear: both;
    color: #777;
    font-size: 12px;
    line-height: 1;
    margin: 24px 0 0 -60px;
    max-width: 600px;
    overflow: hidden;
    padding-left: 60px;
    text-transform: none;
}

.single .entry-header {
    margin-bottom: 24px;
}

.entry-footer .entry-meta {
    border-top: 1px dotted #ddd;
    font-size: 12px;
    margin: 0;
    padding-top: 10px;
    color: #58595B;
}

.entry-categories,
.entry-tags {
    /*background: url(images/icon-dot.png) no-repeat left;
    margin-left: 4px;
    padding-left: 10px;*/
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 50px 20px;
	font-size: 14px;
	display: block;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
    border-radius: 5px;
    color: #1B6587;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    line-height: 2;
    margin-bottom: 4px;
    padding: 8px 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.archive-pagination li a:focus,
.archive-pagination li a:hover,
.archive-pagination li.active a {
    background-color: #1B6587;
    text-decoration: none;
    color: #ffffff;
}

/* Entry Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 40px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.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;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}

.comment-form-cookies-consent label {
	display: inline;
	padding-left: 10px;
}

/* Sidebar
---------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	line-height: 1.5;
}

.sidebar .widget {
	margin-bottom: 40px;
}

.sidebar p {
	margin-bottom: 20px;
}

/* Footer Widgets
---------------------------------------------------------------------------- */

.footer-widgets {
	color: #252526;
	background: #f3f3f3;
	clear: both;
	font-size: 14px;
	border-top: 2px solid #1B6587;
	position: relative;
	top: 125px;
}

.footer-widgets .wrap {
	overflow: hidden;
	padding: 30px 0px 0px;
	width: 1280px;
	margin: 0 auto;
}

.footer-widget-area {
	margin-bottom: 40px;
	padding-left: 30px;
	padding-right: 30px;
}

.footer-widget-area:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.footer-widgets .widget-title {
	font-family: 'Barlow Condensed', sans-serif;
	color: #252526;
	font-size: 2.0rem;
	font-weight: 600;
}

.footer-widgets p {
	color: #1B6587;
	font-size: 16px;
	font-weight: 300;
}

.footer-widgets a {
	color: #252526;
	font-weight: 400;
}

.footer-widgets-2 a:hover {
	color: #D14426;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3,
.footer-widgets-4 {
	padding: 0 15px 10px;
	width: 25%;
	float: left;
}

.bizzyweb_social_icons_footer .fa {
	font-size: 28px;
}

.bizzyweb_social_icons_footer .fa:hover {
	color: #ffffff;
}

.footer-widgets .widget {
	margin-bottom: 30px;
	word-wrap: break-word;
}

.footer-widgets-4 .widget {
	margin-bottom: 10px;
}

.footer-widgets li:before {
	/*content: "\f054";
	font-family: FontAwesome;
	color: #1B6587;
	margin-right: 5px;*/
}

.footer-widgets ul > li {
	/*background: url(images/icon-li-footer.png) no-repeat 0 7px;*/
	/*background-size: 8px 8px;*/
	margin-top: 2px;
	margin-bottom: 2px;
}

.footer-widgets li a {
	color: #252526;;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 16px;
}

.footer-widgets-2 .simple-social-icons li:before {
	content: "";
}

.footer-widgets-2 .simple-social-icons ul li a,
.footer-widgets-2 .simple-social-icons ul li a:hover {
	background-color: transparent !important;
	font-size: 28px;
	padding: 0px;
}

.footer-widgets-2 .simple-social-icons ul li {
	margin: 0 2px 12px !important;
}

.footer-widgets .search-form {
	width: 100%;
}

.footer-widgets-3 span.fa-stack a {
	color: #1c6688;
}

.footer-widgets-3 span.fa-stack a:hover {
	color: #db9b31;
}


/* Site Footer
---------------------------------------------------------------------------- */

.site-footer {
	color: #ffffff;
	font-size: 1.5rem;
	padding: 10px 0;
	text-align: center;
	text-transform: uppercase;
	background: #58595b;
	font-weight: 400;
	position: relative;
	top: 125px;
	font-family: 'Barlow Condensed', sans-serif;
	font-weight: 100;
}

.site-footer a {
	color: #ffffff;
	font-weight: 100;
}

.site-footer p {
	margin: 0;
}

.rt-reading-time {
    	color: #777;
    	font-size: 13px;
    	margin: -15px 0 15px;
	font-weight:700;
}


/* Media Queries
---------------------------------------------------------------------------- */

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

	table {
		table-layout: auto;
		word-break: normal;
	}

}

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

	/* Genesis Menu
	--------------------------------------------- */

	.genesis-nav-menu .menu-item {
		display: inline-block;
	}

	.genesis-nav-menu .menu-item:focus,
	.genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-nav-menu > .menu-bold > a {
		font-weight: 700;
	}

	.genesis-nav-menu > .menu-highlight > a {
		background-color: #333;
		border-radius: 3px;
		color: #fff;
		font-weight: 600;
		margin-left: 15px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.genesis-nav-menu > .menu-highlight > a:focus,
	.genesis-nav-menu > .menu-highlight > a:hover {
		background-color: #0073e5;
	}

	.genesis-nav-menu .sub-menu {
		border-top: 1px solid #eee;
		opacity: 0;
		padding-left: 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;
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -46px 0 0 179px;
	}

	/* Responsive Menu
	--------------------------------------------- */

	.genesis-responsive-menu {
		display: block;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: none;
		visibility: hidden;
	}

	/* Header Menu
	--------------------------------------------- */

	.nav-primary {
		clear: none;
		float: right;
		width: auto;
	}

	/* Site-Inner
	--------------------------------------------- */
    
    .home .site-inner {
        width: 100%;
    }

	/* Content
	--------------------------------------------- */
	
	.content {
	    width: 1280px;
	}
	
	.home .content {
	    width: 100%;
	}

	.sidebar-content .content {
		float: right;
	}

	.full-width-content .content {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	/* Sidebar
	--------------------------------------------- */

	.sidebar {
		float: right;
		width: 30%;
	}

	.sidebar-content .sidebar {
		float: left;
	}

	/* Author Box
	--------------------------------------------- */

	.author-box {
		background-color: #f5f5f5;
		padding: 30px;
	}

	/* After Entry
	--------------------------------------------- */

	.after-entry {
		padding: 40px 60px;
	}

	.after-entry .enews {
		padding-left: 30px;
		padding-right: 30px;
	}

	/* Column Classes
	--------------------------------------------- */

	.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;
	}

	/* Entry Misc.
	--------------------------------------------- */

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings {
		margin-bottom: 0px;
	}
    
    .home .entry {
        margin-bottom: 0;
    }

	/* Footer Widgets
	--------------------------------------------- */

	.footer-widget-area {
		float: left;
		margin-bottom: 0;
		width: calc(100% / 4);
	}

}

@media only screen and (max-width: 1280px) {
    
    .header-mobile a {
        color: #1B6587;
        font-weight: 600;
    }
    
    .header-links {
        padding-left: 0;
        font-size: 1.8rem;
    }
    
    .header-top .wrap,
    .site-header .wrap {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    
	.content {
	    width: 100%;
	    padding: 30px 40px 10px;
	}
	
	.home .content {
	    padding: 0;
	}
    
    .parallex-block-overlay .wrap,
    .full-width-cta .wrap,
    .footer-widgets .wrap,
    .services-page-cta .wrap,
    .cta-block-container .wrap,
    .services-featured-image-content {
        width: 100%;
    }
    
    .services-page-cta .wrap,
    .cta-block-container .wrap,
    .services-featured-image-content {
        padding: 0 5%;
    }
    
    .full-width-cta .wrap {
        justify-content: center;
        align-items: center;
        padding: 5%;
    }
    
    .parallex-block-content .sub-text {
        font-size: 1.7em;
        text-align: center;
        margin: 0 5px;
    }
    
    .home-grow-business:before {
        width: 30%;   
    }
    
    .home-grow-business h2 {
        font-size: 4.6rem;
    }
    
    .home-real-results:after {
        opacity: 0.1;   
    }
    
    .home-real-results-text {
        width: 100%;
        padding-left: 20px;
        padding-right: 20px;
    }
    
}

@media only screen and (max-width: 1023px) {
    
    .wp-custom-logo .site-container .title-area {
        max-width: 100%;
        float: none;
        text-align: center;
    }
    
    .nav-primary {
        float: none;
        text-align: center;
    }
    
    .genesis-nav-menu li.right {
        display: none;
    }
    
    .header-links {
        width: 520px;
        margin: 0 auto;
        float: none;
    }
    
    .site-inner {
        top: 195px;
    }
    
    .home .site-inner {
        /*top: 125px;*/
    }
    
    .parallex-block .parallex-block-content:before {
        background-size: 30%;   
    }
    
    .parallex-block-content h2 {
        font-size: 4.6em;   
    }
    
    .parallex-block-content h3 {
        font-size: 2.8em;
    }
    
    .home-h2 {
        font-size: 5.0rem;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .header-links {
        width: 520px;
        margin: 0 auto;
        float: none;
    }
    
}

@media only screen and (max-width: 960px) {
    
    .home-grow-business::before {
        display: none;       
    }
    
    .home-grow-business {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .parallex-block-content h2 {
        font-size: 3.6em;
        display: inline-block;
    }
    
    .category .one-third {
        width: 48.623931623931625%;
        height: 725px;
        margin-left: 0;
    }
    
    .category .one-third.first {
        clear: none;
    }
    
    .full-width-cta .wrap {
        background-color: rgba(30,87,153,0.5);
    }
    
}

@media only screen and (max-width: 800px) {
    
    .header-top {
        display: none;
    }
    
    .parallex-block .parallex-block-content::before {
        display: none;
    }
    
    .header-links a {
        font-size: 1.8rem;
        padding-left: 0;
    }
    
    .site-header {
        border-top: 5px solid #517998;
        position: unset;
    }
    
    .header-mobile {
        display: block;
        background: #f3f3f3;
        padding: 5px 0;
    }
    
    .site-inner {
        top: 0;
    }
    
    .category .one-third {
        width: 500px;
        margin: 0 auto;
    }
    
    .footer-widgets-1, 
    .footer-widgets-2, 
    .footer-widgets-3, 
    .footer-widgets-4 {
        width: 50%;
    }
    
    .footer-widgets-3 {
        clear: both;
    }
    
    .nav-primary .genesis-nav-menu .fa {
        display: none;
    }
    
    .genesis-nav-menu .menu-item {
        text-align: left;
    }
    
    .site-header ul.genesis-nav-menu {
        background: #f3f3f3;
        width: 100vw;
        margin-top: 15px;
    }
    
    .site-header .wrap {
        padding-left: 0;
        padding-right: 0;
    }
    
    .menu-toggle {
        margin-left: 20px;
        border: 0;
    }
    
    .home .site-header button {
        border: 0;
    }
    
    .genesis-nav-menu .sub-menu,
    .genesis-nav-menu .sub-menu a {
        width: 100%;
        border: 0;
    }
    
    .genesis-nav-menu li a, 
    .genesis-nav-menu li a:hover {
        border: none;
        display: block;
        line-height: 1;
        padding: 16px;
        text-transform: none;
        color: #1B6587;
    }
    
    .genesis-nav-menu .sub-menu {
        padding-left: 0;
    }
    
    .site-header .wrap {
        margin-bottom: 0;
    }
    
}

@media only screen and (max-width: 767px) {
    
    .our-work-stats-image:nth-child(3n),
    .our-work-stats-text:nth-child(4n) {
        float: none;
    }
    
    .our-work-archive-images {
        text-align: center;
        padding: 0;
        margin-bottom: 10px;
    }
    
    .our-work-archive-images:nth-child(1) {
        padding-right: 0;
    }
    
    .our-work-archive-images:nth-child(2) {
        padding-left: 0;
    }

}

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

    .header-links {
        width: 100%;
    }
    
}

@media only screen and (max-width: 500px) {
    
    .footer-widgets-1, 
    .footer-widgets-2, 
    .footer-widgets-3, 
    .footer-widgets-4 {
        width: 100%;
    }
    
    .parallex-block-content {
        bottom: 0;
    }
    
    .category .one-third {
        width: 100%;
    }
    
}

@media only screen and (max-width: 500px) {
    
    .footer-widgets-1, 
    .footer-widgets-2, 
    .footer-widgets-3, 
    .footer-widgets-4 {
        width: 100%;
    }
    
    .parallex-block-content {
        bottom: 0;
        top: 0;
    }
    
}

/* Print Styles
---------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #333 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
