/*
	Theme Name: Executive Pro Theme
	Theme URI: http://my.studiopress.com/themes/executive/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 3.0.0

	Tags: blue, gray, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.0.0

	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
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- WordPress
		- Genesis
		- Titles
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
	- Content Area
		- Home Page
		- Portfolio
		- Entries
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Executive Pro Brown
		- Executive Pro Green
		- Executive Pro Orange
		- Executive Pro Purple
		- Executive Pro Red
		- Executive Pro Teal
	- Media Queries
		- Retina Display
		- max-width: 1200px
		- max-width: 1023px
		- max-width: 767px
		- max-width: 500px
		- max-width: 270px
		
*/


/*
HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Reset (normalize.css 2.1.2)
	normalize.css v2.1.2 | MIT License | git.io/normalize
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.clearfix:before,
.entry-content:before,
.entry: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;
}

.clearfix:after,
.entry-content:after,
.entry: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 */
}

body {
	background-color: #f2f2f2;
	color: #222;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.6;
}

a,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button {
	-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;
}

::-moz-selection {
	background-color: #222;
	color: #fff;
}

::selection {
	background-color: #222;
	color: #fff;
}

a {
	color: #428BCA;
	text-decoration: none;
}

a img {
	margin-bottom: -4px;
	margin-bottom: -0.4rem;
}

a:hover {
	text-decoration: underline;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

strong {
	font-weight: 700;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

blockquote,
blockquote::before {
	color: #999;
}

blockquote {
	margin: 0;
	padding: 24px 40px;
	padding: 2.4rem 4rem;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

.entry-content code {
	background-color: #333;
	color: #ddd;
}

cite {
	font-style: normal;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.25;
	margin: 0;
	margin-bottom: 10px;
	margin-bottom: 1rem;
	padding: 0;
}

h1 {
	font-size: 42px;
	font-size: 4.2rem;
}

h2 {
	font-size: 36px;
	font-size: 3.6rem;
}

h3 {
	font-size: 30px;
	font-size: 3rem;
}

h4 {
	font-size: 24px;
	font-size: 2.4rem;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto; /* IE8 */
}

/* Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
	box-shadow: 1px 1px 3px #eee inset;
	color: #222;
	font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 16px;
	padding: 1.6rem;
	width: 100%;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

::-moz-placeholder {
	color: #999;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #999;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button {
	background-color: #428BCA;
	border: none;
	border-radius: 5px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	width: auto;
	margin-top: 20px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.entry-content .button:hover {
	background-color: #6bd5f1;
	border: none;
	text-decoration: none;
}

.button {
	border-radius: 3px;
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

.home-cta a.button {
	display: inline-block;
	margin-top: -30px;
	margin-top: -3rem;
	text-align: center;
}

/* Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 100%;
}

tbody {
	border-bottom: 1px solid #ddd;
}

th,
td {
	text-align: left;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ddd;
	padding: 6px 0;
	padding: 0.6rem 0;
}


/*
Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	margin: 0 auto;
	max-width: 1140px;
}

.executive-pro-landing .site-container {
	max-width: 1140px;
}

.site-inner {
	-moz-box-shadow: 0 0 0 1px #fff;
	-webkit-box-shadow: 0 0 0 1px #fff;
	background-color: #fff;
	box-shadow: 0 0 0 1px #fff;
	clear: both;
	margin: 0 auto;
	overflow: hidden;
}

.executive-pro-home .site-inner {
	overflow: visible;
}

/* Column Widths and Positions
--------------------------------------------- */

/* Content  */

.content {
	float: right;
	width: 800px;
	padding: 40px 60px 10px;
	padding: 4rem 6rem 1rem;
}

.content-sidebar .content {
	float: left;
}

.full-width-content .content {
	width: 100%;
}

.executive-pro-home .content {
	padding: 0;
}

.executive-pro-portfolio .content {
	padding: 40px 30px 0;
	padding: 4rem 3rem 0;
}

/* Primary Sidebar */

.sidebar-primary {
	background-color: #f8f8f8;
	float: right;
	width: 340px;
}

.sidebar-content .sidebar-primary {
	float: left;
}

/* 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
---------------------------------------------------------------------------------------------------- */

/* WordPress
--------------------------------------------- */

.avatar {
	border: 1px solid #fff;
	float: left;
}

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.alignright .avatar {
	margin-left: 24px;
	margin-left: 2.4rem;
}

.search-form {
	overflow: hidden;
}

.search-form input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

.search-form input[type="search"] {
	background: #fff url(images/icon-search.png) no-repeat right;
	background-size: 36px 16px;
	color: #888;
	font-size: 10px;
	font-size: 1rem;
	margin-bottom: 10px;
	margin-bottom: 1rem;;
	padding: 16px;
	padding: 1.6rem;
	text-transform: uppercase;
	width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
	margin: 0 auto 2.4rem;
}

a.alignnone img,
img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignright {
	max-width: 100%;
}

a.alignleft img,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 12px 0;
	margin: 0 2.4rem 1.2rem 0;
}

a.alignright img,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
	margin: 0 0 2.4rem 2.4rem;
}

.entry-content .wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 700;
	margin: 0;
	text-align: center;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

.widget_calendar caption {
	font-size: 12px;
	font-size: 1.2rem;
	font-style: italic;
	padding: 2px 6px 0 0;
	padding: 0.2rem 0.6rem 0 0;
	text-align: right;
}

/* Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #f5f5f5;
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	margin: -40px -60px 30px;
	margin: -4rem -6rem 3rem;
	padding: 20px;
	padding: 2rem;
}

.executive-pro-home .breadcrumb {
     margin: 0;
}

.archive-description,
.author-box {
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 30px;
	padding: 3rem;
}

.archive-description {
	padding: 16px 20px;
	padding: 1.6rem 2rem;
}

.author-box {
	background-color: #f5f5f5;
}

.author-box-title {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.author-box p {
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
}

.author-box .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

.widget-area li {
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding-bottom: 6px;
	padding-bottom: 0.6rem;
}

.widget-area li li {
	margin: 0;
	padding-bottom: 0;
}


/* Titles
--------------------------------------------- */

.entry-title {
	font-size: 42px;
	font-size: 4.2rem;
	line-height: 1;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
}

.entry-title a:hover,
.footer-widgets .entry-title a:hover {
	color: #428BCA;
	text-decoration: none;
}

.archive-title,
.widget-title,
.executive-pro-portfolio .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.footer-widgets .entry-title,
.sidebar .entry-title {
	font-size: 16px;
	font-size: 1.6rem;
}

.executive-pro-home .home-cta .widget-title {
	font-size: 24px;
	font-size: 2.4rem;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	text-transform: none;
}

.executive-pro-home .home-cta .entry-title a,
.executive-pro-home .home-cta .widget-title,
.footer-widgets .entry-title a,
.footer-widgets .widget-title {
	color: #fff;
}


/*
Widgets
---------------------------------------------------------------------------------------------------- */

/* Featured Content
--------------------------------------------- */

.featured-content .entry {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
	padding: 0;
}

.featured-content .entry-title {
	font-size: 18px;
	font-size: 1.8rem;
}

.executive-pro-home .featured-content .entry {
	margin-bottom: 36px;
	margin-bottom: 3.6rem;
}

/*
Plugins
---------------------------------------------------------------------------------------------------- */

/* Genesis eNews Extended
--------------------------------------------- */

.enews-widget input {
	background-color: #fff;
	color: #888;
	font-size: 10px;
	font-size: 1rem;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	text-transform: uppercase;
}

.enews-widget input[type="submit"] {
	background-color: #428BCA;
	color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin: 0;
	text-transform: none;
	width: 100%;
}

.enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #333;
}

.sidebar .enews-widget {
	background-color: #222;
}

.enews form + p {
	margin-top: 24px;
	margin-top: 2.4rem;
}

.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .enews-widget {
	color: #ddd;
}


/* Genesis Latest Tweets
--------------------------------------------- */

.latest-tweets ul li {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.home-slider li {
	margin: 0;
	padding: 0;
}

.content #genesis-responsive-slider {
	background: none;
	border: none;
	padding: 0;
}

.content .genesis_responsive_slider .slide-excerpt {
	background-color: #222;
	filter: alpha(opacity=100);
	height: 100%;
	margin: 0;
	padding: 4% 5.5%;
	opacity: 1;
}

.content .genesis_responsive_slider .slide-excerpt-border {
	border: none;
	margin: 0;
	padding: 0;
}

.content .genesis_responsive_slider h2,
.content .genesis_responsive_slider h2 a {
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 700;
	text-transform: uppercase;
}

.content .genesis_responsive_slider p {
	color: #ddd;
}

.content .genesis_responsive_slider p a {
	display: block;
	margin-top: 20px;
	margin-top: 2rem;
}

.content .genesis_responsive_slider .flex-direction-nav li a {
	background: url(images/icon-direction-nav.png) no-repeat -50px 0;
	background-size: 100px 98px;
	height: 49px;
	right: -25px;
	-webkit-transition: none;
	-moz-transition:    none;
	-ms-transition:     none;
	-o-transition:      none;
	transition:         none;
	width: 50px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover {
	background-position: -50px -49px;
}

.content .genesis_responsive_slider .flex-direction-nav li a.prev {
	background-position: 0 0;
	left: -25px;
}

.content .genesis_responsive_slider .flex-direction-nav li a:hover.prev {
	background-position: 0 -49px;
}

.content .genesis_responsive_slider .flexslider .slides > li {
	overflow: hidden;
}

.content .genesis_responsive_slider .flex-control-nav {
	margin: -50px 0 0 60px;
	text-align: left;
}

.content .genesis_responsive_slider .flex-control-nav li a {
	background: url(images/icon-control-nav.png) no-repeat 0 0;
	background-size: 13px 39px;
}

.content .genesis_responsive_slider .flex-control-nav li a:hover {
	background-position: 0 -13px;
}

.content .genesis_responsive_slider .flex-control-nav li a.active {
	background-position: 0 -26px;
}

/* Gravity Forms
--------------------------------------------- */

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	background: none;
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
	padding: 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}

/* Survey
--------------------------------------------- */

.hidden {display: none !important;}

#pst {
	display: block;
    margin: 10px auto;
	}

#gform_9 .sue-progress-pie-text {
	font-size: 18px;
	line-height: 120%;
	margin-top: 30%;
	width: 100px;
}

#gform_9 .sue-progress-pie > div {
    line-height: 40px !important;
}

#gform_9 .sue-progress-pie-align-center {
    clear: both;
    margin: 0 auto 1.5em auto;
}

#gform_9 .gform_footer {display: none;}
#gform_10 .gform_footer {text-align: center; margin-top: -20px}

#gform_9 ul {
    text-align: center;
}

.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, .gform_wrapper li.gfield_html {
    max-width: 100% !important;
}

#gform_submit_button_10 {
	font-size: 22px;
}

.page-id-1732 h3 {
    margin: 0 0 40px;
}

.sometimes-symptom > label, .often-symptom > label {
	display: none !important;
}

.sometimes-symptom > div > textarea, .often-symptom > div > textarea {
	color: #FFF;
	padding: 5px 10px;
	width: 80% !important;
	margin: 0 auto;
	display: block;
	background-color: #4AAD03;
	text-align: center;
	font-size: 28px;
	border: none;
	box-shadow: none;
	height: 55px !important;
	}
	
.gform_wrapper h3 {
    background-color: #f2f2f2 !important;
	margin: 50px 0 40px !important;
    padding: 15px 2% !important;
    text-shadow: 2px 2px 2px #ccc !important;
}

.bookends {
	text-align: center;
	margin: 40px 0;
	font-size: 28px;
	font-weight: bold;
	}

p#top.bookends {
	margin: 40px 0 40px 0;
	}	
	
.page-id-1732 .content-box {
	min-height: 54rem;
	}	
	
.result-text {
	font-size: 2rem;
	font-weight: bold;
}


/* Jetpack
--------------------------------------------- */

img#wpstats {
	display: none;
}


/*
Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	margin: 0 auto;
	min-height: 100px;
	width: 100%;
}

/* Title Area
--------------------------------------------- */

.title-area {
	font-weight: 700;
	float: left;
	overflow: hidden;
	width: 320px;
}

.site-title {
	font-size: 36px;
	font-size: 3.6rem;
	line-height: 1.25;
	margin: 0 0 5px;
	margin: 0 0 0.5rem;
}

.site-title a,
.site-title a:hover {
	color: #222;
	display: block;
	padding: 28px 0 0;
	padding: 2.8rem 0 0;
	text-decoration: none;
}

/* Full width header, no widgets */

.header-full-width .title-area,
.header-full-width .site-title {
	width: 100%;
}

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

/* Logo, hide text */

.header-image .site-description,
.header-image .site-title a {
	display: block;
	text-indent: -9999px;
}

.header-image .title-area,
.header-image .site-title,
.header-image .site-title a {
	float: left;
	margin: 0;
	
	min-height: 100px;
	padding: 0;
	width: 100%;
	background-image:
}


/* Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: right;
	width: 820px;
}

.site-header .widget {
	padding: 28px 0 0;
	padding: 2.8rem 0 0;
}

.site-header .search-form {
	float: right;
	margin-top: 24px;
	margin-top: 2.4rem;
	width: 50%;
}


/*
Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	background-color: #DBDBDB;
	clear: both;
	color: #666;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	margin: 0;
	overflow: hidden;
	padding: 0;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin: 0;
	padding: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #000;
	display: block;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
	position: relative;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu a:hover {
	background-color: #fff;
	color: #666;
	text-decoration: none;
}

.genesis-nav-menu .current-menu-item > a {
	background-color: #428BCA;
	color: #fff;
}

.genesis-nav-menu .sub-menu {
	left: -9999px;
	margin: 0;
	opacity: 0;
	padding: 0;
	position: absolute;
	-webkit-transition: opacity .4s ease-in-out;
	-moz-transition:    opacity .4s ease-in-out;
	-ms-transition:     opacity .4s ease-in-out;
	-o-transition:      opacity .4s ease-in-out;
	transition:         opacity .4s ease-in-out;
	width: 148px;
	z-index: 999;
}

.genesis-nav-menu .sub-menu a {
	background-color: #fff;
	border: 1px solid #f5f5f5;
	border-top: none;
	color: #666;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 10px 18px;
	padding: 1rem 1.8rem;
	position: relative;
	width: 148px;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #f5f5f5;
	color: #222;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -40px 0 0 147px;
}

.genesis-nav-menu .menu-item:hover {
	position: static;
}

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

.genesis-nav-menu > .first > a {
	padding-left: 0;
}

.genesis-nav-menu > .last > a {
	padding-right: 0;
}

.genesis-nav-menu > .right {
	display: inline-block;
	float: right;
	list-style-type: none;
	padding: 16px 20px;
	padding: 1.6rem 2rem;
}

.genesis-nav-menu > .right > a {
	display: inline;
	padding: 0;
}

.genesis-nav-menu > .rss > a {
	background: url(images/icon-rss.png) no-repeat left;
	background-size: 12px 12px;
	margin-left: 12px;
	margin-left: 1.2rem;
	padding-left: 16px;
	padding-left: 1.6rem;
}

.genesis-nav-menu > .twitter > a {
	background: url(images/icon-twitter-nav.png) no-repeat left;
	background-size: 16px 16px;
	padding-left: 20px;
	padding-left: 2rem;
}

.genesis-nav-menu > .search {
	padding: 0;
}

.genesis-nav-menu .search-form {
	width: 100%;
}

/* Site Header Navigation
--------------------------------------------- */

.site-header .widget_nav_menu {
	padding: 0;
}

.site-header .genesis-nav-menu {
	float: right;
	width: auto;
}

.site-header .genesis-nav-menu a {
	padding: 38px 18px 40px;
	padding: 3.8rem 1.8rem 4rem;
}

.site-header .sub-menu {
	border-top: 1px solid #eee;
}

.site-header .genesis-nav-menu .sub-menu a {
	padding: 10px 18px;
	padding: 1rem 1.8rem;
}

.site-header .sub-menu .sub-menu {
	margin-top: -40px;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Home Page
--------------------------------------------- */

.home-middle,
.home-top {
	background-color: #fff;
	clear: both;
	overflow: hidden;
	padding: 60px 30px 0;
	padding: 4rem 3rem 0;
}

.home-middle .widget,
.home-top .widget {
	float: left;
	padding: 0 2.8%;
	width: 33.33333333333%;
}

.home-middle .widget:nth-of-type(3n+1), 
.home-top .widget:nth-of-type(3n+1) {
	clear: left;
}

.executive-pro-home a.more-link {
	clear: both;
	display: block;
	margin: 30px 0 0;
	margin: 3rem 0 0;
}

.executive-pro-home .home-cta {
	background-color: #222;
	color: #ddd;
	float: left;
	padding: 60px;
	padding: 6rem;
	width: 100%
}

.executive-pro-home .home-cta p {
	color: #ddd;
}

/* Portfolio
--------------------------------------------- */

.executive-pro-portfolio .portfolio {
	float: left;
	padding: 0 30px 30px;
	padding: 0 3rem 3rem;
	width: 33.33333333%;
}

.executive-pro-portfolio .portfolio:nth-of-type(3n+1) {
	clear: left;
}

.single-portfolio .content {
	text-align: center;
}

/* Entries
--------------------------------------------- */

.entry {
	margin-bottom: 40px;
	margin-bottom: 4rem;
}

.executive-pro-portfolio .entry,
.single-portfolio .entry {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 26px;
	margin-bottom: 2.6rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 4rem;
}

.entry-content ol li {
	list-style-type: decimal;
}

.entry-content ul li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul,
.entry-content .wp-caption p {
	margin-bottom: 0;
}

.content .entry-header .entry-meta {
	background-color: #f8f8f8;
	clear: both;
	color: #777;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 5;
	margin: 0 0 24px -60px;
	margin: 0 0 2.4rem -6rem;
	max-width: 600px;
	overflow: hidden;
	padding-left: 60px;
	padding-left: 6rem;
	text-transform: uppercase;
}

.content .entry-header .entry-meta a {
	color: #777;
	font-weight: 700;
}

.content .entry-header .entry-meta {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.content .entry-header .entry-meta .entry-comments-link {
	background-color: #428BCA;
	color: #fff;
	float: right;
	font-size: 12px;
	padding: 0 20px;
	padding: 0 2rem;
	text-transform: uppercase;
}

.content .entry-header .entry-meta .entry-comments-link a {
	background: url(images/icon-comments.png) no-repeat left;
	background-size: 16px 16px;
	color: #fff;
	padding-left: 32px;
	padding-left: 3.2rem;
}

.entry-footer .entry-meta {
	border-top: 1px dotted #ddd;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
	padding-top: 10px;
	padding-top: 1rem;
}

.entry-footer .entry-tags {
	background: url(images/icon-dot.png) no-repeat left;
	margin-left: 4px;
	margin-left: 0.4rem;
	padding-left: 10px;
	padding-left: 1rem;
}

/* After Entry
--------------------------------------------- */

.after-entry {
	background-color: #f5f5f5;
	margin-bottom: 30px;
	margin-bottom: 3rem;
	padding: 30px;
	padding: 3rem;
	text-align: center;
}

.after-entry .widget {
	margin-bottom: 30px;
	margin-bottom: 3rem;
}

.after-entry .widget:last-child,
.after-entry p:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Pagination
--------------------------------------------- */

.archive-pagination {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 30px 0;
	padding: 3rem 0;
}

.entry .archive-pagination a {

}

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #428BCA;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 700;
	line-height: 2;
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
	padding: 8px 20px;
	padding: 0.8rem 2rem;
	text-decoration: none;
	text-transform: uppercase;
}

.archive-pagination li a:hover,
.archive-pagination li.active a {
	background-color: #6bd5f1;
	text-decoration: none;
}

/* Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	font-size: 14px;
	font-size: 1.4rem;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	overflow: hidden;

}

.entry-comments .comment-author {
	font-weight: 700;
	margin: 0;
}

.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;
	margin-right: 1.2rem;
}

.comment-list li,
.ping-list li {
	list-style-type: none;
	margin: 30px;
	margin: 3rem;
	overflow: hidden;
}

.comment-list li.depth-1,
.ping-list li.depth-1 {
	margin: 30px 0;
	margin: 3rem 0;
}

.comment-list li li {
	margin-right: -1px;
	margin-right: -0.1rem;
}

.comment {
	border-right: none;
}

.comment-header,
.ping-list .comment-meta {
	background-color: #222;
	color: #fff;
	float: left;
	font-weight: 700;
	padding: 30px;
	padding: 3rem;
	width: 100%;
}

.comment-list cite,
.ping-list cite,
.says {
	display: inline-block;
}

.comment-header .comment-meta a,
.comment-metadata a {
	font-size: 12px;
	font-size: 1.2rem;
	font-weight: 300;
	color: #bbb;
}

.comment-content {
	clear: both;
	padding: 48px;
	padding: 4.8rem;
}

.comment-content p,
.comment-header p.comment-meta {
	margin: 0;
}

.comment .avatar {
	margin-right: 10px;
	margin-right: 1rem;
}

.alt,
.even {
	background-color: #f5f5f5;
	border: 1px solid #ddd;
}

.comment-reply {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 0 48px 48px;
	padding: 0 4.8rem 4.8rem;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 24px;
	padding: 2.4rem;
}


/*
Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	display: inline;
	font-size: 14px;
	font-size: 1.4rem;
	padding-bottom: 30px;
	padding-bottom: 3rem;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.sidebar p:last-child,
.sidebar ul {
	margin: 0;
}

.sidebar li {
	background: url(images/icon-li.png) no-repeat 0 7px;
	background-size: 8px 8px;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding: 0 0 6px 16px;
	padding: 0 0 0.6rem 1.6rem;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 0;
	padding: 30px 40px;
	padding: 3rem 4rem;
	word-wrap: break-word;
}

.sidebar .search-form {
	width: 100%;
}


/*
Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #222;
	color: #c8c8c8;
	clear: both;
	font-size: 14px;
	font-size: 1.4rem;
}

.footer-widgets .wrap {
	overflow: hidden;
	padding: 60px 30px 30px;
	padding: 6rem 3rem 3rem;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	padding: 0 2.8%;
	width: 33.3333333333%;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}

.footer-widgets .widget {
	margin-bottom: 30px;
	margin-bottom: 3rem;
	word-wrap: break-word;
}

.footer-widgets li {
	background: url(images/icon-li-footer.png) no-repeat 0 7px;
	background-size: 8px 8px;
	list-style-type: none;
	margin-bottom: 6px;
	margin-bottom: 0.6rem;
	padding: 0 0 6px 16px;
	padding: 0 0 0.6rem 1.6rem;
}

.footer-widgets .search-form {
	width: 100%;
}


/*
Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
	color: #FFF;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 40px 0;
	padding: 4rem 0;
	text-align: center;
	text-transform: uppercase;
}

.site-footer a {
	color: #FFF;
}

.site-footer p {
	margin: 0;
}


/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Executive Pro Brown
--------------------------------------------- */

.executive-pro-brown a,
.executive-pro-brown .entry-title a:hover,
.executive-pro-brown .footer-widgets .entry-title a:hover {
	color: #a68064;
}

.executive-pro-brown .genesis-nav-menu a {
	color: #666;
}

.executive-pro-brown .entry-title a,
.executive-pro-brown .site-title a,
.executive-pro-brown .site-title a:hover,
.executive-pro-brown .site-footer a {
	color: #222;
}

.executive-pro-brown .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-brown .footer-widgets .entry-title a,
.executive-pro-brown .genesis-nav-menu .current-menu-item > a,
.executive-pro-brown .genesis-nav-menu a:active,
.executive-pro-brown a.button {
	color: #fff;
}

.executive-pro-brown .comment-header .comment-meta a,
.executive-pro-brown .comment-metadata a {
	color: #bbb;
}

.executive-pro-brown .enews-widget input[type="submit"],
.executive-pro-brown .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-brown .genesis-nav-menu .current-menu-item > a,
.executive-pro-brown .archive-pagination li a,
.executive-pro-brown a.button,
.executive-pro-brown button,
.executive-pro-brown input[type="button"],
.executive-pro-brown input[type="reset"],
.executive-pro-brown input[type="submit"] {
	background-color: #a68064;
}

.executive-pro-brown .archive-pagination li a:hover,
.executive-pro-brown .archive-pagination li.active a,
.executive-pro-brown a:hover.button,
.executive-pro-brown button:hover,
.executive-pro-brown input:hover[type="button"],
.executive-pro-brown input:hover[type="reset"],
.executive-pro-brown input:hover[type="submit"] {
	background-color: #b2886b;
}


/* Executive Pro Green
--------------------------------------------- */

.executive-pro-green a,
.executive-pro-green .entry-title a:hover,
.executive-pro-green .footer-widgets .entry-title a:hover {
	color: #60cd69;
}

.executive-pro-green .genesis-nav-menu a {
	color: #666;
}

.executive-pro-green .entry-title a,
.executive-pro-green .site-title a,
.executive-pro-green .site-title a:hover,
.executive-pro-green .site-footer a {
	color: #222;
}

.executive-pro-green .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-green .footer-widgets .entry-title a,
.executive-pro-green .genesis-nav-menu .current-menu-item > a,
.executive-pro-green .genesis-nav-menu a:active,
.executive-pro-green a.button {
	color: #fff;
}

.executive-pro-green .comment-header .comment-meta a,
.executive-pro-green .comment-metadata a {
	color: #bbb;
}

.executive-pro-green .enews-widget input[type="submit"],
.executive-pro-green .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-green .genesis-nav-menu .current-menu-item > a,
.executive-pro-green .archive-pagination li a,
.executive-pro-green a.button,
.executive-pro-green button,
.executive-pro-green input[type="button"],
.executive-pro-green input[type="reset"],
.executive-pro-green input[type="submit"] {
	background-color: #60cd69;
}

.executive-pro-green .archive-pagination li a:hover,
.executive-pro-green .archive-pagination li.active a,
.executive-pro-green a:hover.button,
.executive-pro-green button:hover,
.executive-pro-green input:hover[type="button"],
.executive-pro-green input:hover[type="reset"],
.executive-pro-green input:hover[type="submit"] {
	background-color: #66d970;
}

/* Executive Pro Orange
--------------------------------------------- */

.executive-pro-orange a,
.executive-pro-orange .entry-title a:hover,
.executive-pro-orange .footer-widgets .entry-title a:hover {
	color: #e0a24b;
}

.executive-pro-orange .genesis-nav-menu a {
	color: #666;
}

.executive-pro-orange .entry-title a,
.executive-pro-orange .site-title a,
.executive-pro-orange .site-title a:hover,
.executive-pro-orange .site-footer a {
	color: #222;
}

.executive-pro-orange .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-orange .footer-widgets .entry-title a,
.executive-pro-orange .genesis-nav-menu .current-menu-item > a,
.executive-pro-orange .genesis-nav-menu a:active,
.executive-pro-orange a.button {
	color: #fff;
}

.executive-pro-orange .comment-header .comment-meta a,
.executive-pro-orange .comment-metadata a {
	color: #bbb;
}

.executive-pro-orange .enews-widget input[type="submit"],
.executive-pro-orange .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-orange .genesis-nav-menu .current-menu-item > a,
.executive-pro-orange .archive-pagination li a,
.executive-pro-orange a.button,
.executive-pro-orange button,
.executive-pro-orange input[type="button"],
.executive-pro-orange input[type="reset"],
.executive-pro-orange input[type="submit"] {
	background-color: #e0a24b;
}

.executive-pro-orange .archive-pagination li a:hover,
.executive-pro-orange .archive-pagination li.active a,
.executive-pro-orange a:hover.button,
.executive-pro-orange button:hover,
.executive-pro-orange input:hover[type="button"],
.executive-pro-orange input:hover[type="reset"],
.executive-pro-orange input:hover[type="submit"] {
	background-color: #e9ad50;
}

/* Executive Pro Purple
--------------------------------------------- */

.executive-pro-purple a,
.executive-pro-purple .entry-title a:hover,
.executive-pro-purple .footer-widgets .entry-title a:hover {
	color: #9e63ec;
}

.executive-pro-purple .genesis-nav-menu a {
	color: #666;
}

.executive-pro-purple .entry-title a,
.executive-pro-purple .site-title a,
.executive-pro-purple .site-title a:hover,
.executive-pro-purple .site-footer a {
	color: #222;
}

.executive-pro-purple .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-purple .footer-widgets .entry-title a,
.executive-pro-purple .genesis-nav-menu .current-menu-item > a,
.executive-pro-purple .genesis-nav-menu a:active,
.executive-pro-purple a.button {
	color: #fff;
}

.executive-pro-purple .comment-header .comment-meta a,
.executive-pro-purple .comment-metadata a {
	color: #bbb;
}

.executive-pro-purple .enews-widget input[type="submit"],
.executive-pro-purple .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-purple .genesis-nav-menu .current-menu-item > a,
.executive-pro-purple .archive-pagination li a,
.executive-pro-purple a.button,
.executive-pro-purple button,
.executive-pro-purple input[type="button"],
.executive-pro-purple input[type="reset"],
.executive-pro-purple input[type="submit"] {
	background-color: #9e63ec;
}

.executive-pro-purple .archive-pagination li a:hover,
.executive-pro-purple .archive-pagination li.active a,
.executive-pro-purple a:hover.button,
.executive-pro-purple button:hover,
.executive-pro-purple input:hover[type="button"],
.executive-pro-purple input:hover[type="reset"],
.executive-pro-purple input:hover[type="submit"] {
	background-color: #a969f3;
}

/* Executive Pro Red
--------------------------------------------- */

.executive-pro-red a,
.executive-pro-red .entry-title a:hover,
.executive-pro-red .footer-widgets .entry-title a:hover {
	color: #e04b4b;
}

.executive-pro-red .genesis-nav-menu a {
	color: #666;
}

.executive-pro-red .entry-title a,
.executive-pro-red .site-title a,
.executive-pro-red .site-title a:hover,
.executive-pro-red .site-footer a {
	color: #222;
}

.executive-pro-red .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-red .footer-widgets .entry-title a,
.executive-pro-red .genesis-nav-menu .current-menu-item > a,
.executive-pro-red .genesis-nav-menu a:active,
.executive-pro-red a.button {
	color: #fff;
}

.executive-pro-red .comment-header .comment-meta a,
.executive-pro-red .comment-metadata a {
	color: #bbb;
}

.executive-pro-red .enews-widget input[type="submit"],
.executive-pro-red .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-red .genesis-nav-menu .current-menu-item > a,
.executive-pro-red .archive-pagination li a,
.executive-pro-red a.button,
.executive-pro-red button,
.executive-pro-red input[type="button"],
.executive-pro-red input[type="reset"],
.executive-pro-red input[type="submit"] {
	background-color: #e04b4b;
}

.executive-pro-red .archive-pagination li a:hover,
.executive-pro-red .archive-pagination li.active a,
.executive-pro-red a:hover.button,
.executive-pro-red button:hover,
.executive-pro-red input:hover[type="button"],
.executive-pro-red input:hover[type="reset"],
.executive-pro-red input:hover[type="submit"] {
	background-color: #e95050;
}

/* Executive Pro Teal
--------------------------------------------- */

.executive-pro-teal a,
.executive-pro-teal .entry-title a:hover,
.executive-pro-teal .footer-widgets .entry-title a:hover {
	color: #4be0d4;
}

.executive-pro-teal .genesis-nav-menu a {
	color: #666;
}

.executive-pro-teal .entry-title a,
.executive-pro-teal .site-title a,
.executive-pro-teal .site-title a:hover,
.executive-pro-teal .site-footer a {
	color: #222;
}

.executive-pro-teal .content .entry-header .entry-meta .entry-comments-link a,
.executive-pro-teal .footer-widgets .entry-title a,
.executive-pro-teal .genesis-nav-menu .current-menu-item > a,
.executive-pro-teal .genesis-nav-menu a:active,
.executive-pro-teal a.button {
	color: #fff;
}

.executive-pro-teal .comment-header .comment-meta a,
.executive-pro-teal .comment-metadata a {
	color: #bbb;
}

.executive-pro-teal .enews-widget input[type="submit"],
.executive-pro-teal .content .entry-header .entry-meta .entry-comments-link,
.executive-pro-teal .genesis-nav-menu .current-menu-item > a,
.executive-pro-teal .archive-pagination li a,
.executive-pro-teal a.button,
.executive-pro-teal button,
.executive-pro-teal input[type="button"],
.executive-pro-teal input[type="reset"],
.executive-pro-teal input[type="submit"] {
	background-color: #4be0d4;
}

.executive-pro-teal .archive-pagination li a:hover,
.executive-pro-teal .archive-pagination li.active a,
.executive-pro-teal a:hover.button,
.executive-pro-teal button:hover,
.executive-pro-teal input:hover[type="button"],
.executive-pro-teal input:hover[type="reset"],
.executive-pro-teal input:hover[type="submit"] {
	background-color: #50e9df;
}

.large-screen {display: block;}
.medium-screen {display: none;}
.small-screen {display: none;}

/*
Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

	.search-form input[type="search"] {
		background-image: url(images/icon-search@2x.png);
	}
	
	.content .entry-header .entry-meta .entry-comments-link a {
		background-image: url(images/icon-comments@2x.png)
	}
	
	.sidebar li {
		background-image: url(images/icon-li@2x.png);
	}
	
	.footer-widgets li {
		background-image: url(images/icon-li-footer@2x.png);
	}
	
	.content #genesis-responsive-slider .flex-direction-nav li a {
		background-image: url(images/icon-direction-nav@2x.png);
	}
	
	.content #genesis-responsive-slider .flex-control-nav li a {
		background-image: url(images/icon-control-nav@2x.png);
	}
	
	.genesis-nav-menu > .rss > a {
		background-image: url(images/icon-rss@2x.png);
	}
	
	.genesis-nav-menu > .twitter > a {
		background-image: url(images/icon-twitter-nav@2x.png);
	}

}

@media only screen and (min-width: 1025px) {

div.heading_block_bottom > div > ul > li:nth-child(odd) {
	padding: 25px 5px 10px 80px !important;
	min-height: 85px;
	clear: left;
}

div.heading_block_bottom > div > ul > li:nth-child(even) {
	padding: 15px 5px 10px 80px !important;
	min-height: 85px;
}

}

@media only screen and (max-width: 1024px) {

div.heading_block_bottom > div > ul > li:nth-child(odd) {
	padding: 10px 5px 10px 80px !important;
	min-height: 80px;
	clear: left;
}

div.heading_block_bottom > div > ul > li:nth-child(even) {
	padding: 10px 5px 10px 80px !important;
	min-height: 80px;
}

}


@media only screen and (max-width: 1200px) {

	.site-container {
		max-width: 960px;
	}

	.site-header .widget-area {
		width: 700px;
	}
	
	.content {
		width: 660px;
	}
	
	.sidebar-primary {
		width: 300px;
	}
	
	.title-area {
		width: 260px;
	}
	
	.breadcrumb {
		margin: -30px -40px 30px;
		margin: -3rem -4rem 3rem;
	}
	
	.content {
		padding: 30px 40px 10px;
		padding: 3rem 4rem 1rem;
	}
	
	.site-header .genesis-nav-menu a {
		padding: 38px 14px 40px;
		padding: 3.8rem 1.4rem 4rem;
	}
	
	.content #genesis-responsive-slider .flex-control-nav,
	.content #genesis-responsive-slider .flex-direction-nav li a,
	.content #genesis-responsive-slider .flex-direction-nav li a.prev {
		display: none;
	}

	#text-3 span {
	width: 48% !important;
	margin: 0 4% 4% 0;
	min-height: 200px !important;
	
}	

	#text-3 span:nth-child(even) {
	margin: 0 0 4% 0;
	
}

.page-id-1688 .site-title,
.npe-landing .site-title {
		text-align: left;
	}
	
.content-box-3 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin: 0 0 25px;
    max-height: 115px !important;
    min-height: 115px !important;
    overflow: hidden;
    padding: 5px !important;
    text-align: center;
}

.content-box-3 h6 {
    font-size: 1.1rem;
	margin: 10px 0 0 0;
}
	
.large-screen {display: block;}
.medium-screen {display: none;}
.small-screen {display: none;}
}

@media only screen and (max-width: 1023px) {

	.site-container {
		max-width: 768px;
	}

	.content,
	.sidebar-primary,
	.sidebar-secondary,
	.site-header .widget-area,
	.title-area,
	.wrap {
		width: 100%;
	}
	
	.header-image .title-area, 
	.header-image .site-title, 
	.header-image .site-title a {
	    float: left;
	    margin: 0 auto;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-header .search-form,
	.site-header hgroup,
	.site-title {
		text-align: center;
	}
	
	.page-id-1688 .site-title,
	.npe-landing .site-title {
		text-align: left;
	}

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a,
	.site-header .genesis-nav-menu a {
		padding: 16px;
		padding: 1.6rem;
	}

	.site-header .search-form {
		margin: 16px auto ;
		margin: 1.6rem auto;
	}

	.genesis-nav-menu li.right {
		display: none;
	}
	
	.content #genesis-responsive-slider .slide-excerpt {
		display: none;
	}
	
	.comment-list li.depth-1,
	.ping-list li.depth-1 {
		margin: 30px 0;
		margin: 3rem 0;
	}
	
	.middle-column {
    border-left: none !important;
    border-right: none !important;
    margin: 0 0 0 0 !important;
}

.content-box-2 {
    padding: 0 !important;
}

.sue-section {
    height: auto !important;
}


.mod-info .su-spoiler-title {
	min-width: 40% !important;
	margin-right: 30% !important;
	
}

.su-spoiler-style-default > .su-spoiler-title {
    padding-left: 10px !important;
	margin-top: 20px !important;
}

.mod-info {margin-top: -20px !important;}

.page-id-1688 .mod-info .su-spoiler-title,
.npe-landing .mod-info .su-spoiler-title {
    float: none !important;
    margin: 0 auto !important;
	text-align: center !important;
	width: 50%;
}

.page-id-1688 .mod-info .su-spoiler-content,
.npe-landing .mod-info .su-spoiler-content {
	margin-bottom: 30px;
}

.page-id-1688 .su-column-size-1-3 {
    width: 30.66% !important;
	float: left !important;
	margin: 0 2.9% 0 0 !important;
}

.page-template-front-page-new .site-header h1.site-title a {
	background-position: 5% 2rem;
	background-size: 60% auto; 
	width: 92% !important;
	min-height: 235px !important;
}

#header-right {
	margin: 2rem 2rem 0 0 !important;
	float: right;
	max-width: 22% !important;
}

div#things div, div#things2 div, div#things3 div {
	font-size: 1.4rem !important;	
}

.order_left a#enq-but {
	width: 200px !important;
	}
	
.page-id-2165 div.column {
    min-height: 42rem;
}
	
.large-screen {display: none;}
.medium-screen {display: block;}
.small-screen {display: none;}

}

@media only screen and (max-width: 767px) {

	.site-container {
		max-width: 600px;
	}

	.five-sixths,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.four-sixths,
	.home-middle .widget,
	.home-top .widget,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.executive-pro-portfolio .portfolio,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a,
	.site-header .genesis-nav-menu a {
		font-size: 12px;
		font-size: 1.2rem;
		padding: 12px;
		padding: 1.2rem;
	}
	
	.home-middle,
	.home-top,
	.executive-pro-portfolio .portfolio {
		text-align: center;
	}
	
.header-image .title-area, 
	.header-image .site-title, 
	.header-image .site-title a {
	    float: none;
	    margin: 0 auto;
	}	

.page-id-1688.su-extra-loaded.su-other-shortcodes-loaded div.site-container header.site-header div.wrap div.title-area h1.site-title,
.npe-landing.su-extra-loaded.su-other-shortcodes-loaded div.site-container header.site-header div.wrap div.title-area h1.site-title {
	    float: left !important;
	    margin: 15px 0 0 10px !important;
		width: 52% !important;
	}			
	
.executive-pro-portfolio .portfolio {
		padding: 0 0 30px;
		padding: 0 0 3rem;
	}
	
	.home-cta .button.alignright {
		float: none;
		margin: 16px 0 0;
		margin: 1.6rem 0 0;
	}
	
	.footer-widgets-1 {
		margin: 0;
	}
	
	.middle-column {
    border-left: none !important;
    border-right: none !important;
    margin: 0 0 0 0 !important;
}

.content-box-2 {
    padding: 0 !important;
}

.sue-section {
    height: auto !important;
}

h5 span.heading-left{
	width: 20% !important;
	
}

h5 span.heading-right {
	width: 100% !important;
	min-width: 100% !important;
}

.emodal {
	width: 90% !important;
	}
	
.tablet {
	width: 90% !important;
	height: 180px !important;
}

.ipod {	
	width: 90% !important;
	height: 180px !important;
}

.page-id-1688 .tablet,
.npe-landing .tablet {
	width: 100% !important;
	height: 140px !important;
}

.page-id-1688 .ipod,
.npe-landing .ipod {	
	width: 100% !important;
	height: 140px !important;
}

.page-id-1688 .store-country,
.npe-landing .store-country {
	width: 100% !important;
	height: 140px !important;
}

.page-id-1688 #or p,
.npe-landing #or p {padding: 0 !important; text-align:center !important;}

.page-id-1688 .point-box .icon,
.npe-landing .point-box .icon {
    clear: both;
	float: none !important;
	margin: 0 0 10px 0 !important;
	text-align: center;
}

.page-id-1688 .point-box-2 .icon,
.npe-landing .point-box-2 .icon {
    clear: both;
	float: none !important;
	margin: 0 0 10px 0 !important;
	text-align: center !important;
}

.page-id-1688 td,
.npe-landing td {
    display: block;
	width: 100% !important;
}


.page-id-1688 table,
.npe-landing table {
    width: 100% !important;
	border: none !important;
}

.page-id-1688 .store-country img, .page-id-1688 .store-country img,
.npe-landing .store-country img, .npe-landing .store-country img {height: 90px !important; width: auto;}

.page-id-1688 .store-country,
.npe-landing .store-country {
	margin: 0 auto 1.5em;
}


.emodal-content .store-country {
	width: 100% !important;
	height: 130px !important;
}


.page-id-1688 .point-box ul,
.npe-landing .point-box ul {
    margin-left: -25px !important;
}


.page-id-1688 h2,
.npe-landing h2 {font-size: 1.2em !important;}

.page-id-1688 .mod-info .su-spoiler-title, 
.npe-landing .mod-info .su-spoiler-title {
    float: none;
    font-size: 1.6rem !important;
    margin: 0 auto 0 auto !important;
	padding-left: 20px !important; 
	text-align: center;
}

div.sue-splash-screen div {
	font-size: 2rem !important; 
	padding-bottom: 0 !important; 
	}
	
.page-id-1688 .su-column-size-1-3 {
    width: 100% !important;
	float: none !important;
	margin: 0 0 20px 0 !important;
}

.header-image .site-description, .header-image .site-title a {
	background-size: 100% auto !important;
	background-position: left 0 !important;
}

.page-template-front-page-new .site-header {
	float: none !important;
    margin: 2rem 10% !important;
	width: 80% !important;
}

.page-template-front-page-new .site-header h1.site-title a {
	background-position: 5% 20px !important;
	background-size: 80% auto !important; 
	width: 100% !important;
	min-height: 195px !important;
}

#header-right {
	display: none;
}

div.page_title h3, .heading_block h3, .heading_block_bottom h3 {
	font-size: 2.5rem !important;
	padding: 1rem;
}
#animation > h3 {
	line-height: 150% !important;
}

div.page_title h2 {
	font-size: 2.5rem !important;
}

.col1 {
	margin-left: 0 !important;
}
.col2 {
	margin-left: 0 !important;
}
.col3 {
	margin-left: 0 !important;
}

div#things div, div#things2 div, div#things3 div {
	width: 100% !important;
	float: none !important;
	padding: 1rem !important;
	font-size: 1.5rem !important;
	position: absolute !important;
	display: block
}

div#things2 div {
	margin-top: 6rem;
}

div#things3 div {
	margin-top: 12rem;
}

.rotating_messages {
	height: 18rem !important;
}

.video, .column {
	width: 100% !important;
	float: none !important;
	margin: 2rem 0 0 0 !important;
}

.page-id-2165 div.video {
    width: 100% !important;
    margin: 2rem 0 0 0;
}

.page-id-2165 .take-survey {
    width: 100% !important;
}

.page-id-2165 .take-survey a img {
	width: 100% !important;
	height: auto;
}


.take-survey {
    float: none !important;	
}

.page-id-2165 .column img {
     margin: 0 auto 1rem !important;
}

.column img {
    width: 60% !important;	
}

.column li {
    margin: 0 0 0 3rem !important;
    padding: 0.65rem 0 1rem 0 !important;
	font-size: 1.6rem;
}

.box_left, .box_right {
	width: 100% !important;
	float: none !important;
	}
	
.page-template-front-page-new #layerslider_1 {
    margin-top: -0 !important;
}

div.heading_block_bottom > div > ul > li {
    width: 100% !important;
    float: none !important;
	font-size: 2rem;
    }	

.order_right {
    width: 100% !important;
}

.order_left {
    width: 100% !important;
}

.order_left a#enq-but {
	width: 100% !important;
	font-size: 2.6rem;
	}
	
.order_left img {
	width: 100% !important;
	}
	
.sometimes-symptom div textarea, .often-symptom div textarea {
    padding: 5px 5px !important; 
    width: 100% !important;
    height: 7rem !important;
	font-size: 20px !important;
}	

.large-screen {display: none;}
.medium-screen {display: none;}
.small-screen {display: block;}

}

@media only screen and (max-width: 500px) {

	.entry-title {
		font-size: 24px;
		font-size: 2.4rem;
	}

	.content .entry-header .entry-meta .entry-comments-link {
		display: none;
	}
	a#enq-but {
    width: 240px !important;
	margin: 0 auto -20px !important;
}

.middle-column {
    border-left: none !important;
    border-right: none !important;
    margin: 0 0 0 0 !important;
}

.content-box-2 {
    padding: 0 !important;
}

.sue-section {
    height: auto !important;
}

h5 span.heading-left{
	width: 100% !important;
	text-align: center !important;
}

h5 span.heading-right {
	clear: both !important;
	width: 100% !important;
	padding: 0 10px !important;
	text-align: center !important;
}

.mod-info .su-spoiler-title {
	min-width: 100% !important;
	margin-right: 0 !important;
	
}

.su-spoiler-style-default > .su-spoiler-title {
    padding-left: 10px !important;
}

.mod-info {margin-top: -20px !important;}

a#enq-but  { 
	margin: 20px auto -20px !important;
}

.emodal {
	width: 98% !important;
	}

.tablet {
	width: 100% !important;
	height: auto !important;
}

.tablet span {
	font-size: 11px
}



.ipod {
	width: 100% !important;
	height: auto !important;
}

#or { width: 100% !important; display: inline-block}
	
#or p {padding: 20px 0 !important; text-align:center !important;}	

.emodal-content td {
    display: block;
	width: 100% !important;
}

.emodal-content table {
    width: 100% !important;
	border: none !important;
}

.store-country img, .store-country img {height: 90px !important; width: auto;}

.emodal-content .store-country {
	width: 100% !important;
	height: 130px !important;
}


.home-slider {display: none}

section#layerslider_widget-2 {display: block !important; margin-bottom: 30px}

#layerslider_1 {width: 100% !important; margin-top: -40px !important;}

.genesis-nav-menu a {padding: .4rem .8rem;}
.site-header {
		padding: 0rem 1rem !important;
		margin: -10px 0 !important;
	}

#text-3 span {
	width: 100% !important;
	margin: 0 0 30px 0 !important;
	min-height: 10px !important;
}

.sue-splash-screen {
    margin: 14px auto 44px !important;
    padding: 14px !important;
}

.page-id-1688 div.site-container header.site-header div.wrap div.title-area {
    background: url("/wp-content/themes/executive-pro/images/npe_logo_STRESS.png") no-repeat scroll center 85px rgba(0, 0, 0, 0) !important;
    height: 170px !important;
	background-size: 85% auto !important;
}
	
.npe-landing div.site-container header.site-header div.wrap div.title-area {
    background: url("/wp-content/themes/executive-pro/images/npe_logo.png") no-repeat scroll center 85px rgba(0, 0, 0, 0) !important;
    height: 170px !important;
	background-size: 85% auto !important;
}

.header-image .site-description, .header-image .site-title a {
	background-size: 95% auto !important;
	background-position: center 20px !important;
}

.page-id-1688.su-extra-loaded.su-other-shortcodes-loaded div.site-container header.site-header div.wrap div.title-area h1.site-title,
.npe-landing.su-extra-loaded.su-other-shortcodes-loaded div.site-container header.site-header div.wrap div.title-area h1.site-title {
	    float: none !important;
	    margin: 0 auto !important;
		width: 100% !important;
	}			

.page-id-1688 .point-box ul,
.npe-landing .point-box ul {
    margin-left: -25px !important;
}

.page-id-1688 .entry-content ol li, .page-id-1688 .entry-content ul li,
.npe-landing .entry-content ol li, .npe-landing .entry-content ul li {
    margin-left: 3rem;
}

.page-template-front-page-new .site-header h1.site-title a {
	background-position: 5% 20px !important;
	background-size: 80% auto !important; 
	width: 100% !important;
	min-height: 135px !important;
}

.bookends {
    font-size: 20px;
    }

#gform_submit_button_10 {
    font-size: 16px;
    width: 100%;
}

}

@media only screen and (min-width: 270px) and (max-width: 370px) {
	.page-template-front-page-new .site-header h1.site-title a {
	min-height: 100px !important;
}

div.page_title h3 span {
	display: none !important;
}

}

@media only screen and (max-width: 270px) {

    .header-image .site-title a {
        background-size: contain !important;
    }

    .site-title {
        font-size: 26px;
        font-size: 2.6rem;
    }
	
	a#enq-but {
    width: 240px !important;
}

.middle-column {
    border-left: none !important;
    border-right: none !important;
    margin: 0 0 0 0 !important;
}

.content-box-2 {
    padding: 0 !important;
}

.sue-section {
    height: auto !important;
}

}





/* Content Boxes
------------------------------------------------------------ */
 
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
}
 
.content-box-blue {
    background-color: #d8ecf7;
    border: 1px solid #afcde3;
}
 
.content-box-gray {
    background-color: #e2e2e2;
    border: 1px solid #bdbdbd;
}
 
.content-box-green {
    background-color: #d9edc2;
    border: 1px solid #b2ce96;
}
 
.content-box-purple {
    background-color: #e2e2f9;
    border: 1px solid #bebde9;
}
 
.content-box-red {
    background-color: #f9dbdb;
    border: 1px solid #e9b3b3;
}
 
.content-box-yellow {
    background-color: #fef5c4;
    border: 1px solid #fadf98;
}






/* The Password Box
------------------------------------------------------------ */

input#pwbox-308 {
	width: 30%;
}

.post-308 h1.entry-title {
	display: none;
}

/* New changes
------------------------------------------------------------ */

.flexslider {
    background: none repeat scroll 0 0 #545456 !important;
}

.content-box {
    margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
	text-align:center;
	min-height: 380px
}
 
.content-box {
    background: none;
    border: 1px solid #cccccc;
	border-radius: 5px;
}

.content-box-2 {
    background: none;
   	margin: 0 0 10px;
    overflow: hidden;
   	text-align: left;
	padding: 0 20px;
	min-height: 180px;
}

.content-box-3 {
	 margin: 0 0 25px;
    overflow: hidden;
    padding: 20px;
	text-align:center;
	background: none;
    border: 1px solid #cccccc;
	border-radius: 5px;
	min-height: 160px;
	max-height: 160px;
}

.middle-column { 
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	width: 34% !important;
	margin: 0 0 0 2% !important;
}

.l-columns {
    width: 31% !important;
}

.r-columns {
	margin: 0 0 0 2% !important;
    width: 31% !important;
}

div#last.content-box-2 {
	border-bottom: none !important;
	margin: 0 0 0 0;
}

.gfield_description {
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	font-size: 16px !important;
	}

.point-box, .point-box-2 {
	display: block;
	margin: 50px 0 50px
}

.point-box ul li {list-style: none}

.su-list ul li {
	
}

article.post-33 .su-list ul li {
	width: 338px;
	display: inline !important;
	float: left;
}
.experts ul li
{
	clear: none;
    float: left;
    
	margin: 0 0 40px !important;
}

.media-body {
	text-align: center;
	margin: 10px 0 0 0;
	}
	
.w3eden .thumbnail {
	margin-bottom: 10px !important;
}

.icon {
	float: left;
	clear: both;
	}
	
.small-pie {
	float: right;
	margin: 0 -5px 0 0 !important;
}

.sue-progress-pie-align-center .small-pie {
	margin: 0 auto !important;
}

#package-box {
	background-image: url(images/Address-Stress-Pack.png);
	background-position: center top;
	height: 500px;
	display: inline-block;
	}
	
div.enq-but {
	background: #7AACCD;
	text-align: center;
	padding: 10px 10px 10px 10px;
	margin: -10px 0 0 100px;
	color: #FFF;
	
	}
	
div.enq-but p {
	margin: 0 0 0 0;
}
		

a#enq-but  { 
	text-align: center;
	display: block;
    margin: 60px auto -20px;
	width: 320px;
	padding: 5px;
	clear: both;
}

.page-id-33 h1.entry-title, .page-id-188 h1.entry-title {text-align: center;}

.gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield div.ginput_complex span.ginput_left select, .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield div.ginput_complex span.ginput_right select, .gform_wrapper.gf_browser_gecko ul.gform_fields li.gfield select {
    font-size: 1.6rem;
    margin-left: 2px;
    padding: 1.3rem;
}

h3 {
	margin: 20px 0 40px 0;
	text-shadow: 2px 2px 2px #CCC;
	background-color: #F2F2F2;
	padding: 15px 0 15px 0;
	}
	
.page-id-36 h4 {
	margin: 20px 0 40px 0;
	font-size: 22px;
	background-color: #D0D0AA;
	padding: 15px 15px 15px 15px;
	}
	
.page-id-36 h5 {
	margin: 20px 0 40px 0;
	font-size: 18px;
	background-color: #F2F2F2;
	padding: 15px 0 15px 0;
	margin-bottom: 40px;
	}	

h3 {
	margin: 50px 0 40px 0;
	text-shadow: 2px 2px 2px #CCC;
	background-color: #F2F2F2;
	padding: 15px 0 15px 0;
	}
	
h4 {
	margin: 20px 0 60px 0;
	}	
	
h5 {
	
}

h4.media-heading{background: none;}

.site-title a, .site-title a:hover {
	text-transform: uppercase;
	color: #FFFFFF;
}

.page-id-36 .entry-content ol li, .page-id-755 .entry-content ol li, .page-id-46 .entry-content ol li, .page-id-48 .entry-content ol li {
    list-style-type: inherit;
    margin-bottom: 20px;
}

.page-id-36 .entry-content ol li li, .page-id-755 .entry-content ol li li, .page-id-46 .entry-content ol li li, .page-id-48 .entry-content ol li li {
	list-style-type: inherit;   
    margin: 20px 0 20px 20px;
}

.sue-section {height: 356px}

#recaptcha_table {width: 300px}

.heading-left {
	float: left; display: block; width: 9%; height: 50px; padding-left: 15px
}

.heading-right {
	display: block; width: 91%
}

.footer-text {
	margin: 30px 0 0 0 !important;
	padding: 30px 0 0 0;
	font-size: 12px;
	border-top: 1px #CCCCCC solid;
	clear:both;
	display: block;
	font-style: italic;
}

#as-heading {
	font-size: 2.4rem;
	font-weight: bold;
	margin: -10px 0 10px;
}

span#input_2_1_6_container.ginput_right label,
span#input_2_1_3_container.ginput_left label,
span#input_3_1_6_container.ginput_right label,
span#input_3_1_3_container.ginput_left label,
label#input_3_4_1_label,
label#input_3_4_2_label,
span#input_3_4_3_container.ginput_left label,
label#input_3_4_4_label,
label#input_3_4_5_label,
label#input_3_4_6_label, 
span#input_5_1_3_container.ginput_left label,
span#input_5_1_6_container.ginput_right label
{display: none !important;}

.ginput_full, .ginput_left, .ginput_right {margin-bottom: 30px !important;}

.sue-splash-style-dark .sue-splash-screen {
    text-align: center !important
}

h6 a {
	text-decoration: underline;
}

.sue-splash-screen {font-size: 20px;}

.archive-title, .widget-title, .executive-pro-portfolio .entry-title {text-align: center !important}

.mod-info .su-spoiler-title {
	text-align: center;
	text-decoration: underline;
	min-width: 25%;
	float: right;
	color: #428bca;
	margin-right: 12%;	
}

.page-id-188 .mod-info .su-spoiler-title, .page-id-33 .mod-info .su-spoiler-title {
	font-size: 1.6rem !important;
}

.mod-info .su-spoiler-title:hover {
	color: #6BD5F1;
}

.su-spoiler-style-default > .su-spoiler-title {
    padding-left: 30px !important;
}

.mod-info {margin-top: -100px;}

.mod-info .su-spoiler-content img {margin-top: 65px;}
.npe-landing .mod-info .su-spoiler-content img {margin-top: 30px;}

.su-spoiler-style-default > .su-spoiler-content {
    padding: 1em 0 0 0 !important;
	margin: 0 0 -30px 0;
}

.su-spoiler {
    margin-bottom: 0 !important;
}

.emodal-content {
	font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif !important;
	}

.tablet {
	width: 280px;
	float: left;
	height: 145px;
}

.tablet span {
	font-size: 11px
}

.ipod {
	width: 280px;
	float: right;
	height: 145px;
}

#ipod, #tablet {
	width: 280px;
}

.emodal-content td, .emodal-content tbody {
	border: none !important;
	line-height: 100% !important;
}

.emodal-content table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 100% !important;
    margin-bottom: 2rem;
    width: 100%;
	border: none !important;
}

.emodal-content .sue-icon-panel-content {
    padding: .8em;
}

.emodal-content .store-country {
	width: 280px;
	float: left;
	height: 145px;
	background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 0 0 2px #eeeeee;
    color: #333333;
}

td#or {width: 80px}

#layerslider_widget-2 {display: none !important}

#text-3 {width: 100%;}

#text-3 span {
	width: 22%;
	margin: 0 4% 0 0;
	padding: 20px;
	float: left;
	clear: none;
	color:#FFFFFF;
	min-height: 272px;	
	font-weight: bold;
}

#text-3 span:last-child {
	margin: 0 0 0 0;
}

#text-3 span a {
	color: #FFFFFF;
	text-decoration: underline;
}

.npe-landing div.site-container header.site-header div.wrap div.title-area {
	background: url(/wp-content/themes/executive-pro/images/npe_logo.png) right 10px no-repeat;
	overflow: visible !important;
	height: 90px;
	min-width: 100%;
}

.npe-landing h1.entry-title {text-align: center;}

#client-results img {
	width: 400px;
}

#client-results {
	margin-top: -40px;
}

#client-results ul {
	margin: -40px 0 20px 0;
}

#client-results .su-row {
	margin-top: -20px;
	}
	
div.su-list.su-list-style-.better-results ul li	{
	margin: 0 0 15px 0 !important
}
	
.content-box #npe img {max-height: 300px !important}	

.npe-landing td, .npe-landing tbody {
	border: none !important;
	line-height: 100% !important;
}

.npe-landing table {
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 100% !important;
    margin-bottom: 2rem;
    width: 100%;
	border: none !important;
}

.npe-landing .sue-icon-panel-content {
    padding: .8em;
}

.npe-landing .store-country {
	width: 100%;
	float: left;
	height: 145px;
	background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    box-shadow: 0 0 2px #eeeeee;
    color: #333333;
}

.page-id-1688 .point-box ul li,
.npe-landing .point-box ul li {
	list-style-type: disc;
}

.page-id-1688 .point-box ul,
.npe-landing .point-box ul {
	margin-left: 63px;
}
.page-id-1688 .mod-info .su-spoiler-title,
.npe-landing .mod-info .su-spoiler-title {
    float: left;
    margin: -50px 0 0 6.5%;
	font-size: 2rem;
}

h2.page-id-1688,
h2.npe-landing  {color: #2E5E99 !important}

.page-id-1688 h3,
.npe-landing h3 {
    border: 1px solid #333333 !important;
}

#feature-fadein {
	position: absolute;
	z-index: 100000;
	height: 445px;
	width: 1140px
}

.page-id-1688 .point-box .icon,
.npe-landing .point-box .icon {
    clear: both;
	float: left;
    margin: -10px 0 30px 0;
}

.page-id-1688 .point-box-2 .icon,
.npe-landing .point-box-2 .icon {
    clear: both;
	float: left;
    margin: -20px 0 20px 0;
	text-align: start;
}

.npe-landing .point-box, .npe-landing .point-box-2 {
	display: block;
	margin: 50px 0 30px;
}

div.sue-splash-screen div {
	font-size: 2.8rem;
	padding-bottom: 10px
	}
	
#offer {
	font-size: 2rem;
	font-weight: bold;
	color: #A4332B !important;
	text-decoration: underline;
	}

h2#blue-box {
	background-color: #2e5e99; color: #cccccc !important; 
	margin: -20px 0;
	padding-bottom: 10px
}

.page-id-1688 .entry-title {
	background-color: #2e5e99; 
	color: #FFFFFF !important; 
	text-align: center;
	padding: 10px 0;
}

body.page-id-1688, body.page-id-1730, body.page-id-1732 {
	background-image: none !important; 
	background-color: #5D81AD !important; 
	
}

h2#numbers {text-align: center; margin: 30px 0 10px 0; font-size: 3.2rem}

.page-id-1688 nav.nav-primary {display: none !important;}

.page-id-1688 div.site-container header.site-header div.wrap div.title-area {
	background: url(/wp-content/themes/executive-pro/images/npe_logo_STRESS.png) right 10px no-repeat;
	overflow: visible !important;
	height: 90px;
	min-width: 100%;
}

/* New Home Page Styles */

body.page-template-front-page-new-2,
body.page-template-front-page-new {
	background-image: url("/wp-content/themes/executive-pro/images/Web-Background-Blue.jpg") !important; 
	background-color: #525252 !important; 
}

.page-template-front-page-new-2 .site-header,
.page-template-front-page-new .site-header {
	float: left;
	width: 75%;
	margin: 2rem 0;
}

.page-template-front-page-new-2 .site-header h1.site-title a,
.page-template-front-page-new .site-header h1.site-title a {
	background: rgba(0, 0, 0, 0) url("/wp-content/themes/executive-pro/images/logo-powerofcalm.png") no-repeat scroll 0 0 !important; 
	background-size: 100% auto !important; 
	max-width: 629px !important;
	min-height: 259px;
	width: 100%;
}

.page-template-front-page-new-2 #header-right a#enq-but,
.page-template-front-page-new #header-right a#enq-but {
   	margin: 1.5rem auto 0;
	width: 100%;
	position: relative;
	display: block;
	background: #FFFFFF;
	color: #428bca;
}

.page-template-front-page-new-2 #header-right a#enq-but:hover,
.page-template-front-page-new #header-right a#enq-but:hover {
   	background: #67AE8C;
	color: #FFFFFF;
}

#header-right {
	margin: 2rem 0;
	float: right;
	width: 25%;
}

#header-right img {
	
}

.rotating_messages {
	display: block;
	position: relative;
	width: 100%;
	height: 7rem;
}

div#things div, div#things2 div, div#things3 div {
	width: 30%;
	float: left;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	opacity: 0;
	transition: opacity ease-in-out 1s;
	-moz-transition: opacity ease-in-out 1s;
	color: #FFFFFF;
	font-weight: bold;
	padding: 1rem;
	font-size: 2rem
}

div#things div:nth-child(1) {background-color:#426465;}
div#things div:nth-child(2) {background-color:#779ea0;}
div#things2 div:nth-child(1) {background-color:#4e6940;}
div#things2 div:nth-child(2) {background-color:#83a272;}
div#things3 div:nth-child(1) {background-color:#56997a;}
div#things3 div:nth-child(2) {background-color:#67ae8c;}
div#things4 div:nth-child(1) {background-color:#97a791;}
div#things4 div:nth-child(2) {background-color:#496766;}

.col1 {
	margin-left: 0;
}
.col2 {
	margin-left: 35%;
}
.col3 {
	margin-left: 70%;
}

.column {
	width: 22%;
	float: left;
	font-size: 1.8rem;
	line-height: 1.3;
	margin: 1rem 0.5% 0 0;
	}

.column#last {
	margin: 1rem 0 0 0;
	}	

.column p { 
margin: 0;
}

.column li {
	margin: 0 0 0 3rem !important;
	padding: 0.65rem 0 1.5rem 0 !important;
	
}

.column img {
	margin: 0 auto 1rem;
	width: 90%;
	height: auto;
}

.column h4 {
margin: 20px 0 20px 0;
}

.video {
	width: 30%;
	height: auto;
	float: left;
	margin: 1.75rem 3% 0 0;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.take-survey {
	width: 100%;
	float: left;
	margin: 3rem 0 0 0;
	border-radius: 1rem;
	clear: left;
	
}

.page-id-2056 .take-survey {
	display: none;	
}

.take-survey p {
	margin: 0;
}

.page-id-2056 .take-survey a,
.page-id-2056 .take-survey a:hover {
	background: none;
}


.heading_block {
	margin: 3rem 0 0 0;
	display: block;
	position: relative;
	clear: both;
	
	
}

.heading_block_bottom {
	margin: 0 0 0 0;
	display: block;
	position: relative;
	clear: both;
	
}

.heading_block h3 {
	text-shadow: none;
	background-color: #4181B1;
	color: #FFF;
	margin: 0 0 0;
	clear: both;
	font-size: 3.6rem;
	}

#animation > h3  {
	line-height: 180%;
}
	
.heading_block_bottom h3 {
	text-shadow: none;
	background-color: #4181B1;
	color: #FFF;
	margin: 0 0 2rem 0;
	clear: both;
	}	
	
	
div.page_title h3 {
	text-shadow: none;
	margin: 0 0 3rem;
	}	

div.heading_block_bottom > div > ul > li {
	width: 45%;
    float: left;
    font-size: 2rem;
    border: 2px solid #9BBB8C;
    margin: 0 2.5% 15px 2.5% !important;
    border-radius: 10px;
    }

div.heading_block_bottom > div > ul > li > i {
	font-size: 5rem;
}

div.heading_block_bottom > div > ul {
	display: block;
}

.heading_block_bottom  {
	padding: 1rem !important;
}
	
	
div#layerslider_2.ls-wp-container.ls-container.ls-v5 {
	width: 20% !important;
	float: left;
	padding: 0 3rem 0 0 !important;
}

.box_left, .box_right {
	width: 48%;
	margin: 3rem 0 0 0;
	min-height: 260px;
}

.box_left {
	
	}
	
.box_right {
	
	}	

.box_left div.su-list.su-list-style- {
	padding: 0 2rem 0 2rem ;
}

.box_right p {
	padding: 1rem 2rem 0 2rem ;
}



.box_left {
	float: left;
}
	
.box_right {
	float: right;
}
.box_left h4, .box_right h4 {
margin: 0 0 2rem 0;

width: 100%;
padding: 1rem;

}

.box_left h4 {

}

.box_right h4 {

}


.order_left {
	float: left;
	width: 30%;
}

.order_left a#enq-but {
    margin: 2rem auto 0 auto !important;
}

.order_right {
	float: right;
	width: 66%;
}

.order_right h4 {
	margin: 0 0 2rem 0;
}

span#tax-del {
	font-size: 1.6rem;
	font-weight: normal
	}
	
.page-id-2056 nav {display: none;}

.page-id-2165 div.video {
    width: 49%;
	margin: 1.75rem 0 0 0;  
}

.page-id-2165 .take-survey {
    width: 49%;
    float: right;
    margin: 1rem 0 0 0;
	    clear: none;
}

.page-id-2165 div.column#first {
   clear: both;
   background: #85a9b0; 
}

.page-id-2165 .column#first h4 span {
	 background: #85a9b0; 
	 padding: 0 10px;
}

.page-id-2165 div.column#second {
   
   background: #85B19F; 
}

.page-id-2165 .column#second h4 span {
	 background: #85B19F; 
	 padding: 0 10px;
}

.page-id-2165 div.column#last {
   margin: 7rem 0 0 0;
   background: #757E67 
}

.page-id-2165 .column#last h4 span {
	 background: #757E67; 
	 padding: 0 10px;
}


.page-id-2165 div.column {
	width: 30%;
	margin: 7rem 5% 0 0;
	padding: 0 3%;
	min-height: 38rem;
}

.page-id-2165 div.column ul {
	margin-bottom: 1rem;
}

.page-id-2165 div.column li {
	list-style: none;
	text-align: center;
	color: #FFF;
	margin: 0 0 0 0 !important;
    padding: 0.3rem 0 1.9rem 0 !important;
	background: url(images/bg-column.png) center bottom no-repeat;
}

.page-id-2165 div.column li:last-child {
	background: none;
}

.page-id-2165 .column img {
    margin: -26% auto 1rem;
    width: 55%;
    height: auto;
}

.page-id-2165 .column h4 {
	color: #FFF;
	margin: 10px 0 20px 0;
	background: url(images/bg-h4.png) center center repeat-x !important;
	width: 100%
}

.page-id-2165 a img {
 	margin: 0 auto 2.0rem;
 }
 
.page-id-2165 .take-survey a img.on {
	display: none;
	position: relative;
}

.page-id-2165 .take-survey a img.off {
	display: block;
	position: relative;
}

.page-id-2165 .take-survey a img {
	width: 85%;
	height: auto;
}

.page-id-2165 .take-survey a:hover img.on {
	display: block
	}
	
.page-id-2165 .take-survey a:hover img.off {
	display: none
	}	

.page-id-2224 .entry-title {display: none}