/* Baby Sleep Site - Theme Styles
---------------------------------------------------------------------------------------------------- */

/* Table of Contents
	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
        - Fonts
		- Typographical Elements
		- Links
		- 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
		- Flexible Widgets
		- Featured Content
	- Skip Links
	- Site Header
		- Title Area
		- Header Search
	- Site Navigation
		- Accessible Menu
		- Site Header Navigation
		- Off Screen Navigation
		- Footer Navigation
        - Misc Navigation
	- Content Area
		- Entries
		- Entry Meta
		- Pagination
		- Comments
        - Match Height
	- Sidebar
	- Off-screen Content
	- Footer Widgets
	- Site Footer
    - Utility Bar
	- Media Queries
        - Max-width: 1245px
        - Max-width: 1200px
        - Max-width: 1140px
        - Max-width: 1024px
        - Max-width: 1023px
        - Max-width: 900px
        - Max-width: 860px
        - Max-width: 768px
        - Max-width: 760px
        - Max-width: 695px
        - Max-width: 660px
        - Max-width: 640px
        - Max-width: 600px
        - Max-width: 590px
        - Max-width: 555px
        - Max-width: 525px
        - Max-width: 435px
        - Max-width: 425px
        - Max-width: 424px
        - Max-width: 340px
        - Max-width: 320px
*/


/* 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{font:inherit;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}

/* 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
---------------------------------------------------------------------------------------------------- */

/* Fonts
--------------------------------------------- */

@font-face {
  font-family: 'Roboto';
  font-display: auto;
  font-style: normal;
  font-weight: 400;
  src: url('fonts/roboto-v18-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Roboto'), local('Roboto-Regular'),
       url('fonts/roboto-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Roboto';
  font-display: auto;
  font-style: italic;
  font-weight: 400;
  src: url('fonts/roboto-v18-latin-italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Italic'), local('Roboto-Italic'),
       url('fonts/roboto-v18-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Roboto';
  font-display: auto;
  font-style: normal;
  font-weight: 500;
  src: url('fonts/roboto-v18-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium'), local('Roboto-Medium'),
       url('fonts/roboto-v18-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-500.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-500.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Roboto';
  font-display: auto;
  font-style: italic;
  font-weight: 500;
  src: url('fonts/roboto-v18-latin-500italic.eot'); /* IE9 Compat Modes */
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'),
       url('fonts/roboto-v18-latin-500italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/roboto-v18-latin-500italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/roboto-v18-latin-500italic.woff') format('woff'), /* Modern Browsers */
       url('fonts/roboto-v18-latin-500italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/roboto-v18-latin-500italic.svg#Roboto') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Montserrat';
  font-display: auto;
  font-style: normal;
  font-weight: 600;
  src: url('fonts/montserrat-v12-latin-600.eot'); /* IE9 Compat Modes */
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
       url('fonts/montserrat-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v12-latin-600.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v12-latin-600.svg#Montserrat') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'Montserrat';
  font-display: auto;
  font-style: normal;
  font-weight: 800;
  src: url('fonts/montserrat-v12-latin-800.eot'); /* IE9 Compat Modes */
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'),
       url('fonts/montserrat-v12-latin-800.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/montserrat-v12-latin-800.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/montserrat-v12-latin-800.woff') format('woff'), /* Modern Browsers */
       url('fonts/montserrat-v12-latin-800.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/montserrat-v12-latin-800.svg#Montserrat') format('svg'); /* Legacy iOS */
}


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

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

/* Chrome fix */
body > div {
	font-size: 2rem;
}

body {
	background-color: #eee;
/*	color: #242950; */
    color: #404040;
	font-family: Roboto, sans-serif;
	font-size: 20px;
	font-size: 2rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
}

.blank-page body,
body.blank-page {
    background-color: #fff;
}

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;
}

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;
}

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

mark {
	background: #ddd;
	color: #242950;
}

blockquote {
	margin: 40px 0px 40px 0px;
    background-color: #e3edf6;
    padding: 20px 20px 10px 20px;
}

blockquote .title {
    margin-bottom: 20px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    font-style: italic;
    color: #022d55;
}

.small {
	font-size: 12px;
	font-size: 1.2rem;
}

/* Links
--------------------------------------------- */

a {
	color: #242950;
	text-decoration: underline;
}

a:hover,
a:focus {
	color: #576492;
	text-decoration: none;
}

.off-screen-content .genesis-nav-menu a,
.breadcrumb a,
.genesis-nav-menu > .menu-item > a,
.genesis-nav-menu > .menu-item > a:focus,
.genesis-nav-menu > .menu-item > a:hover,
p.entry-meta a,
.footer-widgets a,
.site-footer a {
	position: relative;
	color: #242950;
	text-decoration: none;
}

.off-screen-content .genesis-nav-menu a::before,
.breadcrumb a::before,
.genesis-nav-menu > .menu-item > a::before,
p.entry-meta a::before,
.footer-widgets a::before,
.site-footer a::before {
	background-color: #576492;
	bottom: -2px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	-webkit-transform: scaleX(0);
	transform:         scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition:         all 0.3s ease-in-out 0s;
	visibility: hidden;
	width: 100%;
}

.off-screen-content .genesis-nav-menu a:focus::before,
.off-screen-content .genesis-nav-menu a:hover::before,
.breadcrumb a:focus::before,
.breadcrumb a:hover::before,
p.entry-meta a:focus::before,
p.entry-meta a:hover::before,
.footer-widgets a:focus::before,
.footer-widgets a:hover::before,
.genesis-nav-menu > .menu-item > a:focus::before,
.genesis-nav-menu > .menu-item > a:hover::before,
.genesis-nav-menu > .menu-item:hover a::before,
.site-footer a:focus::before,
.site-footer a:hover::before {
	-webkit-transform: scaleX(1);
	transform:         scaleX(1);
	visibility: visible;
}

.site-header .genesis-nav-menu > .menu-item.menu-item-has-children > a::before {
	bottom: -16px;
	width: 300px;
}

.genesis-nav-menu > .menu-item > a::before {
	bottom: -6px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #242950;
	font-family: 'Montserrat', sans-serif;
	line-height: 1.1;
	letter-spacing: -1px;
	margin: 0 0 10px;

}

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

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

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

h4 {
	font-size: 22px;
	font-size: 2.2rem;
    font-weight: 800;
}

h5 {
	font-size: 20px;
	font-size: 2rem;
    font-weight: 600;
}

h6 {
	font-size: 18px;
	font-size: 1.8rem;
    font-weight: 600;
}

.blank-page h1 {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: 800;
    margin-bottom: 20px;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	color: #242950;
}


/* 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: #242950;
	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: #242950;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #242950;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #242950;
	border: 0;
    border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-family: 'Roboto', sans-serif;
	padding: 7px 20px 10px 20px;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

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

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

.button {
	display: inline-block;
}

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

button.secondary,
input[type="button"].secondary,
input[type="reset"].secondary,
input[type="submit"].secondary,
.button.secondary {
	background-color: #eee;
	color: #242950;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 9px 24px;
}

a.button.large,
button.large,
input[type="button"].large,
input[type="reset"].large,
input[type="submit"].large {
	font-size: 20px;
	font-size: 2rem;
	padding: 24px;
}

.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: #666;
	cursor: not-allowed;
}

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


/* Tables - SEE STYLE-CONTENT.CSS
---------------------------------------------

table {
	border-collapse: collapse;
	border-spacing: 0;
    border: 1px solid #d9d9d9;
    font-size: 14px;
	line-height: 1.3;
	margin-bottom: 40px;
	width: 100%;
}

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

th,
td {
	text-align: left;
    border: 1px solid #d9d9d9;
    padding: 5px 10px 5px 10px;
    vertical-align: top;
}

th {
	font-weight: 700;
    background-color: #d9d9d9;
}

td {
	border-top: 1px solid #d9d9d9;
	padding: 5px 10px 5px 10px;
}

 */


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

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


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

.more-link {
	position: relative;
}


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

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

.site-container {
    margin: 0 auto;
    max-width: 1280px;
}

.wrap {
	margin: 0 auto;
	max-width: 1280px;
}

.site-inner {
	background-color: #fff;
	clear: both;
	padding: 40px 0;
	word-wrap: break-word;
}

.blank-page .site-container,
.blank-page .site-inner .wrap,
.landing-page .site-inner .wrap {
	max-width: 800px;
}


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

/* Content */

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

.content-sidebar .wrap {
    padding: 0 40px 0px 60px;
}

.content-sidebar .footer-widgets-header .wrap {	
    padding: 0 30px;	
}

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

.full-width-content .content {
    float: none;
	width: 90%;
    margin: 0 auto;
}

.full-width-narrow .content {
	float: none;
	margin: 0 auto;
    max-width: 90%;
}

/* Primary Sidebar */

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

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


/* Column Classes
 *
 * Width: 1200px
 * Gutter: 10px
 * Link: http://www.billerickson.net/column-class-generator/
--------------------------------------------- */

.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 0.833333333333%;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 15px;
}

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

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

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

.one-fourth {
	width: 24.375%;
}

.three-fourths {
	width: 74.7916666667%;
}

.one-fifth {
	width: 19.3333333333%;
}

.two-fifths {
	width: 39.5%;
}

.three-fifths {
	width: 59.6666666667%;
}

.four-fifths {
	width: 79.8333333333%;
}

.one-sixth {
	width: 15.9722222222%;
}

.five-sixths {
	width: 83.1944444444%;
}

.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;
}

.entry-meta-wrapper .author-box .avatar {
	float: none;
}

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

.breadcrumb {
	color: #242950;
	font-size: 12px;
	font-size: 1.2rem;
	letter-spacing: 2px;
	padding-bottom: 30px;
	text-transform: uppercase;
}

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

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


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

.search-form {
	overflow: hidden;
	position: relative;
}

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

input[type="search"] {
	-webkit-appearance: none;
}

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

.header-search-container .search-form {
	overflow: visible;
}

.header-search-container 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;
}

.header-search-container input[type="submit"] {
	position: static;
}

.widget_search input[type="submit"] {
	right: 0;
	top: 0;
}

.site-header .header-search-container input[type="submit"]:focus,
.widget_search input[type="submit"]:focus{
	background-color: #242950;
	box-shadow: none;
	clip: auto !important;
	color: #fff;
	height: auto !important;
	padding: 18px 20px;
	width: auto !important;
}


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

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

.entry-title,
.page-title {
	color: #242950;
	font-size: 45px;
	font-size: 4.5rem;
	line-height: 1.1;
	letter-spacing: -1px;
	margin-bottom: 0px;
}

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

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

.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;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 500;
	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 {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.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;
}

.sidebar-primary .widget ul > li a {
    border-top: 1px solid #eeeee8;
    border-bottom: 1px solid #eeeee8;
    display: block;
    margin: -13px 0px 12px 0px;
    padding: 12px 10px 12px 10px;
    text-decoration: none;
}

.sidebar-primary .widget ul > li a:hover {
    background-color: #e3edf6;
    color: #242950;
    text-decoration: none;
}


/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets .wrap {
	max-width: 1280px;
	padding: 80px 0 40px;
}

.flexible-widgets.widget-area .widget {
	float: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-bottom: 40px;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	float: none;
	width: 100%;
}

.flexible-widgets.widget-fourths .widget {
	width: 25%;
}

.flexible-widgets.widget-halves .widget {
	width: 50%;
}

.flexible-widgets.widget-thirds .widget {
	width: 33.33%;
}

.flexible-widgets.widget-halves .widget:nth-child(odd),
.flexible-widgets.widget-thirds .widget:nth-child(3n+1),
.flexible-widgets.widget-fourths .widget:nth-child(4n+1) {
	clear: left;
}


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

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

.featured-content .entry .entry-header {
	margin-bottom: 20px;
}

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


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

.genesis-skip-link {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	margin: 0;
}

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

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

.front-page .site-header {
    border-bottom: none;
}

.site-header {
	background-color: #fff;
    border-bottom: 1px solid #eeeee8;
	padding: 20px 20px 20px 40px;
	position: relative;
}

.site-header > * {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	-ms-transition:     all 0.4s ease-in-out;
	-o-transition:      all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

.site-header.search-visible > :not(.header-search-container) {
	opacity: 0;
}

.site-header.search-visible {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}


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

.title-area {
	float: left;
	height: 60px;
	margin-top: 5px;
	padding: 0 0 0 10px;
	min-width: 300px;
}

.header-image .title-area {
	max-width: 200px;
	padding: 0;
}

.site-title {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-size: 3rem;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 0;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #242950;
	display: inline-block;
	text-decoration: none;
}

.header-image .site-title {	
	display: block;	
/*  margin-top: 8px; */	
	text-indent: -9999px;	
}	
.header-image .site-title > a {	
	background-size: contain !important;	
	background-position: left center !important;	
	float: left;	
	min-height: 60px;	
	width: 100%;	
}

.site-description {
	height: 0;
	margin: 0;
	text-indent: -9999px;
}

.blank-page .title-area {
    float: none;
    text-align: center;
    width: 100%;
}

.blank-page .header-image .site-title > a {
    float: none;
    background-position: center;
}

/* Header Search
--------------------------------------------- */

.header-search-container {
	display: none;
}

.js .header-search-container {
	display: block;
	height: 100%;
	left: 0;
	opacity: 0;
	padding: 10px 40px;
	position: absolute;
/*	transform: translate3d(0,calc(-100% - 50px),0); */
    transform: translate3d(0,calc(-100% - 200px),0); /* Allow extra spacing for utility bar banner */
	transition: opacity 0.4s ease-in-out,
				padding 0.2s ease-in-out;
	top: 0;
	width: 100%;
	z-index: 1001; /* Show above the menu toggle button */
}

.js .header-search-container .search-form,
.js .header-search-container input[type="search"] {
	height: 100%;
}

.search-visible .header-search-container {
	display: block;
	opacity: 1;
	transform: translate3d(0,0,0);
	transition: opacity 0.4s ease-in-out,
				padding 0.2s ease-in-out;
}

.header-search-container:target {
	clear: both;
	display: block;
	padding-top: 20px;
	position: relative;
}

.header-search-container input[type="search"] {
	border: 0;
	padding-left: 0;
	padding-right: 100px;
}

.toggle-header-search {
	background: transparent;
}

.toggle-header-search.close {
	color: #242950;
	position: absolute;
	right: 20px;
	top: 20px;
}


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

.genesis-nav-menu {
	clear: both;
    color: #404040;
    font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 800;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu > .menu-item {
	padding: 23px 15px;
	text-align: center;
}

.genesis-nav-menu a {
	display: inline-block;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	background: transparent;
	left: -9999px;
	opacity: 0;
	position: absolute;
	-webkit-transition: opacity 0.4s ease-in-out;
	-moz-transition:    opacity 0.4s ease-in-out;
	-ms-transition:     opacity 0.4s ease-in-out;
	-o-transition:      opacity 0.4s ease-in-out;
	transition:         opacity 0.4s ease-in-out;
	width: 300px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu::before {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid #000;
	content: "";
	height: 0;
	left: 17px;
	position: absolute;
	top: 10px;
	width: 0;
}

.genesis-nav-menu .sub-menu .sub-menu::before {
	display: none;
}

.genesis-nav-menu > .menu-item > .sub-menu {
	padding-top: 16px;
}

.genesis-nav-menu > .menu-item .sub-menu > .menu-item:first-child {
	padding-top: 6px;
}

.genesis-nav-menu > .menu-item .sub-menu > .menu-item:last-child {
	padding-bottom: 6px;
}

.genesis-nav-menu .sub-menu a,
.genesis-nav-menu .sub-menu .menu-item {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
/*	background-color: #707ba2; */
    background-color: #64719e;
	color: #fff;
    text-align: left;
}

.genesis-nav-menu .sub-menu a {
	padding: 13px 20px;
	position: relative;
	width: 300px;
}

.genesis-nav-menu .sub-menu a:focus,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus  {
	background-color: #b2b8cd;
	color: #242950;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -46px 0 0 300px;
}

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

.genesis-nav-menu .menu-item:hover > .sub-menu {
	left: auto;
	opacity: 1;
}

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

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

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

.genesis-nav-menu .menu-item-has-toggle,
.close {
	height: 60px;
	padding: 15px;
	width: 60px;
	vertical-align: middle;
}

/* .genesis-nav-menu .ionicons::before {
	vertical-align: middle;
}

.genesis-nav-menu .ionicons::before,
.close .ionicons::before {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1;
	width: 30px;
	height: 30px;
	text-align: center;
} */

.genesis-nav-menu .dashicons::before {
	vertical-align: middle;
}

.genesis-nav-menu .dashicons::before,
.close .dashicons::before {
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 1;
	width: 30px;
	height: 30px;
	text-align: center;
}


/* 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;
}

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


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

.site-header .nav-primary,
.site-header .nav-header-icons {
	float: right;
	max-width: 940px;
}

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


/* Off Screen Navigation
--------------------------------------------- */

.off-screen-content .genesis-nav-menu .menu-item {
	display: block;
}

.off-screen-content .genesis-nav-menu a {
	color: #242950;
	font-size: 48px;
	font-size: 4.8rem;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1.2;
	text-decoration: none;
}


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

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

/* Misc Navigation
--------------------------------------------- */

button.close,
.menu-toggle,
.menu-item-has-toggle > a,
.site-title a {
	-webkit-transition: all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}

button.close:focus,
button.close:hover,
.menu-toggle:focus,
.menu-toggle:hover,
.menu-item-has-toggle > a:focus,
.menu-item-has-toggle > a:hover,
.off-screen-content .genesis-nav-menu a:focus,
.off-screen-content .genesis-nav-menu a:hover {
	-webkit-transform: scale(1.1);
	-ms-transform:     scale(1.1);
	transform:         scale(1.1);
}

.genesis-nav-menu > .menu-item.menu-item-has-toggle:hover a::before,
.genesis-nav-menu > .menu-item.menu-item-has-toggle > a:focus::before,
.genesis-nav-menu > .menu-item.menu-item-has-toggle > a:hover::before {
	display: none;
}

button.close:focus,
button.close:hover {
	background-color: #fff;
	color: #576492;
}

/* .menu-item-has-toggle a:focus .ionicons::before,
.menu-item-has-toggle a:hover .ionicons::before {
	color: #576492;
} */

.menu-item-has-toggle a:focus .dashicons::before,
.menu-item-has-toggle a:hover .dashicons::before {
	color: #576492;
}


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

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

.entry {
    margin-bottom: 60px;
    border-bottom: 1px solid #d8d8d8;
}

.entry .entry-header,
.entry .featured-image {
	margin-bottom: 10px;
}

.entry .featured-image img {
	vertical-align: middle;
}

.content .wrapper {
	margin: 0 auto;
	max-width: 960px;
	overflow: hidden;
}

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

.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: #242950;
	color: #eee;
}

.entry-content ul li {
    margin-bottom: 10px;
}

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

p.entry-meta {
	font-size: 14px;
	font-size: 1.4rem;
    padding: 10px 0;
	margin-bottom: 0;
}

p.entry-meta a,
.author-box-content {
	color: #242950;
}

.wrapper .entry-header {
	text-align: left;
}

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

.wrapper .author-box .avatar {
	float: none;
	margin: 0 0 20px;
}


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

.pagination {
	clear: both;
	margin: 40px 0;
	text-align: center;
}

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

.archive-pagination li {
	display: inline;
}

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

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


/* 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;
}

.comment-respond,	
.entry-comments {	
	clear: both;	
}

.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;
}


/* Match Height
--------------------------------------------- */

.match-height {
    align-items: stretch;
    display: flex;
}


/* Sidebar
---------------------------------------------------------------------------------------------------- */

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


/* Off-screen Content
---------------------------------------------------------------------------------------------------- */

.no-scroll {
	overflow: hidden;
}

.off-screen-content {
	background-color: rgba( 255, 255, 255, 1 );
	display: none;
	height: 100vh;
	left: 0;
	overflow-y: scroll;
	padding: 20px;
	position: fixed;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 9998;
}

.off-screen-container {
	display: table;
	height: 100vh;
	overflow: hidden;
	table-layout: fixed;
	text-align: center;
	width: 100%;
}

.off-screen-wrapper {
	display: table-cell;
	padding-bottom: 20px;
	vertical-align: middle;
	width: 100%;
}

.off-screen-container .close {
	background-color: #fff;
	color: #242950;
	position: absolute;
	top: 20px;
	right: 20px;
}

.admin-bar .off-screen-container .close {
	top: 72px;
}

.off-screen-content .wrap {
	margin-left: auto;
	margin-right: auto;
	max-width: 720px;
}

.off-screen-container a {
    text-decoration: none;
}


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

.footer-widgets {
	background-color: #576492;
	font-size: 16px;
	font-size: 1.6rem;
    line-height: 1.5;
	clear: both;
	padding: 0 5% 0 10%;
}

.footer-widgets .widget-title {
	color: #fff;
	font-size: 22px;
	font-size: 2.2rem;
    margin-bottom: 10px;
}


.footer-widgets ul li {
    margin: 0;
    padding: 0;
}

.footer-widgets-header {
    border-top: 1px solid #efefef;
	background-color: #fff;
    text-align: center;


    clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	padding: 60px 0;

}

.footer-widgets-header .widget-title {
    color: #707070;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.inner-above-footer {
/*	background-color: #707ba2; */
    background-color: #64719e;
    color: #fff;
    padding: 60px 0;
    text-align: center;
}

.inner-above-footer .widget {
    margin: 0 auto;
    max-width: 60%;
    font-size: 24px;
    font-size: 2.4rem;
}
.inner-above-footer .widget-title {
	color: #fff;
	font-size: 36px;
	font-size: 3.6rem;
}

.inner-above-footer small {
    font-size: 12px;
    font-size: 1.2rem;
}

.footer-widgets,
.footer-widgets a,
.footer-widgets a:focus,
.footer-widgets a:hover,
.footer-widgets-header,
.footer-widgets-header a,
.footer-widgets-header a:focus,
.footer-widgets-header a:hover,
.inner-above-footer,
.inner-above-footer a,
.inner-above-footer a:focus,
.inner-above-footer a:hover {
/*	color: #fff !important; */
    color: #fff;
	text-decoration: none;
}

.footer-widgets a,
.footer-widgets-header a,
.inner-above-footer a{
	text-decoration: none;
}

.footer-widgets .widget,
.footer-widgets-header .widget,
.inner-above-footer .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child,
.footer-widgets .widget:last-child,
.footer-widgets-header p:last-child,
.footer-widgets-header .widget:last-child,
.inner-above-footer p:last-child,
.inner-above-footer .widget:last-child{
	margin-bottom: 0;
}

.logo-seen {
    margin: 10px 20px;
    vertical-align: middle;
}

.logo-seen-1 {
    background: url('images/sprites-logos-seen.gif') no-repeat 0 0;
	width: 140px;
	height: 50px;
}

.logo-seen-2 {
    background: url('images/sprites-logos-seen.gif') no-repeat -140px 0;
	width: 200px;
	height: 50px;
}

.logo-seen-3 {
    background: url('images/sprites-logos-seen.gif') no-repeat -340px 0;
	width: 120px;
	height: 50px;
}

.logo-seen-4 {
    background: url('images/sprites-logos-seen.gif') no-repeat -460px 0;
	width: 135px;
	height: 50px;
}

.logo-seen-5 {
    background: url('images/sprites-logos-seen.gif') no-repeat -595px 0;
	width: 100px;
	height: 50px;
}

.logo-seen-6 {
    background: url('images/sprites-logos-seen.gif') no-repeat -695px 0;
	width: 90px;
	height: 50px;
}

.logo-seen-7 {
    background: url('images/sprites-logos-seen.gif') no-repeat -785px 0;
	width: 100px;
	height: 50px;
}

img.desaturate {
	filter: grayscale(100%);
    opacity: 0.7;
}

.icon-social-facebook {
	background: url('images/sprites-icons-social.png') no-repeat 0 0;
	width: 25px;
	height: 20px;
    margin: 0 5px 10px 0;
}

.icon-social-instagram {
	background: url('images/sprites-icons-social.png') no-repeat -25px 0;
	width: 25px;
	height: 20px;
    margin: 0 5px 10px 0;
}

.icon-social-twitter {
	background: url('images/sprites-icons-social.png') no-repeat -50px 0;
	width: 25px;
	height: 20px;
    margin: 0 5px 10px 0;
}

.icon-social-pinterest {
	background: url('images/sprites-icons-social.png') no-repeat -75px 0;
	width: 25px;
	height: 20px;
    margin: 0 5px 10px 0;
}

.icon-social-googleplus {
	background: url('images/sprites-icons-social.png') no-repeat -100px 0;
	width: 35px;
	height: 20px;
    margin: 0 5px 10px 0;
}


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

.site-footer {
	background-color: #3a4472;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 40px 20px;
	text-align: center;
}

.site-footer,
.site-footer a,
.site-footer p {
	color: #d5d6de;
}

.site-footer a:hover,
.site-footer a:focus {
	color: #fff;
}
.site-footer p {
	margin-bottom: 0;
}

.credit,
.credit a {
    color: #d5d6de;
    font-size: 90%;
    padding-top: 20px;
}

.terms {
    display: inline;
}

.terms-popup {
    display: none;
}

.purchase-page .terms {
    display: none;
}

.purchase-page .terms-popup {
    display: inline;
}

.purchase-page .site-footer {
    background-color: #fff;
    border-top: 1px solid #efefef;
    color: #999;
}

.purchase-page .site-footer,
.purchase-page .site-footer a,
.purchase-page .site-footer p {
	color: #999;
}

.purchase-page .site-footer a:hover,
.purchase-page .site-footer a:focus {
	color: #999;
}

.purchase-page .credit {
    display: none;
    color: #999;
}

.sales-page .site-footer {
    background-color: #fff;
    border-top: 1px solid #efefef;
    color: #999;
}

.sales-page .site-footer,
.sales-page .site-footer a,
.sales-page .site-footer p {
	color: #999;
}

.sales-page .site-footer a:hover,
.sales-page .site-footer a:focus {
	color: #999;
}

.sales-page .credit {
    display: none;
    color: #999;
}


/* Utility Bar
----------------------------------------------------------------------------------------------------

.utility-bar {
    padding: 15px;
    color: #fff;
    background-color: #576492;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: center;
}

.utility-bar .widget:last-child {
    margin-bottom: 0;
}

.utility-bar a {
    color: #fff;
    text-decoration: none;
}

.utility-bar a:hover {
    color: #fff;
    text-decoration: underline;
}

.utility-bar a.underline {
    color: #fff;
    text-decoration: underline;
}

 */


.after-entry-top {
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    clear: both;
    margin: 0 0 20px 0;
    padding: 20px 0;
    text-align: left;
/*  display: none; */
}

.before-entry-header {
    clear: both;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left;
/*  display: none; */
}

.before-entry-header .advads-widget,
.before-entry-content .advads-widget {
    margin-bottom: 0;
    padding-bottom: 0;
}
.before-entry-header .wrap,
.before-entry-content .wrap,
.after-entry-top .wrap {
    padding-left: 0;
    padding-right: 0;
    }

/* .before-entry-header .widget,
.before-entry-header .widget-area,
.before-entry-header .widget-area .wrap,
.before-entry-content .widget-area .wrap,
.before-entry-content .widget,
.before-entry-header .advads-widget,
.before-entry-content .advads-widget {
    margin: 0;
    padding: 0;
    background-color: #efefef;
    width: 100%;
} */



/* Utility Bar
---------------------------------------------------------------------------------------------------- */

.utility-bar,
.utility-bar .widget {
    margin: 0;
    padding: 0;
    text-align: center;
}

.utility-bar .wrap {
    padding-left: 5px;
    padding-right: 5px;
}


.utility-bar .advads-widget {
    margin: 10px 0 5px;
}


.utility-bar .join {
    padding: 15px;
    color: #fff;
    background-color: #576492;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    margin: -10px -5px -5px -5px;
    text-align: center;
}

.utility-bar .join a,
.utility-bar .join_light a {
    color: #fff;
    text-decoration: none;
}

.utility-bar .join a:hover,
.utility-bar .join_light a:hover {
    color: #fff;
    text-decoration: underline;
}

.utility-bar .join a.underline,
.utility-bar .join_light a.underline {
    color: #fff;
    text-decoration: underline;
}

.utility-bar .join_light {
    padding: 15px;
    color: #fff;
    background-color: #e3edf6;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    margin: -10px -5px -5px -5px;
    text-align: center;
}







/* Top
---------------------------------------------------------------------------------------------------- */

.to-top {
	display:inline-block;
	height:40px;
	width:40px;
	position:fixed;
	bottom:40px;
	right:10px;
	box-shadow:0 0 10px rgba(0,0,0,0.05);
	overflow:hidden;
	text-indent:100%;
	white-space:nowrap;
	background:rgba(0,0,0,0.4) url(images/to-top.svg) no-repeat center 50%;
	visibility:hidden;
	opacity:0;
	-webkit-transition:all .3s;
	-moz-transition:all .3s;
	transition:all .3s;
    margin-bottom: 78px;
}

.to-top.top-is-visible {
	visibility:visible;
	opacity:1;
}

.to-top.top-fade-out {
	opacity:.5;
}

.no-touch .to-top:hover {
	background-color:#e86256;
	opacity:1;
}

@media only screen and (min-width: 1024px) {
	.to-top {
		height:60px;
		width:60px;
		right:30px;
		bottom:30px;
	}
}

@media only screen and (min-width: 768px) {
	.to-top {
		right:20px;
		bottom:20px;
	}
}








.credicard_group{
	padding-bottom: 28px;
    position: relative;
}

#creditcard_status {
	font-size: 14px;
    color: red;
    padding-left: 10px;
    position: absolute;
    right: 10px;
    /* top: 0; */
    bottom: 35px;
}

.creditcard-wrapper .newline-left p{
	padding: 0 10px 0 0;
	margin: 33px 0 0 0;
}

#checkout-with_paypal > img {
	max-width: 220px;
}


/* Sprites
---------------------------------------------------------------------------------------------------- */

.icon_one-on-one {
	margin: 0 auto 7px auto;
	padding: 10px;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		  -ms-border-radius: 100%;
			 -o-border-radius: 100%;
			 	  border-radius: 100%;
}

.icon-one-on-one_options{ background: #9db5fd; }
.icon-one-on-one_email { background: #7ffdbe; }
.icon-one-on-one_phone { background: #fa9cfd; }
.icon-one-on-one_bundles { background: #fdca9b; }

.icon_one-on-one > .icon{
	width: 50px;
	height: 50px;
}

.icon_one-on-one.icon-one-on-one_options > .icon{
	background: url(images/one_on_one_icons.png);
	background-position: -2px -52px;
}

.icon_one-on-one.icon-one-on-one_email > .icon{
	background: url(images/one_on_one_icons.png);
	 background-position: -54px -0px;
}

.icon_one-on-one.icon-one-on-one_phone > .icon{
	background: url(images/one_on_one_icons.png);
	background-position: -54px -52px;
}
.icon_one-on-one.icon-one-on-one_bundles > .icon{
	background: url(images/one_on_one_icons.png);
	background-position: -2px -0px;
}









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

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

    .logo-seen-7 {
        display: none;
    }

}

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

    .content {
		width: 620px;
	}

}

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

    .content {
		width: 560px;
	}

}

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

    .logo-seen-6 {
        display: none;
    }

}

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

    .before-entry-header {
    display: block;
    }

    .before-entry-content {
    display: block;
    }

	.content,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.sidebar-primary,
	.site-header .nav-primary {
		max-width: 100%;
		width: 100%;
	}

	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu {
		float: none;
	}

	.genesis-responsive-menu .genesis-nav-menu > .menu-item > .sub-menu,
	.genesis-responsive-menu .wrap {
		padding: 0;
	}

	.genesis-responsive-menu {
		display: none;
		position: relative;
		-webkit-transition: opacity 0.4s ease-in-out;
		-moz-transition:    opacity 0.4s ease-in-out;
		-ms-transition:     opacity 0.4s ease-in-out;
		-o-transition:      opacity 0.4s ease-in-out;
		transition:         opacity 0.4s ease-in-out;
	}

	.genesis-responsive-menu  .genesis-nav-menu .sub-menu::before,
	.genesis-skip-link .skip-link-hidden,
	.genesis-responsive-menu .genesis-nav-menu > .menu-item a::before {
		display: none;
		visibility: hidden;
	}

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

	.menu-toggle:focus,
	.menu-toggle:hover,
	.sub-menu-toggle:focus,
	.sub-menu-toggle:hover {
		background-color: transparent;
		border-width: 0;
		color: #576492;
	}

	.menu-toggle {
		float: right;
		line-height: 20px;
		z-index: 1000;
        font-size: 30px;
        font-size: 3.0rem;
	}

	.menu-toggle::before {
		text-rendering: auto;
		vertical-align: middle;
	}

	.genesis-nav-menu .menu-item-has-toggle {
		padding: 15px 0;
		width: 45px;
	}

	.menu-toggle {
		padding: 15px 0;
		width: 35px;
	}

	.sub-menu-toggle {
		float: right;
		padding: 12px 15px 13px 16px;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 100;
	}

	.sub-menu-toggle::before {
		display: inline-block;
		text-rendering: auto;
		-webkit-transform: rotate( 0 );
		-ms-transform:     rotate( 0 );
		transform:         rotate( 0 );
		-webkit-transition: transform 0.25s ease-in-out;
		-ms-transition:     transform 0.25s ease-in-out;
		transition:         transform 0.25s ease-in-out;
	}

	.sub-menu-toggle.activated::before {
		-webkit-transform: rotate( 180deg );
		-ms-transform:     rotate( 180deg );
		transform:         rotate( 180deg );
	}

	.sub-menu .sub-menu-toggle,
	.sub-menu .sub-menu-toggle:focus,
	.sub-menu .sub-menu-toggle:hover {
		background-color: transparent;
		color: #fff;
		top: 6px;
	}

	.genesis-responsive-menu .genesis-nav-menu > :not(.menu-item-has-toggle),
	.genesis-responsive-menu .genesis-nav-menu > .menu-item .menu-item {
		display: block;
		float: none;
		position: relative;
		text-align: left;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item:focus,
	.genesis-responsive-menu .genesis-nav-menu .menu-item:hover {
		position: relative;
	}

	.genesis-responsive-menu .genesis-nav-menu a:focus,
	.genesis-responsive-menu .genesis-nav-menu a:hover {
		color: #242950;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item {
		padding: 0;
	}

	.genesis-responsive-menu .genesis-nav-menu .menu-item a {
		border: none;
		margin-bottom: 1px;
		padding: 13px 20px;
		width: 100%;
	}

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

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

	.genesis-responsive-menu .genesis-nav-menu > .menu-item-has-children > a::after {
		content: none;
	}

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

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

}

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

    .logo-seen-5 {
        display: none;
    }

}

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

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

	.entry-header + .wrapper,
	.wrapper .wrapper + .entry-content {
		width: 100%;
	}

	.entry,
	.entry-header + .wrapper,
	.sidebar {
		margin-bottom: 5%;
	}

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

	.pagination {
		margin: 5% auto;
	}

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


    .inner-above-footer .widget {
    max-width: 80%;
    font-size: 20px;
    font-size: 2.0rem;
    }


}

@media only screen and (max-width: 830px) {	
    .logo-seen-4 {	
        display: none;	
    }	
}	

@media only screen and (max-width: 782px) {	
    .admin-bar .utility-bar {	
	   top: 45px;	
    }	
}

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

    .site-inner .wrap {
        padding-left: 4%;
        padding-right: 4%;
    }

    .before-entry-header .wrap,
    .before-entry-content .wrap {
        padding-left: 0;
        padding-right: 0;
    }


    .genesis-nav-menu {
        font-size: 17px;
        font-size: 1.7rem;
	}

    .inner-above-footer {
        padding: 40px 0;
    }

    .inner-above-footer .widget {
        margin: 0 auto;
        max-width: 85%;
        font-size: 20px;
        font-size: 2.0rem;
    }

    .inner-above-footer .widget-title {
	   font-size: 32px;
	   font-size: 3.2rem;
    }

}

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

    .logo-seen {
        margin: 10px 10px;
        vertical-align: middle;
    }

    .logo-seen-4 {
        display: none;
    }
}

@media only screen and (max-width: 720px) {	
    	
    .title-area {	
        margin-top: 5px;	
    }	
}

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

    .inner-above-footer .widget {
        max-width: 90%;
        font-size: 20px;
        font-size: 2.0rem;
    }

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

}

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

    .inner-above-footer .widget {
        max-width: 85%;
        font-size: 18px;
        font-size: 1.8rem;
    }

    input,
    select,
    textarea {
        max-width: 95%;
    }

}

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

    .inner-above-footer {
        padding: 40px 0;
    }

    .inner-above-footer .widget {
        margin: 0 auto;
        max-width: 90%;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .inner-above-footer .widget-title {
	   font-size: 30px;
	   font-size: 3.0rem;
    }

    .site-footer {
	   padding: 20px 20px;
        margin-top: -40px;
    }

    .footer-widgets .widget {
        margin: -30px 0 -30px;
    }

}

@media only screen and (max-width: 600px) {
    
    .header-image .site-title > a {	
	   min-height: 50px;	
    }

	.site-header {
        padding: 5px 5px 5px 20px;
	}

	.title-area .site-title {
		font-size: 20px;
		font-size: 2rem;
	}

	.flexible-widgets .widget {
		padding: 0 10px;
	}

    .footer-widgets {
	   padding: 0 2% 0 5%;
        margin: 0;
        font-size: 14px;
        font-size: 1.4rem;
    }

    .footer-widgets .widget-title {
		font-size: 16px;
		font-size: 1.6rem;
        margin-top: -20px;
	}

	.toggle-header-search.close {
		top: 7px;
		right: 10px;
		width: 45px;
	}

	.js .header-search-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.header-search-container input[type="search"] {
		padding-right: 25px;
	}

}

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

    .inner-above-footer {
        padding: 40px 0;
    }

    .inner-above-footer .widget {
        margin: 0 auto;
        max-width: 85%;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .inner-above-footer .widget-title {
	   font-size: 28px;
	   font-size: 2.8rem;
    }

}


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

    .inner-above-footer .widget {
        max-width: 90%;
    }
}

@media only screen and (max-width: 525px) {
    
    .inner-above-footer .widget {
        max-width: 75%;
    }
}

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

    .title-area {
	   min-width: 160px;
    }

    .header-image .title-area {
	   max-width: 160px;
    }
}



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

    .inner-above-footer .widget {
        max-width: 85%;
    }
}

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

    .genesis-nav-menu {
        font-size: 14px;
        font-size: 1.4rem;
	}

    .inner-above-footer .widget {
        max-width: 80%;
        font-size: 16px;
        font-size: 1.6rem;
    }

    .inner-above-footer .widget-title {
	   font-size: 24px;
	   font-size: 2.4rem;
    }

    .footer-widgets {
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .footer-widgets .flexible-widgets .widget:first-child {
        width: 36%;
    }

    .footer-widgets .flexible-widgets .widget:last-child {
        width: 30%;
    }

}

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

    .site-header {
        padding: 5px 5px 5px 10px;
	}

    .footer-widgets {
        font-size: 14px;
        font-size: 1.4rem;
    }

}

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

    .footer-widgets .flexible-widgets.widget-fourths .widget,
	.footer-widgets .flexible-widgets.widget-halves .widget,
	.footer-widgets .flexible-widgets.widget-thirds .widget {
		float: none;
		width: 100%;

	}

	.footer-widgets .flexible-widgets .widget {
		padding-left: 0;
		padding-right: 0;
        padding: 0;
        margin: 40px 0 0 0;
	}

    .footer-widgets .flexible-widgets .widget:first-child {
        margin-top: -10px;
    }

    .site-footer {
	   padding: 20px 20px;
        margin-top: 0px;
    }


    .footer-widgets .widget {
        margin: 0px 0 0px;
        text-align: center;
    }

}

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

    .full-width-content .content {
	   width: 100%;
    }
}
@media only screen and (max-width: 320px) {

    .site-footer {
        font-size: 13px;
        font-size: 1.3rem;
    }
}

		
@media only screen and (max-width: 312px) {	
    	
    .site-header {	
        margin-top: 117px;	
    }	
    	
    .blank-page .site-header,	
    .promo-page .site-header,	
    .purchase-page .site-header,	
    .sales-page .site-header,	
    .getresponse-thankyou .site-header {	
        margin-top: 0px;	
    }	
    	
}