/*!
 * Theme Name: JKP Australia - ASENZ Framework
 * Description: A Custom Theme made for JKP Australia
 * Version: 1.0
*/


/*! normalize.css v3.0.0 | MIT License | git.io/normalize */


/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

/* FONTS */
@font-face {
	font-family: 'Libre Baskerville';
	src: url('assets/fonts/LibreBaskerville-Regular.eot');
	src: url('assets/fonts/LibreBaskerville-Regular.eot?#iefix') format('embedded-opentype'),
		url('assets/fonts/LibreBaskerville-Regular.woff') format('woff'),
		url('assets/fonts/LibreBaskerville-Regular.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans Bold';
	src: url('assets/OpenSans-Bold.eot');
	src: url('assets/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
		url('assets/OpenSans-Bold.woff') format('woff'),
		url('assets/OpenSans-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Open Sans';
	src: url('assets/OpenSans.eot');
	src: url('assets/OpenSans.eot?#iefix') format('embedded-opentype'),
		url('assets/OpenSans.woff') format('woff'),
		url(assets/'OpenSans.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}


html {
    font-family: 'Open Sans', sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}
html.js.js.flexbox.flexboxlegacy.canvas.canvastext.webgl.no-touch.geolocation.postmessage.websqldatabase.indexeddb.hashchange.history.draganddrop.websockets.rgba.hsla.multiplebgs.backgroundsize.borderimage.borderradius.boxshadow.textshadow.opacity.cssanimations.csscolumns.cssgradients.cssreflections.csstransforms.csstransforms3d.csstransitions.fontface.generatedcontent.video.audio.localstorage.sessionstorage.webworkers.applicationcache.svg.inlinesvg.smil.svgclippaths {
    margin-top:0px!important;
}

/**
 * Remove default margin.
 */

body {
    margin: 0;
    background: #fff;
}


/* HTML5 display definitions
   ========================================================================== */


/**
 * Correct `block` display not defined in IE 8/9.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}


/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera. 
 */

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


/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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


/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
    display: none;
}


/* Links
   ========================================================================== */


/**
 * Remove the gray background color from active links in IE 10.
 */

a {
    background: transparent;
}


/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

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


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


/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

abbr[title] {
    border-bottom: 1px dotted;
}


/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
    font-weight: bold;
}


/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
    font-style: italic;
}


/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

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

h2 {
    font-size: 1.8em;
    margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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


/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}


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


/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
    border: 0;
}


/**
 * Correct overflow displayed oddly in IE 9.
 */

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


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


/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
    margin: 1em 40px;
}


/**
 * Address differences between Firefox and other browsers.
 */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}


/**
 * Contain overflow in all browsers.
 */

pre {
    overflow: auto;
}


/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}


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


/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */


/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}


/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */

button {
    overflow: visible;
}


/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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


/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
    cursor: default;
}


/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}


/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
    line-height: normal;
}


/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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


/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

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


/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box;
}


/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

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


/**
 * Define consistent border, margin, and padding.
 */

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


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

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}


/**
 * Remove default vertical scrollbar in IE 8/9.
 */

textarea {
    overflow: auto;
}


/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
    font-weight: bold;
}


/* Tables
   ========================================================================== */


/**
 * Remove most spacing between table cells.
 */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.susy-container {
    max-width: 1460px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.susy-container:after {
    content: " ";
    display: block;
    clear: both;
}
.susy-container__narrow{
	max-width:970px;
	margin:0 auto;
}

html,
body {
    font-size: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #434343;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 400;
    font-size: 22px;
  	font-family:'Libre Baskerville', Times, serif;
  
}

p {
    font-size: 16px;
    line-height: 28px;
}

ol,
ul {
    font-size: 16px;
    line-height: 28px;
}


@media (min-width: 768px) {
    p {
        font-size: 16px;
        line-height: 28px;
    }

	ol,
	ul {
		font-size: 16px;
		line-height: 28px;
	}

}

@media (min-width: 1024px) {
    p {
        font-size: 24px;
        line-height: 42px;
    }

	ol,
	ul {
		font-size: 24px;
		line-height: 42px;
	}
}

p>a:hover {
    color: #e55841;
    text-decoration: underline;
}

ul {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
}



.isMobile {
  display: block;
}
@media (min-width: 768px) {
  .isMobile {
    display: none;
  }
}

.isMobileNormal {
  display: block;
}
@media (min-width: 768px) {
  .isMobileNormal {
    display: none;
  }
}

.isGTOE601 {
  display:none;
  }

@media (min-width: 601px) {
	.isGTOE601 {
		display:block;
  	}
}


.isGTOE768 {
  display:none;
  }


@media (min-width: 768px) {
	.isGTOE768 {
		display:block;
  	}
}



.isGTOE820 {
  display:none;
}

@media (min-width: 820px) {
	.isGTOE820 {
		display:block;
  	}
}

.isGTOE860 {
  display:none;
  }

@media (min-width: 860px) {
	.isGTOE860 {
		display:block;
  	}
}

.isGTOE960 {
  display:none;
  }

@media (min-width: 960px) {
	.isGTOE960 {
		display:block;
  	}
}

.isWideDesktop {
  display: none;
}
@media (min-width: 1400px) {
  .isWideDesktop {
    display: block;
  }
}

.isGTOE2400 {
  display:none;
  }

@media (min-width: 2400px) {
	.isGTOE2400 {
		display:block;
  	}
}


/*-------------------------------------
	GRID DEFINITION 
--------------------------------------*/

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

.grid {
    /*   background: white; */
    margin: 0 auto;
    max-width: 1420px;
}


.grid-long {
	max-width:1420px; 
}

.grid-medium,
.grid-normal {
	max-width: 1160px;
}


.grid-narrow,
.grid-short {
    max-width: 970px;
}
			
.grid-shorter {
    max-width: 870px;
}

.grid-no-margin {
    margin: 0;
}

.grid:after {
    /* Or @extend clearfix */
    content: "";
    display: table;
    clear: both;
}

[class*='col-'] {
    float: left;
    padding-left: 20px;
    padding-right: 20px;
}


.col-wrap{
	margin-left:-15px;
	margin-right:-15px;
}
.col-wrap:before,
.col-wrap:after{

}

/* .grid [class*='col-']:first-of-type {
    padding-left: 0;
}

.grid [class*='col-']:last-of-type {
    padding-right: 0;
} */

.grid [class*='col-']>p:first-child {
    margin-top: 0;
}

.grid.grid-gapless [class*='col-'] {
    padding: 0;
}

.col-w-3 {
    width: 25%;
}

.col-w-4 {
    width: 33.33%;
}

.col-w-5 {
    width: 41.66%;
}
.col-w-6 {
    width: 50%;
}
.col-w-7 {
    width: 58.33%;
}

.col-w-8 {
    width: 66.66%;
}

.col-w-12 {
    width: 100%;
}

.col-2-3 {
    width: 66.66%;
}

.col-1-3 {
    width: 33.33%;
}

.col-1-2 {
    width: 50%;
}

.col-1-4 {
    width: 25%;
}

.col-1-8 {
    width: 12.5%;
}

/* COLUM RESPONSIVE */
@media (max-width: 1020px){
	.col-w-12-md{
		width:100%;
	}
}
@media (max-width: 540px){
	.col-w-12-sm{
		width:100%;
	}
}


	.hide-form-mobile {
display:none;
}

@media (min-width:640px) {
.show-form-mobile {
display:none;
}

.hide-form-mobile {
display:block;
}}
	
	

/* Opt-in outside padding */

.grid-pad {
    padding: 20px 0 20px 20px;
}

.grid-pad [class*='col-']:last-of-type {
    padding-right: 20px;
}


/* ---------END GRID ---------------- */


/*-------------------------------------
	MAIN BANNER
--------------------------------------*/

.home #main-banner {
  position: relative;
  overflow: hidden;
 /* background: #000;*/
  
}

.home #main-banner .flexslider .slides li {
  	min-height:350px;
  position:relative;
}

.metaslider .caption-wrap {
  opacity:1 !important;
  background:rgba(0,0,0,.8) !important;
}

.metaslider .caption { padding:0 !important; }

.home #main-banner .flexslider .slides li h2 {
      display: inline-block;
    padding: 20px 0;
    /* background: rgba(0,0,0,.7); */
    font-size: 22px;
    position: relative;
    padding-left: 55px;
}

.home #main-banner .flexslider .slides li h2:before {
  content:'';
	  display:block;
	position:absolute;
	  left:0;
	  top:50%;
	  background:url(/wp-content/uploads/2017/07/icon-home-banner-feather.png) no-repeat 0 0;
	  background-size:cover;
	  width:40px;
	  height:40px;
	  margin-top:-20px;
  }

body.home #main-banner div.caption-wrap {
	    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.8) !important;
    color: white;
    opacity: 1;
    margin: 0;
    display: block;
    width: 100%;
    line-height: 1.4em;
}

body.home #main-banner div.caption-wrap .caption {
	position: static;
}

.home #main-banner .flexslider .slides li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}

@media (min-width:768px) {
  .home #main-banner .flexslider .slides li {
  	min-height:600px;
   }
  
  .home #main-banner .flexslider .slides li h2 {
  font-size:30px;
  padding: 20px 0;
  padding-left: 69px;
}

.home #main-banner .flexslider .slides li h2:before {
	  width:50px;
	  height:50px;
	  margin-top:-25px;
	}
  
}

@media (min-width:1024px) {
  .home #main-banner .flexslider .slides li {
  	min-height:960px;
   }
  
  .home #main-banner .flexslider .slides li h2 {
  font-size:37px;
}
  
}

.home #main-banner .flexslider .slides li div.cover {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
.home #main-banner .flexslider .slides div.cover img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: auto;
  min-width: 50%;
  min-height: 50%;
  overflow-x: hidden;
  /*opacity:.35;*/
  opacity:.6;
  
}


  .home #main-banner .text-wrap {
  position:relative;
  z-index:1;
	}

.home #main-banner .text-wrap h2 {
    color: white;
    font-size: 100px;
  	-webkit-text-shadow:1px 1px 2px #333;
  -moz-text-shadow:1px 1px 2px #333;
  text-shadow:1px 1px 2px #333;
}

.home #main-banner div.jh-divider {
	margin:35px auto 50px;
 }

.home #main-banner .text-wrap h4 {
    color: white;
    font-size: 30px;
    font-family: 'Raleway', sans-serif;
  -webkit-text-shadow:1px 1px 2px #333;
  -moz-text-shadow:1px 1px 2px #333;
  text-shadow:1px 1px 2px #333;
}

.home #main-banner .text-wrap .btn {
  -webkit-text-shadow:1px 1px 2px #333;
  -moz-text-shadow:1px 1px 2px #333;
  text-shadow:1px 1px 2px #333;
	-webkit-box-shadow:1px 1px 2px #333;
  -moz-box-shadow:1px 1px 2px #333;
  box-shadow:1px 1px 2px #333;
 }


@media (max-width:1020px){
	#main-banner .col-2-3{
		width:100%;	
		padding:25px;
	}
}
@media (max-width:760px){
	.home #main-banner .text-wrap h2{
		font-size:50px;
	}	
	.home #main-banner .jh-divider{
		margin:16px 0;	
	}
	.home #main-banner .text-wrap h4{
		font-size:20px;
	}
}

.main-banner-wrapper-dark h2{
    color:#e4c003 !important;
    text-shadow:none !important;
}
.main-banner-wrapper-dark h4{
    color:#425663 !important;
    text-shadow: none !important;
    font-weight:500;
    background:rgba(255, 255, 255, 0.5);
    padding:10px
    
}
.main-banner-wrapper.main-banner-wrapper-dark{

}

section#main-banner {
  background:#000;
}



section#main-banner div.metaslider-367, section#main-banner div.metaslider-367.activated {
  background-color: #000;
  /*background:#000 url(/wp-content/uploads/2017/08/banner-home-devotion-small-black.jpg) no-repeat 0 0;
  background-size:cover;*/
}

@media (min-width:768px) {
  section#main-banner div.metaslider-367, section#main-banner div.metaslider-367.activated {
  
	/*background:#000 url(/wp-content/uploads/2017/08/banner-home-devotion-normal-black.jpg) no-repeat center 0;
	background-size:cover;*/
  }
	
	section#main-banner div.metaslider-367, section#main-banner div.metaslider-367 {
	min-height: 600px;
}
}

@media (min-width:1024px) {
	section#main-banner div.metaslider-367, section#main-banner div.metaslider-367 {
	min-height: 960px;
}
}

@media (min-width:1400px) {
section#main-banner div.metaslider-367, section#main-banner div.metaslider-367.activated {
 /*
  background:#000 url(/wp-content/uploads/2017/08/banner-home-devotion-large-black.jpg) no-repeat center 0;
  background-size:cover;*/
}
}



section#main-banner div.metaslider-367.activated ul.slides li {
background:#000;
}

section#main-banner div.metaslider-367 ul.slides li img {
  display:none;
}

/*---------------------------------------
	ROW - TEXT CONTENT
----------------------------------------*/





  

.vertically-align-text {
	 position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); 
}

/*---------------------------------------
	GENERAL
----------------------------------------*/
p a{
	color:#e55841;
}

.row-content__title-divider {
    background: url(assets/images/icon-separator.png);
    background-size: 63px 40px;
  width:63px;
    height: 40px;
    max-width: 660px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin: 0 auto;
  	
}

body.page div.internal-page .row-content__title-divider {
  margin-bottom: 55px;
}

.row-content__title-divider:before,
.row-content__title-divider:after {
    content: "";
    width: 44.5%;
    position: absolute;
    top: 16px;
    height: 1px;
    background: none;
}
@media (max-width:420px){
	.row-content__title-divider:before, 
	.row-content__title-divider:after {
		width:40%;
	}
}


.row-content__title-divider:before {
    left: 0;
}

.row-content__title-divider:after {
    right: 0;
}

.row-content__title-divider.row-content__title-divider__fluid{
	width:100%;
}
.row-content__title-divider:after,
.row-content__title-divider:before{
	width: 44.5%;
}
@media (max-width:540px){
	.row-content__title-divider:after,
	.row-content__title-divider:before{
		width: 42%;
	}	
}
@media (max-width:450px){
	.row-content__title-divider:after,
	.row-content__title-divider:before{
		width: 40%;
	}	
}

/*-----------------------------------------------
	CTA BOX
------------------------------------------------*/
.cta-box {
    text-align: center;
}
@media (max-width:640px){
	.cta-box{
		max-width:320px;
		margin:0 auto;
	}
}
.cta-box__icon {
	min-height:27px;
}

.cta-box .cta-box__title {
    font-size:26px;
    font-weight: normal;
    color: #000;
    margin: 10px 0 35px 0;
}
.cta-box .cta-box__title a{
	color:#000;
	text-decoration:none !important;
}

.cta-box .cta-btn {
    background:#36454f;
    text-decoration:none;
    color:white;
    font-size:20px;
    padding: 22px 24px;
    display: block;
    font-weight: 500;
    text-align:left;
    position: relative;
}
.cta-box .cta-btn:hover{
	cursor:pointer;
	background:#1e262b;
}
.cta-box .cta-btn:after{
 	background: url(assets/images/icon-chev-right.png);
 	background-size:25px 25px;
 	content:" ";
 	width: 25px;
 	height: 25px;
 	position: absolute;
 	right: 25px;
 	border: 1px solid #d5b300;
 	border-radius: 100%;
 	text-align: center;
}
.cta-box .cta-box__text {
    margin-top:18px;
    font-size: 14px;
    text-align:left;
    line-height: 24px;
    color:#000;
}


/*-----------------------------------------------
    TESTIMONIALS
-----------------------------------------------*/
body section#testimonials{
	background-image: url(/wp-content/uploads/2017/04/bg-home-testimonial-min.jpg);
  background-size:cover;
	min-height:550px;
	position:relative;
	overflow:hidden;
}
body section#testimonials:before{
	content:'';
	width:100%;
	height:100%;
	z-index:0;
	background:rgba(0,0,0,0.3);
	position:absolute;
}
body section#testimonials .testimonial-carousel.flexslider {
        background: none !important;
    border: none;
    box-shadow: none;
    text-align: center;
    /* padding-top: 140px; */
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 1420px;
    /* margin: auto; */
    width: 100%;
}



body section#testimonials .testimonial-carousel.flexslider .testimonial p{
    font-weight:bold;
    font-style:italic;
    font-size:22px;
		line-height:40px;
    margin-bottom: 30px !important;
    color: white;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.75);
}

body section#testimonials .testimonial-carousel.flexslider .flex-control-nav {
 left:0; 
}

@media (min-width:820px) {
body section#testimonials .testimonial-carousel.flexslider .testimonial p{
 font-size:30px; 
}
}

body section#testimonials .testimonial-carousel.flexslider .testimonial strong{
    font-size:24px;
    font-style:normal;
    line-height: 24px;
    text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.75);
    color: white;
}
body section#testimonials .testimonial-carousel.flexslider .flex-control-paging li > a{
	background:white;
}
body section#testimonials .testimonial-carousel.flexslider .flex-control-paging li > a.flex-active{
	background:#fea31f;
}

/*--------------------------------------------------
	Left Image and Text Content
--------------------------------------------------*/
.row-left-image-text .row-left-image-text__img-wrap{
	background:white;
	padding:5px;
	border:1px solid #d5b300;
}

/*-------------------------------------------------
	CONTACT FORM
-------------------------------------------------*/
.contact-form-wrap{}
.contact-form-wrap h3 span{
    display:block;
    font-family:'Raleway';
    font-size:18px;
    margin-top:10px
}
.contact-form-wrap h3, .special-sub-title{
	font-size: 38px;
	margin: 0.67em 0;
	font-family: 'Tangerine', 'Raleway';
	color: #000;
}
.contact-form-wrap .gform_wrapper {
    max-width:430px;
    margin:0 auto;
}
.contact-form-wrap .gform_wrapper input[type="text"],
.contact-form-wrap .gform_wrapper textarea{
    font-size: 14px !important;
    background:#f2f2f2;
    border:none;
    padding: 13px 15px !important;
    display: inline-block !important;
    max-height:inherit;
}
.contact-form-wrap input.gform_button.button {
    font-size:18px;
    color:#434343;
    padding: 5px 28px;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    text-decoration:none !important;
    display:inline-block;
    background: none;
    border: 2px solid #343434;
    outline: none !important;
    text-transform: uppercase;
		margin-right:0 !important;
}

.contact-form-wrap .gform_footer.top_label {
    text-align:center;
    margin-top: 20px;
    padding: 0;
}

.contact-form-wrap .gform_fields li.gfield {
    margin:0 !important;
}

.contact-wrap {
  text-align:left;
	}
	
	.contact-wrap span.address {
display:inline-block;
		  vertical-align:top;
		}
	
	.contact-wrap p {
  font-size:16px;
		  margin:18px 0 !important;
	}

.contact-wrap a{
    /*color:#434343;*/
    text-decoration:none !important;
    
}

.contact-wrap a:hover {
	text-decoration:underline !important;  
	}

.contact-row-wrap .row-content h2{
    margin-bottom:8px;
}
.contact-row-wrap .row-content h2+h4{
    font-size:16px;
	margin-bottom:25px !important;
}

@media (max-width:420px){
	.contact-wrap a{
		font-size:14px;
	  color:#434343;
	}	
	.gform_body{
		width: 100% !important;
	}
}
.contact-wrap a:hover{
	color:#e55841;
	cursor:pointer;	
}
.contact-wrap i.icon {
    width:20px;
    height:20px;
    display:inline-block;
    background-size: 100%;
    margin-right:10px;
    background-repeat:no-repeat;
    background-position:center center;
}




/* CONTENT GALLERY */
.row-content-gallery {
    padding-bottom: 75px;
    padding-top: 65px;
		position:relative;
}
.row-content-gallery .flex-control-nav {
    width: 150px !important;
    position: relative;
    bottom: 0 !important;
    z-index: 10;
		margin-top: 35px;
		margin-left: auto;
    margin-right: auto;
}
.row-gallery ol.flex-control-nav.flex-control-paging li a {
    background:none;
    border:2px solid white;
    width:14px;
    height:14px;
}
.row-gallery ol.flex-control-nav.flex-control-paging li a.flex-active{
    border-color:#d5b300;
}
.row-gallery:after{
	display:none !important;
}

/* ABOUT RESPONSIVE */

@media (max-width:960px){
    .row-left-image-text .col-1-2{
        width:100% !important;
        padding: 0;
    }
    .row-left-image-text__img-wrap{
        border-radius:100%;
        overflow:hidden;
        width:280px;
				height:280px;
        margin:0 auto;
        margin-bottom:50px;
			  padding:0 !important;
    }
	.row-left-image-text__img-wrap img{
		height:100%;
	}
}

/* GRID RESPONSIVE */
@media (max-width: 640px){
	.row-content{
		padding-left:25px;
		padding-right:25px;
	}
	.col-1-2{
		width:100%;
		padding: 25px !important;
	}
	.row-content .row-text-content__title{
		font-size:45px;
		margin-bottom:10px;
	}
	.cta-box .cta-box__title{
		font-size:22px;
		margin-bottom:15px;
	}
}

@media (max-width:400px){
	.row-left-image-text__img-wrap{
		width:200px;
		height:200px;
	}
}

.gform_wrapper .gfield_required { display:none; }

/*---------------------------
FLOATING VIDEO PLAYER
---------------------------*/

#video-youtube-home-wrapper {max-width:660px;margin:0 auto;display:none;}
#video-youtube-home { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; margin:0 auto; max-width:100% }
#video-youtube-home iframe, #video-youtube-home object, #video-youtube-home embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }



#video-vimeo{
	display:none;
}
.floating-video-player{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000

}
.floating-video-player .floating-video-player_overlay{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
}
.floating-video-player .floating-video-player_content{
	width:640px;
	height: 420px;
	background: #212121;
	position: relative;
	left: 50%;
	top: 50%;
	z-index: 1001;
	margin-left: -320px;
	margin-top: -210px;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
}
.floating-video-player .floating-video-player_content .floating-video-player_close{
	width: 28px;
	height: 28px;
	background: url(assets/images/icon-close-white.png);
	background-size: 12px;
	z-index: 1002;
	position: absolute;
	right: -14px;
	top: -15px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 100%;
	background-color: #212121;
	border: 2px solid #d5b300;
}
.floating-video-player .floating-video-player_content .floating-video-player_close:hover{
	cursor:pointer;
}

.img-trigger:hover{
	opacity:0.8;
}

@media (max-width:767px){
	.floating-video-player{
		padding-left:15px;
		padding-right:15px;
	}
	.floating-video-player .floating-video-player_content{
		max-width: 640px;
		width:100%;	
		margin-left: 0;	
		margin-top:0;
	   -webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%); 
	   -ms-transform: translate(-50%, -50%); 
	   -o-transform: translate(-50%, -50%); 
	   transform: translate(-50%, -50%); 
		
	}
}

/* =============== INTERNAL BANNER==================== */

.internal-page-banner{
	background:url('assets/images/subheader-bg.png') top left 5% no-repeat;
	background-color:#e2e2e2;
}
.internal-page-banner .the-headline{
	font-size:66px;
	color:#1c1c1c;
	padding-top: 35px;
	padding-bottom: 35px;
}

.internal-page-banner .col-left{
	float:left;
	width:50%;
	margin-left: 8%;
}

.internal-page-banner .col-right{
	float:right;
	width:auto;
	padding-right:5%;
}
.internal-page-banner .col-right ul.breadcrumb{
	    list-style: none;
	    /* padding-top: 50px; */
}
@media (max-width:767px){
	.internal-page-banner .col-right ul.breadcrumb{
		display:none;
	}
}
.internal-page-banner .col-right ul.breadcrumb li{
	display:inline-block;
	font-size: 14px;
	font-weight:300;
	color:#0d0d0d;
	line-height: 139px;
	text-transform: uppercase;
}
.internal-page-banner .col-right ul.breadcrumb li>span>span{
	color:#d2b100;	
}
.internal-page-banner .col-right ul.breadcrumb li>span>span a{
	color:#000;
	text-decoration:none;
}
.internal-page-banner .col-right ul.breadcrumb li .breadcrumb_last{
	font-weight:bold;
	color:#000;
}

@media (max-width:1200px){
	.internal-page-banner{
		background-position-x:0;
	}
	
	.internal-page-banner .col-left{
		margin-left: 0;
	}
	.internal-page-banner .the-headline{
		font-size:52px;
	}
}

@media (max-width:960px){
	.internal-page-banner .the-headline{
		text-align:center;
		padding-bottom: 0;
		line-height: initial !important;
	}
	.internal-page-banner .col-left{
		width:100%;
	}
	.internal-page-banner .col-right{
		float:left;
		width:100%;
		padding:0;
		display:none;  
	}
	
	.internal-page-banner .the-headline{
		font-size:42px;
		text-align:center;
	}
	.internal-page-banner .col-right ul.breadcrumb{
		padding-top:0;
		text-align:center;
		padding-bottom: 5px;
	}
	.internal-page-banner .col-right ul.breadcrumb li{
		line-height:initial;
		padding-bottom:15px;
	}
	
	.internal-page-banner .col-right ul.breadcrumb li>span>span a{
		font-size:14px;
	}
	.internal-page-banner .col-right ul.breadcrumb li{
		padding-top:15px;
	}
	
	.internal-page-banner .the-headline {
    padding-bottom: 30px !important;
	}
}

@media (max-width:767px){
	.internal-page-banner .the-headline{
		padding-bottom:30px !important;
	}
}


/* =============== INTERNAL ==================== */
.row-content__grid{
	
}
.row-content__grid .col-1-2{
	padding-left:50px;
	margin-bottom:20px;
}
.row-content__grid .col-1-2:first-of-type{
	padding-left:50px;
}
.row-content__grid .col-1-2 .box-wrap{
	background:url('assets/images/list-icon.png') top left no-repeat;
	padding-left:80px;
	padding-right:70px;
}

.row-content__grid .col-1-2 .box-wrap h3{
	color:#010101;
	font-size:19px;
	font-weight:600;
	line-height:30px;
}

.img-wrap{
	margin-bottom:30px;
}

.img-wrap p{
	color:#868686;
	line-height:0;
	font-weight:500;
	font-style:italic;
	padding-top: 8px;
}
.img-wrap p span{
	display: inline-block;
    vertical-align: middle;
	padding-right: 15px;
}


.internal-page-container .row-content__text p{
	margin-bottom:30px;
}

.internal-page-container .row-content__text ol{
	width: 70%;
    margin: 0px auto;
	margin-bottom:30px;
}
.row-content__text.row-content__text__md p{
	font-size:18px;
	line-height:28px;
}
.parallax-window{
	 min-height: 320px;
    background: transparent;
}

.inner-sub-header{
	height:140px;
	background-color:#e2e2e2;
}

.row-content-contact .util-pt-75{
	padding-top:0;
}
.home .row-content-contact .util-pt-75{
	padding-top:75px;
}

/* =============== ROW CONTENT GRID ==================== */
.row-content__grid .list-box h3{
	color:#010101;
	font-size:19px;
	font-weight:600;
	line-height:30px;
}

.row-content__grid .list-box{
	margin-bottom:35px;
}

.row-content__grid .list-box p{
	margin: 5px 0;
}
.home .row-content.row-content-contact{
	background:white !important;
}
.home .row-content.row-content-contact > .grid{
	background:	white !important;
	margin-top:-245px;
}
.category .row-content-contact{
	display:none;
}
/* =============== ABOUT ==================== */
.internal-page-about{}

.internal-page-container .row-content:after{
	content: "";
    position: absolute;
    bottom: 0;
    border-right: transparent;
    border-left: transparent;
    border-top: transparent;
    border-bottom: none;
    margin-bottom: 0;
    z-index: 1;
    left: 0;
    margin-left: 0;
}

.internal-page-about .row-1 .img-icon img{
	vertical-align: middle;
margin-top:-5px;
}
.internal-page-container .row-content__text p.img-icon {
text-align: center; padding: 11px 0 7px; margin-top: 10px; font-size: 32px; font-family: 'Tangerine', 'Raleway'; font-weight: bold !important;
}

.internal-page-about .row-2{
	padding-bottom: 60px;
	
}
.internal-page-about .row-3{
	padding-top:0;
}


.internal-page-about .row-3 .row-content__grid .col-w-5{
	margin-left:60px;
	width: 44%;
}
.internal-page-about .row-3 .row-content__grid .list-box{
	background:url('assets/images/list-icon.png') top left no-repeat;
	padding-left:80px;
}

/* =============== BOX COLLAPSE ==================== */
.box-collapse{
	background-color:#f8f8f8;
	padding: 35px;
	min-height: 737px;
	position:relative;
	padding-bottom: 60px;
}
.box-collapse .content_text .box-collapse-title{
	 font-family: 'Raleway', sans-serif;
	font-size:24px;
	color:#000000;
	font-weight:300;
	margin-bottom:25px;
}

.box-collapse .content_text .box-collapse-title span > img{
	vertical-align: middle;
	margin-right:18px;
}

.box-collapse .content_text p{
	color:#434343;
	font-weight:500;
	font-size:15px;
	line-height:22px;
}

.box-collapse .content_text .col-left{
	float:left;
	width:50%;
}

.box-collapse .content_text .col-right{
	float:left;
	width:50%;
}
@media (max-width:640px){
	.box-collapse .content_text .col-right{
		width:100%;
	}
}

.box-collapse h4{
	font-size:15px;
	color:#434343;
	font-weight:700;
	line-height:22px;
	margin-bottom:15px;
}

.box-collapse  ul{
	list-style: none;
	margin-bottom:20px;
}

.box-collapse ul li{
	color:#434343;
	font-weight:500;
	font-size:15px;
	line-height:25px;
	position: relative;
    padding-left: 14px;
}

.box-collapse ul li:before{
	content: "";
	background:url('assets/images/collapse-list.png') no-repeat;
	height: 5px;
    width: 5px;
    position: absolute;
    left: 0;
    top: 8px;
	
}

.box-collapse span.price{
	font-size:20px;
	color:#d5b300;
	font-weight:700;
	margin-bottom: 15px;
    display: inline-block;
}

.box-collapse .collapse-content{
	padding-top:50px;
	display:none;
}

.box-collapse .collapse-btn-wrap{
	
}
.box-collapse .collapse-btn{
	color:#aaaaaa;
	font-size:18px;
	font-weight:500;
	text-transform:uppercase;
	border:solid 2px #aaaaaa;
	padding: 11px 65px 11px 25px;
	cursor:pointer;
	text-decoration:none;
	display: inline-block;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.box-collapse .collapse-btn:after{
	content:"";
	width:25px;
	height:25px;
	position:absolute;
	right:0;
	background:url(assets/images/icon-plus.png);
	background-size:contain;
	right: 25px;
	top: 9px;
}

.box-collapse .collapse-btn:hover{
	color:#d5b404;
	border-color:#d5b404;
}
.box-collapse .collapse-btn:hover:after{
	background-image:url(assets/images/icon-plus-hover.png);	
}

.box-collapse.expand .collapse-btn:after{
	background-image:url(assets/images/icon-minus.png);	
}
.box-collapse.expand .collapse-btn:hover:after{
	background-image:url(assets/images/icon-minus-hover.png);	
}

@media (max-width:640px){
	.box-collapse .collapse-btn{
		font-size:12px;
		padding-left:10px;
		padding-right:40px;
	}
	.box-collapse .collapse-btn:after{
		width:18px;
		height:18px;
		background-size:18px;
		background-position:center;
		top:13px;
		right:12px;
	}
}


/* CONTACT PAGE */
.contact-row-wrap{}
.contact-row-wrap .grid .col-w-7 > p{
	display:none;
}
.contact-row-wrap .grid .col-w-7 .gform_body .gfield_label{
	display:none;	
}
.contact-row-wrap .grid .col-w-7 .gform_body .ginput_container textarea,
.contact-row-wrap .grid .col-w-7 .gform_body .ginput_container input{
	color: #434343;
	font-size: 14px !important;
	background: #e2e2e2;
	border: none;
	padding: 12px 15px !important;
}
.contact-row-wrap .grid .col-w-7 .gform_body .ginput_container textarea{
	height:168px;
}
.contact-row-wrap .grid .col-w-7 .gform_body .ginput_container{
	margin-top:0;
}
.contact-row-wrap .grid .col-w-7 .gform_body #field_1_1,
.contact-row-wrap .grid .col-w-7 .gform_body #field_1_2{
	margin:0;
	width:50%;
	display:inline-block;
}
.contact-row-wrap .grid .col-w-7 .gform_body .gfield{
	margin-top:26px;
}
.contact-row-wrap .gform_wrapper .gform_footer{
	margin-top:0;
}
.contact-row-wrap .grid .col-w-7 .gform_wrapper .gform_footer input.button{
    margin-right:0;
    font-size:18px;
    border:2px solid #434343;
    background:none;
    color:#434343;
    padding: 6px 20px;
    font-weight: 600;
} 

.contact-row-wrap .grid .col-w-5 .contact-wrap p,
.contact-row-wrap .grid .col-w-5 .contact-wrap a,
.contact-row-wrap .grid .col-w-5 .contact-wrap label{
	text-align:left !important;
	font-size:17px;
	color:#434343;
}
.contact-row-wrap .contact-wrap > div,
.contact-row-wrap .contact-wrap > p{
	padding-left:30px !important;
	position: relative !important;
	line-height: 32px;
	margin-bottom: 28px;
	font-size: 17px;
	color: #434343 !important;
}
.contact-row-wrap .contact-wrap i{
	position:absolute;
	left:0;
	top: 4px;
}
.contact-row-wrap .grid .col-w-5 .contact-wrap a{
	font-weight:normal;
	margin: 0;
}
.contact-row-wrap .grid .col-w-5 .contact-wrap a:hover{
    color: #d6b507;
}
.contact-row-wrap .grid .col-w-5 .contact-wrap .consultant-wrap{
	font-weight:bold;
	font-size:17px;
	text-transform:uppercase;
	margin-top:-6px;
}
.contact-row-wrap .grid .col-w-5 .contact-wrap .consultant-wrap label{
	text-transform:none;
}
.contact-row-wrap .grid .col-w-5 .contact-wrap  label{
	display:block;
	font-weight:normal;
}
.contact-row-wrap .grid .contact-wrap .social-icons{
	text-align:left;
	padding-left: 0 !important;
}
.contact-row-wrap .grid .contact-wrap .social-icons a{
	display: inline-block;
}
.contact-row-wrap .grid .col-w-5,
.contact-row-wrap .grid .col-w-7{
	width:50%;
}

body.page-id-62 .row-1{
	padding-bottom:0 !important;
}
body.page-id-62 .row-2{
	padding-top:40px !important;
}
body.page-id-62 .arrow-dark.row-content-contact{
	padding-bottom:0 !important;
	background:white !important;
}
body.page-id-62 .row-testimonials{
	padding-bottom:30px;
}



/* BLOG SIDE BAR */
.internal-page-posts{
    padding-top:70px;
		background:white;
}
.internal-page-posts+.row-content-contact{
	margin-top:0;
	padding-top:0;
}
.internal-page-posts .sidebar.widget-area{
    list-style:none;
}
.internal-page-posts .sidebar.widget-area li> .widgettitle{
    font-size:36px;
    color:#1c1c1c;
    margin-bottom: 20px;
}
.internal-page-posts .sidebar.widget-area li.widget {
    background:#f2f2f2;
    padding:30px;
    margin-bottom:35px;    
}
.internal-page-posts .sidebar.widget-area li.widget ul li.cat-item{
    font-size:14px;
    color:#434343 !important;
    padding-left: 15px;
}
.internal-page-posts .sidebar.widget-area li.widget ul li.cat-item a{
    color:#434343;
    text-decoration:none;
}
.internal-page-posts .sidebar.widget-area li.widget ul li.cat-item a:hover{
  color:#d5b300;  
}
.internal-page-posts .sidebar.widget-area li.widget ul{
    list-style:none;

}
.internal-page-posts .sidebar.widget-area li.widget ul li{
    position:relative;
}
.internal-page-posts .sidebar.widget-area li.widget ul li:before {
  content: "";
  width:6px;
  height:6px;
  display:inline-block;
  z-index:1;
  background:#d5b300;
  border-radius:100%;
  position:absolute;
  left:0;
  top: 9px;
}
.tagcloud a{
    position:relative;
    display:block;
    line-height:26px;
    text-decoration:none;
    font-size: 14px !important;
    color: #434343 !important;
    padding-left: 15px;
}
.tagcloud a:hover{
    color:#d5b300 !important;
}
.tagcloud a:before{
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    z-index: 1;
    background: #d5b300;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 9px;
}





/* responsive */
@media (max-width:960px){
	body.blog .section-content-wrap .grid [class^=col-],
	body.category .section-content-wrap .grid [class^=col-]{
		width:100%;
		padding:0;
	}
}
@media (max-width:640px){
	body.blog .entry-thumbnail,
	body.category .entry-thumbnail{
		float:none;
	}
	body.blog .entry-thumbnail a,
	body.category .entry-thumbnail a{
		margin:0;
	}
	body.blog .entry-thumbnail+.entry-content, body.category .entry-thumbnail+.entry-content{
		padding:0;
	}
	body.blog .section-content-wrap article,
	body.category .section-content-wrap article{
		text-align:center;
	}
}

/*-------------------------------------
	SINGLE PAGE
-------------------------------------*/
.internal-page.blog {
    padding:85px 0;
}
.internal-page.blog .heading h1.subhead{
    font-size:42px;
}
.internal-page.blog .heading h1.subhead a{
    text-decoration:none;
    color:#434343;
}
.internal-page.blog .time-wrapper{
    font-style:italic;
    color:#434343;
    font-size:14px;
}
.internal-page.blog .heading{
/*     border-bottom:1px solid #434343; */
    padding-bottom:20px;
}
/* responsive */
@media (max-width:960px){
	.internal-page-posts .section-content-wrap .grid [class^=col-]{
		width:100%;
		padding:0;
	}
}


/* GENERIC STYLE */

.row-content__text ol{
    list-style:none;
} 
.row-content__text ol li {counter-increment: li}
.row-content__text ol > li:before {
    content: counter(li);
    color: #d8b913;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: 0.5em;
    text-align: right;
    direction: rtl;
}


/* FORM CUSTOM */
#gform_fields_1 #field_1_1 label.gfield_label{
	display:none;
}

/* General Pages */
.page .internal-page-container div section.row-content{
    padding-bottom:60px !important;
}


@media (max-width:420px){
	#main-banner .col-2-3 h2{
        margin-top:50px;
	}
}
@media (max-width:320px){
    .home #main-banner{
	   background-position: right -60px;
    }
    #main-banner .col-2-3 h2{
        margin-top:30px;
    }
}
@media (max-width:440px){
	.home #main-banner{
		background-position:right center !important;
	}
}
@media (max-width:400px){
	.home #main-banner{
		background-position:450px center !important;
	}
}

/* SINGLE */
#single > p {
	margin-top:0;
}
.single-table tr > td{
	
}



/*-------------------------------------
	UTILITIES 
--------------------------------------*/

.bg-white {
    background: white !important;
}

.bg-custom {
	background: #f8f8f8 !important;
}

.bg-brand {
    background: #0e2f48 !important;
}

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

.no-margin {
    margin: 0 !important;
}
.light-hr{
	opacity:0.3;
}
.p-lr-110 { padding-left:110px; padding-right:110px;}
.row-content {
    /* margin-top:25px; */
    padding-top: 25px;
}

.row-content p i {
    font-style: italic;
}

.row-content p strong {
    font-weight: 600;
    color: #000;
}

.row-content ul strong {
  font-weight:600;
	}

.row-content h1 {
    color: #000;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 20px;
}

.row-content h2 {
    font-weight: 400;
    color: #000;
    font-size: 22px;
    margin-bottom: 30px;
}



.row-content a {
    line-height: 22px;
    text-decoration: underline;
}




.shadow {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.util-mt-10p {
    margin-top: 10%;
}
.util-mt-n245 { margin-top:-245px; }
.bg-white { background:white !important;}
.util-pt-75	{ padding-top:75px; }

.m-r-60	{ margin-right:60px; }
.m-l-60	{ margin-left:60px;  }

.p-r-70	{ padding-right:70px; }
.p-0-md { padding:0 !important; }

.blank-space-10	{ height:10px; }
.blank-space		{ height:30px; }
.blank-space-60	{ height:60px; }

.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
    *zoom: 1;
}

/*-------------------------------------
	HEADER
--------------------------------------*/
header#main-header{/* 	display:none; *//* overflow:hidden; */}
header#main-header .logo-icon {
	display: inline-block;
	vertical-align: top;
	margin-right: 40px;
	width: 279px;
	height: 195px;
	background-image: url(assets/images/jkp-logo.png);
	background-position:center;
	background-size: 279px 195px;
	background-repeat: no-repeat;
}
header .main-nav-wrapper {
    display: inline-block;
    float: right;
}
header#main-header .logo-icon img {
    float: left;
}

header#main-header {
    background: transparent;
    /* padding-right: 80px; */
    width: 100%;
}
header#main-header > .clearfix,
header#main-header > .header-outer{
	max-width:1420px;
	margin:0 auto;
}
header#main-header .logo-wrapper .desktop {
    display: inline-block;
    padding: 0 0 0;
}
header#main-header .logo-wrapper .logo-text h2{
	display:inline-block;
	line-height:90px;
	font-size: 42px;
}

header#main-header .logo-wrapper {
    display: inline-block;
    vertical-align: middle;
  padding-top:20px;
}

header#main-header nav.main-nav {
    display: inline-block;
    float: right;
    margin-top: 55px;
  position:relative;
}

header#main-header nav.main-nav {
  
}

header#main-header nav.main-nav ul>li {
    display: inline-block;
    padding: 0px 10px;
}
header#main-header nav.main-nav ul>li.menu-item-has-children a.dropdown-toggle{
	position:relative;
}
header#main-header nav.main-nav ul>li.menu-item-has-children a.dropdown-toggle:after{
	    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 5px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: relative;
    content: "";
    /* right: 0px; */
    /* top: 50%; */
    margin-top: -2px;
    border-top-color: #f9a01f;
}
header#main-header nav.main-nav ul>li.menu-item-has-children .sub-menu{
	/*display:none;*/
  line-height:28px;
}
header#main-header nav.main-nav ul>li.menu-item-has-children.show-child-menu .sub-menu{
	display:initial;	
}
header#main-header nav.main-nav ul>li.menu-item-has-children .sub-menu>li{
	padding:0 !important;
	/*border-top: 1px solid #2c373e;*/
}
header#main-header nav.main-nav ul>li.menu-item-has-children .sub-menu>li:hover{
	
}
header#main-header nav.main-nav ul>li.menu-item-has-children .sub-menu>li a{
	font-size:16px;
	font-weight:normal;
	width: 100%;
  padding-top:8px;
  border-top:1px solid #ccc;
  padding-bottom:8px;
  background:#ddd;
  padding-left:18px;
}


@media (max-width:767px) {

header#main-header nav.main-nav ul>li.menu-item-has-children .sub-menu>li a { font-size:15px; }

}


header#main-header .horizontal-line{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 2px;
	margin-left:-45px;
	background-image: url(assets/images/horizontal-line.png);
	background-position:center;
	background-size: contain;
	background-repeat: no-repeat;
   position:relative;
}

nav.main-nav ul.nav-list > li div.mega-nav {
 display:none; 
  
}

nav.main-nav ul.nav-list > li div.mega-nav h2.mega-nav-heading {
 
  display:none;
  
}

nav.main-nav ul.nav-list > li div.mega-nav > div.mega-nav-image-wrapper {
 display:none; 
}

nav.main-nav ul.nav-list > li div.mega-nav > div.mega-nav-image-wrapper img {
  display:block;
}

nav.main-nav ul.nav-list > li div.mega-nav > div.sub-menu-wrapper > ul.sub-menu > li {
 text-align:left; 
}

nav.main-nav ul.nav-list > li > div.mega-nav > div.sub-menu-wrapper > ul.sub-menu > li > a {
 text-transform:none !important; 
}

@media (min-width:768px) {

header#main-header .horizontal-line span.ball {
 width:11px;
  height:11px;
  background:#e55841;
  position:absolute;
  top:-4px;
  left:0;
  border-radius:50%;
  -webkit-transition:.2s ease-out left;
	-moz-transition:.2s ease-out left;
-o-transition:.2s ease-out left;
  -ms-transition:.2s ease-out left;
  transition:.2s ease-out left;
}

header#main-header nav.main-nav ul>li.menu-item-has-children .sub-menu>li a{
	font-size:18px;
  border-top:0;
}


nav.main-nav ul.nav-list > li div.mega-nav {
  	position: absolute;
  left:0;
  right:0;
	width: 100%;
    
  z-index:11;
  
  padding:30px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
	background: #fff;
  box-shadow:1px 2px 2px #ccc;
  -webkit-box-shadow:1px 2px 2px #ccc;
	-moz-box-shadow:1px 2px 2px #ccc;
	max-width:1020px;
  margin-left:auto;
  margin-right:auto;
}

nav.main-nav ul.nav-list > li:hover div.mega-nav {
    display: block;
}

nav.main-nav ul.nav-list > li.dropdown {
 position:static; 
}

nav.main-nav ul.nav-list > li div.mega-nav h2.mega-nav-heading {
 font-size:20px; 
  font-family:'Open Sans', sans-serif;
  color: #434343;
  text-align:left;
  margin-top:0;
  margin-bottom:20px;
  font-weight:500;
}



nav.main-nav ul.nav-list > li div.mega-nav > div.sub-menu-wrapper > ul.sub-menu > li {
	
	
margin-top: 10px;
    padding-left: 17px;
    background: url(assets/images/icon-basic-list.png) no-repeat 0 13px;
    background-size: 8px;
    list-style-type: none;  
  
  }



nav.main-nav ul.nav-list > li > div.mega-nav > div.sub-menu-wrapper > ul.sub-menu > li > a:before {
  content:'';
  display:block;
  width:4px;
  height:8px;
  margin-top:-5px;
  position:absolute;
  top:50%;
  left:0;
  /*background:url(/wp-content/uploads/2016/01/icon-meganav-arrow.png) no-repeat 0 0;*/
}

header#main-header nav.main-nav ul>li.menu-item-has-children .sub-menu>li a{
  background:transparent;
  padding-top:0;
  padding-bottom:0;
}

nav.main-nav ul.nav-list > li div.mega-nav h2.mega-nav-heading {
 display:block; 
  position:relative;
  padding-left:45px;

  font-weight:700;
  color:#000;
  padding-bottom:10px;
  max-width:470px;
}

nav.main-nav ul.nav-list > li div.mega-nav h2.mega-nav-heading:before {
  content:'';
  display:block;
  position:absolute;
  top:50%;
  left:0;
  width:28px;
  height:29px;
  margin-top:-16px;
  background:url(/wp-content/uploads/2017/08/icon-meganav-logo.png) no-repeat 0 0;
}

  nav.main-nav ul.nav-list > li div.mega-nav > div.sub-menu-wrapper {
  	float:left;
  	width:58.4%;
  	margin-right:1%;
  }

nav.main-nav ul.nav-list > li div.mega-nav > div.mega-nav-image-wrapper {
  	float:right;
  	width:40.6%;
  	display:block;
  	margin-top:0;
  }}

@media (min-width:918px) {
div.frontpage-main #resources-section a.btn {
  font-size:20px;	
}
}

@media (min-width:960px) {
nav.main-nav ul.nav-list > li div.mega-nav > div.sub-menu-wrapper {
  		width:54.4%;
  margin-right:1%;
	}

	nav.main-nav ul.nav-list > li div.mega-nav > div.mega-nav-image-wrapper {
  		width:44.6%;
	}

nav.main-nav ul.nav-list > li div.mega-nav h2.mega-nav-heading {
 font-size:22px; 
  
}

}

@media (min-width:1024px) {
nav.main-nav ul.nav-list > li div.mega-nav h2.mega-nav-heading {
  border-bottom:1px solid #ddd;
}
}

@media (min-width:1140px) {
nav.main-nav ul.nav-list > li div.mega-nav > div.sub-menu-wrapper {
  		width:57.4%;
  		margin-right:1%;
	}

	nav.main-nav ul.nav-list > li div.mega-nav > div.mega-nav-image-wrapper {
  		width:41.6%;
	}



}

@media (min-width:1201px) {
header#main-header .horizontal-line span.ball {
 margin-left:50px; 
}

nav.main-nav ul.nav-list > li div.mega-nav {
  	position: absolute;
  left:0;
  right:auto;
}
	
}

@media (min-width:1490px) {
nav.main-nav ul.nav-list > li div.mega-nav > div.sub-menu-wrapper > ul.sub-menu > li {
	width:50%;
  	float:left;
  	padding-right:15px;
  	box-sizing:border-box;
  	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box;
}
}

#menu-main .menu-item.dropdown > a.dropdown-toggle:hover+a.caret-click {
    color: #fadb60;
}
header#main-header nav.main-nav ul>li.menu-item-has-children:hover .sub-menu {
	/*background: #fff;
	display: inline-block;
	position: absolute;
	margin-top: -5px;
	padding: 10px 14px 10px 0;
	list-style: none;
	left: 0;*/
}
body header#main-header .sub-menu{
	/*padding: 0px 0 !important;
	min-width: 100%;
	top:100%;
  z-index:3;*/
}
body header#main-header .sub-menu>li{
	display:block !important;
	padding: 5px 15px !important;
}
body header#main-header .sub-menu>li a{
	display:block;
	white-space:nowrap;
}
body header#main-header .sub-menu>li a:hover{
	text-decoration:underline;
}

.menu-item-has-children .caret-click{
	padding-left:3px!important;
	display: none !important;
}
header#main-header nav.main-nav ul>li:last-child{
	padding-right:0;
}
header#main-header nav.main-nav ul.nav-list{
	display: inline-block;
	/* height: 90px; */
	/* float: left; */
}
header#main-header nav.main-nav ul>li:first-child{
	padding-left:0;
}
.nav-list > .current-menu-item > a{
	/*color:#e55841 !important;*/
	position:relative;
}

header#main-header nav.main-nav ul>li a {
    color: #434343;
    font-family: 'Open Sans';
    text-decoration: none;
    text-transform: uppercase;
    /*text-shadow: 1px 1px #FFFFFF;*/
    font-size: 18px;
    font-weight: bold;
    padding: 25px 20px;
    /* line-height: 82px; */
    display: inline-block;
}

header#main-header nav.main-nav ul#menu-main>li > a {

  color:#434343;
}

header#main-header nav.main-nav.white-text ul#menu-main>li> a {
  color:#434343;
  text-shadow: none;
}

header#main-header nav.main-nav ul>li a:hover {
    /*color: #e8622f;*/
}
header .logo-wrapper a.logo-text{
    text-decoration:none;
    color:white;
}
header .logo-wrapper a.logo-text img{
    vertical-align:middle;
    margin-right:18px;
}
header .logo-wrapper a.logo-text img.logo-divider-icon{
  height: 18px;
  vertical-align: middle;
  margin-left: 20px;
  margin-top: -9px;
  margin-right: 20px;
}
header .logo-wrapper a.logo-text span{
    vertical-align: middle;
    display:inline-block;
    font-size:18px;
    margin-top: -5px;
}

/* mobile menu button */
.mobile-menu-btn-wrapper{
	display:none;
	outline:none !important;
}
button.mobile-menu-btn:focus{
	outline:none !important;	
}



@media (min-width: 768px) {
  div.mobile-menu-btn-wrapper {
    display: none;
  }
header#main-header nav.main-nav.white-text ul#menu-main>li> a {
  color:#fff;
}
header#main-header nav.main-nav ul#menu-main>li > a {
 color:#fff;
}

}
@media (max-width:1700px){
	header#main-header nav.main-nav ul>li{
		padding-left: 5px;
		padding-right: 5px;
	}
}

@media (max-width: 1600px){
	header .logo-wrapper a.logo-text img{
		max-width:250px;
	}		
}
@media (max-width:1560px){
	header#main-header nav.main-nav ul>li a{
		font-size:16px;
	}
}


@media (max-width:1540px){
	header#main-header .logo-wrapper .logo-text h2{
		font-size:32px;
	}
	header .logo-wrapper a.logo-text span{
		font-size:16px;
	}
	header#main-header .logo-icon{
		height: 120px;
		background-size: 120px;
		/* margin-right: 38px; */
		margin-top: 20px;
	}
	header#main-header nav.main-nav ul>li a{
		
		margin-top: 2px;
	}
	header#main-header .logo-wrapper .logo-text h2{
		line-height:70px
	}
	header#main-header > .clearfix,
	header#main-header > .header-outer{
		max-width:1200px;	
	}
	header#main-header nav.main-nav{
		margin-top:40px;
	}
	header#main-header .horizontal-line{
		display: inline-block;
		vertical-align: top;
		margin-top:-10px;
		width: 100%;
		height: 2px;
		margin-left:-45px;
		background-image: url(assets/images/horizontal-line.png);
		background-position:center;
		background-size: contain;
		background-repeat: no-repeat;
	}

}
@media (max-width:1490px){
	header .logo-wrapper a.logo-text img.logo{
	    width: 120px;
	}
	header .logo-wrapper a.logo-text span{
	    font-size:14px;
	}
	header#main-header nav.main-nav ul>li{

	}
	header#main-header nav.main-nav ul>li a{
		/* font-size: 12px; 
		padding: 25px 10px;*/
	}
	header#main-header .logo-icon img{
		width: 121px;
	}
	header#main-header nav.main-nav{
		margin-top: 40px;
	}
}
@media (max-width:1290px){
	header .logo-wrapper a.logo-text img.logo{
	    width: 100px;
	}
	header .logo-wrapper a.logo-text span{
	    font-size:12px;
	}	
	header .logo-wrapper a.logo-text img{
		margin-right:8px
	}
	header#main-header nav.main-nav ul>li{
		
	}
	header#main-header .logo-icon{
		/* margin-right: 10px; */
		/* width: 100px; */
	}
}

@media (max-width:1200px){
	header#main-header{
		padding-right:0;
	}
	header#main-header .logo-wrapper{
		width:100%;
		display:block;
		text-align: center;
		padding-left: 0;
	}
	header .logo-wrapper a.logo-text img{
		max-width:150px
	}
	header .main-nav-wrapper{
		float:none;
		text-align:center;
		width:100%;
	}
	header#main-header nav.main-nav{
		display:block !important;
		float:none !important;
	}
	header#main-header nav.main-nav ul#menu-main >li > a{
		line-height: 40px;
		
	}
	header#main-header .logo-wrapper .desktop{

	}

header#main-header nav.main-nav{
		margin-top: 0px;
	}
	

}
@media (max-width:1020px){
	header#main-header .horizontal-line{
		margin-left:0;
		width:100%;
	}

header#main-header nav.main-nav ul#menu-main >li > a{
		font-size:14px;
  
  		padding: 20px 15px;
	}

}
@media (max-width:810px){
	header#main-header nav.main-nav ul#menu-main >li > a{
		padding: 20px 5px;
		font-size:14px;
	}
	header#main-header nav.main-nav{
		
	}
}
@media (max-width:810px){
	
  
}
@media (max-width:767px){


header#main-header .logo-wrapper{
		    float: left;
    text-align: left;
    width: 40%;
    padding: 10px 20px 20px 20px;
    box-sizing: border-box;
	}

header .main-nav-wrapper{
		    float: right;
		text-align: right;
		vertical-align: top;
		width: 60%;
		box-sizing: border-box;
		display: block;
		margin-top: 30px;
		padding-right: 20px;
	}

header#main-header .horizontal-line{
		display:none;
	}

	header#main-header nav.main-nav{
		display: none !important;
	}
	.home #main-banner{
		min-height: 320px;
		background-position: center top;
	}
	header .main-nav-wrapper .mobile-menu-btn-wrapper{
		/*background:rgba(232, 98, 47,0.6);*/
  background:rgba(232, 98, 47,1);
	}
	header#main-header{
		overflow:initial;
	}
header#main-header nav.main-nav ul#menu-main >li > a{
		  padding: 4px 5px;
  }
}





@media (max-width:767px){
	.mobile-menu-btn-wrapper{
		display:initial;
	}
	header#main-header .logo-icon{
		background-color: rgba(0,0,0,0.1);
	}
	div.mobile-menu-btn-wrapper {
		display: block;
    clear: both;
    float: right;
    margin: 0;
    padding: 5px 10px;
    text-align: center;
    margin: 5px 0;
	}
	div.main-nav-wrapper.fixed div.mobile-menu-btn-wrapper,
	nav.main-nav.fixed div.mobile-menu-btn-wrapper {
 		/*margin:13px auto 13x;*/
	}
	div.mobile-menu-btn-wrapper button.mobile-menu-btn {
		background: transparent;
		border: 0;
		margin: 0 auto;
		display: block;
		text-transform: uppercase;
		position: relative;
		padding-right: 0;
		padding-left: 25px;
		box-sizing: border-box;
		color: white;
	}
	div.mobile-menu-btn-wrapper button.mobile-menu-btn:before {
		content: '';
		display: block;
		width: 15px;
		height: 10px;
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -6px;
		background: url(assets/images/icon-mobile-menu-btn.png) no-repeat 0 0;
	}
	header#main-header nav.main-nav{
		display:none;
		width: 100%;
		left: 0;
		z-index: 1;
	}
	header#main-header .mobile-menu-active nav.main-nav{
		    display: block !important;
    float: right !important;
    max-width: 240px;
    clear: both;
	}
	header#main-header nav.main-nav ul{
		width: 100%;
		float: left;
		position: absolute;
		left: 0;
	}
	header#main-header nav.main-nav ul>li.menu-item-has-children a.dropdown-toggle:after{
		content:none;
	}
	header#main-header nav.main-nav ul>li{
		display:inline-block;
		width:100%;
		border-bottom: 1px solid #e0e0e0;
		padding:0;
		float: left;
	}
	header#main-header nav.main-nav ul>li a{
		display: inline-block !important;
		color:#676767;
		width:100%;
		display:inline-block;
		text-align:center;
		font-size: 12px;
		background:#f0f0f0;
		padding: 0;
		font-weight:bold;
		margin: 0;
	}
	header#main-header nav.main-nav ul>li a.caret-click{
			width: 50px;
			position: absolute;
			right: 0;
	}
	header#main-header nav.main-nav ul>li a.caret-click:hover{
		background:#e0e0e0;
	}
	header#main-header nav.main-nav ul>li a.caret-click span{
		margin: 0;
	}
	.nav-list > .current-menu-item > a:after{
		content:none;
	}
	header#main-header nav.main-nav ul>li a:hover{
			background:#eaeaea;
	}
	.mobile-menu-active .main-nav{
		display:initial !important;
	}

	header#main-header nav.main-nav ul>li.menu-item-has-children .sub-menu{
		float: none;
		position: relative;
	}
}


@media (max-width:359px) {
  header#main-header .logo-wrapper{
	float: none;
  width:auto;
  text-align:center;
  }
  
  header .main-nav-wrapper{
	    float: none;
    margin-top: 0;
    width: 100%;
    margin: 0 auto;
    width: 100%;
    padding-right: 0;
    display: inline-block;
    text-align: center;
  }

  div.mobile-menu-btn-wrapper {
	    float: none;
    display: inline-block;
    margin: 0 auto;
  }


  header#main-header .mobile-menu-active nav.main-nav {
	float:none !important;
  margin: 15px auto 0;
  }

}


@media (max-width:472px){
	header#main-header .logo-icon{
		margin: 0;
		margin: 0px auto 0;
		margin-right: 15px;
	}
	header .logo-wrapper a.logo-text img.logo-divider-icon{
		display: none !important;
		margin: 0 auto !important;
		height: 10px;
	}
	header .logo-wrapper a.logo-text span{
		display:block;
		margin: 5px 0 0;
		font-size: 10px;
	}
	header#main-header .logo-wrapper .logo-text h2{
		line-height: initial;
		font-size: 32px;
		/* color: #d5b300; */
	}
	header#main-header .logo-wrapper .desktop{
		/*padding: 10px 0 !important;*/
		text-align: left;
	}
}

/* STICKY */
.sticky#main-header{
    position:fixed;
    width:100%;
    z-index:3;
    width:100%;
    padding: 0 !important;
}
header#main-header{/* transition:all 0.6s linear; *//* -webkit-transition:all 0.6s linear; */-moz-transition:all 0.6s linear;z-index: 3;position: absolute;/* margin-left: 13%; */margin: 0 auto;  }
header.sticky#main-header{
    background:rgba(0,0,0,0.8);
    transition:all 0.6s linear;
    -webkit-transition:all 0.6s linear;
    -moz-transition:all 0.6s linear;
}
header.sticky#main-header .logo-text{
    display:none;
}
header.sticky#main-header .logo-icon img{
    width:70px;
}
header.sticky#main-header .logo-wrapper{
	display:none;
}
header.sticky#main-header nav.main-nav ul>li{
    /* padding:12px 20px; */
}
.sticky#main-header .main-nav-wrapper{
	float:none;
	width:100%;
	text-align: center;
}
.sticky#main-header .main-nav-wrapper .main-nav{
	float:none;
	text-align: left;
}
header.sticky#main-header nav.main-nav ul>li a{
	margin-top:0;
	line-height:50px;
}
@media (max-width:840px){
    header.sticky#main-header nav.main-nav ul>li{
        padding:12px 10px;
    }
}
@media (max-width:767px){
	header.sticky#main-header nav.main-nav ul{
		box-shadow: 0 2px 5px rgba(0,0,0,0.2);
		-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
		-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
		-o-box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	}
	header.sticky#main-header nav.main-nav ul>li{
		padding:0;
		border-bottom: 1px solid #e0e0e0 !important;
	}
	header.sticky#main-header nav.main-nav ul>li.active{
		border-bottom:none;
	}
	header.sticky#main-header nav.main-nav ul>li a{line-height: 40px;}
	header.sticky#main-header nav.main-nav ul>li.menu-item-has-children .sub-menu>li{
		border-top:none !important;
	}
}

/*--------------------------------------------
	FOOTER
---------------------------------------------*/
#main-footer {
	background:#2b2b2b;
	padding: 60px 0;
	text-align:center;
  overflow:hidden;
}
#main-footer div{
	
}
#main-footer a{
	text-decoration:none;
}



#main-footer div.footer-column-1 a {
  display:block;
  margin-top:20px;
}

#main-footer div.footer-column-1 a,
#main-footer div.footer-column-2 a {
  color:#fff;
  
}

#main-footer a.footer-logo {
  margin-top:0 !important;
}

.pre-footer-wrap.grid > div{
	list-style:none;
	/*display:inline-block;*/
	vertical-align:top;
}
.pre-footer-wrap.grid {
   text-align:left;
	/*margin-bottom:100px;*/
}
.pre-footer-wrap.grid .footer-column-1{

	list-style:none;
}
.pre-footer-wrap.grid .footer-column-1 > li {
/*     margin-top: 32px; */
    max-width:250px;
}
.pre-footer-wrap.grid .footer-column-1 > li  h2.widgettitle {
    font-size:20px;
}
.pre-footer-wrap.grid .footer-column-1 > li .textwidget{
    font-size:14px;
}
.pre-footer-wrap.grid .footer-column-1 > li .textwidget > a.footer-contact-phone,
.pre-footer-wrap.grid .footer-column-1 > li .textwidget > a.footer-contact-location{
	padding-left: 30px;
	position: relative;
	line-height: 26px;
}
.pre-footer-wrap.grid .footer-column-1 > li .textwidget > a:hover{
	color:#f9a01f !important;
	cursor:pointer;
}

.pre-footer-wrap.grid .footer-column-1 > li a.footer-contact-phone:before {
    content: "\f095";
    font: normal normal normal 14px/1 FontAwesome;
    margin-right:10px;
    color:#f9a01f;
    font-size:22px;
    vertical-align:middle;
    position: absolute;
    left:0;
}
.pre-footer-wrap.grid .footer-column-1 > li a.footer-contact-location:before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f041";
    margin-right:10px;
    color:#f9a01f;
    font-size:22px;
    vertical-align:middle;
    position: absolute;
    left:0;
}


.pre-footer-wrap.grid .footer-column-1{
	  text-align:center;
}


.pre-footer-wrap.grid .footer-column-2{
    margin-bottom:40px;
}

.pre-footer-wrap.grid .footer-column-3{
  text-align:center;
	  margin-bottom:50px;
	  display:block;
	}
	
	.pre-footer-wrap.grid .footer-column-3 img {
  max-width:355px;
  width:100%;
		}

@media (min-width:420px) {
.pre-footer-wrap.grid .footer-column-3 {
  display:none;
	}
}

@media (min-width:940px) {

.pre-footer-wrap.grid .footer-column-1{
	width: 35%;
	  float:left;
	  text-align:left;
}

  .pre-footer-wrap.grid .footer-column-2{
	  width:65%;
  float:right;
  margin-bottom:0;
  }

.pre-footer-wrap.grid .footer-column-3{
  float:right;
	  width:100%;
  display:none;
	}


}

@media (min-width:1100px) {
	
	.pre-footer-wrap.grid .footer-column-1{
	width: 30%;
}

  .pre-footer-wrap.grid .footer-column-2{
	  width:45%;
  }

.pre-footer-wrap.grid .footer-column-3{
	  width:25%;
  display:block;
  margin-bottom:0;
  margin-top:-25px;
	}
	
	
}

.pre-footer-wrap.grid h2.widgettitle {
    font-size:28px;
    margin-bottom:20px;
  color:#fff;
}
.menu-footer-menu-container{}
#main-footer .menu{
    list-style:none;
}
#main-footer .footer-column-2 li.menu-item {
    line-height:24px;
    position:relative;
    padding-left:20px;
	margin-bottom:15px;
  vertical-align:top;
  list-style-type:none;
}
#main-footer .footer-column-2 li.menu-item:before{
    content:'';
    width:6px;
    height:6px;
    background:#fea31f;
    z-index:5;
    position:absolute;
    left:0;
    top:11px;
    border-radius:50%;
}

#main-footer .footer-column-2 li.menu-item ul.sub-menu {
 margin-top:11px; 
}

#main-footer .footer-column-2 li.menu-item ul.sub-menu li.menu-item {
  margin-bottom:15px;
}

#main-footer .footer-column-2 li.menu-item ul.sub-menu li.menu-item:before{
    content:'';
    background:transparent;
		border:1px solid #fea31f;
  top:11px;
}

#main-footer .footer-column-2 li.menu-item a{
    font-size:18px;
    margin-top:0 !important;
   
    position:relative;

}
#main-footer .footer-column-2 li.menu-item a:hover{
	color:#f9a01f !important;
}


#main-footer .footer-column-2 li.widget_nav_menu {
 /*margin-bottom:15px; */
}


#main-footer .menu {
	font-size:0; 
  }


 #main-footer .footer-column-2 li.widget_nav_menu{
	display:block;
  vertical-align:top;
  box-sizing:border-box;
  }

@media (min-width:400px) {

 #main-footer .footer-column-2 li.widget_nav_menu{
 float:left; 
}

/*#main-footer .footer-column-2 li.widget_nav_menu#nav_menu-2 {
  width:40%;
  padding-right:25px;
}

#main-footer .footer-column-2 li.widget_nav_menu#nav_menu-3 {
  width:40%;
  float:right;
}*/

#main-footer .footer-column-2 li.widget_nav_menu#nav_menu-2 {
  width:50%;
  padding-right:25px;
}

#main-footer .footer-column-2 li.widget_nav_menu#nav_menu-3 {
  width:50%;
  float:left;
}

#main-footer .footer-column-2 li.widget_nav_menu#nav_menu-4 {
  width:40%;
  float:right;
}

#main-footer .footer-column-2 li.widget_nav_menu#nav_menu-5 {
  width:40%;
  float:right;
}

}

@media (min-width:700px) {
  

/*#main-footer .footer-column-2 li.widget_nav_menu#nav_menu-2 {
  width:30%;
  padding-right:25px;
}

#main-footer .footer-column-2 li.widget_nav_menu#nav_menu-3 {
  width:24%;
  float:left;
}*/

#main-footer .footer-column-2 li.widget_nav_menu#nav_menu-2 {
  width:50%;
  padding-right:25px;
}

#main-footer .footer-column-2 li.widget_nav_menu#nav_menu-3 {
  width:50%;
  float:left;
}

#main-footer .footer-column-2 li.widget_nav_menu#nav_menu-4 {
  width:27%;
  float:left;
}

#main-footer .footer-column-2 li.widget_nav_menu#nav_menu-5 {
  width:19%;
  float:left;
}

}

@media (min-width:1400px) {
  #main-footer .footer-column-2 li.widget_nav_menu{
	margin-right:100px;
  width:auto !important;
  padding-right:0 !important;
  }
}

	#main-footer .footer-column-2 li.widget_nav_menu:last-child {
	  margin-right:0;
	}



/*.pre-footer-wrap.grid .footer-column-3{
    width:45%;
    display: inline-block;
    vertical-align:top;
    margin-left:4%;
}*/

div.copyright {
 color:#fff; 
}

.copyright-links-wrapper {
    display:inline-block;
}

div.copyright a.footer-logo {
  display:block;
  margin-bottom:30px;
}

div.copyright p {
  font-size:16px;
  line-height:26px;
  margin-bottom:0;
}

div.copyright p a {
  font-size:14px;
  display:inline !important;
}

div.copyright a{
    color:#f9a01f !important;
    line-height:14px;

}

div.copyright a:last-child{
    /*border-left:1px solid white;
    margin-left:5px;
    padding-left:8px;*/
}


@media (max-width:1520px){
    .pre-footer-wrap.grid {
        padding:0 25px;

    }
}
@media (max-width:1024px){
    /*.pre-footer-wrap.grid .footer-column-1{
        width: 50%;
        padding-left: 50px;
    }
    .pre-footer-wrap.grid .footer-column-2{
        width: 48%;
    }*/
 

    .pre-footer-wrap.grid .footer-column-3{
        width:100%;
        
        margin-left:0;
        /*border-top:1px solid #383838;
		margin-top:50px;
        padding-top:50px;*/
    }
    .pre-footer-wrap.grid .footer-column-3 .widgettitle{
        text-align:center;
    }
    .pre-footer-wrap.grid #text-4{
        margin-top:25px !important;    
    }
}

@media (max-width:720px){
    .pre-footer-wrap.grid .footer-column-1,
    .pre-footer-wrap.grid .footer-column-2,
    .pre-footer-wrap.grid .footer-column-3{
        width:100% !important;
        padding:0;

    } 
    
    .pre-footer-wrap.grid .footer-column-3 .widgettitle{
        text-align:left;
        padding-top:50px;
        
    }  
}

@media (max-width:700px){
.pre-footer-wrap.grid .footer-column-2{
        padding-bottom:50px;
        margin-bottom:50px;
        border-bottom:1px solid #383838;
    }
}

/*---------------------------------------
	ROW - TEXT CONTENT
----------------------------------------*/

.row-content {
	padding: 120px 25px 120px 25px;
	position:relative;
}
.row-content.row-content__overlay:before{
	content:"";
	background:rgba(0,0,0,0.8);
	width:100%;
	height:100%;
	top:0;
	left:0;
	position:absolute;
}
.row-content.row-text-content {
}

.row-content .row-text-content__title {
    font-size: 40px;
    text-align: center;
}

.row-content.row-content__mod-dark .row-text-content__title {
    color: white;
    position: relative;
}

.row-content .row-content__text {
    margin-top: 45px;
}

.row-content .row-content__text p {
    margin-top: 0;
}
.row-content .row-content__text a.img-trigger img{
	width:100%;
}
.row-content.row-content__mod-dark .row-content__text p {
    color: white;
}
.row-content.row-testimonials{
	margin-bottom:-80px;
}

body.page-id-62 .row-content.row-testimonials{
	margin-bottom:0px;
}
.row-content.row-testimonials:after{
	bottom:80px;
}

.row-content .row-content__button{
		font-size: 16px;
    background: -webkit-linear-gradient(#900000, #be0002);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 5px solid #ad0001;
    color: white;
    text-decoration: none;
    cursor: pointer;
    width:174px;
    height:58px;
    padding:20px;
	margin-left:41%;
    font-family: 'Open Sans';
}

/*---------------------------------------
	GENERAL
----------------------------------------*/
/*p a{
	color:#d8b913;
}
.row-content .row-content__title-divider,
.jh-divider{
    background: url(assets/images/jkp-peacock-img.png);
    background-size: 31px 32px;
    height: 32px;
    max-width: 660px;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    margin: 0 auto;
  	
}

.row-content .row-content__title-divider:before,
.row-content .row-content__title-divider:after,
.jh-divider:before,
.jh-divider:after{
    content: "";
    width: 44.5%;
    position: absolute;
    top: 16px;
    height: 1px;
    background:none;
}
@media (max-width:420px){
	.row-content .row-content__title-divider:before, .row-content .row-content__title-divider:after, .jh-divider:before, .jh-divider:after{
		width:40%;
	}
}



.row-content .row-content__title-divider:before,
.jh-divider:before{
    left: 0;
}

.row-content .row-content__title-divider:after,
.jh-divider:after{
    right: 0;
}

.row-content .row-content__title-divider.row-content__title-divider__fluid{
	width:100%;
}
.row-content .row-content__title-divider:after,
.row-content .row-content__title-divider:before{
	width: 44.5%;
}
@media (max-width:540px){
	.row-content .row-content__title-divider:after,
	.row-content .row-content__title-divider:before{
		width: 42%;
	}	
}
@media (max-width:450px){
	.row-content .row-content__title-divider:after,
	.row-content .row-content__title-divider:before{
		width: 40%;
	}	
}
.jh-divider{
	margin:35px auto;
	width: 100%;
}
.jh-divider:after,
.jh-divider:before{
	border-top: 1px solid #28343b;
  border-bottom: 1px solid #425663;
  height: 0;
}
@media (max-width:640px){
    .util-mt-n245 .row-content__title-divider{
        width:85%;  
    }
}*/
/*-----------------------------------------------
	CTA BOX
------------------------------------------------*/
.cta-box {
    text-align: center;
}
@media (max-width:640px){
	.cta-box{
		max-width:320px;
		margin:0 auto;
	}
}
.cta-box__icon {
	min-height:27px;
}

.cta-box .cta-box__title {
    font-size:26px;
    font-weight: normal;
    color: #000;
    margin: 10px 0 35px 0;
}
.cta-box .cta-box__title a{
	color:#000;
	text-decoration:none !important;
}

.cta-box .cta-btn {
    background:#36454f;
    text-decoration:none;
    color:white;
    font-size:20px;
    padding: 22px 24px;
    display: block;
    font-weight: 500;
    text-align:left;
    position: relative;
}
.cta-box .cta-btn:hover{
	cursor:pointer;
	background:#1e262b;
}
.cta-box .cta-btn:after{
 	background: url(assets/images/icon-chev-right.png);
 	background-size:25px 25px;
 	content:" ";
 	width: 25px;
 	height: 25px;
 	position: absolute;
 	right: 25px;
 	border: 1px solid #d5b300;
 	border-radius: 100%;
 	text-align: center;
}
.cta-box .cta-box__text {
    margin-top:18px;
    font-size: 14px;
    text-align:left;
    line-height: 24px;
    color:#000;
}

/* BUTTON */
.btn{
  font-size:16px;
  padding: 8px 24px;
  font-weight:700;
  text-decoration:none !important;
  display:inline-block;
  text-transform:uppercase;
  margin-top:7px;
  margin-bottom:7px;
}

.btn.solid-orange {
  background:#e55841;
  color:#fff;
}

@media (min-width:1024px) {
.btn{
/* 	font-size:24px; */
  }
}

.btn:hover{
	
}
.btn-outline{
	border: 2px solid #434343;
}
.btn-outline-light{
	border-color:white;
	color:white;
}
.btn-lg{
	font-size:16px;
	font-weight:bold;
	padding: 12px 25px !important;
}
.btn-cta{
	border:4px solid #900000;
	color:#900000;
	font-weight:bold;
	font-family:'Open Sans';
}
.btn-cta:hover{
	color:#000;
	border-color:#000;
	opacity:1;
}


.btn-outline-primary{
	border-color:#d5b300;
	color: #d5b300;
}

.row-content__mod-dark .btn{
	border-color:white;
	color:white;
}
.row-content__mod-dark .btn:hover{
	color:#fea31f;
	border-color:#fea31f;
	opacity:1;
}

/*--------------------------------------------------
	Left Image and Text Content
--------------------------------------------------*/
.row-left-image-text .row-left-image-text__img-wrap{
	background:white;
	padding:5px;
	border:1px solid #d5b300;
}



/* SOCIAL ICONS */
.social-icons{
	text-align:center;
	margin-top:40px;
}
.social{
	display:inline-block;
	width:28px;
	height:28px;
	background-size:16px auto;
	background-repeat:no-repeat;
	background-position:center;
	border-radius:100%;
	border:2px solid #000;
	padding:15px;
	margin:0 3px;
	opacity:0.8;
}
.social:hover{
	border-color:#ffd700;
}
.social.social-facebook{
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDk2LjEyNCA5Ni4xMjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDk2LjEyNCA5Ni4xMjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNNzIuMDg5LDAuMDJMNTkuNjI0LDBDNDUuNjIsMCwzNi41Nyw5LjI4NSwzNi41NywyMy42NTZ2MTAuOTA3SDI0LjAzN2MtMS4wODMsMC0xLjk2LDAuODc4LTEuOTYsMS45NjF2MTUuODAzICAgYzAsMS4wODMsMC44NzgsMS45NiwxLjk2LDEuOTZoMTIuNTMzdjM5Ljg3NmMwLDEuMDgzLDAuODc3LDEuOTYsMS45NiwxLjk2aDE2LjM1MmMxLjA4MywwLDEuOTYtMC44NzgsMS45Ni0xLjk2VjU0LjI4N2gxNC42NTQgICBjMS4wODMsMCwxLjk2LTAuODc3LDEuOTYtMS45NmwwLjAwNi0xNS44MDNjMC0wLjUyLTAuMjA3LTEuMDE4LTAuNTc0LTEuMzg2Yy0wLjM2Ny0wLjM2OC0wLjg2Ny0wLjU3NS0xLjM4Ny0wLjU3NUg1Ni44NDJ2LTkuMjQ2ICAgYzAtNC40NDQsMS4wNTktNi43LDYuODQ4LTYuN2w4LjM5Ny0wLjAwM2MxLjA4MiwwLDEuOTU5LTAuODc4LDEuOTU5LTEuOTZWMS45OEM3NC4wNDYsMC44OTksNzMuMTcsMC4wMjIsNzIuMDg5LDAuMDJ6IiBmaWxsPSIjMDAwMDAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);	
}
.social.social-facebook:hover
{
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDk2LjEyNCA5Ni4xMjMiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDk2LjEyNCA5Ni4xMjM7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNNzIuMDg5LDAuMDJMNTkuNjI0LDBDNDUuNjIsMCwzNi41Nyw5LjI4NSwzNi41NywyMy42NTZ2MTAuOTA3SDI0LjAzN2MtMS4wODMsMC0xLjk2LDAuODc4LTEuOTYsMS45NjF2MTUuODAzICAgYzAsMS4wODMsMC44NzgsMS45NiwxLjk2LDEuOTZoMTIuNTMzdjM5Ljg3NmMwLDEuMDgzLDAuODc3LDEuOTYsMS45NiwxLjk2aDE2LjM1MmMxLjA4MywwLDEuOTYtMC44NzgsMS45Ni0xLjk2VjU0LjI4N2gxNC42NTQgICBjMS4wODMsMCwxLjk2LTAuODc3LDEuOTYtMS45NmwwLjAwNi0xNS44MDNjMC0wLjUyLTAuMjA3LTEuMDE4LTAuNTc0LTEuMzg2Yy0wLjM2Ny0wLjM2OC0wLjg2Ny0wLjU3NS0xLjM4Ny0wLjU3NUg1Ni44NDJ2LTkuMjQ2ICAgYzAtNC40NDQsMS4wNTktNi43LDYuODQ4LTYuN2w4LjM5Ny0wLjAwM2MxLjA4MiwwLDEuOTU5LTAuODc4LDEuOTU5LTEuOTZWMS45OEM3NC4wNDYsMC44OTksNzMuMTcsMC4wMjIsNzIuMDg5LDAuMDJ6IiBmaWxsPSIjZmZkNzAwIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.social.social-twitter{
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMiA2MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNjEyLDExNi4yNThjLTIyLjUyNSw5Ljk4MS00Ni42OTQsMTYuNzUtNzIuMDg4LDE5Ljc3MmMyNS45MjktMTUuNTI3LDQ1Ljc3Ny00MC4xNTUsNTUuMTg0LTY5LjQxMSAgICBjLTI0LjMyMiwxNC4zNzktNTEuMTY5LDI0LjgyLTc5Ljc3NSwzMC40OGMtMjIuOTA3LTI0LjQzNy01NS40OS0zOS42NTgtOTEuNjMtMzkuNjU4Yy02OS4zMzQsMC0xMjUuNTUxLDU2LjIxNy0xMjUuNTUxLDEyNS41MTMgICAgYzAsOS44MjgsMS4xMDksMTkuNDI3LDMuMjUxLDI4LjYwNkMxOTcuMDY1LDIwNi4zMiwxMDQuNTU2LDE1Ni4zMzcsNDIuNjQxLDgwLjM4NmMtMTAuODIzLDE4LjUxLTE2Ljk4LDQwLjA3OC0xNi45OCw2My4xMDEgICAgYzAsNDMuNTU5LDIyLjE4MSw4MS45OTMsNTUuODM1LDEwNC40NzljLTIwLjU3NS0wLjY4OC0zOS45MjYtNi4zNDgtNTYuODY3LTE1Ljc1NnYxLjU2OGMwLDYwLjgwNiw0My4yOTEsMTExLjU1NCwxMDAuNjkzLDEyMy4xMDQgICAgYy0xMC41MTcsMi44My0yMS42MDcsNC4zOTgtMzMuMDgsNC4zOThjLTguMTA3LDAtMTUuOTQ3LTAuODAzLTIzLjYzNC0yLjMzM2MxNS45ODUsNDkuOTA3LDYyLjMzNiw4Ni4xOTksMTE3LjI1Myw4Ny4xOTQgICAgYy00Mi45NDcsMzMuNjU0LTk3LjA5OSw1My42NTUtMTU1LjkxNiw1My42NTVjLTEwLjEzNCwwLTIwLjExNi0wLjYxMi0yOS45NDQtMS43MjFjNTUuNTY3LDM1LjY4MSwxMjEuNTM2LDU2LjQ4NSwxOTIuNDM4LDU2LjQ4NSAgICBjMjMwLjk0OCwwLDM1Ny4xODgtMTkxLjI5MSwzNTcuMTg4LTM1Ny4xODhsLTAuNDIxLTE2LjI1M0M1NzMuODcyLDE2My41MjYsNTk1LjIxMSwxNDEuNDIyLDYxMiwxMTYuMjU4eiIgZmlsbD0iIzAwMDAwMCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}
.social.social-twitter:hover{
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMiA2MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNjEyLDExNi4yNThjLTIyLjUyNSw5Ljk4MS00Ni42OTQsMTYuNzUtNzIuMDg4LDE5Ljc3MmMyNS45MjktMTUuNTI3LDQ1Ljc3Ny00MC4xNTUsNTUuMTg0LTY5LjQxMSAgICBjLTI0LjMyMiwxNC4zNzktNTEuMTY5LDI0LjgyLTc5Ljc3NSwzMC40OGMtMjIuOTA3LTI0LjQzNy01NS40OS0zOS42NTgtOTEuNjMtMzkuNjU4Yy02OS4zMzQsMC0xMjUuNTUxLDU2LjIxNy0xMjUuNTUxLDEyNS41MTMgICAgYzAsOS44MjgsMS4xMDksMTkuNDI3LDMuMjUxLDI4LjYwNkMxOTcuMDY1LDIwNi4zMiwxMDQuNTU2LDE1Ni4zMzcsNDIuNjQxLDgwLjM4NmMtMTAuODIzLDE4LjUxLTE2Ljk4LDQwLjA3OC0xNi45OCw2My4xMDEgICAgYzAsNDMuNTU5LDIyLjE4MSw4MS45OTMsNTUuODM1LDEwNC40NzljLTIwLjU3NS0wLjY4OC0zOS45MjYtNi4zNDgtNTYuODY3LTE1Ljc1NnYxLjU2OGMwLDYwLjgwNiw0My4yOTEsMTExLjU1NCwxMDAuNjkzLDEyMy4xMDQgICAgYy0xMC41MTcsMi44My0yMS42MDcsNC4zOTgtMzMuMDgsNC4zOThjLTguMTA3LDAtMTUuOTQ3LTAuODAzLTIzLjYzNC0yLjMzM2MxNS45ODUsNDkuOTA3LDYyLjMzNiw4Ni4xOTksMTE3LjI1Myw4Ny4xOTQgICAgYy00Mi45NDcsMzMuNjU0LTk3LjA5OSw1My42NTUtMTU1LjkxNiw1My42NTVjLTEwLjEzNCwwLTIwLjExNi0wLjYxMi0yOS45NDQtMS43MjFjNTUuNTY3LDM1LjY4MSwxMjEuNTM2LDU2LjQ4NSwxOTIuNDM4LDU2LjQ4NSAgICBjMjMwLjk0OCwwLDM1Ny4xODgtMTkxLjI5MSwzNTcuMTg4LTM1Ny4xODhsLTAuNDIxLTE2LjI1M0M1NzMuODcyLDE2My41MjYsNTk1LjIxMSwxNDEuNDIyLDYxMiwxMTYuMjU4eiIgZmlsbD0iI2ZmZDcwMCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}
.social.social-linkedin{
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDQzMC4xMTcgNDMwLjExNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDMwLjExNyA0MzAuMTE3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggaWQ9IkxpbmtlZEluIiBkPSJNNDMwLjExNywyNjEuNTQzVjQyMC41NmgtOTIuMTg4VjI3Mi4xOTNjMC0zNy4yNzEtMTMuMzM0LTYyLjcwNy00Ni43MDMtNjIuNzA3ICAgYy0yNS40NzMsMC00MC42MzIsMTcuMTQyLTQ3LjMwMSwzMy43MjRjLTIuNDMyLDUuOTI4LTMuMDU4LDE0LjE3OS0zLjA1OCwyMi40NzdWNDIwLjU2aC05Mi4yMTljMCwwLDEuMjQyLTI1MS4yODUsMC0yNzcuMzJoOTIuMjEgICB2MzkuMzA5Yy0wLjE4NywwLjI5NC0wLjQzLDAuNjExLTAuNjA2LDAuODk2aDAuNjA2di0wLjg5NmMxMi4yNTEtMTguODY5LDM0LjEzLTQ1LjgyNCw4My4xMDItNDUuODI0ICAgQzM4NC42MzMsMTM2LjcyNCw0MzAuMTE3LDE3Ni4zNjEsNDMwLjExNywyNjEuNTQzeiBNNTIuMTgzLDkuNTU4QzIwLjYzNSw5LjU1OCwwLDMwLjI1MSwwLDU3LjQ2MyAgIGMwLDI2LjYxOSwyMC4wMzgsNDcuOTQsNTAuOTU5LDQ3Ljk0aDAuNjE2YzMyLjE1OSwwLDUyLjE1OS0yMS4zMTcsNTIuMTU5LTQ3Ljk0QzEwMy4xMjgsMzAuMjUxLDgzLjczNCw5LjU1OCw1Mi4xODMsOS41NTh6ICAgIE01LjQ3Nyw0MjAuNTZoOTIuMTg0di0yNzcuMzJINS40NzdWNDIwLjU2eiIgZmlsbD0iIzAwMDAwMCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}
.social.social-linkedin:hover
{
	background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCIgdmlld0JveD0iMCAwIDQzMC4xMTcgNDMwLjExNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDMwLjExNyA0MzAuMTE3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggaWQ9IkxpbmtlZEluIiBkPSJNNDMwLjExNywyNjEuNTQzVjQyMC41NmgtOTIuMTg4VjI3Mi4xOTNjMC0zNy4yNzEtMTMuMzM0LTYyLjcwNy00Ni43MDMtNjIuNzA3ICAgYy0yNS40NzMsMC00MC42MzIsMTcuMTQyLTQ3LjMwMSwzMy43MjRjLTIuNDMyLDUuOTI4LTMuMDU4LDE0LjE3OS0zLjA1OCwyMi40NzdWNDIwLjU2aC05Mi4yMTljMCwwLDEuMjQyLTI1MS4yODUsMC0yNzcuMzJoOTIuMjEgICB2MzkuMzA5Yy0wLjE4NywwLjI5NC0wLjQzLDAuNjExLTAuNjA2LDAuODk2aDAuNjA2di0wLjg5NmMxMi4yNTEtMTguODY5LDM0LjEzLTQ1LjgyNCw4My4xMDItNDUuODI0ICAgQzM4NC42MzMsMTM2LjcyNCw0MzAuMTE3LDE3Ni4zNjEsNDMwLjExNywyNjEuNTQzeiBNNTIuMTgzLDkuNTU4QzIwLjYzNSw5LjU1OCwwLDMwLjI1MSwwLDU3LjQ2MyAgIGMwLDI2LjYxOSwyMC4wMzgsNDcuOTQsNTAuOTU5LDQ3Ljk0aDAuNjE2YzMyLjE1OSwwLDUyLjE1OS0yMS4zMTcsNTIuMTU5LTQ3Ljk0QzEwMy4xMjgsMzAuMjUxLDgzLjczNCw5LjU1OCw1Mi4xODMsOS41NTh6ICAgIE01LjQ3Nyw0MjAuNTZoOTIuMTg0di0yNzcuMzJINS40NzdWNDIwLjU2eiIgZmlsbD0iI2ZmZDcwMCIvPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);	
	background-size: 16px;
	background-repeat: no-repeat;
	background-position: center center;
}
.social.social-youtube{
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMTAgMzEwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMTAgMzEwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCI+CjxnIGlkPSJYTUxJRF84MjJfIj4KCTxwYXRoIGlkPSJYTUxJRF84MjNfIiBkPSJNMjk3LjkxNyw2NC42NDVjLTExLjE5LTEzLjMwMi0zMS44NS0xOC43MjgtNzEuMzA2LTE4LjcyOEg4My4zODZjLTQwLjM1OSwwLTYxLjM2OSw1Ljc3Ni03Mi41MTcsMTkuOTM4ICAgQzAsNzkuNjYzLDAsMTAwLjAwOCwwLDEyOC4xNjZ2NTMuNjY5YzAsNTQuNTUxLDEyLjg5Niw4Mi4yNDgsODMuMzg2LDgyLjI0OGgxNDMuMjI2YzM0LjIxNiwwLDUzLjE3Ni00Ljc4OCw2NS40NDItMTYuNTI3ICAgQzMwNC42MzMsMjM1LjUxOCwzMTAsMjE1Ljg2MywzMTAsMTgxLjgzNXYtNTMuNjY5QzMxMCw5OC40NzEsMzA5LjE1OSw3OC4wMDYsMjk3LjkxNyw2NC42NDV6IE0xOTkuMDIxLDE2Mi40MWwtNjUuMDM4LDMzLjk5MSAgIGMtMS40NTQsMC43Ni0zLjA0NCwxLjEzNy00LjYzMiwxLjEzN2MtMS43OTgsMC0zLjU5Mi0wLjQ4NC01LjE4MS0xLjQ0NmMtMi45OTItMS44MTMtNC44MTktNS4wNTYtNC44MTktOC41NTR2LTY3Ljc2NCAgIGMwLTMuNDkyLDEuODIyLTYuNzMyLDQuODA4LTguNTQ2YzIuOTg3LTEuODE0LDYuNzAyLTEuOTM4LDkuODAxLTAuMzI4bDY1LjAzOCwzMy43NzJjMy4zMDksMS43MTgsNS4zODcsNS4xMzQsNS4zOTIsOC44NjEgICBDMjA0LjM5NCwxNTcuMjYzLDIwMi4zMjUsMTYwLjY4NCwxOTkuMDIxLDE2Mi40MXoiIGZpbGw9IiMwMDAwMDAiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
.social.social-youtube:hover{
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCAzMTAgMzEwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMTAgMzEwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgd2lkdGg9IjY0cHgiIGhlaWdodD0iNjRweCI+CjxnIGlkPSJYTUxJRF84MjJfIj4KCTxwYXRoIGlkPSJYTUxJRF84MjNfIiBkPSJNMjk3LjkxNyw2NC42NDVjLTExLjE5LTEzLjMwMi0zMS44NS0xOC43MjgtNzEuMzA2LTE4LjcyOEg4My4zODZjLTQwLjM1OSwwLTYxLjM2OSw1Ljc3Ni03Mi41MTcsMTkuOTM4ICAgQzAsNzkuNjYzLDAsMTAwLjAwOCwwLDEyOC4xNjZ2NTMuNjY5YzAsNTQuNTUxLDEyLjg5Niw4Mi4yNDgsODMuMzg2LDgyLjI0OGgxNDMuMjI2YzM0LjIxNiwwLDUzLjE3Ni00Ljc4OCw2NS40NDItMTYuNTI3ICAgQzMwNC42MzMsMjM1LjUxOCwzMTAsMjE1Ljg2MywzMTAsMTgxLjgzNXYtNTMuNjY5QzMxMCw5OC40NzEsMzA5LjE1OSw3OC4wMDYsMjk3LjkxNyw2NC42NDV6IE0xOTkuMDIxLDE2Mi40MWwtNjUuMDM4LDMzLjk5MSAgIGMtMS40NTQsMC43Ni0zLjA0NCwxLjEzNy00LjYzMiwxLjEzN2MtMS43OTgsMC0zLjU5Mi0wLjQ4NC01LjE4MS0xLjQ0NmMtMi45OTItMS44MTMtNC44MTktNS4wNTYtNC44MTktOC41NTR2LTY3Ljc2NCAgIGMwLTMuNDkyLDEuODIyLTYuNzMyLDQuODA4LTguNTQ2YzIuOTg3LTEuODE0LDYuNzAyLTEuOTM4LDkuODAxLTAuMzI4bDY1LjAzOCwzMy43NzJjMy4zMDksMS43MTgsNS4zODcsNS4xMzQsNS4zOTIsOC44NjEgICBDMjA0LjM5NCwxNTcuMjYzLDIwMi4zMjUsMTYwLjY4NCwxOTkuMDIxLDE2Mi40MXoiIGZpbGw9IiNmZmQ3MDAiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
}
/*.icon.icon-mail{
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEyOHB4IiBoZWlnaHQ9IjEyOHB4IiB2aWV3Qm94PSIwIDAgNTExLjYyNiA1MTEuNjI2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTEuNjI2IDUxMS42MjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8Zz4KCQk8cGF0aCBkPSJNNDkuMTA2LDE3OC43MjljNi40NzIsNC41NjcsMjUuOTgxLDE4LjEzMSw1OC41MjgsNDAuNjg1YzMyLjU0OCwyMi41NTQsNTcuNDgyLDM5LjkyLDc0LjgwMyw1Mi4wOTkgICAgYzEuOTAzLDEuMzM1LDUuOTQ2LDQuMjM3LDEyLjEzMSw4LjcxYzYuMTg2LDQuNDc2LDExLjMyNiw4LjA5MywxNS40MTYsMTAuODUyYzQuMDkzLDIuNzU4LDkuMDQxLDUuODUyLDE0Ljg0OSw5LjI3NyAgICBjNS44MDYsMy40MjIsMTEuMjc5LDUuOTk2LDE2LjQxOCw3LjdjNS4xNCwxLjcxOCw5Ljg5OCwyLjU2OSwxNC4yNzUsMi41NjloMC4yODdoMC4yODhjNC4zNzcsMCw5LjEzNy0wLjg1MiwxNC4yNzctMi41NjkgICAgYzUuMTM3LTEuNzA0LDEwLjYxNS00LjI4MSwxNi40MTYtNy43YzUuODA0LTMuNDI5LDEwLjc1Mi02LjUyLDE0Ljg0NS05LjI3N2M0LjA5My0yLjc1OSw5LjIyOS02LjM3NiwxNS40MTctMTAuODUyICAgIGM2LjE4NC00LjQ3NywxMC4yMzItNy4zNzUsMTIuMTM1LTguNzFjMTcuNTA4LTEyLjE3OSw2Mi4wNTEtNDMuMTEsMTMzLjYxNS05Mi43OWMxMy44OTQtOS43MDMsMjUuNTAyLTIxLjQxMSwzNC44MjctMzUuMTE2ICAgIGM5LjMzMi0xMy42OTksMTMuOTkzLTI4LjA3LDEzLjk5My00My4xMDVjMC0xMi41NjQtNC41MjMtMjMuMzE5LTEzLjU2NS0zMi4yNjRjLTkuMDQxLTguOTQ3LTE5Ljc0OS0xMy40MTgtMzIuMTE3LTEzLjQxOEg0NS42NzkgICAgYy0xNC42NTUsMC0yNS45MzMsNC45NDgtMzMuODMyLDE0Ljg0NEMzLjk0OSw3OS41NjIsMCw5MS45MzQsMCwxMDYuNzc5YzAsMTEuOTkxLDUuMjM2LDI0Ljk4NSwxNS43MDMsMzguOTc0ICAgIEMyNi4xNjksMTU5Ljc0MywzNy4zMDcsMTcwLjczNiw0OS4xMDYsMTc4LjcyOXoiIGZpbGw9IiNkNWIzMDAiLz4KCQk8cGF0aCBkPSJNNDgzLjA3MiwyMDkuMjc1Yy02Mi40MjQsNDIuMjUxLTEwOS44MjQsNzUuMDg3LTE0Mi4xNzcsOTguNTAxYy0xMC44NDksNy45OTEtMTkuNjUsMTQuMjI5LTI2LjQwOSwxOC42OTkgICAgYy02Ljc1OSw0LjQ3My0xNS43NDgsOS4wNDEtMjYuOTgsMTMuNzAyYy0xMS4yMjgsNC42NjgtMjEuNjkyLDYuOTk1LTMxLjQwMSw2Ljk5NWgtMC4yOTFoLTAuMjg3ICAgIGMtOS43MDcsMC0yMC4xNzctMi4zMjctMzEuNDA1LTYuOTk1Yy0xMS4yMjgtNC42NjEtMjAuMjIzLTkuMjI5LTI2Ljk4LTEzLjcwMmMtNi43NTUtNC40Ny0xNS41NTktMTAuNzA4LTI2LjQwNy0xOC42OTkgICAgYy0yNS42OTctMTguODQyLTcyLjk5NS01MS42OC0xNDEuODk2LTk4LjUwMUMxNy45ODcsMjAyLjA0Nyw4LjM3NSwxOTMuNzYyLDAsMTg0LjQzN3YyMjYuNjg1YzAsMTIuNTcsNC40NzEsMjMuMzE5LDEzLjQxOCwzMi4yNjUgICAgYzguOTQ1LDguOTQ5LDE5LjcwMSwxMy40MjIsMzIuMjY0LDEzLjQyMmg0MjAuMjY2YzEyLjU2LDAsMjMuMzE1LTQuNDczLDMyLjI2MS0xMy40MjJjOC45NDktOC45NDksMTMuNDE4LTE5LjY5NCwxMy40MTgtMzIuMjY1ICAgIFYxODQuNDM3QzUwMy40NDEsMTkzLjU2OSw0OTMuOTI3LDIwMS44NTQsNDgzLjA3MiwyMDkuMjc1eiIgZmlsbD0iI2Q1YjMwMCIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
}
.icon.icon-phone{
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEyOHB4IiBoZWlnaHQ9IjEyOHB4IiB2aWV3Qm94PSIwIDAgMzQ4LjA3NyAzNDguMDc3IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzNDguMDc3IDM0OC4wNzc7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8Zz4KCQk8Zz4KCQkJPHBhdGggZD0iTTM0MC4yNzMsMjc1LjA4M2wtNTMuNzU1LTUzLjc2MWMtMTAuNzA3LTEwLjY2NC0yOC40MzgtMTAuMzQtMzkuNTE4LDAuNzQ0bC0yNy4wODIsMjcuMDc2ICAgICBjLTEuNzExLTAuOTQzLTMuNDgyLTEuOTI4LTUuMzQ0LTIuOTczYy0xNy4xMDItOS40NzYtNDAuNTA5LTIyLjQ2NC02NS4xNC00Ny4xMTNjLTI0LjcwNC0yNC43MDEtMzcuNzA0LTQ4LjE0NC00Ny4yMDktNjUuMjU3ICAgICBjLTEuMDAzLTEuODEzLTEuOTY0LTMuNTYxLTIuOTEzLTUuMjIxbDE4LjE3Ni0xOC4xNDlsOC45MzYtOC45NDdjMTEuMDk3LTExLjEsMTEuNDAzLTI4LjgyNiwwLjcyMS0zOS41MjFMNzMuMzksOC4xOTQgICAgIEM2Mi43MDgtMi40ODYsNDQuOTY5LTIuMTYyLDMzLjg3Miw4LjkzOGwtMTUuMTUsMTUuMjM3bDAuNDE0LDAuNDExYy01LjA4LDYuNDgyLTkuMzI1LDEzLjk1OC0xMi40ODQsMjIuMDIgICAgIEMzLjc0LDU0LjI4LDEuOTI3LDYxLjYwMywxLjA5OCw2OC45NDFDLTYsMTI3Ljc4NSwyMC44OSwxODEuNTY0LDkzLjg2NiwyNTQuNTQxYzEwMC44NzUsMTAwLjg2OCwxODIuMTY3LDkzLjI0OCwxODUuNjc0LDkyLjg3NiAgICAgYzcuNjM4LTAuOTEzLDE0Ljk1OC0yLjczOCwyMi4zOTctNS42MjdjNy45OTItMy4xMjIsMTUuNDYzLTcuMzYxLDIxLjk0MS0xMi40M2wwLjMzMSwwLjI5NGwxNS4zNDgtMTUuMDI5ICAgICBDMzUwLjYzMSwzMDMuNTI3LDM1MC45NSwyODUuNzk1LDM0MC4yNzMsMjc1LjA4M3oiIGZpbGw9IiNkNWIzMDAiLz4KCQk8L2c+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.icon.icon-home{
	background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAQCAMAAAAhxq8pAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABHVBMVEX////VswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswAAAAAdU/iPAAAAXXRSTlMAAQQFip4DCQoGmqwIAgsHDMGvlM8OHmJR4JsmIYLn7CQ+/Wwp7SpMK2NH+0Iw84X0amXfocyOibm317ootLDv1bbL06Lkrjon6Y0jDxz+Jeg3F/wtQR/c8vDxMSCB/zcQAAAAAWJLR0ReBNZhuwAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB+ECGwAYCRfTwYQAAADySURBVBjTTY/pUsJAEIR7E41ZTIIXeOABigqId7xRVLzFW1Ci/f6v4UzKsuzaH9/OTm/PAMYBXAP09QPwPD0wAy58C2TIQaiCEHA8RFkMDXNklGO5/PhECGlBZJGf5FRheoazc2QRHowfojTPhfIil5YpqkifxFTJWm1F7vXVNdKm9nVuVDaZasvfZkbTYu6Ud/mrvWCfBxaHPGoc808nTswmTs9wzn9q4eJSt9AMXpWu47R6k67g3grGSndavBcwaMvEbCACHh6FnmR4oP0s+CIOvL4JveuPsIoduBG6ai/Iq0Hw8dlLvpA1+G4mSa8L5wfcXzmE/7P5UAAAAABJRU5ErkJggg==);
}*/

.icon.icon-mail:before,
.icon.icon-phone:before,
.icon.icon-home:before {
    
    font: normal normal normal 14px/1 FontAwesome;
  
    color: #f9a01f;
    font-size: 22px;
    vertical-align: middle;
    position: relative;
    left: 0;
}

.icon.icon-mail:before{
	content: "\f0e0";
  font-size:18px;
  top:0;
}
.icon.icon-phone:before{
	content: "\f095";
  top:1px;
}
.icon.icon-home:before{
	content: "\f041";
  top:1px;
}

.icon.icon-brief-case{
	background-image: url(data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAMAAAAs2N9uAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAzFBMVEX////VswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswDVswAAAADGL7axAAAAQnRSTlMAAAvF8unv2Bq7EQG8Hipwc3J1bFpZajv9/PX0ieVu0apJd6+4ulKMpkCyf0b5i2dpayTZH2iA5/qnVmCNrvvzo7eh8yaoAAAAAWJLR0RDZ9ANYgAAAAlwSFlzAAALEgAACxIB0t1+/AAAAAd0SU1FB+ECGwAZJEsXrLAAAACaSURBVBjTbY7ZFsEwFEVvSEsUlWpDFTWk5iFmNcv/f5Qh9CHsl3PWXmfddQEAIZRKY8MwM1n0At4KkRyyrHxBqaJdotQpu67nMYc+qYApNaqgG+lDTVfB70pCXWXDboaqtaDd6RLOo15/MIw4J6PxBKYzNhdisVz5aybERmx3sFfz+HA8fW/hTznHF1VwohIwBLq6/vvrhjXuDx9RM2rehwujAAAAAElFTkSuQmCC);
}

/* CONTACT PAGE */
body.page-id-402 div.two-column-content h2 {
  text-align:left;
}

/* ABOUT RESPONSIVE */

@media (max-width:960px){
    .row-left-image-text .col-1-2{
        width:100% !important;
        padding: 0;
    }
    .row-left-image-text__img-wrap{
        border-radius:100%;
        overflow:hidden;
        width:280px;
				height:280px;
        margin:0 auto;
        margin-bottom:50px;
			  padding:0 !important;
    }
	.row-left-image-text__img-wrap img{
		height:100%;
	}
}

/* GRID RESPONSIVE */
@media (max-width: 640px){
	.row-content{
		padding-left:25px;
		padding-right:25px;
	}
	.col-1-2{
		width:100%;
		padding: 25px !important;
	}
	.row-content .row-text-content__title{
		    font-size: 35px;
    margin-bottom: 25px;
	}
	.cta-box .cta-box__title{
		font-size:22px;
		margin-bottom:15px;
	}
}

@media (max-width:400px){
	.row-left-image-text__img-wrap{
		width:200px;
		height:200px;
	}
}

.gform_wrapper .gfield_required { display:none; }

/*---------------------------
FLOATING VIDEO PLAYER
---------------------------*/
#video-vimeo{
	display:none;
}
.floating-video-player{
	display:none;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000

}
.floating-video-player .floating-video-player_overlay{
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	position: absolute;
	left: 0;
	top: 0;
}
.floating-video-player .floating-video-player_content{
	width:640px;
	height: 420px;
	background: #212121;
	position: relative;
	left: 50%;
	top: 50%;
	z-index: 1001;
	margin-left: -320px;
	margin-top: -210px;
	padding: 20px;
	box-sizing: border-box;
	border-radius: 5px;
}
.floating-video-player .floating-video-player_content .floating-video-player_close{
	width: 28px;
	height: 28px;
	background: url(assets/images/icon-close-white.png);
	background-size: 12px;
	z-index: 1002;
	position: absolute;
	right: -14px;
	top: -15px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 100%;
	background-color: #212121;
	border: 2px solid #d5b300;
}
.floating-video-player .floating-video-player_content .floating-video-player_close:hover{
	cursor:pointer;
}

.img-trigger:hover{
	opacity:0.8;
}

@media (max-width:767px){
	.floating-video-player{
		padding-left:15px;
		padding-right:15px;
	}
	.floating-video-player .floating-video-player_content{
		max-width: 640px;
		width:100%;	
		margin-left: 0;	
		margin-top:0;
	   -webkit-transform: translate(-50%, -50%);
	   -moz-transform: translate(-50%, -50%); 
	   -ms-transform: translate(-50%, -50%); 
	   -o-transform: translate(-50%, -50%); 
	   transform: translate(-50%, -50%); 
		
	}
}

/* =============== INTERNAL BANNER==================== */

.internal-page-banner{
	background:url('assets/images/subheader-bg.png') top left 5% no-repeat;
	background-color:#e2e2e2;
}
.internal-page-banner .the-headline{
	font-size:66px;
	color:#1c1c1c;
	padding-top: 35px;
	padding-bottom: 35px;
}

.internal-page-banner .col-left{
	float:left;
	width:50%;
	margin-left: 8%;
}

.internal-page-banner .col-right{
	float:right;
	width:auto;
	padding-right:5%;
}
.internal-page-banner .col-right ul.breadcrumb{
	    list-style: none;
	    /* padding-top: 50px; */
}
@media (max-width:767px){
	.internal-page-banner .col-right ul.breadcrumb{
		display:none;
	}
}
.internal-page-banner .col-right ul.breadcrumb li{
	display:inline-block;
	font-size: 14px;
	font-weight:300;
	color:#0d0d0d;
	line-height: 139px;
	text-transform: uppercase;
}
.internal-page-banner .col-right ul.breadcrumb li>span>span{
	color:#d2b100;	
}
.internal-page-banner .col-right ul.breadcrumb li>span>span a{
	color:#000;
	text-decoration:none;
}
.internal-page-banner .col-right ul.breadcrumb li .breadcrumb_last{
	font-weight:bold;
	color:#000;
}

@media (max-width:1200px){
	.internal-page-banner{
		background-position-x:0;
	}
	
	.internal-page-banner .col-left{
		margin-left: 0;
	}
	.internal-page-banner .the-headline{
		font-size:52px;
	}
}

@media (max-width:960px){
	.internal-page-banner .the-headline{
		text-align:center;
		padding-bottom: 0;
		line-height: initial !important;
	}
	.internal-page-banner .col-left{
		width:100%;
	}
	.internal-page-banner .col-right{
		float:left;
		width:100%;
		padding:0;
		display:none;  
	}
	
	.internal-page-banner .the-headline{
		font-size:42px;
		text-align:center;
	}
	.internal-page-banner .col-right ul.breadcrumb{
		padding-top:0;
		text-align:center;
		padding-bottom: 5px;
	}
	.internal-page-banner .col-right ul.breadcrumb li{
		line-height:initial;
		padding-bottom:15px;
	}
	
	.internal-page-banner .col-right ul.breadcrumb li>span>span a{
		font-size:14px;
	}
	.internal-page-banner .col-right ul.breadcrumb li{
		padding-top:15px;
	}
	
	.internal-page-banner .the-headline {
    padding-bottom: 30px !important;
	}
}

@media (max-width:767px){
	.internal-page-banner .the-headline{
		padding-bottom:30px !important;
	}
}


/* =============== INTERNAL ==================== */
.row-content__grid{
	
}
.row-content__grid .col-1-2{
	padding-left:50px;
	margin-bottom:20px;
}
.row-content__grid .col-1-2:first-of-type{
	padding-left:50px;
}
.row-content__grid .col-1-2 .box-wrap{
	background:url('assets/images/list-icon.png') top left no-repeat;
	padding-left:80px;
	padding-right:70px;
}

.row-content__grid .col-1-2 .box-wrap h3{
	color:#010101;
	font-size:19px;
	font-weight:600;
	line-height:30px;
}

.img-wrap{
	margin-bottom:30px;
}

.img-wrap p{
	color:#868686;
	line-height:0;
	font-weight:500;
	font-style:italic;
	padding-top: 8px;
}
.img-wrap p span{
	display: inline-block;
    vertical-align: middle;
	padding-right: 15px;
}


.internal-page-container .row-content__text p{
	margin-bottom:30px;
}

.internal-page-container .row-content__text ol{
	width: 70%;
    margin: 0px auto;
	margin-bottom:30px;
}

.parallax-window{
	 min-height: 320px;
    background: transparent;
}

.inner-sub-header{
	height:140px;
	background-color:#e2e2e2;
}

.row-content-contact .util-pt-75{
	padding-top:0;
}
.home .row-content-contact .util-pt-75{
	padding-top:75px;
}

/* =============== ROW CONTENT GRID ==================== */
.row-content__grid .list-box h3{
	color:#010101;
	font-size:19px;
	font-weight:600;
	line-height:30px;
}

.row-content__grid .list-box{
	margin-bottom:35px;
}

.row-content__grid .list-box p{
	margin: 5px 0;
}
.home .row-content.row-content-contact{
	background:white !important;
}
.home .row-content.row-content-contact > .grid{
	background:	white !important;
	margin-top:-245px;
}
.category .row-content-contact{
	display:none;
}
/* =============== ABOUT ==================== */
.internal-page-about{}

.internal-page-container .row-content:after{
	content: "";
    position: absolute;
    bottom: 0;
    border-right: transparent;
    border-left: transparent;
    border-top: transparent;
    border-bottom: none;
    margin-bottom: 0;
    z-index: 1;
    left: 0;
    margin-left: 0;
}

.internal-page-about .row-1 .img-icon img{
	vertical-align: middle;
margin-top:-5px;
}
.internal-page-container .row-content__text p.img-icon {
text-align: center; padding: 11px 0 7px; margin-top: 10px; font-size: 32px; font-family: 'Tangerine', 'Raleway'; font-weight: bold !important;
}

.internal-page-about .row-2{
	padding-bottom: 60px;
	
}
.internal-page-about .row-3{
	padding-top:0;
}


.internal-page-about .row-3 .row-content__grid .col-w-5{
	margin-left:60px;
	width: 44%;
}
.internal-page-about .row-3 .row-content__grid .list-box{
	background:url('assets/images/list-icon.png') top left no-repeat;
	padding-left:80px;
}

/* =============== BOX COLLAPSE ==================== */
.box-collapse{
	background-color:#f8f8f8;
	padding: 35px;
	min-height: 737px;
	position:relative;
	padding-bottom: 60px;
}
.box-collapse .content_text .box-collapse-title{
	 font-family: 'Raleway', sans-serif;
	font-size:24px;
	color:#000000;
	font-weight:300;
	margin-bottom:25px;
}

.box-collapse .content_text .box-collapse-title span > img{
	vertical-align: middle;
	margin-right:18px;
}

.box-collapse .content_text p{
	color:#434343;
	font-weight:500;
	font-size:15px;
	line-height:22px;
}

.box-collapse .content_text .col-left{
	float:left;
	width:50%;
}

.box-collapse .content_text .col-right{
	float:left;
	width:50%;
}
@media (max-width:640px){
	.box-collapse .content_text .col-right{
		width:100%;
	}
}

.box-collapse h4{
	font-size:15px;
	color:#434343;
	font-weight:700;
	line-height:22px;
	margin-bottom:15px;
}

.box-collapse  ul{
	list-style: none;
	margin-bottom:20px;
}

.box-collapse ul li{
	color:#434343;
	font-weight:500;
	font-size:15px;
	line-height:25px;
	position: relative;
    padding-left: 14px;
}

.box-collapse ul li:before{
	content: "";
	background:url('assets/images/collapse-list.png') no-repeat;
	height: 5px;
    width: 5px;
    position: absolute;
    left: 0;
    top: 8px;
	
}

.box-collapse span.price{
	font-size:20px;
	color:#d5b300;
	font-weight:700;
	margin-bottom: 15px;
    display: inline-block;
}

.box-collapse .collapse-content{
	padding-top:50px;
	display:none;
}

.box-collapse .collapse-btn-wrap{
	
}
.box-collapse .collapse-btn{
	color:#aaaaaa;
	font-size:18px;
	font-weight:500;
	text-transform:uppercase;
	border:solid 2px #aaaaaa;
	padding: 11px 65px 11px 25px;
	cursor:pointer;
	text-decoration:none;
	display: inline-block;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.box-collapse .collapse-btn:after{
	content:"";
	width:25px;
	height:25px;
	position:absolute;
	right:0;
	background:url(assets/images/icon-plus.png);
	background-size:contain;
	right: 25px;
	top: 9px;
}

.box-collapse .collapse-btn:hover{
	color:#d5b404;
	border-color:#d5b404;
}
.box-collapse .collapse-btn:hover:after{
	background-image:url(assets/images/icon-plus-hover.png);	
}

.box-collapse.expand .collapse-btn:after{
	background-image:url(assets/images/icon-minus.png);	
}
.box-collapse.expand .collapse-btn:hover:after{
	background-image:url(assets/images/icon-minus-hover.png);	
}

@media (max-width:640px){
	.box-collapse .collapse-btn{
		font-size:12px;
		padding-left:10px;
		padding-right:40px;
	}
	.box-collapse .collapse-btn:after{
		width:18px;
		height:18px;
		background-size:18px;
		background-position:center;
		top:13px;
		right:12px;
	}
}


/* CONTACT PAGE */
.contact-row-wrap{}
.contact-row-wrap .grid .col-w-7 > p{
	display:none;
}
.contact-row-wrap .grid .col-w-7 .gform_body .gfield_label{
	display:none;	
}
.contact-row-wrap .grid .col-w-7 .gform_body .ginput_container textarea,
.contact-row-wrap .grid .col-w-7 .gform_body .ginput_container input{
	color: #434343;
	font-size: 14px !important;
	background: #e2e2e2;
	border: none;
	padding: 12px 15px !important;
}
.contact-row-wrap .grid .col-w-7 .gform_body .ginput_container textarea{
	height:168px;
}
.contact-row-wrap .grid .col-w-7 .gform_body .ginput_container{
	margin-top:0;
}
.contact-row-wrap .grid .col-w-7 .gform_body #field_1_1,
.contact-row-wrap .grid .col-w-7 .gform_body #field_1_2{
	margin:0;
	width:50%;
	display:inline-block;
}
.contact-row-wrap .grid .col-w-7 .gform_body .gfield{
	margin-top:26px;
}
.contact-row-wrap .gform_wrapper .gform_footer{
	margin-top:0;
}
.contact-row-wrap .grid .col-w-7 .gform_wrapper .gform_footer input.button{
    margin-right:0;
    font-size:18px;
    border:2px solid #434343;
    background:none;
    color:#434343;
    padding: 6px 20px;
    font-weight: 600;
} 

.contact-row-wrap .grid .col-w-5 .contact-wrap p,
.contact-row-wrap .grid .col-w-5 .contact-wrap a,
.contact-row-wrap .grid .col-w-5 .contact-wrap label{
	text-align:left !important;
	font-size:17px;
	color:#434343;
}
.contact-row-wrap .contact-wrap > div,
.contact-row-wrap .contact-wrap > p{
	padding-left:30px !important;
	position: relative !important;
	line-height: 32px;
	margin-bottom: 28px;
	font-size: 17px;
	color: #434343 !important;
}
.contact-row-wrap .contact-wrap i{
	position:absolute;
	left:0;
	top: 4px;
}
.contact-row-wrap .grid .col-w-5 .contact-wrap a{
	font-weight:normal;
	margin: 0;
}
.contact-row-wrap .grid .col-w-5 .contact-wrap a:hover{
    color: #d6b507;
}
.contact-row-wrap .grid .col-w-5 .contact-wrap .consultant-wrap{
	font-weight:bold;
	font-size:17px;
	text-transform:uppercase;
	margin-top:-6px;
}
.contact-row-wrap .grid .col-w-5 .contact-wrap .consultant-wrap label{
	text-transform:none;
}
.contact-row-wrap .grid .col-w-5 .contact-wrap  label{
	display:block;
	font-weight:normal;
}
.contact-row-wrap .grid .contact-wrap .social-icons{
	text-align:left;
	padding-left: 0 !important;
}
.contact-row-wrap .grid .contact-wrap .social-icons a{
	display: inline-block;
}
.contact-row-wrap .grid .col-w-5,
.contact-row-wrap .grid .col-w-7{
	width:50%;
}

body.page-id-62 .row-1{
	padding-bottom:0 !important;
}
body.page-id-62 .row-2{
	padding-top:40px !important;
}
body.page-id-62 .arrow-dark.row-content-contact{
	padding-bottom:0 !important;
	background:white !important;
}
body.page-id-62 .row-testimonials{
	padding-bottom:30px;
}



/* BLOG SIDE BAR */
.internal-page-posts{
    padding-top:70px;
		background:white;
}
.internal-page-posts+.row-content-contact{
	margin-top:0;
	padding-top:0;
}
.internal-page-posts .sidebar.widget-area{
    list-style:none;
}
.internal-page-posts .sidebar.widget-area li> .widgettitle{
    font-size:36px;
    color:#1c1c1c;
    margin-bottom: 20px;
}
.internal-page-posts .sidebar.widget-area li.widget {
    background:#f2f2f2;
    padding:30px;
    margin-bottom:35px;    
}
.internal-page-posts .sidebar.widget-area li.widget ul li.cat-item{
    font-size:14px;
    color:#434343 !important;
    padding-left: 15px;
}
.internal-page-posts .sidebar.widget-area li.widget ul li.cat-item a{
    color:#434343;
    text-decoration:none;
}
.internal-page-posts .sidebar.widget-area li.widget ul li.cat-item a:hover{
  color:#d5b300;  
}
.internal-page-posts .sidebar.widget-area li.widget ul{
    list-style:none;

}
.internal-page-posts .sidebar.widget-area li.widget ul li{
    position:relative;
}
.internal-page-posts .sidebar.widget-area li.widget ul li:before {
  content: "";
  width:6px;
  height:6px;
  display:inline-block;
  z-index:1;
  background:#d5b300;
  border-radius:100%;
  position:absolute;
  left:0;
  top: 9px;
}
.tagcloud a{
    position:relative;
    display:block;
    line-height:26px;
    text-decoration:none;
    font-size: 14px !important;
    color: #434343 !important;
    padding-left: 15px;
}
.tagcloud a:hover{
    color:#d5b300 !important;
}
.tagcloud a:before{
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    z-index: 1;
    background: #d5b300;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 9px;
}



/*--------------------------------
	BLOG
--------------------------------*/
body.blog .entry-thumbnail,
body.category .entry-thumbnail{
    float:left;
    overflow:auto;
}
body.blog .entry-thumbnail+.entry-content,
body.category .entry-thumbnail+.entry-content{
	padding-left:263px;
}
body.blog .entry-thumbnail a,
body.category .entry-thumbnail a{
    display:inline-block;
    width:228px;
    height:203px;
    margin-right:35px;
		background-size:cover;
		background-position:center top;
}
body.blog .entry-content .heading  h2,
body.category .entry-content .heading  h2{ 
    font-weight:bold;
    font-family:'Raleway';
    
}
body.blog .entry-content .heading  h2 a,
body.category .entry-content .heading  h2 a{
    text-decoration:none;
    color:#434343;    
}
body.blog .entry-content .heading  h2 a:hover,
body.category .entry-content .heading  h2 a:hover{
    color:#fadb60;
}
body.blog .entry-content .heading .post-meta,
body.category .entry-content .heading .post-meta{
    margin-top: 10px;
}
body.blog .entry-content .heading .post-meta li,
body.category .entry-content .heading .post-meta li{
    list-style:none;
    font-size:13px;
    color:#a2a2a2;
}
body.blog .entry-content .excerpt-wrap p,
body.category .entry-content .excerpt-wrap p{
    margin-top: 14px;
    font-size:14px;
    color:#434343;
    line-height:24px;
}
body.blog .entry-content .excerpt-wrap+a.more-btn,
body.category .entry-content .excerpt-wrap+a.more-btn{
	font-size:15px;
	color:#434343;
	border:2px solid #434343;
	text-transform: uppercase;
	font-weight: 600;
	position:relative;
	padding-right:60px;
	text-align:left;
}
body.blog .entry-content .excerpt-wrap+a.more-btn:after,
body.category .entry-content .excerpt-wrap+a.more-btn:after{
	content: "\f105";
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position:absolute;
    right:18px;
    font-size:16px;
}
body.blog .entry-content .excerpt-wrap+a.more-btn:hover,
body.category .entry-content .excerpt-wrap+a.more-btn:hover{
	border-color:#e8c94d;
	color:#e8c94d;
}
body.blog main#main article,
body.category main#main article{
    padding-bottom: 70px;
    margin-bottom: 70px;
    border-bottom: 1px solid #ddd;
}
body.blog main#main article:last-child,
body.category main#main article:last-child{
    border-bottom:none;
    padding-bottom:0;
}

/* responsive */
@media (max-width:960px){
	body.blog .section-content-wrap .grid [class^=col-],
	body.category .section-content-wrap .grid [class^=col-]{
		width:100%;
		padding:0;
	}
}
@media (max-width:640px){
	body.blog .entry-thumbnail,
	body.category .entry-thumbnail{
		float:none;
	}
	body.blog .entry-thumbnail a,
	body.category .entry-thumbnail a{
		margin:0;
	}
	body.blog .entry-thumbnail+.entry-content, body.category .entry-thumbnail+.entry-content{
		padding:0;
	}
	body.blog .section-content-wrap article,
	body.category .section-content-wrap article{
		text-align:center;
	}
}

/*-------------------------------------
	SINGLE PAGE
-------------------------------------*/
.internal-page.blog {
    padding:85px 0;
}
.internal-page.blog .heading h1.subhead{
    font-size:42px;
}
.internal-page.blog .heading h1.subhead a{
    text-decoration:none;
    color:#434343;
}
.internal-page.blog .time-wrapper{
    font-style:italic;
    color:#434343;
    font-size:14px;
}
.internal-page.blog .heading{
/*     border-bottom:1px solid #434343; */
    padding-bottom:20px;
}
/* responsive */
@media (max-width:960px){
	.internal-page-posts .section-content-wrap .grid [class^=col-]{
		width:100%;
		padding:0;
	}
}


/* GENERIC STYLE */

.row-content__text ol{
    list-style:none;
} 
.row-content__text ol li {counter-increment: li}
.row-content__text ol > li:before {
    content: counter(li);
    color: #d8b913;
    display: inline-block;
    width: 1em;
    margin-left: -1.5em;
    margin-right: 0.5em;
    text-align: right;
    direction: rtl;
}


/* FORM CUSTOM */
#gform_fields_1 #field_1_1 label.gfield_label{
	display:none;
}

/* General Pages */
.page .internal-page-container div section.row-content{
    padding-bottom:60px !important;
}


@media (max-width:420px){
	#main-banner .col-2-3 h2{
        margin-top:50px;
	}
}
@media (max-width:320px){
    .home #main-banner{
	   background-position: right -60px;
    }
    #main-banner .col-2-3 h2{
        margin-top:30px;
    }
}


/* SINGLE */
#single > p {
	margin-top:0;
}
.single-table{
	background:#fafafa;
	padding:25px;
	display:block;
	width:100%;
}
.single-table tr > td{
	padding:8px 0;	
}
.single-table > tbody,
.single-table > tbody > tr,
.single-table > tbody td{
	width:100%;
	display:block;
}

/*-----------------------------------------------
 HIDE TESTIMONIAL SECTION ON PRIVACY POLICY PAGE
-----------------------------------------------*/
.page-id-112 .row-content.row-testimonials{
	display:none;
}
.page-id-112 .privacy-policy-wrapper .row-text-content__title,
.page-id-112 .privacy-policy-wrapper .row-content__title-divider{
	display:none;
}
.page-id-112 .privacy-policy-wrapper .row-content__text{
	margin-top:0;
}


/* ---------START MARGIN AND PADDING ---------------- */

.row-gutter-0{
	padding-left:0;
	padding-right:0;
}
.container-fullwidth{
	margin-right: auto;
	margin-left: auto;
}

.fullscreen-image-grid img {
	  max-width:none;
	  height:auto;
	  width:100%;
	}

.container-fullwidth:before, .container-fullwidth:after{
	display: table;
    content: " ";
}

.container-fullwidthd:after{
	clear: both;
}

.clearfix:before, .clearfix:after{
	display: table;
    content: " ";
}

.clearfix:after{
	clear: both;
}

/* ---------END MARGIN AND PADDING ---------------- */

/*-----------------------------------------------
	CTA GRID BOX
------------------------------------------------*/
.help-row{
	/* padding-top:50px; */
}

.help-row .help-box{
	width:100%;
	float:left;
	line-height:0;
	position:relative;
}
.help-row .help-box.help-box-small{
	
}
.help-row .help-box > a{
	line-height:0 !important;
	display: block;
}
.help-row .help-box:hover{

	cursor:pointer;
}

.help-row .help-box > img{
	width:100%;
}

.help-row .help-box img.mobile-img{
	display:none;
}

.help-row .help-box .title{
	position: absolute;
	width: 100%;
	padding: 20px 90px 20px 12px;
  	left:0;
	bottom: 0;
	text-align: right;
	background: rgba(0,0,0,0.65);
	color:#fff;
	font-size: 22px;
	line-height:17px;
}
.help-row .help-box .title:after{
	content:'';
	width:38px;
	height:38px;
	border-radius:38px;
	border:2px solid #fff;
	display:inline-block;
	position:absolute;
	right: 0;
	top: 8px;
	right: 20px;
	background-image: url(assets/images/icon-chev-right--white.png);
	background-size: 38px;
	background-position: center;
}

.help-row .help-box:hover::after{
	/* content: ''; */
	background-color:#d2a83e;
	position: absolute;
	height: 3px;
	width: 100%;
	bottom: 0;
}

.help-row .help-box:hover .title{
	background:rgba(109,109,109,0.7);
}

.help-row .help-box .title img{
	display: inline-block;
    vertical-align: middle;	
	margin-left:10px;
}
.row-help{
	padding-bottom:0 !important;
	padding-top: 0;
}
@media (max-width:1200px){
	.help-row .help-box .title{
		font-size:18px;
	}
	
	.help-row .help-box .title img{
		width:10%;
	}
}

@media (max-width:1020px){
	.help-row .help-box > a{
		display:inline-block;
		width:100%;
	}
	.help-row .help-box > a img{
		width:100%;
	}
	.help-row{
		max-width:450px;
		margin:0 auto;
	}
	.help-row .help-box{
		margin-bottom:20px;
	}
}
@media (max-width:992px){

}
@media (max-width:767px){
	.row-help .row-content_title{
		padding-left:25px;
		padding-right:25px;
	}
	
	.row-help .row-content__title-divider{
		margin-left: 25px;
		margin-right: 25px;
	}
}


@media (max-width:540px){

	
	.help-row .help-box img.mobile-img{
		display:block;
	}
}





/*-------------------------------------------
	NEWSLETTER
--------------------------------------------*/
.home-newsletter-wrapper li#field_1_1 {
    width: 50%;
    display:inline-block;
    margin: 0;
}
.home-newsletter-wrapper li#field_1_1 label,
.home-newsletter-wrapper li#field_1_2 label{
    display:none;
}

.home-newsletter-wrapper .ginput_container{
    margin: 0 !important;
}
.home-newsletter-wrapper .ginput_container input{
    background:#cccccc;
    border:none;
    font-size:12px !important;
    color:#343434;
    padding: 14.5px 10px !important;
    vertical-align: top;
}
.home-newsletter-wrapper li#field_1_2{
    width: 50%;
    display:inline-block;
    margin: 0;
}

.home-newsletter-wrapper li#field_1_1 .gform_body {
    display:inline-block;
}
.home-newsletter-wrapper  .gform_fields{
   display: inline-block !important;
   width: 75%;
}

.gform_footer.top_label {
    position: absolute;
    right: 0;
    top: 0;
}

.home-newsletter-wrapper form {
    position:relative;
  text-align:center !important;
}

.home-newsletter-wrapper .gform_body {
  display:inline;
	}
.home-newsletter-wrapper .gform_footer{
    /*position:absolute;
  right: 0;*/
  position:static;
    padding: 0 !important;
    margin: 0 !important;
    
    display: inline-block;
    width: auto !important;
}

.home-newsletter-wrapper .gform_footer input{ 
    display:inline-block;
    border:1px solid #e0e0e0;
    padding: 8px 0;
    min-width: 110px;
    text-align: center;
    font-weight: bold;
    font-size: 16px !important;
    text-transform: uppercase;
    color: #960000;
    border: 4px solid #960000;
    background: none;
    margin-right: 0 !important;
}
.flex-direction-nav {
	display:none;
}
	
	@media (min-width:768px) {

#main-banner .flex-direction-nav {
	display:block;
}
	
	#main-banner .flex-direction-nav > li > a {
	  width:50px;
	  height:50px;
  border:2px solid #fff;
  border-radius:50%;
	  background:transparent url(/wp-content/uploads/2017/08/iconsprite-main-banner-arrows-new.png) no-repeat 0 0;
	  color:transparent;
  background-size:cover;
	}
	
	#main-banner .flex-direction-nav > li > a:before {
	  content:'';
		display:none;
	}
	
	#main-banner .flex-direction-nav > li > a.flex-prev {
	  background-position:-3px 0;
	  left:70px;
	}
	
	#main-banner .flex-direction-nav > li > a.flex-next {
	  background-position:-53px 0;
	  right:70px;
	}
  }

/* TESTIMONIALS */
@media (max-width:760px){
	body section#testimonials .testimonial-carousel.flexslider{
		padding-left:25px;
		padding-right:25px;
	}
}


body.single-product main.the-product {
 padding:120px 0; 
}

body.single-product main.the-product > div.product {
  
}

body.single-product main.the-product p.price {
  font-size:48px;
  font-weight:700;
  color:#e8622f;
  margin:30px 0 45px;
}

body.single-product main.the-product h1.product_title {
 font-size:40px;
  color:#000;
}

body.single-product main.the-product div.summary a.faq-item-link {
 font-family:'Open Sans', serif;
  font-weight:700;
  font-size:16px;
  line-height:34px;
  color:#434343;
  padding-left:25px;
  padding-right:80px;
}

body.single-product main.the-product div.woocommerce-message {
 margin-bottom:70px; 
}



@media (min-width:900px) {
body.single-product main.the-product div.summary a.faq-item-link {
 font-size:20px; 
}
}

body.single-product main.the-product div.summary div.prod-item:first-child {
 margin-top:0; 
}

body.single-product main.the-product div.summary div.prod-item {
  margin-top:70px;
}

body.single-product main.the-product div.summary div.prod-item div.right strong {
 font-size:18px;
  margin-top:0;
  margin-bottom:15px;
}

body.single-product main.the-product .woocommerce-product-gallery__wrapper {
  margin:0;
}


@media (min-width:768px) {
  body.single-product main.the-product div.summary div.prod-item {
	margin-top:70px;
  }
}

@media (min-width:900px) {
body.single-product main.the-product div.summary div.prod-item div.right strong {
 font-size:24px; 
}
}

body.single-product main.the-product div.summary div.prod-item div.right ul > li {
  margin-top: 0;
  padding-left: 17px;
  background: url(assets/images/icon-basic-list.png) no-repeat 0 11px;
  background-size: 7px;
  list-style-type: none;
  
}


body.single-product main.the-product div.summary div.accordion-page {
 margin-top:35px; 
}

@media (min-width:1024px) {
body.single-product main.the-product div.summary div.prod-item div.right ul > li {
  background-position: 0 17px;
    background-size: auto;
    padding-left: 26px;
  
}}


body.single-product main.the-product div.summary div.prod-item div.left {
 margin-bottom:20px; 
}

body.single-product main.the-product div.summary div.prod-item div.left img {
 max-width:100%; 
}

@media (min-width:768px) {

  body.single-product main.the-product div.summary div.prod-item div.left {
	width:22.64%;
  margin-right:4%;
  float:left;
  margin-bottom:0;
  }

body.single-product main.the-product div.summary div.prod-item div.right {
	width:73.36%;
  float:right;
  }
}

body.single-product main.the-product form.cart div.quantity:before {
  content:'Qty';
  display:inline-block;
  margin-right:10px;
  font-weight:700;
}

body.single-product main.the-product form.cart div.quantity input.qty {
  padding:9px 0; 
  margin-right:15px;
}

body.single-product main.the-product form.cart button.single_add_to_cart_button {
  text-transform:uppercase;
  color:#900000;
  border:4px solid #900000;
  position:relative;
  padding:10px 16px 10px 52px;
  border-radius:0;
  background:transparent;
  font-size:14px;
}

@media (min-width:420px) {
  body.single-product main.the-product form.cart button.single_add_to_cart_button {
   font-size:16px; 
  }
}

@media (max-width:359px) {
  body.single-product main.the-product div.woocommerce-product-gallery div.woocommerce-product-gallery__image {
   margin:15px 11px !important; 
  }
}

body.single-product main.the-product form.cart button.single_add_to_cart_button:before {
  content:'';
  display:inline-block;
  position:absolute;
  top:50%;
  left:13px;
  width:26px;
  height:24px;
  margin-top:-12px;
  background:url(assets/images/icon-add-to-basket.png) no-repeat 0 0;
}

body.single-product main.the-product div.woocommerce-product-gallery div.woocommerce-product-gallery__image {
  border:1px solid #ddd;
  box-sizing:border-box;
  margin:15px 13px;
  max-width:105px;
}

body.single-product main.the-product div.woocommerce-product-gallery div.woocommerce-product-gallery__image:first-child {
  border:0;
  margin:0 0 30px 0;
  max-width:100%;
}

body.single-product main.the-product div.woocommerce-product-gallery div.woocommerce-product-gallery__image:first-child img {
  max-width:537px;
}

.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
  width:43.451%;
  margin-right:2%;
  float:left;
}

.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
  width:54.549%;
  float:right; 
}

@media (max-width:859px) {


.woocommerce #content div.product div.images, 
.woocommerce div.product div.images, 
.woocommerce-page #content div.product div.images, 
.woocommerce-page div.product div.images {
  width:100%;
  margin-right:0;
  float:none;
}

.woocommerce #content div.product div.summary, 
.woocommerce div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce-page div.product div.summary {
  width:100%;
  float:none;
}

}

body.woocommerce-page section.row .button,
body.woocommerce-page .button.wc-forward {
 text-transform:uppercase;
  border-radius:0;
  font-size:15px;
}

body.woocommerce-page section.row {
 padding:80px 0; 
}

body.woocommerce-page section.row form.woocommerce-cart-form table.shop_table td.product-name a {
  color:#e8622f;
  text-decoration:none;
}

body.woocommerce-page section.row form.woocommerce-cart-form table.shop_table td.product-name a:hover {
  text-decoration:underline;
}

body.woocommerce-page section.row form.woocommerce-cart-form table.shop_table #coupon_code,
body.woocommerce-page section.row form.woocommerce-cart-form table.shop_table input.qty{
  width:120px;
  text-transform: none;
    font-size: 16px;
    padding: 10px 15px;
    background: #f2f2f2;
    width: 100% !important;
    border: 0;
    color: #777;
    outline: none;
  border-radius:0;
}

body.woocommerce-page section.row form.woocommerce-cart-form table.shop_table input.qty {
 width:auto; 
}

body.woocommerce-page section.row form.woocommerce-cart-form {
  
}

body.woocommerce-page section.row div.cart-collaterals div.cart_totals h2 {
 margin-bottom:15px; 
}

body.woocommerce-page section.row div.cart-collaterals div.cart_totals a.checkout-button {
 border-radius:0;
  background:#e8622f;
  text-transform:uppercase;
  font-weight:700;
}

body.woocommerce-page section.row div.cart-collaterals div.cart_totals a.checkout-button:hover {
  background:#cc503b;
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background:#e8622f;
	color:#fff;
  }
  
  .woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background:#cc503b;
	  }
	  
	  .woocommerce-checkout #payment .payment_method_paypal .about_paypal {
  color:#e8622f;
		  }
		  
		  #order_review ul.wc_payment_methods p {
			font-size:18px;
			  line-height:28px;
		  }

body.woocommerce-page section.row form.woocommerce-cart-form td.product-remove a.remove {
  color:#900000 !important;
}

body.woocommerce-page section.row form.woocommerce-cart-form td.product-remove a.remove:hover {
   color:#fff !important;
  background:#900000 !important;
}

body.woocommerce-page section.row table.shop_table {
 margin-bottom:45px; 
}

body.woocommerce-page section.row table.shop_table td.actions > input.button {
 background: #e8622f;
  color:#fff;
}

body.woocommerce-page section.row table.shop_table td.actions > input.button:hover {
 background:#cc503b;
}

body.woocommerce-page a.showcoupon {
  color:#e8622f;
}

body.woocommerce-page form.checkout label {
 font-size:16px; 
  margin-top:15px;
}

body.woocommerce-page form.checkout h3 {
 margin-bottom:0; 
  margin-bottom:7px;
}

body.woocommerce-page form.checkout h3#order_review_heading {
  margin-top:35px;
  margin-bottom:25px;
}

body.woocommerce-page form.checkout input[type="text"],
body.woocommerce-page form.checkout input[type="email"],
body.woocommerce-page form.checkout input[type="tel"],
body.woocommerce-page form.checkout select,
body.woocommerce-page form.checkout textarea {
     text-transform: none;
    font-size: 16px;
    padding: 10px 15px;
    background: #f2f2f2;
    width: 100% !important;
    border: 0;
    color: #777;
    outline: none;
  border-radius:0;
}
			
			body.woocommerce-page form.checkout select {
			 width:auto !important; 
			}

body.woocommerce-page div.col-1,
body.woocommerce-page div.col-2 {
  padding-left:0;
  padding-right:0;
}
			
			@media (max-width:767px) {
			body.woocommerce-page div.col-2 h3 {
			  margin-top:45px;
			}
		  }

body.woocommerce-page form.checkout span.select2 {
 font-size:16px; 
}

.woocommerce form .form-row .required { color:#900000; }


@media (min-width:1021px) {
div.row-forms div.ask-a-question { padding-right:70px !important;  }
div.row-forms div.get-the-latest-news { padding-left:70px !important; border-left:1px solid #ddd; }
}

#ask-a-health-question-form,
#book-an-appointment-form,
#newsletter-signup-form{
  padding:15px;
}

div.form.mobile-form {
  max-width:320px;
  margin:30px auto;
}

form.aa-form label {
  display:none !important;
}

form.aa-form li.gfield {
 padding-left:0;
  list-style-type:none;
}

@media (min-width:768px) {

form.aa-form li.gfield.two-col.left {
      display: inline-block;
    width: 48%;
    margin-right: 4%!important;
}

form.aa-form li.gfield.two-col.right {
      display: inline-block;
    width: 48%;
}}


body.page-id-402 section.row-0 {
 padding:70px 0; 
}

body.page-id-402 div.two-column-content h3 {
 margin-bottom:25px; 
}

body.page-id-402 div.two-column-content form.aa-form input[type="text"],
body.page-id-402 div.two-column-content form.aa-form input[type="email"],
body.page-id-402 div.two-column-content form.aa-form textarea {
 width:100%; 
  max-width:568px;
}

body.page-id-402 div.two-column-content .gform_wrapper {
 margin-top:0; 
}

body.page-id-402 div.two-column-content form.aa-form li.gfield {
  margin-top:0;
  padding-right:0;
}

form.aa-form input[type="text"],
form.aa-form input[type="email"],
form.aa-form textarea,
div.row-forms input[type="text"],
div.row-forms input[type="email"],
div.row-forms textarea {
  font-size: 16px !important;
  background: #ddd;
  padding: 12px 15px !important;
  border: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
	box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
	box-shadow: none;
  color: #304050;
  margin-bottom:10px;
  width:100%;
}

div.popup-form {
 padding:30px; 
}

div.popup-form input[type="text"],
div.popup-form input[type="email"],
div.popup-form textarea {
  display:block !important;
  width:100% !important;
}




form.aa-form textarea {
  resize:none;
  height:110px;
}

  form.aa-form input[type="submit"],
div.row-forms .btn {
	border: 4px solid #900000;
    color: #900000;
    font-weight: bold;
    font-family: 'Open Sans';
      font-size: 16px;
    padding: 12px 24px;
    font-weight: 700;
    text-decoration: none !important;
    
    text-transform: uppercase;
  display:inline-block;
  background:transparent;
  }

div.row-forms .fancybox-inline {
 display:none !important; 
}

div.row-forms .trigger-popup {
 display:none !important; 
}

@media (min-width:640px) {
div.row-forms .fancybox-inline {
  display:inline-block !important;
}

div.row-forms .trigger-popup {
 display:inline-block !important;
}
}


div.popup-form input[type="submit"] {
  background:transparent;
  clear:both;
  display:inline-block;
}

div.popup-form h2,
div.form.mobile-form h2 {
    font-size: 26px;
    font-weight: 500;
  display:block;
  margin-bottom:30px;
}

form.aa-form input[type="submit"],
div.form.mobile-form form input[type="submit"] {
  width:auto;
  margin:25px 0 0;
}

div.form.mobile-form form input[type="submit"] {
 margin:0; 
}

div.home-newsletter-wrapper {
 text-align:center; 
}

div.home-newsletter-wrapper input.trigger-popup {
 display:inline-block;
}

div.home-newsletter-wrapper .btn,
div.home-newsletter-wrapper input[type="submit"],
div.popup-form input[type="submit"] {
     display: inline-block;
    padding: 10px 24px;
    margin: 10px auto 0;
  background:transparent;
}

@media (min-width: 540px) {
div.home-newsletter-wrapper input[type="text"],
div.home-newsletter-wrapper input[type="email"] { 
  width:47%;
  margin-left:1%;
      margin-right: 1%;
    vertical-align: top !important;
}
}

.gform_footer.top_label {
	  position:static;
  display:block;
  padding-bottom:0 !important;
	}

.gform_wrapper .validation_message {
	     font-size: 12px !important;
    line-height: 22px !important;
    padding-top: 0 !important; margin-bottom:20px !important;
	}



div.events-calendar div.calendar-body div.faq > ul > li.hidden-calendar-item { display:none; }
.show-more-calendar-items {
	      border: 4px solid #900000;
    color: #900000;
    font-weight: bold;
    font-family: 'Open Sans';
    font-size: 14px;
    padding: 8px 24px;
    font-weight: 700;
    margin-top: 15px;
    text-decoration: none !important;
    text-transform: uppercase;
    display: block;
    max-width: 150px;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    background: transparent;

	}


#ui-datepicker-div.calendar-picker {
    max-width: 200px;
    border-radius: 0;
    padding: 0;
    border: 0;
  padding-bottom:0 !important;
}


.ui-datepicker .ui-datepicker-header {
      border-radius: 0;
    border: 0;
    background: #ddd;
	}

.ui-datepicker .ui-datepicker-title select {
	  font-size:12px !important;
	      position: relative;
    top: -3px;
	}
	
	.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
		  width:50% !important;
		}

.ui-datepicker .ui-datepicker-prev {
  left:6px !important;
	}

.ui-datepicker .ui-datepicker-prev-hover {
	  left:6px !important;
	}

.ui-datepicker .ui-datepicker-next {
	  right:6px !important;
	}
	
	.ui-datepicker .ui-datepicker-next-hover {
	  right:6px !important;
	}
	
	.ui-state-hover {
		  top:2px !important;
		}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	 
      position: absolute !important;
    top: 6px !important;
    width: 1.5em !important;
    height: 1.5em !important;
	}


.woocommerce-message,
.woocommerce-info {
	  
	 border-top-color:#e8622f !important;
	}
	
	.woocommerce-message::before,
	  .woocommerce-info::before {
			color:#e8622f !important;
		  }

.woocommerce-Price-amount.amount {
	 color:#000;
	  font-weight:700;
	}

div.summary.entry-summary .woocommerce-Price-amount.amount {
 font-weight:400; 
}
	
	body.woocommerce-page section.row form.woocommerce-cart-form table.shop_table #coupon_code {
	    max-width: 140px;
    padding: 6px 15px;
	}
	
	body.woocommerce-page section.row form.woocommerce-cart-form table.shop_table input.qty {
	    max-width: 60px;
    padding: 5px 13px;
	}
		  
		  
		  body.single-product main.the-product div.woocommerce-product-gallery div.woocommerce-product-gallery__image {
			vertical-align:top;
		  }
		  
		  
		  .woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(2) {
				padding-top:8px;
				padding-bottom:8px;
			  }

p.italic-remark {
 font-size:16px;
  font-style:italic;
  margin:30px 0;
}

@media (min-width:768px) {
p.italic-remark {
 font-size:20px;
}
}


.buttons-inline-wrapper > a.btn {
  display:block;
	  text-align:center;
	  margin-top:13px;
	  margin-bottom:13px;
	}

@media (min-width:560px) {
.buttons-inline-wrapper > a.btn {
  display:inline-block;
margin-left:25px;	  
}
	
	.buttons-inline-wrapper > a.btn:first-child {
margin-left:0;	  
}}



#gallery dl.gallery-item img { 
  
  opacity:0;

-webkit-transition:.4s linear opacity;
-moz-transition:.4s linear opacity;
-o-transition:.4s linear opacity;
transition:.4s linear opacity;
}

#gallery dl.gallery-item.loading {
 background:transparent url('assets/images/loading.gif') 50% no-repeat; 
}

#gallery dl.gallery-item img.b_loaded {
  opacity:1;
}

#gallery dl.gallery-item {
	  width: 48%;
	  margin-left: 1%;
	  margin-right: 1%;
  }

@media (min-width:768px) {
  #gallery dl.gallery-item {
	  width: 23%;
	  margin-left: 1%;
	  margin-right: 1%;
  }
}

@media (min-width:860px) {
  #gallery dl.gallery-item {
	  width: 25%;
	  margin-left: 0;
	  margin-right: 0;
  }
}

section#page-not-found { text-align:center; }

#resources-section {
	text-align:center;
}

#resources-section > div {
	float:none;
	display:inline-block;
	vertical-align:top;
}
/*
body.page-id-41 div.internal-page article section.row-3 {
	padding-top: 0;
}

body.page-id-41 div.internal-page article section.row-3 div.faq {
	margin-top: 0;
}
*/



body.page-id-41 div.internal-page article section.row-2 div.accordion-page div.faq > ul > li > a.faq-item-link {
	font-size: 20px;
	padding: 20px 25px;
	margin-bottom: 0;
}

body.page-id-41 div.internal-page article section.row-2 div.accordion-page div.faq > ul > li > a:before {
	width: 25px;
    height: 25px;
    right: 21px;
}

body.page-id-41 div.internal-page article section.row-2 div.accordion-page div.faq > ul > li > a.faq-item-link:after {
	font-size: 15px;
	right: 30px;
}

body.page-id-41 div.internal-page article section.row-2 div.accordion-page div.faq > ul > li > a.active.faq-item-link:after {
	background-position: -34px 0;
}


body.page-id-41 div.internal-page article section.row-2 div.accordion-page div.faq > ul > li div.description {
	padding-top: 30px;
}


body.page-id-41 div.internal-page article section.row-2 div.accordion-page div.faq > ul > li div.description p {
	font-size: 18px;
	line-height: 30px;
}


body.page-id-41 div.internal-page article section.row-2 div.accordion-page div.faq > ul > li > div.description {
	padding-left: 0;
	padding-right: 0;
}

@media screen and (min-width: 820px) {
	body.page-id-41 div.internal-page article section.row-2 div.accordion-page div.faq > ul > li > div.description {
		padding-left: 25px;
		padding-right: 25px;
	}
}
form#gform_3 ul li.gfield#field_3_7 {
	margin-top: 30px;
}


body.page-id-1161 section.row-0 {
	padding-bottom: 0 !important;
}

body.page-id-1161 div.fancybox-content {
	max-width: 100%;
}

body.page-id-1161 section.row-0 iframe {
	width: 100%;
	max-width: 1340px;
	height: 600px;
}

body.page-id-1161 section.row-1 div.columns {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	max-width: 1382px;
	margin: 0 auto;
}

body.page-id-1161 section.row-1 div.columns div.column {
	margin-bottom: 35px;
	max-width: 430px;
	margin-left: auto;
	margin-right: auto;
}

body.page-id-1161 section.row-1 div.columns div.column p {
	font-size: 20px;
	margin-top: 15px;
	font-weight: 700;
	line-height: 1.4;
}

body.page-id-1161 section.row-1 div.columns div.column div.wrap {
	position: relative;
}

@media screen and (min-width: 768px) {

	body.page-id-1161 section.row-1 div.columns div.column {
		width: 50%;	
		box-sizing: border-box;
		max-width: 691px;
		padding: 0 20px;
		margin-left: 0;
		margin-right: 0;
	}
}

@media screen and (min-width: 1024px) {

	body.page-id-1161 section.row-1 div.columns div.column {
		width: 50%;
	}
}

body.page-id-1161 section.row-1 div.columns div.column img {
	display: block;
}

body.page-id-1161 section.row-1 div.columns div.column a {
	cursor: pointer;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

body.page-id-1161 section.row-1 div.columns div.column div.wrap:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
	z-index: 1;
	box-sizing: border-box;
}

body.page-id-1161 section.row-1 div.columns div.column div.wrap:after {
	content: '\f04b';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-family: 'Font Awesome 5 Free';
	font-weight: 700;
	z-index: 2;
	box-sizing: border-box;
	color: #f9a01f;
	font-size: 40px;
}