/*
	Theme Name: CloveRock Design
	Theme URI: https://www.cloverockdesign.ie
	Description: CloveRock Design WordPress Theme
	Version: 1.0
	Author: CloveRock Design (@cloverockdesign)
	Author URI: https://www.cloverockdesign.ie

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font:400 18px/1.5 hero-new, sans-serif;
	color:#39420E;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color: #39420E;
	text-decoration: none !important;
	transition: all 400ms ease-in-out 0s;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
.donate-button {
	display: block;
	width: 180px;
	height: 50px;
	text-align: center;
	color:#fff;
	background: #7C9082;
	line-height: 50px;
	border-radius: 99px;
	position: absolute;
	right: 0px;
	top: 30px;
}
.donate-button:hover {
    background:#7C9082;
		color:#fff;
}
/*------------------------------------*\
    FONTS
\*------------------------------------*/
.intro-title {
    font: 600 54px/64px hero-new, sans-serif;
    margin: 0px 0px 40px 0px;
    padding: 0px;
}
.intro-title span {
    color:#7C9082;
		display:inline-block;
}
.row-title {
    font: 600 55px/55px hero-new, sans-serif;
    margin: 0px 0px 35px 0px;
    padding: 0px;
}
.row-title span {
    color:#7C9082;
}
.dark .row-title span {
    color:#732710;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
.top-bar {
    background:#39420E;
		color:#fff;
}
.top-bar-wrap {
	width: 95%;
	margin: 0 auto;
	max-width: 1380px;
	height: 50px;
	position: relative;
	font-size: 15px;
	line-height: 50px;
}
.top-bar-wrap a {
   color:#fff;
}
.top-bar-wrap i {
    color:#7C9082;
		margin:0px 5px 0px 0px;
}
.top-bar-wrap .company-tel {
    margin:0px 10px 0px 0px;
}
.top-bar-wrap .company-tel a {
	  color:#fff;
}
.pay-button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  background: #7C9082;
  padding: 0px 20px;
  line-height: 50px;
  font-size: 17px;
  color: #fff;
}
.pay-button:hover {
  background: #31eeff;
  color: #fff;
}
/* wrapper */
.wrapper {
	max-width:1280px;
	width:95%;
	margin:0 auto;
	position:relative;
}
/* header */
.head-wrap {
	height: 110px;
	background: #fff;
	position: relative;
	z-index: 99;
}
.header {
   width:95%;
	 max-width:1380px;
	 margin:0 auto;
	 height:110px;
	 position:relative;
}
/* logo */
.logo {
	max-width: 350px;
	position: absolute;
	top: 16px;
	left: 0px;
}
.logo-img {

}
/* nav */
.nav {
	position: absolute;
	right: 250px;
	top: 0px;
}
.header .shiftnav-toggle-button {
	display: none;
	padding: 10px 0px;
	background: #fff;
	color: #121212;
	font-size: 30px;
	position: absolute;
	right: 0px;
	top: 25px;
}
.header .shiftnav-toggle-button:hover {
	display: inline-block;
	padding: 10px 0px;
	background: #fff;
	color: #121212;
}
.sub-menu.sub-menu-1 {
	padding-left: 0px !important;
	font-size: 90% !important;
}
.shiftnav ul.shiftnav-menu li.menu-item > .shiftnav-target, .shiftnav ul.shiftnav-menu li.shiftnav-retract > .shiftnav-target {
	padding: 22px 25px !important;
}
.sub-menu.sub-menu-2 li.menu-item > .shiftnav-target {
	padding: 10px 25px !important;
}
.shiftnav ul.shiftnav-menu li.menu-item {
	border-top: 1px solid rgba(255,255,255,0.1) !important;
}
.shiftnav ul.shiftnav-menu .sub-menu.sub-menu-2 li.menu-item {
   border:0 none !important;
}
.shiftnav-inner #menu-item-119272 {
    border:0 none !important;
}
.shiftnav .shiftnav-panel-close {
	padding: 24px 25px 25px 25px !important;
	z-index: 9999 !important;
}
.shiftnav::after {
  display:none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
}



@media only screen and (max-width:1150px) {
.nav {
    display:none;
}
.header .shiftnav-toggle-button {
	display: block;
}
.donate-button {
	display: block;
	width: 160px;
	height: 50px;
	right: 45px;
	top: 30px;
	font-size: 17px;
}
}
@media only screen and (max-width:410px) {
.logo {
	max-width: 230px;
	position: absolute;
	top: 15px;
	left: 0px;
}
.header .shiftnav-toggle-button {
	padding: 10px 0px;
	background: #fff;
	color: #121212;
	font-size: 26px;
	position: absolute;
	right: 0px;
	top: 17px;
}
.head-wrap {
	height: 90px;
}
.header {
	height: 90px;
}
}
main {
	max-width: 1380px;
	margin: 0 auto;
	padding: 50px 0px;
	overflow: hidden;
	width:95%;
}
main.row-main {
   max-width:100%;
	 margin:0 auto;
	 padding:0px;
}

/* sidebar */
.sidebar {
   padding:50px 0px;
	 background:#aaa;
	 color:#fff;
	 text-align:center;
}
/* footer */
.footer {
	max-width: 1380px;
	margin: 0 auto;
	width: 95%;
	padding: 30px 0px;
	text-align: center;
	overflow: hidden;
	font-size: 15px;
	line-height: 25px;
}
.logo-foot {
	width: 100%;
	max-width: 240px;
	display: block;
	margin: 0px 0px 15px 0px;
}
.social-links {
	margin: 0px auto 43px auto;
	text-align: right;
}
.social-links a{
	color:#fff !important;
	background:#7C9082;
	font-size:30px;
	margin:0px 0px 0px 15px;
	height:60px;
	width:60px;
	display:inline-block !important;
	text-align:center;
	border-radius:99px;
	line-height:65px;
}
.social-links a:hover{
	background:#39420E;
	color:#fff;
}
.crd-link {
    display:block;
}
.footcol {
  width: 370px;
  text-align: left;
  float: left;
}

.footcol span {
  display: block;
}
.footcol span i {
   color:#7C9082;
	 margin-right:5px;
}
.footcol span.company-tel {
	margin-top: 0px;
}
.footcol.footright {
  float: right;
  text-align: right;
  width: 300px;
}
.footcol.footright a {
  display: block;
  color: #111;
}
.bottom-bar {
  background: #39420E;
  color: #fff;
  padding: 30px 0px;
}
.bottom-wrap {
  width: 95%;
  margin: 0 auto;
  max-width: 1380px;
  font-size: 80%;
  position: relative;
}
.bottom-wrap span {
   display:inline-block;
}
.bottom-wrap a {
  color: #fff;
}
.login-button {
  width: 150px;
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  border-radius: 99px;
  background: #7C9082;
  display: block;
  text-align: center;
  position: absolute;
  right: 0px;
  top: -8px;
}
.footcol h3 {
	color: #7C9082;
	font-family: Neutro-Bold, sans-serif;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 22px;
}
@media only screen and (max-width:768px) {
.footcol {
	width: 100%;
	text-align: center;
	float: none;
	border-bottom: 1px solid #7C9082;
	padding: 0px 0px 30px 0px;
	margin: 0px 0px 30px 0px;
}
.footcol.footright {
  width: 100%;
  text-align: center;
  float: none;
	border-bottom:0 none;
	padding:0px;
	margin:0px;
}
.social-links {
	margin: 0px auto 20px auto;
	text-align: center;
}
.logo-foot {
	width: 100%;
	max-width: 240px;
	display: block;
	margin: 0px auto 20px auto;
}
.social-links a {
	margin: 0px 6px 0px 6px;
}
}

@media only screen and (max-width:650px) {

.bottom-wrap {
   text-align:center;
}
.login-button {
  position: relative;
  right: auto;
  top: auto;
	margin:20px auto 0px auto;
}
}
/*------------------------------------*\
    SPLASH
\*------------------------------------*/

.splash {

		background:#333;
		color:#fff;
}
.splash-wrap {
		display:table;
    width:95%;
		max-width:1380px;
		margin:0 auto;
    height:500px;
}
.splash-text {
		width:100%;
		display:table-cell;
		vertical-align:middle;
		text-align:center;
}
.splash-title {

}
.splash-text {

}

/*------------------------------------*\
    MAIN SECTION
\*------------------------------------*/
section {
	width: calc(100% - 470px);
	float: left;
	border-top: 5px solid #eaedfb;
	padding-top: 25px;
}
.side-form {
  float: right;
  width: 430px;
}
section p:first-child {
	margin-top: 0px;
}

.contact-main section {
	width: calc(50% - 20px);
	float: left;
	border-top: 5px solid #eaedfb;
	padding-top: 25px;
}
.contact-main .side-form {
  float: right;
	width: calc(50% - 20px);
}
@media only screen and (max-width:1200px) {
section {
	width: calc(100% - 400px);
}
.side-form, .side-loop {
  width: 370px !important;
}

}
@media only screen and (max-width:990px) {
section {
	width: 100%;
	float: none;
	border-top: 5px solid #eaedfb;
	padding-top: 25px;
	margin-bottom:40px;
}
.side-form, .side-loop {
	width: 100% !important;
	float: none;
}
}
@media only screen and (max-width:860px) {
.contact-main section {
	width: 100%;
	float: none;
	border-top: 5px solid #eaedfb;
	padding-top: 25px;
	margin:0px 0px 30px 0px;
}
.contact-main .side-form {
	width: 100%;
	float: none;
}
}
/*------------------------------------*\
    BUTTONS
\*------------------------------------*/

.link_button {
    width:100%;
		max-width:270px;
		height:60px;
		display:block;
		line-height:60px;
		font-size:18px;
		text-align:center;
		color:#fff;
		background:#111;
		border-radius:5px;
    margin:30px auto 0px auto;
}
.link_button:hover {
    background:#fff;
		color:#111;
}
/*------------------------------------*\
	NEWS
\*------------------------------------*/

.front-news {
list-style:none;
width:100%;
margin:0 auto;
padding:0px;
clear:both;
}
.news-wrap {
margin: 0px auto 0 auto;
max-width: 1410px;
width: calc(95% + 30px);
}
.news-wrap li {
padding:0px 15px;
}
.news-wrap h4 {
padding: 0px;
text-align: left;
margin: 0px 0px 20px 15px;
text-transform: uppercase;
}
.news-wrap .slick-prev {
height:60px;
position:absolute;
top:-80px;
right:75px;
width:50px;
text-align:center;
line-height:60px;
background:#094e8f;
font-size:15px;
color:#fff;
padding:0px;
border:0 none;
}
.news-wrap .slick-next {
height:60px;
position:absolute;
top:-80px;
right:15px;
width:50px;
text-align:center;
line-height:60px;
background:#094e8f;
font-size:15px;
color:#fff;
padding:0px;
border:0 none;
}
.news-wrap .slick-prev:hover, .news-wrap .slick-next:hover {
background:#50bfee;
}

.news-date {
	margin: 25px 0px 0px 0px;
	display: block;
}
.news-bar {
	padding: 50px 0px;
	background: #ccc;
}

/*------------------------------------*\
    PAGE ROWS
\*------------------------------------*/
.page-row.text-center {
	max-width: 800px;
	text-align: center;
	margin: 0 auto;
	height: auto;
}
.row-wrap {
	padding: 50px 0px;
	position:relative;
}
.intro-row {
  padding: 50px 2.5%;
}
.intro-row-wrap {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.page-row-wrap {
	width:95%;
	margin:0 auto;
	max-width:1380px;
}
.page-row {
  position: relative;
  display: table;
  height: 500px;
	width:100%;
}
.text-row {
	padding: 30px 5%;
	display: table-cell;
	vertical-align: middle;
}
.image-row {
  display: table-cell;
  width: 50%;
  height: 500px;
  background-size: cover !important;
  background-position: center center !important;
}

.splash-image-row {
	height: 100%;
	width: calc(50% + 100px);
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
	clip-path: polygon(0 0, 100% 0, 100% 100%, 150px 100%);
	background-position: center center !important;
	background-size: cover !important;
}
.page-intro-row .text-row {
	padding: 30px 100px 30px 0px;
}
.page-row.text-left {
  padding: 0 50% 0 0;
}
.page-row.text-left .image-row {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
}
.row-button {
	display: block;
	width: 100%;
	max-width: 260px;
	text-align: center;
	font-size: 18px;
	line-height: 70px;
	margin: 40px 0 0 0;
	background: #7C9082;
	border-radius:99px;
	color:#fff;
}
.row-button:hover {
    background:#7C9082;
		color:#fff;
}
.full-row {
  padding: 0px 2.5%;
}
.full-row-wrap {
  max-width: 800px;
  margin: 0 auto;
}
.row-section .light {
	background:transparent;
}
.row-section .medium {
	background: #39420E;
	color:#fff;
}
.row-section .dark {
	background: #7C9082;
	color:#fff;
}
.row-section .medium .row-button {
	background: #7C9082;
	color:#fff;
}
.row-section .medium .row-button:hover {
	background: #fff;
	color:#7C9082;
}
.row-section .dark .row-button {
	background: #fff;
	color:#be3b14;
}
.row-section .dark .row-button:hover {
	background: #be3b14;
	color:#fff;
}
.row-img-1 {
	position: absolute;
	left: 50%;
	margin-left: -90px;
	margin-top: -150px;
	min-width: 1330px;
}
.row-img-2 {
	position: absolute;
	right: 50%;
	margin-right: -70px;
	margin-bottom: -110px;
	bottom: 0px;
	min-width: 1330px;
}

.row-wrap.centred-row {
  text-align: center;
}
.row-wrap.centred-row .row-button {
  margin: 30px auto 0px auto;
}
.row-wrap.centred-row .left-quote {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 130px;
  line-height: 100px;
}
.row-wrap.centred-row .text-wrap {
  padding: 0px 50px;
  position: relative;
}
.row-wrap.centred-row .right-quote {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 130px;
  line-height: 100px;
}

.row-wrap.dark.centred-row .left-quote, .row-wrap.dark.centred-row .right-quote {
	color: #39420E;
}
@media only screen and (max-width:960px) {
.page-intro-row .splash-image-row {
	width: calc(35% + 100px);
}
.page-intro-row .page-row.text-left {
	padding: 0 35% 0 0;
}
.intro-title {
	font: 600 50px/60px hero-new, sans-serif;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
.row-wrap {
	padding: 20px 0px;
	position: relative;
}
.row-button {
	text-align: center;
	font-size: 18px;
	line-height: 60px;
	margin: 30px 0 0 0;
	max-width:230px;
}

}
@media only screen and (max-width:768px) {

.page-intro-row .splash-image-row {
	height: 300px;
	width: 100%;
	display: block;
	position: relative;
	top: auto;
	right: auto;
	clip-path: unset !important;
	background-position: center center !important;
	background-size: cover !important;
}
.intro-title {
	font: 600 55px/60px hero-new, sans-serif;
	margin: 0px auto 30px auto;
	padding: 0px;
	max-width: 460px;
}
.page-row {
  position: relative;
  display: block;
  height: 100%;
}
.text-row {
  padding: 30px 2.5%;
  display: block;
}
.page-intro-row .text-row {
  padding: 30px 2.5%;
  display: block;
	text-align:center;
}
.image-row {
  display: block;
  width: 100%;
  height: 300px;
}
.page-row.text-left, .page-intro-row .page-row.text-left {
  padding: 0;
}
.page-row.text-left .image-row {
  position: relative;
  top: auto;
  right: auto;
  width: 100%;
  height: 300px;
}
.row-wrap {
	padding: 0px;
}
.page-row-wrap {
	width: 100%;
}
.page-intro-row .text-row .row-button {
	margin: 30px auto 0 auto;
}
}

@media only screen and (max-width:768px) {
.intro-title {
	font: 600 50px/50px hero-new, sans-serif;
	margin: 0px auto 30px auto;
	padding: 0px;
	max-width: 460px;
}
}
@media only screen and (max-width:400px) {
.intro-title {
	font: 600 40px/46px hero-new, sans-serif;
	margin: 0px auto 30px auto;
	padding: 0px;
	max-width: 300px;
}
}

@media only screen and (max-width:530px) {
.company-email {
	display: none;
}
.pay-button {
	right: -2.55% !important;
}
.top-bar-wrap {
	font-size: 14px;
}
.pay-button {
	font-size: 14px;
}
body {
	font: 400 16px/1.5 hero-new, sans-serif;
	color: #39420E;
}
}


/*------------------------------------*\
    SIMPLE PAGE
\*------------------------------------*/
.title-bar-simple {
  background: #39420E;
  padding: 20px 0px;
}
.title-wrap-simple {
  width: 95%;
  max-width: 1380px;
  margin: 0 auto;
}
.page-title {
  padding: 0px;
  margin: 0px;
  color: #fff;
}
.breadcrumb-bar {
  background: #eaedfb;
  padding: 10px 0px;
  margin-top: 10px;
}
.breadcrumbs {
  width: 95%;
  max-width: 1380px;
  margin: 0 auto;
  font-size: 90%;
}
/*------------------------------------*\
    LISTS
\*------------------------------------*/
.front-services {
	background: #eaedfb;
	padding: 50px 0px;
	margin: 10px 0px 10px 0px;
}
.page-template-services-page .front-services {
	background: #fff;
}
.front-services-wrap {
  text-align: center;
	margin: 0px auto 0 auto;
	max-width: 1380px;
	width: 95%;
	position:relative;
}
.front-services-wrap h3 {
	padding: 0px 140px 0px 0px;
	text-align: left;
	margin: 0px 0px 32px 0px;
	text-transform: none;
	font: 600 44px/54px hero-new, sans-serif;
	color: #2a1718;
}
.front-services-wrap h3 span {
	color: #7C9082;
}
.front-services-wrap .slick-prev {
height:60px;
position:absolute;
top:-85px;
right:70px;
width:50px;
text-align:center;
line-height:60px;
background:#39420E;
font-size:15px;
color:#fff;
padding:0px;
border:0 none;
transition:all 400ms ease-in-out 0s;
}
.front-services-wrap .slick-next {
height:60px;
position:absolute;
top:-85px;
right:10px;
width:50px;
text-align:center;
line-height:60px;
background:#39420E;
font-size:15px;
color:#fff;
padding:0px;
border:0 none;
transition:all 400ms ease-in-out 0s;
}

.front-services-wrap .slick-prev:hover, .front-services-wrap .slick-next:hover {
   background:#7C9082;
}
.front-service-title {
	 padding: 0px;
	 margin: 0px 0px 30px 0px;
}
.service-intro {
	font-size: 120%;
	font-weight: 700;
}
.front-links {
  list-style: none;
  padding: 0px;
  margin: 0px -10px;
}
.front-links li {
  margin:0px 10px;

}
.front-links li a.front-link {
   display:table;
	 height:250px;
	 width:100%;
	 padding:0px 20px;
	   background: #fff;
	 color:#39420E;
	font: 400 20px/24px hero-new, sans-serif;
}
.page-template-services-page .front-links li a.front-link { 	
   background: #eaedfb;
}
.front-links li a:hover, .page-template-services-page .front-links li a.front-link:hover {
   background:#7C9082;
	 color:#fff;
}
.front-links li a span.service-link {
   display:table-cell;
	 width:100%;
	 height:100%;
	 text-align:center;
	 vertical-align:middle;
}
.front-team {
	padding: 0px;
	margin: 40px -15px 0px -15px;
}
.front-team li {
	margin: 0px 15px;
}
.front-team-wrap {
    background:#fff;
}
.front-team-wrap h3 {
	padding: 0px;
	text-align: left;
	margin: 0px 0px 30px 0px;
	text-transform: none;
	font: 600 44px/54px hero-new, sans-serif;
	color: #2a1718;
}
.front-team-wrap h3 span {
	color: #7C9082;
}
.team-name {
  margin: 20px 0px 0px 0px;
  font-size: 20px;
  text-align: center;
}
.team-title {
  display: block;
  text-align: center;
  color: #7C9082;
}
.home-headshot {
	height: 305px;
	background-position: center center !important;
	background-size: cover !important;
}
.service-link h2 {
	font-size: 22px;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.service-box-intro {
	font-size: 80%;
}
.service-box-intro p:last-child {
   margin-bottom:0px;
}
.green-arrow {
	position: relative;
}
.green-arrow .slick-prev {
height:60px;
position:absolute;
top:5px;
right:70px;
width:50px;
text-align:center;
line-height:60px;
background:#39420E;
font-size:15px;
color:#fff;
padding:0px;
border:0 none;
transition:all 400ms ease-in-out 0s;
}
.green-arrow .slick-next {
height:60px;
position:absolute;
top:5px;
right:10px;
width:50px;
text-align:center;
line-height:60px;
background:#39420E;
font-size:15px;
color:#fff;
padding:0px;
border:0 none;
transition:all 400ms ease-in-out 0s;
}

@media only screen and (max-width:480px) {
.front-services-wrap h3, .front-team-wrap h3 {
	margin: 0px 0px 22px 0px;
	font: 600 38px/34px hero-new, sans-serif;
}
.front-services-wrap h3 span, .front-team-wrap h3 span {
    display:block;
}
}
/*------------------------------------*\
    STATEMENT BOX
\*------------------------------------*/
.statement-box {
	color: #fff;
	background: #39420E;
	padding: 30px 20px;
	margin: 0 auto 0px auto;
	max-width: 1380px;
	width: 100%;
	text-align: center;
	clear: both;
	position: relative;
}
.statement-box h5 {
	font-size: 40px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	line-height: 40px;
}
.statement-box .quote-text {
  max-width: 900px;
}
.statement-box .quote-text span, .statement-box h5 span {
  color: #7C9082;
}


.statement-box h3 {
  position: absolute;
  width: 310px;
  top: 30px;
  left: 0px;
  text-align: right;
  border-radius: ;
  border-right: 1px solid #fff;
  height: calc(100% - 60px);
  margin: 0px;
  padding: 0px 40px;
  font-size: 40px;
  font-weight: ;
}
.quick-loop {
  padding-left: 350px;
  text-align: left;
  margin: 0px;
  list-style: none;
}
.quick-loop .date {
  color: #7C9082 !important;
  font-size: 90%;
}
.quick-loop h4 a {
  coi: ;
  color: #fff;
  margin: 0px;
  padding: 0px;
}
.quick-loop h4 {
  margin: 0px;
  padding: 0px;
}
.quick-loop li {
	padding-bottom: 10px;
	border-bottom: 1px dotted #fff;
	margin: 0px 0px 10px 0px;
}
.quick-loop li:last-child {
   margin:0px;
}
.side-loop {
	background: #39420E;
	padding: 30px;
	position: relative;
	margin: 0px 0px 70px 0px;
	float: right;
width: 430px;
}

.side-loop .quick-loop {
	padding-left: 0px;
	text-align: left;
	margin: 0px;
	list-style: none;
}
.side-loop h3 {
  position: relative;
  width: 100%;
  top: auto;
  left: auto;
	color:#fff;
  padding: 0px 0px 20px 0px;
  border-right: 0 none;
  border-bottom: 1px solid #fff;
  text-align: left;
  margin: 0px 0px 20px 0px;
	font:600 35px/40px hero-new, sans-serif;
}
.single-title {
	font-size: 36px;
	line-height: 44px;
	margin: 0px 0px 30px 0px;
	padding: 0px;
}
article .date {
   font-size:90%;
  color: #7C9082 !important;
}
.posted-list {
  background: #eaedfb;
  padding: 10px;
  font-size: 90%;
  border-radius: 5px;
}
.posted-list a {
  color: #7C9082;
}
@media only screen and (max-width:850px) {
.statement-box h3 {
  position: relative;
  width: 100%;
  top: auto;
  left: auto;
  padding: 0px 0px 20px 0px;
  border-right: 0 none;
  border-bottom: 1px solid #fff;
  text-align: left;
  margin: 0px 0px 20px 0px;
	font:600 35px/40px hero-new, sans-serif;
}
.quick-loop {
  padding: 0px;
}
}
/*------------------------------------*\
    SIDE FORM
\*------------------------------------*/
.side-form {
	background: #7C9082;
	padding: 30px;
	position: relative;
	margin: 0px 0px 70px 0px;
}
.side-form .gform_button.button {
	position: absolute;
	bottom: -35px;
	left: 50%;
	margin-left: -130px !important;
}
.side-form h4 {
	padding: 0px;
	text-align: left;
	margin: 0px 0px 20px 0px;
	text-transform: none;
	font: 600 35px/40px hero-new, sans-serif;
	color: #2a1718;
}
.side-form h4 span {
    color:#fff;
}


/*------------------------------------*\
    LISTS
\*------------------------------------*/
.list-row {
	padding: 50px 0px;
}
.list-wrap {
  width: 1380px;
  margin: 0 auto;
  max-width: 95%;
  text-align: center;
}
.row-list {
  list-style: none;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #ddd;
}
.row-list li {
  padding: 10px;
  border-top: 1px solid #ddd;
}
.single-list-wrap {
  margin: 0 auto;
  max-width: 460px;
}
.list-grid {
  float: left;
}
.double-list-wrap {
  max-width: 920px;
  margin: 0 auto;
  overflow: hidden;
}
.double-list-wrap .list-grid {
  width: calc(50% - 15px);
  float: left;
  margin: 0px 30px 0px 0px;
}
.double-list-wrap .list-grid:last-child {
  margin: 0px;
}
.triple-list-wrap {
  max-width: 1380px;
  margin: 0 auto;
  overflow: hidden;
}
.triple-list-wrap .list-grid {
  width: calc(33.3% - 20px);
  float: left;
  margin: 0px 30px 0px 0px;
}
.triple-list-wrap .list-grid:last-child {
  margin: 0px;
}
/*------------------------------------*\
    PAGE SPLASH
\*------------------------------------*/
.page-splash {
	display: block;
	width: 100%;
	height: 350px;
	position: relative;
	overflow: hidden;
	background: #eaedfb;
}
.page-splash-blue {
    height:auto;
		padding:60px 2.5% 60px 2.5%;
		background:#2a56a5;
	margin-top:124px;
}
.title-bar {
	color: #fff;
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: auto;
	background: rgba(6, 16, 53, 0.8);
	padding: 20px 0px;
}
.title-bar.no-image {
   background:0 none;
}
.title-bar-single{ 
	 color:#fff;
	 display:table;
	 width:100%;
	 height:auto;
	 color:#fff;
	 background:#f7cfda;
}
.title-wrap {
   display:block;
	 width:95%;
	 margin:0 auto;
	 max-width:1380px;
}
.splash-inner {
	height: 350px;
   width:100%;
	 display:block;
	 background-position:center center !important;
	 background-size:cover !important;
}
.page-splash-blue .splash-inner {
	height: auto;
}
.splash-overlay {
   position:absolute;
	 top:0px;
	 left:0px;
	 width:100%;
	 height:auto;
	 opacity:0.75;
}

.page-splash-blue .title-wrap {
	padding: 0px;
}
.page-splash-blue .title-bar {
	position: relative;
}
a.scroll-link i {
	position: absolute;
	bottom: 20px;
	font-size: 36px;
	color: #fff;
	left: 50%;
	margin-left: -18px;
}
.scroll-anchor {
	position: absolute;
	bottom:0px;
	left: 0px;
	width: 100%;
	height: 0px;
}

@media only screen and (max-width:768px) {
.front-services {
	padding: 30px 0px;
}
main {
	padding: 30px 0px;
}
.statement-box {
	padding: 30px 10px;
	margin-top: 60px;
}
.page-splash {
	height: 250px;
}
.splash-inner {
	height: 250px;
}
}
/*------------------------------------*\
    VIDEO
\*------------------------------------*/

.video-row {
  padding: 50px 0px;
  text-align: center;
}
.video-wrap {
  width: 95%;
  max-width: 940px;
  margin: 0 auto;
}
.video-text {
  margin-top: 30px;
}
.embed-container { 
    position: relative;
		padding-bottom: 56.25%; 
		height: 0; 
		overflow: hidden; 
		max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
    position: absolute;
		top: 0; 
		left: 0; 
		width: 100%; 
		height: 100%; 
}


.google-maps {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
}
.google-maps iframe {
  position: ;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
/*------------------------------------*\
    FORM
\*------------------------------------*/

.form-bar {
  padding: 50px 0px;
  background: #ccc;
}
.form-wrap {
  max-width: 800px;
  margin: 0 auto;
  width: 95%;
}
.form-title {
  padding: 0px;
  margin: 0px 0px 30px 0px;
  text-align: center;
}
.form-desc {
  display: block;
  text-align: center;
  margin: 0px 0px 30px 0px;
}
.page-form {
  background: #c5d3d5;
  padding: 50px 0px;
  text-align: center;
}
.page-form-wrap {
  margin: 0 auto;
  max-width: 800px;
  width: 95%;
}
.form-wrap-title {
  font-size: 36px;
  line-height: 36px;
  margin: 0px 0px 30px 0px;
  padding: 0px;
}
.form-wrap-intro {
  max-width: 600px;
  margin: 0 auto 30px auto;
  display: block;
}

.gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: 20px 15px !important;
	border: 1px solid #d6dada !important;
	background: #fff !important;
	border-radius: 5px !important;
}
.gform_wrapper li.hidden_label input {
	margin-top: 0px !important;
}
.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container), .gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
	margin: 0 !important;
}

.gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container input[type="text"], .gform_wrapper .field_sublabel_hidden_label .ginput_complex.ginput_container select {
	margin-bottom: 0px !important;
}
.gform_wrapper textarea.large {
	height: 200px !important;
	padding: 20px 15px !important;
	border: 1px solid #d6dada !important;
	background: #fff !important;
	border-radius: 5px !important;
}
.gform_wrapper .gform_footer {
	padding: 40px 0 0 0 !important;
	margin: 0 0 0 0 !important;
	clear: both;
	width: 100%;
}
.gform_button.button {
	height: 60px !important;
	border: 0 none !important;
	color: #fff;
	border-radius: 5px;
	font-size: 18px !important;
	height: 60px;
	display:block !important;
	margin:0 auto !important;
	transition: all 400ms ease-in-out 0s;
	line-height: 1;
	padding: 0px;
	font-weight: 500 !important;
	border-radius: 0px;
	left: auto;
	color: #fff;
	background-color: #5c7577;
	border: 0;
	display: inline-block;
	background-image: none;
	font-size: 1em !important;
	letter-spacing: 2px;
	width: 100% !important;
	max-width: 230px;
}
.gform_button.button:hover {
 background:#eaedfb;
 color:#39420E;
}

.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	background-color: transparent !important;
	margin-bottom: 0px !important;
	border-top: 0 none !important;
	border-bottom: 0 none !important;
	padding-bottom: 0 !important;
	padding-top: 0 !important;
	box-sizing: border-box;
}
.gform_wrapper .field_description_below .gfield_description {
	padding-top: 6px !important;
}
.gform_wrapper .validation_message {
	color: #090037 !important;
	font-weight: 700;
	letter-spacing: normal;
}
.gform_wrapper div.validation_error {
	color: #fff !important;
	font-size: 0.9em !important;
	font-weight: 700;
	margin-bottom: 15px !important;
	border-top: 0 none !important;
	border-bottom: 0 none !important;
	padding: 10px !important;
	clear: both !important;
	width: 100%;
	text-align: center;
	background: #39420E !important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	max-width: 100%;
	padding-right: 16px;
	margin-bottom: 10px;
	padding-top: 0px !important;
	text-align: left !important;
	padding-left: 20px;
}

.ginput_container.ginput_container_consent, .ginput_container_consent + .validation_message {
	text-align: center;
}

textarea,
input.text,
input[type=text],
input[type=button],
input[type=submit],
.input-checkbox,
select {
 -webkit-appearance:none;
 border-radius:0
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
 padding:20px 15px!important;
 border:1px solid #ccc!important;
 background:#fff!important;
 border-radius:5px!important;
 width:100%
}
.side-form .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]), .side-form .gform_wrapper textarea.large {
 border:0 none !important;
}

.gform_wrapper select {
 padding:20px 35px 20px 15px!important;
 border:1px solid #ccc!important;
 background:#fff!important;
 border-radius:5px!important;
 width:100%
}
.gform_wrapper li.hidden_label input {
 margin-top:0!important
}
.ginput_container.ginput_container_fileupload {
 border:1px dashed #fff;
 border-radius:10px;
 background:rgba(255,255,255,.1);
 padding:20px;
 text-align:center;
 color:#fff;
 margin-top:0;
 display:block
}
.ginput_container_textarea textarea {
 padding:20px 15px!important;
 border:1px solid #ccc!important;
 background:#fff!important;
 border-radius:5px!important;
 width:100%;
 height:200px
}
.gform_button_select_files {
 display:block;
 margin:10px auto 20px;
 border:0;
 padding:10px 20px;
 border-radius:10px!important;
 overflow:hidden;
 background:#1758bb;
 color:#fff
}
.gfield_description {
 color:#fff;
 text-align:center;
 margin:5px 0 10px;
 display:block;
 font-size:80%
}
.validation_error {
 background:#176bec;
 color:#fff;
 text-align:center;
 padding:10px;
 border-radius:10px;
 margin:0 0 20px;
 font-size:90%
}
.gfield_description.validation_message {
	color: #176bec;
	text-align: center;
	margin: 5px 0 10px;
	display: block;
	font-size: 80%;
	font-weight: normal;
}
.ginput_container.ginput_container_select {
 position:relative
}
.ginput_container.ginput_container_select::after {
 content:"\f107";
 position:absolute;
 right:15px;
 top:24px;
 font-family:"font awesome 5 pro";
 font-weight:700;
 color:#000;
}

.gform_wrapper .top_label li.gfield.gf_left_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container),
.gform_wrapper .top_label li.gfield.gf_right_half .ginput_container:not(.gfield_time_hour):not(.gfield_time_minute):not(.gfield_time_ampm):not(.ginput_container_date):not(.ginput_quantity):not(.datepicker):not(.gfield_signature_container) {
 margin:0!important
}
.ginput_container.ginput_recaptcha div:first-child {
 text-align:center!important;
 margin:20px auto 0
}
.gform_wrapper textarea.large {
 height:150px!important;
 padding:20px 15px!important;
 border:1px solid #ccc!important;
 background:#fff!important;
 border-radius:5px!important;
 width:100%
}
.gform_wrapper .gform_footer {
 padding:20px 0 0!important;
 margin:0!important;
 clear:both;
 width:100%
}
.form-wrap-title {
 font:400 36px/34px din-2014,sans-serif;
 padding:0;
 margin:0 auto 20px;
 color:#fff;
 text-align:center;
 width:100%
}
.form-wrap-intro {
 text-align:center;
 max-width:600px;
 display:block;
 margin:0 auto 40px;
 color:#fff
}
.gform_button.button {
	height: 70px !important;
	border: 0 none !important;
	color: #fff;
	border-radius: 5px;
	font-size: 18px !important;
	height: 70px;
	display: block !important;
	margin: 20px auto 0 auto !important;
	transition: all 400ms ease-in-out 0s;
	line-height: 70px;
	padding: 0px;
	font-weight: 500 !important;
	border-radius: 99px;
	left: auto;
	color: #fff;
	background-color: #39420E;
	border: 0;
	display: inline-block;
	background-image: none;
	letter-spacing: 0px;
	width: 100% !important;
	max-width: 260px !important;
}
.gform_button:hover {
 background:#eaedfb;
 color:#39420E;
}

.page-form {
 background:#052453;
 padding:50px 0
}
.page-form-wrap {
 margin:0 auto;
 max-width:860px;
 width:95%
}
#field_14_1 {
 margin:0 auto 20px;
 display:block;
 float:none;
 background:#ededed;
 border-radius:10px;
 padding:20px 20px 10px
}
#input_14_1_1 {
 padding:25px 10px;
 height:70px;
 border:0;
 border-radius:5px;
 margin:0 0 10px;
 border:1px solid #ccc
}
#field_14_1 .gfield_description {
 text-transform:none;
 font-size:12px;
 margin:10px 0;
 text-align:center;
 color:#000
}
.name_first {
 float:left;
 width:calc(50% - 5px);
 position:relative;
 margin:0 10px 10px 0
}
.name_last {
 position:relative;
 width:calc(50% - 5px);
 float:right
}
.ginput_container_address {
 overflow:hidden
}
#gform_fields_14 {
 list-style:none;
 padding:0;
 margin:0
}
.ginput_container_address span {
 width:calc(50% - 5px);
 position:relative;
 float:left;
 margin:0 10px 10px 0!important
}
.ginput_container_address span:nth-child(2n+2) {
 margin:0 0 10px!important
}
#field_14_4 {
 clear:both
}
.gform_fields {
 list-style:none;
 padding:0;
 margin:0
}
.gform_body li {
 margin-bottom:13px;
 clear:both
}
li.gf_left_half {
 float:left;
 width:49%;
 margin:0 2% 13px 0;
 clear:none;
 min-height:60px
}
li.gf_right_half {
 float:left;
 clear:none;
 width:49%;
 margin:0 0 13px;
 min-height:60px
}
.gform_validation_container {
 display:none!important
}
li.gfmc-column ul {
 margin-left:0;
 padding-left:0;
 list-style:none;
 padding:0!important;
 margin:0!important
}
.gfmc-column {
 display:block;
 clear:none!important;
 vertical-align:text-top;
 width:50%!important;
 float:left!important;
 padding:0 10px
}
.gfield_html h2 {
 font-family:urw-din,sans-serif;
 font-weight:300;
 font-size:26px;
 line-height:26px;
 margin:0 0 26px;
 padding:0
}
#gform_wrapper_14.gform_wrapper .gform_footer {
 padding:0!important
}

.gform_wrapper .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_page_footer .button.gform_previous_button {
 display:-moz-inline-stack;
 display:inline-block
}
.gform_wrapper .gform_page_footer .button.gform_previous_button {
 margin-bottom:8px
}
.gform_wrapper .gf_progressbar_wrapper {
 clear:both;
 width:100%;
 margin:0;
 padding:0 0 16px 0
}
.gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title {
 font-size:.813em;
 line-height:1!important;
 margin:0 0 8px 12px!important;
 padding:0!important;
 clear:both;
 -moz-opacity:.6;
 -khtml-opacity:.6;
 opacity:.6
}
.gform_wrapper .gf_progressbar {
 padding:10px;
 position:relative;
 background-color:rgba(0,0,0,.1);
 -moz-border-radius:25px;
 -webkit-border-radius:25px;
 border-radius:25px;
 -webkit-box-shadow:inset 0 0 1px 1px rgba(0,0,0,.05);
 -moz-box-shadow:inset 0 0 1px 1px rgba(0,0,0,.05);
 box-shadow:inset 0 0 1px 1px rgba(0,0,0,.05);
 width:100%
}
.gform_wrapper .gf_progressbar_percentage {
 height:24px;
 text-align:right;
 font-family:helvetica,arial,sans-serif;
 font-size:.813em!important;
 text-shadow:0 1px 1px rgba(0,0,0,.5);
 border-top-right-radius:4px;
 border-bottom-right-radius:4px;
 border-top-left-radius:20px;
 border-bottom-left-radius:20px;
 z-index:999;
 vertical-align:middle;
 background:repeating-linear-gradient(-45deg,rgba(0,0,0,0),rgba(0,0,0,0) 10px,rgba(0,0,0,.1) 10px,rgba(0,0,0,.1) 20px),linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.3))
}
.gform_wrapper .gf_progressbar:after {
 content:"";
 display:block;
 width:100%;
 z-index:990;
 height:24px;
 margin-top:-24px;
 background-color:rgba(0,0,0,.1);
 border-top-right-radius:20px;
 border-bottom-right-radius:20px;
 border-top-left-radius:20px;
 border-bottom-left-radius:20px;
 -webkit-box-shadow:inset 0 0 2px 2px rgba(0,0,0,.05);
 -moz-box-shadow:inset 0 0 2px 2px rgba(0,0,0,.05);
 box-shadow:inset 0 0 2px 2px rgba(0,0,0,.05)
}
.gform_wrapper .gf_progressbar_percentage.percentbar_100 {
 border-top-right-radius:20px;
 border-bottom-right-radius:20px
}
.gform_wrapper .gf_progressbar_percentage span {
 display:block;
 width:auto;
 float:right;
 margin-right:5px;
 margin-left:5px;
 line-height:1.8
}
.gform_wrapper .gf_progressbar_percentage.percentbar_0 span {
 color:#959595;
 text-shadow:none;
 float:none!important;
 margin-left:12px;
 word-wrap:normal
}
.gform_wrapper .percentbar_blue {
 background-color:#036493;
 color:#fff
}
.gform_wrapper .percentbar_gray {
 background-color:#7c7c7c;
 color:#fff
}
.gform_wrapper .percentbar_green {
 background-color:#88b831;
 color:#fff
}
.gform_wrapper .percentbar_orange {
 background-color:#ff7120;
 color:#fff
}
.gform_wrapper .percentbar_red {
 background-color:#ff2a1a;
 color:#fff
}
.gform_wrapper .gf_page_steps {
 width:100%;
 margin:0 0 8px 0;
 padding:0 0 4px 0;
 border-bottom:1px dotted #ccc
}
.gform_wrapper .gf_step {
 width:100%;
 margin:24px 24px 24px 0;
 font-size:.875em;
 height:14px;
 line-height:1.25!important;
 -moz-opacity:.2;
 -khtml-opacity:.2;
 opacity:.2;
 font-family:inherit
}
.gform_wrapper .gf_step span.gf_step_number {
 font-size:1.25em;
 font-family:arial,sans-serif;
 margin-right:4px
}
.gform_wrapper .gf_step span.gf_step_label,
.gform_wrapper .gf_step span.gf_step_number {
 display:-moz-inline-stack;
 display:inline-block;
 vertical-align:middle
}
.gform_wrapper .gf_step.gf_step_active {
 -moz-opacity:1;
 -khtml-opacity:1;
 opacity:1
}
.gform_wrapper .gf_step_clear {
 display:block;
 clear:both;
 height:1px;
 overflow:hidden
}
.gfield_label {
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	display: block;
	font-size: 90%;
	color: #fff;
	padding: 0px 0px 0px 20px;
}
.hidden_label .gfield_label {
	display: none !important;
}
.gfield_price {
	text-align: center;
	background: #ededed;
	padding: 10px;
	border-radius: 5px;
	margin: 0 auto;
}

.gform_page_footer {
  clear: both;
  text-align: center;
  padding-top: 20px;
}
.gform_wrapper .gform_page_footer .button.gform_next_button {
  background: #090037;
  border: 0 none;
  color: #fff;
}
.gform_wrapper .gform_page_footer .button.gform_previous_button {
	background: #1b659a;
	border: 0 none;
	color: #fff;
}
.gform_body .gform_page:last-child .gform_page_footer {
  padding-top: 0px;
}
.newsletter-signup label.gfield_label {
	display: none;
}
.newsletter-signup {
	margin: 20px auto !important;
	max-width: 570px;
}
@media only screen and (max-width:600px) {
li.gf_left_half {
 float:none;
 width:100%;
 margin:0 0 13px 0;
 clear:both;
 min-height:60px
}
li.gf_right_half {
 float:none;
 width:100%;
 margin:0 0 13px 0;
 clear:both;
 min-height:60px
}
}

/*------------------------------------*\
    SLICK
\*------------------------------------*/

.slick-prev.slick-arrow {
}
.slick-next.slick-arrow {
}  .slick-slider
{
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
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0 !important;
}
.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;
margin-left: auto;
margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
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;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}

/*------------------------------------*\
    MAILCHIMP
\*------------------------------------*/
.nl-bar {
	background:#39420E;
	padding: 40px 0px;
	text-align: center;
	clear: both;
	color:#fff;
	margin: 0px 0px 0px 0px;
}
.nl-wrap {
   max-width:1380px;
	 width:95%;
	 margin:0 auto;
}
#mc4wp-form-1 {
	max-width: 450px;
	display: inline-block;
	width: 100%;
	vertical-align:top;
}
.nl-title {
	padding: 0px;
	display: inline-block;
	margin: 0px 20px 0px 0px;
	text-align: center;
	color: #fff;
	line-height: 60px;
}

.sub-button {
  width: 130px;
  height: 60px;
  background: #7C9082;
  border: 0 none;
  color: #fff;
  margin-left: 10px;
	font-size:18px;
	height:60px;
	transition:all 400ms ease-in-out 0s;
	vertical-align:top;
	border-radius:99px !important;
}
.sub-button:hover {
  background: #fff;
    color:#7C9082;
}
.sub-input {
  width: calc(100% - 140px);
  height: 60px;
  padding: 0px 20px;
  border: 0 none;
	vertical-align:top;
	border-radius:99px !important;
}

@media only screen and (max-width: 1050px) {
.nl-title {
	padding: 0px;
	display: block;
	margin: 0px 0px 20px 0px;
	text-align: center;
	line-height: 24px;
}
.nl-title strong {
    display:inline-block;
}
}
@media only screen and (max-width: 410px) {

.sub-button {
  width: 100%;
  margin-left: 0px;
}
.sub-button:hover {
  background: #000;
    color:#fff;
}
.sub-input {
  width:100%;
	margin:0px 0px 10px 0px;
}
}
/*------------------------------------*\
    MISC
\*------------------------------------*/
.team-section {
    width:95%;
		max-width:800px;
		margin:0 auto;
		padding:50px 0px;
}
.team-details h2 span {
    color:#2a1718;
}
.team-member {
    display:table;
		width:100%;
		margin-top:30px;
		border-top:5px solid #eaedfb;
}
.team-member:first-child {
    margin-top:0px;
		border-top:0 none;
}
.team-headshot {
	width: 200px;
	padding-top: 30px;
	display: table-cell;
	vertical-align: top;
}
.team-headshot img {
	border-radius: 999px;
	margin: 0 auto;
	display: block;
}
.team-details {
    width:calc(100% - 200px);
		padding-top:50px;
		display:table-cell;
		padding-left:50px;
		vertical-align:top;
		text-align:left;
}
.team-details p:last-child {
	margin: 0px;
}
.team-member:first-child .team-headshot, .team-member:first-child .team-details {
    padding-top:0px;
}
a.linkedin-link {
    display:block;
		margin:30px 0px 0px 0px;
		width:100%;
		max-width:270px;
		border-radius: 5px;
		background:#bf1e2e;
		color:#fff;
		height:60px;
		line-height:60px;
		text-align:center;
}
a.linkedin-link i {
    margin-right:10px;
}
a.linkedin-link:hover {
		background:#2a1718;
		color:#fff;
}
.team-details-title {
	font:600 30px/28px hero-new, sans-serif;
	margin: 0px 0px 30px 0px;
}
.team-member h2 span {
	display: block;
	margin-top: 5px;
	font: 400 18px/20px hero-new, sans-serif;
	color: #7C9082;
}
@media only screen and (max-width: 600px) {
.team-member {
    display:block;
		width:100%;
}
.team-headshot {
	width: 100%;
	display: block;
	vertical-align: top;
	max-width: 280px;
	margin: 0 auto 30px auto;
}
.team-details {
    width:100%;
    display:block;
		padding-left:0px;
		padding-top:40px;
		vertical-align:top;
		text-align:left;
}
a.linkedin-link {
    display:block;
		margin:30px 0px 0px 0px;
}
.pum-container.pum-responsive {
	left: 10% !important;
	width: 80% !important;
	height: auto;
	overflow: visible;
}
}
.team-content-wrap {
	margin: 0 auto;
	max-width: 900px;
}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	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;
	}
}

====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}


ul.slides {
   margin:0px;
	 padding:0px;
}
.quote-bar {
   background:#eaedfb;
	 padding:70px 0px;
}
.quote-wrap {
   padding:0px;
	 margin:0px auto 0px auto;
	 width:95%;
	 max-width:900px;
	 overflow:hidden;
}
.testquotes.loading li {
    display:none;
}
.quote-text {
	padding: 0px 70px;
	position: relative;
	display: block;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	font-size: 100%;
}
.quote-name {
	display: block;
	text-align: center;
	margin: 30px auto 0px auto;
	font-size: 90%;
	text-transform: none;
	font-weight: bold;
}
.left-quote {
	position: absolute;
	top: 0px;
	left: 0px;
	font: 700 90px/60px hero-new,sans-serif !important;
	color: #fff;
}
.right-quote {
	position: absolute;
	top: 0px;
	right: 0px;
	font: 700 90px/60px hero-new,sans-serif !important;
	color: #fff;
}
.quote-wrap h4 {
	font: 600 44px/54px hero-new, sans-serif;
	margin: 0px 0px 30px 0px;
	text-align: center;
	color: #39420E;
	padding: 0px;
}
.quote-wrap h4 span {
    color:#7C9082;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
	.quote-wrap h4 {
	font: 600 40px/40px hero-new, sans-serif;
}
}
.search-bar {
	margin: 0;
	max-width: 230px;
	position: absolute;
	right: 0px;
	top: 25px;
}
.search-bar .search-input {
	border: 0 none;
	width: 100%;
	padding: 0px 60px 0px 20px;
	height: 60px;
	background: #eaedfb;
	border-radius: 99px;
	font-size: 16px;
	max-width: 150px;
}
.search-bar .search-submit {
	height: 100%;
	position: absolute;
	right: 0px;
	background: transparent;
	border: 0 none;
	padding: 0px;
	width: 50px;
	color: #39420E;
}
.search-bar .search-button {
display: block;
background: #adddeb;
height: 60px;
position: absolute;
right: 200px;
top: 40px;
width: 60px;
text-align: center;
line-height: 60px;
color: #fff;
border-radius: 99px;
font-size: 24px;
cursor:pointer;
}
.search-bar .search-button:hover {
background: #77b2f8;
color: #fff;
}

.loop-splash {
	height: 250px;
	background-position: center center !important;
	background-size: cover !important;
}
.search-results article {
	margin: 0px 0px 30px 0px;
}
.mega-indicator {
	position: absolute !important;
	left: 50% !important;
	bottom: -15px !important;
	margin-left: -10px !important;
	color: #7C9082 !important;
}

@media only screen and (max-width:1150px) {
.search-bar {
	right: 50px;
}
.side-form {
	margin: 0px 0px 40px 0px;
}
}
@media only screen and (max-width:645px) {
.search-bar {
	  display:none;
}
.side-form {
	background: #7C9082;
	padding: 20px;
	position: relative;
	margin: 0px 0px 40px 0px;
}
}
@media only screen and (max-width:480px) {
.quote-text {
	padding: 0px 50px;
}
}

.side-areas {
  font: 600 30px/30px hero-new, sans-serif !important;
  margin-bottom: 30px !important;
}
.side-areas strong {
  color: #fff;
}
.side-links {
  list-style: none;
  padding: 0px;
  border-top: 1px dotted #fff;
}
.side-links li {
  border-bottom: 1px dotted #fff;
  padding: 10px 0px;
}

.side-link {
	color: #fff;
	font-size: 90%;
	display:block;
}