  @import 'import/unsemantic-grid-responsive-tablet-no-ie7.css';
@import 'import/responsive-menu.css';

/*

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

*/

/***
   TEST MENU CODE
/


/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
audio,
canvas,
video {
  display: inline-block; }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }
  
/* select {
    -moz-appearance: none;
}

input {
    -moz-appearance: none;
} */

.call-to-action {
	display: block;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ 
  overflow-x: hidden;
  }

/**
 * Remove default margin.
 */
body {
  margin: 0; 
  overflow-x: hidden;
  }
  
/**
 * Set a container background colour so we can see our grid system and set grid 
 * container back to white.
 */ 
#container {
	background: #fff;
}
#inner-content {
	background: white;
}
#inner-header {
	background-color: #F6F6F6;
	height: 100px;
}

#masthead {
	background-color: #F6F6F6;
}

#masthead, #content, .footer {
	flex: 100%;
	width: 100%;
}
/* ==========================================================================
   Wordpress
   ========================================================================== */
/**
 * Required Wordpress CSS classes required to pass theme checks.
 */
.sticky {}
.bypostauthor {}
.gallery-caption {
	display: block;
	font-size: 0.8125rem;
	font-style: italic;
	line-height: 1.6153846154;
	padding-top: 0.5384615385em;
}
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/**
 * Adding post format support classes
 */
.format-asides {}
.format-gallery {}
.format-link {}
.format-image {}
.format-quote {}
.format-status {}
.format-video {}
.format-audio {}
.format-chat {}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; 
  text-decoration: none;
  }

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* ==========================================================================
   Typography
   ========================================================================== */
   
h1, h2, h3, h4, h5, h6, p {
	font-family: 'Rambla', sans-serif;
	
} 

h1, h2, h3, h4, h5, h6 {
	color: #007a33;
} 
 
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong,
.strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn,
em,
.em {
  font-style: italic; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/*
 * proper formatting [disabled] (http://blog.fontdeck.com/post/9037028497/hyphens)
*/
p {
  /*
  -webkit-hyphens: auto;
  -epub-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; 
  */
}

/*
 * Addresses margins set differently in IE6/7.
 */
pre {
  margin: 0; }

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre-wrap; }

/**
 * Set consistent quote types.
 */
q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
q:before,
q:after {
  content: '';
  content: none; }

small, .small {
  font-size: 75%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* ==========================================================================
  Lists
========================================================================== */
/*
 * Addresses margins set differently in IE6/7.
 */
dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0; }

/*
 * Addresses paddings set differently in IE6/7.
 */
menu {
  padding: 0 0 0 40px; }

ol,
ul {
  padding: 0;
  list-style-type: initial;
  list-style-position: inside;
  color: #14151e;
  font-family: 'Rambla', sans-serif;
  }

/*
 * Corrects list images handled incorrectly in IE7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none; }
  
article ol {
  list-style-type: decimal;
}

/* ==========================================================================
  Embedded content
========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0; }

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden; }

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 0; }

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  
  padding: 0;
  } 

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */ }

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden; }

.clearfix, .cf, .comment-respond {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .comment-respond:before, .cf:after, .comment-respond:after {
    content: "";
    display: table; }
  .clearfix:after, .cf:after, .comment-respond:after {
    clear: both; }
.entry-content .alignright {
	clear: both
}

/*
use the best ampersand
http://simplebits.com/notebook/2008/08/14/ampersands-2/
*/
span.amp {
  font-family: Baskerville,'Goudy Old Style',Palatino,'Book Antiqua',serif !important;
  font-style: italic; }

/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-break: break-all;
  -ms-word-wrap: break-all;
  word-break: break-word;
  word-break: break-word;
  /* -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3; */
  -webkit-font-feature-settings: "liga", "dlig";
  -moz-font-feature-settings: "liga=1, dlig=1";
  -ms-font-feature-settings: "liga", "dlig";
  -o-font-feature-settings: "liga", "dlig";
  font-feature-settings: "liga", "dlig"; }

/*

Stylesheet: Alert Styles

*/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/*
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

*/
/*
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

Here's a quick video to show how it works:
http://www.youtube.com/watch?v=hwdVpKiJzac

*/
.blue-btn, .comment-reply-link, #submit {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: white;
  font-size: 0.9em;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
  padding: 0 24px;
  border-radius: 4px;
  border: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out; }
  .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
    color: white;
    text-decoration: none; }
  .blue-btn:active, .comment-reply-link:active, #submit:active {
    top: 1px; }

/*
An example button.
You can use this example if you want. Just replace all the variables
and it will create a button dependant on those variables.
*/
.blue-btn, .comment-reply-link, #submit {
  background-color: #2980b9; }
  .blue-btn:hover, .comment-reply-link:hover, #submit:hover, .blue-btn:focus, .comment-reply-link:focus, #submit:focus {
    background-color: #2574a8; }
  .blue-btn:active, .comment-reply-link:active, #submit:active {
    background-color: #2472a4; }

/*
Site Name:
Author:

Stylesheet: Form Styles

We put all the form and button styles in here to setup a consistent
look. If we need to customize them, we can do this in the main
stylesheets and just override them. Easy Peasy.

You're gonna see a few data-uri thingies down there. If you're not
sure what they are, check this link out:
http://css-tricks.com/data-uris/
If you want to create your own, use this helpful link:
http://websemantics.co.uk/online_tools/image_to_data_uri_convertor/

*/
/*
INPUTS
*/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  margin-bottom: 14px;
  font-size: 1em;
  color: #5c6b80;
  border-radius: 3px;
  vertical-align: middle;
  box-shadow: none;
  border: 0;
  width: 100%;
  max-width: 400px;
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #eaedf2;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out; }
  input[type="text"]:focus, input[type="text"]:active,
  input[type="password"]:focus,
  input[type="password"]:active,
  input[type="datetime"]:focus,
  input[type="datetime"]:active,
  input[type="datetime-local"]:focus,
  input[type="datetime-local"]:active,
  input[type="date"]:focus,
  input[type="date"]:active,
  input[type="month"]:focus,
  input[type="month"]:active,
  input[type="time"]:focus,
  input[type="time"]:active,
  input[type="week"]:focus,
  input[type="week"]:active,
  input[type="number"]:focus,
  input[type="number"]:active,
  input[type="email"]:focus,
  input[type="email"]:active,
  input[type="url"]:focus,
  input[type="url"]:active,
  input[type="search"]:focus,
  input[type="search"]:active,
  input[type="tel"]:focus,
  input[type="tel"]:active,
  input[type="color"]:focus,
  input[type="color"]:active,
  select:focus,
  select:active,
  textarea:focus,
  textarea:active,
  .field:focus,
  .field:active {
    background-color: #f7f8fa; }
  input[type="text"].error, input[type="text"].is-invalid,
  input[type="password"].error,
  input[type="password"].is-invalid,
  input[type="datetime"].error,
  input[type="datetime"].is-invalid,
  input[type="datetime-local"].error,
  input[type="datetime-local"].is-invalid,
  input[type="date"].error,
  input[type="date"].is-invalid,
  input[type="month"].error,
  input[type="month"].is-invalid,
  input[type="time"].error,
  input[type="time"].is-invalid,
  input[type="week"].error,
  input[type="week"].is-invalid,
  input[type="number"].error,
  input[type="number"].is-invalid,
  input[type="email"].error,
  input[type="email"].is-invalid,
  input[type="url"].error,
  input[type="url"].is-invalid,
  input[type="search"].error,
  input[type="search"].is-invalid,
  input[type="tel"].error,
  input[type="tel"].is-invalid,
  input[type="color"].error,
  input[type="color"].is-invalid,
  select.error,
  select.is-invalid,
  textarea.error,
  textarea.is-invalid,
  .field.error,
  .field.is-invalid {
    color: #fbe3e4;
    border-color: #fbe3e4;
    background-color: white;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
    outline-color: #fbe3e4; }
  input[type="text"].success, input[type="text"].is-valid,
  input[type="password"].success,
  input[type="password"].is-valid,
  input[type="datetime"].success,
  input[type="datetime"].is-valid,
  input[type="datetime-local"].success,
  input[type="datetime-local"].is-valid,
  input[type="date"].success,
  input[type="date"].is-valid,
  input[type="month"].success,
  input[type="month"].is-valid,
  input[type="time"].success,
  input[type="time"].is-valid,
  input[type="week"].success,
  input[type="week"].is-valid,
  input[type="number"].success,
  input[type="number"].is-valid,
  input[type="email"].success,
  input[type="email"].is-valid,
  input[type="url"].success,
  input[type="url"].is-valid,
  input[type="search"].success,
  input[type="search"].is-valid,
  input[type="tel"].success,
  input[type="tel"].is-valid,
  input[type="color"].success,
  input[type="color"].is-valid,
  select.success,
  select.is-valid,
  textarea.success,
  textarea.is-valid,
  .field.success,
  .field.is-valid {
    color: #e6efc2;
    border-color: #e6efc2;
    background-color: white;
    background-position: 99% center;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
    outline-color: #e6efc2; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    cursor: not-allowed;
    border-color: #cfcfcf;
    opacity: 0.6; }
    input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
    input[type="password"][disabled]:focus,
    input[type="password"][disabled]:active,
    input[type="password"].is-disabled:focus,
    input[type="password"].is-disabled:active,
    input[type="datetime"][disabled]:focus,
    input[type="datetime"][disabled]:active,
    input[type="datetime"].is-disabled:focus,
    input[type="datetime"].is-disabled:active,
    input[type="datetime-local"][disabled]:focus,
    input[type="datetime-local"][disabled]:active,
    input[type="datetime-local"].is-disabled:focus,
    input[type="datetime-local"].is-disabled:active,
    input[type="date"][disabled]:focus,
    input[type="date"][disabled]:active,
    input[type="date"].is-disabled:focus,
    input[type="date"].is-disabled:active,
    input[type="month"][disabled]:focus,
    input[type="month"][disabled]:active,
    input[type="month"].is-disabled:focus,
    input[type="month"].is-disabled:active,
    input[type="time"][disabled]:focus,
    input[type="time"][disabled]:active,
    input[type="time"].is-disabled:focus,
    input[type="time"].is-disabled:active,
    input[type="week"][disabled]:focus,
    input[type="week"][disabled]:active,
    input[type="week"].is-disabled:focus,
    input[type="week"].is-disabled:active,
    input[type="number"][disabled]:focus,
    input[type="number"][disabled]:active,
    input[type="number"].is-disabled:focus,
    input[type="number"].is-disabled:active,
    input[type="email"][disabled]:focus,
    input[type="email"][disabled]:active,
    input[type="email"].is-disabled:focus,
    input[type="email"].is-disabled:active,
    input[type="url"][disabled]:focus,
    input[type="url"][disabled]:active,
    input[type="url"].is-disabled:focus,
    input[type="url"].is-disabled:active,
    input[type="search"][disabled]:focus,
    input[type="search"][disabled]:active,
    input[type="search"].is-disabled:focus,
    input[type="search"].is-disabled:active,
    input[type="tel"][disabled]:focus,
    input[type="tel"][disabled]:active,
    input[type="tel"].is-disabled:focus,
    input[type="tel"].is-disabled:active,
    input[type="color"][disabled]:focus,
    input[type="color"][disabled]:active,
    input[type="color"].is-disabled:focus,
    input[type="color"].is-disabled:active,
    select[disabled]:focus,
    select[disabled]:active,
    select.is-disabled:focus,
    select.is-disabled:active,
    textarea[disabled]:focus,
    textarea[disabled]:active,
    textarea.is-disabled:focus,
    textarea.is-disabled:active,
    .field[disabled]:focus,
    .field[disabled]:active,
    .field.is-disabled:focus,
    .field.is-disabled:active {
      background-color: #d5edf8; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em; }

select {
  -webkit-appearance: none;
  /* 1 */
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center; }

/*
BASE (MOBILE) SIZE
This are the mobile styles. It's what people see on their phones. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*/
/*
Site Name:
Author:

Stylesheet: Base Mobile Stylesheet

Be light and don't over style since everything here will be
loaded by mobile devices. You want to keep it as minimal as
possible. This is called at the top of the main stylsheet
and will be used across all viewports.

*/
/*
GENERAL STYLES
*/
body {
  font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  line-height: 1.5;
  color: #b8b8c2;
  -webkit-font-smoothing: antialiased; 
}

/
WORDPRESS BODY CLASSES
style a page via class
/
/* for sites that are read right to left (i.e. hebrew) */
/* home page */
/* blog template page */
/* archive page */
/* date archive page */
/* replace the number to the corresponding page number */
/* search page */
/* search result page */
/* no results search page */
/* individual paged search (i.e. body.search-paged-3) */
/* 404 page */
/* single post page */
/* individual post page by id (i.e. body.postid-73) */
/* individual paged single (i.e. body.single-paged-3) */
/* attatchment page */
/* individual attatchment page (i.e. body.attachmentid-763) */
/* style mime type pages */
/* author page */
/* user nicename (i.e. body.author-samueladams) */
/* paged author archives (i.e. body.author-paged-4) for page 4 */
/* category page */
/* individual category page (i.e. body.category-6) */
/* replace the number to the corresponding page number */
/* tag page */
/* individual tag page (i.e. body.tag-news) */
/* replace the number to the corresponding page number */
/* custom page template page */
/* individual page template (i.e. body.page-template-contact-php */
/* replace the number to the corresponding page number */
/* parent page template */
/* child page template */
/* replace the number to the corresponding page number */
/* if user is logged in */
/* paged items like search results or archives */
/* individual paged (i.e. body.paged-3) */

/*
LINK STYLES
*/
a, a:visited {
  color: #007a33;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    opacity: 0.8; }
  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);  
    }

/*
H1, H2, H3, H4, H5 STYLES
*/
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
  text-rendering: optimizelegibility;
  font-weight: 500;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /* removing text decoration from all headline links */ }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a {
    text-decoration: none; }

h1, .h1 {
  font-size: 2.5em;
  line-height: 1.333em; }

h2, .h2 {
  font-size: 1.75em;
  line-height: 1.4em;
  margin-bottom: 0.375em; }

h3, .h3 {
  font-size: 1.125em; }

h4, .h4 {
  font-size: 1.4em; }

h5, .h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px; }

/*
HEADER STYLES
*/
.header {
}

#logo {
  /* margin: 0.60em 0; */
  margin-top: 0.6em;  
  max-width: 250px;
  } 
  
 /* .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children {
	  padding-top: 30px;
  } */
  
  
  .menu-item.menu-item-type-post_type.menu-item-object-page a {
  color: #14151e;
  }
  
.custom-logo {
	max-width: 230px;
	max-height: 50px;
}

.group-logo {
	height: 62px;
}
  

/* #contact-call-to-action {
	display: table-cell;
	vertical-align: middle;
} */

/***
	MAIN PROJECT TEMPLATE PAGE
****/

div.breadcrumbs {
	background-color: #fff;
}

.esg-filter-checked {
	display: none;
}

.projects-content {
	margin-bottom: 10px;
}

.projects-inner-content {
	text-align: center;
}

.esg-filterbutton.esg-allfilter.selected {
	font-family: 'Rambla', sans-serif !important;
	color: #fff !important;
	background-color: #141414 !important;
	border-radius: 1px !important;
	font-weight: 100 !important;
	font-size: 13px !important;
}

.esg-filterbutton.esg-allfilter {
	font-family: 'Rambla', sans-serif !important;
	color: #fff !important;
	background-color: #141414 !important;
	border-radius: 1px !important;
	font-weight: 100 !important;
	font-size: 13px !important;
}

div.esg-filter-wrapper:nth-child(1) > div:nth-child(1) > span:nth-child(1) {
	padding-left: 10px !important;
	padding-right: 10px !important;
}

div.esg-filter-wrapper:nth-child(1) > div:nth-child(2) {
	color: #141414 !important;
	background: none !important;
	font-weight: 700 !important;
	font-size: 13px !important;
}

div.esg-filter-wrapper:nth-child(1) > div:nth-child(3) {
	color: #141414 !important;
	background: none !important;
	font-weight: 700 !important;
	font-size: 13px !important;
}

div.esg-filter-wrapper:nth-child(2) {
	border: 1px solid #141414 !important;
	border-radius: 1px !important;
}

.esg-selected-filterbutton {
	color: #141414 !important;
}

.esg-selected-filterbutton > span:nth-child(1) {
	text-align: center !important;
	padding-left: 50px !important;
	padding-right: 50px !important;
	font-weight: 700 !important;
	font-size: 13px !important;
}

.eg-icon-down-open {
	color: #141414 !important;
}

.esg-dropdown-wrapper > div:nth-child(1) {
	display: none !important;
}

div.esg-dropdown-wrapper {
	min-width: 235px;
} 

.esg-dropdown-wrapper > div:nth-child(n) {
	background-color: #F6F6F6 !important;
	color: #141414 !important;
	font-weight: 700 !important;
	font-size: 13px !important;
	border-top: 1px solid transparent !important;
	border-bottom: 1px solid transparent !important;
}

.esg-dropdown-wrapper > div:nth-child(n):hover {
	border: 1px solid #141414 !important;
	border-radius: 1px;
}

.esg-dropdown-wrapper {
	background-color: #F6F6F6 !important;
}
a.hover-effect div.hover-state {
	visibility: hidden;
	background-color: rgba(0,122,51,.9);
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 100%;
    text-align: center;
}
a.hover-effect:hover div.hover-state {
	visibility: visible;
}
a.hover-effect div.hover-state header {
	display: table;
	width: 100%;
	height: 100%;
}
a.hover-effect div.hover-state .hover-title {
	color: white;
	font-size: 2em;
	font-weight: 700;
	display: table-cell;
    vertical-align: middle;
}
a.hover-effect div.hover-state .hover-title svg {
	margin-top: .5em;
	width: 1em;
	height: 1em;
}
.esg-post-list {
	columns: 2;
}
.esg-post-list figure img {
	max-width: 100%;
	width: 100%;
    height: auto;
}
.esg-post-list h3.entry-title a,
.esg-post-list h3.entry-title {
	color: #000;
	text-align: center;
	padding: 1em 0 .25em 0;
	font-weight: 700;
}
.esg-post-list article.esg_posts section.entry-content {
	background: white;
	text-align: center;
}
.esg-post-list article.esg_posts {
	column-break-inside: avoid;
	-webkit-column-break-inside: avoid;
	position: relative;
  border: 2px solid #14151e
}
.esg-post-list span {
	text-transform: uppercase;
}
.esg-post-list header {
	padding-bottom: 1em;
}
.esg-post-list p {
	text-align: center !important;
	padding: 0 30px 1em 30px;
}
body.post-type-archive-esg_posts #inner-content,
body.post-type-archive-esg_posts #container,
body.category-news #inner-content,
body.category-news #container {
	background: #f6f6f6;
}
body.post-type-archive-esg_posts #inner-content,
body.category-news #inner-content {
	margin-top: 60px;
}

.modal-wrapper.styled .wp-post-modal {
	padding: 0 !important;
	border: none;
}
#modal-content {
	color: #14151e;
  position: absolute;
  background-color: white;
}
.modal-gallery {
	line-height: 0;
	overflow: hidden;
	padding: 0;
}
.modal-gallery img {
	float: right;
}
#modal-content .entry-content {
	padding: 20px;
	margin-top: 0;
}
body.esg_posts-template-default #modal-ready {
	margin-top: 2em;
}

/
    PROJECT POST TEMPLATE
/
#go-back {
	background-image:url('data:image/svg+xml;utf-8,\<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90.35 174.99"><defs><style>.cls-1{fill:white;}</style></defs><title>arrow-left</title><polygon class="cls-1" points="0 87.5 0 87.5 75.73 174.99 90.35 162.33 25.58 87.5 90.35 12.66 75.73 0 0 87.5 0 87.5"/></svg>');
	 background-repeat:no-repeat;
	 background-position: center;
	 background-size: 6px;
	 background-position-x: 25%;
	 background-color: #007a33;
	 color: #fff;
	 padding-left: 45px;
	 padding-right: 20px;
	 padding-top: 10px;
	 padding-bottom: 10px;
	 border: none;
 }

.project-body {
	background-color: #F6F6F6;
	margin-bottom: 10px;
}

#project-breadcrumbs {
	margin-left: -10px;
	margin-right: -10px;
}

@media screen and (max-width: 1030px) {
#project-breadcrumbs {	
	margin-top: 10px;
  }
}

#inner-content.grid-container.project-body {
	background-color: #f6f6f6;
}

#project-content {
	background-color: #fff;
	text-align: center;
}

.back-to-projects {
	margin-top: 50px; 
}

.back-to-projects a {
	text-decoration: none !important;
	color: #007a33 !important;
	padding-left: 20px;
	font-size: 14px;
}

#project-download-pdf {
	background-color: #14151e;
	background-image:url('data:image/svg+xml;utf-8,\<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 66.77 66.77"><defs><style>.cls-1{fill:white;}</style></defs><title>download-pdf</title><path class="cls-1" d="M33.39,66.77A33.39,33.39,0,1,1,66.77,33.39,33.42,33.42,0,0,1,33.39,66.77ZM33.39,2A31.39,31.39,0,1,0,64.77,33.39,31.42,31.42,0,0,0,33.39,2Z"/><path class="cls-1" d="M55.51,19.37V16.54h-3V13L33.31,16.54H11.26v2.83H9.64V49.8h47.5V19.37Zm-42.67,0V18.13H32.59V47H12.84ZM42,16.54l8.95-1.66V43.75L34.17,46.86V18l3.55-.66Zm11.94,2.83V47H42l10.52-2V18.13h1.42ZM36.59,39.67V38l11.81-3.2v1.63Zm0,4.23V42.25L48.4,39.06v1.63Zm0-20.46,0-1.51,8.71-2.56,3.1-.86v1.64Zm0,4,0-1.64L48.4,22.55v1.64Zm0,4V30l11.82-3.36v1.64Zm0,4V34l11.81-3.4v1.64Zm-21.41,3H30.42v1.59H15.19Zm0,4.28H30.42v1.58H15.19ZM30.42,32H15.18V30.37H30.42Zm0-4.37H15.18V26H30.42Zm0-4.12H15.18V21.88H30.42Zm0,12.53H15.18V34.41H30.42ZM26.8,27.86"/></svg>');
	 background-repeat: no-repeat;
	 background-position: center; 
	 background-size: 22px;
	 background-position-x: 10%;
	 color: #fff;
	 text-decoration: none;
	 text-align: center;
	 padding-top: 15px;
	 padding-bottom: 15px;
	 padding-right: 25px;
	 padding-left: 55px;
	 font-size: 13px;
}

#project-contact-us {
	background-color: #007a33;
	background-image:url('data:image/svg+xml;utf-8,\<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 66.77344 66.77344"><title>contact</title><path d="M55.95366,18.60328V46.20973a4.07111,4.07111,0,0,1-4.05957,4.05957H14.54448a4.0711,4.0711,0,0,1-4.05957-4.05957V18.60328a4.07111,4.07111,0,0,1,4.05957-4.05957H51.89409a4.07113,4.07113,0,0,1,4.05957,4.05957Zm-3.248.939v-.62207c0-.07568-.00391-.18555-.01269-.32959a.70434.70434,0,0,0-.07618-.31738c-.042-.06739-.08886-.14356-.13965-.228a.46038.46038,0,0,0-.22753-.19043.92774.92774,0,0,0-.35547-.06348H14.54448a.82386.82386,0,0,0-.81153.812,8.88218,8.88218,0,0,0,3.7295,7.20606q4.897,3.85694,10.1748,8.043.15234.12744.8877.74853.73681.62256,1.168.95166.43065.32959,1.1289.79883a6.71021,6.71021,0,0,0,1.28125.69824,2.99834,2.99834,0,0,0,1.09082.22852h.05078a3.00241,3.00241,0,0,0,1.09082-.22852,6.70991,6.70991,0,0,0,1.28125-.69824q.69873-.46875,1.12989-.79883.43066-.32958,1.167-.95166.73534-.62109.88769-.74853,5.27784-4.18653,10.17481-8.043a11.91516,11.91516,0,0,0,2.5498-2.93066A6.33056,6.33056,0,0,0,52.70561,19.54225Zm0,26.66748V26.72243a14.86478,14.86478,0,0,1-1.75,1.6748Q44.15434,33.62452,40.146,36.9734q-1.29345,1.09131-2.10547,1.7002a11.71619,11.71619,0,0,1-2.19531,1.23047,6.35635,6.35635,0,0,1-2.60059.62207h-.05078a6.3563,6.3563,0,0,1-2.60058-.62207A11.71631,11.71631,0,0,1,28.398,38.6736q-.81151-.60937-2.10547-1.7002Q22.28325,33.624,15.483,28.39723a14.78979,14.78979,0,0,1-1.75-1.6748v19.4873a.82387.82387,0,0,0,.81153.81152H51.89409a.8221.8221,0,0,0,.81152-.81152Z" style="fill:white"/><path d="M33.38672,66.77344A33.38672,33.38672,0,1,1,66.77344,33.38672,33.42463,33.42463,0,0,1,33.38672,66.77344ZM33.38672,2A31.38672,31.38672,0,1,0,64.77344,33.38672,31.42234,31.42234,0,0,0,33.38672,2Z" style="fill:white"/></svg>');
	 background-repeat: no-repeat;
	 background-position: center; 
	 background-size: 22px;
	 background-position-x: 10%;
	 color: #fff;
	 text-decoration: none;
	 text-align: center;
	 padding-top: 15px;
	 padding-bottom: 15px;
	 padding-right: 50px;
	 padding-left: 55px;
	 font-size: 13px;
}

.single-project-contact {
	margin-top: 30px;
}

@media screen and (max-width: 800px) {
	.single-project-downoload { text-align: center; }
	.single-project-contact { text-align: center; }
}

/**** Project Gallery ****/

.ms-nav-next {
	display: none;
}

.ms-nav-prev {
	display: none;
}


/*
     BRAND PAGE TEMPLATE
*/

.top-img-box {
	width:100%;
	background-color:#fff;
	margin-top:0px;
	left:0px;
	top:0px;
	z-index:-1; 
}

.top-page-img {
	background-position: center; 
    height: 250px;
	background-repeat:no-repeat;
	width: 100%; 
	background-size: cover;
	margin:0 auto;
}

.page-article {
	text-align: center;
}

.page-title {
	text-transform: uppercase;
}

.entry-content {
	margin-top: -30px;
}

.entry-content p {
	margin-top: -10px;
}

h1.page-title {
	font-size: 1.7em;
	color: #007a33;
}

section p {
	color: #14151e;
}

#brand-content p:first-of-type {
	color: #007a33;
}

section.entry-content p {
	text-align: center;
}


/****
	SUB PAGES LOOP
****/

#sub-pages-text a {
	text-decoration: none;
}

#sub-pages-text {
	background-color: #202129;
	/* min-height: 230px; */
	/* min-height: 250px; */
	text-align: center;
}

#sub-pages-text h3 a {
	color: #007a33;
	text-transform: uppercase;
}

#sub-pages-text p {
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
}

#sub-pages-text a {
	color: #fff;
}

.excerpt-read-more {
	display: none;
}

.sub-pages-see-more {
	background-color: #14151e;
	text-align: center;
	margin-right: -10px;
	margin-left: -10px;
	margin-top: -7px;
	display: none;
}

.sub-pages-see-more a {
	color: #fff;
	text-align: center;
}

.image-sub-pages-see-more {
	background-color: #14151e;
	text-align: center;
	margin-top: -10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.image-sub-pages-see-more a {
	color: #fff;
	text-align: center;
	text-decoration: none;
}

 #sub-pages-image {
	margin-left: -10px;
	margin-right: -10px;
}

#sub-pages-image img {
	width: 100%;
	height: auto;
	min-height: 149px;
}

 #sub-pages-container {
	margin: 0 auto;
	margin-bottom: 10px;
}

.ds-title {
    width: 100%;
    background-color: #14151e;
    color: #fff;
    padding: .5em 1em;
    text-align: center;
}

/**
	BRAND PROJECTS SECTION 
*/

#brand-project-section h4 {
	text-transform: uppercase;
}

#brand-project-section {
	  	background-color: #14151e;
	  	min-height: 350px;
}
  	
#brand-project-section h4 {
	  	color: #fff;
	  	text-align: center;
	  	margin-top: 30px;
}
  	
.see-project-carousel {
	  	text-decoration: none;
	  	color: #fff;
}
  	
.see-project-carousel:visited {
	  	color: #fff;
}
  	
.wcp-content-wrap {
	  	text-align: center;
	  	padding-bottom: 5px;
	  	margin-bottom: 40px !important;
}
.wcp-carousel-main-wrap .post-style-2 .wcp-content-wrap h3 {
	overflow: hidden;
	height: 1.2em;
	display: block;
}

/*
  DEFAULT TEMPLATE SECTION
***/

#default-layout p:first-of-type {
	color: #007a33;
}

/
	BREADCRUMBS
/

#breadcrumbs li a {
	    background-image: none !important;
	    padding-left: 5px; 
}
	 
.mobile-view-breadcrumbs {
	background-color: #14151e;
}

#breadcrumbs{ 
	list-style: none;
	margin: 0px;
	padding:0px;
	color: #666;
    line-height:28px;
    height:auto;
	padding-bottom:5px;
	padding-top: 5px;
	background-color: #14151e;
	font-size: 15px;
 }
 
#breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #007a33;
    padding-top: 5px;
}
 #breadcrumbs li a{
	color:#fff;	
	text-decoration:none;   
	height:50px;
	line-height:15px;
}

.separator {
	color: #fff !important;
	padding-top: 1px;
}

/
  YOAST BREADCRUMBS 
*/

.breadcrumb_last {
	display: inline-block;
    vertical-align: middle;
    color: #007a33 !important;
    font-weight: bold;
}

#breadcrumbs span {
  color:#fff;
}

#breadcrumbs > span:nth-child(1) > span:nth-child(1) {
  padding-left: 10px;
}

#breadcrumbs span a{
  color:#fff;
  text-decoration: none;
}



/*
    META BOX PLUGIN
*/

.call-to-action h5 {
	font-family: 'Rambla', sans-serif;
	color: #007a33;
	font-size: 1.0em; 
}

.call-to-action a {
	text-decoration: none;
}

.call-to-action p {
	color: #fff !important;
}

.meta-description {
	background-color: #14151e;
	background-image:url(/wp-content/themes/Coffey/library/css/'data:image/svg+xml;utf-8,/<svg id="Layer_1" data-name="Layer 1" xmlns="http:/www.w3.org/2000/svg" viewBox="0 0 384 512.1"><defs><style>.cls-1{fill:white;}</style></defs><title>file-white</title><path class="cls-1" d="M369.9,97.9,286,14A48,48,0,0,0,252.1-.1H48A48.16,48.16,0,0,0,0,48V464a48,48,0,0,0,48,48H336a48,48,0,0,0,48-48V131.9A48.23,48.23,0,0,0,369.9,97.9ZM332.1,128H256V51.9ZM48,464V48H208V152a23.94,23.94,0,0,0,24,24H336V464Z" transform="translate(0 0.1)"/></svg>');
	 background-repeat: no-repeat;
	 background-position: center; 
	 background-size: 12px;
	 background-position-x: 20%;
}

.meta-text,
a.content-button {
	background-color: #007a33;
	background-image:url('data:image/svg+xml;utf-8,\<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90.35 174.99"><defs><style>.cls-1{fill:white;}</style></defs><title>arrow-right-white</title><polygon class="cls-1" points="90.35 87.5 14.63 0 0 12.66 64.77 87.5 0 162.33 14.63 174.99 90.35 87.5 90.35 87.5 90.35 87.5"/></svg>');
	 background-repeat:no-repeat;
	 background-position: center;
	 background-size: 6px;
	 background-position-x: 20%;
}
a.content-button {
	padding: 10px 20px;
	margin: 5px 0;
	color: #fff;
	text-indent: 20px;
	display: block;
}

 .call-to-action > a:nth-child(n) > p:nth-child(n) {
	margin-bottom: 5px;
} 

.call-to-action > a:nth-child(2) > p:nth-child(1) {
	padding-top: 10px;
	padding-bottom: 10px;
}

.call-to-action > a:nth-child(3) > p:nth-child(2) {
	padding-top: 10px;
	padding-bottom: 10px;
}

.call-to-action > a:nth-child(4) > p:nth-child(2) {
	padding-top: 10px;
	padding-bottom: 10px;
}

.call-to-action > a:nth-child(5) > p:nth-child(2) {
	padding-top: 10px;
	padding-bottom: 10px;
}

.call-to-action > a:nth-child(6) > p:nth-child(2) {
	padding-top: 10px;
	padding-bottom: 10px;
}

/*
     CONTACT FORM
*/

label {
	color: #14151e;
}

.wpcf7-form input {
	max-width: 100%;
}
 
 /* submit button */
 .wpcf7-submit {
	background-image:url('data:image/svg+xml;utf-8,\<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90.35 174.99"><defs><style>.cls-1{fill:white;}</style></defs><title>arrow-right-white</title><polygon class="cls-1" points="90.35 87.5 14.63 0 0 12.66 64.77 87.5 0 162.33 14.63 174.99 90.35 87.5 90.35 87.5 90.35 87.5"/></svg>');
	 background-repeat:no-repeat;
	 background-position: center;
	 background-size: 6px;
	 background-position-x: 25%;
	 background-color: #007a33;
	 color: #fff;
	 padding-left: 55px;
	 padding-right: 20px;
	 padding-top: 10px;
	 padding-bottom: 10px;
 } 
 
span.wpcf7-form-control-wrap.placeholder {
	font-family: 'Rambla', sans-serif;
	color: #14151e;
}

input.wpcf7-form-control.wpcf7-text {
	font-family: 'Rambla', sans-serif;
	color: #14151e;
}

textarea.wpcf7-form-control.wpcf7-textarea {
	font-family: 'Rambla', sans-serif;
	color: #14151e;
}

span.wpcf7-list-item-label {
	font-size: 0.98em;
}

.wpcf7 a {
	text-decoration: none !important;
}

span.wpcf7-list-item {
	margin: 0 !important;
}

/*
     TOP HEADER
*/
.contact-info {
	  display: flex;
  }
  
  #phone-number {
	 padding-right: 20px;
	 padding-left: 20px;
	 background-image:url('data:image/svg+xml;utf-8,\<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><defs><style>.cls-1{fill:white;}</style></defs><title>mobile-white</title><path class="cls-1" d="M272,0H48A48,48,0,0,0,0,48V464a48,48,0,0,0,48,48H272a48,48,0,0,0,48-48V48A48,48,0,0,0,272,0ZM160,480a32,32,0,1,1,32-32A32,32,0,0,1,160,480ZM272,372a12,12,0,0,1-12,12H60a12,12,0,0,1-12-12V60A12,12,0,0,1,60,48H260a12,12,0,0,1,12,12Z"/></svg>');
	 background-repeat:no-repeat;
	 background-position: left;
	 background-size: 15px 15px;
	 color: #fff;
	 }
  
  #contact-us {
	  padding-left: 20px;
	 background-image:url(/wp-content/themes/Coffey/library/css/'data:image/svg+xml;utf-8,/<svg id="Layer_1" data-name="Layer 1" xmlns="http:/www.w3.org/2000/svg" viewBox="0 0 512.07 448"><defs><style>.cls-1{fill:white;}</style></defs><title>comment-white</title><path class="cls-1" d="M256,32C114.6,32,0,125.1,0,240c0,47.6,19.9,91.2,52.9,126.3C38,405.7,7,439.1,6.5,439.5A24,24,0,0,0,24,480c61.5,0,110-25.7,139.1-46.3A308.85,308.85,0,0,0,256,448c141.4,0,256-93.1,256-208S397.4,32,256,32Zm0,368a259.86,259.86,0,0,1-78.4-12.1l-22.7-7.2-19.5,13.8a215,215,0,0,1-57.5,29,250.82,250.82,0,0,0,19.9-40.2l10.6-28.1L87.8,333.4C69.7,314.1,48,282.2,48,240c0-88.2,93.3-160,208-160s208,71.8,208,160S370.7,400,256,400Z" transform="translate(0.07 -32)"/></svg>');
	 background-repeat:no-repeat;
	 background-position: left;
	 background-size: 15px 15px;
	 margin-left: 10px;
	 color: #fff;
  }
  
  #app-download {
	  padding-left: 35px;
	 background-image:url(/wp-content/themes/Coffey/library/css/'data:image/svg+xml;utf-8,/<svg id="Layer_1" data-name="Layer 1" xmlns="http:/www.w3.org/2000/svg" viewBox="0 0 43.29 31.75"><defs><style>.cls-1{fill:rgb(20, 21, 30);}</style></defs><title>app-top</title><path class="cls-1" d="M41.41,17.71a8.52,8.52,0,0,0-4.81-3.05A5.76,5.76,0,0,0,28,7.17,11.55,11.55,0,0,0,5.77,11.54c0,.2,0,.52.05,1A10.09,10.09,0,0,0,10.1,31.75H34.63a8.33,8.33,0,0,0,6.12-2.54A8.64,8.64,0,0,0,41.41,17.71Zm-12.77.87-7.92,7.91a.77.77,0,0,1-1,0l-7.93-7.93a.73.73,0,0,1,.52-1.24h5.05V9.38A.72.72,0,0,1,18,8.66h4.33a.73.73,0,0,1,.72.72v7.94h5.1a.68.68,0,0,1,.67.72A.9.9,0,0,1,28.64,18.58Z"/></svg>');
	 background-repeat:no-repeat;
	 background-position: left;
	 background-size: 20px 20px;
	 background-color: #F6F6F6;
	 background-position-x: 10px;
	 color: #14151E;
	 margin-left: 40px;
	 padding-right: 10px;
  }

  #vid-download {
     padding-left: 35px;
	 background-image:url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDY0IDY0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGlkPSJ2aXJ1cy1jZWxsLWNvdmlkMTktY29yb25hLWNvcm9uYXZpcnVzIj48cGF0aCBkPSJNMzIsNjJhNCw0LDAsMCwxLTIuNDIzLTcuMTg2bC0uMy01LjAxOGExNy41MjcsMTcuNTI3LDAsMCwxLTMuODI1LTEuMDI5bC0yLjc2Nyw0LjJhNCw0LDAsMSwxLTQuMTktMi40MjFsMi4yNTUtNC40OTRhMTcuOTEyLDE3LjkxMiwwLDAsMS0yLjgwNy0yLjgwN0wxMy40NTMsNDUuNWE0LDQsMCwxLDEtMi40MjEtNC4xOWw0LjItMi43NjZBMTcuNTI3LDE3LjUyNywwLDAsMSwxNC4yLDM0LjcxOWwtNS4wMTgtLjNhNCw0LDAsMSwxLDAtNC44NDZsNS4wMTgtLjNhMTcuNTI3LDE3LjUyNywwLDAsMSwxLjAyOS0zLjgyNWwtNC4yLTIuNzY3QTQsNCwwLDEsMSwxMy40NTMsMTguNWw0LjQ5NCwyLjI1NGExNy45MTIsMTcuOTEyLDAsMCwxLDIuODA3LTIuODA3TDE4LjUsMTMuNDUzYTQsNCwwLDEsMSw0LjE5LTIuNDIxbDIuNzY3LDQuMkExNy40MywxNy40MywwLDAsMSwyOS4yODEsMTQuMmwuMy01LjAxOGE0LDQsMCwxLDEsNC44NDYsMGwuMyw1LjAxOGExNy40MywxNy40MywwLDAsMSwzLjgyNSwxLjAyOWwyLjc2Ny00LjJhNCw0LDAsMSwxLDQuMTksMi40MjFsLTIuMjU1LDQuNDk0YTE3LjkxMiwxNy45MTIsMCwwLDEsMi44MDcsMi44MDdMNTAuNTQ3LDE4LjVhNCw0LDAsMSwxLDIuNDIxLDQuMTg5bC00LjIsMi43NjdBMTcuNTI3LDE3LjUyNywwLDAsMSw0OS44LDI5LjI4MWw1LjAxOC4zYTQsNCwwLDEsMSwwLDQuODQ2bC01LjAxOC4zYTE3LjUyNywxNy41MjcsMCwwLDEtMS4wMjksMy44MjVsNC4yLDIuNzY2YTQsNCwwLDEsMS0yLjQyMSw0LjE5bC00LjQ5NC0yLjI1NGExNy45MTIsMTcuOTEyLDAsMCwxLTIuODA3LDIuODA3TDQ1LjUsNTAuNTQ3YTQsNCwwLDEsMS00LjE5LDIuNDIxbC0yLjc2Ny00LjJBMTcuNTI3LDE3LjUyNywwLDAsMSwzNC43MTksNDkuOGwtLjMsNS4wMThBNCw0LDAsMCwxLDMyLDYyWk0yNS4wODEsNDYuNTJhMSwxLDAsMCwxLC40MTQuMDksMTUuNTQzLDE1LjU0MywwLDAsMCw0Ljg0LDEuMzA2LDEsMSwwLDAsMSwuODk0LjkzNWwuMzc5LDYuNDNhMSwxLDAsMCwxLS41MzYuOTQ2LDIsMiwwLDEsMCwxLjg1NiwwLDEsMSwwLDAsMS0uNTM2LS45NDZsLjM3OS02LjQzYTEsMSwwLDAsMSwuODk0LS45MzUsMTUuNTQzLDE1LjU0MywwLDAsMCw0Ljg0LTEuMzA2LDEsMSwwLDAsMSwxLjI1LjM2bDMuNTUsNS4zOWExLDEsMCwwLDEsMCwxLjA5NCwxLjk3NSwxLjk3NSwwLDAsMC0uMDQxLDIuMDY4LDIuMDA4LDIuMDA4LDAsMCwwLDMuNjY5LS40OTQsMi4wMDYsMi4wMDYsMCwwLDAtMi4wMjEtMi41MDksMSwxLDAsMCwxLS45MzktLjU1MWwtMi44OS01Ljc2YTEsMSwwLDAsMSwuMzA3LTEuMjU4LDE1Ljg5MSwxNS44OTEsMCwwLDAsMy41NTYtMy41NTYsMSwxLDAsMCwxLDEuMjU4LS4zMDhsNS43NiwyLjg5MWExLDEsMCwwLDEsLjU1MS45MzlBMiwyLDAsMCwwLDU2LjI0NCw0NmEyLjAwNywyLjAwNywwLDAsMC0uNzI2LTIuNzM1LDEuOTczLDEuOTczLDAsMCwwLTIuMDY0LjA0NCwxLDEsMCwwLDEtMS4wOTQsMGwtNS4zOS0zLjU1YTEsMSwwLDAsMS0uMzYxLTEuMjUxLDE1LjUsMTUuNSwwLDAsMCwxLjMwNy00LjgzOCwxLDEsMCwwLDEsLjkzNi0uODk0bDYuNDI5LS4zOGExLDEsMCwwLDEsLjk0Ni41MzYsMiwyLDAsMSwwLDAtMS44NTYsMSwxLDAsMCwxLS45NDYuNTM2bC02LjQyOS0uMzhhMSwxLDAsMCwxLS45MzYtLjg5NEExNS41LDE1LjUsMCwwLDAsNDYuNjA5LDI1LjVhMSwxLDAsMCwxLC4zNjEtMS4yNTFsNS4zOS0zLjU1YTEsMSwwLDAsMSwxLjA5NCwwLDEuOTc4LDEuOTc4LDAsMCwwLDIuMDY3LjA0MiwyLjAwNywyLjAwNywwLDAsMC0uNDkzLTMuNjY5LDIsMiwwLDAsMC0yLjUwOSwyLjAyLDEsMSwwLDAsMS0uNTUxLjkzOWwtNS43NiwyLjg5MWExLDEsMCwwLDEtMS4yNTgtLjMwOCwxNS44OTEsMTUuODkxLDAsMCwwLTMuNTU2LTMuNTU2LDEsMSwwLDAsMS0uMzA3LTEuMjU4bDIuODktNS43NmExLDEsMCwwLDEsLjkzOS0uNTUxQTIsMiwwLDAsMCw0Niw3Ljc1N2EyLjAwNiwyLjAwNiwwLDAsMC0yLjczNS43MjUsMS45NzMsMS45NzMsMCwwLDAsLjA0MywyLjA2NCwxLDEsMCwwLDEsMCwxLjA5NGwtMy41NSw1LjM5YTEsMSwwLDAsMS0xLjI1LjM2LDE1LjUsMTUuNSwwLDAsMC00LjgzOS0xLjMwNiwxLDEsMCwwLDEtLjg5NS0uOTM1bC0uMzc5LTYuNDNhMSwxLDAsMCwxLC41MzYtLjk0NiwyLDIsMCwxLDAtMS44NTYsMCwxLDEsMCwwLDEsLjUzNi45NDZsLS4zNzksNi40M2ExLDEsMCwwLDEtLjg5NS45MzVBMTUuNSwxNS41LDAsMCwwLDI1LjUsMTcuMzlhMSwxLDAsMCwxLTEuMjUtLjM2TDIwLjcsMTEuNjRhMSwxLDAsMCwxLDAtMS4wOTQsMS45NzUsMS45NzUsMCwwLDAsLjA0MS0yLjA2OCwyLjAwNywyLjAwNywwLDAsMC0zLjY2OC40OTMsMiwyLDAsMCwwLDIuMDIsMi41MSwxLDEsMCwwLDEsLjkzOS41NTFsMi44OSw1Ljc2YTEsMSwwLDAsMS0uMzA3LDEuMjU4LDE1Ljg5MSwxNS44OTEsMCwwLDAtMy41NTYsMy41NTYsMSwxLDAsMCwxLTEuMjU4LjMwOGwtNS43Ni0yLjg5MWExLDEsMCwwLDEtLjU1MS0uOTM5QTIsMiwwLDAsMCw3Ljc1NiwxOGEyLjAwNywyLjAwNywwLDAsMCwuNzI2LDIuNzM1LDEuOTc3LDEuOTc3LDAsMCwwLDIuMDY0LS4wNDQsMSwxLDAsMCwxLDEuMDk0LDBsNS4zOSwzLjU1YTEsMSwwLDAsMSwuMzYxLDEuMjUxLDE1LjUsMTUuNSwwLDAsMC0xLjMwNyw0LjgzOCwxLDEsMCwwLDEtLjkzNi44OTRsLTYuNDI5LjM4YS45OTQuOTk0LDAsMCwxLS45NDYtLjUzNiwyLDIsMCwxLDAsMCwxLjg1NiwxLDEsMCwwLDEsLjk0Ni0uNTM2bDYuNDI5LjM4YTEsMSwwLDAsMSwuOTM2Ljg5NEExNS41LDE1LjUsMCwwLDAsMTcuMzkxLDM4LjVhMSwxLDAsMCwxLS4zNjEsMS4yNTFsLTUuMzksMy41NWExLDEsMCwwLDEtMS4wOTQsMCwxLjk3MiwxLjk3MiwwLDAsMC0yLjA2Ny0uMDQyLDIuMDA3LDIuMDA3LDAsMCwwLC40OTMsMy42NjksMiwyLDAsMCwwLDIuNTA5LTIuMDIsMSwxLDAsMCwxLC41NTEtLjkzOWw1Ljc2LTIuODkxYTEsMSwwLDAsMSwxLjI1OC4zMDgsMTUuODkxLDE1Ljg5MSwwLDAsMCwzLjU1NiwzLjU1NiwxLDEsMCwwLDEsLjMwNywxLjI1OGwtMi44OSw1Ljc2YTEsMSwwLDAsMS0uOTM5LjU1MSwyLjAwNSwyLjAwNSwwLDAsMC0yLjAyMSwyLjUwOSwyLjAwOCwyLjAwOCwwLDAsMCwzLjY3MS40OSwxLjk3MywxLjk3MywwLDAsMC0uMDQzLTIuMDY0LDEsMSwwLDAsMSwwLTEuMDk0bDMuNTUtNS4zOUExLDEsMCwwLDEsMjUuMDgxLDQ2LjUyWiIvPjxwYXRoIGQ9Ik0zMiwyN2E0LDQsMCwxLDEsNC00QTQsNCwwLDAsMSwzMiwyN1ptMC02YTIsMiwwLDEsMCwyLDJBMiwyLDAsMCwwLDMyLDIxWiIvPjxwYXRoIGQ9Ik0yNyw0MWE0LDQsMCwxLDEsNC00QTQsNCwwLDAsMSwyNyw0MVptMC02YTIsMiwwLDEsMCwyLDJBMiwyLDAsMCwwLDI3LDM1WiIvPjxwYXRoIGQ9Ik00MCwzN2E1LDUsMCwxLDEsNS01QTUuMDA2LDUuMDA2LDAsMCwxLDQwLDM3Wm0wLThhMywzLDAsMSwwLDMsM0EzLDMsMCwwLDAsNDAsMjlaIi8+PHBhdGggZD0iTTIzLDMyYTMsMywwLDEsMSwzLTNBMywzLDAsMCwxLDIzLDMyWm0wLTRhMSwxLDAsMSwwLDEsMUExLDEsMCwwLDAsMjMsMjhaIi8+PHBhdGggZD0iTTM2LDQ0YTMsMywwLDEsMSwzLTNBMywzLDAsMCwxLDM2LDQ0Wm0wLTRhMSwxLDAsMSwwLDEsMUExLDEsMCwwLDAsMzYsNDBaIi8+PC9nPjwvc3ZnPg==');
	 background-repeat:no-repeat;
	 background-position: left;
	 background-size: 20px 20px;
	 background-color: #F6F6F6;
	 background-position-x: 10px;
	 color: #14151E;
	 margin-left: 40px;
	 padding-right: 10px;
  }
  
  .contact-info a {
	  text-decoration: none;
  }
  
  /* top right menu */
  .top-menu-items a {
	  color: #fff !important;
	  margin-left: -10px;
  }
  
  .top-menu {
	  background-color: #14151e;
	  /* visibility: hidden; */
	  display: none;
  }
  
 /*
 MENU TOGGLE BUTTON
*/
.main-menu .toggle {
	width: auto;
	margin: 0;
	float: right;
	position: absolute;
	top: 1em;
	right: 2.5em;
	font-size: 2em;
}
.main-menu .toggle:after {
	background-color: transparent;
	content: none;
	display: none;
}
.main-menu .toggle:before {
  content: "";
  position: absolute;
  top: 0.25em;
  left: 0.5em;
  width: 0.8em;
  height: 0.125em;
  /* border-top: 0.375em double #000;
  border-bottom: 0.125em solid #000; */
  border-top: 0.4em double #000;
  border-bottom: 0.15em solid #000;
  border-radius: 1px;
}

#menu-main-nav {
	z-index: 10;
	margin-top: -15px;
	font-family: 'Rambla', sans-serif;
}

/*
NAVIGATION STYLES
*/
/*
all navs have a .nav class applied via
the wp_menu function; this is so we can
easily write one group of styles for
the navs on the site so our css is cleaner
and more scalable.
*/
header nav {
	clear: both;
}
.nav {
  border-bottom: 0;
  margin: 0;
  /* end .menu li */
  /* highlight current page */
  /* end current highlighters */ }
  .nav li {
    /*
    so you really have to rethink your dropdowns for mobile.
    you don't want to have it expand too much because the
    screen is so small. How you manage your menu should
    depend on the project. Here's some great info on it:
    http://www.alistapart.com/articles/organizing-mobile/
    */ }
    .nav li a {
      display: block;
      text-decoration: none;
      padding: 0.75em;
      color: #fff;
      /*
      remember this is for mobile ONLY, so there's no need
      to even declare hover styles here, you can do it in
      the style.scss file where it's relevant. We want to
      keep this file as small as possible!
      */ }
    .nav li ul.sub-menu li a,
    .nav li ul.children li a {
      padding-left: 30px; }

/* end .nav */
/*
POSTS & CONTENT STYLES
*/
/* #content {
  margin-top: 1.5em; }  */

.hentry {
  margin-bottom: 1.5em; }
  .hentry header {
    padding: 1.5em 0; }
  .hentry footer {
    padding: 1.5em 0; }
    .hentry footer p {
      margin: 0; }

/* end .hentry */
.single-title,
.page-title,
.entry-title {
  margin: 0; }

/* want to style individual post classes? Booya! */
/* post by id (i.e. post-3) */
/* general post style */
/* general article on a page style */
/* general style on an attatchment */
/* sticky post style */
/* hentry class */
/* style by category (i.e. category-videos) */
/* style by tag (i.e. tag-news) */
/* post meta */
.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0; }

/* entry content */
.entry-content {
  padding: 1.5em 1.5em 0;
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content p {
    margin: 0 0 1.5em; }
  .entry-content table {
    width: 100%;
    border: 1px solid #eaedf2;
    margin-bottom: 1.5em; }
    .entry-content table caption {
      margin: 0 0 7px;
      font-size: 0.75em;
      color: #9fa6b4;
      text-transform: uppercase;
      letter-spacing: 1px; }
  .entry-content tr {
    border-bottom: 1px solid #eaedf2; }
    .entry-content tr:nth-child(even) {
      background-color: #f8f9fa; }
  .entry-content td {
    padding: 7px;
    border-right: 1px solid #eaedf2; }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th {
    background-color: #f8f9fa;
    border-bottom: 1px solid #eaedf2;
    border-right: 1px solid #eaedf2; }
    .entry-content th:last-child {
      border-right: 0; }
  .entry-content blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid #007a33;
    font-style: italic;
    color: #9fa6b4; }
  .entry-content cite {
	  font-style: normal;
	  font-weight: 400;
	  color: #007a33;
  }
  #brand-content blockquote p:first-of-type {
	  color: #14151e;
  }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em; }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto; }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto; }
  .entry-content pre {
    background: #323944;
    color: #f8f9fa;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px; }
    
/* article footer / back button */
.article-footer {
  padding: 1.5em 1.5em 0;
}

#back-button a {
  padding: 1.5em 1.5em 0;
  font-family: 'Rambla', sans-serif;	
}    

/* end .entry-content */
.wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
  /* images inside wp-caption */ }
  .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%; }
  .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center; }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
.tags {
  margin: 0; }

/*
PAGE NAVI STYLES
*/
.pagination,
.wp-prev-next {
  margin: 1.5em 0; }

.pagination {
  text-align: center; }
  .pagination ul {
    display: inline-block;
    background-color: white;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px; }
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #eaedf2; }
  .pagination a, .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #2980b9; }
    .pagination a:hover, .pagination a:focus, .pagination span:hover, .pagination span:focus {
      background-color: #2980b9;
      color: white; }
  .pagination .current {
    cursor: default;
    color: #5c6b80; }
    .pagination .current:hover, .pagination .current:focus {
      background-color: white;
      color: #5c6b80; }

/* end .bones_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }
  
/**
	  MOBILE MENU 
***/

#menu-main-nav {
	background-color: #007a33;
}

#menu-main-nav a {
	color: #fff;
}

#menu-main-nav a:hover {
	background-color: #007a33;
}

  
/**
	HOME PAGE SLIDER
***/
.front-img-box {
	width: 100%;
	height: auto;
}

.slider-contact a {
	position: fixed;
	bottom: 0;
	width: 100%;
}

.slider-contact-icon img {
	position: fixed;
	bottom: 0;
	max-width: 30px !important;
	height: auto;
	margin-bottom: 10px !important;
	margin-left: 10px !important;
}

 /**
	  TOP THUMBNAILS ON SLIDER 
  ***/
  
#service-thumbnail-section {
	    display: none;
  }
  
 /**
	  ABOUS US FRONT PAGE 
  ***/
  .about-section {
	  margin-top: 5px;
  }

  #about-section-content p {
	margin-top: -20px;
	padding-bottom: 20px;
  }
  
  #about-section-content h3 {
	  color: #007a33;
	  text-align: center;
	  font-size: 25px;
  }
  
  #about-section-content p {
	  text-align: center;
	  color: #14151e;
  }
  
  #about-section-image {
	  display: none;
	  margin-bottom: 10px;
  }
  
   /**
	  CONTRACT FRONT PAGE 
  ***/
  
  #contract-section {
	  background-image: url('/wp-content/themes/Coffey/library/images/project-background.jpg');
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-position: center center;
	  width: auto;
	  min-height: 600px;
	  height: auto;
	  padding-bottom: 20px;
  }
  
  #contract-section a:hover {
	  opacity: 0.9 !important;
  }
  
  .contract-text {
	  min-height: 300px;
	  background-color: #14151e;
	  opacity: 0.9;
	  text-align: center;
	  /* responsive code */
	  margin-left: -20px;
	  margin-right: -20px;
	  padding-left: 20px;
	  padding-right: 20px;
  }
  
  #contract-section a, #contract-section a:visited {
	  text-decoration: none !important;
  }
  
  .contract-text h5 {
	  color: #007a33;
	  padding-top: 25px;
	  font-size: 18px;
	  /* responsive code */
	  margin-left: -20px;
	  margin-right: -20px;
	  padding-left: 20px;
	  padding-right: 20px;
  }
  
  .contract-text p {
	  color: #fff;
	  margin-top: -10px;
	  padding-left: 10px;
	  padding-right: 10px;
	  /* responsive code */
	  margin-left: -20px;
	  margin-right: -20px;
	  padding-left: 20px;
	  padding-right: 20px;
  }
  
  .contract-see-more {
	  color: #fff;
	  padding-top: 10px;
	  background-color: #14151e;
	  padding-bottom: 10px;
	  /* responsive code */
	  margin-left: -20px;
	  margin-right: -20px;
	  padding-left: 20px;
	  padding-right: 20px;
  }
  
  #contract-section > div:nth-child(1) > a:nth-child(-n+4) > div:nth-child(1) > header:nth-child(1) > p:nth-child(3){
	  margin-top: 50px;
	  /* background-color: #0a0b11; */
	  opacity: 1 !important;
	  bottom: 0 !important;
  }
  
   /**
	  PROJECTS FRONT PAGE 
  ***/
  
  	#project-section {
	  	background-color: #14151e;
	  	min-height: 500px;
	  	margin-bottom: 50px;
  	}
  	
  	#project-section h4 {
	  	color: #fff;
	  	text-align: center;
	  	margin-top: 30px;
  	}
  	
  	.see-project-carousel {
	  	text-decoration: none;
	  	color: #fff;
  	}
  	
  	.see-project-carousel:visited {
	  	color: #fff;
  	}
  	
  	.wcp-content-wrap {
	  	text-align: center;
	  	padding-bottom: 5px;
	  	margin-bottom: 40px !important;
  	}
  	
  	#carousel-309 a:hover {
	  	opacity: 1;
  	}

.leadership-grid {
	margin-bottom: 40px;
	text-align: left;
	color: #000;
}
.leadership-grid:after {
  content: "";
  display: table;
  clear: both;
}
.leadership-grid ul,
.leadership-grid ul li {
	list-style: none;
}
.leadership-grid ul li {
	padding: 0 20px 20px 0;
	position: relative;
	display: block;
	float: none;
	overflow: hidden;
}
.leadership-grid ul li img,
footer.contact-person img {
	width: 50%;
	transition: all .2s ease-in-out;
	float: left;
	margin-right: 20px;
}
.person-block-container a img,
.person-block-container img {
    transition: all .2s ease-in-out;
}
.leadership-grid ul li img:hover,
.leadership-grid ul li .person-image:hover img,
.person-block-container a:hover img,
.person-block-container img:hover {
	transform: scale(1.2); 
}
.person-block-container .person-image {
    overflow: hidden;
    line-height: 0;
}
.text-overlay h3,
.text-overlay .job-role {
	margin: 0;
}
.text-overlay {
	color: inherit;
	display: block;
}
footer.contact-person {
	position: relative;
	padding-bottom: 0;
}
.leadership-grid-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.person-block-container {
    width: 25%;
    position: relative;
    overflow: hidden;
}
.person-block-container img {
    width: 150%;
}
section.leadership-grid-group .person-block-container img {
    margin-left: -25%;
}
.width100 {
    width: 100%;
}
.width50 {
    width: 50%;
}
.width25 {
   width: 25%;
}
.show__small {
    display: none;
}
@media only screen and (max-width: 1029px) {
    .person-block-container {
        width: 50%;
        margin-bottom: 1em;
    }
    .hide__small {
        display: none;
    }
    .width50 {
        width: 100%;
    }
    .width25 {
        width: 50%;
    }
    .show__small {
        display: block;
    }
}
.div-person-container {
  position: relative;
  float: left;
  width: 50%;
  margin-bottom: 1em;
}


#service-thumbnail-section {
    position: relative;
}
.caption-container {
    position: absolute;
    top: -300px;
}
.caption-container h3,
.button-container h3,
#about-section-content .button-container h3 {
    color: white;
    display: inline;
    padding-right: 1em;
    font-size: 18px;
}
.caption-container div.caption-box,
.button-container div.caption-box{
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    display: inline-block;
    margin-left: 10px;
}
.caption-container a.button,
.button-container a.button{
    color: white;
    background-color: #007a33;
    padding: 8px 25px;
}

@media only screen and (min-width: 1240px) {
.leadership-grid ul li {
  padding: 0;
  width: 50%;
  position: relative;
  display: block;
  float: left;
}
article#post-615 .leadership-grid ul li {
  width: 25%; /* Group Page 4 in row */
}
.person-image {
  max-width: 590px;
}
.person-image::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to bottom, transparent 30%, black 100%);
  margin-top: -150px;
  height: 150px;
  width: 100%;
  content: '';
}
.text-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 17px 13px;
	font-size: larger;
	line-height: normal;
	color: #fff;
}
.leadership-grid ul li img,
footer.contact-person img  {
	width: 100%;
	float: none;
}
.leadership-grid ul li {
	line-height: 0;
}
.text-overlay p {
	color: #007a33;
}
.text-overlay h3 {
	color: #fff;
}

}

   /**
	  ACCREDITATIONS PAGE 
  ***/

#post-6324 section.entry-content {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
#post-6324 .top-page-img {
    max-height: 200px;
}
#post-6324 section.entry-content img {
    width: 100%;
    padding: 1em;
}
#post-6324 section.cf:before {
    content: none;
}

  
   /**
	  ICONS FRONT PAGE 
  ***/
  
  #bottom-icons a {
	  text-decoration: none;
  }
  
  #bottom-icons a:hover {
	  opacity: 1;
  }
  
  .icons-grid {
	  margin-top: 10px;
	  margin-bottom: 20px;
  }
  
  #health {
	 background-image:url(/wp-content/themes/Coffey/library/css/'data:image/svg+xml;utf-8,/<svg id="Layer_1" data-name="Layer 1" xmlns="http:/www.w3.org/2000/svg" viewBox="0 0 66.77 66.77"><defs><style>.cls-1{fill:none;stroke:rgb(0, 125, 58);stroke-miterlimit:10;stroke-width:2px;}.cls-2{fill:rgb(0, 125, 58);}</style></defs><title>Health-white</title><circle class="cls-1" cx="33.39" cy="33.39" r="32.39"/><path class="cls-2" d="M28.3,33.79c-2.4.06-6.16,1-4.36,2.49,1,.85,5.86,1.1,6.45.55a2.09,2.09,0,0,0-2.09-3Zm0,0"/><path class="cls-2" d="M37.55,47.06a15.56,15.56,0,0,1-4.07.69,15.49,15.49,0,0,1-4-.69A.79.79,0,1,0,29,48.58a17.59,17.59,0,0,0,4.5.76h0A17.66,17.66,0,0,0,38,48.58a.79.79,0,0,0,.53-1,.78.78,0,0,0-1-.53Zm0,0"/><path class="cls-2" d="M38.67,33.79a2.09,2.09,0,0,0-2.08,3c.59.55,5.4.3,6.44-.55,1.81-1.47-2-2.43-4.36-2.49Zm0,0"/><path class="cls-2" d="M51.84,24a.2.2,0,0,0-.16-.07H50.45a9.71,9.71,0,0,0-.58-4.73,14.83,14.83,0,0,0-3-4.86A19.21,19.21,0,0,0,41,9.54c-.17-.08-.52-.32-.52.23V16.5a.86.86,0,0,1-.86.87h-.86a.86.86,0,0,1-.86-.87V9c0-.55-.28-.52-.42-.53A19.4,19.4,0,0,0,35,8.34c-.1,0-.41,0-.41.48V16.5a.87.87,0,0,1-.87.87h-.65a.86.86,0,0,1-.86-.87V8.82c0-.49-.31-.48-.42-.48a19.4,19.4,0,0,0-2.44.14c-.14,0-.41,0-.41.53V16.5a.87.87,0,0,1-.87.87H27.2a.87.87,0,0,1-.86-.87V9.77c0-.55-.35-.31-.52-.23a19.21,19.21,0,0,0-5.92,4.79,14.63,14.63,0,0,0-3,4.86,9.89,9.89,0,0,0-.59,4.73H15.1a.24.24,0,0,0-.23.23v5.93a.22.22,0,0,0,.19.22c.08,0,1.29.2,4.44.34v.27a3.56,3.56,0,0,0-2.43.46A3.29,3.29,0,0,0,15.68,34a22.62,22.62,0,0,0,1.64,9.6,2.09,2.09,0,0,0,1.33,1.18,2.49,2.49,0,0,0,.53.07l.3,0c.37,4,1.38,7.53,3.83,10.06a10.86,10.86,0,0,0,4.18,2.66,17,17,0,0,0,5.36.92h1.08a16.93,16.93,0,0,0,5.35-.92,10.86,10.86,0,0,0,4.18-2.66c2.45-2.53,3.46-6.09,3.84-10.06h.29a2.46,2.46,0,0,0,.53-.06,2.1,2.1,0,0,0,1.34-1.18A22.64,22.64,0,0,0,51.09,34a3.28,3.28,0,0,0-1.38-2.59,3.57,3.57,0,0,0-2.43-.46,2.44,2.44,0,0,1,0-.27c3.15-.14,4.37-.33,4.44-.34a.22.22,0,0,0,.19-.22V24.15a.23.23,0,0,0-.06-.16ZM19.4,34.78c-.09,2.83-.19,5.7,0,8.42a.15.15,0,0,1-.09,0c-.05,0-.08-.05-.22-.34a21.09,21.09,0,0,1-1.49-8.76,1.81,1.81,0,0,1,.67-1.41,1.48,1.48,0,0,1,1.24-.19c0,.74,0,1.49-.07,2.27Zm25.12,12.6a11.12,11.12,0,0,1-2.59,3.37A10,10,0,0,0,40,53.27c-.79,1.78-2.89,2.64-6.43,2.64H33.2c-3.54,0-5.64-.86-6.43-2.64a9.77,9.77,0,0,0-1.93-2.51c-.92-1-2.42-2.58-2.59-3.38-.76-3.69-.62-8.15-.48-12.53,0-1.36.09-2.76.1-4.12,1.67,0,9.25.07,11.52.07,0,0,9.84,0,11.51-.07,0,1.36.06,2.76.1,4.12.14,4.38.29,8.84-.48,12.53ZM48.64,32.7a1.78,1.78,0,0,1,.67,1.41,20.81,20.81,0,0,1-1.49,8.76c-.13.29-.27.33-.31.34h-.1c.15-2.72.06-5.59,0-8.42,0-.78-.05-1.53-.07-2.27a1.65,1.65,0,0,1,1.33.19Zm0,0"/></svg>');
	 background-repeat:no-repeat;
	 background-position: center top;
	 background-size: 80px;
	 background-position-y: 20px;
  }
  
  #plant {
	 background-image:url(/wp-content/themes/Coffey/library/css/'data:image/svg+xml;utf-8,/<svg id="Layer_1" data-name="Layer 1" xmlns="http:/www.w3.org/2000/svg" viewBox="0 0 81.5 81.5" style="enable-background:new 0 0 81.5 81.5;" xml:space="preserve"><style type="text/css">.st0{fill:rgb(0,125,58);}</style><path class="st0" d="M40.8,81.5C18.2,81.5,0,63.3,0,40.8S18.2,0,40.8,0s40.8,18.2,40.8,40.8C81.5,63.3,63.3,81.5,40.8,81.5z M40.8,2C19.4,2,2,19.4,2,40.8s17.4,38.8,38.8,38.8s38.8-17.4,38.8-38.8l0,0C79.5,19.4,62.2,2,40.8,2z"/><path class="st0" d="M22.8,19.6c-2.6-0.1-4.8,1.9-5,4.5s1.9,4.8,4.5,5c2.6,0.1,4.8-1.9,5-4.5C27.4,21.9,25.4,19.7,22.8,19.6C22.8,19.6,22.8,19.6,22.8,19.6z M22.4,26.4c-1.1-0.1-2-1-2-2.2c0.1-1.1,1-2,2.2-2c1.1,0.1,2,1,2,2.2C24.5,25.5,23.6,26.4,22.4,26.4C22.4,26.4,22.4,26.4,22.4,26.4z"/><path class="st0" d="M36.5,46.6h21.1c2.1,0,3.8-1.7,3.8-3.8V20.1c0-2.1-1.7-3.8-3.8-3.8H40.4c-2.2,0.1-4.1,1.6-4.6,3.8l-2.3,8.4c-0.5,2.5-0.7,5.1-0.8,7.6v6.7C32.7,44.9,34.4,46.6,36.5,46.6z M35.6,29.6l2.1-8.2c0.4-1.6,1.8-2.8,3.4-2.8h15.2c1.6,0,2.9,1.3,2.9,2.9v8.2c0,1.6-1.3,2.9-2.9,2.9H39.7l1.4-3.4c0.2-0.6,0-1.3-0.6-1.5c-0.6-0.2-1.3,0-1.5,0.6l-1.8,4.2C36,32.1,35.3,30.8,35.6,29.6z"/><circle class="st0" cx="32" cy="57.2" r="3.6"/><circle class="st0" cx="47.1" cy="57.2" r="3.6"/><circle class="st0" cx="62.2" cy="57.2" r="3.6"/><path class="st0" d="M68.7,49.4c-1.8-1.3-3.8-1.3-5.9-1.3H29.7C26,48,22.9,51,22.8,54.7c0,0,0,0,0,0v3.8c0,2.2,1.1,4.3,2.9,5.5c1.7,1.3,3.8,1.2,5.8,1.2h33c3.7,0.1,6.7-2.8,6.9-6.5c0,0,0-0.1,0-0.1C71.3,55.3,71.7,51.7,68.7,49.4z M69.2,58.6c0,2.5-2,4.5-4.5,4.5c-0.3,0-0.7,0-1,0H30.2c-0.6,0-1.1,0-1.7-0.1c-2.1-0.4-3.7-2.4-3.6-4.5v-3.8c0-2.5,2-4.5,4.5-4.5c1.2,0,2.5,0,3.7,0h28.2c1.4-0.1,2.8-0.1,4.2,0.1c2.1,0.4,3.7,2.4,3.6,4.5L69.2,58.6z"/><path class="st0" d="M22.6,23.2c-0.6,0-1.1,0.4-1.1,1s0.4,1.1,1,1.1c0.6,0,1.1-0.4,1.1-1C23.6,23.8,23.2,23.3,22.6,23.2z"/><path class="st0" d="M28.1,46.4L28.1,46.4c0.6,0.5,1.5,0.5,2.1,0.1c0.7-0.4,1.1-1.3,0.8-2.1l-4.8-18.5c-0.9,0.9-2.1,1.4-3.3,1.6l4.7,18.1C27.6,45.8,27.8,46.1,28.1,46.4z"/><path class="st0" d="M15.6,45.3c-0.8-2.2-1.1-6.7-1.3-9.1l5.2-7.2c-1.1-0.7-1.9-1.8-2.3-3l-6.4,9c-2,2.7-6.8,9.9-5.7,13.6c1.7,5.5,9.4,7.5,14,7.7c1.8,0.1,2.8-0.6,1.7-2.1C20.8,54.1,16.7,48.6,15.6,45.3z"/></svg>');
	 background-repeat:no-repeat;
	 background-position: center top;
	 background-size: 80px;
	 background-position-y: 20px;
  }
  
  #environment {
	 background-image:url(/wp-content/themes/Coffey/library/css/'data:image/svg+xml;utf-8,/<svg id="Layer_1" data-name="Layer 1" xmlns="http:/www.w3.org/2000/svg" viewBox="0 0 66.77 66.77"><defs><style>.cls-1{fill:rgb(0, 125, 58);}.cls-2{fill:none;stroke:rgb(0, 125, 58);stroke-miterlimit:10;stroke-width:2px;}</style></defs><title>Environment-white</title><path class="cls-1" d="M22.28,53.77a3.3,3.3,0,0,0,1.56-.42v3.24h1V53.13A3.25,3.25,0,0,0,30,51.2a3.17,3.17,0,0,0,1.57-.7V49.09a7.86,7.86,0,0,1-2.26.32,8.27,8.27,0,0,1-6-2.53,8.4,8.4,0,0,1-5.23-7.66,3.21,3.21,0,0,0-.54,4.1,3.24,3.24,0,0,0,.4,5.17,3.42,3.42,0,0,0-.22,1.16,3.27,3.27,0,0,0,2.14,3.05,3.27,3.27,0,0,0,2.41,1.07Zm0,0"/><path class="cls-1" d="M52.11,44.85A3.23,3.23,0,0,0,50.45,42a8.19,8.19,0,0,1-3.17,1.56,8.42,8.42,0,0,1-8,5.83,8,8,0,0,1-1.89-.23,2.49,2.49,0,0,0-.05.46,3.27,3.27,0,0,0,2.14,3.06,3.26,3.26,0,0,0,2.4,1.07,3.35,3.35,0,0,0,1.58-.42v3.24h1V53.13a3.31,3.31,0,0,0,1.93.64,3.27,3.27,0,0,0,3.18-2.57,3.25,3.25,0,0,0,2.19-5,3.27,3.27,0,0,0,.28-1.33Zm0,0"/><path class="cls-1" d="M35.07,46.16a7,7,0,0,0,4.24,1.42,7.17,7.17,0,0,0,7-5.64,7.17,7.17,0,0,0,4.84-11.08,7.12,7.12,0,0,0-4-9.64,7.13,7.13,0,0,0-6.26-10.65A7,7,0,0,0,37,11.71a7.15,7.15,0,0,0-13.16,2,7.13,7.13,0,0,0-5,10.88,7.15,7.15,0,0,0,.9,11.4,7,7,0,0,0-.49,2.55A7.18,7.18,0,0,0,24,45.23a7.05,7.05,0,0,0,8.74,1.43v10.5H19v1.27H48.83V57.16H35.07Zm0,0"/><circle class="cls-2" cx="33.39" cy="33.39" r="32.39"/></svg>');
	 background-repeat:no-repeat;
	 background-position: center top;
	 background-size: 80px;
	 background-position-y: 20px;
  }
  
  #engineering {
	 background-image:url(/wp-content/themes/Coffey/library/css/'data:image/svg+xml;utf-8,/<svg id="Layer_1" data-name="Layer 1" xmlns="http:/www.w3.org/2000/svg" viewBox="0 0 66.77 66.77"><defs><style>.cls-1{fill:rgb(0, 125, 58);}</style></defs><title>Engineering-white</title><path class="cls-1" d="M33.39,66.77A33.39,33.39,0,1,1,66.77,33.39,33.42,33.42,0,0,1,33.39,66.77ZM33.39,2A31.39,31.39,0,1,0,64.77,33.39,31.42,31.42,0,0,0,33.39,2Z"/><path class="cls-1" d="M16.68,53.58a1,1,0,0,0,1.05,1.05H49.3a1,1,0,0,0,1.05-1.05V11.49a1,1,0,0,0-1.05-1.05h-21a1.07,1.07,0,0,0-.74.3L17,21.27a1,1,0,0,0-.31.74V53.58Zm2.1-1V23.06h9.47a1.05,1.05,0,0,0,1.06-1V12.54H48.25v40Zm29.47,0"/><path class="cls-1" d="M45,46V24.2l-3.05-2-10.9,5.17V31L25,33v2.66l-4.53,1.26v8.92H19.25v1.48h2.59V37.92l7.63-1.85-.05,11.25h3.66V45.86h-.78V36.94l-1.86-2.79-4,1.13V34.14l7.91-2.69V47.32H40V45.85H38.89V31.2L35.8,29.27l-3.25,1.12.06-2,7.91-3.75V47.43H46.2V46Zm0,0"/></svg>');
	 background-repeat:no-repeat;
	 background-position: center top;
	 background-size: 80px;
	 background-position-y: 20px;
  }
  
  .icons-text {
	  text-align: center;
	  margin-top: 120px;
  }
  
  .icons-text h5 {
	  color: #007d3a;
	  font-weight: bold;
  }
  
  .icons-text p {
	  color: #14151e;
	  padding-left: 10px;
	  padding-right: 10px;
	  margin-top: -10px;
  }
  
  .icons-see-more {
	  color: #007d3a !important;
  }
  
  /**
	STICKY CONTACT US BUTTON
  ***/
  #sticky-contact-button {
	 background-image:url(/wp-content/themes/Coffey/library/css/'data:image/svg+xml;utf-8,/<svg id="Layer_1" data-name="Layer 1" xmlns="http:/www.w3.org/2000/svg" viewBox="0 0 512.07 448"><defs><style>.cls-1{fill:white;}</style></defs><title>comment-white</title><path class="cls-1" d="M256,32C114.6,32,0,125.1,0,240c0,47.6,19.9,91.2,52.9,126.3C38,405.7,7,439.1,6.5,439.5A24,24,0,0,0,24,480c61.5,0,110-25.7,139.1-46.3A308.85,308.85,0,0,0,256,448c141.4,0,256-93.1,256-208S397.4,32,256,32Zm0,368a259.86,259.86,0,0,1-78.4-12.1l-22.7-7.2-19.5,13.8a215,215,0,0,1-57.5,29,250.82,250.82,0,0,0,19.9-40.2l10.6-28.1L87.8,333.4C69.7,314.1,48,282.2,48,240c0-88.2,93.3-160,208-160s208,71.8,208,160S370.7,400,256,400Z" transform="translate(0.07 -32)"/></svg>');
	 background-repeat:no-repeat;
	 background-size: 25px 25px;
	 text-align: center;
	 background-color: #007a33;
	 background-position-x: 32%;
	 background-position-y: 50%;
	 width: 100%;
	 height: 45px;
	 position: fixed;
	 bottom: 0;
	 text-decoration: none;
  }
  
  #sticky-contact-button p {
  		color: #fff;
  		font-size: 20px;
  		margin:0 auto;
  		padding-top: 10px;
  }

/* end .wp-prev-next */
/*
COMMENT STYLES
*/
/* h3 comment title */
#comments-title {
  padding: 0.75em;
  margin: 0;
  border-top: 1px solid #f8f9fa;
  /* number of comments span */ }

.commentlist {
  margin: 0;
  list-style-type: none; }

.comment {
  position: relative;
  clear: both;
  overflow: hidden;
  padding: 1.5em;
  border-bottom: 1px solid #f8f9fa;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */ }
  .comment .comment-author {
    padding: 7px;
    border: 0; }
  .comment .vcard {
    margin-left: 50px; }
    .comment .vcard cite.fn {
      font-weight: 700;
      font-style: normal; }
    .comment .vcard time {
      display: block;
      font-size: 0.9em;
      font-style: italic; }
      .comment .vcard time a {
        color: #9fa6b4;
        text-decoration: none; }
        .comment .vcard time a:hover {
          text-decoration: underline; }
    .comment .vcard .avatar {
      position: absolute;
      left: 16px;
      border-radius: 50%; }
  .comment:last-child {
    margin-bottom: 0; }
  .comment .children {
    margin: 0;
    /* variations */
    /* change number for different depth */ }
  .comment[class*=depth-] {
    margin-top: 1.1em; }
  .comment.depth-1 {
    margin-left: 0;
    margin-top: 0; }
  .comment:not(.depth-1) {
    margin-top: 0;
    margin-left: 7px;
    padding: 7px; }
  .comment.odd {
    background-color: white; }
  .comment.even {
    background: #f8f9fa; }

/* comment meta */
/* comment content */
.comment_content p {
  margin: 0.7335em 0 1.5em;
  font-size: 1em;
  line-height: 1.5em; }

/* end .commentlist .comment_content */
/* comment reply link */
.comment-reply-link {
  font-size: 0.9em;
  float: right; }

/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  font-style: italic;
  margin: 0 7px;
  text-decoration: none;
  font-size: 0.9em; }

/*
COMMENT FORM STYLES
*/
.comment-respond {
  padding: 1.5em;
  border-top: 1px solid #f8f9fa; }

#reply-title {
  margin: 0; }

.logged-in-as {
  color: #9fa6b4;
  font-style: italic;
  margin: 0; }
  .logged-in-as a {
    color: #5c6b80; }

.comment-form-comment {
  margin: 1.5em 0 0.75em; }

.form-allowed-tags {
  padding: 1.5em;
  background-color: #f8f9fa;
  font-size: 0.9em; }

/* comment submit button */
#submit {
  float: right;
  font-size: 1em; }

/* comment form title */
#comment-form-title {
  margin: 0 0 1.1em; }

/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
#allowed_tags {
  margin: 1.5em 10px 0.7335em 0; }

/* no comments */
.nocomments {
  margin: 0 20px 1.1em; }

/*
SIDEBARS & ASIDES
*/
.widget ul li {
  /* deep nesting */ }

.no-widgets {
  background-color: white;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #cccccc;
  border-radius: 2px;
  margin-bottom: 1.5em; }

/*
FOOTER STYLES
*/
.footer {
  clear: both;
  background-color: #f6f6f6;
  color: #14151E;
  font-size: 13px;
}
  
.source-org a {
	color: #14151E; 
	text-decoration: none;
}
	
.footer-home {
	border: none !important;
}

.footer-links-section {
	text-align: center;
}

.footer-links-section a {
  color: #14151E;
  text-decoration: none;
}

.footer-links-area {
	width: 100%;
}
	
.source-org {
	text-align: center;
}

#text-7 {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
}

/*** footer links menu ***/
 .footer-links-area {
	width: 100%;
	}
	
.source-org {
	text-align: center;
	}
	
#menu-footer-links {
	display: flex;
	flex-direction: row;
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	}
	
#menu-footer-links li {
	 /* width: 33%; */
	 min-width: 75px !important;
	 height: auto;
	 margin-bottom: 20px;
	 border-left: 1px solid #14151e;
	}
	
#menu-footer-links a {
	 	display: inline;  
	}
	
/*	.footer-home a {
		margin-right: -10px !important;
	}
	
	.footer-sitemap a {
		margin-left: -5px !important;
	}
	
	.footer-privacy a {
		margin-left: 5px !important;
	}
	
	.footer-cookie a {
		margin-left: 5px !important;
		margin-right: 5px !important;
	}
	
	.footer-terms a {
		/* margin-left: -20px !important;
	} */
	
	/* #menu-item-585 {
		width: 200px;
	}
	
	#menu-item-586 {
		width: 250px;
	} */
	
	
@media screen and (max-width: 500px) {
	
	#menu-footer-links {
		margin: 0 auto !important;
		float: left;
	}
		#menu-footer-links li {
			min-width: 40px !important;
			border: none;
			text-align: center;
		}
	
	#menu-footer-links a {
		font-size: 10px;
		text-align: center !important;
	}
}
		
/****/

/
  SIDEBAR 1 plus Social Icons
/

	#facebook img, #twitter img, #google-plus img {
	width: 35px;
	height: 35px;
	margin-top: 20px;
	}
	
	#tiscreport img {
	width: 80px;
	height: auto;
	margin-top: 7px;
	}
	
	#app-icon img {
		width: 60px;
		height: 35px;
		margin-top: 20px;
	}
	
	.social-icons {
		display: flex;
		flex-direction: row;
		max-width: 300px;
		margin: 0 auto;
	}
	
	.social-icons a {
		margin: 0 auto; 
	}
	
/
  SIDEBAR 2-5 GOOGLE MAPS
**/

.contact-text {
	text-align: left;
}

.contact-text h3 {
	color: #007a33;
	font-size: 1.3em;
}

.contact-text p:first-of-type {
	color: #14151e;
}

.contact-map {
	margin-bottom: 10px;
}

.contact-map > iframe:nth-child(1) {
	width: 100%;
	height: 300px;
}

.review-box {
	display: none !important;
}

.star-entity {
	display: none !important;
}

/****
	TWO COLUMN LAYOUT TEMPLATE
/
#menu-side-menu {
	display: none;
}

#content-layout p:first-of-type {
	color: #007a33;
}

/**
	POLICIES PAGE TEMPLATE
 */
#pdf-block {
	margin-bottom: 30px;
}

#pdf-block a {
	text-decoration: none !important;
}

#pdf-download {
	 padding: 10px;
	 background-color: #151515;
	 color: #fff;
	 width: 150px;
	 margin: 0 auto;
	 font-family: 'Rambla', sans-serif;
}
#post-5997 .esg-container {
	display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 2em;
}
 .esg-box1, .esg-box2, .esg-box3 {
	 margin-bottom: 1em;
	 background-image: url("https://www.jcoffey.co.uk/wp-content/uploads/2020/08/environment-bg-image@2x.jpg");
	 background-repeat: no-repeat;
	 background-size: cover;
	 padding-left: 0;
	 padding-right: 0;
	 position: relative;
 }
 .esg-box2 {
	 background-image: url("https://www.jcoffey.co.uk/wp-content/uploads/2020/08/social-bg-image@2x.jpg");
 }
 .esg-box3 {
	 background-image: url("https://www.jcoffey.co.uk/wp-content/uploads/2020/08/governance-bg-image@2x.jpg");
 }
 .esg-box1 h2 img, .esg-box2 h2 img, .esg-box3 h2 img {
 	 max-width: 146px;
	 max-height: 146px;
	 height: 146px;
	 display: inline-block;
	 padding: 20px;
	 margin-bottom: 0;
     vertical-align: middle;
}
 .esg-box1 h2, .esg-box2 h2, .esg-box3 h2 {
	 color: white;
	 background-color: #206926;
	 display: block;
	 width: 100%;
	 margin-bottom: 0;
     position: absolute;
     bottom: 0;
     vertical-align: middle;
     text-align: center;
	 height: 100%;
	 opacity: 0.9;
	 padding-top: 26%;
  }
  .esg-box1:hover h2,
  .esg-box2:hover h2,
  .esg-box3:hover h2 {
	  	padding-top: 0;
	  	height: auto;
	  }
 .colour-gb {
	 background-color: #F5F5F5;
	 padding: 62px;
	 color: #000000;
	 margin-bottom: 1em;
 }
.colour-gb span.button {
	display: inline-block;
	background-color: #206926;
	color: white;
	padding: 16px 64px;
	margin-top: 2em;
}

/**
 * ----------------------------------------
 * animation scale-up-ver-bottom
 * ----------------------------------------
 */
@-webkit-keyframes scale-up-ver-bottom {
  0% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
  }
}
@keyframes scale-up-ver-bottom {
  0% {
    -webkit-transform: scaleY(0.4);
            transform: scaleY(0.4);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
  }
  100% {
    -webkit-transform: scaleY(1);
            transform: scaleY(1);
    -webkit-transform-origin: 0% 100%;
            transform-origin: 0% 100%;
  }
}

/*
if you checked out the link above:
http://www.alistapart.com/articles/organizing-mobile/
you'll want to style the footer nav
a bit more in-depth. Remember to keep
it simple because you'll have to
override these styles for the desktop
view.
*/
/* end .footer-links */
/*
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*/

@media only screen and (min-width: 481px) {
  /*
  Site Name:
  Author:
  
  Stylesheet: 481px and Up Stylesheet

  
  */
  
    #post-6324 section.entry-content {
    grid-template-columns: 1fr 1fr 1fr;
}
  .meta-description {
	 background-position-x: 25%;
}

.meta-text {
	 background-position-x: 25%;
}
  
  /*
	 FRONT PAGE SLIDER  
   /
   .slider-contact {
	display: none;
}

.slider-contact-icon {
	display: none;
}

#sticky-contact-button {
	display: none;
}
  /*
  NAVIGATION STYLES
  */
  #logo {
	  /* width: 50%; */
  }
  /* .menu is clearfixed inside mixins.scss */
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
        plan your menus and drop-downs wisely.
        */ }
        .menu ul li a {
          /*
          you can use hover styles here even though this size
          has the possibility of being a mobile device.
          */ }

  /* end .menu */
  /*
  POSTS & CONTENT STYLES
  */
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: block;
      clear: both; }

  /* end .entry-content */
  /*
  FOOTER STYLES
  */
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */ }
/*
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 770px) {
  /*
  
  Stylesheet: Tablet & Small Desktop Stylesheet
  
  */
  /*
  GENERAL STYLES
  */
  
.meta-description {
	 background-position-x: 35%;
}

.meta-text {
	 background-position-x: 35%;
}
  
  /*
  LAYOUT & GRID STYLES
  */
  .wrap {
    width: 760px; }
    
  /*
  NAVIGATION STYLES
  */
  .extra-menu-items {
	  display: none;
  }
  
		
	/
	  CONTRACT FRONT PAGE SECTION
	  ****/
	  
	  #contract-section > div:nth-child(1) > a:nth-child(-n+4) > div:nth-child(1) > header:nth-child(1) > p:nth-child(3){
	  margin-top: 75px;
  }


  /* end .nav */
  /*
  SIDEBARS & ASIDES
  */
  .sidebar {
    margin-top: 2.2em; }

  .widgettitle {
    border-bottom: 2px solid #e2e2e6;
    margin-bottom: 0.75em; }

  .widget {
    padding: 0 10px;
    margin: 2.2em 0; }
    .widget ul li {
      margin-bottom: 0.75em;
      /* deep nesting */ }
      .widget ul li ul {
        margin-top: 0.75em;
        padding-left: 1em; }

  /*
  FOOTER STYLES
  */
  
   /* .footer-links-area {
	width: 50%;
	float: left;
	text-align: left;
	}
	
	.source-org {
		text-align: left;
	}
	
	#menu-footer-links {
		float: left;
		text-align: left;
		width: 100%;
		margin-left: -20px;
	} 
	
	#menu-footer-links li {
	 height: auto;
	 text-align: center; 
	} */
	
	
	
  /****
    SOCIAL ICONS
   /
   
  /* .social-icons-area {
	width: 50%;
	display: inline-block;
	float: right;
	}

	#facebook img, #twitter img, #google-plus img {
	width: 35px;
	height: 35px;
	}
	
	#app-icon img {
		width: 60px;
		height: 35px;
	}
	
	.social-icons {
		display: flex;
		margin-top: -20px;
		float: right;
	} 
	
	#facebook img, #twitter img, #google-plus img, #app-icon img {
	margin-right: 10px;
	}
	
	#sidebar1 {
		float: right;
	} */
	
/*
     BRAND PAGE TEMPLATE
*/

.top-page-img {
    height: 350px;
}

/* section.entry-content p {
	text-align: left !important;
} */

/* #brand-heading h1 {
	margin-top: 50px;
	width: 50%;
	position: absolute;
}

#brand-content p {
	padding-top: 100px;
} */

  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */ }

  /* end .footer-links */ }
/*
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*/
@media only screen and (min-width: 1030px) {
  /*
  Site Name:
  Author:
  
  Stylesheet: Desktop Stylsheet
  
  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.
  
  */
  
    .desktop-hidden {display: none;}
    
  /
  YOAST BREADCRUMBS 
*/

#breadcrumbs > span:nth-child(1) > span:nth-child(1) {
  padding-left: 30px;
}
  
  /****
	  FOOTER STYLES
  ****/
 .footer-links-area {
	width: 50%;
	float: left;
	}
	
    .source-org {
		text-align: left;
		margin-top: 20px;
	}
	
	#menu-footer-links {
		float: left;
		text-align: left;
		width: 100%;
	} 
	
	#text-7 {
		padding: 0;
		margin-top: -5px;
		text-align: left;
	} 
	
	.footer-links-section {
	text-align: left;
	}
	
	 .footer-links-area {
	width: 50%;
	float: left;
	text-align: left;
	}
	
	.source-org {
		text-align: left;
	}
	
	#menu-footer-links {
		float: left;
		text-align: left;
		width: 100%;
		margin-left: -20px;
	} 
	
	#menu-footer-links li {
	 height: auto;
	 text-align: center; 
	} 
	
	.aptf-tweets-wrapper {
	  column-count: 2;
	}
	.aptf-tweets-wrapper .aptf-single-tweet-wrapper {
		break-inside: avoid;
	}
    
    #post-6324 section.entry-content {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
	
  /****
    SOCIAL ICONS
   /
   
   .social-icons-area {
	width: 50%;
	display: inline-block;
	float: right;
	}

	#facebook img, #twitter img, #google-plus img {
	width: 35px;
	height: 35px;
	}
	
	#app-icon img {
		width: 60px;
		height: 35px;
	}
	
	.social-icons {
		display: flex;
		margin-top: -20px;
		float: right;
	} 
	
	#facebook img, #twitter img, #google-plus img, #app-icon img, #tiscreport img {
	margin-right: 10px;
	}
	
	#sidebar1 {
		float: right;
	}
 
  
  /
    PROJECTS PORTFOLIO PAGE
/

.projects-content {
	background-color: #F6F6F6;
}

.projects-inner-content {
	text-align: left;
}

 .projects-content #breadcrumbs {
	margin-top: -15px;
	padding-top: 5px;
}

  
  /
    PROJECT POST TEMPLATE
/ 

 /* #project-breadcrumbs {
	margin-top: -10px;
}  */

#project-content {
	text-align: left;
}

 #project-content p {
	width: 100%;
} 

.single-project-contact {
	margin-top: 0px;
	margin-left: -30px;
}

.single-project-downoload {
	width: 220px;
}

/* #coffey-project-breadcrumbs {
	float: none !important;
} */

/**** Project Gallery ****/

 /* #project-gallery {
	margin-top: -10px;
} */

.ms-nav-next {
	display: block !important;
	right: 0px !important;
	margin-top: 245px !important;
	opacity: 0.3;
}

.ms-nav-prev {
	display: block !important;
	left: 0px !important;
	margin-top: 245px !important;
	opacity: 0.3;
}
  
 /
	 CONTACT FORM
 **/
  .wpcf7-submit {
	 margin-left: -35px;
	 border: none;
 } 
  
  /*
    META BOX PLUGIN
*/
.call-to-action {
	padding-left: 25px;
}

.call-to-action a {
	margin-left: -35px;
}

.meta-description {
	background-image:url(/wp-content/themes/Coffey/library/css/'data:image/svg+xml;utf-8,/<svg id="Layer_1" data-name="Layer 1" xmlns="http:/www.w3.org/2000/svg" viewBox="0 0 384 512.1"><defs><style>.cls-1{fill:white;}</style></defs><title>file-white</title><path class="cls-1" d="M369.9,97.9,286,14A48,48,0,0,0,252.1-.1H48A48.16,48.16,0,0,0,0,48V464a48,48,0,0,0,48,48H336a48,48,0,0,0,48-48V131.9A48.23,48.23,0,0,0,369.9,97.9ZM332.1,128H256V51.9ZM48,464V48H208V152a23.94,23.94,0,0,0,24,24H336V464Z" transform="translate(0 0.1)"/></svg>');
	 background-repeat: no-repeat;
	 background-position: left; 
	 background-size: 12px;
	 background-position-x: 25px;
	 display: inline;
}

.call-to-action > a:nth-child(2) > p:nth-child(1) {
	padding-left: 50px;
	 padding-right: 30px;
}

.meta-text,
a.content-button {
	background-image:url('data:image/svg+xml;utf-8,\<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90.35 174.99"><defs><style>.cls-1{fill:white;}</style></defs><title>arrow-right-white</title><polygon class="cls-1" points="90.35 87.5 14.63 0 0 12.66 64.77 87.5 0 162.33 14.63 174.99 90.35 87.5 90.35 87.5 90.35 87.5"/></svg>');
	 background-repeat:no-repeat;
	 background-position: left;
	 background-size: 6px;
	 background-position-x: 25px;
	 display: inline;
}

a.content-button {
	display: inline-block;
}

.call-to-action > a:nth-child(3) > p:nth-child(2) {
	padding-left: 50px;
	padding-right: 30px;
}

.call-to-action > a:nth-child(4) > p:nth-child(2) {
	padding-left: 50px;
	padding-right: 30px;
}

.call-to-action > a:nth-child(5) > p:nth-child(2) {
	padding-left: 50px;
	padding-right: 30px;
}

.call-to-action > a:nth-child(6) > p:nth-child(2) {
	padding-left: 50px;
	padding-right: 30px;
}

.call-to-action > a:nth-child(n) > p:nth-child(n) {
	margin-bottom: 20px;
} 

/* .call-to-action > a:nth-child(n) > p:nth-child(n) {
	margin-left: -35px;
	padding-left: 55px;
} */
 
  /
	  TOP MENU
  /
  .top-menu {
	  /* visibility: visible; */
	  display: block;
	  /* line-height: 0.5em; */
  }
  
  #menu-top-menu {
	  padding-top: 3px;
  }
  
  #menu-main-nav {
	background-color: #fff;
}

#menu-main-nav a {
	color: #14151e;
}
  
  #middle-menu {
	  height: 90px;
	  float: right;
	  /* margin-top: -105px; */
	  /* margin-top: -80px; */
	  margin-top: -81px;
	  margin-right: -15px;
	  display: block;
	  padding-top: 25px;
  }
  
  #middle-menu a {
	  margin-top: -30px;
	  height: 100px;
	  padding-top: 40px;
	  /* min-width: 100px; */
	  text-align: center;
  }
  
  .wrap {
    width: 1040px; } 
  
  .top-menu-items nav {
	  float: right;
  }
  
  .top-menu-items a {
	  color: #fff !important;
	  margin-left: 10px;
	  margin-right: -10px;
	  font-family: 'Rambla', sans-serif;
  }
  
  .top-menu {
	  font-family: 'Rambla', sans-serif;
  }
  
  .footer-links {
	  font-family: 'Rambla', sans-serif;
  }
  
   /*
  TOP/MIDDLE MENU
  */
  
  #menu-main-nav {
	z-index: 10;
	margin-top: 0px;
}
  
  #inner-header {
	background-color: #fff;
	height: 100px;
}

	#masthead {
	background-color: #fff;
	position: relative;
}
  
  
   #middle-menu a {;
	  height: 100px;
	  padding-top: 45px;
	  /* min-width: 100px; */
	  text-align: center;
  } 
    
    #menu-main-nav a:hover {
	  background-color: #007a33;
	  color: #fff;
	  opacity: 1;
  }
    
  #logo {
	  max-width: 250px;
  }
  .nav {
    border: 0;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */ }
      
    .nav li {
      /*
      plan your menus and drop-downs wisely.
      */
      margin-right: 1em;
      /* showing sub-menus */ }
      .nav li a {
        border-bottom: 0;
        /*
        you can use hover styles here even though this size
        has the possibility of being a mobile device.
        */ }

    .nav li#menu-item-5984 {margin-right: 3em;}
      .nav li a:hover, .nav li a:focus {}
      .nav li ul.sub-menu,
      .nav li ul.children {
        margin-top: 0;
        position: absolute;
        visibility: hidden;
        z-index: 8999;
        /* transition: 0.2s 1s; --Remove menu animation */
        /* highlight sub-menu current page */ }
          .nav li ul.sub-menu li a,
          .nav li ul.children li a {
            padding-left: 10px;
            border-right: 0;
            display: block;
            left: 0;
            width: auto;
            }
          .nav li ul.sub-menu li {
            margin-right: 0;
            min-width: 155px;
          }
          .nav li ul.sub-menu li:last-child a,
          .nav li ul.children li:last-child a {
            border-bottom: 0; }
          .nav li ul.sub-menu li ul,
          .nav li ul.children li ul {
            
            }
	      .nav li:hover > ul,
	      .nav ul.sub-menu li:hover > ul.sub-menu {
	        visibility: visible;
	      }
	      .nav ul.sub-menu li:hover > ul.sub-menu {
		      
		  }
        
          .sub-menu a {
	        color: #14151e !important;
	        height: 60px !important;
	        margin-top: 0px !important;
	        padding-top: 22px !important;
	        font-size: 15px;
	        text-align: left !important;
          }
          .sub-menu a:hover {
	        background-color: #007a33 !important;
            color: #fff !important;
	        transition-delay: 0s;
          }
          .sub-menu {
	        display: flex;
	        flex-direction: column;
	        background-color: #fff;
          }
            .sub-menu .grid-container,
            .sub-menu .sub-menu .grid-container {
                padding-left: 0;
                padding-right: 0;
                margin-left: 0;
                margin-right: 0;
            }
        .nav li ul.sub-menu .sub-menu {
            margin: -60px 0 0 0;
            position: absolute;
            left: 100%;
            min-width: 150px;
            
        }

        #middle-menu ul li:hover > a {
		  color: inherit;
		  background-color: #fff;
		}
        #menu-top-menu li {
            float: left;
        }
    
  /**
	  TOP/SERVICE THUMBNAILS ON SLIDER 
  ***/
    #service-thumbnail-section {
	    display: block;
  }
  
  #service-thumbnail-section a:hover {
	  opacity: 1 !important;
  }
  
  .service-thumbnail-grid {
	  height: 1px;
  }
  
  .service-thumbnail-image {
	  height: 180px;
	  background-repeat:no-repeat; 
	  position:relative;
	  overflow:hidden;
	  background-size: 100% auto;
	  margin-top: -200px; 
  }
  
  .service-thumbnail-image img {
	  width: 300px;
	  height: auto;
  }
  
  .service-thumbnail {
	  height: 50px;
	  background-color: #14151E;
	  margin-top: 160px;
	  position: absolute;
	  bottom: -15px;
	  width: 100%;;
  }
  
  .service-thumbnail h5 {
	  margin-top: 5px;
	  text-align: center;
	  color: #fff;
	  /* font-size: 12px; */
  }
  
  .service-thumbnail-image:hover .service-thumbnail {
	position: absolute;
	width: 100%;
	bottom: 0px;
	-moz-transition: all 0.35s ease-in-out;
	transition: all 0.35s ease-in-out;
	opacity: 1; 
}

.see-more {
	width: 100%;
	text-align: center;
	margin-top: -27px;
	color: #007a33;
	background-color: #14151E;
	font-size: 15px;
}

  /**
	  ABOUT FRONT PAGE 
  ***/
  
 .about-section {
	  margin-top: 15px;
 }

#about-section-content h3, #about-section-content p {
	text-align: left;
}

#about-section-content {
	padding-left: 25px;
	/* padding-top: 15px; */
}

#about-section-image {
	display: block;
}

#about-section-image img {
	width: 100%;
	max-height: 300px;
}

  /**
	  CONTRACT FRONT PAGE 
  ***/
  
  .contract-text {
	  margin-left: 0px;
	  margin-right: 0px;
	  /* height: 325px; */
  }
  
  .contract-text p {
	  margin-top: -20px;
  }
  
  .contract-grid {
	  margin-top: 90px;
  }

  #contract-section > div:nth-child(1) > a:nth-child(-n+4) > div:nth-child(1) > header:nth-child(1) > p:nth-child(3){
	  margin-top: 30px;
  }
  
   /**
	  ICONS FRONT PAGE 
  ***/
  
    #health:hover {
	 background-image:url(/wp-content/themes/Coffey/library/css/'data:image/svg+xml;utf-8,/<svg id="Layer_1" data-name="Layer 1" xmlns="http:/www.w3.org/2000/svg" viewBox="0 0 64.77 64.77"><defs><style>.cls-1{fill:rgb(0, 125, 58);}.cls-2{fill:white;}</style></defs><title>Health-green</title><circle class="cls-1" cx="32.39" cy="32.39" r="31.89"/><path class="cls-2" d="M32.39,1A31.39,31.39,0,1,1,1,32.39,31.42,31.42,0,0,1,32.39,1m0-1A32.39,32.39,0,1,0,64.77,32.39,32.39,32.39,0,0,0,32.39,0Z" transform="translate(0 0)"/><path class="cls-2" d="M27.3,32.79c-2.4.06-6.16,1-4.36,2.49,1,.85,5.86,1.1,6.45.55a2.09,2.09,0,0,0-2.09-3Zm0,0" transform="translate(0 0)"/><path class="cls-2" d="M36.55,46.06a15.56,15.56,0,0,1-4.07.69,15.49,15.49,0,0,1-4-.69A.79.79,0,1,0,28,47.58a17.59,17.59,0,0,0,4.5.76h0A17.66,17.66,0,0,0,37,47.58a.79.79,0,0,0,.53-1,.78.78,0,0,0-1-.53Zm0,0" transform="translate(0 0)"/><path class="cls-2" d="M37.67,32.79a2.09,2.09,0,0,0-2.08,3c.59.55,5.4.3,6.44-.55,1.81-1.47-2-2.43-4.36-2.49Zm0,0" transform="translate(0 0)"/><path class="cls-2" d="M50.84,23a.2.2,0,0,0-.16-.07H49.45a9.71,9.71,0,0,0-.58-4.73,14.83,14.83,0,0,0-3-4.86A19.21,19.21,0,0,0,40,8.54c-.17-.08-.52-.32-.52.23V15.5a.86.86,0,0,1-.86.87h-.86a.86.86,0,0,1-.86-.87V8c0-.55-.28-.52-.42-.53A19.4,19.4,0,0,0,34,7.34c-.1,0-.41,0-.41.48V15.5a.87.87,0,0,1-.87.87h-.65a.86.86,0,0,1-.86-.87V7.82c0-.49-.31-.48-.42-.48a19.4,19.4,0,0,0-2.44.14c-.14,0-.41,0-.41.53V15.5a.87.87,0,0,1-.87.87H26.2a.87.87,0,0,1-.86-.87V8.77c0-.55-.35-.31-.52-.23a19.21,19.21,0,0,0-5.92,4.79,14.63,14.63,0,0,0-3,4.86,9.89,9.89,0,0,0-.59,4.73H14.1a.24.24,0,0,0-.23.23v5.93a.22.22,0,0,0,.19.22c.08,0,1.29.2,4.44.34v.27a3.56,3.56,0,0,0-2.43.46A3.29,3.29,0,0,0,14.68,33a22.62,22.62,0,0,0,1.64,9.6,2.09,2.09,0,0,0,1.33,1.18,2.49,2.49,0,0,0,.53.07l.3,0c.37,4,1.38,7.53,3.83,10.06a10.86,10.86,0,0,0,4.18,2.66,17,17,0,0,0,5.36.92h1.08a16.93,16.93,0,0,0,5.35-.92,10.86,10.86,0,0,0,4.18-2.66c2.45-2.53,3.46-6.09,3.84-10.06h.29a2.46,2.46,0,0,0,.53-.06,2.1,2.1,0,0,0,1.34-1.18A22.64,22.64,0,0,0,50.09,33a3.28,3.28,0,0,0-1.38-2.59,3.57,3.57,0,0,0-2.43-.46,2.44,2.44,0,0,1,0-.27c3.15-.14,4.37-.33,4.44-.34a.22.22,0,0,0,.19-.22V23.15a.23.23,0,0,0-.06-.16ZM18.4,33.78c-.09,2.83-.19,5.7,0,8.42a.15.15,0,0,1-.09,0c-.05,0-.08-.05-.22-.34a21.09,21.09,0,0,1-1.49-8.76,1.81,1.81,0,0,1,.67-1.41,1.48,1.48,0,0,1,1.24-.19c0,.74,0,1.49-.07,2.27Zm25.12,12.6a11.12,11.12,0,0,1-2.59,3.37A10,10,0,0,0,39,52.27c-.79,1.78-2.89,2.64-6.43,2.64H32.2c-3.54,0-5.64-.86-6.43-2.64a9.77,9.77,0,0,0-1.93-2.51c-.92-1-2.42-2.58-2.59-3.38-.76-3.69-.62-8.15-.48-12.53,0-1.36.09-2.76.1-4.12,1.67,0,9.25.07,11.52.07,0,0,9.84,0,11.51-.07,0,1.36.06,2.76.1,4.12.14,4.38.29,8.84-.48,12.53ZM47.64,31.7a1.78,1.78,0,0,1,.67,1.41,20.81,20.81,0,0,1-1.49,8.76c-.13.29-.27.33-.31.34h-.1c.15-2.72.06-5.59,0-8.42,0-.78-.05-1.53-.07-2.27a1.65,1.65,0,0,1,1.33.19Zm0,0" transform="translate(0 0)"/></svg>');
	 background-repeat:no-repeat;
	 background-position: center top;
	 background-size: 80px;
	 background-position-y: 20px;
  }
  
  #plant:hover {
	 background-image:url('data:image/svg+xml;utf-8,\<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 81.5 81.5" style="enable-background:new 0 0 81.5 81.5;" xml:space="preserve"><style type="text/css">.st0{fill:white}</style><path class="st0" d="M40.8,81.5C18.2,81.5,0,63.3,0,40.8S18.2,0,40.8,0s40.8,18.2,40.8,40.8C81.5,63.3,63.3,81.5,40.8,81.5z M40.8,2C19.4,2,2,19.4,2,40.8s17.4,38.8,38.8,38.8s38.8-17.4,38.8-38.8l0,0C79.5,19.4,62.2,2,40.8,2z"/><path class="st0" d="M22.8,19.6c-2.6-0.1-4.8,1.9-5,4.5s1.9,4.8,4.5,5c2.6,0.1,4.8-1.9,5-4.5C27.4,21.9,25.4,19.7,22.8,19.6C22.8,19.6,22.8,19.6,22.8,19.6z M22.4,26.4c-1.1-0.1-2-1-2-2.2c0.1-1.1,1-2,2.2-2c1.1,0.1,2,1,2,2.2C24.5,25.5,23.6,26.4,22.4,26.4C22.4,26.4,22.4,26.4,22.4,26.4z"/><path class="st0" d="M36.5,46.6h21.1c2.1,0,3.8-1.7,3.8-3.8V20.1c0-2.1-1.7-3.8-3.8-3.8H40.4c-2.2,0.1-4.1,1.6-4.6,3.8l-2.3,8.4c-0.5,2.5-0.7,5.1-0.8,7.6v6.7C32.7,44.9,34.4,46.6,36.5,46.6z M35.6,29.6l2.1-8.2c0.4-1.6,1.8-2.8,3.4-2.8h15.2c1.6,0,2.9,1.3,2.9,2.9v8.2c0,1.6-1.3,2.9-2.9,2.9H39.7l1.4-3.4c0.2-0.6,0-1.3-0.6-1.5c-0.6-0.2-1.3,0-1.5,0.6l-1.8,4.2C36,32.1,35.3,30.8,35.6,29.6z"/><circle class="st0" cx="32" cy="57.2" r="3.6"/><circle class="st0" cx="47.1" cy="57.2" r="3.6"/><circle class="st0" cx="62.2" cy="57.2" r="3.6"/><path class="st0" d="M68.7,49.4c-1.8-1.3-3.8-1.3-5.9-1.3H29.7C26,48,22.9,51,22.8,54.7c0,0,0,0,0,0v3.8c0,2.2,1.1,4.3,2.9,5.5c1.7,1.3,3.8,1.2,5.8,1.2h33c3.7,0.1,6.7-2.8,6.9-6.5c0,0,0-0.1,0-0.1C71.3,55.3,71.7,51.7,68.7,49.4z M69.2,58.6c0,2.5-2,4.5-4.5,4.5c-0.3,0-0.7,0-1,0H30.2c-0.6,0-1.1,0-1.7-0.1c-2.1-0.4-3.7-2.4-3.6-4.5v-3.8c0-2.5,2-4.5,4.5-4.5c1.2,0,2.5,0,3.7,0h28.2c1.4-0.1,2.8-0.1,4.2,0.1c2.1,0.4,3.7,2.4,3.6,4.5L69.2,58.6z"/><path class="st0" d="M22.6,23.2c-0.6,0-1.1,0.4-1.1,1s0.4,1.1,1,1.1c0.6,0,1.1-0.4,1.1-1C23.6,23.8,23.2,23.3,22.6,23.2z"/><path class="st0" d="M28.1,46.4L28.1,46.4c0.6,0.5,1.5,0.5,2.1,0.1c0.7-0.4,1.1-1.3,0.8-2.1l-4.8-18.5c-0.9,0.9-2.1,1.4-3.3,1.6l4.7,18.1C27.6,45.8,27.8,46.1,28.1,46.4z"/><path class="st0" d="M15.6,45.3c-0.8-2.2-1.1-6.7-1.3-9.1l5.2-7.2c-1.1-0.7-1.9-1.8-2.3-3l-6.4,9c-2,2.7-6.8,9.9-5.7,13.6c1.7,5.5,9.4,7.5,14,7.7c1.8,0.1,2.8-0.6,1.7-2.1C20.8,54.1,16.7,48.6,15.6,45.3z"/></svg>');
	 background-repeat:no-repeat;
	 background-position: center top;
	 background-size: 80px;
	 background-position-y: 20px;
  }
  
  #environment:hover {
	 background-image:url(/wp-content/themes/Coffey/library/css/'data:image/svg+xml;utf-8,/<svg id="Layer_1" data-name="Layer 1" xmlns="http:/www.w3.org/2000/svg" viewBox="0 0 64.77 64.77"><defs><style>.cls-1{fill:rgb(0, 125, 58);}.cls-2{fill:white;}</style></defs><title>Environment-green</title><circle class="cls-1" cx="32.39" cy="32.39" r="31.89"/><path class="cls-2" d="M32.39,1A31.39,31.39,0,1,1,1,32.39,31.42,31.42,0,0,1,32.39,1m0-1A32.39,32.39,0,1,0,64.77,32.39,32.39,32.39,0,0,0,32.39,0Z" transform="translate(0 0)"/><path class="cls-2" d="M21.28,52.77a3.3,3.3,0,0,0,1.56-.42v3.24h1V52.13A3.25,3.25,0,0,0,29,50.2a3.17,3.17,0,0,0,1.57-.7V48.09a7.86,7.86,0,0,1-2.26.32,8.27,8.27,0,0,1-6-2.53,8.4,8.4,0,0,1-5.23-7.66,3.21,3.21,0,0,0-.54,4.1,3.24,3.24,0,0,0,.4,5.17,3.42,3.42,0,0,0-.22,1.16,3.27,3.27,0,0,0,2.14,3.05,3.27,3.27,0,0,0,2.41,1.07Zm0,0" transform="translate(0 0)"/><path class="cls-2" d="M51.11,43.85A3.23,3.23,0,0,0,49.45,41a8.19,8.19,0,0,1-3.17,1.56,8.42,8.42,0,0,1-8,5.83,8,8,0,0,1-1.89-.23,2.49,2.49,0,0,0-.05.46,3.27,3.27,0,0,0,2.14,3.06,3.26,3.26,0,0,0,2.4,1.07,3.35,3.35,0,0,0,1.58-.42v3.24h1V52.13a3.31,3.31,0,0,0,1.93.64,3.27,3.27,0,0,0,3.18-2.57,3.25,3.25,0,0,0,2.19-5,3.27,3.27,0,0,0,.28-1.33Zm0,0" transform="translate(0 0)"/><path class="cls-2" d="M34.07,45.16a7,7,0,0,0,4.24,1.42,7.17,7.17,0,0,0,7-5.64,7.17,7.17,0,0,0,4.84-11.08,7.12,7.12,0,0,0-4-9.64A7.13,7.13,0,0,0,39.85,9.57,7,7,0,0,0,36,10.71a7.15,7.15,0,0,0-13.16,2,7.13,7.13,0,0,0-5,10.88,7.15,7.15,0,0,0,.9,11.4,7,7,0,0,0-.49,2.55A7.18,7.18,0,0,0,23,44.23a7.05,7.05,0,0,0,8.74,1.43v10.5H18v1.27H47.83V56.16H34.07Zm0,0" transform="translate(0 0)"/></svg>');
	 background-repeat:no-repeat;
	 background-position: center top;
	 background-size: 80px;
	 background-position-y: 20px;
  }
  
  #engineering:hover {
	 background-image:url(/wp-content/themes/Coffey/library/css/'data:image/svg+xml;utf-8,/<svg id="Layer_1" data-name="Layer 1" xmlns="http:/www.w3.org/2000/svg" viewBox="0 0 64.77 64.77"><defs><style>.cls-1,.cls-3{fill:rgb(0, 125, 58);}.cls-2{fill:white;}.cls-3{stroke:white;stroke-miterlimit:10;}</style></defs><title>Engineering-green</title><circle class="cls-1" cx="32.39" cy="32.39" r="31.89"/><path class="cls-2" d="M32.39,1A31.39,31.39,0,1,1,1,32.39,31.42,31.42,0,0,1,32.39,1m0-1A32.39,32.39,0,1,0,64.77,32.39,32.39,32.39,0,0,0,32.39,0Z" transform="translate(0 0)"/><path class="cls-3" d="M15.28,52.86a1,1,0,0,0,1,1H47.9a1,1,0,0,0,1.05-1V10.77a1,1,0,0,0-1.05-1h-21a1,1,0,0,0-.74.31L15.59,20.55a1,1,0,0,0-.31.74V52.86Z" transform="translate(0 0)"/><path class="cls-2" d="M17.38,51.81V22.35h9.47a1.06,1.06,0,0,0,1.06-1.06V11.82H46.85v40Z" transform="translate(0 0)"/><path class="cls-2" d="M46.85,51.81" transform="translate(0 0)"/><path class="cls-1" d="M44.63,45.24V23.48l-3.05-2-10.9,5.17v3.66l-6.08,2V35l-4.54,1.26v8.92H18.84v1.49h2.6V37.2l7.62-1.85L29,46.6h1.09v0h2.57V45.14H31.9V36.22l-1.85-2.79-4,1.13V33.42l7.91-2.69V46.61h5.63V45.14H38.49V30.48L35.4,28.55l-3.25,1.12.05-2,7.91-3.75V46.71h5.68V45.24Zm0,0" transform="translate(0 0)"/></svg>');
	 background-repeat:no-repeat;
	 background-position: center top;
	 background-size: 80px;
	 background-position-y: 20px;
  }
  
  .icons-grid:hover {
	  background-color: #007d3a;
	  /* moving icon upward */
	  margin-top: -10px;
  } 
  
  #bottom-icons a:hover h5 {
	  color: #fff;
  }
  
  .icons-text {
	  margin-top: 100px;
  }
  
  .icons-text p {
	  color: #fff;
  }
  
  .icons-see-more {
	  color: #fff !important;
	  padding-top: 15px;
  }
  
  .icons-grid {
	  padding-top: 20px;
	  margin-bottom: 20px;
  }
  
/*
     BRAND PAGE TEMPLATE
*/

.top-page-img {
    height: 550px;
}
body.page-id-6324 .top-page-img {
    height: 200px;
}

.page-article {
	background-color: #f6f6f6;
}

#page-container {
	background-color: #fff;
}

.hentry header {
    padding: 1.5em; 
}

section#brand-content p,
section#brand-content ul,
section#brand-content ol {
	width: 50%;
	text-align: justify;
}
section#brand-content blockquote p {
	width: 100%;
	text-align: left;
}

section.fullwidth p {
	width: 100% !important;
}

section.entry-content img {
	width: 47%;
}

section.entry-content p {
	text-align: justify;
}
    #post-5997 section.entry-content img.icon-image {
      width: 125px;
    }

/*
     BRAND PAGE TEMPLATE
*/
section#content-layout p {
	width: 100%;
}

#two-column-main-page-container {
	background-color: #fff;
	margin-left: -10px;
}

/*
     DEFAULT PAGE TEMPLATE
*/

#default-layout-container {
	background-color: #fff;
}

/**
	POLICIES PAGE TEMPLATE
 */
 #pdf-block {
	 min-height: 300px;
	 text-align: center;
	 margin-bottom: 0px;
 }


/****
	SUB PAGES LOOP
****/

#sub-pages-text {
	text-align: left;
	max-height: 150px;
	padding-right: 0px !important;
}

@media screen and (min-width: 1200px) {
	#sub-pages-text {
	min-width: 895px;
	}
}

#sub-pages-text h3 {
	margin-left: 10px;
	padding-left: 10px;
	padding-top: 5px;
}

#sub-pages-text p {
	color: #fff;
	padding-left: 20px;
	padding-right: 10px;
	margin-top: -10px;
}

.sub-pages-see-more {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 0px !important;
	font-family: 'Rambla', sans-serif;
}

.image-sub-pages-see-more {
	display: none;
}

 #sub-pages-container {
	margin-bottom: 10px !important;
	margin-left: 0px;
	margin: 0 auto;
}

 #sub-pages-image {
	max-height: 149px;
	overflow-y: hidden;
	width: 24%;
}

/* #sub-pages-image img {
	width: 100%;
	height: auto;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	transform: translate(-50%, -50%);
} */


/**
	  PROJECTS FRONT PAGE 
***/
  
  	#brand-project-section {
	  	background-color: #14151e;
	  	min-height: 350px;
  	}
  	
  	#brand-project-section h4 {
	  	color: #fff;
	  	text-align: center;
	  	margin-top: 30px;
  	}
  	
  	.see-project-carousel {
	  	text-decoration: none;
	  	color: #fff;
  	}
  	
  	.see-project-carousel:visited {
	  	color: #fff;
  	}
  	
  	.wcp-content-wrap {
	  	text-align: center;
	  	padding-bottom: 5px;
	  	margin-bottom: 40px !important;
  	}

/
  SIDEBAR 2-5 GOOGLE MAPS
**/

.contact-text {
	width: 50%;
	float: left;
}

.contact-map > iframe:nth-child(1) {
	width: 50%;
}

#contact-area {
	background-color: #fff;
}

#brand-contact-section {
	margin-bottom: 20px;
}


/
	BREADCRUMBS
/
.mobile-view-breadcrumbs {
	background-color: #fff;
}

.item-home {
	margin-left: 20px;
}

/* #breadcrumbs {
	 margin-top: -38px;
	 margin-left: -20px;
} */

#move-breadcrumbs {
	margin-top: -39px;
	margin-left: -10px;
	background-color: #141414;
}


.page-article {
	text-align: left;
}


/****
	TWO COLUMN LAYOUT TEMPLATE
/
#menu-side-menu {
	background-color: #fff;
	width: 60%;
	margin-left: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	display: block;
}

ul#menu-side-menu li {
	width: 100%;
}

ul#menu-side-menu li:hover {
	background-color: #007a33;
}

ul#menu-side-menu li a {
	padding-left: 40px;
}

ul#menu-side-menu li a:hover {
	color: #fff;
	opacity: 1;
}

#menu-item-433 {
	background-color: #14151e;
}

li#menu-item-433 a:hover {
	background-color: #14151e !important;
}

#menu-item-433 a {
	color: #fff;
	text-transform: uppercase;
}

/***
	MAIN PROJECT TEMPLATE PAGE
****/
 .projects-content #breadcrumbs {
	margin-left: 0px;
}


/***
	CONTACT FORM
 **/
 /* contact us page */
 #contact-page-text {
	 margin-top: 20px;
 } 
 
/**
  SIDE MENU
*/

ul#menu-side-menu.nav.side-nav.cf ul.sub-menu {
	display: block;
}
 
 

} 

/*
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*/

@media only screen and (min-width: 1240px) {
  /*
  Site Name: 
  Author: 
  
  Stylesheet: Super Large Monitor Stylesheet
  
  You can add some advanced styles here if you like. This kicks in
  on larger screens.
  
  */ }
/*
RETINA (2x RESOLUTION DEVICES)
This applies to the retina iPhone (4s) and iPad (2,3) along with
other displays with a 2x resolution. You can also create a media
query for retina AND a certain size if you want. Go Nuts.
*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /*
  Site Name: 
  Author: 
  
  Stylesheet: Retina Screens & Devices Stylesheet
  
  When handling retina screens you need to make adjustments, especially
  if you're not using font icons. Here you can add them in one neat
  place.
  
  */
  /* 
  
  EXAMPLE 
  Let's say you have an image and you need to make sure it looks ok
  on retina screens. Let's say we have an icon which dimension are
  24px x 24px. In your regular stylesheets, it would look something
  like this:
  
  .icon {
  	width: 24px;
  	height: 24px;
  	background: url(/wp-content/themes/Coffey/library/css/img/test.png) no-repeat;
  }
  
  For retina screens, we have to make some adjustments, so that image
  doesn't look blurry. So, taking into account the image above and the
  dimensions, this is what we would put in our retina stylesheet:
  
  .icon {
  	background: url(/wp-content/themes/Coffey/library/css/img/test@2x.png) no-repeat;
  	background-size: 24px 24px;
  }
  
  So, you would create the same icon, but at double the resolution, meaning 
  it would be 48px x 48px. You'd name it the same, but with a @2x at the end
  (this is pretty standard practice). Set the background image so it matches
  the original dimensions and you are good to go. 
  
  */ }
  
/*
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*/
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    filter: none !important;
    -ms-filter: none !important; }

  a, a:visited {
    color: #e2e2e6 !important;
    text-decoration: underline; }
    a:after, a:visited:after {
      content: " (" attr(href) ")"; }
    a abbr[title]:after, a:visited abbr[title]:after {
      content: " (" attr(title) ")"; }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: ""; }

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

  thead {
    display: table-header-group; }

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

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

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2,
  h3 {
    page-break-after: avoid; }

  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none; } }
    
 /
   RESPONSIVE DROPDOWN MENU
 /
    
 @media only screen and (max-width: 1030px) {
	 /*Hide dropdown links until they are needed*/
li ul {
    display: none;
}
/*Make dropdown links vertical*/
li ul li {
    display: block;
    float: none;
}
/*Prevent text wrapping*/
li ul li a {
    width: auto;
    min-width: 100px;
    padding: 0 20px;
}
/*Display the dropdown on hover*/
ul li a:hover + .sub-menu, .sub-menu:hover {
    display: block;
}

/* ul {
        position: static;
        display: none;
    } */
    
    /*Create vertical spacing*/
    li {
        margin-bottom: 1px;
    }
    /*Make all menu links full width*/
    /* ul li, li a {
        width: 100%;
    } */
    
    ul.sub-menu {
	    margin-top: -7px;
    }
    
    body {
	    overflow-x: hidden;
    } 
    
    ul li > a:nth-child(1) {
	    background-image:url('data:image/svg+xml;utf-8,\<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 90.35 174.99"><defs><style>.cls-1{fill:white;}</style></defs><title>jc-arrow-right</title><polygon class="cls-1" points="90.35 87.5 14.63 0 0 12.66 64.77 87.5 0 162.33 14.63 174.99 90.35 87.5 90.35 87.5 90.35 87.5"/></svg>');
	 background-repeat: no-repeat;
	 background-position: center; 
	 background-size: 6px;
	 background-position-x: 85%; 
	 }
	 
	 ul li > a:nth-child(1):hover {
	    background-image:url('data:image/svg+xml;utf-8,\<svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 174.99 90.35"><defs><style>.cls-1{fill:white;}</style></defs><title>jc-arrow-bottom</title><polygon class="cls-1" points="87.5 90.35 174.99 14.63 162.33 0 87.5 64.77 12.66 0 0 14.63 87.5 90.35 87.5 90.35 87.5 90.35"/></svg>');
	 background-repeat: no-repeat;
	 background-position: center; 
	 background-size: 12px;
	 background-position-x: 85%; 
	 }
	 
	 ul.sub-menu li a {
		 background-image: none !important;
	 }
	 
	 #menu-item-711 a, #menu-item-712 a, #menu-item-713 a, #menu-item-260 a, #menu-item-5955 a {
	 	background-color: #14151e;
	 	background-image: none !important;
	}

	#menu-item-711 a:hover {
		background-color: #14151e;
		opacity: 1 !important;
	}
	
	#menu-item-712 a:hover,
    #menu-item-5955 a:hover {
		background-color: #14151e;
		opacity: 1 !important;
	}
	
	#menu-item-713 a:hover {
		background-color: #14151e;
		opacity: 1 !important;
	}
	
	#menu-item-260 a:hover {
		background-color: #14151e;
		opacity: 1 !important;
	}
	
	.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children {
	  padding-top: 0;
  }
  
  .nav li ul.sub-menu li a,
    .nav li ul.children li a {
      padding-left: 5px; 
      font-size: 13px;
      font-weight: 200;
      }
      
  #menu-main-nav {
	  padding-top: 10px;
  }
  
  #menu-item-5955 {
	  padding-top: 10px;
	  background-color: #141414;
  }
  #menu-item-201 {
	  padding-bottom: 10px;
  }

}


/****
 TWO COLUMN LAYOUT SIDE MENU CODE * dont delete
 ***/

.nav.side-nav.cf > li {
     float:left;
     list-style: none;
}


.nav.side-nav.cf {
          position: relative;
          right: 0;
          width: 100%;
     }

.nav.side-nav.cf li {
	display: block;
          margin: 0;
          width: 100%;
     }

.nav.side-nav.cf li a {
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          display: block;
          text-decoration: none;
          width: 100%;
     }

.csr-cat {
	position: relative;
	line-height: 0;
	margin-bottom: 20px;
}     
.csr-cat img {
	width: 100%;
	max-width: 100%;
    height: auto;
}
.csr-cat-title {
	display: block;
	position: absolute;
	bottom: 0;
	left: 10px;
	padding: 10px 20px;
	background-color: #007a33;
	color: white;
	font-size: 2em;
	line-height: normal;
}
     
/*--------------------------------
 Presentation Styles (Editable)
---------------------------------*/

.nav.side-nav.cf, .nav.side-nav.cf > li, .nav.side-nav.cf > li > a { 
     height: 100%;
}

.nav.side-nav.cf li a {
     display: block;
     line-height: 1;
     padding: 10px 20px;
     text-align: left;
     text-decoration: none;
}

.nav.side-nav.cf li a:hover, .nav.side-nav.cf li a:focus {
	text-decoration: none;
}

.nav.side-nav.cf, .nav.side-nav.cf > li, .nav.side-nav.cf > li > a {
         height: auto;
}

.nav.side-nav.cf > li > a {
        padding: 15px 15px;
}

.nav.side-nav.cf .sub-menu li a {
	display: block !important;
	visibility: visible !important;
	color: #141414 !important;
	text-align: left !important;
	margin-bottom: -30px !important;
	margin-bottom: 0px !important;
	padding-left: 80px !important;
}

 .nav.side-nav.cf .sub-menu {
	background: none !important;
}

/* hover code */

.nav.side-nav.cf > li:hover {
	background: none !important;
	color: #141414 !important;
}

 .nav.side-nav.cf > li a:hover {
	 background-color: #007a33;
	/* background: none !important; */
	/* color: #141414 !important; */
}

.nav.side-nav.cf .sub-menu li:hover {
	background: none !important;
	opacity: 1 !important;
}

.nav.side-nav.cf .sub-menu li a:hover {
	/* background: none !important; */
	opacity: 1 !important;
	background-color: #007a33 !important;
	color: #fff !important;
} 

.nav.side-nav.cf .sub-menu li:hover {
	background: none !important;
}

/* hover code end */

.nav.side-nav.cf .menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children {
	padding-top: 0px;
}

.nav.side-nav.cf li ul.sub-menu, .nav.side-nav.cf li ul.children {
        position: relative;
 }

#menu-item-437 > a:nth-child(1) > .sub-menu a {
	display: block !important;
}

#menu-item-437 > ul:nth-child(2) {
	display: block !important
}

#menu-item-723, #menu-item-724, #menu-item-746 {
	height: 40px;
}

 .nav.side-nav.cf .sub-menu li a {
	height: 40px !important;
	padding-top: 12px !important;
	padding-bottom: 10px !important;
	/* margin-bottom: -20px !important; */
	margin-bottom: 0px !important;
} 

.entry-content iframe {
	max-width: 100%;
}
