/*!
Theme Name: macfab
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: macfab
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

_s is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

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

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Colours */

:root {
	--red:#BC061B;
	--grey: #A1A1A1;
	--darkGrey:#3E3F3F;
	--text:#3E3F3F;
	--lightGrey:#DEDEDE;
	--offWhite: #FBFBFB;
	--white: #fff;
	
	--siteWidth:1350px;
	--siteWidthMin:1000px;
	--siteWidthHalf:675px;


}


/* Fonts */
h1,h3,h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform:uppercase;
}
h2,h4,h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
    text-transform:uppercase;
}
h1,h2 { font-size: 40px; }
h3,h4 { font-size: 30px; }
h5,h6 { font-size: 25px; }


/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

p {
	line-height: 1.6;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;

}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	margin: 0.67em 0;
	line-height:1.1;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */

button,
input,
select,
optgroup,
textarea {
	color: var(--text);
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
	font-size: 18px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
}

body {
	color: var(--text);
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
	font-size: 18px;
	line-height: 1.6;

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
	font-family: 'Roboto', sans-serif;

}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li {
	line-height: 1.4;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/* Forms and Buttons
--------------------------------------------- */


button,
a.button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: var(--red);
	border-radius: 3px;
	background: var(--red);
	color: var(--white);
	line-height: 1;
	padding: .8em 1.8em .8em;
	transition:.2s ease-in-out all;
	font-weight:600 ;
	text-transform:uppercase ;
}

button:hover,
a.button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: var(--darkGrey);
	border-color: var(--darkGrey);
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: var(--red);
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: var(--text);
	border: 1px solid #DEDEDE;
	border-radius: 3px;
	padding: 5px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

.mf-button .ubtn, .mf-button a.vc_btn3{
	border: 1px solid var(--red) !important;
	border-radius: 3px !important;
	background: var(--red) !important;
	color: var(--white) !important;
	line-height: 1;
	padding: 1em 2em 1em !important;
	transition:.2s ease-in-out all;
	font-size:18px !important;
	font-weight:600 !important;
	text-transform:uppercase !important;
}

.mf-button .ubtn:hover,  .mf-button a.vc_btn3:hover {
	border: 1px solid var(--darkGrey) !important;
	background: var(--darkGrey) !important;

}

.grid-button a {
	border: 1px solid var(--red) !important;
	border-radius: 3px !important;
	background: var(--red) !important;
	color: var(--white) !important;
	line-height: 1;
	padding: .7em 2em .7em !important;
	transition:.2s ease-in-out all;
	font-size:18px !important;
	font-weight:600 !important;
	text-transform:uppercase !important;
	transition: all ease-in-out .2s;
}

.grid-button a:hover {
	border: 1px solid var(--darkGrey) !important;
	background: var(--darkGrey) !important;
}

.enews {
	display:flex;
}

.enews p {
	margin:0;
}

.enews .wpcf7-submit {
	padding:8px 30px !important;
	border-radius:0 3px 3px 0;
}

.enews input[type="email"] {
	border-radius:3px 0 0 3px;
	font-style:italic;
}

.enews input {
	height:50px;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

.vc_row-fluid > .vc_col-sm-12 > .vc_column-inner, .post-container {
	max-width:var(--siteWidth);
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	padding-right:15px;
}

.vc_row-fluid > .vc_col-sm-6 > .vc_column-inner > .wpb_wrapper  {
	width:100%;
	max-width:var(--siteWidthHalf);
	margin-left:auto;
	margin-right:auto;
	padding-left:15px;
	padding-right:15px;
}



.full-height .wpb_wrapper {
	height:100%;
}

.border-top-red img, .border-top-red.vc_empty_space{
	border-top: var(--red) 6px solid;
}


.shadow {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.align-center .aio-icon-box {
	display:flex;
	justify-content:center;
	align-items:center;
	
}

.reduce-h5-margin h5{
	margin-bottom:0;
	margin-top:15px;
}


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/*Box Style One - Red border top, light grey background */

.box-style-1 {
	background-color:var(--offWhite);
	border-top:5px solid ;
	border-width:0px 2px 2px 2px;
    border-style:solid;
    border-color:transparent var(--lightGrey) var(--lightGrey) var(--lightGrey);
    border-radius:0px 0px 3px 3px ;
    box-shadow: 0 -7px 0 var(--red);
	padding:30px 30px 0 30px;
	height:100%;
}

.box-style-1 h3 {
	margin-top:15px !important;
	margin-bottom:20px !important;
}

.box-style-1 a.aio-icon-read {
	color:var(--red);
	text-transform:uppercase;
	margin-top:30px;
	text-decoration:underline;
	font-weight:600;
	font-family: 'Roboto Condensed', sans-serif;

}

.box-style-1 .aio-ibd-block {
	padding-left:20px !important;
}

.box-style-1 ul {
	margin-left:0;
	margin-top:15px;
}

.box-style-1 li {
	margin-left:0;
	margin-top:15px;
}

.box-style-1 a {
	color:var(--red);
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Roboto Condensed', sans-serif;
	transition:ease-in .2s color;
}

.box-style-1 a:hover {
	color:var(--darkGrey);
}


.box-style-1 .heading-right-icon .aio-icon-header .aio-icon-title,
.box-style-1 .heading-right-icon .aio-icon-description * {
	text-align:left ;
}


/*Box Style One Container - For full width with multiple items inside */

.box-style-1-container > .vc_column-inner {
	background-color:var(--offWhite);
	border-top:5px solid ;
	border-width:0px 2px 2px 2px;
    border-style:solid;
    border-color:transparent var(--lightGrey) var(--lightGrey) var(--lightGrey);
    border-radius:0px 0px 3px 3px ;
    box-shadow: 0 -7px 0 var(--red);
	padding:40px 5%;
	height:100%;
	max-width:var(--siteWidth);
	margin:auto;
	margin-top:10px;

}

.box-style-1-container h5 {
	margin-bottom:0px;
}

.box-style-1-container a {
	color:var(--red);
	text-transform:uppercase;
	font-weight:700;
	font-family: 'Roboto Condensed', sans-serif;
	transition:ease-in .2s color;
}

.box-style-1-container a:hover {
	color:var(--darkGrey);
}



.box-style-1-container .mf-button {
	position:absolute;
	bottom:0;
	left:50%;
	transform: translate(-50%, 0);
	width:300px;


  
}


/*Box Style Two - dark grey background with light grey border */

.box-style-2 .wpb_wrapper {
	background-color:var(--grey);
	border:2px solid var(--lightGrey);
	border-radius:3px;
	padding:10px;
	width:100%;
	color:#fff;
}


.box-style-2 .wpb_wrapper {
	display:flex;
	justify-content:center;
	margin-top:0;
	margin-bottom:0;
	padding-top:10px;
	align-items:center;
	min-height:80px;
}

.box-style-2 h3 {
	color:#fff;
	margin:0;
}

.box-style-2 .aio-icon-img  {
	margin-right:15px;
}

/*Box Style Three - icon with red background at left, white content background */

.box-style-3 .aio-ibd-block {
	border: 2px solid #DEDEDE;
	border-radius:0px 3px 3px 0px;
	padding:0px 20px;
	background-color:#fff;
	width:500px;
	text-align:center;
}

.box-style-3 .aio-icon-img {
	margin-right:0 !important;
	height:40px;
	width:40px;
	object-fit:contain;
}

.box-style-3 .aio-icon-left {
	vertical-align:middle !important;
	background-color:var(--red);
	padding:15px;
	border-radius: 3px 0px 0px 3px;

}


/*Box Style Five - Box style 1 without borders or backgrounds*/

.box-style-5 {

	padding:40px 30px;
	height:100%;
}

.box-style-5 h3 {
	margin-top:15px !important;
	margin-bottom:20px !important;
}

.box-style-5 a.aio-icon-read {
	color:var(--red);
	text-transform:uppercase;
	margin-top:30px;
	text-decoration:underline;
	font-weight:600;
	font-family: 'Roboto Condensed', sans-serif;

}

.box-style-5 .aio-ibd-block {
	padding-left:20px !important;
}

.box-style-5 ul {
	margin-left:0;
	margin-top:15px;
}


/* Application List */


.application-list {
	color:#fff;
	font-size:20px;
}

.application-list ul {
	margin-left:0;
	padding-left:0;	
}

.application-list li {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    text-transform:uppercase;
    color:#fff;
    line-height:1.4;
    margin-left:0;
    list-style:none;
}


/* CTA - Experts */

.cta-experts > .vc_column_container > .vc_column-inner {
	background-color:#fff;
	padding-top:40px;
	padding-bottom:40px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	border: 3px solid #DEDEDE;
	border-radius:3px;
}

.cta-experts > .vc_column_container > .vc_column-inner > .wpb_wrapper {
	display:grid;
	grid-template-columns: 1fr 4fr 2fr;

}

.cta-experts > .vc_column_container > .vc_column-inner > .wpb_wrapper * {
	display:flex;
	align-items:center;
	justify-content:center;
	margin-bottom:0;
	margin-top:0;
	padding-top:0;
}


/* Table */

.macfab-table {
	background-color:var(--offWhite);

	height:100%;
	max-width:var(--siteWidth);
	margin:auto;
	margin-top:10px;
}

.macfab-table.tablepress thead {
	border: 2px solid var(--red);
}

.macfab-table tbody {
	border-top:none ;
	border-left:2px solid var(--lightGrey) !important;
	border-right:2px solid var(--lightGrey) !important;
	border-bottom:2px solid var(--lightGrey) !important;
    border-radius:0px 0px 3px 3px !important;
}

.macfab-table.tablepress thead th {
	background-color:var(--red) !important;
	padding:20px;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight:600;
	text-transform:uppercase;
	color:#fff;
}

.macfab-table.tablepress td {
	padding:12px 20px;
	border-right:1px solid var(--lightGrey);
}

.macfab-table td.column-1 {
	font-weight:600;
}

.macfab-table td.column-3 br {
	display:none;
}

.macfab-table td.column-3 p {
	margin-top:0;
	margin-bottom:5px;
	padding-left: 1.5em;
    text-indent:-1.4em;
}

.macfab-table td.column-3 p:before{
	font-family:'Font Awesome 5 Pro';
	content:'\f00c';
	margin-right:8px;
	color:var(--red);
	font-weight:400;
	font-size:16px;
}

.macfab-table.link-testing-table .row-2 td, 
.macfab-table.link-testing-table .row-5 td, 
.macfab-table.link-testing-table .row-8 td, 
.macfab-table.link-testing-table .row-9 td, 
.macfab-table.link-testing-table .row-10 td, 
.macfab-table.link-testing-table .row-11 td
{
	background-color:#FFF4A3 !important;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.fn-secondary-nav > .menu-item-has-children:before {
	font-family:'Font Awesome 5 Pro';
	content:'\f107';
	margin-right:10px;
	color:var(--red);
}

.fn-secondary-nav .level-0 li a {
	padding-right:20px;
	font-size:15px;
	letter-spacing:0;
	
}

.fn-secondary-nav .level-0 > li.menu-item-has-children > a:after {
	font-family:'Font Awesome 5 Pro';
	content:'\f105';
	margin-left:10px;
	color:var(--red);	
}

.fn-sub-menu > li > ul {
	margin-left:18px;
}

.fn-secondary-nav .level-2 {
	border-top:1px solid var(--red);

}

.fn-secondary-nav .level-2, 
.fn-secondary-nav .level-2 > li {
	margin-left:0 !important;

}

.fn-secondary-nav .level-2 a {
	color:#575252 !important;
	background-color:#f8f8f8 !important;
	
}

.fn-secondary-nav .level-1 > li.menu-item-has-children > a:after {
	font-family:'Font Awesome 5 Pro';
	content:'\f107';
	margin-left:10px;
	color:var(--red);	
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

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

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
/* Misc adjustments */
.ultsl-record {
    background-color: transparent !important;
}
.entry-title {
    display:none;
}
.edit-link {
    display:none !important;
}
.entry-title {
    display: none;
}
.hentry, .entry-content {
    margin: 0 !important;
}
.post, .page {
    margin:0;
}

/* Custom paddings */
.rl-padding {
    padding-left:125px;
}
.rr-padding {
    padding-right:125px;
}
.rl-padding-min {
    padding-left: 50px;
}
.rr-padding-min {
    padding-right:50px;
}

/* Search bar and results */
.sdh-searchbar {
    display: none;
    position: absolute;
    width: 300px;
    height: 79px;
    background: none !important;
    top: 10px;
    left: 100px !important;
    padding: 0 !important;
    margin: 0px !important;
}
#sdh-searchinput {
    border: 0px solid #333333;
    border-radius: 2px;
}

#sdh-searchsubmit {
    border-top: none !important;
    background: #333333 !important;
    padding: 5px 10px 0px 10px;
    border-radius: 2px;
    box-shadow: none !important;
    text-shadow: none !important;
    color: #FFF;
    font-size: 14px;
    text-decoration: none;
    vertical-align: middle;
    text-transform: uppercase;
}

.sdh-search-submit input[type="submit"]  {
    margin-left: 15px !important;
}
.sdh-search-submit {
    padding: 5px 15px 5px 15px;
    border: 3px solid #000 !important;
    background-color: #000;
    text-transform:uppercase;
    color:#fff;
}
.sdh-search-submit:hover {
    color: #000 !important;
    border: 3px solid #000 !important;
}
.sdh-search-input {
    height:auto;
    text-shadow:none !important;
    padding:8px 16px !important;
    color:#555 !important;
    vertical-align:middle !important;
    border-radius: 2px !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    margin-right:15px;
}

.search-container {
    width: 60%;
    padding-left:100px;
    padding-right:100px;
    padding-bottom:200px;
    margin:auto;
}
.search-page-title {
    font-family: Josefin Sans;
    font-size: 28px;
    font-style: normal;
    font-variant: normal;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 33px;
    text-align:center;
    padding:15px;
}
.search-post-title {
    font-size: 18px;
    font-weight: 600 !important;
    letter-spacing: 2px;
    line-height: 50px;
    text-align:left;
    display:block;
}
.search-post-link, .search-post-link a {
    font-size: 14px;
    font-weight: 400 !important;
    letter-spacing: 2px;
    line-height: 20px;
    text-align:left;
    display:block;
    color: #9c7100;
}
.search-post-excerpt {
    font-size: 12px;
    font-weight: 400 !important;
    letter-spacing: 2px;
    line-height: 15px;
    text-align:left;
    display:block;
}

#sdh-search-page-form {
    text-align:center;
    margin: auto;
    padding-top:25px;
    padding-bottom:25px;
}
#sdh-search-page-form .search-field {
    border: 2px solid #dddddd;
    border-radius: 4px;
    width:60%;
    margin-top:20px;
}
#sdh-search-page-form .search-submit {
    padding: 10px 10px;
    margin-bottom:5px;
    text-transform: uppercase;
}

/* Full Nav Adjustments */
.fn-secondary-nav a, .fn-menu-text {
    font-family: 'Roboto Condensed', sans-serif !important;
    font-weight: 700;
}

.fn-secondary-nav > li > a {
    padding: 28px 0 28px 0 !important;
}

.fn-secondary-nav {
	right:auto !important;
	left:50% !important;
	transform: translate(-50%, -50%) !important;
	margin-left:0;
	padding-left:0;
}

.cta-button {
	position:fixed;
	top:20px;
	right:1em;
	z-index:1000;
	padding:10px 20px;
	
}

.cta-button:hover {
	cursor:pointer;
}

/* Single Post Styling */
.shift8-post-container, .shift8-tagcat {
    padding-top:100px;
}
.shift8-post-container h1 {
    line-height:40px;
    font-size:2.7em;
    padding-bottom:25px;
    padding-top:25px;
    text-align:center;
    display:block;

}

.blog-heading {
    font-size:2.7em;
    text-align:left;
    display:block;
    color:var(--darkGrey);
    line-height:1.2;
}

.grey-bg {
	background-color:var(--lightGrey);
}

.blog-header {
	display:flex;
	align-items:center;
	justify-content:space-between;
}

.blog-subheading, .blog-subheading a  {
	color:var(--darkGrey);
	opacity:.9;
	font-size:1.3rem;
}


.blog-header > * {
	flex:1;
	width:100%;
}

.featured-image-header {
	height:420px;
}

.blog-header img {
	border: 0 !important;
	height:100%;
	width:100%;
	object-fit:cover;
	
}

.overlay {
	height:100%;
	width:100%;
	background-color:#000;
	opacity:.2;
	position:absolute;
	z-index:9;
}

.heading-container {
	display:flex;
	justify-content:flex-start;
	align-items:center;
	height:100%;
	color:#fff;
	z-index:10;
	max-width:70%;
}

.heading-container h1 {
	color:#fff;
	font-size:50px;
	opacity:1;
	z-index:10;
}

.form-heading {
	margin-top:20px;
	margin-bottom:15px;
}

.wp-block-group__inner-container h5 {
	margin-top:15px;
	margin-bottom:10px;
}

.wp-block-latest-posts__list {
	margin-left:0;
	padding-left:0;
}

.wp-block-latest-posts__list a{
	color:var(--red);
	text-decoration:none;
	transition: ease-in-out color .2s;
}

.wp-block-latest-posts__list a:hover {
	color:var(--darkyGrey);
}

.wp-block-latest-posts__list li {
	margin-bottom:10px;
	}

/* Post Grid - Testimonials */

.post-grid-item .vc_gitem-row-position-middle {
	transform:none !important;
	top:200px !important;
}

.post-grid-item .vc_gitem-row-position-middle p {
	font-size:16px;
}

.testimonial-grid .testimonial-img {
	height:110px;
	width:110px;
	border-radius:50%;
	margin:auto;
	box-shadow: 25px -5px 0px 10px var(--red);
	-webkit-box-shadow: 25px -5px 0px 10px var(--red);
	-moz-box-shadow: 25px -5px 0px 10px var(--red);
}


.testimonial-grid .employee.testimonial-img {
	height:200px;
	width:200px;
	border-radius:50%;
	margin:auto;
	box-shadow: 25px -5px 0px 10px var(--red);
	-webkit-box-shadow: 25px -5px 0px 10px var(--red);
	-moz-box-shadow: 25px -5px 0px 10px var(--red);
}


.testimonial-grid {
	max-width:850px;
	margin:auto;
}

.testimonial-grid .vc_gitem-row-position-middle {
	transform:none !important;
	top:140px !important;
}

.employee-testimonial.testimonial-grid .vc_gitem-row-position-middle {
	transform:none !important;
	top:240px !important;
}



.testimonial-grid .vc_gitem-row-position-middle p {
  font-style: italic;
}

.testimonial-grid .vc_gitem-row-position-middle .vc_gitem-post-data-source-post_excerpt {
	display:flex;
	justify-content:center;
}

.testimonial-grid .vc_gitem-row-position-middle .vc_gitem-post-data-source-post_excerpt:before {
	font-family:'Font Awesome 5 Pro';
	content:'\f10d';
	font-weight:900;
	color:#D64205;
}

.testimonial-grid .vc_gitem-row-position-middle .vc_gitem-post-data-source-post_excerpt:after {
	font-family:'Font Awesome 5 Pro';
	content:'\f10e';
	font-weight:900;
	color:#D64205;	
}



.testimonial-grid .client-info {
    font-family: 'Roboto Condensed', sans-serif;
    text-transform:uppercase;
    font-size:25px;
}
	
.testimonial-grid .client-name {
    font-weight: 400;

}	

.testimonial-grid .client-company {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;

}





/* Job Posting single */

.job-posting-content {
	max-width:1150px;
	margin:auto !important;
	padding:20px 15px 60px 15px;
}

.job-posting-excerpt {
	font-size:22px;
}

.job-posting-content li {
	line-height:1.6;
}

.disclaimer {
	background-color:var(--offWhite);
	border-top:5px solid ;
	border-width:0px 2px 2px 2px;
    border-style:solid;
    border-color:transparent var(--lightGrey) var(--lightGrey) var(--lightGrey);
    border-radius:0px 0px 3px 3px ;
    box-shadow: 0 -7px 0 var(--red);
	padding:40px 5%;
	height:100%;
	max-width:var(--siteWidth);
	margin:auto;
	margin-top:50px;
}

.disclaimer p {
	font-weight:700;
}

.CTA-posting-container {
	background-color:#dedede;
	padding:60px 10px;
}

.CTA-posting {
	background-color:#fff;
	padding:50px 10%;;
	display:flex;
	justify-content:space-between;
	align-items:center;
	max-width:1400px;
	margin:auto !important;
	height:auto;
	
}

.CTA-posting > div {
	height:100%;
}
	
.CTA-posting-left p {
	font-weight:700;
	font-size:20px;
	margin:0;
}

.CTA-posting-left a {
	color:var(--text);

	width:150px;
}


.CTA-posting-right a {
	text-decoration:none;
	font-weight:700;
    font-family: 'Roboto Condensed', sans-serif;
}


/* Homepage */

.trusted-by-logos img{
	max-width:240px !important;
	height:auto;
	object-fit:contain;
}


/* Request a consult */
.consult-container {
	padding: 0 25px 0 25px;

}

/* Footer */
.footer-newsletter {
	background-color:var(--offWhite);
	color:var(--text);
	border-top:var(--grey) 1px solid;
	margin-top:0px;
}

.footer {
    background-color: var(--darkGrey);
    color: #fff;
}

.footer p, .footer a, .footer li {
	font-size:16px;

}

.footer-title {
	height:30px;
	font-weight:500;
	text-transform:uppercase;
	font-size:20px;
}

.footer ul {
	margin-left:0;
	padding-left:0;
}

.footer li {
	list-style:none;
	margin-left:0;
	margin-bottom:10px;
}

.footer a {
	text-decoration:none;
	color:#fff;
	font-weight:500;
	text-transform:uppercase;
}

.footer a:hover {
	color:var(--lightGrey);
}

.footer-copyright p {
	font-size:14px;
	font-weight:500;
}

.footer .linkedin-icon .aio-icon {
	margin-top:-20px;
	margin-left:-10px;
}

.footer .linkedin-icon {
	margin-bottom:0 !important;
}

/* 404 page styling */
.errorpage-container {
    padding: 100px 0 300px 0;
}

/* Show hide mobile content */
.hide-mobile, .mobile-hide, .mobile-hide-768 {
    display: block;
}
.show-mobile {
    display:none !important;
}

/* Mobile responsive */
@media only screen and (max-width: 1200px) {
	.CTA-posting {
		flex-direction:column;
		text-align:center;
	}
	
	.CTA-posting-right {
		margin-top:45px;
	}
	
	.blog-header {
		flex-direction:column;
	}
	
	.cta-button {
		display:none;
	}
	
	.site-content {
		padding-top:20px;
	}
	
	.fn-secondary-nav > li {
		margin-right:5px !important;
		margin-left:0 !important;
	}

}



@media only screen and (max-width: 768px) {
    /* fix background position fixed */
    
    #mobile-background {
        background-attachment: scroll !important;
        background-size: cover !important;
        background-repeat: repeat !important;
        background-color: transparent !important;
    }
    .site-content {
    	padding-top:0 !important;
    }
    .rl-padding, .rl-padding-min {
        padding-left:15px;
    }
    .rr-padding, .rr-padding-min {
        padding-right:15px;
    }
    .mobile-center, .mobile-center p {
        text-align:center !important;
        margin: 0 auto !important;
    }
    .site-footer, .site-footer h2, .mobile-footer-logo, .mobile-center {
        text-align:center !important;
    }
    .hide-mobile, .mobile-hide {
        display:none !important;
    }
    .show-mobile {
        display:block !important;
    }
    .mobile-margin {
        margin: 0 !important;
    }
    .mobile-bottom, .mobile-bottom .wpb_content_element {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
    .mobile-top, .mobile-top .vc_column-inner {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }
    .mobile-left, .mobile-left .vc_column-inner {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }
    .mobile-center, .mobile-center p {
        text-align:center !important;
        margin: 0 auto !important;
    }
    .mobile-nospace, .mobile-space .vc_column-inner {
        padding: 0 !important;
        margin: 0 !important;
    }
    
    .fn-menu-mobile-parent {
    	text-align:left !important;
    	
    }
    
    .fn-primary-nav a {
    	font-family: 'Roboto Condensed', sans-serif !important;
    	font-weight: 700 !important;
		letter-spacing:0 !important;
		font-size:16px !important;
    }
    
    .fn-arrow-up:before {
    	font-family: 'Font Awesome 5 Pro' !important;
    	content: '\f077' !important;
    	font-weight:700 !important;
    	margin-top: 0 !important;
    	margin-left:-20px !important;
    }
 	.fn-arrow-down:before {
    	font-family: 'Font Awesome 5 Pro' !important;
    	content: '\f078' !important;
    	font-weight:700 !important;
    	margin-top: 0 !important;
    	margin-left:-20px !important;
    }
    
    ul {
    	margin-left:1em;
    }
    
    /* Font sizes */
    
    h1 {
    	font-size:45px;
    }
    
    h2 {
    	font-size:35px;
    }
    
    h3, h4 {
    	font-size:25px;
    }
    
    h5, h6 {
    	font-size:20px;
    }
    
    .left-icon .aio-icon-left {
    	display:block !important;
    }
    
    .box-style-2 .wpb_wrapper {
    	justify-content:flex-start;
    }
    
    .box-style-2 .align-icon {
    	width:60px;
    }
    
	.testimonial-grid .ult-item-wrap {
		height:500px;
	}
	
	.enews {
		flex-direction:column;
		justify-content:center;
	}
	
	.enews input {
		width:100%;
		margin:auto;
	}
	
	.footer-title, .footer .align-icon {
		text-align:center !important;
	}
	
	.footer .uavc-list-content {
		display:flex !important;
		justify-content: center;

	}
	
	.footer .uavc-list-desc {
		display:flex !important;
		width: auto !important;
	}

	
	.footer .linkedin-icon .aio-icon {
		margin-left:0 !important;	
	}
	
	.speak-with-expert-sec .vc_custom_heading {
		padding-top:45px !important;
	}
	
	.speak-with-expert-sec .ubtn-ctn-right {
		text-align:center !important;
	}	
	
	.blog-heading {
		font-size:2em;
		margin-top:120px;
	}
	
	.blog-form {
		position:static !important;
	}
	
	.box-style-1{
		margin-left:15px;
		margin-right:15px;
	}
	

	
	.speak-with-expert-sec {
		margin-left:15px !important;
		margin-right:15px !important;

	}
	
	.speak-with-expert-sec .vc_custom_heading {
		text-align:center !important;	
	}
	
	.job-posting-grid-container .vc_gitem-zone {
		height:200px !important;
	}
	
	.job-posting-grid-container .grid-button {
		text-align:center !important;
		margin-top:-35px !important;
	}
	
	.job-posting-grid-container h5 {
		text-align:center !important;
	}
    
}
