/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

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

html {
  font-family: sans-serif; /* 1 */
  line-height: 1.15; /* 2 */
  -ms-text-size-adjust: 100%; /* 3 */
  -webkit-text-size-adjust: 100%; /* 3 */
}

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

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

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

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

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

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

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

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}








/* ------------- end normalize.css ---------------------------------------------------------------------- */
button:focus,
a:focus{
	outline:none;
}
body{
    font-family:"Lato";
    font-size:17px;
    line-height:28px;
    font-weight:normal;
}
h1{
	font-size:45px;
    line-height:50px;
    text-transform:uppercase;
    font-weight:400;
    margin:0;
}
h2{
    font-size:35px;
    line-height:40px;
    font-weight:300;
    margin:0;
}
h3{
	font-size:25px;
    line-height:32px;
    font-weight:400;
    margin:0;
}
h4{
	font-size:16px;
    line-height:24px;
    font-weight:400;
    margin:0;
    letter-spacing:4px;
    text-transform:uppercase;
}
h4.bolder{
	font-weight:600;
}
h5{
	font-size:18px;
    line-height:24px;
    font-weight:400;
    margin:0;
    text-transform:uppercase;
}
h5.feature{
	font-size:26px;
    line-height:32px;
}
h6, .view-all .arrow-btn{
	font-size:12px;
    line-height:18px;
    font-weight:900;
    margin:0;
    letter-spacing:2px;
    text-transform:uppercase;
}

h7{
	font-size:14px;
    line-height:20px;
    margin:0;
    font-weight:300;
}
h7.feature{
	font-size:15px;
    line-height:20px;
    margin:0;
}
p{
	margin:0;
}
.larger{
	font-size:22px;
    line-height:30px;
    font-weight:300;
}

a{
	text-decoration:none;
    color:#a7c84f;
}
.btn{
    text-transform:uppercase;
    font-size:13px;
    line-height:18px;
    padding:10px 26px;
    font-weight:600;
    letter-spacing:1px;
	border:1px solid #6f6f6f;
    color: #6f6f6f;
    background:transparent;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
    float:none;
    display: inline-block;
}
.btn:hover{
	background:#6f6f6f;
    color:white;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.btn.green{
	border-color:#a7c84f;
    color:white;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.btn.green:hover{
    background:#a7c84f;
	-webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.btn.white{
	border-color:white;
    color:white;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.btn.white:hover{
    background:white;
    color:#6f6f6f;
	-webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.pad-box{
    position:static;
	padding:60px 120px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.pad-box.pr-0{
	padding:40px 0px 40px 120px;
}
.pad-box.pl-0{
	padding:40px 120px 40px 0px;
}
.pad-box.tight-right{
	padding:40px 70px 20px 120px;
}
.callout{
    display:block;
	overflow:hidden;
    position:relative;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.callout .pad-box{
    position:relative;
    z-index:1;
	padding:130px 120px;
    color:white;
    text-align:center;
}
.overlay, .bg-img{
	position:absolute;
    width:100%;
    height:100%;
    z-index:0;
    background-size:cover;
    background-position:50%;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    
}
.callout .bg-img{
	top:0;
    left:0;
}
.max-width{
    max-width: 1250px;
    margin: 0 auto;
}

.no-touchevents.requestanimationframe .parallax .bg-img{
	width:150%;
    left:-25%;
    height:200%;
    top:-90%;
}
.overlay{
    display:block;
	z-index:1;
    color:white;
}
.align-middle{
	position:absolute;
    top:50%;
    left: 0;
    right: 0;
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
    -ms-transform:translateY(-50%);
    transform:translateY(-50%);
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.align-bottom{
	bottom:0px;
    position:absolute;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}

.gradient{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+56 */
background: -moz-linear-gradient(15deg,  rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(15deg,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(15deg,  rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 60%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.gradient-br{
background: -moz-linear-gradient(-45deg,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
background: -webkit-linear-gradient(-45deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(135deg,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=1 );

}




.dark:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
    line-height: 100%;
}
.overlay.dark {
    background: rgba(0, 0, 0, 0.3);
}

a.col img,
a.col .bg-img,
.child img,
.child .bg-img{
    -webkit-transition: 0.35s ease-out;
    -moz-transition:0.35s ease-out;
    -ms-transition: 0.35s ease-out;
    transition: 0.35s ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.leadership a.col:hover img{
   -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    margin:0 auto;
    -webkit-transition: 0.45s ease-in;
    -moz-transition:0.45s ease-in;
    -ms-transition: 0.45s ease-in;
    transition: 0.45s ease-in;
}
.leadership a.col img{
    -webkit-transition: 0.35s ease-out;
    -moz-transition:0.35s ease-out;
    -ms-transition: 0.35s ease-out;
    transition: 0.35s ease-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
a.col:hover img,
a.col:hover .bg-img,
.child:hover img,
.child:hover .bg-img{
   -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
   
    -webkit-transition: 0.45s ease-in;
    -moz-transition:0.45s ease-in;
    -ms-transition: 0.45s ease-in;
    transition: 0.45s ease-in;
}
.relationships a.col:hover img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
 
    -webkit-transition: 0.45s ease-in;
    -moz-transition: 0.45s ease-in;
    -ms-transition: 0.45s ease-in;
    transition: 0.45s ease-in;
}



a.col .overlay:before,
.child .overlay:before,
a.col .hover:before{
    content:'';
    background: rgba(152, 201, 66, 0);
    position:absolute;
    z-index:-1;
    top:0;
    right:0;
    bottom:0;
    left:0;
  	-webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
a.col:hover .overlay:before,
.child:hover .overlay:before,
a.col:hover .hover:before{
    background: rgba(152, 201, 66, 0);
   -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
    margin:0;
}
.child { 
    overflow: hidden;
    display: block;
}

a.col .hover{
	position:relative;
}
a.col .hover:before{
	z-index:1;
}

.btn i.demo-icon.icon-play {
    color: #98c942;
    margin: 0px 0 0 5px;
    border: 2px solid;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
}

.btn i.demo-icon.icon-play:before {
    margin: 0 0 0 3px;
    height: 14px;
    font-size: 11px;
    line-height: 0;
    position: relative;
    top: -2px;
}
/* -- sidebar header --*/

header{
	position:fixed;
    top:0;
    left:0;
    bottom:0;
    width:250px;
    background:#5b5b5b;
    z-index:5;
    overflow:auto;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    
}

header .logo{
	width:100%;
    display:block;
    padding: 30px 20px 18px;
    margin:0;
    background:white;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
header .logo img{
	width:100%;
    display:block;
}
header .subnav{
	display:block;
    background:#292929;
    width:240px;
    padding:20px 20px;
    position:fixed;
    top: 122px;
    bottom:0;
    left:0;
    z-index:6;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transform:translateX(-100%);
    -moz-transform:translateX(-100%);
    -ms-transform:translateX(-100%);
    transform:translateX(-100%);
     -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
header .subnav.active{
	-webkit-transform:translateX(0%);
    -moz-transform:translateX(0%);
    -ms-transform:translateX(0%);
    transform:translateX(0%);
     -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
header .subnav ul{
	list-style:none;
    margin:0;
    padding:0;
}
header .main-nav,
header .secondary-nav,
header .employees{
	padding:20px;
    background:white;
}
header .main-nav .subnav a{
	color:white;
}
header .main-nav .subnav .selected a{
    color: #a7c84f;
}

header .main-nav .subnav a:after{
	width:0;
    height:0;
    display:none;
}
header .exit{
	position:absolute;
    top:15px;
    right:15px;
    color:white;
    cursor:pointer;  
    display:block;
}
header .exit .demo-icon{
    cursor:pointer;   
}
.wrapper{
	padding:0 0 0 250px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
header .main-nav a{
	color:#3f3f3f;
    text-transform:uppercase;
    font-weight:300;
    font-size:16px;
    line-height:22px;
    margin: 0 0 5px 0;
    padding: 6.5px 0;
    display:block;
    cursor:pointer;
    letter-spacing:0.1px;
    position:relative;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
header .main-nav a:after,
header .main-nav a.selected:after{
    height: 100%;
    position: absolute;
    content: "";
    width: 10px;
    background: transparent;
    right: -20px;
    top: 0;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
header .main-nav a:hover:after,
header .main-nav a.selected:after{
    background: #a7c84f;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}

header .main-nav a:hover,
header .main-nav a.selected{
    color: #a7c84f;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
header .secondary-nav {
    background: #f0f0f0;
}
header .secondary-nav a{
	color:#5b5b5b;
    text-transform:uppercase;
    font-weight:900;
    font-size:13px;
    line-height:18px;
    margin:10px 0 0px 0;
    display:block;
    letter-spacing:1px;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
header .secondary-nav a:hover, 
header .secondary-nav .selected {
    color: #a2a2a2;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
header .secondary-nav a:last-child{
	/*margin:0;*/
}
header .employees{
    color: #c5c5c5;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    line-height: 22px;
    display: block;
    background: #5b5b5b;
    padding: 20px 20px;
    margin: 0 0 0px 0;
    letter-spacing: 1px;
}
header .employees.first{
    margin:20px 0 8px 0;
}
header .employees .demo-icon {
    margin: 0 0px 0 3px;
}

header .subnav h6 {
    color: #5b5b5b;
    margin: 4px 0 23px 20px;
}
a.mob-logo {
    position: absolute;
    z-index: 2;
    width: 200px;
    display: none;
    top: 20px;
    left: 20px;
}

a.mob-logo img {
    width: 100%;
    display: block;
    max-width: none;
}


.push-bg{
	display:none;
    width:100%;
    height:100%;
    z-index:2;
    position:fixed;
    background: rgba(153, 201, 69, 0.85);
}
.coverup{
 	height: 100%;
    width: 250px;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 6;
    display:none; 
}

#subnav-exit{
    display:none;
    position: fixed;
    top: 140px;
    left: 20px;
    z-index: 7;
    color: #676767;
}
.burger{
	display:none;
    position:fixed;
    top:20px;
    right:20px;
    left:initial;
    width:40px;
    height:30px;
    z-index:5;
    cursor:pointer;
}
.burger span{
	width:40px;
    height:2px;
    background:white;
    position:absolute;
    box-shadow: 0px 0px 7px rgba(0, 0, 0, 0.35);
}
.burger .top{
	top:0;
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.burger .mid{
	top:12px;
    opacity:1;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.burger .bottom{
    -webkit-transform:rotate(0deg);
    -moz-transform:rotate(0deg);
    -ms-transform:rotate(0deg);
    transform:rotate(0deg);
	top:24px;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.menu-active .burger .mid {
    opacity: 0;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.menu-active .burger .top{
    top:12px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    -ms-transform:rotate(45deg);
    transform:rotate(45deg);
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.menu-active .burger .bottom{
    top:12px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    -ms-transform:rotate(-45deg);
    transform:rotate(-45deg);
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}

.nested-nav ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 16px;
}

.nested-nav ul li a {
    font-size: 14px;
    margin: 0 0 8px 0;
    line-height: 22px;
    padding: 0;
}




/* -- footer  --*/

footer{
    color:#464646;
	background:#f3f3f3;
    padding: 30px 45px 90px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
footer .logo{
    width:200px;
    display: block;
}
footer .main-nav a{
	color:#5b5b5b;
    text-transform:uppercase;
    font-weight:300;
    font-size:16px;
    line-height:24px;
    margin:0 0 10px 0;
    display:block;
    letter-spacing:0.5px;
}
footer .secondary-nav a{
	color:#5b5b5b;
    text-transform:uppercase;
    font-weight:600;
    font-size:13px;
    line-height:18px;
    margin:0 0 10px 0;
    display:block;
    letter-spacing:1px;
}
footer h5 {
    font-size: 14px;
    line-height:20px;
    font-weight: 300;
}
footer p{
	margin:0 0 5px;
    font-weight: 300;
    font-size: 14px;
    line-height:20px;
}
footer .canada{
	margin:40px 0 0 0;
}
footer a{
	display:block;
}

footer .tel{
	color:black;
}
footer .tel em{
	color:#5b5b5b;
}
footer .copyright {
    text-align: center;
    font-size: 12px;
    line-height: 18px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 1px solid#dadada;
    margin: 0px 0 0 0;
    padding: 20px;
}
/*-- grid --*/

.col{
    position:relative;
    overflow:hidden;
	display:inline-block;
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.col.half{
	width:50%;
}
.col.third{
	width:33.333%;
}
.col.two-thirds{
	width:66.666%;
}
.col.fourth{
	width:25%;
}
.col.three-fourths{
	width:75%;
}
.col.two-fourths{
	width:25%;
}
.col.pad-left{
	padding:0 0 0 20px;
}
.col.pad-right{
	padding:0 20px 0 0;
}
.col.pad-both{
	padding:0 10px 0 10px;
}
.col .pad-20{
	padding:20px;
}
.col img {
    display: block;
    width: 100%;
    max-width: none;
    height: auto;
}
.clearfix{
	display:block;
    clear:both;
    float:none;
    height:0;
    line-height:0;
}

/* --- Slider --- */
.slider{
	min-height:400px;
}
.slick-slider{
    list-style:none;
    margin:0;
    padding:0;
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list{
    height:100% !important;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus{
    outline: none;
}
.slick-list.dragging{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    height:100% !important;
}
.slick-track:before,
.slick-track:after{
    display: table;
    content: '';
}
.slick-track:after{
    clear: both;
}
.slick-loading .slick-track{
    visibility: hidden;
}

.slick-slide{
    position:relative;
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide{
    float: right;
}
.slick-slide img{
    display: block;
}
.slick-slide.slick-loading img{
    display: none;
}
.slick-slide.dragging img{
    pointer-events: none;
}
.slick-initialized .slick-slide{
    display: block;
}
.slick-loading .slick-slide{
    visibility: hidden;
}
.slick-vertical .slick-slide{
    display: block;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots {
    position: absolute;
    z-index: 1;
    right: 20px;
    top: 50%;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align:right;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.slick-arrow{
	cursor:pointer;
}

.slick-dots li button {
    text-indent: -999999999999px;
    border: none;
    background: white;
    line-height: 0;
    height: 20px;
    width: 3px;
    padding: 0;
    margin: 0;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.slick-dots li.slick-active button{
	background:#a7c84f;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.slick-dots li.slick-active:hover button,
.slick-dots li:hover button{
	width: 4px;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}


/* -- home --*/
.slider h1{
	color:white;
    margin:0 0 30px 0;
}
.slider .mob-logo{
	width:200px;
    margin:0 0 20px auto;
} 
.slider .overlay .align-bottom{
	max-width:75%;
    right:0;
}

.slider .overlay .align-bottom {
    bottom: 20%;
}
.view-all{
	color:#6f6f6f;
}
.view-all h4{
    color:#6f6f6f;
	display:inline-block;
	float:left;
    vertical-align:middle;
}
.view-all .arrow-btn{
    display:inline-block;
	float:right;
    vertical-align:middle;
}
.view-all .all-btn{
    display:none;
}
.view-all .btn{
	float:none;
}
.arrow-btn span {
    border: 1px solid;
    border-radius: 50%;
    padding: 2px 5px 2.05px 7px;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.arrow-btn:hover span{
	background:#a7c84f;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.arrow-btn:hover .demo-icon{
	color:white;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}




/* -- subpage ---*/

.hero{
    overflow:hidden;
	position:relative;
    height: 284px;
}
.bread-crumbs {
    background: #98c942;
    color: white;
    padding: 9px 17px 7px 120px;
    display: inline-block;
}
.bread-crumbs a h6 {
    line-height: 21px;
}

.bread-crumbs a, .bread-crumbs span {
    color: white;
    display: inline-block;
    float: left;
}

.bread-crumbs a.color-dark-gray {
    color: #232323;
}

.bread-crumbs span {
    margin: -1px 10px 0 12px;
}

.bread-crumbs .demo-icon {
    font-size: 20px;
}
.slider.detail-page .overlay{
    max-width: none;
    right: initial;
}
.slider.detail-page .overlay .align-bottom {
    bottom: 0%;
}
.slider.detail-page h1{
	margin:0;
}
.slick-prev.slick-arrow {
    left: 20px;
}

.slick-next.slick-arrow {
    right: 20px;
}

.slick-arrow {
    position: absolute;
    z-index: 4;
    color: white;
    font-size: 40px;
    top: 50%;
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 0.63);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



/*-- contact --*/
.contacts a{
	display:inline-block;
    float:none;
    margin:0 0 2px 0;
}
.contacts a .demo-icon{
	margin:0 5px 0 0;
}
.contacts h5 {
    margin: 5px 0 8px;
}

.contacts a.location{
    color: #8e8e8e;
    margin:0 0 10px 0;
}
input[type="text"], 
textarea.cat_listbox, 
textarea,
input[type="email"]{
    width: 100%;
    border: none;
    line-height: 24px; 
    border-bottom: 1px solid #a0a0a0;
    margin: 0px 0 20px 0;
    padding:10px 15px 10px 15px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
    height:45px;
}
input:focus,
textarea:focus{
    border-bottom: 2px solid #98c942;
	outline:none;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}

.leadership .info {
    padding: 5px 12px;
    margin:0 0 15px 0;
}

.leadership img {
    width: 100%;
}

.leadership .info h5 {
    margin: 0;
    line-height: 27px;
    color:#2f2f2f;
}
.bio p{
	margin:0 0 20px 0;
}

.btn .demo-icon.icon-all-1{
	margin:0 0 0 5px;
}
.list {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
}

.list li {
    padding: 0 0 0 20px;
    position: relative;
}

.list li:before {
    content: "";
    border: 2px solid #98c942;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    left: 1px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.relationships img{
	width:80%;
    margin:20px auto 50px;
}
.relationships{}
.play-btn {
    width: 50px;
    height: 50px;
    border: 2px solid #a7c84f;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
    position: relative;
    background:transparent;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
 
.play-btn .demo-icon.icon-play {
    font-size: 24px;
    position: absolute;
    left: 20px;
    top: 10px;
    color:#a7c84f;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.play-btn:hover,
.callout:hover .play-btn{
	background:#a7c84f;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.play-btn:hover .demo-icon.icon-play,
.callout:hover .play-btn .demo-icon.icon-play{
    color:white;
	-webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.btn-feature{
    margin: 40px 0 20px;
    text-align: center;
    border-top: 1px solid #e0e0e0;
    padding: 40px 0 0;
}
.btn-box {
    margin: 0 0 20px 0;
    display: block;
}

.btn-box .btn {
    margin: 0 10px 10px 0;
}


/* -- core principles --*/

.principle{
    cursor:pointer;
	border-top:1px solid #d6d6d6;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.principle:hover{
	background:#a7c84f;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.principle.open,
.principle.open:hover{
    background:#f4f4f4;
	-webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.principle-info{
	display:none;
    padding:10px 0;
}
.principle h1{
	color:#4a4a4a;
    text-transform:capitalize;
    letter-spacing:1px;
    position:relative;
    padding: 0 55px 0 0;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
    font-size: 30px;
    line-height: 40px;
}
.principle:hover h1{
	color:white;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.principle.open h1,
.principle.open:hover h1{
	color:#a7c84f;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.principle h1 .demo-icon {
    position: absolute;
    right: 0;
    top: 54%;
    -webkit-transform: translateY(-52%);
    -moz-transform: translateY(-52%);
    -ms-transform: translateY(-52%);
    transform: translateY(-52%);
    font-size: 20px;
    line-height: 50px;
    background: #bfbfbf;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    color:transparent;
    text-align: center;
    background: rgba(63, 63, 63, 0);
    -webkit-transition:all 0.35s ease;
    -moz-transition:all 0.35s ease;
    -ms-transition:all 0.35s ease;
    transition:all 0.35s ease;
}
.principle:hover h1 .demo-icon{
    color:white;
    background: #bfbfbf;
    background: rgba(63, 63, 63, 1);
    -webkit-transition:all 0.35s ease;
    -moz-transition:all 0.35s ease;
    -ms-transition:all 0.35s ease;
    transition:all 0.35s ease;
}
.principle.open:hover h1 .demo-icon{
    color:transparent;
    background: rgba(63, 63, 63, 0);
    -webkit-transition:all 0.35s ease;
    -moz-transition:all 0.35s ease;
    -ms-transition:all 0.35s ease;
    transition:all 0.35s ease;
}

ol{
    list-style:none;
	margin:0;
    padding:0;
}
body {
    counter-reset: item;
}

ol li {
    counter-increment: item;
}

ol li h1:before {
    content: counter(item);
    left: -40px;
    position: absolute;
    font-size: 85%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #a7c84f;
    -webkit-transition: 0.35s ease;
    -moz-transition: 0.35s ease;
    -ms-transition: 0.35s ease;
    transition: 0.35s ease;
}
ol li:hover h1:before{
	color:#3f3f3f;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
ol li.open:hover h1:before,
ol li.open h1:before{
	color:#a1a1a1;
    -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}
.principle-info p{
	color:#383838;
}


/*-- family companies --*/
.member:nth-child(odd){
	background: #f4f4f4;
}

.member img {
    max-width: 340px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.member .logo-hold.tall{
	min-height:190px;
    position:static;
}
.member .logo-hold.tall img{
    max-width: none;
    width: auto;
    height: 190px;
    margin: 0 auto;
    position: static;
    left: initial;
    right: initial;
    top: initial;
    -webkit-transform: translateY(0%);
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}
.member h5 {
    margin: 0 0 10px 0;
}
.member p {
    margin: 0 0 15px 0;
}

.member .logo-hold {
    height: 100%;
    position: absolute;
    width: 100%;
}

.member img{
    max-width: none;
    height: 100%;
    width: auto;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.center {
    width: 66.666%;
    display: block;
    margin: 0 auto;
}

.center .col.third {
    width: 50%;
    border: 3.75px solid white;
}
.member.right .col{
	float:right;
}

span.arrow-btn.white {
    color: white;
    
}

.arrow-btn.white span {
    width: 40px;
    height: 40px;
    padding: 0;
    display: inline-block;
    font-size: 24px;
}

.arrow-btn.white span .demo-icon:before {
    margin: 8px 0 0 0;
}

.hover .arrow-btn.white{
	opacity:0;
     -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}

a:hover .hover .arrow-btn.white{
	opacity:1;
     -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}

.arrow-btn.white{
    cursor:pointer
	background:transparent;
     -webkit-transition:0.35s ease;
    -moz-transition:0.35s ease;
    -ms-transition:0.35s ease;
    transition:0.35s ease;
}

i.demo-icon.icon-gallery {
    margin: 0 6px 0 0;
    font-size: 16px;
}

.award-images img {
    display:inline-block;
    float:left;
    max-width:160px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.37);
    padding:0px;
    margin:0px 12px 12px 8px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}






/* -- utilities --*/
.min-height {
    min-height: 450px;
}
.border{
	border:15px solid white;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.border-t{
	border-top:15px solid white;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.border-b{
	border-bottom:15px solid white;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.border-tb{
    border-top:15px solid white;
	border-bottom:15px solid white;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.border-r{
	border-right:15px solid white;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.border-l{
	border-left:15px solid white;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.border-lr{
    border-right:15px solid white;
	border-left:15px solid white;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.border-sm{
	border:7.5px solid white;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.border-t-sm{
	border-top:7.5px solid white;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.border-b-sm{
	border-bottom:7.5px solid white;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.border-tb-sm{
    border-top:7.5px solid white;
	border-bottom:15px solid white;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.border-r-sm{
	border-right:7.5px solid white;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.border-l-sm{
	border-left:7.5px solid white;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.border-lr-sm{
    border-right:7.5px solid white;
	border-left:7.5px solid white;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    -ms-box-sizing:border-box;
    box-sizing:border-box;
}
.border-sm.parent{
	border: 12.25px solid white;
}
.border-sm.parent > .border-sm {
    border: 3.75px solid white;
}
.relative{
	position:relative;
}
.color-white{
	color:white;
}
.color-black{
	color:black;
}
.color-dark-gray{
	color:#4a4a4a;
}
.color-green{
	color:#a7c84f;
}
.bg-green{
	background:#a7c84f;
}
.bg-grey{
	background:#f0f0f0;
}
.text-center{
	text-align:center;
}
.text-right{
	text-align:right;
}
.text-left{
	text-align:left;
}
.mb-0,
p.mb-0,
h1.mb-0,
h2.mb-0,
h3.mb-0,
h4.mb-0,
h5.mb-0{
	margin:0 0 0 0;
}
.mb-10,
p.mb-10,
h1.mb-10,
h2.mb-10,
h3.mb-10,
h4.mb-10,
h5.mb-10{
	margin:0 0 10px;
}
.mb-20,
p.mb-20,
h1.mb-20,
h2.mb-20,
h3.mb-20,
h4.mb-20,
h5.mb-20{
	margin:0 0 20px;
}
.mb-30,
p.mb-30,
h1.mb-30,
h2.mb-30,
h3.mb-30,
h4.mb-30,
h5.mb-30{
	margin:0 0 30px;
}
.mb-40,
p.mb-40,
h1.mb-40,
h2.mb-40,
h3.mb-40,
h4.mb-40, 
h5.mb-40{
	margin:0 0 40px;
}
.pad-30{
	padding:30px;
}





/*-- lity styles --*/
/*! Lity - v2.2.0 - 2016-10-08
* http://sorgalla.com/lity/
* Copyright (c) 2015-2016 Jan Sorgalla; Licensed MIT */
.lity {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  background: #0b0b0b;
  background: rgba(0, 0, 0, 0.9);
  outline: none !important;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity.lity-opened {
  opacity: 1;
}
.lity.lity-closed {
  opacity: 0;
}
.lity * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
.lity-wrap {
  z-index: 9990;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  outline: none !important;
}
.lity-wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em;
}
.lity-loader {
  z-index: 9991;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-top: -0.8em;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
  opacity: 1;
}
.lity-container {
  z-index: 9992;
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  white-space: normal;
  max-width: 100%;
  max-height: 100%;
  outline: none !important;
}
.lity-content {
  z-index: 9993;
  width: 100%;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  -o-transition: -o-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease, -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
       -o-transform: scale(0.8);
          transform: scale(0.8);
}
.lity-content:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
  z-index: 9994;
  width: 35px;
  height: 35px;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-appearance: none;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.lity-close:hover,
.lity-close:focus,
.lity-close:active,
.lity-close:visited {
  text-decoration: none;
  text-align: center;
  padding: 0;
  color: #fff;
  font-style: normal;
  font-size: 35px;
  font-family: Arial, Baskerville, monospace;
  line-height: 35px;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border: 0;
  background: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.lity-close:active {
  top: 1px;
}
.lity-image img {
  max-width: 100%;
  display: block;
  line-height: 0;
  border: 0;
}
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
  width: 100%;
  max-width: 964px;
}
.lity-iframe-container {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: auto;
  pointer-events: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.lity-hide {
  display: none;
}


/*-- careers page special styling --*/
.wrapper table {
    display: block;
    width: 100% !important;
    border-collapse: collapse;
    border:0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
        padding: 60px 120px;
}

.wrapper tbody,
.wrapper td,
.wrapper tr {
    display: block;
    width: 100%;
    border-collapse: collapse;
    border:0px;
}

 

.wrapper td {
    display: block;
    width: 100%;
    text-align:left !important;
}

.wrapper table hr {
    border: 0;
    height: 0;
    border-bottom: 1px solid rgb(226, 226, 226);
    margin: 0 0 30px 0;
}

.wrapper table h1 {
    font-size: 35px;
    line-height: 40px;
    margin: 0 0 10px;
}


.wrapper table form table {
    padding: 0;
}

.wrapper table form table td.width160.right.top.nowrapFormLabel {
    text-align: left;
}

.wrapper table form table label {
    font-family: "Lato";
    text-transform: uppercase;
    font-weight: 800;
    font-size: 13px;
    letter-spacing: 1px;
    color: #5b5b5b;
}

.wrapper table form table input#keywords,
.wrapper table form table input#cwsPassword,
.wrapper table form table input#email{
    width: 50%;
    border: 1px solid #dcdcdc;
    border-bottom: 2px solid #a0a0a0;
    height: 45px;
    margin: 0 0 20px;
    padding: 10px 15px 10px 15px !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
}

.wrapper table form table select#location,
.wrapper table form table select#updatedWithin {
    width: 50%;
    border: 1px solid #dcdcdc;
    border-bottom: 2px solid #a0a0a0;
    background:white; 
    border-radius:0;
    margin: 0 0 20px;
    padding:10px 0 0;
}

.wrapper table form table select#updatedWithin{
    padding:10px 15px !important;
    border-radius:0 !important;
    height: 45px;
}

.wrapper table form table input[type="submit"] {
    border: none !important;
    padding: 10px 24px !important;
    background: #9aca45;
    font-size: 12px !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Lato" !important;
    margin: 0 0 20px;
}


.wrapper table form table select:focus{
    outline: #9dcc4c solid 1px !important;
}
.wrapper table form table a:focus{
	outline:none !important;
}

.wrapper table form table select:-internal-list-box:focus option:checked,
.wrapper table form table select:-internal-list-box option:checked,
.wrapper table form table select:-internal-list-box option:checked{
    background-color: #9dcc4c !important;
    color: -internal-active-list-box-selection-text;
}



.wrapper table table {
    padding: 0;
}

.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(1) table[role="presentation"] tr td, 
.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(3) table[role="presentation"] tr td {
    display: block;
    width: 50px;
    box-sizing: border-box;
    position: absolute;
}

.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(1) table[role="presentation"] tr td input[type="button"],
.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(3) table[role="presentation"] tr td input[type="button"]{
    border: 1px solid gray !important;
    background: transparent!important;
    color: gray !important;
    font-size: 20px !important;
    font-weight: 300 !important;
    font-family: "Lato";
    padding: 5px 10px !important;
}

.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(1) table[role="presentation"] tr td.nowrapRegular,
.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(3) table[role="presentation"] tr td.nowrapRegular{
    padding: 0px 110px 15px;
    width: 100%;
    box-sizing: border-box;
    position: static;
    text-align: center !important;
    position: static;
}

.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(1) table[role="presentation"] tr,
.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(3) table[role="presentation"] tr{
    display: inline-block;
}

.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(1) table[role="presentation"] tr td:nth-child(1),
.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(3) table[role="presentation"] tr td:nth-child(1){
    left: 0;
    top:0;  
}

.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(1) table[role="presentation"] tr td:nth-child(2),
.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(3) table[role="presentation"] tr td:nth-child(2){
    left: 50px;
    top:0;  
}

.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(1) table[role="presentation"] tr:nth-child(1), 
.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(3) table[role="presentation"] tr:nth-child(1) {
    position: relative;
}

.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(1) table[role="presentation"] tr td:nth-child(4),
.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(3) table[role="presentation"] tr td:nth-child(4){
    right: 50px;
    right:50px;
    top:0;  
}

.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(1) table[role="presentation"] tr td:nth-child(5),
.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(3) table[role="presentation"] tr td:nth-child(5){
    right: 0;
    top: 0;
}

.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(2) table[role="presentation"] tr td {
    width:25% !important;
    display:inline-block !important;
    float:left !important;
}

.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(2) #cws-search-results tr th, 
.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(2) #cws-search-results tr td {
    width: 25%;
    display: inline-block;
    float: left;
    box-sizing: border-box;
}

.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(3) table[role="presentation"] tr:nth-child(1):before {
    content: "";
    clear: both;
    float: none;
    display: block;
}

.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(2):after,
.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(1):after {
    content: "";
    clear: both;
    float: none;
    display: block;
}
.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(2) #cws-search-results tr th:nth-child(1), 
.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(2) #cws-search-results tr td:nth-child(1) {
    width: 40%;
}
.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(2) #cws-search-results tr th:nth-child(2), 
.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(2) #cws-search-results tr td:nth-child(2) {
    width: 25%;
}
.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(2) #cws-search-results tr th:nth-child(3), 
.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(2) #cws-search-results tr td:nth-child(3) {
    width: 10%;
    text-align:center !important;
}
.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(2) #cws-search-results tr th:nth-child(4), 
.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(2) #cws-search-results tr td:nth-child(4) {
    width: 25%;
    text-align:right !important;
}

.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(1) table[role="presentation"] tr, .wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(3) table[role="presentation"] tr {
    margin: 20px 0 10px 0px;
}

.wrapper table[role="presentation"] a[title="New Search"] {
    background: #a7c84f;
    color: white;
    padding: 10px 24px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Lato";
    font-weight: 400;
}

.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(2) #cws-search-results tr th:nth-child(1) a img {
    display: none;
}

.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(2) #cws-search-results tr th:nth-child(1) a[tabindex="16"]:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #808080;
  margin: 0px 0 0 6px;
  position: absolute;
  top: 5px;
}

.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(2) #cws-search-results tr th a {
    font-family: "Lato";
    font-weight: 600;
    color: gray;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 18px;
}

.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(2) #cws-search-results tr th:nth-child(1) a[tabindex="16"] {
    position: relative;
}

.wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(2) #cws-search-results tr td b {
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
}
.wrapper table input[type="submit"] {
    background: #a7c84f;
    color: white !important;
    padding: 10px 24px !important;
    font-size: 14px !important;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Lato" !important;
    font-weight: 400 !important;
    border: none !important;
}


.wrapper table input[type="submit"] {
    background: #a7c84f;
    color: white !important;
    padding: 10px 24px !important;
    font-size: 14px !important;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Lato" !important;
    font-weight: 400 !important;
    border: none !important;
}


.wrapper table ul {
    list-style: none;
    margin: 20px 20px 40px;
    padding: 0;
}

.wrapper table ul li,
.wrapper table ul li strong{
    padding: 0 0 0 20px;
    position: relative;
    font-family: "Lato";
    font-size: 17px;
    line-height: 28px;
    font-weight: normal;
}
.wrapper table ul li:before {
    content: "";
    border: 2px solid #98c942;
    border-radius: 50%;
    width: 4px;
    height: 4px;
    display: block;
    position: absolute;
    left: 1px;
    top: 10px;
}

.wrapper table strong {
    font-size: 22px;
    line-height: 30px;
    font-weight: 300;
}

.wrapper table[role="presentation"] input[type="text"], .wrapper table[role="presentation"] input[type="password"] {
    width: 50%;
    border: 1px solid #dcdcdc;
    border-bottom: 2px solid #a0a0a0;
    height: 45px;
    margin: 0 0 20px;
    padding: 10px 15px 10px 15px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


.wrapper table a[title="Back to Search Results"]:before {
    content: "<";
    margin: 0 4px 0 0px;
}

.wrapper table a[title="Back to Search Results"] {
    border: 1px solid;
    padding: 10px 24px;
    font-size: 14px !important;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Lato" !important;
    font-weight: 400 !important;
}


.wrapper table td.nowrapFormLabel {
    font-family: "Lato";
    text-transform: uppercase;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    color: gray;
    margin: 0;
}

.wrapper table td.formFieldNormal {
    font-weight: 300 !important;
    font-family: "Lato";
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 12px 0;
}

.wrapper table[role="presentation"] tr#reqSpecific_58 table[role="presentation"] tr:nth-child(3) table[role="presentation"] tr td{
    width:100%;
    display:block;
}
.wrapper table select.text {
    width: 50%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.wrapper table select#state, 
.wrapper table select#country, 
.wrapper table select#source, 
.wrapper table select#gender, 
.wrapper table select#race {
    -webkit-appearance: none;
    background-color: white;
    border-radius: 0;
    border: 1px solid #dcdcdc;
    border-bottom: 2px solid #a0a0a0;
    height: 45px;
    margin: 0 0 20px;
    padding: 10px 15px 10px 15px !important;
    background-image: url(/new/images/down-arrow.png);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: 100%;
}

.wrapper table[role="presentation"] tr[width="100%"] table[role="presentation"] tr:nth-child(3) table[role="presentation"] tr td{
    width:100%;
    display:block;
    float:none;
    clear:both;
    position: static;
    display: block;
}

.wrapper table[role="presentation"] tr[width="100%"]  table[role="presentation"] tr:nth-child(3) table[role="presentation"] tr{
    display: block;
    height: auto !important;
    float:none;
    clear:both;
    position: static;
    height: auto;
}

.wrapper table[role="presentation"] tr[width="100%"]  table[role="presentation"] tr:nth-child(3) table[role="presentation"] tr td span+span{
    position:static !important;
    margin-left: initial !important;
    display:block;
}

.wrapper table[role="presentation"] tr[width="100%"]  table[role="presentation"] tr:nth-child(3) table[role="presentation"] tr td span label{
    display:block;
}

.wrapper table textarea {
    width: 100%;
    border: 1px solid #dcdcdc;
    border-bottom: 2px solid #a0a0a0;
    height: 90px;
    margin: 0 0 20px;
    padding: 10px 15px 10px 15px !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

/* --------- media queries --- */


@media only screen and (max-width:1400px){
    .hero{
        height: 275px;
    }
    header{
    	width:200px;
    }
    .coverup{
        width: 200px; 
    }
    .subnav-active header{
    	width:200px;
    }
   	header .subnav{
    	width:190px;
        top: 86px;
    }
    #subnav-exit {
        top: 100px;
    }
    header .logo {
        padding: 10px 10px 18px;
    }
    header .subnav h6 {
        margin: 0 0 31px 20px;
    }
    
    .wrapper{
    	padding:0 0 0 200px;
    }
    .pad-box {
        padding: 60px 100px;
    }
    .wrapper table{
    	padding: 60px 100px;
    }
    .pad-box.pr-0{
        padding:40px 0px 40px 100px;
    }
    .pad-box.pl-0{
        padding:40px 100px 40px 0px;
    }
    .bread-crumbs{
        padding: 9px 17px 7px 100px;
    }
    .callout .pad-box {
        padding: 100px 100px;
    }
    .pad-box.tight-right{
        padding:40px 60px 20px 100px;
    }
    
    
    .col.two-thirds.temp,
    .col.three-fourths.temp{
    	width:100%;
        float:none;
        display:block;
        clear:both;
    }
   
    h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .leadership .col.fourth{
        width:33.333%;
    }	
    
}
@media only screen and (max-width:1300px){
    .no-touchevents.requestanimationframe .parallax .bg-img {
        left: -50%;
        top: -120%;
    }
}
@media only screen and (max-width:1250px){
  
    h1 {
        font-size: 40px;
        line-height: 40px;
    }
    .larger {
        font-size: 20px;
        line-height: 30px;
    }
    
    
    .pad-box {
        padding: 50px 60px;
    }
    .wrapper table{
    	padding: 50px 60px;
    }
    .bread-crumbs{
        padding: 9px 17px 7px 60px;
    }
    .callout .pad-box {
        padding: 90px 60px;
    }
    .pad-box.tight-right{
        padding:40px 40px 20px 60px;
    }
    .pad-box.pr-0{
        padding:40px 0px 40px 60px;
    }
    .pad-box.pl-0{
        padding:40px 60px 40px 0px;
    }
    .coverup{
        width: 180px; 
    }
    ol li h1{
    	padding:0 0 0 45px;
    }
    .principle-info{
    	padding: 10px 0 10px 45px;
    }
    ol li h1:before {
        left: 0;
    }
    .principle h1 {
        padding: 0 55px 0 40px;
    }
    .member .logo-hold {
        height: 75%;
    }
    
    footer .col.third.offices {
        width: 100%;
    }
   	footer .col.third.offices .us,
    footer .col.third.offices .canada{
    	width:50%;
        display:inline-block;
        float:left;
        clear:none;
        padding:0 0 0 20px;
        margin:0 0 30px 0;
        -webkit-box-sizing:border-box;
        -moz-box-sizing:border-box;
        -ms-box-sizing:border-box;
        box-sizing:border-box;
    }
    footer .col.third.offices .us{
    	display:block;
        padding:0;
        width:100%;
    }
    footer .col.third.main-nav,
    footer .col.third.secondary-nav{
    	width:50%;
        display:inline-block;
        float:left;
        clear:none;
        padding:0 20px 0 0;
    }
    footer .col.third.pad-left.main-nav,
    footer .col.third.offices .us{
    	padding:0 20px 0 0;
    }
    footer .col.third.secondary-nav{
    	padding:0 0 0 20px;
    }
    footer .col.fourth{
        width:33.333%;
        display:inline-block;
        float:left;
        clear:none;
    }
    footer .col.three-fourths{
    	width:66.666%;
        display:inline-block;
        float:left;
        clear:none;
    }
   
}
@media only screen and (max-width:1024px){
	.pad-box {
        padding: 40px 40px;
    }
    .wrapper table{
    	padding: 40px;
    }
    .bread-crumbs{
        padding: 9px 17px 7px 40px;
    }
    .pad-box.tight-right{
        padding:30px 30px 20px 40px;
    }
    .pad-box.pr-0{
        padding:30px 0px 30px 40px;
    }
    .pad-box.pl-0{
    	padding:30px 40px 30px 0;
    }
      
    .callout .pad-box {
        padding: 60px 40px;
    }
    .slider .pad-box {
        padding: 30px 60px 30px 30px;
    }
    
    
    footer {
        padding: 30px 40px 60px;
    }
    .col.third,
    .col.two-thirds{
    	width:100%;
        margin:0 0 20px;
        float:none;
        clear:both;
    }
    .col.third,
    .col.third.pad-left,
    .col.third.pad-right,
    .col.third.pad-both,
    .col.two-thirds,
    .col.two-thirds.pad-left,
    .col.two-thirds.pad-right{
    	padding:0;
    }
    .col.float-children .child{
    	display:inline-block;
        float:left;
        width:50%;
    }
    .col.float-children .child:first-child{
        border-right:7.5px solid white;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col.float-children .child:last-child{
        border-left:7.5px solid white;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col.two-thirds.border-r-sm{
    	border:none;
    }
    .collapse-1024 .col{
    	width:100%;
        float:none;
        clear:both;
        padding:0;
    }
    .member .logo-hold{
    	height:auto;
        position:static;
        padding:0;
    }
    .member .logo-hold img{
        height: auto;
        width:100%;
        max-width:360px;
        margin:0 auto 20px;
        position:static;
        top:initial;
        left:initial;
        right:initial;
        -webkit-transform:translateY(0);
        -moz-transform:translateY(0);
        -ms-transform:translateY(0);
        transform:translateY(0);
    }
  
    .member .col.half,
    .member .col.half.pad-right, 
    .member .col.half.pad-left,
    .member.right .col.half,
    .member.right .col.half.pad-right, 
    .member.right .col.half.pad-left{
        float:none;
        width:100%;
        clear:both;
        display:block;
        padding:0;
        text-align:center;
        min-height:auto !important;
        height:auto !important;
    }
    h2 {
        font-size: 26px;
        line-height: 34px;
    }
    footer .logo {
        width: 180px;
    }
    .contacts .us, .contacts .canada {
        width: 50%;
        display: inline-block;
        float: left;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    
    .contacts .us {
        padding: 0 20px 0 0;
    }
    
    .contacts .canada {
        padding: 0 0 0 20px;
    }
    .leadership .col.third {
        width: 33.333%;
        display: inline-block;
        float: left;
        clear: none;
    }
    .center {
        width: 66.666%;
        display: block;
        margin: 0 auto;
    }
    
    .center .col.third {
        width: 50%;
        border: 3.75px solid white;
    }
    .overview-blocks .col.third {
        width: 50%;
        display: inline-block;
        float: left;
        margin: 0;
        clear: none;
    }
    .border .col.two-thirds {
        margin: 0;
    }
    .col.float-children .child {
        display: inline-block;
        float: left;
        width: 50%;
        border-left: 4px solid white;
        border-bottom:none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col.float-children .child:first-child {
        border-right: 4px solid white;
        border-left: none;
    }
    .projects-list .col.third {
        width: 50%;
        display: inline-block;
        float: left;
        clear: none;
        margin: 0;
    }
    .contacts.pad-box .col.third {
        width: 50%;
        display: inline-block;
        float: left;
        clear: none;
    }
    
    .contacts .us {
        width: 100%;
        display: block;
        float: none;
        clear: both;
    }
    
    .contacts .col.two-thirds {
        width: 50%;
        display: inline-block;
        float: left;
        clear: none;
    }
}
@media only screen and (max-width:950px){
	
    .col.half,
    .col.third,
    .col.two-thirds,
    .col-three-fourths,
    .col.fourth,
    .col.pad-left,
    .col.pad-right,
    .col.pad-both{
    	width:100%;
        clear:both;
        float:none;
        padding:0;
    }
    .border .col.two-thirds, .border .col {
        margin: 0;
    }
    .col.float-children .child {
        display: inline-block;
        float: left;
        width: 50%;
        border-left: 4px solid white;
        border-bottom:none;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
    .col.float-children .child:first-child {
        border-right: 4px solid white;
        border-left: none;
    }
    .leadership .col.fourth {
        width: 50%;
        display: inline-block;
        float: left;
        clear: none;
    }
   
    .center {
        width: 66.666%;
        display: block;
        margin: 0 auto;
    }
    
    .center .col.third {
        width: 50%;
        border: 3.75px solid white;
    } 
    .overview-blocks .col.third {
        width: 50%;
        display: inline-block;
        float: left;
        margin: 0;
        clear: none;
    }
    .projects-list .col.third,
    .projects-list .col.half{
        width: 50%;
        display: inline-block;
        float: left;
        clear: none;
        margin: 0;
    }
}
@media only screen and (max-width:880px){
    footer {
        padding: 30px 40px 60px;
    }
    footer .copyright{
    	text-align:center;
    }
    footer .col.fourth.pad-right.logo-col,
    footer .col.three-fourths{
        width:100%;
        padding:0;
    }
    footer .logo {
        width: 200px;
        margin: 0 auto 40px;
    }
    footer .col.third.offices .us,
    footer .col.third.main-nav{
        text-align: right;
    }
    footer .col.third.offices .us{
    	text-align:center;
    }
    
    footer .col.third.offices .us,
    footer .col.third.offices .canada{
    	margin:0;
    }
    
     
}
@media only screen and (max-width:850px){

    .wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(2) #cws-search-results tr:nth-child(1) th {
    display: none;
    }

    .wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(2) tr td,
    .wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(2) tr td:nth-child(3),
    .wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(2) tr td:nth-child(4),
    .wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(2) #cws-search-results tr td:nth-child(4),
    .wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(2) #cws-search-results tr td:nth-child(3) {
    width: 100% !important;
    float: none;
    DISPLAY: block;
    text-align: left !important;
    }

    .wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(2) #cws-search-results tr:nth-child(1) th:nth-child(1) {
    display: block;
    width: 100%;
    }

    .wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(2) #cws-search-results tr td:nth-child(3) b:after {
    content: "Available";
    margin: 0 0 0 5px;
    }

    #cws-search-results tr:last-of-type td, #cws-job-alerts tr:last-of-type td {
    border: none;
    padding: 0;
    }

    .wrapper table[role="presentation"]  table[role="presentation"] tr:nth-child(2) #cws-search-results tr td:nth-child(4) {
    border-bottom: 1px solid #cccccc;
    margin: 0 0 10px 0;
    padding: 0 0 10px;
    }
}
@media only screen and (max-width:768px){
	.pad-box {
        padding: 40px 30px;
    }
    .wrapper table{
    	padding: 40px 30px;
    }
    .bread-crumbs{
        padding: 9px 17px 7px 30px;
    }
    .pad-box.tight-right{
        padding:30px 20px 30px 30px;
    }
     .pad-box.pr-0{
        padding:30px 0px 30px 30px;
    }
    .pad-box.pl-0{
    	padding:30px 30px 20px 0;
    }
    .callout .pad-box {
        padding: 60px 30px;
    }
    footer {
        padding: 30px 30px 50px;
    }
    .wrapper{
    	padding:0;
        -webkit-transform:translateX(0%);
        -moz-transform:translateX(0%);
        -ms-transform:translateX(0%);
        transform:translateX(0%);
        -webkit-transition:0.35s ease;
        -moz-transition:0.35s ease;
        -ms-transition:0.35s ease;
        transition:0.35s ease;
    }
    
    header,
    .subnav-active header{
        width:85%;
        -webkit-transform:translateX(-100%);
        -moz-transform:translateX(-100%);
        -ms-transform:translateX(-100%);
        transform:translateX(-100%);
        -webkit-transition:0.35s ease;
        -moz-transition:0.35s ease;
        -ms-transition:0.35s ease;
        transition:0.35s ease;
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
        -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
        -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0);
    }
    .coverup{
        width:85%;
        -webkit-transform:translateX(-100%);
        -moz-transform:translateX(-100%);
        -ms-transform:translateX(-100%);
        transform:translateX(-100%);
        -webkit-transition:0.35s ease;
        -moz-transition:0.35s ease;
        -ms-transition:0.35s ease;
        transition:0.35s ease;
    }
    
    .menu-active header{
        -webkit-transform:translateX(0%);
        -moz-transform:translateX(0%);
        -ms-transform:translateX(0%);
        transform:translateX(0%);
        -webkit-transition:0.35s ease;
        -moz-transition:0.35s ease;
        -ms-transition:0.35s ease;
        transition:0.35s ease;
        -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
        -ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    }
    .menu-active .coverup{
    	 -webkit-transform:translateX(0%);
        -moz-transform:translateX(0%);
        -ms-transform:translateX(0%);
        transform:translateX(0%);
        -webkit-transition:0.35s ease;
        -moz-transition:0.35s ease;
        -ms-transition:0.35s ease;
        transition:0.35s ease;
    }
    .menu-active .wrapper{
        overflow-x:hidden;
    	-webkit-transform:translateX(0%);
        -moz-transform:translateX(0%);
        -ms-transform:translateX(0%);
        transform:translateX(0%);
        -webkit-transition:0.35s ease;
        -moz-transition:0.35s ease;
        -ms-transition:0.35s ease;
        transition:0.35s ease;
    }
    .menu-active{
    	overflow-x:hidden;
    }
    header .subnav{
        width: auto;
        right: 20px;
        padding: 40px 40px 40px;
        top: 150px;
    }
    .menu-active {
        overflow-x: hidden;
    }
    .burger{
        margin:0;
        left: initial;
    	display:block;
        -webkit-transition:0.35s ease;
        -moz-transition:0.35s ease;
        -ms-transition:0.35s ease;
        transition:0.35s ease;
    }
    .menu-active .burger{
        left: 85%;
        margin: 0 0 0 25px;
        -webkit-transition:0.35s ease;
        -moz-transition:0.35s ease;
        -ms-transition:0.35s ease;
        transition:0.35s ease;
    }
    #subnav-exit {
        top: 190px;
        left: 40px;
	}
    header .logo {
        padding: 30px 20px 40px;
        text-align:center;
    }
    header .logo img{
    	width: 270px;
        margin:0 auto;
    }
    
    header .main-nav a:after, 
    header .main-nav a.selected:after {
        width: 20px;
        right: -40px;
    }
    header .main-nav, 
    header .secondary-nav, 
    header .employees {
        padding: 30px 40px;
    }
    header .subnav h6 {
   	 	margin: 6px 0 40px 20px;
    }
    header .main-nav a{
    	font-size:35px;
        line-height:42px;
    }
    h2 {
        font-size: 24px;
        line-height: 34px;
    }
    header{
    	height:auto !important;
        min-height:0px;
    }
    a.mob-logo {
        width: 200px;
        display: block;
    }
    .hero .bg-img:before,
    .add-gradient:before,
    .slider .bg-img:before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: -moz-linear-gradient(-45deg, rgba(0,0,0,0.4) 0%, rgba(0,0,0,0) 55%, rgba(0,0,0,0) 100%);
        background: -webkit-linear-gradient(-45deg, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0) 100%);
        background: linear-gradient(135deg, rgba(0,0,0,0.4) 0%,rgba(0,0,0,0) 55%,rgba(0,0,0,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66000000', endColorstr='#00000000',GradientType=1 );
    }
    .add-gradient {
        position: relative;
    }
    .min-height {
        min-height: 400px;
    }
    .leadership .col.third {
        width: 100%;
        display:block;
        float: none;
        clear: both;
    }
    .center {
        width: auto;
        display: block;
        margin: 0 auto;
    }
    
    .center .col.third {
        width: 100%;
        display:block;
        clear:both;
        float:none;
    }
} 
@media only screen and (max-width:650px){
	.pad-box {
        padding: 30px 20px;
    }
    .wrapper table{
    	padding: 30px 20px;
    }
    .pad-box.pr-0{
        padding:30px 0px 30px 20px;
    }
    .pad-box.pl-0{
        padding:30px 20px 30px 0;
    }
    footer {
        padding: 30px 20px 60px;
    }
    .bread-crumbs{
        padding: 9px 20px 7px 20px;
    }
    .callout .pad-box {
        padding: 60px 20px;
    } 
     
    h1 {
        font-size: 35px;
        line-height: 40px;
        text-transform: uppercase;
        font-weight: 400;
        margin: 0;
    }
    
    .member .logo-hold img{
        max-width:250px;
    }
    .slider .pad-box.text-right {
        text-align:left;
        padding: 20px 45px 20px 30px;
        max-width: none;
    }
    
    .slider .overlay {
        max-width:none;
    }
    .slider .mob-logo {
        margin: 0 auto 20px 0;
    }
    .pad-30 .pad-30,
    .view-all.pad-30{
        padding: 15px;
    }
    .view-all .arrow-btn{
    	display:none;
    }
    .view-all .all-btn{
    	display:inline-block;
        float:right;
    }
    .no-touchevents.requestanimationframe .parallax .bg-img {
        left: -60%;
        top: -190%;
    }
 	
    .slider h1{
        font-size: 30px;
        line-height: 40px;
    }
    .col.float-children .child{
    	display:block;
        float:none;
        width:100%;
    }
    
    .col.float-children .child:first-child,
    .col.float-children .child:last-child,
    .col.float-children .child{
        border-right: 0px solid white;
        border-left: 0;
        border-bottom:none;
        margin:0 0 8px;
        
    }
    .overview-blocks .col.third {
        width: 100%;
        display: block;
        float: none;
        margin: 0;
        clear: both;
    }
    .contacts.pad-box .col.third,
    .contacts .us,
    .contacts .col.two-thirds{
        width: 100%;
        display: block;
        float: none;
        clear: both;
        padding:0;
        margin:0 0 20px;
    }
    
     
    
}

@media only screen and (max-width:580px){
    .menu-active .burger{
        left: initial;
        right: 9px;
        margin: 0;
    }
    header .logo {
        padding: 25px 20px 10px;
    }
    header .logo img {
        width: 220px;
        margin: 0 auto;
    }
    header .main-nav,
    header .secondary-nav, 
    header .employees {
        padding: 25px 30px;
    }
    header .main-nav a {
        font-size: 26px;
        line-height: 35px;
        padding: 8px 0;
    }
    header .main-nav a:after, 
    header .main-nav a.selected:after {
        width: 20px;
        right: -30px;
    }
    header .subnav {
        top: 123px;
        padding: 30px 30px;
    }
    header .subnav h6 {
        margin: 0 0 15px 20px;
    }
    #subnav-exit {
        top: 147px;
        left: 30px;
    }
    footer .col.third.offices .us, 
    footer .col.third.pad-left.main-nav,
    footer .col.third.offices,
    footer .col.third.pad-left.secondary-nav,
    footer .col.third.offices .canada{
        text-align: center;
        display: block;
        float: none;
        padding: 0;
        margin: 0 0 20px 0;
        width: 100%;
    }
    footer .col.third.offices,
    footer .col.fourth.logo-col{
    	margin:0 0 20px;
        padding:0 0 20px 0;
        border-bottom:1px solid #dedede;
    }
    footer .col.fourth.logo-col{
    	margin:0 0 30px;
    }
    .contacts .us, .contacts .canada {
        width: 100%;
        display: block;
        float: none;
        clear:both;
        padding:0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }
  	.projects-list .col.third,
    .projects-list .col.half{
        width: 100%;
        display: block;
        float: none;
        clear: both;
        margin: 0;
    }
    .leadership .col.fourth {
        width: 100%;
    }
}

@media only screen and (max-width:480px){
    .menu-active .burger{
        left: initial;
        right: 4px;
        margin: 0;
    }
    header .main-nav,
    header .secondary-nav, 
    header .employees {
        padding: 25px 20px;
    }
    header .subnav {
        padding: 30px 20px;
    }
    header .main-nav a:after, 
    header .main-nav a.selected:after {
        right: -20px;
    }
    header .logo {
        padding: 25px 20px 10px;
    }
    header .logo img {
        width: 220px;
        margin: 0 auto;
    }
 
    header .main-nav a {
        font-size: 26px;
        line-height: 35px;
        padding: 8px 0;
    }
   
    #subnav-exit {
        left: 20px;
    }
   
    
}











