/*!
Theme Name: Genac Trinidad
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: genacTT
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
--------------------------------------------- */
.newsItem a {
	
	color:#000;
}


.newsItem a:hover,
.newsItem a:focus,
.newsItem a:active,
.newsItem a:visited{
	
	color:#000;
}



a {
	color: #4169e1;
}

a:visited {
	color: #4169e1;
}

a:hover,
a:focus,
a:active {
	color: #4169e1;
}

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

            
/*}

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

body {
	width:100%; margin:0 auto; display:block; /*max-width:1920px;*/ position:relative; background:#fff; clear:both;
}
.holder {
	width:80%; margin:0px 10%; position: relative; display:block; float:left; clear:both; z-index:-1;
}
.topCountry {
	left: 50%; margin-left: -960px; width: 1920px !important;
}
#myHeader {
	position: fixed; width: 100%; height:208px; margin:65px 0 0 0; background:white; z-index:999;
	left: 50%; margin-left: -960px; width: 1920px; height: 135px; -webkit-box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 50%);
    box-shadow: 0px 0px 7px 0px rgb(0 0 0 / 50%);
}
nav, .slider, .requestQuote, .homeCounter, .bottom, .contactLocations, .greenRow, .faq, .contactUs, .contactMap, .mobileHeader, footer {
	width:100%; position: relative; display:block; float:left; clear:both; z-index:-1;
}
.clearfix {
	display:block; height:1px; width:100%; clear:both;
}
.sticky {
  position: fixed !important; top: 0;
}
#myHeader + div {
	padding-top:273px; padding-top: 200px;
}
.zeynep + div {
	padding-top:273px; padding-top: 200px;
}
#myHeader.sticky + div {
	padding-top:239px; padding-top: 195px;
}
/*
.sticky .header {
	padding:20px 0px 10px 0;
}
h1 img {
	transition: all 1s; width:190px;
}
.sticky h1 img {
	max-width:160px;
}*/
.header {
	padding:25px 0px 18px 0px; transition:all 1s;
}
.header h1 {
	float:left;
}
header h1 img {
	width: 190px;
}

/*New Desktop Nav Styling*/
.header .menu-top-menu-container {
	float: left;
}
.header ul {
	padding-left: 0; list-style: none; line-height: 80px;
}
.header ul li {
	display: inline-block; 
}
.header ul > li {
	margin: 0 0 0px 40px; position: relative;
}
.header ul li a {
	position: relative; outline: none; color: #60ae45; text-decoration: none; font-weight: 700; font-size: 14px;
}
.header ul li.btn a {
	color: white; background: #50c927; transition: all 1s; font-size: 13px; padding: 5px 50px; border-radius: 6px;
    text-shadow: 0px 2px 2px rgb(0 0 0 / 30%); box-shadow: 0px 3.5px 0px 0px #45a026; display: inline-block; transition: all .4s ease-in-out; line-height: 38px;
}
.header ul li.btn a:hover {
	transform: scale(1.05);
}

.header li > a:not(:only-child)::after {
	font-family: 'Font Awesome 5 Free'; content: '\f107'; transform: translateY(-50%); position: relative; right: -12px; top: 50%;
}
.header 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;
}
.header ul.sub-menu li {
	padding: 0px; margin: 0px; width:100%; display: block;
}
.header ul.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 ul.sub-menu li a:hover {
	background: rgba(0,0,0,0.03); color: #333; font-weight: 600; border-left: 5px solid #60ae45;
}
.header ul.sub-menu li > a:not(:only-child)::after {
	right:-10px; content: '\f105';
}
.header ul.sub-menu li:hover > ul.sub-menu {
		top: 0; left: 100%; margin-left: 0;
}
header li:hover > .sub-menu {
	opacity: 1; visibility: visible; transform: scaleY(1);
}
/*New Desktop Nav Styling*/

.header h4 {
	color: #232323; font-size:18px; margin:0; transition:all 1s; line-height:24px; font-weight:400;
}
.header p {
	margin:0; transition:all 1s;
}
.sticky .header h4 {
	font-size:19px;
}

/*
.sticky .header a, .sticky .header a:hover {
	font-size: 13px;
}

.sticky .header ul{
	line-height: 80px;
}*/
.header p {
	font-size:13px;
}
.header a, .header a:hover {
	color: #60ae45; text-decoration:none; font-weight:700; outline:none; font-size:14px; transition: all 1s;;
}
.header-button {
 /* background:none;  overflow: hidden; text-align: left; text-transform: capitalize;  position: relative;  z-index: 1;  display: block;  width: auto;  height: 72px; margin: 0; padding: 0; outline: none; border: none; cursor: pointer; float:right;*/
	
	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;
}
.header-button img {
	/*height: 72px;*/
}
#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: 82px; left: 0; width: 100%; max-height: 0; overflow: hidden; background-color: #e1e4e7;*/
	-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: 200px; left: 0; width: 100%; max-height: 0; overflow: hidden; background-color: #64b746;
}
#search-form.open {
  /*max-height: 60px;*/
	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: 0 60px 0 0; padding: 0; border: none;
	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;
  /*background: transparent;*/
  border: none;
}
#search-form input[type="submit"] {
  /*position: absolute; bottom: 0; right: 0; width: 60px; margin: 0; padding: 0; font-weight: 700; text-transform: uppercase; color: #516270; background: #c6cacd; border: none; cursor: pointer;*/
	
	position: absolute; bottom: 0; right: 8px; width: 60px; margin: 0; padding: 0; font-weight: 700; text-transform: uppercase; color: #516270; background: #333; border: none; cursor: pointer; top: 8px; border-radius: 0 3px 3px 0; color: #f7f7f7;
}
 /*Landing Page Header Styles*/
 #myHeader.landingPageHeader {
	height: 145px; box-shadow: rgb(2 2 2 / 20%) 0px 0px 5px 0px;
}
#myHeader.sticky.landingPageHeader {
	height: 120px !important;
}
 /*Slider Styles*/
.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="tel"], .requestQuote input[type="email"], .requestQuote textarea{
	color: #333; font-size: 16px; margin: 0 0 25px 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"] {
	background:#54a239; color:white; text-decoration:none; padding: 15px 60px; border-radius: 30px; font-size: 16px; font-weight: 700;
}
.requestQuote .right img {
	display:block; position:absolute; bottom:0px;
}
.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:32px; 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;
}
.newsItem h4 {
	text-decoration:none; color: #0f263a; margin:0; display:inline; font-weight:700;
}
.newsItem p {
	color:#333; margin: 25px 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: 16px 0 0 0;
}
.contactInfo > div {
	float:left; margin: 0 0px 0 50px;
}
.contactInfo .content {
	float:left;
}
.contactInfo div img {
	float:left; margin: 0 15px 0 0px;
}
.sticky .contactInfo div img {
	margin-right:10px;
}
footer {
	background: #f2f2f2; padding:60px 0px;
}
footer .row {
	float:left; width:100%; 
}
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 !important; font-size:13px; font-weight:400; transition:all 0.5s;
}
footer li a:hover {
	text-decoration: underline;
}
.bottom {
	background-color: #343434; color:white; padding: 5px 0 0 0;
}
.bottom .left {
	float:left;
}
.bottom .right {
	float:right;
}
.bottom .right li {
	list-style:none; display:inline-block; margin: 11px 0px 0 10px;
}
.bottom .right li img {
	width: 30px;
}
.sticky {
	display: block; height:182px !important; height: 135px !important;
}

/*--------------------------------------------------------------
## Zeynep - Flyout Menu
--------------------------------------------------------------*/
.zeynep{
  bottom:0; overflow:hidden; -webkit-overflow-scrolling:touch; overflow-y:auto; pointer-events:none; position:fixed; top:0; transform:translateX(-100%) translateZ(0px); z-index:1011; background-color: #ffffff; width: 450px; padding: 100px 30px 0 30px !important;
}
.zeynep:not(.no-transition), .zeynep .submenu:not(.no-transition){
  transition:all 250ms;
}
.zeynep-overlay{
  background-color:rgba(0, 0, 0, .42); bottom:0; display:none; left:0; position:fixed; right:0; top:0; z-index:1010;
}
.zeynep-opened .zeynep-overlay{
  display:block;
}
.zeynep.opened{
  pointer-events:auto; transform:translateX(0px) translateZ(0px);
}
.zeynep.submenu-opened{
  overflow:hidden;
}
.zeynep .submenu{
  bottom:0; min-height:100%; overflow:hidden; -webkit-overflow-scrolling:touch; overflow-y:auto; pointer-events:none; position:fixed; top:0; width:100%;
}
.zeynep .submenu.opened{
  left:0; pointer-events:auto;
}
.zeynep .submenu.opened:not(.current){
  overflow:hidden;
}
.zeynep input[type="text"], .zeynep input[type="tel"], .zeynep input[type="email"], .zeynep select {
	color: #333; font-size: 16px; margin: 0 0 15px 0; padding: 15px; border-radius: 5px; background-color: rgb(255, 255, 255); width: 100%; display: block; border: 1px solid rgba(0,0,0, 0.1); font-size:13px;
}
.zeynep input[type="submit"] {
	background: #54a239; color: white; text-decoration: none; border-radius: 30px; font-weight: 600; text-transform: uppercase; font-size: 13px; padding: 15px 50px; box-shadow: 0px 3.5px 0px 0px #45a026; border: 0;
}
/* right side menu specific styles */
body {
  right: 0;
}
.zeynep-opened body {
  overflow: hidden;
}
.zeynep.right {
  left: auto; right: 0;
}
.zeynep.right:not(.opened) {
  transform: translateX(100%);
}

.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;
}
/*--------------------------------------------------------------
## Other Insurance 
--------------------------------------------------------------*/
.insuranceTabs {
	position: relative; margin: 40px 0;
}
.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;
}
/*--------------------------------------------------------------
## 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;
}
.pageHolder ul, .page-template ul {
	margin: 0 0 0 40px;
}
.pageHolder li, .page-template li {
	margin: 0px 0 10px 0px; font-size: 15px; line-height: 21px;
}
a.phoneLink{
	color: #60ae45;
}
/*--------------------------------------------------------------
## 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;
}
.vacancies li a {
	color: #60ae45; font-size: 18px; line-height: 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 .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;
}
.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: 2em 0; padding: 0 30px; text-align:justify;
}
.accordion .accordion-content ul {
	padding:20px 0px;
}
.accordion .accordion-content li {
	list-style:disc; margin:0 30px 0 50px; font-weight:300; line-height:25px;
}

/*--------------------------------------------------------------
## News Archive Template
--------------------------------------------------------------*/
article.newsArticle {
	float:left; width:33%; padding:0px 30px 60px 30px;
}
article.newsArticle p a {
	color: #333; margin: 25px 0px; text-align: justify; line-height: 20px;
}
article.newsArticle p a.moretag {
	color: #0f263a; font-weight: 700; display:block; font-size:14px;
}
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 {
    color: #333; margin: 25px 0px; text-align:justify; line-height:20px;
}
article.newsArticle .readMore {
    color: #0f263a; font-weight: 700;
}
.colClear {
	display: block; height: 1px; width: 100%; clear: both;
}
/*--------------------------------------------------------------
## 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;
}

/*--------------------------------------------------------------
## Join the Genac Family
--------------------------------------------------------------*/
.jobForm .row {
	width:100%; float:left; display:block; clear:both; margin-bottom:20px;
}
.jobForm .row label, .jobForm .row input, .jobForm .row select{
	width:100%; display:block;
}
.jobForm .row input, .jobForm .row select {
	margin-top:5px; padding:10px; border-radius: 4px;
}
.jobForm .row label{
	padding:0 5px;
}
.jobForm .row.half label{
	width:50%; float:left;
}
.jobForm .row input[type="file"] {
	padding-left: 0px; width: auto; display: inline;
}
.jobForm .row input[type="submit"] {
	width:auto; color: white; background: #50c927; transition: all 1s; font-size: 13px; padding: 5px 50px; border-radius: 6px; text-shadow: 0px 2px 2px rgb(0 0 0 / 30%); box-shadow: 0px 3.5px 0px 0px #45a026; display: inline-block; transition: all .4s ease-in-out; line-height: 38px; cursor:pointer; font-size:15px;
}
.jobForm .row input[type="submit"]:hover {
	transform: scale(1.05);
}
/*--------------------------------------------------------------
## 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);
}

/*--------------------------------------------------------------
## Job Application Page
--------------------------------------------------------------*/
#wpcf7-f377-p378-o1 {
	width:90%; margin-left:5%;
}
#wwpcf7-f377-p378-o1 p {
	margin:0;
}
#wpcf7-f377-p378-o1 input[type="text"], #wpcf7-f377-p378-o1 input[type="email"], #wpcf7-f377-p378-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-f377-p378-o1 select {
	width:auto;
}
#wpcf7-f377-p378-o1input[type="file"] {
	margin: 10px 0 30px 0px;
}
#wpcf7-f377-p378-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;
}

/*--------------------------------------------------------------
## Single News Post
--------------------------------------------------------------*/
.news_single {
	padding-bottom:40px;
}
.news_single h1 {
	padding:60px 0 0 0; color:#60ae45; 
}
.wp-caption .wp-caption-text {
    margin: 0; color: white; background: black; padding: 10px;
}
.news_single p {
	text-align:justify;
}
.news_single li {
	font-size:16px; margin: 0 0 10px 25px;
}
.news_single a {
	color: #60ae45;
}
.news_single .wp-caption .wp-caption-text {
	margin:0;
}
/*--------------------------------------------------------------
## 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;
}
.page-template-page-contact form.wpcf7-form {
	margin-left:10%; width:80%; padding-bottom:60px;
}
.page-template-page-contact form.wpcf7-form  input[type="text"], .page-template-page-contact form.wpcf7-form  input[type="tel"], .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 0 25px 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  input[type="submit"] {
	background:#54a239; color:white; text-decoration:none; padding: 15px 60px; border-radius: 30px; font-size: 16px; font-weight: 700;
}
.page-template-page-contact form.wpcf7-form .lname, .page-template-page-contact form.wpcf7-form .fname{
	float: left; width: 48%; z-index:5;
}
.page-template-page-contact form.wpcf7-form .fname{
	margin-right:4%;
}
.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; margin-top:275px;
}
.ourManagers .pageTitle {
	padding-top: 70px;
}
.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; padding:0 0 30px 0; text-align:justify;
}
.jobTitles .bio.show {
	display:block;
}
.bio span {
	color: #60ae45; font-size:18px;
}
/*--------------------------------------------------------------
## 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;
}
.clearMobile {
	display:none; float:left; width:100%; clear:both; height:1px;
}
.colMobile {
	display: none;
}
/*
.overlayContent {
	display:none;
}*/
@media (max-width: 1920px) {
	.topCountry, #myHeader{
		left:auto; margin-left:auto; width:100% !important;
	}
}
@media (max-width: 1400px) {
	.holder {
		width:90%; margin: 0 5%;
	}
}
@media (max-width: 1100px) {
	#myHeader {
		display:none;
	}
	#myHeader.landingPageHeader {
		display: block;
	}
	#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;
	}
	.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;
	}
	.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: 20px; 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 !important;
	}
	
	
	.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;
	}
	.zeynep + div {
		padding-top: 180px;
	}
	.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;
	}
	.insuranceTabs {
		margin: 40px 0 0 0;
	}
}
@media (max-width: 950px) {
	.clearMobile { 
		display:block;
	}
	.jobTitles .person {
		width: 50%;
	}	
	footer .row.facebook, footer .row.instagram {
		display:block;
	}
	.page-template-page-blog .pageTitle {
		padding: 50px 0;
	}
	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;
	}
	.topCountry {
		height: 65px !important;
	}
	.topCountry .left {
		display: none;
	}
	.topCountry .right {
		width: 100%; margin: 0 !important; text-align: center;
	}
	.topCountry .right label {
		display: block;
	}
	.topCountry .right .mobile {
		display:inline !important;
	}
	.bottom {
		padding:30px 0px;
	}
	.bottom p {
		margin:0px;
	}
	.bottom .left, .bottom .right {
		text-align:center; width:100%;
	}
	.bottom .right ul {
		margin:0;
	}
	.bottom .right img {
		width:30px;
	}
	.flexslider li .meta, .flexslider li .rightSlide {
		top: 25px !important;
	}
	.flexslider li .rightSlide.futureproof {
		top:70% !important;;
	}	
	.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: 0px 15px 40px 15px;
	}
	.timeline-item {
		margin-left:20px;
	}
	.insuranceTabs h4 {
		width: 100%;
	}
	.insuranceTabs ul {
		zoom: 1; position: relative; height: auto; min-height: 100%; display: none;
	} 
	.page-template-page-contact form.wpcf7-form .lname, .page-template-page-contact form.wpcf7-form .fname{
		width: 100%;
	}
	.page-template-page-contact form.wpcf7-form .fname{
		margin-right:0%;
	}
	footer {
		padding:30px 0;
	}
	footer .row.facebook, footer .row.instagram {
		display:none;
	}
	footer .row {
		width: 100%;
	}
	#myHeader.landingPageHeader {
		height: 100px !important;
	}
	.header {
		padding: 15px 0;
	}
	.header h1 {
		float: none;
	}
	.header h1 img {
		display: block; margin: 0 auto; width: 140px;
	}
	.contactInfo {
		display: none;
	}	
}

@media (max-width: 600px) {
	/*Motor Slide*/
	.flexslider li.motorSlide .meta {
		top: 10px !important; left:50px;
	}
	.flexslider li.motorSlide .meta h2{
		font-size: 16px !important;
	}
	.flexslider li.motorSlide  .meta p{
		font-size: 10px !important; line-height: 14px !important; margin: 0px 0px 5px 0px !important;
	}
	.flexslider li.motorSlide  a.readMore{
		font-size: 7px !important; padding: 5px 20px !important;
	}
	/*
	.topCountry {
		height: 65px !important;
	}
	.topCountry .left {
		display: none;
	}
	.topCountry .right {
		width: 100%; margin: 0 !important; text-align: center;
	}
	.topCountry .right label {
		display: block;
	}
	*/
	.nav-button span, .nav-button span:before, .nav-button span:after {
		height: 4px; width: 28px;
	}
	.nav-button span:before {
		top: -9px;
	}
	.nav-button span:after {
		top: 9px;
	}
	.mobileHeader {
		margin: 65px 0 0 0; padding: 20px 0;
	}
	.top_nav> ul > li a {
		font-size: 15px;
	}
	.top_nav > ul li.menu-item-has-children:before {
		font-size: 12px;
	}
	.zeynep + div {
		padding-top: 160px;
	}
	#myHeader + div {
		padding: 163px 0 0 0;
	}
	.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: 19px !important; padding: 1px 0px !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 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%; padding: 0px 0px 50px 0px;
	}
	.jobForm .row.half label {
		width: 100%; margin-top: 20px;
	}
}
@media (max-width: 400px) {
	#myHeader + div {
		padding: 180px 0 0 0;
	}
	.nav-button span, .nav-button span:before, .nav-button span:after {
		width:32px;
	}
	.mobileHeader {
		margin: 65px 0 0 0; padding: 15px 0px;
	}
	.zeynep + div {
		padding-top: 150px;
	}
}
/*--------------------------------------------------------------
 # 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;
}
