/*
	Theme Name: Genesis Sample
	Theme URI: http://www.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.2.4

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.2.3

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/

.test{
  font-size:12px;
}
.cta{
  border: 2px solid #FF8D7E;
  width: 35%;
  margin: 0 auto;
  margin-bottom:20px;
}
.cta h1{
  margin: 0;
}
.servicePageCTA{
  padding:20px;
}
.servicePageCTA h2{
  margin-bottom:10px;
}
.pur-button {
  background-color: #FF8D7E;
  border: none;
  color: white;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  border-radius: 2px;
}

@font-face {
    font-family: 'bentonsansbold';
    src: url('fonts/bentonsans_bold-webfont.woff2') format('woff2'),
         url('fonts/bentonsans_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bentonsansmedium';
    src: url('fonts/bentonsans_medium-webfont.woff2') format('woff2'),
         url('fonts/bentonsans_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bentonsansregular';
    src: url('fonts/bentonsans_regular-webfont.woff2') format('woff2'),
         url('fonts/bentonsans_regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'bodonibold';
    src: url('fonts/BODONI_B.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {font-family: 'bodoniboldcondensed';src: url('fonts/340028_6_0.eot');src: url('fonts/340028_6_0.eot?#iefix') format('embedded-opentype'),url('fonts/340028_6_0.woff2') format('woff2'),url('fonts/340028_6_0.woff') format('woff'),url('fonts/340028_6_0.ttf') format('truetype');}

/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* RESET */
* { padding: 0; border: 0; margin: 0; }
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
a { text-decoration: none; -webkit-transition: 0.2s all ease; transition: 0.2s all ease;  }
a:focus { outline: none;}
a:hover, input[type="submit"]:hover { opacity: 0.8; cursor: pointer; }
ul	{ list-style-type: none; }

li { list-style:none; }
input, input[type="submit"] { border-radius: 0; }
input[type="submit"] { border: 0; outline: 0;}
img { box-shadow: 0 0 0 transparent !important; border-radius: 0 !important;}
.widget img { max-width: none;}

body .site {
    box-shadow: 0 0 0 transparent;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0 ;
	background-color: #fff !important;
	max-width: none;
}

::-webkit-input-placeholder { color: #fff; opacity: 1;}
:-moz-placeholder { color: #fff; opacity: 1;}
::-moz-placeholder { color: #fff; opacity: 1;}
:-ms-input-placeholder { color: #fff; opacity: 1;}

.select {
   -webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   -webkit-border-radius: 0;  /* Safari 3-4, iOS 1-3.2, Android 1.6- */
   -moz-border-radius: 0;  /* Firefox 1-3.6 */
   border-radius: 0;  /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
   background: #fff;
}

body { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
h1, h2, h3, h4, h5 { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-weight: normal; }
input, select, textarea { -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
/* RESET END */




/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */

body {
	background-color: #ffffff;
	color: #333;
	font-family: 'bentonsansregular', sans-serif;
	/*font-size: 20px;*/
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	/*line-height: 1.625;*/
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #5f959d;
}

a:hover,
a:focus {
	/*color: #333;
	text-decoration: none;*/
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #eee;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    /*margin: 0 0 10px;*/
	line-height: 1.2;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:hover,
.gallery img:focus {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 400;
	padding: 16px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

/*::-moz-placeholder {
	color: #333;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
}
*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #333;
	border: 0;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 700;
	padding: 16px 24px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
.button:focus  {
	background-color: #c3251d;
	color: #fff;
}

.entry-content .button:hover,
.entry-content .button:focus {
	color: #fff;
}



.button {
	display: inline-block;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

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

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-word;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid #eee;
	padding: 6px;
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}

/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus  {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 15px 23px 14px;
	color: #333;
	background: #fff;
	z-index: 100000; /* Above WP toolbar. */
	text-decoration: none;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
}

.more-link {
    position: relative;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	width: 100%;
	max-width: 1160px;
	padding: 0 10px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	word-wrap: break-word;
	padding: 0px;
}


.landing-page .site-inner {
	max-width: 800px;
}


/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for  and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 880px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 50%;
}

.site-header .search-form {
	float: right;
	margin: 12px auto 0;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:hover,
.entry-title a:focus {
	color: #c3251d;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}


.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #c3251d;
	color: #fff;
}

.sidebar .enews-widget input:hover[type="submit"],
.sidebar .enews-widget input:focus[type="submit"]  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	width: 0;
	list-style: none;
}

/* # Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
}

.site-header > .wrap {
	padding: 20px 0;
}

/* ## Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 10px 0;
	width: 300px;
}

.header-image .title-area {
	margin: 0 auto;
	max-width: 300px;
	padding: 0;
}

.header-full-width .title-area {
	float: none;
	width: 100%;
}

.site-title {
	font-size: 30px;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover,
.site-title a:focus {
	color: #333;
	text-decoration: none;
}

.header-image .site-title > a {
	background-position: center !important;
	background-size: contain !important;
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 1.5;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-description,
.header-image .site-title {
	display: block;
	text-indent: -9999px;
}

/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	text-align: right;
	width: 800px;
}


/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #333;
	text-decoration: none;
	display: block;
	padding: 32px 20px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu a:focus,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	color: #FF8D7E;
	text-decoration: underline;
}

.genesis-nav-menu .sub-menu {
	border-top: 1px solid #eee;
	left: -9999px;
	opacity: 0; visibility: hidden;
	position: absolute;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition:    all .4s ease-in-out;
	-ms-transition:     all .4s ease-in-out;
	-o-transition:      all .4s ease-in-out;
	transition:         all .4s ease-in-out;
	width: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: 0;
	padding: 15px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

@media (max-width: 881px ){
	.genesis-nav-menu .sub-menu .sub-menu {
		margin: -56px 0 0 199px;
	}
}


.genesis-nav-menu .menu-item:hover {
	/*position: static;*/
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
	visibility: visible;
	background-color: rgba(255,255,255,0.97);
	border: none;
	padding-bottom: 10px;
}

@media (min-width: 881px){
	.genesis-nav-menu .menu-item:hover > .sub-menu {
		margin-left: -30px;
	}
	.pur-sticky-header .genesis-nav-menu .menu-item:hover > .sub-menu {
		margin-left: -33px;
		min-width: 300px;
		paddind-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 881px){
	.genesis-nav-menu .menu-item:hover > .sub-menu{
		display: none;
	}
}


.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	float: right;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.sub-menu-toggle,
.menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
	border-top: 1px solid #eee;
}

/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	/* margin-bottom: 20px; */
	margin-bottom: 40px;
}
.home .entry{
	background: none;
	margin-bottom: 0px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content .pur-sticky-header ul{
	margin-left: 0px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	border-top: 1px solid #eee;
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:hover,
.archive-pagination a:focus,
.archive-pagination .active a {
	background-color: #c3251d;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 60px 60px 32px;
}

.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	clear: both;
	padding: 60px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 380px;
}

.footer-widgets-1 {
	margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	background-color: #fff;
	border-top: 1px solid #eee;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1;
	padding: 60px 0;
	text-align: center;
}

.site-footer p {
	margin-bottom: 0;
}


/* HEADER */

/* END HEADER */


.home .site-inner{
	width: 100%;
	padding: 0px;
	max-width: none;
}

.page .site-inner .entry{
	padding: 0px;
}

.home .site-inner .entry{ padding:0; }


*:focus{
	outline: none !important;
}


#back_to_top:hover span{
	background-color: #e8e8e8;
}

#back_to_top span i{
    font-size: 24px;
/*     color: #b0b0b0; */
}
#back_to_top:hover span i{
    color: #b0b0b0;

}

#back_to_top:focus span i{
	    color: #cdcdcd;
}

#back_to_top{
	    color: #cdcdcd;
    height: auto;
    position: fixed;
    bottom: 25px; right: 25px;
    margin: 0;
    z-index: 10000;
     display: none;
}

#back_to_top span{
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-decoration: none;
    -o-border-radius: 52px;
    -moz-border-radius: 52px;
    -webkit-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    border: 2px solid #e8e8e8;
    background: 0 0;
    text-align: center;
}


.fade-in-section > *{
	opacity: 0;
}

.page-hero-image{
	background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 27.69%;
	margin-top: 100px;
}

@media (max-width: 1024px ){
	.page-hero-image{
		margin-top: 133px;
	}
}

@media (max-width: 768px ){
	.page-hero-image{
		margin-top: 85px;
	}
}

.page-hero-image .overlay-text{
	position: absolute;
		width: 100%;
	height: 100%;
	left: 0px; top: 0px;
	background-color: rgba(0,0,0,0.6)

}
.page-hero-image .valign-wrap{
	display: table;
	height: 100%;
	width: 100%;
}

.page-hero-image .valign-wrap .valign{
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	text-align: center;
}

.page-hero-image h1{
	color: #fff;
	font-size: 45px;
	font-family: 'kievitregular';
	text-transform: uppercase;
	letter-spacing: 2px;
	word-spacing: 5px;
	text-align: center;
	padding: 25px 50px;
	display: inline-block;
	border: 5px solid #fff;
}


/* Calculator */
#REC_real_estate_calc{
    text-align: center;
}
#REC_real_estate_calc .yellow-btn{
    width: 446px;
    line-height: 87.5px;
}

#REC_real_estate_calc .REC_disclaimer{
    font-size: 18px;
    float: left;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}
#REC_real_estate_calc input[type='checkbox']{
      /* Double-sized Checkboxes */
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  padding: 10px;
  border: 0px;
    margin-left: 5px;
}
#REC_real_estate_calc h2{
    margin-bottom: 40px;
    /*font-weight: bold;*/
}

#REC_real_estate_calc .REC_left,
#REC_real_estate_calc .REC_right{
    margin-bottom: 10px;
    line-height: 50px;
}
#REC_real_estate_calc .REC_left{
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 7px;
    color: #8bacb1;
}
#REC_real_estate_calc .REC_right{
    width: 50%;
    float: left;
    text-align: left;
    padding-left: 7px;
}

#REC_real_estate_calc > div:after{
    content: "";
    clear: both; display: block;
}
#REC_real_estate_calc > div{
    margin-bottom: 60px;
}


#REC_real_estate_calc input[type=text]{
display: inline-block; max-width: 280px; width: 100%; height: 50px;
  letter-spacing: 4px; color: #000;
  text-align: left;
  -webkit-transition: 0.2s all ease; transition: 0.2s all ease;

}


.REC_calcline{
	clear: both;

}


.custom-list.five-steps {
	margin: 0px;
}

.custom-list.five-steps li{
	list-style: none;
	position: relative;
	margin-top: 60px;
}

.custom-list.five-steps li p{
	margin-bottom: 0px;
}

.custom-list.five-steps li strong{
	    	margin:0px;
}

.custom-list.five-steps li > *{
	margin-left: 132px;
	padding-left: 30px;
}

.custom-list.five-steps li:after{
	content: "";
	clear: both;
	display: block;
}


.custom-list.five-steps .step-icon {
	float: left;
    background-image: url(images/icons.png);
    left: 0px; top: 0px;
    	margin: 0px;

}

.entry-content .wpcf7-form{
	max-width: 700px;
	margin: 0 auto;
}

.entry-content .wpcf7-form input{
	/*font-family: "kievitthin";*/
}

.entry-content .wpcf7-form input{
	padding: 10px 15px;
}

.entry-content .wpcf7-form  .ajax-loader{
	display: block;
	margin: 0 auto;
}

.entry-content .wpcf7-form  .wpcf7-checkbox{
	margin-top: 10px;
	display: block;
}

.entry-content .wpcf7-form  .wpcf7-checkbox .wpcf7-list-item.first{
	margin-left: 0px;
}
/* END Calculator */


footer .copyright-section{
	background: #8bacb1;
	color: #fff;
	font-family: 'kievitthin';
	text-align: center;
	padding: 20px;
}
footer .copyright-section .wrap:after,
footer .copyright-section .wrap:before{
	display: none;
}

footer .copyright-section small{
	line-height: 1.5;
	display: block;
}


body.full-width .site-inner{
	width: 100%;
	padding: 0px;
	max-width: none;
}
body.full-width .site-inner article{
	margin: 0px;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */




@media only screen and (max-width: 1600px) {
/* CUSTOM PARALLAX OLD OFFSET */

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

	.site-inner,
	.wrap {
		/*max-width: 1140px;*/
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content,
	.site-header .widget-area {
		width: 800px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 340px;
	}

	.footer-widgets-1 {
		margin-right: 60px;
	}

}





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

	.site-inner,
	.wrap {
		/*max-width: 960px;*/
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content,
	.site-header .widget-area {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}

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

    .page-hero-image h1{
    			font-size: 1.6em;
		font-size: 4.5vw;
		padding: 2% 2%;
    }

	.site-inner,
	.wrap {
		/*max-width: 800px;*/
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.js .genesis-nav-menu .sub-menu a,
	.js .genesis-nav-menu .sub-menu,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}


	.js nav.pagination {
		display: block;
	}



	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}

}

@media only screen and (max-width: 977px) {
	.site-inner {
		padding: 5% 5% 0;
	}
	.page-hero-image + .site-inner, .hero-section + .site-inner { padding-top: 0; }
}

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

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}

}


/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	a[href]:after {
		content: " (" attr(href) ")";
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

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

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

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

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

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}



/*CUSTOM MOBILE BUTTON*/

#trigger-mobile,
#trigger-mobile a{
	outline: 0 !important;
}
#trigger-mobile {
	position: relative;
    height: 55px;
    width: 46px;
    color: #FF8D7E;
    text-align: center;
    z-index: 3000;
    border-bottom: 0px;
	float: none;
	cursor: pointer;
	overflow: visible;
	top: 4px;
}
#trigger-mobile.js-menu-active{
	top: -10px;
}

#trigger-mobile .word {
    position: absolute;
    top: 14px;
    left: 20px;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transition: opacity 0.2s ease-in-out;
    font-size: 13px;
    letter-spacing: 1px;

}

.burger-bar {
    position: absolute;
/*     top: 50%; */
	left: 0px;
    height: 3px;
    width: 35px;
    background: #FF8D7E;
    border-radius: 0px;
    display: block;
/*     margin-left: -1.09375rem; */
    transition: all 0.2s ease-in-out;
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
/*     top: 0px !important; */
    	top: 50%;

}
.burger-bar:first-child {
    margin-top: -8.5px;
}
.burger-bar:last-child {
    margin-top: 8.5px;
}

.js-menu-active {
    overflow: hidden
}
.js-menu-active .burger-bar:first-child {
    margin-top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}
.js-menu-active .burger-bar:nth-child(2) {
    margin-top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.js-menu-active .word {
    opacity: 0
}



#trigger-mobile:hover,
#trigger-mobile.js-menu-active{
	color: #FF8D7E;
}


#trigger-mobile:hover .burger-bar,
#trigger-mobile.js-menu-active .burger-bar{
		background-color: #FF8D7E;

}

#trigger-mobile.js-menu-active .burger-bar{
	background-color: #A7A9AB;
}
#trigger-mobile.js-menu-active:hover .burger-bar{
		background-color: #FF8D7E;

}
#trigger-mobile.js-menu-active .burger-bar:last-child{
	opacity: 0;
}
button.menu-toggle,
#trigger-mobile{
	display: none;
}

/*CUSTOM MOBILE BUTTON*/



/* CUSTOM CSS */

.custom-header{
	background-color: #ffffff;
	padding-top: 20px;
	position: fixed;
	width: 100%;
	display: block;
	top: 0;
	z-index: 11;
}

.pur-sticky-header .custom-header{
	position: relative;
}

.home-nav .custom-header{
	position: absolute;
	width: 100%;
	top: 0px;
	z-index: 200;
}

@media (max-width: 480px){
  .cta{
    width:100% !important;
  }
  .servicePageCTA span{
    margin:0 !important;
  }
	.home-nav .custom-header{
		top: 40px;
	}
	.home-nav .custom-header.non-sticky{
		padding-top: 40px;
	}
}

.nav-primary{
	background-color: transparent;
	border-top: 0px;
}
.custom-nav-secondary ul{
	display: inline-block;
	float: left;
}

.custom-nav-secondary ul#translation-menu{
	margin-left: 35px;
}
.custom-nav-secondary ul li{
	float: left;
	display: inline-block;
}

.custom-nav-secondary ul li,
.nav-primary ul.genesis-nav-menu li{
	padding-left: 13px; padding-right: 13px;
}

.custom-nav-secondary ul li li{
	padding: 0px;
}


.custom-nav-secondary ul li a,
#translation-menu .wpglobus-current-language > .sub-menu a,
.nav-primary ul li a{
	color: #A7A9AB;
	font-family: "bentonsansbold", serif;
	text-decoration: none !important;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 3px;
	padding: 20px 0px;
	/*padding-top: 25px;*/
	/*padding-bottom: 10px;*/
	line-height: 1;
	font-weight: 500;
}

.custom-header .sub-menu li a, .pur-sticky-header .custom-header .sub-menu li a{
	letter-spacing: 0px;
}

@media (max-width: 881px){
  .cta{
    width:100% !important;
  }
	.pur-sticky-header{
		display: none;
	}
}

.pur-nav-fixed{
	position:fixed;
	top: 0;
	width: 100%;
	display: block;
	z-index: 10;
	background: #fff;
}

.home-nav .custom-header.pur-nav-fixed-home{
	position:fixed;
	top: 0;
	width: 100%;
	display: block;
	z-index: 9999;
	padding-bottom: 0px;
}

.nav-primary ul li li a{
	font-family: "bentonsansmedium", serif;
	line-height: 1.4;
}

@media (min-width: 881px ){
	.nav-primary ul li.current-menu-ancestor > a span{
		border-bottom: 2px solid #FF8D7E; padding-bottom: 8px;
	}
}


.nav-primary ul li.current-menu-item > a span{
	border-bottom: 2px solid #FF8D7E; padding-bottom: 8px;
}

.nav-primary ul li .sub-menu li a span{
	border-bottom: none;
}

.nav-primary > ul > li.menu-item-has-children > a{
/* 	padding-right: 50px; */
	position: relative;
}
.nav-primary > ul > li.menu-item-has-children > a:after, .nav-primary > ul > li.menu-item-has-children.active > a:after{
	content: "\f107";
	font-family: "fontawesome";
	font-weight: 100;
	margin-left: 10px;
	color: #A7A9AB;
	position: absolute;
	top: 15px;
	font-size: 21px;
	display: inline-block !important;
}

@media (min-width: 881px ){
	.nav-primary > ul > li.menu-item-has-children > a:after, .nav-primary > ul > li.menu-item-has-children.active > a:after{
		position: relative;
		top: 2px;
	}
}


.home-nav .nav-primary > ul > li.menu-item-has-children > a:after{
	color: #fff;
}

@media (max-width: 881px){
	.home-nav .nav-primary > ul > li.menu-item-has-children > a:after {
		color: #fff;
	}

	.nav-primary > ul > li.menu-item-has-children > a:after {
		color: #A7A9AB;
	}
}


.custom-nav-secondary ul li a,
#translation-menu .wpglobus-current-language > .sub-menu a{
	color: #FF8D7E;
}

.home-nav #translation-menu .wpglobus-current-language > .sub-menu a{
	color: #D1D2D4;
}

.custom-nav-secondary ul li a i{
	font-size: 20px;
	position: relative;
	top: -4px;
}
.nav-primary ul li.current-menu-item a{
	color: #A7A9AB;
}

.nav-primary ul li a:focus,
.nav-primary ul li a:hover{
	color: #FF8D7E;
}

.custom-header .top-bar{
	background-color: #0957A1;
}

.custom-header .logo-wrapper{
	float: left;
}

.custom-header .logo-wrapper img{
	height: 50px;
	width: auto;
	max-height: 50px;
	width: auto;
}

.custom-header .nav-primary{
	float: right;
	margin-top: 0px;
}


.custom-header .custom-nav-secondary{
	float: right;
}

.custom-header .logo-wrapper img{
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
}

/*
Emergency phone header mobile
*/
.emergency-header{
	background: #fff;
	display: block;
	width: 100%;
	padding: 15px 0px;
	padding-right: 25px;
	z-index: 9999;
	color: #A7A9AB;
	font-family: "bentonsansbold", serif;
	text-transform: uppercase;
	font-size: .8em;
	letter-spacing: 1px !important;
	position: absolute;
	top: 0;
	letter-spacing: 0px;
	display: none;
}

.close-x{
	position: absolute;
	right: 10px;
	top: 15px;
	height: 15px;
	width: 15px;
}

.close-x .burger-bar{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	width: 15px;
	height: 1.5px;
/*/border-radius: 5px;*/
}

.close-x .burger-bar:nth-child(1){
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin-top: 0px;
}

.close-x .burger-bar:last-child{
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
	margin-top: 0px;
;
}


@media (max-width: 480px){
	.emergency-header{
		display: block;
	}
}

.emergency-header a{
	color: #FF8D7E;
}


/* Translation Menu*/
.custom-nav-secondary ul li a, .custom-nav-secondary ul li ul li a, .custom-nav-secondary ul li a, #translation-menu .wpglobus-current-language > .sub-menu a{
	padding-top: 27px;
}
.custom-nav-secondary ul li a,
#translation-menu .wpglobus-current-language li a{
	display: inline-block;
}

#translation-menu .wpglobus-current-language > a{
	display: none;
}
#translation-menu .wpglobus-current-language > .sub-menu{
	display: block;
}
#translation-menu .wpglobus-current-language > .sub-menu a{

}
#translation-menu .wpglobus-current-language > .sub-menu a span{
	padding: 0px;
	background: none;
	color: #FF8D7E;
}

.home-nav #translation-menu .wpglobus-current-language > .sub-menu a span{
	color: #fff;
}

/* END Translation Menu */


.home-nav .entry-content > p{
	margin-bottom: 0px;
}


.page .page-title-wrap{
	text-align: center; margin-bottom: 35px;
}
.page .page-title-wrap h1{
	font-family: "bentonsansbold";
	text-transform: uppercase;
	font-size: 1.1em;
	color: #FF8D7E;
	display: inline-block;
	position: relative;
	letter-spacing: 4px;
	padding-bottom: 40px;
	margin: 30px 0;
}
.page .page-title-wrap h1 .custom-hr{
	background: url('images/small-orange-teeth-icon.png');
	display: inline-block;
	width: 22px;
	 height: 21px;
	 background-size: cover;
	 background-repeat: none;
	 background-position: center;
	 position: absolute;
	 bottom: 0px; left: 50%; margin-left: -11px;
	background-color: #ffffff;
	outline: 15px solid  #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 5;
}

.page .page-title-wrap h1:after{
	content: "";
	width: 182px;
	height: 2px;
	background-color: #FF8D7E;
	position: absolute;
	display: block;
	left: 50%;
	bottom: 10px;
	margin-left: -91px;

}

#intercom-container iframe.intercom-launcher-frame{
	right: 15px !important;
}

/* END CUSTOM CSS */



/*START MEDIA*/


/* Header Media Queries */

@media only screen and (max-width: 1220px) {
	.custom-nav-secondary ul li, .nav-primary ul.genesis-nav-menu li{
		padding: 0 12px;
	}
	.custom-nav-secondary ul#translation-menu{
	margin-left: 0px;
	}
	.nav-primary > ul > li.menu-item-has-children > a:after{
		margin-left: 10px;
	}
}

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

		.js .genesis-nav-menu .sub-menu{
			width: auto;
		}
}


@media only screen and (max-width: 1040px) and (min-width: 881px) {

  .servicePageCTA{
    width:65% !important;
  }
	.custom-header {
		text-align: center;
		padding-top: 0px;
	}

	.genesis-nav-menu .sub-menu{
		padding-top: 10px !important;
	}
	.custom-header .logo-wrapper{
		float: none;
	}
	.custom-header .logo-wrapper img{
		margin-left: auto; margin-right: auto;
		margin-bottom: 0px;
		margin-top: 15px;
	}

	.custom-header .nav-wrapper{
		display: inline-block;
	}
	.custom-header .nav-wrapper:after{
		content: "";
		clear: both;
		display: block;
	}

}

.logo-wrapper{
	display: block !important;
}
/*.home-nav .logo-wrapper{
	display: none !important;
}*/
@media only screen and (min-width: 881px) {

/* Home Custom Header */


.home-nav .burger-bar{
	background-color: #ffffff;
	background-color: #ffffff !important;

}

.home-nav .custom-header{
	background-color: #FF8D7E;
	padding-bottom: 20px;
}
.home-nav .custom-header .contact-info a{
	line-height: 1;
	position: relative;
}
.home-nav .custom-header .contact-info a span{
	display: inline !important;
}
.home-nav .custom-header .contact-info a i{
	top: 0px; position: absolute;
}
.home-nav .custom-header .contact-info .location a{
	padding-left: 22px;
}
.home-nav .custom-header .contact-info .location a i{
	left: 0px; top: 22px;
}
.home-nav .custom-header .contact-info .phone-number a i{
	display: none;
}

.home-nav #trigger-mobile,
.home-nav #trigger-mobile.js-menu-active{
	top: -1px;
}
.home-nav .custom-header #trigger-mobile{
	display: inline-block;
	float: right;
	margin-left: 15px;
	width: 50px;
}



.home-nav .custom-header .nav-wrapper{
	text-align: none !important;
	float: right;
}

.home-nav .custom-nav-secondary ul + ul li:last-child{
	padding-right: 0px;
}

.home-nav .custom-nav-secondary ul li a{
	color: #ffffff;
}
.home-nav #translation-menu a{
	color: #D1D2D4;
}

.home-nav .custom-header.non-sticky #genesis-nav-primary{
	display: none;
	position: absolute;
	background-color: #FF8D7E;
	right: 15px;
	top: 65px;
	/*padding: 10px;*/
}
.home-nav .nav-primary > ul > li.menu-item-has-children > a:after{
	color: #fff;
	/*display: none;*/
}
.home-nav .custom-header.non-sticky .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 1px 0;
		position: relative;
		text-align: left;
}

.home-nav .custom-header.non-sticky #genesis-nav-primary a{
	color: #fff;
	letter-spacing: 0px;
}

.home-nav .custom-header.non-sticky #genesis-nav-primary li{
	padding: 0px;
}
.home-nav .custom-header .nav-primary .genesis-nav-menu .sub-menu{
					left: 100%;
					min-width: 200px;
					width: auto;
					top: 0px;
					padding: 10px;
					background-color: #FF8D7E;
}

.home-nav .custom-header .nav-primary .genesis-nav-menu .sub-menu a{
	display: block;
	background: none;
}

.home-nav .custom-header .nav-primary .genesis-nav-menu .sub-menu li{
	background-color: rgba(0,0,0,0.2);
	border: 0px;
}
		.home-nav .custom-header .nav-primary li{
			display: block;
			background-color: rgba(0,0,0,0.2);

		}
				.home-nav .custom-header .nav-primary .genesis-nav-menu .menu-item a{
					padding: 5px;
				}

				.pur-sticky-header .custom-header .nav-primary .genesis-nav-menu .menu-item .sub-menu a{
					padding: 5px;
				}



/* End Home Custom Header */

.non-sticky .genesis-nav-menu .sub-menu li{
	padding: 0 15px;
}
.non-sticky .genesis-nav-menu .sub-menu li a{
	padding-left: 0px;
	padding-right: 0px;
	background: transparent;
}

/* 	Sub menu Counter */
/*	.non-sticky .nav-primary ul li .sub-menu {
		counter-reset: my-badass-counter;
	}*/
	.non-sticky .nav-primary ul li .sub-menu li a{
/*		padding-left: 25px;
		position: relative;
		letter-spacing: 1px;*/
		text-transform: none;
	}
/*	.home-nav 	.non-sticky .nav-primary ul li .sub-menu li a:before{
		display: none;
	}

	.non-sticky .nav-primary ul li .sub-menu li a:before{
		content: "0"counter(my-badass-counter);
		counter-increment: my-badass-counter;
		color: #FF8D7E;
		font-weight: 600;
		position: absolute;
		left: 0px; top: 10px;
		font-family: bodoniboldcondensed;
		letter-spacing: 2px;
	}*/
/* End Submenu Counter */

	.genesis-nav-menu .menu-item-has-children{
		position: relative;
	}
	.genesis-nav-menu .sub-menu{
		z-index: 9999;
		background-color: #fff;
		border: 0px;
		width: auto;
		min-width: 300px;
		padding-top: 30px;
		border-top: 0px;
		margin-left: -30px;
		padding-left: 15px;
		padding-right: 15px;
	}

		.genesis-nav-menu .sub-menu > li{
			display: block;
			background-color: transparent;
		}

		.genesis-nav-menu .sub-menu a{
			border: 0px;
			width: auto;
			padding-top: 7px;
			padding-bottom: 7px;
		}

		.custom-header.sticky #trigger-mobile{
			display: block;
			top: 70px;
		}

				.custom-header.sticky #trigger-mobile.js-menu-active{
					position: fixed;
					right: 20px;
				}


		.custom-header.sticky{
		position: fixed;
		top: 0px; left: 0px;
		z-index: 999;
		width: 100%;
		background-color: #1c2f4f;
		/*overflow: hidden;*/
		height: 0px;
		display: block;
		}
	.custom-header.sticky{

		height: auto;
	}

		.custom-header.sticky + .sticky-placeholder{
			height: 173px;
		}

		.custom-header.sticky img{
			max-width: 250px;
			margin: 10px 0;
		}

	.custom-header.sticky .sticky-header #trigger-mobile{
		display: inline-block !important;
		z-index: 1000;
		right: 40px;
		top: 70px;
		position: absolute;

	}

	/*	.custom-header.non-sticky #genesis-nav-primary{
			display: block !important;
		}*/
	.custom-header.sticky #genesis-nav-primary{
		background-color: #1c2f4f;
		position: fixed;
		width: 100%;
		max-width: 300px;
		top: 99px;
		z-index: 4000;
		right: 0px;
		margin-top: 0px;
		padding: 10px;
		display: none;
	}

			.custom-header.sticky .nav-primary .genesis-nav-menu .menu-item,
	.custom-header.sticky .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 1px 0;
		position: relative;
		text-align: left;
	}

				.custom-header.sticky .nav-primary .genesis-nav-menu .sub-menu{
					right: 100%;
					width: auto;
					width: 180px;
					top: 0px;
					padding: 10px;
				}

				.custom-header.sticky .nav-primary .genesis-nav-menu .sub-menu a{
					display: block;
					background: none;
				}

								.custom-header.sticky .nav-primary .genesis-nav-menu .sub-menu li{
												background-color: rgba(0,0,0,0.2);

								}
		.custom-header.sticky .nav-primary li{
			display: block;
			background-color: rgba(0,0,0,0.2);

		}
				.custom-header.sticky .nav-primary .genesis-nav-menu .menu-item a{
					padding: 10px;
				}

}

		.custom-header .logo-wrapper img,
		.custom-header #trigger-mobile{
			transition: .5s;
	-webkit-transition:  0.5s;
	-moz-transition:     0.5s;
	-ms-transition:      0.5s;
	-o-transition:       0.5s;
		}

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

	.custom-header .nav-primary{
		display: none;
	}

/* Home header */

.home-nav .custom-header .nav-primary{
	    background-color: #FF8D7E;

}

.home-nav .nav-primary ul li a{
	color: #fff;
}

.home-nav .sub-menu-toggle:before{
	color: #fff;
}
.home-nav .sub-menu-toggle:before{
	border-color: transparent;
}
.home-nav .custom-header {
    background-color: #FF8D7E;
    padding-bottom: 20px;
}

.home-nav .custom-nav-secondary ul li a {
    color: #ffffff;
}

.home-nav #translation-menu a{
	color: #D1D2D4;
}

.home-nav #trigger-mobile:hover .burger-bar,
.home-nav .burger-bar{
	background-color: #ffffff !important;
}
.home.js .custom-header  .genesis-nav-menu .sub-menu{
	border-color: #fff !important;
}

.home .nav-primary ul li .sub-menu li a:before,
	.home.js .custom-header  .genesis-nav-menu li.active .sub-menu-toggle:before,
		.home.js .custom-header  .genesis-nav-menu li.active > a{
			color: #D1D2D4;
			display: none;
		}



/* End Home header */

/*home sticky header */

	
.home-nav .custom-header .nav-primary > *{
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
}
	.custom-header .social-media-icons{
		display: block !important;
	}

	.custom-header .social-media-icons li{
		float: left;
		margin-left: 20px;
	}
	.custom-header .social-media-icons li:first-child{
		margin: 0px;
	}

		.custom-header .social-media-icons li:first-child a{
			padding-left: 0px;
		}

		.custom-header .social-media-icons a{
			font-size: 18px;
			padding: 10px;
			color: #FF8D7E;
		}

			.home-nav .custom-header .social-media-icons a{
						color: #ffffff;
			}

	.genesis-nav-menu{
		padding-bottom: 50px;
		margin-bottom: 50px;
		position: relative;
	}

	.genesis-nav-menu:after{
		content: "";
		display: block;
		height: 0px;
		border-bottom: 2px solid #FF8D7E;
		width: 35px;
		background: #ffffff;
		bottom: 0px;
		position: absolute;
	}

		.home-nav .genesis-nav-menu:after{
					border-bottom: 2px solid #ffffff;
		}

	#translation-menu a{
		color: #A7A9AB;
	}
	.custom-header{
		padding-top: 20px;
	}
	.custom-header #trigger-mobile{
		margin-left: 10px;
	}


	.custom-nav-secondary ul li a i{
		font-size: 27px;
	}

	.custom-nav-secondary ul li{
		padding: 0 17px;
	}

	#translation-menu  a{
		font-size: 16px;

	}
	.nav-primary ul.genesis-nav-menu li{
		padding: 0;
	}

	.nav-primary > ul.genesis-nav-menu > li > a{
		word-spacing: 5px;
	}

	.nav-primary > ul > li.menu-item-has-children > a{
			display: inline-block !important;
			width: auto !important;

	}
	.nav-primary > ul > li.menu-item-has-children:afteR{
		content: "";
		clear: both;
		display: block;
	}

	.sub-menu-toggle,
	.nav-primary > ul > li.menu-item-has-children > a{
		float: left !important;
	}

	.sub-menu-toggle{
		position: relative !important;
		line-height: 1 !important;
		height: 32px;
	}


	.sub-menu-toggle:before{
		content: "\f107" !important;
		font-family: "fontawesome";
		font-weight: 100;
		position: relative;
		top: 2px;
		font-size: 21px;
		color: #bfc1c3;
	}

	.sub-menu-toggle.activated:before{
		content: "\f077" !important;
	}

		.js .custom-header  .genesis-nav-menu li.active{
			padding-bottom: 15px;
		}
		.js .custom-header  .genesis-nav-menu li.active > a{
			color: #FF8D7E;
			padding-bottom:0px;
		}

		.js .custom-header  .genesis-nav-menu li.active .sub-menu-toggle:before{
			color: #ffa28c;
		}


	.home-nav .js .custom-header  .genesis-nav-menu .sub-menu{
		 border-top: 2px solid #fff !important;
		 border-bottom: 2px solid #fff !important;
		 float: left;
		 padding-top: 15px;
		 padding-bottom: 15px;
			padding-left: 0px;
		 margin-top: 15px !important;
		 margin-bottom: 15px;
	 }

	 .js .custom-header  .genesis-nav-menu .sub-menu{
		border-top: 2px solid #FF8D7E !important;
		border-bottom: 2px solid #FF8D7E !important;
		float: left;
		padding-top: 15px;
		padding-bottom: 15px;
		padding-left: 0px;
		margin-top: 35px !important;
		margin-bottom: 15px;
	}

	.js .home-nav .custom-header  .genesis-nav-menu .sub-menu{
		/*border-top: 2px solid #fff !important;*/
		/*border-bottom: 2px solid #fff !important;*/
		background: transparent !important;
		padding-left: 0px;
	}

	.nav-primary ul li .sub-menu a{
		text-transform: none;
		letter-spacing: 0px;
		font-size: 14px;
		padding: 9px 0 !important;
		padding-left: 0px !important;
		position: relative;
	}

	.nav-primary ul li .sub-menu {
		counter-reset: my-badass-counter;
	}

	.nav-primary ul li .sub-menu li a{
	}
	.nav-primary ul li .sub-menu li a:before{
		content: "0"counter(my-badass-counter);
		counter-increment: my-badass-counter;
		color: #FF8D7E;
		font-weight: 600;
		position: absolute;
		left: 0px; top: 10px;
		display: none;
	}


	.js .nav-primary .genesis-nav-menu .menu-item a{
		min-width: 94px;
	}

}

@media only screen and (max-width: 600px) {
	.custom-header .logo-wrapper img{
		max-width: 120px;
	}
	.custom-nav-secondary ul li a, #translation-menu .wpglobus-current-language > .sub-menu a{
		padding-top: 25px;
	}
	.custom-header #trigger-mobile{
		width: 35px;
	}
	#trigger-mobile{
		top: 2px;
	}
	.burger-bar{
		height: 2.5px;
		width: 35px;
/* 		top: 37.5%; */
	}
	.burger-bar:first-child {
	    margin-top: -8px;
	}
	.burger-bar:last-child {
	    margin-top: 8px;
	}
	.custom-nav-secondary ul li{
		padding: 0 12px;
	}

	.custom-header #trigger-mobile{
		margin-left: 5px;
	}
	.custom-nav-secondary ul li a i{
		top: -7px;
	}
	#trigger-mobile.js-menu-active{
		top: 0px;
	}
}

@media only screen and (max-width: 450px) {
	.custom-header .logo-wrapper img{
		max-width: 90px;
	}
	.custom-nav-secondary ul li a, #translation-menu .wpglobus-current-language > .sub-menu a{
		padding-top: 15px;
	}
	.burger-bar{
		top: 31%;
	}

	.custom-nav-secondary ul li a i{
		font-size: 18px;
		top: -2px;
	}
	.custom-nav-secondary ul li{
		padding: 0 10px;
	}
}



/* End Header Media Queries */

@media only screen and (max-width: 1290px) {
	footer .right .social-media{
		display: block;
		margin-left: 0px;
		margin-top: 30px;
	}

}

.custom-header .sticky-header{
	display: none;
}

.custom-header .wrap{
	position: relative;
}







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


	.js nav.nav-primary,
	.js .site-header nav  {
		display: none;
		position: relative;
	}

	.js .site-header nav .wrap {
		padding: 0;
	}


	.menu-toggle,
	.sub-menu-toggle {
		border-width: 0;
		background: none;
		color: #333;
		display: block;
		margin: 0 auto;
		overflow: hidden;
		text-align: center;
		visibility: visible;
	}

	.sub-menu-toggle:hover,
	.sub-menu-toggle:focus {
		border-width: 0;
	}

	.menu-toggle {
		border-top: 1px solid #eee;
		line-height: 20px;
		position: relative;
		right: 0;
		z-index: 1000;
		width: 100%;
	}

	.site-header .menu-toggle {
		border: 0;
	}

	.menu-toggle:before,
	.menu-toggle.activated:before {
		margin-right: 10px;
		text-rendering: auto;
		-webkit-transform: translate(0, 0);
		-ms-transform:     translate(0, 0);
		transform:         translate(0, 0);
	}

	.sub-menu-toggle {
		float: right;
		padding: 20px 10px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle:before {
		content: "";
		display: inline-block;
		width: auto;
		height: 0;
		border-style: solid;
		border-width: 6.9px 4px 0 4px;
		border-color: #ffffff transparent transparent transparent;
		top: -11px;
		position: relative;
	}


	.sub-menu-toggle.activated{
/* 						background-color: rgba(0,0,0,0.2); */

	}
/* 	.sub-menu-toggle.activated:before {
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 4px 6.9px 4px;
		border-color: #ffffff transparent #ffffff transparent;
	} */

	.js .nav-primary .genesis-nav-menu .menu-item,
	.js .site-header .genesis-nav-menu .menu-item {
		display: block;
		float: none;
		margin: 1px 0;
		position: relative;
		text-align: left;
	}

	/*.js .genesis-nav-menu .menu-item:hover {*/
		/*position: relative;*/
	/*}*/

	.js .nav-primary .genesis-nav-menu .menu-item a,
	.js .site-header .genesis-nav-menu .menu-item a {
		border: none;
		padding: 12px 0;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu {
		border: none;
	}

	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu,
	.js .genesis-nav-menu .menu-item > a:focus ul.sub-menu .sub-menu {
		left: 0;
		margin-left: 0;
	}

	.js .genesis-nav-menu .sub-menu {
		clear: both;
		display: none;
		margin: 0;
		opacity: 1;
		padding: 0 15px;
		position: static;
		width: 100%;
	}

	.js .genesis-nav-menu .sub-menu .sub-menu {
		margin: 0;
	}

	.js nav button:hover,
	.js .menu-toggle:hover{
/* 		background-color: rgba(0,0,0,0.2); */
background: none;
		color: #000;
	}

	.js nav button:focus,
	.js .menu-toggle:focus {
/* 		background-color: rgba(0,0,0,0.2); */
		background: none;

		color: #000;
	}

		.custom-header.sticky + .sticky-placeholder{
			height: 150px;
		}

	.custom-header.sticky{
		position: fixed;
		top: 0px;
		left: 0px;
		width: 100%;
		z-index: 3000;
	}



		.custom-header.sticky #trigger-mobile{
			top: 37px;

		}
	.custom-header .nav-wrapper{
	}
	#trigger-mobile{
		display: block;
		float: right;
	}

	.custom-header .wrap{
		position: relative;
	}

	.js nav.nav-primary,
	.js .site-header nav  {
		display: none;
		position: relative;
	}

	.custom-header .nav-primary{
		margin-top: 0px;
		width: 100%;
		margin-bottom: 20px;
		position: fixed !important;
		z-index: 1000;
		background-color: #ffffff;
		height: 100%;
		width: 100%;
		left: 0px;
		top: 0px;
		padding-top: 40px;
		padding-left: 15px; padding-right: 15px;
	}

	.custom-header .wrap{
		padding-left: 15px; padding-right: 15px;
	}
	.menu-toggle.nav-primary{
		display: none;

	}
	.custom-header .nav-primary li{
		display: block;

	}
	.js .nav-primary .genesis-nav-menu .menu-item a{
		padding: 20px 0;
		background: none;
	}

}

/*404*/
.notfound{
	margin: 0 auto;
	margin-top: 60px;
	margin-bottom: 60px;
	padding: 15px;
	max-width: 850px;
}
@media (max-width: 881px){
	.notfound{
		margin-top: 80px;
	}
}


/*
Home pink nav adjustments
*/
@media (min-width: 881px){
	.home-nav .custom-header.non-sticky #genesis-nav-primary .genesis-nav-menu.menu-primary li{
		background-color: #FF8D7E;
		padding: 5px 0px;
		text-align:right;
	}
	.home-nav .custom-header.non-sticky #genesis-nav-primary .genesis-nav-menu.menu-primary li a{
		letter-spacing: 2px;
	}

	.home-nav .custom-header.non-sticky #genesis-nav-primary .genesis-nav-menu.menu-primary li .sub-menu li a{
		letter-spacing: 0px;
		padding: 0px;
	}

	.home-nav .custom-header .genesis-nav-menu .menu-item > .sub-menu {
		left: 0px;
		position: relative;
		display: none;
		min-width: 200px;
		width: auto;
		top: 0px;
		padding: 10px;
		padding-left: 0px;
		background-color: #FF8D7E;
	}

	.home-nav .custom-header .genesis-nav-menu .menu-item:hover > .sub-menu{
		/*display: none;*/
		/*visibility: hidden;*/
		/*opacity: 0;*/
	}

	.home-nav .custom-header .genesis-nav-menu .menu-item > .sub-menu li a{
		color: #fff;
	}

	.home-nav .custom-header.non-sticky .genesis-nav-menu.menu-primary li.menu-item-has-children a:after{
		content: "\f107";
		font-family: "fontawesome";
		font-weight: 100;
		margin-left: 10px;
		color: #fff;
		position: absolute;
		top: 0px;
		font-size: 21px;
	}

	.home-nav .custom-header.non-sticky .genesis-nav-menu.menu-primary li.menu-item-has-children .sub-menu a:after{
		content: "\f107";
		font-family: "fontawesome";
		font-weight: 100;
		-webkit-text-stroke: 0px white;
		margin-left: 0px;
		color: #fff;
		position: relative;
		top: 2px;
		font-size: 21px;
	}


	.home-nav .custom-header.non-sticky .social-media-icons{
		display: block !important;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.home-nav .custom-header.non-sticky .social-media-icons li{
		 background: transparent;
		 display: inline-block;
		 float: left;
	 }
	.home-nav .custom-header.non-sticky .social-media-icons li a{
		font-size: 18px;
		padding: 10px;
		margin-right: 20px;
	}
}


.home-pur-logo{
	width: auto;
	height: 225px;
	max-width: 100%;
}

@media (max-width: 881px){
	.home-pur-logo{
		width: auto;
		height: 220px;
	}
}

@media (max-width: 480px){
	.home-pur-logo{
		width: auto;
		height: 200px;
	}
}

.pur-sticky-fix{
	margin-top: 80px;
}

@media (max-width: 881px ){
	.pur-sticky-fix{
		margin-top: 100px;
	}
}
/*
Homepage white pop out menu
*/
@media (min-width: 881px ){

	.home-nav .custom-header.non-sticky #genesis-nav-primary.nav-primary{
		height: 100vh;
		background-color: #fff;
		position: fixed;
		top: 0px;
		right: 0px;
		padding: 15px 40px;
		z-index: 99999999;
		text-align:left;
	}

	.home-nav .custom-header.non-sticky #genesis-nav-primary.nav-primary .menu-primary{
		padding: 75px 0px;
	}

	.home-nav .custom-header.non-sticky #genesis-nav-primary.nav-primary .menu-primary li{
		background-color: transparent;
		text-align:left;
		padding: 10px 0px;
	}
	.home-nav .custom-header.non-sticky #genesis-nav-primary.nav-primary a{
		background-color: transparent;
	}
	.home-nav .custom-header.non-sticky #genesis-nav-primary.nav-primary li a{
		 color: #A7A9AB;
		 background-color: transparent;
	}
	.home-nav .custom-header.non-sticky #genesis-nav-primary.nav-primary li a:hover{
		color: #FF8D7E;
	}
	.home-nav .custom-header.non-sticky .genesis-nav-menu.menu-primary li.menu-item-has-children a:after{
		color: #A7A9AB;
	}
	.home-nav .custom-header .genesis-nav-menu .menu-item > .sub-menu{
		background-color: transparent;
		border-top: 2px solid #FF8D7E;
		border-bottom: 2px solid #FF8D7E;
		padding: 20px 0px;
		margin: 20px 0px;
	}
	.home-nav .custom-header.non-sticky #genesis-nav-primary.nav-primary li .sub-menu li{
		padding: 0px 5px;
	}

	.home-nav .custom-header.non-sticky .social-media-icons{
		padding-top: 90px;
	}
	.home-nav .custom-header.non-sticky .social-media-icons:before{
		content: ' ';
		height: 2px;
		width: 42px;
		display: block;
		margin-bottom: 90px;
		background-color: #FF8D7E;
		color: #FF8D7E;
	}

	.home-nav .custom-header.non-sticky .social-media-icons li a{
		color: #FF8D7E !important;
	}
}

.home-nav-white-toggle.mobile-menu-button{
	display: none;
	position: absolute !important;
	right: 15px;
	top: 25px;
	font-size: 26px;
	color: #FF8D7E;
}

.home-nav-white-toggle:hover{
	cursor: pointer;
}

@media (min-width: 881px ){
	.home-nav-white-toggle.mobile-menu-button .burger-bar{
		background-color: #FF8D7E !important;
	}
}

@media (max-width: 881px ){
	.home-nav-white-toggle{
		display: none !important;
	}
}

@media (min-width: 978px) and (max-width: 1200px) {
	/*.dentist-wrapper{*/
		/*padding: 0px 30px;*/
	/*}*/
}

@media (min-width: 768px ) and (max-width: 1200px ){
	.entry-content, .page-title-wrap{
		padding: 0px 15px;
	}
}