/*!
Theme Name: Genac Barbados
Theme URI: http://admarkjamaica.com/
Author: Admark
Author URI: http://admarkjamaica.com/
Description: Description
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: genacbb
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.

genacTT 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
--------------------------------------------------------------*/

/* 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%;
}

/* 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 {
	font-size: 2em;
	margin: 0;
}

/* 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
--------------------------------------------- */

body,
button,
input,
select,
optgroup,
textarea {
	color: #000;
	font-size: 14px;
	line-height: 1.5;
	font-family: 'Exo', Arial, Helvetica, sans-serif;
}

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

p {
	margin-bottom: 1.5em; font-size:18px !important;
}

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; padding:0; font-size:16px !important;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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: #fff;
}

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

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

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: #aaa #bbb #bbb;
}

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: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

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

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

/* 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 a {
	width: 240px;
}

.main-navigation li {
	position: relative; padding:25px 0px;
}

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

/* 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; float:left;
	}
}

/*--------------------------------------------------------------
## Large Menu
--------------------------------------------------------------*/
nav {
	background-color: #60ae45; box-shadow: rgba(2, 2, 2, 0.2) 0px 0px 5px 0px;
}
nav a {
	color:white; text-decoration:none; margin: 0 30px 0 0; font-size: 14px; font-weight: 600; transition:all 1s;
}
nav a:hover {
	color: #fdfa99;
}
.main-navigation a {
	position:relative; outline:none;
}
.main-navigation li > a:not(:only-child) {
    padding-right: 20px;
}
.main-navigation li > a:not(:only-child)::after {
    font-family: 'Font Awesome 5 Free'; content: '\f107'; transform: translateY(-50%); position: absolute; right: 5px; top: 50%;
}
.main-navigation .sub-menu a:not(:only-child)::after {
	font-family: 'Font Awesome 5 Free'; content: '\f105';
}
.main-navigation ul {
    padding-left: 0; list-style: none;
}
.main-navigation li {
    position: relative;
}
.main-navigation li:hover > .sub-menu {
    display: block;
}
.main-navigation .sub-menu li {
	padding:0px;
}
.main-navigation .sub-menu li a {
	color:#333; padding: 15px 0 15px 15px; margin:0; border-left: 5px solid white; transition:all 1s; background:none;
}
.main-navigation .sub-menu li a:hover {
	background:rgba(0,0,0,0.03); color:#333; font-weight:600; border-left:5px solid #60ae45;
}
/*@media (min-width: 768px) {    */
.main-navigation .menu > li {
	display: inline-block;
}
.main-navigation .menu li:hover > .sub-menu {
	opacity: 1; visibility: visible; transform: scaleY(1);
}
.main-navigation .menu .sub-menu {
	min-width: 200px; opacity: 0; visibility: hidden; box-shadow: 0 0 10px rgba(0,0,0,0.15); transition: all 0.2s ease-in; transform: scaleY(.5); transform-origin: top; position: absolute; left: 0; top: 100%; background:white;
}
.main-navigation .menu li li .sub-menu {
	top: 0; left: 100%;
}
.main-navigation .menu li li .sub-menu {
	top: 0; left: 100%;
}
/********************************************************************/
.header .menu-top-menu-container {
	float:left;
}
.header .menu-top-menu-container a {
	position:relative; outline:none;
}
.header .menu-top-menu-container li > a:not(:only-child) {
    padding-right: 20px;
}
.header .menu-top-menu-container li > a:not(:only-child)::after {
    font-family: 'Font Awesome 5 Free'; content: '\f107'; transform: translateY(-50%); position: absolute; right: 5px; top: 50%;
}
.header .menu-top-menu-container .sub-menu a:not(:only-child)::after {
	font-family: 'Font Awesome 5 Free'; content: '\f105';
}
.header .menu-top-menu-container ul {
    padding-left: 0; list-style: none; line-height: 100px;
}
.header .menu-top-menu-container li {
    position: relative;
}
.header .menu-top-menu-container li:hover > .sub-menu {
    display: block;
}
.header .menu-top-menu-container .sub-menu li {
	padding:0px;
}
.header .menu-top-menu-container .sub-menu li a {
	color:#333; padding: 15px 0 15px 15px; margin:0; border-left: 5px solid white; transition:all 1s; background:none;
	display: block; line-height: 30px;
}
.header .menu-top-menu-container .sub-menu li a:hover {
	background:rgba(0,0,0,0.03); color:#333; font-weight:600; border-left:5px solid #60ae45;
}
/*@media (min-width: 768px) {    */
.header .menu-top-menu-container .menu > li {
	display: inline-block; margin: 0 0 0px 40px;
}
.header .menu-top-menu-container .menu li:hover > .sub-menu {
	opacity: 1; visibility: visible; transform: scaleY(1); margin-left:0;
}
.header .menu-top-menu-container .menu .sub-menu {
	min-width: 200px; opacity: 0; visibility: hidden; box-shadow: 0 0 10px rgba(0,0,0,0.15); transition: all 0.2s ease-in; transform: scaleY(.5); transform-origin: top; position: absolute; left: 0; top: 100%; background:white;
}
.header .menu-top-menu-container .menu li li .sub-menu {
	top: 0; left: 100%;
}
.header .menu-top-menu-container .menu li li .sub-menu {
	top: 0; left: 100%;
}
#myHeader .ctaDiv {
	float:left; margin-top:26px; margin-left:30px;
}
#myHeader .cta, .requestQuote .cta, .centerBtn .cta{
	/*line-height: 100px;*/ display:inline-block; margin: 0 0 0 40px; background: #72cc53; color: white; border-radius: 100px; padding: 14px 40px; font-size: 12px; text-shadow: 0px 2px 8px rgb(0 0 0 / 30%); box-shadow: 1px 3px 0px 0px #45a026; transition:all 0.4s; margin-left: 0px; text-decoration:none; font-weight: 700;
}
#myHeader .cta:active, .requestQuote .cta:active, .centerBtn .cta:active{
	background: #72cc53; box-shadow: none; margin-bottom: -3px; margin-top: 3px;
}

#myHeader .cta:hover, .requestQuote .cta:hover, .centerBtn .cta:hover{

transform: scale(1.05);

}

.centerBtn {
	text-align:center; margin: 40px auto;
}


/*.menu-top-menu-container {
	float:left;
}
.menu-top-menu-container ul {
	list-style:none; padding:0;
}
.menu-top-menu-container li {
	position:relative;
}  
.menu-top-menu-container ul.menu > li {
    display: inline-block;
}
.menu-top-menu-container ul ul {
    box-shadow: 0 3px 3px rgb(0 0 0 / 20%); float: left; position: absolute; top: 100%; left: -999em; z-index: 99999;
}
.main-navigation ul.menu ul.sub-menu {
    min-width: 200px; opacity: 0; visibility: hidden; box-shadow: 0 0 10px rgb(0 0 0 / 15%); transition: all 0.2s ease-in; transform: scaleY(.5); transform-origin: top; position: absolute; left: 0; top: 100%; background: white;
}
.menu-top-menu-container a {
    position: relative; outline: none;
}
.menu-top-menu-container li > a:not(:only-child) {
    padding-right: 20px;
}
.menu-top-menu-container li:hover > .sub-menu {
    display: block;
}
.menu-top-menu-container .menu li:hover > .sub-menu {
    opacity: 1; visibility: visible; transform: scaleY(1);
}
/*}

/*--------------------------------------------------------------
## Homepage and General Styles
--------------------------------------------------------------*/

body {
	width:100%; margin:0 auto; display:block; max-width:1920px; position:relative; background:#fff; clear:both;
}
.holder {
	width:90%; margin:0px 5%; position: relative; display:block; float:left; clear:both; z-index:-1;
}
#myHeader {
	position: fixed; width: 100%; height:145px; margin:50px 0 0 0; padding:10px 0 0 0; -webkit-box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5); box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.5);
}
nav, .slider, .requestQuote, .homeCounter, .bottom, .contactLocations, .greenRow, .faq, .contactUs, .contactMap, .mobileHeader, footer {
	width:100%; position: relative; display:block; float:left; clear:both; z-index:9;
}
.clearfix {
	display:block; height:1px; width:100% !important; clear:both;
}
.clearMobile {
	display:block; height:1px; width:100%; clear:both; display:none;
}
#myHeader {
	background:white; z-index:999;
}
.sticky {
  position: fixed !important; /*top: 0;*/
}
#myHeader + div {
	padding-top:195px;
}
#myHeader.sticky + div {
	padding-top:239px;
}
h1 img {
	transition: all 1s; width:190px;
}
.sticky h1 img {
	max-width:175px;
}
.header {
	padding: 15px 0px 0px 0px; transition:all 1s;
}
.sticky .header {
	padding:20px 0px;
}
.header h1 {
	float:left;
}
.header h4 {
	color: #232323; font-size:21px; margin:0; transition:all 1s; line-height:24px; font-weight:400;
}
.header p {
	margin:0; transition:all 1s;
}
.sticky .header h4 {
	font-size:21px;
}
.header p {
	font-size:13px;
}
.header a, .header a:hover {
	color: #60ae45; text-decoration:none; font-weight:700; outline:none; font-size:14px;
}
.header-button {
  background:none;  overflow: hidden; text-align: left; text-transform: capitalize;  position: relative;  z-index: 1;  display: block;  width: auto;  height: 33px; margin: 0; padding: 0; outline: none; border: none; cursor: pointer; float:right;
}
#toggle-search {
  float: right;
}
#toggle-search.open:after {
  top: 62px; border-color: transparent transparent #fff;
}
#toggle-search:after {
  -moz-transition: top, 0.5s; -o-transition: top, 0.5s; -webkit-transition: top, 0.5s; transition: top, 0.5s; position: absolute; top: 75px; left: 50%; margin-left: -8px; content: ""; border-color: transparent transparent #fff; border-style: solid; border-width: 8px 8px 12px;
}

#search-form {
  -moz-transition: max-height, 0.5s; -o-transition: max-height, 0.5s; -webkit-transition: max-height, 0.5s; transition: max-height, 0.5s; position: absolute; top: 210px; left: 0; width: 100%; max-height: 0; overflow: hidden; background-color: #64b746;
}
#search-form.open {
  max-height: 76px; -webkit-box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 20%); box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 20%);
}
#search-form fieldset {
  position: relative; margin: 8px 60px 8px 8px; padding: 0; border: none;
}
#search-form input {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; display: block; height: 60px;
}
#search-form input[type="search"] {
  width: 100%; padding: 0 5px 0 22px; border: none; border-radius: 3px 0 0 3px; outline: none;
}
#search-form input[type="submit"] {
  position: absolute; bottom: 0; right: 8px; width: 60px; margin: 0; padding: 0; font-weight: 700; text-transform: uppercase; color: #516270; background: #c6cacd; border: none; cursor: pointer; top:8px; border-radius: 0 3px 3px 0; color: #f7f7f7; background: #333333;
}
.slider {
	z-index:-1;
}
.services {
	text-align:center; padding:60px 0;
}
.services h2 {
	color:#333; margin:0; text-transform:uppercase; font-size:32px; font-weight:800;
}
.services h2 span{
	color: #7dba2f;
}
.services b{
	font-size: 70px; margin-top: -20px; display: block; color: rgba(0,0,0,0.11); font-weight:800;
}
.services ul {
	padding:60px 0 0 0;
}
.services li {
	list-style:none; display:inline-block; padding:0 30px; width:32%; vertical-align:top;
}
.services li img {
	border-radius: 10%; transition: transform 0.35s ease, padding 0.35s ease, background 0.35s ease, border-radius 0.35s ease;
}
.services li img:hover {
	transform: scale(1.20); background: #c6e2b7; border-radius: 50%;
}
.services li a {
	text-decoration:none; color:#333; font-size:24px; font-weight:600;
}
.requestQuote {
	background:#eee; background:#eee url("img/humming-bird-overlay.png") bottom left no-repeat; 
}
.requestQuote .left {
	padding:60px 0px; padding-left:10%; float:left; width:50%;
}
.requestQuote .right {
	float:left; width:50%;
}
.requestQuote h4 {
	color: #808080; font-size:42px; font-weight:700;
}
.requestQuote input[type="text"], .requestQuote input[type="email"], .requestQuote textarea{
	color: #333; font-size: 16px; margin: 0;  padding: 20px; border-radius: 5px; background-color: rgb(255, 255, 255); width: 95%; display: block; border: 1px solid rgba(0,0,0, 0.1);
}
.requestQuote input[type="submit"], a.contactBtn {
	background:#54a239; color:white; text-decoration:none; padding: 15px 60px; border-radius: 30px; font-size: 16px; font-weight: 700; display:inline-block;
}
.requestQuote .right img {
	display:block; position:absolute; bottom:0px; width:220px;
}
.homeCounter {
	color:#fff; background-color: #60ae45; text-align:center; padding:60px 0px;
}
.homeCounter li {
	display:inline-block; list-style:none; width:33%; padding:0 20px;
}
.homeCounter li b {
	display: block; font-size: 70px;
}
.homeCounter .currency:before {
	content: "$";
}
.homeCounter li span {
	display: block; font-size: 24px; line-height: 32px;
}
.homeNews {
	padding:60px 0px;
}
.homeNews h2, .homeNews b {
	text-align:center; display:block;
}
.homeNews b {
	display:block; font-size:70px; color: rgba(0,0,0,0.11); font-weight:800;
}
.homeNews h2 {
	margin: -20px 0 0 0; font-size:24px; color:#333; font-weight:800;
}
.homeNews h2 span {
	color: #7dba2f;
}
.homeNews .newsItem{
	float:left; width:33%; padding:0 30px;
}
.homeNews .newsItem img {
	display:block; margin: 0 0 15px 0;
}
.newsItem .date {
	display:inline-block; background: #7dba2f; color:white; font-weight:700; text-align:center; padding: 5px 15px; float:left; margin:0 10px 0 0;
}
.newsItem .date span {
	display:block;
}
.newsItem a {
	text-decoration:none;
	color:#000;
}

.newsItem a {
	color:#000;
}

.newsItem a:hover,
.newsItem a:focus,
.newsItem a:active,
.newsItem a:visited{
	
	color:#000;
}
}
.newsItem h4 {
	text-decoration:none; color: #0f263a; margin:0; display:inline; font-weight:700;
}
.newsItem p {
	color:#333; margin: 0px; text-align:justify;
}
.newsItem .readMore {
	color: #0f263a; font-weight:700;
}
.contactInfo {
	float:right; margin: 25px 0 0 0; transition:all 1s;
}
.sticky .contactInfo {
	margin: 24px 0 0 0;
}
.contactInfo > div {
	float:left; margin: 0 0px 0 80px;
}
.contactInfo .content {
	float:left;
}
.contactInfo div img {
	float:left; margin: 0 15px 0 0px;
}
.contactInfo div img.whatsapp {
	float:none; margin:0; width: 15px;
}
footer {
	background: #f2f2f2; padding:40px 0px;
}
footer .row {
	float:left; width:33%; 
}
footer .row.facebook {
	padding:0 50px;
}
footer h4 {
	margin:0; color: #333; font-weight:700; font-size:18px;
}
footer p {
	text-align:justify; margin:0; font-size:14px;
}
footer li {
	list-style:none; display:inline-block; margin: 20px 0 0 0;
}
footer li a {
	text-decoration:none; color: #626262; font-size:13px; font-weight:600; transition:all 0.5s;
}
footer li a:focus, footer li a:active, footer li a:visited{
	color: #626262;
}
footer li a:hover {
	color: #60ae45;
}
.bottom {
	background-color: #343434; color:white;
}
.bottom .left {
	float:left;
}
.bottom .right {
	float:right;
}
.bottom .right li {
	list-style:none; display:inline-block; margin: 11px 0px 0 10px;
}
.bottom.landingPage .left {
	text-align: center; float: none; width:100%;
}
.bottom.landingPage p {
	margin: 0; padding: 20px 0; font-size: 13.5px;
}
.sticky {
	display: block; height:198px !important;
}

.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;
}
/*--------------------------------------------------------------
## Flag 
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Approved Valuator
--------------------------------------------------------------*/
.approvedValuator {
	padding:80px 0px;
}
.sticky + .approvedValuator {
	padding-top: 247px;
}
.gm-style .gm-style-iw-c {
  padding: 20px !important; text-align:center;
}
.gm-style-iw-d {
  overflow: visible !important;
}
.gm-ui-hover-effect {
  top: 5px !important; right: 10px !important;
}
#map {
	height: 500px; width: 75%; float: right;
}

  .markers {
    float: left; width: 25%; height: 500px; overflow: scroll;
  }

  .markersHolder {
    padding: 0 15px;
  }

  .markers ul {
    list-style: none; padding: 0px; margin: 0;;
  }

  .markers a {
    text-decoration: none; color: black; transition: all 1s;
  }

  .markers li {
    margin-bottom: 40px; transition: all 1s; margin: 0; padding: 20px; border-bottom: 1px solid rgba(158, 158, 158, 0.2);
  }

  .markers li:hover {
    background: #e8e8e8;
  }

  .markers b {
    display: block;
    margin-bottom: 20px;
  }

  .markers li div {
    margin: 0 0 0 15px;
  }

  .markers p {
    margin: 0 0 5px 0;
  }

  .select-css {
  display: block; font-size: 16px; font-weight: 700; color: #444; line-height: 1.3; padding: .6em 1.4em .5em .8em; width: 100%; max-width: 100%; box-sizing: border-box; margin: 0; border: 1px solid #aaa; box-shadow: 0 1px 0 1px rgba(0,0,0,.04); border-radius: 6px; -moz-appearance: none; -webkit-appearance: none; appearance: none; background-color: #fff;
  background-image: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E'),
    linear-gradient(to bottom, #ffffff 0%,#e5e5e5 100%); background-repeat: no-repeat, repeat; background-position: right .7em top 50%, 0 0; background-size: .65em auto, 100%;
}
.select-css::-ms-expand {
  display: none;
}
.select-css:hover {
  border-color: #888;
}
.select-css:focus {
  border-color: #aaa; box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7); box-shadow: 0 0 0 3px -moz-mac-focusring; color: #222; outline: none;
}
.select-css option {
  font-weight:normal;
}

/*--------------------------------------------------------------
## Page Template
--------------------------------------------------------------*/
.pageHolder {
	padding-bottom:60px;
}
.pageTitle {
	color: #333; margin: 0; text-transform: uppercase; font-size: 32px; font-weight: 800; text-align:center; padding-top:60px;
}
.pageTitle span{
	color: #7dba2f; font-weight: 600;
}
.pageTitle + b, .pageTitle + p b {
	font-size: 70px; margin-top: -20px; display: block; color: rgba(0,0,0,0.11); font-weight: 800; text-align:center; padding-bottom:60px;
}
.pageHolder .pageTitle + p {
	margin-top: 0px;
}
.pageTitle + p b {
	margin-top:6px;
}
.page-template-default h3 {
	color: #7dba2f;
}
.pageHolder p, .pageHolder li {
	font-size: 16px; margin: 0 0 16px 0px; line-height: 24px; font-family:'Exo 2';
}
.pageHolder ul {
	margin: 0 0 0 40px;
}
.pageHolder li {
	margin: 0px 0 10px 0px;
}
.motorInsurance {
	list-style:none;
}
.motorInsurance li {
	float: left; width: 50%; padding: 0 40px; text-align: center; list-style:none; margin-bottom:40px;
}
.motorInsurance li img {
	width:50%;
}
.motorInsurance li h3 {
	font-size:16px; line-height:21px;
}
.motorInsurance li p {
	font-size: 15px; line-height: 20px;
}
/*--------------------------------------------------------------
## Forms Page
--------------------------------------------------------------*/
.forms .holder {
	padding-bottom:60px;
}
.forms h3{
	font-size:28px;
}
.forms .holder ul {
	list-style:none; margin: 0 0 0 30px;
}
.forms a {
	background: url(img/pdf-icon.png) no-repeat 0px 0px; background-size: 30px auto; padding: 10px 0 10px 50px;  display: block; font-size: 18px; margin-bottom: 2em; color:#232323; text-decoration:none; outline:none;
}
/*--------------------------------------------------------------
## Career Page
--------------------------------------------------------------*/
.career strong {
	color:#333; font-size:24px;
}
.greenRow {
	color:white; background-color: #60ae45; padding:60px 0px; text-align:center;
}
.career .greenRow strong {
	display:block; font-size:32px; color:white;
}
.greenRow p {
	margin:0; font-size:18px;
}
.career ol {
	margin: 20px 0px 20px 30px;
}
.career ol li {
	line-height:24px;
}
.career .btn {
	background: #54a239; color: white; text-decoration: none; padding: 16px 50px; border-radius: 30px; font-size: 16px; font-weight: 700; margin: 40px 0 0 25px; display: inline-block;
}
.vacancies h3 {
	color: #000000; font-weight: 600; font-size: 37.5px;
}
.vacancies li {
	margin:0 0 0px 40px; list-style: none; padding: 25px 50px; margin-bottom: 15px;
}
.vacancies li .left, .vacancies li .right {
	float:left;
}
.vacancies li .left h2, .vacancies li .right a {
	margin:20px 0;
}
.vacancies li .right {
	float:right;
}
.vacancies li a {
	color: #60ae45; font-size: 18px; line-height: 32px;
}
.vacancies li .right a {
	color: #fff; text-transform: uppercase; text-decoration: none; padding: 5px 50px; border-radius: 100px; font-size: 14px; font-weight: 600; display:inline-block; box-shadow: 1px 3px 0px 0px #45a026; background: #72cc53; text-shadow: 0px 2px 8px rgb(0 0 0 / 30%);
}
/*--------------------------------------------------------------
## Discount Page
--------------------------------------------------------------*/
.discounts h3 {
	color:#7dba2f; text-transform:uppercase; font-size:32px;
}
/*--------------------------------------------------------------
## FAQ Page
--------------------------------------------------------------*/
.faq .holder {
	padding-bottom:120px;
}
.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded='true'] {
  border-bottom: 1px solid #60ae45;
}
.accordion button {
  position: relative; display: block; text-align: left; width: 100%; padding: 1em 0; font-size: 1.15rem; border: none; background: none; outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer; color: #60ae45;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.accordion button:after {
	
}
.accordion button .accordion-title {
  display: block; padding-right: 30px; transition: all 0.5s;
}
.accordion button:hover .accordion-title {
  padding-left:20px;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: '';
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: '';
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded='true'] {
  color: #60ae45;
}
.accordion button[aria-expanded='true'] .icon::after {
  width: 0;
}
.accordion button[aria-expanded='true'] + .accordion-content {
  opacity: 1; max-height: 4000px; -webkit-transition: all 200ms linear; transition: all 200ms linear; will-change: opacity, max-height; padding:0px; padding-top:30px; 
}
.insuranceTabs .accordion button[aria-expanded='true'] + .accordion-content {
	
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: opacity 200ms linear, max-height 200ms linear;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
	
}
.accordion .accordion-content p {
  font-size: 1rem; font-weight: 400; margin:0 0 30px 0; padding: 0 30px; text-align:justify;
}
.accordion .accordion-content ul {
	padding:0px 0px 30px 0;
}
.accordion .accordion-content li {
	list-style:disc; margin:0 30px 0 50px; font-weight:400; line-height:25px; font-size: 1rem;
}

/*--------------------------------------------------------------
## News Archive Template
--------------------------------------------------------------*/
article.newsArticle {
	float:left; width:33%; padding:0px 30px 60px 30px;
}
article.newsArticle a {
	text-decoration:none;
}
article.newsArticle img {
	display:block; width:100%;
}
article.newsArticle h4 {
    text-decoration: none; color: #0f263a; margin: 15px 0 5px 0; display: block; font-weight: 700; font-size: 16px; line-height: 24px;
}
article.newsArticle .time {
	font-size:13px; color:#60ae45; font-weight:600;
}
article.newsArticle p a{
    color: #333; margin: 25px 0px; text-align:justify; line-height:20px;
}
article.newsArticle .moretag {
    color: #0f263a; font-weight: 700; display:block; font-size:14px;
}
.colClear {
	display: block; height: 1px; width: 100%; clear: both;
}
/*--------------------------------------------------------------
## Other Insurance 
--------------------------------------------------------------*/
.insuranceTabs {
	position: relative; margin: 40px 0; margin-bottom:100px;
}
.insuranceTabs h4 {
	background: #60ae45; font-size: 15px; margin: 0 0 10px 0; cursor: pointer; padding: 15px; position: relative; width: 33.333333333333336%;  display: block; transition: all 0.4s;
}
.insuranceTabs h4:hover {
	color: #fff000;
}
.insuranceTabs ul {
	zoom: 1; position: relative; height: auto; min-height: 100%; display: none;
	position: absolute; width: 66.66666666666667%; right: 0; top: 0; padding: 0px 60px 15px 60px; margin:0 0 40px 0;
}
.insuranceTabs ul:after, .insuranceTabs ul:before {
	content: ""; display: table;
}
.insuranceTabs ul:after {
	clear: both;
}
.insuranceTabs ul li {
	list-style: none;
}
.insuranceTabs ul li p {
	margin-top: 0px;
}
.insuranceTabs ul li h3 {
	color: #7dba2f;
}
.insuranceTabs .active {
	cursor: default; border-left: 5px solid #60ae45;
	background: #60ae45; color: #fff000; border-left: 5px solid #ffe400;
}
.insuranceTabs .active + ul {
	display: block;
}
.insuranceTabs ul ul {
	display:block; position: relative; width: auto; margin: 0; padding: 0 0px 0px 25px;
}
.insuranceTabs ul ul li {
	list-style: disc; padding:0 0 10px 0; font-size:16px;
}
/*--------------------------------------------------------------
## History Page 
--------------------------------------------------------------*/
.timeline {
  position: relative; padding: 0 0 1px 0; margin: 0 0 60px 0;
}
.timeline::before {
  content: '';  background: #60ae45; width: 5px; height: 100%; position: absolute; left: 50%; transform: translateX(-50%);
}

.timeline-item {
  width: 100%; margin-bottom: 70px;
}
.timeline-item:nth-child(even) .timeline-content {
  float: right; padding: 40px 30px 10px 30px;
}
.timeline-item:nth-child(even) .timeline-content .date {
  right: auto; left: 0;
}
.timeline-item:nth-child(even) .timeline-content::after {
  content: ''; position: absolute; border-style: solid; width: 0; height: 0; top: 30px; left: -15px; border-width: 10px 15px 10px 0; border-color: transparent #f5f5f5 transparent transparent;
}
.timeline-item::after {
  content: ''; display: block; clear: both;
}

.timeline-content {
  position: relative; width: 45%; padding: 10px 30px; border-radius: 4px;  background: #fff; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.timeline-content::after {
  content: ''; position: absolute; border-style: solid; width: 0; height: 0; top: 30px; right: -15px; border-width: 10px 0 10px 15px; border-color: transparent transparent transparent #f5f5f5;
}

.timeline-img {
  width: 40px; height: 40px; border-radius: 50%; position: absolute; left: 49.7%; margin-top: 25px; margin-left: -15px;  background: #60ae45; border: 2px solid white; 
}
.timeline-img p {
  color: white; font-size: 12px; text-align: center; margin: 10px 0 0 
}

.timeline-item .timeline-img-header {
  background-size: cover !important;
}

.timeline-img-header {
  height: 200px; position: relative; margin-bottom: 20px;
}
.timeline-img-header h2 {
  color: #FFFFFF; position: absolute; bottom: 5px; left: 20px;
}
.timeline-content h2 {
	color: #60ae45; font-size:16px;
}
.timeline-content p {
	font-size:15px;
}
blockquote {
  margin-top: 30px; color: #757575; border-left-color: #3F51B5; padding: 0 20px;
}

@media screen and (max-width: 800px) {
	.timeline {
		padding-top:30px;
	}
  .timeline::before {
    left: 25px;
  }
  .timeline .timeline-img {
    left: 25px;
  }
  .timeline .timeline-content {
    max-width: 85%; width: auto; margin-left: 50px;
  }
  .timeline .timeline-item:nth-child(even) .timeline-content {
    float: none;
  }
  .timeline .timeline-item:nth-child(odd) .timeline-content::after {
    content: ''; position: absolute; border-style: solid; width: 0; height: 0; top: 30px; left: -15px; border-width: 10px 15px 10px 0; border-color: transparent #f5f5f5 transparent transparent;
  }
}
/*--------------------------------------------------------------
## Glossary of Terms Page
--------------------------------------------------------------*/
.glossary {
	padding-bottom: 60px;
}

.glossary strong {
	color: #60ae45; font-weight: 600; text-transform:uppercase; font-size:24px;
}

/*--------------------------------------------------------------
## 404 Page
--------------------------------------------------------------*/

.not_found {
	text-align:center; color:#333; margin-top:60px; margin-bottom:60px;
}
.not_found h2 {
	font-size:30px; font-weight:400; 
}
.not_found input[type="search"] {
	width:450px; color: #808080; font-size: 14px; padding: 12px 20px; border-radius: 5px; background-color: rgb(255, 255, 255); border: 1px solid rgba(0,0,0, 0.1);
}

/*--------------------------------------------------------------
## Single News Post
--------------------------------------------------------------*/
.news_single h1 {
	padding:60px 0 0 0; color:#60ae45; 
}
.wp-caption .wp-caption-text {
    margin: 0; color: white; padding: 10px;
}


/*--------------------------------------------------------------
## Contact Page
--------------------------------------------------------------*/
.contactMap{
	max-height:550px; overflow:hidden; z-index:99;
}
.gmap_canvas {
	overflow:hidden; padding-bottom:56.25%; position:relative; height:0;
}
.contactMap iframe{
	left:0; top:0; height:100%; width:100%; position:absolute;
}
.contactUs .wrapper {
	margin-right: 300px;
}
.contactUs .left {
	float:left; width:100%;
}
.contactUs .right {
	float:right; width: 225px; margin-right: -300px;
	background: #56a443; padding-left: 25px; margin-right: -250px; padding: 25px 0 25px 25px; border-radius: 4px; color: white;
}
.contactUs .right div {
	margin:0 0 30px 0;
}
.contactUs .right b {
	font-size: 18px; display: block; margin: 0 0 15px 0;
}
.contactUs .right p {
	margin:0; padding:0; line-height: 20px; font-size: 15px;
}
.contactUs .right div a {
	color: #fff; transition:all 0.4s;
}
.contactUs .right div a:hover {
	transition:all 0.4s; color:#f7df64;
}
.page-template-page-contact form.wpcf7-form {
	width:100%; padding-bottom:60px;
}
.page-template-page-contact form.wpcf7-form  input[type="text"], .page-template-page-contact form.wpcf7-form input[type="email"], .page-template-page-contact form.wpcf7-form textarea {
	color: #333; font-size: 16px; margin: 0;  padding: 20px; border-radius: 5px; background-color: rgb(255, 255, 255); width: 100%; display: block; border: 1px solid rgba(0,0,0, 0.1);
}
.page-template-page-contact form.wpcf7-form  p {
	margin:0 0 20px 0;
}
.page-template-page-contact form.wpcf7-form  input[type="submit"] {
	background:#54a239; color:white; text-decoration:none; padding: 15px 60px; border-radius: 30px; font-size: 16px; font-weight: 700;
}
.contactUs .wpcf7 {
	float:left; width:100%;
}
.contactLocations {
	color:#fff; background:#272727; padding:60px 0px;
}
.contactLocations .location {
	float:left; width:33%; padding: 0 20px 40px 20px;
}
.contactLocations p {
	margin:0; font-size: 15px; line-height: 24px;
}
.contactLocations a {
	text-decoration:none; transition:all 0.4s; color: #60ae45; font-weight: 600;font-size: 13px;
}
.contactLocations a:hover {
	color: #fdfa99;
}
/*--------------------------------------------------------------
## Our Managers
--------------------------------------------------------------*/
.ourManagers {
	padding:0 0 60px 0;
}
.ourManagers .pageTitle {
	padding-top: 330px;
}
.managerOverlay {
	display:none;
}
.message.is-open{
  display: block;
}
.jobTitles .person {
	float:left; width:33.333%; padding:0 30px 60px 30px; text-align:center; cursor:pointer; color:#333; 
}
.person img{
	border: 3px solid lightgray; border-radius: 50%; padding: 5px; transition:all 1s;
}
.person p {
	margin: 10px 0 0 0; font-size:16px; transition:all 0.5s;
}
.person b {
	font-size:16px; transition:all 0.5s;
}
.person:hover img {
	border: 3px solid #60ae45; 
}
.person:hover p, .person:hover b {
	color: #60ae45;
}
.jobTitles .bio {
	display: none;
}
.jobTitles .bio.show {
	display:block;
}
.bio span {
	color: #60ae45; font-size:18px;
}
/*--------------------------------------------------------------
## Job Application Page
--------------------------------------------------------------*/
#wpcf7-f339-p338-o1 {
	width:90%; margin-left:5%;
}
#wpcf7-f339-p338-o1 p {
	margin:0;
}
#wpcf7-f339-p338-o1 input[type="text"], #wpcf7-f339-p338-o1 input[type="email"], #wpcf7-f339-p338-o1 select {
	color: #333; font-size: 16px; margin: 10px 0 30px 0; padding: 14px 20px; border-radius: 5px; background-color: rgb(255, 255, 255);  width: 100%;  display: block; border: 1px solid rgba(0,0,0, 0.1);
}
#wpcf7-f339-p338-o1 select {
	width:auto;
}
#wpcf7-f339-p338-o1 input[type="file"] {
	margin: 10px 0 30px 0px;
}
#wpcf7-f339-p338-o1 input[type="submit"] {
	background: #54a239; color: white; text-decoration: none; padding: 16px 50px;  border-radius: 30px; font-size: 16px; font-weight: 700; margin: 0; display: inline-block;
}
.clearfix {
	display:block; height:1px; width:100%; clear:both;
}
/*--------------------------------------------------------------
## Search Page
--------------------------------------------------------------*/
.search-results .pageHolder {
	width:66%; margin-left:16%;
}
.search-results .pageHolder article {
	padding-bottom: 40px; border-bottom: 1px solid rgb(230, 230, 230); margin-bottom: 40px;
}
.search-results .pageHolder h1{
	font-size: 18px; margin-bottom: 40px; padding-bottom: 8px; border-bottom: 1px solid rgb(230, 230, 230); padding-top: 60px; line-height: 1.4; letter-spacing: 0px; color: rgb(51, 51, 51); font-family: Helvetica, Verdana, Arial, sans-serif;
    font-weight: 400; font-style: normal; text-transform: none;
}
.search-results .pageHolder .entry-title {
	font-size: 30px; line-height: 1.4; letter-spacing: 0px; margin-top: 0px; color: rgb(51, 51, 51); margin-bottom: 10px;
    font-family: Helvetica, Verdana, Arial, sans-serif; text-transform: none; font-style: normal; font-weight: 400;
}
.search-results .pageHolder .entry-title a {
	color: rgb(51, 51, 51); text-decoration:none; transition:all 0.4s;
}
.search-results .pageHolder .entry-title a:hover {
	color: rgb(66, 139, 202);
}
.search-results .pageHolder .entry-meta{
	color: rgb(128, 128, 128); font-family: Helvetica, Verdana, Arial, sans-serif; font-size: 14px; font-weight: 400; line-height: 1.45; font-style: normal; overflow-wrap: break-word; font-family: 'Exo', Arial, Helvetica, sans-serif !important;
}
.search-results .pageHolder article p {
	margin: 0 0 10px; color: rgb(74 73 73);
}
.search-results .pageHolder .moretag {
	color: rgb(66, 139, 202); text-decoration:none; font-size:14px; display: block; margin-top: 20px;
}
@media (max-width: 1000px) {
	.search-results .pageHolder {
		width:90%; margin-left:5%;
	}
}
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
.mobileHeader {
	display:none;
}
.colMobile {
	display: none;
}
/*
.overlayContent {
	display:none;
}*/
@media (max-width: 1300px) {
	#myHeader {
		display:none;
	}
	#myHeader + div {
		padding: 180px 0 0 0;
	}
	.mobileHeader {
		display:block; padding:30px 0px; z-index:999; border-bottom: 1px solid #e5e6e5; position:fixed; background:white; margin:65px 0 0 0;
	}	
	.mobileHeader .holder {
		position:unset;
	}
	.mobileHeader h1 {
		float:left;
	}
	.mobileHeader h1 img {
		width:120px; display:block; 
	}
	.mobileHeader .nav-button {
		height: 27px; width: 36px; margin: 30px 0 0 30px; display: block; float:right;
	}
	.mobileHeader .nav-button a {
		height: 27px; width: 36px; display: inline-block; cursor: pointer;
	}
	.nav-button span, .nav-button span:before, .nav-button span:after {
		cursor: pointer; border-radius: 50px; height: 5px; width: 35px; background: #60ae45; position: absolute; display: block; content: ''; transition: all 300ms ease-in-out;
	}
	.landingPageHeader {
		display: block !important;
	}	
	.nav-button span:before {
		top: -10px;
	}
	.nav-button span:after {
		top: 10px;
	}
	.show_menu #nav-toggle span:after {
		transform: translate3d(0, -10px, 0) rotate(-91deg);
	}
	.show_menu #nav-toggle span {
		transform: translate3d(0, 0px, 0) rotate(45deg);
	}
	.show_menu #nav-toggle span:before {
		transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
		opacity: 0;
	}	
	.mobileHeader .top_nav {
		display: none; position: absolute; left: 0; right: 0; top: 100%; background: #60ae45; height: calc(100vh - 85px); overflow-y: scroll;
	}
	.show_menu .mobileHeader .top_nav {
		/*display:block; */
	}
	.top_nav > ul {
		margin:0; padding:0 20px;
	}
	.top_nav > ul li {
		width: 100%; border-top: 1px solid #fff; position: relative; list-style: none; display: inline-block;
	}
	.top_nav > ul li:first-child {
		border:0px;
	}
	.top_nav > ul li:last-child {
		border-bottom: 1px solid #fff;
	}
	.top_nav> ul > li a {
		width: 100%; margin: 0; font-size: 15px; width: 100%; display: block; padding: 20px 6% 21px 6%; color: #fff; text-decoration:none;
	}
	.top_nav> ul > li a:not(:only-child) {
		width: auto;display: inline-block;
	}
	.top_nav > ul li.menu-item-has-children:before {
		font-family: "Font Awesome 5 Free"; font-weight: 900; content: "\f078"; left: inherit; right: 34px; font-size: 16px; margin-top: -7px; position: absolute; top: 33px; color: #fff;
	}
	.down-arrow {
		position: absolute; height: 71px; width: 50px; top: 0; right: 0; z-index: 2; cursor: pointer; user-select: none;
	}
	ul.sub-menu {
		display:none;
	}
	.mobileHeader .mobileBtn {
		text-align: center; margin: 20px auto 20px auto;
	}
	.mobileHeader .mobileBtn a {
		color: #60ae45; background: white; display: inline-block; border-radius: 40px; text-align: center; text-transform: uppercase; padding: 15px 0; font-size: 12.5px; font-weight: 700; width:165px;
	}
	#search-form {
		top: 184px;
	}
	.top_nav > ul li.menuCTA {
		text-align: center;
	}
	.top_nav > ul li.menuCTA a {
		background: white; color: #60ae45; padding: 10px 30px; border-radius: 25px; display: inline-block; width: auto; margin: 25px 0px; font-size: 12px; text-transform: uppercase;
	}
}
@media (max-width: 1100px) {
	.holder {
		width:90%; margin: 0 5%;
	}	
	.managerOverlay {
		width: 100%; height: auto; background: white; color: #333; padding: 20px 0px 0px 0px !important; position: fixed; top: 118px; right: 0; bottom: 0; left: 0;z-index:999;
	}
	.picClose {
		padding:30px 0 0 0;
	}
	.picClose img {
		float:left; width:150px;
	}
	.closeOverlay {
		font-weight: bold; height: 14px; padding: 0; color:#333; float:right; cursor:pointer;
	}
	.overlayContent {
		clear:both; padding: 30px 0 0 0;
	}	
	.overlayContent span {
		color: #60ae45;
	}
	.overlayContent p {
		text-align:justify; font-size:14px;
	}
	.person p, .person b {
		font-size:14px;
	}
	.flexslider li .rightSlide {
		right:25px !important;
	}
	.flex-control-nav {
		display:none;
	}
	.ourManagers {
		padding-top:120px;
	}
	.ourManagers .pageTitle {
		padding-top:30px;
	}
	.homeNews b, .services b, .pageTitle + b, .pageTitle + p b {
		display:none;
	}
	.homeCounter li {
		width: 100%; padding: 0;
	}
	.requestQuote h4 {
		margin: 0 0 20px 0;
	}
	.requestQuote .left {
		width:95%; padding-left:5%;
	}
	.requestQuote input[type="text"], .requestQuote input[type="email"], .requestQuote textarea {
		width:100%;
	}
	.requestQuote .right {
		display:none;
	}
	.homeNews {
		padding-bottom:0px;
	}
	.homeNews .newsItem {
		margin:0 0 60px 0;
	}
	.homeNews .newsItem, .homeNews .newsItem img {
		width:100%;
	}
	.newsItem .date {
		display:none;
	}
	.newsItem p {
		color: #333; font-size:14px;
	}
	.contactMap {
		max-height:500px;
	}
	.approvedValuator.holder {
		margin-bottom: 60px;
	}
	.markers p {
		font-size:14px; line-height:14px;
	}
	article.newsArticle, .accordion, .jobTitles {
		padding-top:40px;
	}
}
@media (max-width: 950px) {
	.landingPageHeader {
		height:100px !important;
	}
	.landingPageHeader .holder {
		padding:10px 0 0 0;
	}
	.landingPageHeader .contactInfo {
		display: none;
	} 
	.landingPageHeader .header h1 {
		float: none;
	} 
	.landingPageHeader .header h1 img {
		display: block; margin: 0 auto; width: 140px;
	}	
	.clearMobile { 
		display:block;
	}
	.jobTitles .person {
		width: 50%;
	}	
	.contactUs .wrapper {
		margin-right:0;
	}
	.page-template-page-contact form.wpcf7-form {
		padding-bottom:20px;
	}
	.page-template-page-contact form.wpcf7-form input[type="submit"] {
		margin: 0 auto; display: block;
	}
	.contactUs .right {
		width:100%; margin-right:0;
	}
	.contactUs .right div {
		float:left; width:50%; text-align:center;
	}
	article.newsArticle {
		width: 50%; padding: 0px 20px 30px 20px;
	}
	.colClear {
		display: none;
	}
	.colMobile {
		display: block; width: 100%; height: 1px; clear: both;
	}
}
@media (max-width: 800px) {
	#toggle-search {
		float: none; display: inline-block; vertical-align: middle;
	}
	#search-form {
		top: 180px;
	}	
	footer p, footer ul {
		text-align:center;
	}
	.bottom {
		padding:30px 0px;
	}
	.bottom.landingPage  {
		padding:0;
	}
	.bottom p {
		margin:0px;
	}
	.bottom .left, .bottom .right {
		text-align:center; width:100%;
	}
	.bottom .right img {
		width:30px;
	}
	.flexslider li .meta, .flexslider li .rightSlide {
		top: 25px !important;
	}
	.flexslider li .meta.opening {
		top: 6px !important;
	}
	.flexslider li .opening {
		top:40%;
	}
	.flexslider li.flex-active-slide .meta h2 {
		font-size:32px !important;; margin:0px !important;;
	}
	.flexslider li p {
		font-size: 15px !important;; line-height: 19px !important;; margin:0px 0px 15px 0px !important;;
	}
	.flexslider li a.readMore {
		    font-size: 11px !important;; padding: 9px 27px !important;;
	}
	#map {
		width:100%; margin-bottom: 30px;
	}
	.markers {
		float:none; height:auto; width:100%; 
	}
	article.newsArticle {
		padding: 30px 15px 60px 15px;
	}
	.timeline-item {
		margin-left:20px;
	}
}

@media (max-width: 600px) {
	.topCountry {
		padding: 15px 0px 70px 0 !important;
	}
	.topCountry .right {
		margin:0 !important; text-align: center; float: none !important;
	}
	.topCountry .right label {
		display:block; padding: 0 0 4px 0;
	}
	.nav-button span, .nav-button span:before, .nav-button span:after {
		width: 30px;
	}
	.nav-button span:after {
		top: 8px;
	}
	.nav-button span:before {
		top: -8px;
	}
	#toggle-search {
		float: none; display: inline-block; top:0px;
	}
	.flex-direction-nav a {
		width: 20px !important; height: 20px !important;
	}
	.flex-direction-nav .flex-prev {
		    left: -25px !important;
	}
	.flex-direction-nav .flex-next {
		left: 50px !important;
	}
	.flex-direction-nav a:before {
		font-size: 14px !important; line-height: 18px !important;
	}
	flexslider li .meta, .flexslider li .rightSlide {
		top: 10px !important;
	}
	flexslider li .meta {
		left: 35px !important;
	}
	.flexslider li.flex-active-slide .meta h2 {
		font-size:18px !important;
	}
	.flexslider li p {
		font-size: 15px !important;
		line-height: 19px !important;
		margin: 0px 0px 15px 0px !important;
	}
	.flex-control-paging li a {
		width:15px; height:15px;
	}
	.services {
		padding:0px;
	}
	.services ul {
		padding: 30px 0 0 0;
	}
	.services li {
		width:100%; margin: 0 0 40px 0;
	}
	.services li p {
		margin:0;
	}
	.requestQuote h4 {
		line-height:42px;
	}
	.requestQuote .left {
		width:90%; padding-left:10%;
	}
	.homeCounter li b {
		font-size:50px;
	}	
	.homeCounter li span {
		font-size:18px; line-height:24px;
	}
	.bottom {
		padding:40px 0px;
	}
	.bottom .left p {
		margin-bottom:15px;
	}
	.contactLocations .location {
		width:100%;
	}
	article.newsArticle {
		width:100%;
	}
	.contactUs .right div {
		width:50%;
	}
}

/*--------------------------------------------------------------
 # 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%; border: 1px solid #e6e6e6;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto; background: #f7f7f7; max-width: 100%; padding: 10px; text-align: center;
}

.wp-caption .wp-caption-text {
	margin: 0; font-size: 11px; line-height: 17px; margin: 0; padding: 5px; color: #808080; background: #f7f7f7;
}

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