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

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

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,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}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}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}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}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

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

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

/* ## 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,
.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,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


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

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

body {
	background-color: #f5f5f5;
	color: #333;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.625;
	margin: 0;
}

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

::-moz-selection {
	background-color: #333;
	color: #fff;
}

::selection {
	background-color: #333;
	color: #fff;
}

a {
	color: #e5554e;
	text-decoration: none;
}

a:hover {
	color: #333;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	margin: 40px;
}

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


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #333;
	font-family: Oswald, sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

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

img {
	height: auto;
}

.featured-content img,
.gallery img {
	width: auto;
}

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

.gallery {
	overflow: hidden;
}

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

.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 img {
	border: 1px solid #ddd;
	height: auto;
	padding: 4px;
}

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

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

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

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

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

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button, 
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
#signup, #verifynow {
	background-color: #333;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 300;
	padding: 16px 24px;
	text-transform: uppercase;
	width: auto;
}

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

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

#signup, #verifynow {
	float: right;
	margin-top: -96px;
	font-weight: 400;
}

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

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

.button {
	display: inline-block;
}

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

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

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

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

td,
th {
	text-align: left;
}

td {
	border-top: none;
	padding: 6px 0;
}

th {
	font-weight: 400;
}

th[align="right"], td[align="right"] { 
    text-align: right;
}


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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1200px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
}

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

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

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

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

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

/* ### Content */

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

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

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

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

/* ### Primary Sidebar */

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

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

/* ### Secondary Sidebar */

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

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
}

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

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

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

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

.breadcrumb {
	margin-bottom: 20px;
}

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

.author-box-title {
	font-size: 16px;
	margin-bottom: 4px;
}

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

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

.search-form {
	overflow: hidden;
}

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

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

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

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

.archive-title {
	font-size: 20px;
}

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

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

.entry-title a:hover {
	color: #e5554e;
}

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

.footer-widgets .widget-title {
	color: #fff;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

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

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

.wp-caption-text {
	font-size: 14px;
	font-weight: 700;
	text-align: center;
}

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

.sticky {
}


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

.widget {
	word-wrap: break-word;
}

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	border-bottom: 2px solid #f5f5f5;
	margin-bottom: 20px;
	padding: 0 0 24px;
}

.footer-widgets .entry {
	border-bottom: 1px dotted #666;
}

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


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

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

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

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

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

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

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

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

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

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

#wpstats {
	display: none;
}


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

.site-header {
	background-color: #fff;
	min-height: 160px;
}

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

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

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

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

.site-title {
	font-size: 32px;
	font-weight: 400;
	line-height: 1.2;
}

.site-title a,
.site-title a:hover {
	color: #333;
}

.header-image .site-title > a {
	background: url(images/logo.png) no-repeat left;
	float: left;
	min-height: 60px;
	width: 100%;
}

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

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

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

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

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


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

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

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

.genesis-nav-menu a {
	color: #333;
	display: block;
	padding: 30px 24px;
}

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.genesis-nav-menu .submenu .current-menu-item > a:hover {
	color: #e5554e;
}

.genesis-nav-menu .sub-menu, .genesis-nav-menu .submenu {
	left: -9999px;
	opacity: 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: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a, .genesis-nav-menu .submenu a {
	background-color: #fff;
	border: 1px solid #eee;
	border-top: none;
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

.genesis-nav-menu .sub-menu .sub-menu, .genesis-nav-menu .submenu .submenu {
	margin: -55px 0 0 199px;
}

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

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

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

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

.genesis-nav-menu > .right {
	color: #fff;
	float: right;
	list-style-type: none;
	padding: 30px 0;
}

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

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	padding: 10px 0 0;
}

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

.site-header .sub-menu, .site-header .submenu {
	border-top: 1px solid #eee;
}

.site-header .sub-menu .sub-menu, .site-header .submenu .submenu {
	margin-top: -56px;
}

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

/* ## Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #333;
}

.nav-primary .genesis-nav-menu a {
	color: #fff;
}

.nav-primary .genesis-nav-menu .sub-menu a, .nav-primary .genesis-nav-menu .submenu a {
	color: #333;
}

.nav-primary .genesis-nav-menu a:hover,
.nav-primary .genesis-nav-menu .current-menu-item > a,
.nav-primary .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.nav-primary .genesis-nav-menu .submenu .current-menu-item > a:hover {
	color: #e5554e;
}

/* ## Secondary Navigation
--------------------------------------------- */

.nav-secondary {
	background-color: #fff;
}


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

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

.entry {
	margin-bottom: 40px;
	padding: 50px 60px;
}

.content .entry {
	background-color: #fff;
}

.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: #333;
	color: #ddd;
}

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

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

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

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

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

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

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

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

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #333;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #e5554e;
}
*/

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

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

.comment-respond,
.entry-pings {
	padding: 40px 40px 16px;
}

.entry-comments {
	padding: 40px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: none;
}

.comment-content {
	clear: both;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

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

.entry-comments .comment-author {
	margin-bottom: 0;
}

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

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


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

.sidebar {
	font-size: 16px;
}

.sidebar li {
	border-bottom: 1px dotted #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.sidebar p:last-child,
.sidebar ul > li:last-child {
	margin-bottom: 0;
}

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


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

.footer-widgets {
	background-color: #333;
	clear: both;
	padding-top: 40px;
}

.footer-widgets,
.footer-widgets a {
	color: #999;
}

.footer-widgets input {
	border: 1px solid #333;
}

.footer-widgets a.button,
.footer-widgets a:hover {
	color: #fff;
}

.footer-widgets li {
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

.footer-widgets p:last-child {
	margin-bottom: 0;
}

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

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

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

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


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

.site-footer {
	background-color: #fff;
	font-size: 16px;
	line-height: 1;
	padding: 40px 0;
	text-align: center;
}

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


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

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

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

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

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

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.sidebar-primary,
	.title-area {
		width: 300px;
	}

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

}

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

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

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

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

	.header-image .title-area {
		background-position: center top;
	}

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

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

	.genesis-nav-menu a,
	.genesis-nav-menu > .first > a,
	.genesis-nav-menu > .last > a {
		padding: 20px 16px;
	}

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

	.genesis-nav-menu li.right {
		display: none;
	}

	.footer-widgets-1 {
		margin-right: 0;
	}

}

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

	body {
		background-color: #fff;
		font-size: 16px;
	}

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

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget,
	.site-header {
		padding: 0;
	}
/*

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

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

	.sidebar .widget.enews-widget {
		padding: 40px;
	}

}


/*
	Theme Name: Parallax Pro Theme
	Theme URI: http://my.studiopress.com/themes/parallax/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 1.2

	Tags: black, white, blue, green, orange, pink, one-column, two-columns, responsive-layout, custom-header, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page

	Template: genesis
	Template Version: 2.1

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Objects
		- Gallery
		- Forms
		- Buttons
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Simple Social Icons
	- Plugins
		- Genesis eNews Extended
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Homepage
		- Pricing Table
		- Content
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Content Boxes
		- Comments
	- Sidebar
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Parallax Pro Blue
		- Parallax Pro Green
		- Parallax Pro Orange
		- Parallax Pro Pink
	- Media Queries
		- Retina Display
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px

*/


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

/* Baseline Normalize
	normalize.css v2.1.3 | 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],template{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a{background:transparent}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:700}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:-.5em}sub{bottom:-.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
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets: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,/*

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

body {
	background-color: #fff;
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 22px;
	font-weight: 400;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

body.parallax-home {
	background: none;
}

a,
input:focus,
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: #000;
	color: #fff;
}

::selection {
	background-color: #000;
	color: #fff;
}

a {
	color: #f04848;
	text-decoration: none;
}

a:hover {
	color: #000;
}

.site-inner a:not(.large-button-blue):hover {
	color: #f04848;
	text-decoration: underline;
}

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

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

li {
	list-style-type: none;
}

b,
strong {
	font-weight: 700;
}

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

blockquote {
	color: #999;
	margin: 40px;
}

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

p + ul {
	margin-bottom: 30px;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
	font-family: Oswald, sans-serif;
	font-weight: 300;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 32px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

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

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

img {
	height: auto;
}

.full-width-content img.pull-left {
	float: left;
	margin: 0 40px 40px -200px;
}

.full-width-content img.pull-right {
	float: right;
	margin: 0 -200px 40px 40px;
}

.featured-content img,
.gallery img {
	width: auto;
}

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

.gallery {
	overflow: hidden;
	margin-bottom: 28px;
}

.gallery-item {
	display: inline-block;
	padding: 4px;
	text-align: center;
	vertical-align: top;
	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 .gallery-item img {
	border: none;
	height: auto;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	padding: 12px;
	width: 100%;
	/*vertical-align: text-bottom; WHY? */
}

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

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

::-moz-placeholder {
	color: #000;
	opacity: 1;
	font-weight: 400;
}

::-webkit-input-placeholder {
	color: #000;
	font-weight: 400;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #000;
	border: none;
	color: #fff;
	cursor: pointer;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	padding: 20px;
	text-transform: uppercase;
	-webkit-font-smoothing: antialiased;
}

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

.button {
	display: inline-block;
}

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

/* Buttons
--------------------------------------------- */

.footer-widgets a.button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.home-even a.button,
.home-odd a.button {
	background: transparent;
	clear: both;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	margin-top: 20px;
	padding: 15px 25px;
	text-transform: uppercase;
}

.footer-widgets a.button,
.footer-widgets button,
.footer-widgets input[type="button"],
.footer-widgets input[type="reset"],
.footer-widgets input[type="submit"],
.home-odd a.button {
	border: 3px solid #fff;
	color: #fff !important;
}

.footer-widgets a.button:hover,
.home-odd a.button:hover {
	background-color: #fff;
	color: #000 !important;
	text-decoration: none;
}

.footer-widgets button:hover,
.footer-widgets input:hover[type="button"],
.footer-widgets input:hover[type="reset"],
.footer-widgets input:hover[type="submit"] {
	background-color: #fff !important;
	color: #000 !important;
}

.home-even a.button {
	border: 3px solid #000;
	color: #000;
}

.home-even a.button:hover {
	background-color: #000;
	color: #fff;
}

.large-button-blue {
	-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;
	
	background-color: #000;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1em;
	padding: 20px;
	text-transform: uppercase;
	width: auto;
	display: inline-block;
	margin: 20px inherit;
	float: none;
	-webkit-font-smoothing: antialiased;
}

.large-button-blue:hover {
	background-color: #f04848 !important;
	color: #fff;
	text-decoration: none;
}

.large-button-disabled, .large-button-disabled:hover {
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1em;
	padding: 20px;
	text-transform: uppercase;
	width: auto;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	background-color: #969696 !important;
	line-height: 1em;
	margin: 20px inherit;
	float: none;
}

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

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

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

td,
th {
	text-align: left;
}

td {
	border-top: 1px solid transparent;
	padding: 6px 0;
}

th {
	font-weight: 700;
}

.table-style01 {
	border: 1px solid #33627A;
}

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

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

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 95%;
}

.site-inner {
	clear: both;
	margin-top: 140px;
}

.home .site-inner {
	margin-top: 30px;
	max-width: 100%;
}

.parallax-landing .site-inner {
	margin-top: 100px;
}

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	float: left;
}

.author-box .avatar {
	height: 88px;
	width: 88px;
}

.entry-comments .avatar {
	height: 60px;
	width: 60px;
}

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

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

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

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

.breadcrumb {
	border-bottom: 2px solid #f5f5f5;
	font-size: 20px;
	margin-bottom: 60px;
	padding-bottom: 10px;
}

.archive-description,
.author-box {
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	font-size: 20px;
	margin-bottom: 100px;
	padding: 40px 0;
}

.author-box-title {
	font-size: 22px;
	margin-bottom: 8px;
}

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

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

.search-form {
	overflow: hidden;
}

.site-header .search-form {
	float: right;
	margin-top: 4px;
}

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

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

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

.archive-title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}

.entry-title, .content-header {
	font-size: 36px;
	text-align: center;
}

.sidebar .entry-title {
	font-size: 24px;
	text-align: left;
}

.entry-title a {
	color: #000;
}

.entry-title a:hover {
	color: #f04848;
}

.widget-title {
	font-size: 24px;
	margin-bottom: 20px;
}

.footer-widgets .widget-title {
	color: #fff;
	font-size: 36px;
}

.home-even .widget-title,
.home-odd .widget-title {
	font-size: 72px;
	margin-bottom: 40px;
}

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

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

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

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

a.alignnone {
	display: inline-block;
}

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

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

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

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

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

.wp-caption-text {
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
}

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

.gallery-caption {
	margin: 0;
}

.sticky {
}


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

.widget {
	word-wrap: break-word;
}

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

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

.widget_calendar table {
	width: 100%;
}

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

/* Simple Social Icons
--------------------------------------------- */

.parallax-home .content .simple-social-icons {
	margin-top: 40px;
}

.parallax-home .content .simple-social-icons ul li {
	margin: 0 20px !important;
}

.parallax-home .content .simple-social-icons ul li a,
.parallax-home .content .simple-social-icons ul li a:hover {
	padding: 30px;
}


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

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

.enews-widget input {
	font-size: 18px;
	margin-bottom: 20px;
}

.footer-widgets .enews-widget input:hover[type="submit"] {
	background-color: #fff;
	color: #000;
}

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

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

#wpstats {
	display: none;
}


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

.site-header {
	background-color: #000;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
}

.admin-bar .site-header {
	top: 32px;
}

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

.title-area {
	float: left;
	padding: 20px 0;
	width: 360px;
}

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

.site-title {
	font-family: Oswald, sans-serif;
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1;
	margin-bottom: 0;
	text-transform: uppercase;
}

.site-title a,
.site-title a:hover {
	color: #fff !important;
}

.header-image .title-area {
	padding: 0;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height: 70px;
	text-indent: -9999px;
	max-width: 360px;
}

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

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

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

.site-header .widget-area,
.site-header .widget-area a {
	color: #fff;
}

.site-header .widget-area a:hover {
	color: #f04848;
}

.site-header .textwidget {
	margin-top: 27px;
}


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

.genesis-nav-menu {
	clear: both;
	color: #fff;
	font-family: Oswald, sans-serif;
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 1px;
	line-height: 1;
	width: 100%;
}

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

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

.genesis-nav-menu a {
	color: #fff;
	display: block;
	font-family: Oswald, sans-serif;
	font-weight: 400;
	padding: 27px 10px;
}

/*
.menu a {
	font-family: Oswald, sans-serif;
	font-weight: 400;
}
*/

.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu a:hover,
.genesis-nav-menu .submenu a:hover,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover
.genesis-nav-menu .submenu .current-menu-item > a:hover {
	color: #f04848;
}

.genesis-nav-menu > .menu-item > a {
	text-transform: uppercase;
}

.genesis-nav-menu .sub-menu, .genesis-nav-menu .submenu {
	left: -9999px;
	letter-spacing: 0;
	opacity: 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: 200px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a, .genesis-nav-menu .submenu a {
	padding: 20px;
	position: relative;
	width: 200px;
	background-color: transparent;
	border: none;
	font-size: 14px;
	font-weight: 400;
}

.genesis-nav-menu .sub-menu .sub-menu, .genesis-nav-menu .submenu .submenu {
	margin: -56px 0 0 199px;
}

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

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

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

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

.genesis-nav-menu > .right {
	color: #fff;
	display: inline-block;
	list-style-type: none;
	padding: 27px 20px;
	text-transform: uppercase;
}

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

.genesis-nav-menu > .rss > a {
	margin-left: 48px;
}

.genesis-nav-menu > .search {
	display: block;
	margin: 0 auto;
	padding: 0 20px 20px;
	width: 50%;
}

.genesis-nav-menu .loginbutton:hover, .genesis-nav-menu .loginbutton a:hover {
	color: #f04848  !important;
}



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

.site-header .sub-menu, .site-header .submenu {
	background-color: #000;
	border: 1px solid #000;
}

/* Primary Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #000;
	margin-bottom: 60px;
	text-align: center;
}

.nav-primary .sub-menu, .nav-primary .submenu {
	background-color: #000;
}

/* Secondary Navigation
--------------------------------------------- */

.nav-secondary .genesis-nav-menu {
	padding: 20px 0;
}

.nav-secondary a {
	margin: 0 20px;
	padding: 0;
}

/* Responsive Menu
--------------------------------------------- */

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	margin-bottom: 10px;
}

.responsive-menu-icon::before {
	color: #fff;
	content: "\f333";
	font: normal 24px/1 'dashicons';
	margin: 0 auto;
}

.nav-secondary, .nav-secondary .sub-menu, .nav-secondary .submenu, .nav-secondary .submenu a  {
	background: #222B32 !important;
	z-index: 100;
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */

/* Homepage
--------------------------------------------- */

.home-even,
.home-odd {
	clear: both;
	font-size: 28px;
	overflow: hidden;
	padding: 190px 0 200px;
	text-align: center;
}

.home-even .widget,
.home-odd .widget {
	margin-bottom: 40px;
}

.home-even p:last-child,
.home-even .widget:last-child,
.home-odd p:last-child,
.home-odd .widget:last-child {
	margin-bottom: 0;
}

.home-odd,
.home-odd a:hover,
.home-odd h1,
.home-odd h2,
.home-odd h3,
.home-odd h4,
.home-odd h5,
.home-odd h6,
.home-odd .featured-content .entry-title a,
.home-odd .widget-title {
	color: #fff;
}

.home-odd .featured-content .entry-title a:hover {
	color: #f04848;
}

.home-even p:last-child,
.home-odd p:last-child {
	margin-bottom: 0;
}

.home-even {
	background-color: #fff;
}

.home-section-1 {
	background-image: url(https://chrishoman.github.io/qcheck-public/images/bg-1.jpg) !important;
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;

}

.home-section-3 {
	background-image: url(https://chrishoman.github.io/qcheck-public/images/bg-3.jpg) !important;
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;

}

.home-section-5 {
	background-image: url(https://chrishoman.github.io/qcheck-public/images/bg-5.jpg) !important;
	background-attachment: fixed;
	background-color: #fff;
	background-position: 50% 0px;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	background-size:         cover;

}

.home-section-5 .wrap {
	max-width: 90%;
}

#home-price-volume {
	max-width: 1180px;
	margin: 0 auto;
}

/* Pricing Table
--------------------------------------------- */

.ptp-pricing-table { white-space: nowrap; width: 100%; text-align: center; }

.ptp-col { padding-left: 0.4em; padding-right: 0.4em; display: inline-block; vertical-align: top; white-space: normal; }
.ptp-one-col   { width: 50%; }
.ptp-two-col   { width: 46.5%; }
.ptp-three-col { width: 31%; }
.ptp-four-col  { width: 23.25%; }
.ptp-five-col  { width: 18.6%; }
.ptp-six-col   { width: 15.5%; }
.ptp-seven-col { width: 13.29%; }
.ptp-eight-col { width: 11.625%; }
.ptp-nine-col  { width: 10.3%; }
.ptp-ten-col   { width: 9.3%; }
.ptp-more-col  { width: auto; }

div.ptp-item-container { margin: 0; border-radius:0;padding:0; font-size: 16px; line-height: 1.6; font-family: inherit; border: #dddddd solid 1px;}
div.ptp-plan{ padding:.9375em 1.25em; border-radius:0; line-height: 1em; text-align: center; font-family: 'Oswald'; font-weight: 400;font-weight: bold; font-size: 20px; background-color: #D86A6B; color: #F3F2ED;}
div.ptp-most-popular{padding: 0.3em; text-align: center; font-size: 0.9em; font-weight: bold; line-height: 1.4em; margin-bottom: 2px; background-color: #7f8c8d; color: #fff;}
div.ptp-not-most-popular{border-radius:0; background: none; padding: 0.3em; text-align: center; color: #fff; font-size: 0.9em; font-weight: bold; line-height: 1.4em; margin-bottom: 2px; }
div.ptp-price{line-height: 1em; text-align: center; font-weight: normal; font-size:20px;padding:.9375em 1.25em; background-color: #eeeeee; color: #333333;}
div.ptp-bullet-item{background-color: #fff; text-align: center; font-size:16px;padding:.9375em .5em .9375em .5em; color: #333333; border-bottom: dotted 1px #dddddd; }
div.ptp-cta{border-bottom-right-radius:0;border-bottom-left-radius:0;padding-top:1.25em;padding-bottom:1.25em; text-align: center; background-color: #F5F5F5; }
div.ptp-item-container, div.ptp-plan, div.ptp-most-popular, div.ptp-price,div.ptp-bullet-item, div.ptp-cta {
	box-sizing: content-box;
}


a.ptp-button{
  cursor: pointer;
  border-radius:0;
  font-family: inherit;
  font-size:1em;
  font-weight: 400;
  line-height: 1em;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  color:#fff;
  background-color:#d86a6b;
  border-bottom:#d86a6b 4px solid;
  width: 75%;
  margin: 0;
  padding-top: 0.75em;
  padding-bottom: 0.8125em;
  font-size: 1em;
  border: none;
  
  /* from zurb */
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
}

a.ptp-button:hover {
	text-decoration: none;
	font-weight: 700;
	color: #fff;
}

.ptp-item-container div{margin:0}
.ptp-button:hover{background-color:#f45358}


#home-price-volume {
	max-width: 1180px;
	margin: 0 auto;
}

/* smart phones */
@media only screen and (max-width: 765px) {
  .ptp-col { width: 100%; }
  .ptp-pricing-table{ white-space: normal; }
  .tt-ptp-empty-row { display: none  }
}


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

.content {
	float: left;
	width: 700px;
}

.page .content {
	padding-bottom: 50px;
}

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

.full-width-content .content {
	padding: 0 200px 50px;
	width: 100%;
}

.full-width-content.parallax-home .content:not(main) {
	padding: 0;
}

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

.entry {
	margin-bottom: 100px;
}

.sidebar .entry {
	margin-bottom: 40px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 30px;
	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: #000;
	color: #ddd;
}

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

p.entry-meta {
	font-size: 20px;
	margin-bottom: 0;
}

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

.entry-header::after {
	border-bottom: 1px solid #000;
	content: "";
	display: block;
	margin: 0 auto 60px;
	padding-bottom: 30px;
	width: 25%;
}

.sidebar .entry-header::after {
	display: none;
}

.entry-categories::before,
.entry-tags::before {
	display: inline-block;
	font: normal 20px/1 'dashicons';
	margin-right: 5px;
	margin-top: 2px;
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
}

.entry-categories::before {
	content: "\f318";
}

.entry-tags::before {
	content: "\f323";
}

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

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

/* After Entry
--------------------------------------------- */

.after-entry {
	border-top: 1px solid #000;
	padding: 40px 0;
}

.after-entry .widget {
	margin-bottom: 40px;
}

.after-entry p:last-child,
.after-entry .widget:last-child {
	margin: 0;
}

.after-entry li {
	list-style-type: none;
}

/* Content Boxes
--------------------------------------------- */
 
.content-box-blue,
.content-box-gray,
.content-box-green,
.content-box-purple,
.content-box-red,
.content-box-yellow {
	margin-bottom: 30px;
	overflow: hidden;
	padding: 30px;
}
 
.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;
}

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

.comment-respond,
.entry-comments,
.entry-pings {
	margin-bottom: 100px;
}

p.comment-meta,
.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-header {
	font-size: 20px;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

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

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .children .comment {
	border: none;
}

.comment-respond label {
	display: block;
	font-weight: 700;
}

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

.comment-list li,
.ping-list li {
	list-style-type: none;
}

.entry-comments ul.children {
	margin-left: 40px;
}

.form-allowed-tags,
.ping-list .reply {
	display: none;
}

.bypostauthor {
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}


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

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

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

.sidebar p:last-child {
	margin-bottom: 0;
}

.sidebar li {
	list-style-type: none;
	margin-bottom: 6px;
	word-wrap: break-word;
}

.sidebar ul > li:last-child {
	margin-bottom: 0;
}

.sidebar .widget {
	margin-bottom: 40px;
}


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

.footer-widgets {
	background-color: #33627a;
	clear: both;
	font-size: 24px;
	padding: 100px 0;
	text-align: center;
}

.footer-widgets,
.footer-widgets a:hover {
	color: #fff !important;
}

.footer-widgets a {
	color: #000 !important;
}

.footer-widgets .widget {
	margin-bottom: 40px;
}

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


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

.site-footer {
	background-color: #000;
	padding: 40px 0;
	text-align: center;
}

.site-footer a,
.site-footer p {
	color: #fff;
	font-family: Oswald, sans-serif;
	font-size: 12px;
	font-weight: 400;
}

.site-footer a:hover {
	color: #f04848;
}

.site-footer p {
	letter-spacing: 1px;
	margin-bottom: 0;
	text-transform: uppercase;
}


/*
Color Styles
---------------------------------------------------------------------------------------------------- */

.parallax-pro-blue a:hover,
.parallax-pro-blue .entry-title a,
.parallax-pro-green a:hover,
.parallax-pro-green .entry-title a,
.parallax-pro-orange a:hover,
.parallax-pro-orange .entry-title a,
.parallax-pro-pink a:hover,
.parallax-pro-pink .entry-title a {
	color: #000;
}

.parallax-pro-blue .button,
.parallax-pro-blue .button:hover,
.parallax-pro-blue .genesis-nav-menu a,
.parallax-pro-blue .home-odd a:hover,
.parallax-pro-blue .site-footer a,
.parallax-pro-green .button,
.parallax-pro-green .button:hover,
.parallax-pro-green .genesis-nav-menu a,
.parallax-pro-green .home-odd a:hover,
.parallax-pro-green .site-footer a,
.parallax-pro-orange .button,
.parallax-pro-orange .button:hover,
.parallax-pro-orange .genesis-nav-menu a,
.parallax-pro-orange .home-odd a:hover,
.parallax-pro-orange .site-footer a,
.parallax-pro-pink .button,
.parallax-pro-pink .button:hover,
.parallax-pro-pink .genesis-nav-menu a,
.parallax-pro-pink .home-odd a:hover,
.parallax-pro-pink .site-footer a {
	color: #fff;
}

/* Parallax Pro Blue
--------------------------------------------- */

.parallax-pro-blue a,
.parallax-pro-blue .entry-title a:hover,
.parallax-pro-blue .genesis-nav-menu a:hover,
.parallax-pro-blue .genesis-nav-menu .current-menu-item > a,
.parallax-pro-blue .genesis-nav-menu .sub-menu a:hover,
.parallax-pro-blue .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.parallax-pro-blue .genesis-nav-menu .submenu a:hover,
.parallax-pro-blue .genesis-nav-menu .submenu .current-menu-item > a:hover,
.parallax-pro-blue .home-odd .featured-content .entry-title a:hover,
.parallax-pro-blue .site-footer a:hover,
.parallax-pro-blue .site-header .widget-area a:hover {
	color: #44ace8;
}

.parallax-pro-blue input:hover[type="button"],
.parallax-pro-blue input:hover[type="reset"],
.parallax-pro-blue input:hover[type="submit"],/*

.parallax-pro-blue .archive-pagination li a:hover,
.parallax-pro-blue .archive-pagination .active a,
*/
.parallax-pro-blue .button:hover,
.parallax-pro-blue .footer-widgets,
.parallax-pro-blue .pricing-table a.button:hover {
	background-color: #44ace8;
}

.parallax-pro-blue .pricing-table a.button:hover {
	border: 3px solid #44ace8;
}


/* Parallax Pro Green
--------------------------------------------- */

.parallax-pro-green a,
.parallax-pro-green .entry-title a:hover,
.parallax-pro-green .genesis-nav-menu a:hover,
.parallax-pro-green .genesis-nav-menu .current-menu-item > a,
.parallax-pro-green .genesis-nav-menu .sub-menu a:hover,
.parallax-pro-green .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.parallax-pro-green .genesis-nav-menu .submenu a:hover,
.parallax-pro-green .genesis-nav-menu .submenu .current-menu-item > a:hover,
.parallax-pro-green .home-odd .featured-content .entry-title a:hover,
.parallax-pro-green .site-footer a:hover,
.parallax-pro-green .site-header .widget-area a:hover {
	color: #35c379;
}

.parallax-pro-green input:hover[type="button"],
.parallax-pro-green input:hover[type="reset"],
.parallax-pro-green input:hover[type="submit"],/*

.parallax-pro-green .archive-pagination li a:hover,
.parallax-pro-green .archive-pagination .active a,
*/
.parallax-pro-green .button:hover,
.parallax-pro-green .footer-widgets,
.parallax-pro-green .pricing-table a.button:hover {
	background-color: #35c379;
}

.parallax-pro-green .pricing-table a.button:hover {
	border: 3px solid #35c379;
}

/* Parallax Pro Orange
--------------------------------------------- */

.parallax-pro-orange a,
.parallax-pro-orange .entry-title a:hover,
.parallax-pro-orange .genesis-nav-menu a:hover,
.parallax-pro-orange .genesis-nav-menu .current-menu-item > a,
.parallax-pro-orange .genesis-nav-menu .sub-menu a:hover,
.parallax-pro-orange .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.parallax-pro-orange .genesis-nav-menu .submenu a:hover,
.parallax-pro-orange .genesis-nav-menu .submenu .current-menu-item > a:hover,
.parallax-pro-orange .home-odd .featured-content .entry-title a:hover,
.parallax-pro-orange .site-footer a:hover,
.parallax-pro-orange .site-header .widget-area a:hover {
	color: #e58c29;
}

.parallax-pro-orange input:hover[type="button"],
.parallax-pro-orange input:hover[type="reset"],
.parallax-pro-orange input:hover[type="submit"],/*

.parallax-pro-orange .archive-pagination li a:hover,
.parallax-pro-orange .archive-pagination .active a,
*/
.parallax-pro-orange .button:hover,
.parallax-pro-orange .footer-widgets,
.parallax-pro-orange .pricing-table a.button:hover {
	background-color: #e58c29;
}

.parallax-pro-orange .pricing-table a.button:hover {
	border: 3px solid #e58c29;
}

/* Parallax Pro Pink
--------------------------------------------- */

.parallax-pro-pink a,
.parallax-pro-pink .entry-title a:hover,
.parallax-pro-pink .genesis-nav-menu a:hover,
.parallax-pro-pink .genesis-nav-menu .current-menu-item > a,
.parallax-pro-pink .genesis-nav-menu .sub-menu a:hover,
.parallax-pro-pink .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.parallax-pro-pink .genesis-nav-menu .submenu a:hover,
.parallax-pro-pink .genesis-nav-menu .submenu .current-menu-item > a:hover,
.parallax-pro-pink .home-odd .featured-content .entry-title a:hover,
.parallax-pro-pink .site-footer a:hover,
.parallax-pro-pink .site-header .widget-area a:hover {
	color: #cb4082;
}

.parallax-pro-pink input:hover[type="button"],
.parallax-pro-pink input:hover[type="reset"],
.parallax-pro-pink input:hover[type="submit"],/*

.parallax-pro-pink .archive-pagination li a:hover,
.parallax-pro-pink .archive-pagination .active a,
*/
.parallax-pro-pink .button:hover,
.parallax-pro-pink .footer-widgets,
.parallax-pro-pink .pricing-table a.button:hover {
	background-color: #cb4082;
}

.parallax-pro-pink .pricing-table a.button:hover {
	border: 3px solid #cb4082;
}


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

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

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

	.site-header .widget-area {
		width: 560px;
	}

	.home-section-1,
	.home-section-3,
	.home-section-5 {
		background-attachment: scroll;
		background-position: top;
		-webkit-background-size: auto;
		-moz-background-size:    auto;
		background-size:         auto;
	}

	.content {
		width: 520px;
	}

	.full-width-content .content {
		padding: 0 110px;
	}

}

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

	.site-inner,
	.wrap {
		max-width: 768px;
	}

	.parallax-home .site-inner {
		max-width: none;
		padding: 12px;
	}
	
	.contactUsMap, .contactUsAddress {
		width: 100%;
		display: block;
	}

	.site-header {
		padding-bottom: 10px;
		position: static;
	}

	.content,
	.sidebar,
	.site-header .widget-area,
	.title-area {
		width: 100%;
	}

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

	.header-image .site-title > a {
		margin: 0 auto 10px;
	}

	.genesis-nav-menu a {
		padding: 10px;
	}

	.parallax-home .site-inner {
		margin-top: 0;
	}

	.site-inner {
		margin-top: 80px;
	}

	.full-width-content .content {
		padding: 0;
	}

	.full-width-content img.pull-left {
		margin-left: 0;
	}

	.full-width-content img.pull-right {
		margin-right: 0;
	}

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

	.pricing-table .one-third:nth-child(3n+1) {
		border-right: 2px solid #000;
	}

	.pricing-table .one-third:nth-child(3n+2) {
		margin-bottom: 20px;
		margin-top: 20px;
	}

	.pricing-table .one-third:nth-child(3n) {
		border-left: 2px solid #000;
	}

}

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

	.site-inner,
	.wrap {
		max-width: none;
		width: 100%;
	}

	.site-inner,
	.wrap {
		padding: 0 5%;
	}

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

	.genesis-nav-menu.responsive-menu {
		display: none;
	}

	.nav-primary .responsive-menu-icon {
		margin-top: 20px;
	}

	.genesis-nav-menu.responsive-menu .menu-item,
	.responsive-menu-icon {
		display: block;
	}

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

	.genesis-nav-menu.responsive-menu li.current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .submenu li.current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu li a,
	.genesis-nav-menu.responsive-menu li a:hover {
		border: none;
		display: block;
		padding: 20px;
		text-transform: none;
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children {
		cursor: pointer;	
	}

	.genesis-nav-menu.responsive-menu .menu-item-has-children > a {
		margin-right: 60px;
	}

	.genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
		content: "\f347";
		float: right;
		font: normal 20px/1 'dashicons';
		height: 20px;
		padding: 15px 20px;
		right: 0;
		text-align: right;
		z-index: 9999;
	}

	.genesis-nav-menu.responsive-menu .menu-open.menu-item-has-children:before {
		content: "\f343";
	}

	.genesis-nav-menu.responsive-menu > .menu-item > .sub-menu, .genesis-nav-menu.responsive-menu > .menu-item > .submenu {
		display: none;
	}

	.genesis-nav-menu.responsive-menu .sub-menu, .genesis-nav-menu.responsive-menu .submenu {
		background-color: rgba(255, 255, 255, 0.05);
		left: auto;
		opacity: 1;
		position: relative;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
		width: 100%;
		z-index: 99;
	}

	.genesis-nav-menu.responsive-menu .sub-menu .sub-menu, .genesis-nav-menu.responsive-menu .submenu .submenu {
		background-color: transparent;
		margin: 0;
		padding-left: 25px;
	}

	.genesis-nav-menu.responsive-menu .sub-menu li a,
	.genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.genesis-nav-menu.responsive-menu .submenu li a,
	.genesis-nav-menu.responsive-menu .submenu li a:hover {
		padding: 12px 20px;
		position: relative;
		text-transform: none;
		width: 100%;
	}

	.genesis-nav-menu.responsive-menu .current-menu-item > a,
	.genesis-nav-menu.responsive-menu .sub-menu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu .submenu .current-menu-item > a:hover,
	.genesis-nav-menu.responsive-menu > li.menu-item-has-children:hover > a,
	.genesis-nav-menu.responsive-menu a:hover {
		background: none;
	}

	.site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
	.site-header .genesis-nav-menu.responsive-menu .submenu li a,
	.site-header .genesis-nav-menu.responsive-menu .submenu li a:hover,
	.site-header .genesis-nav-menu.responsive-menu .submenu,
	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
	.site-header .genesis-nav-menu.responsive-menu a:hover {
		color: #fff;
	}

	.home-even,
	.home-odd {
		padding: 90px 0 100px;
	}

	.parallax-home .simple-social-icons ul li {
		margin: 0 20px 20px !important;
	}

}

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

	.footer-widgets .widget-title,
	.home-even .widget-title,
	.home-odd .widget-title {
		font-size: 36px;
	}

	.home-even,
	.home-odd {
		font-size: 22px;
	}

}

/* CUSTOM CSS */

.site-header {
	background: #3FA8B0;
}

.title-area .site-title a {
	background: url(../images/logo_main.svg) no-repeat !important;
	background-size: auto;
}

h1, h2, h3 , h4, h5, h6 {
	color: #1D262D;
}

.home-odd, .home-odd a:hover, .home-odd h1, .home-odd h2, .home-odd h3, .home-odd h4, .home-odd h5, .home-odd h6, .home-odd .featured-content .entry-title a, .home-odd .widget-title {
color: #F3F2ED;
}

.home-even .widget-title, .home-odd .widget-title {
	font-size: 60px;
	font-weight: 300;
}

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

.home-section-2 .textwidget, .home-section-3 .textwidget {
	display:flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start
}

.one-third {
	width: 31% !important;
	padding: 0 8px;
	font-size: 22px;
	margin: 0 auto;
}

.one-third img {
	margin: 0 auto 6px;
}

.fa {
	line-height: 1.13 !important;
}

.accuracy-icon {
	background-image: url(../images/accuracy-icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	height: 22px;
	width: 1em;
	text-align: initial;
	position: relative;
	margin-bottom: 6px;
}

.low-cost-icon {
	background-image: url(../images/low-cost-icon.svg);
	background-size: contain;
	background-repeat: no-repeat;
	height: 22px;
	width: 1em;
	text-align: initial;
	position: relative;
	margin-bottom: 6px;
}

img#recruiting, img#news, img#maze {
	float: right;
}

img#news {
	width: 200px;
}

img#streamline {
	margin: 0 auto;
	display: block;
}

.flag-uk, .flag-spain, .flag-brazil {
	float: right;
	box-sizing: border-box;
	position: relative;
}


.flag-uk {
	margin-top: -62px;
}

.flag-spain {
	margin-top: -42px;
}

.flag-brazil {
	margin-top: -22px;
}

#menu-main.genesis-nav-menu > li:last-child {
	margin-right: 24px;
}

#quote-section {
	margin-top: 2em;
}

#home-quote {
	font-style: italic;
	text-align: left;
	position: relative;
	margin: 1em 1em 0 1em;
}

#home-quote:before {
	content: "\201C";
	color: #F04848;
	margin-left: -52px;
	font-size: 3em;
	font-weight: 700;
	position: absolute;
	margin-top: -22px;
	font-family: Oswald;
}

#home-quote:after {
	content: "\201D";
	color: #F04848;
	margin-left: -16px;
	font-size: 3em;
	font-weight: 700;
	position: absolute;
	margin-top: -22px;
	font-family: Oswald;
}

#home-quote-by {
	text-align: right;
	font-family: 'Oswald';
	font-weight: 300;
	font-style: normal;
	margin-top: 24px;
}

#why-check-quote {
	font-style: italic;
	text-align: left;
	position: relative;
	margin: 1.5em 0 1.5em 1.5em;
}

#why-check-quote:before {
	content: "\201C";
	color: #F04848;
	margin-left: -45px;
	font-size: 3em;
	font-weight: 700;
	position: absolute;
	margin-top: -22px;
	font-family: Oswald;
}

#why-check-quote:after {
	content: "\201D";
	color: #F04848;
	margin-left: -11px;
	font-size: 3em;
	font-weight: 700;
	position: absolute;
	margin-top: -22px;
	font-family: Oswald;
}

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

	.one-third {
		width: 100% !important;
		margin: 20px 0 0 0 !important;
		font-size: inherit;
	}

}

.fa {
	font-size: 3em;
	color: #F45358;
}

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

	.fa + h3 {
		height: 2.6em;
	}

}
*/

#yourBenefits + div.textwidget .one-third {
	margin: 0 auto 36px 0;
}


#visualizer-12 svg g g:nth-child(3) {
	display: none;
}

.roundednumber div {
	background: #F45358;
	border-radius: 50%;
	width: 52px !important;
	height: 52px !important;
	font-weight: 700;
	line-height: 52px !important;
	text-align: center;
	color: #F3F2ED;
	margin: 0 auto;
}

.entry-header:not(.home):after, .content-header:not(.home):after {
	border-bottom: 1px solid #D86A6B;
	content: "";
	display: block;
	margin: 0 auto 20px;
	padding-bottom: 0px;
	width: 250px;
}

.content-header:not(.home):after {
	padding-top: 20px;
}

.tcblock, .tcnum, .tcblock5, .tcnum5, .cookies p, .cookies li, .cookies td, .t-justify {
	font-size: 20px !important;
}

.tcblock, .tcblock5 {
	margin-bottom: 20px;
}

a[class^="social-"] i.fa {
	font-size: 1.2em;
	line-height: 1.6em !important;
	width: 1.6em;
	border-radius: 50%;
	margin-right: 10px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a.social-linkedin i.fa {
	color: #fff !important;
	background-color: #1B86BC !important;
}

a.social-linkedin:hover i.fa {
	color: #1B86BC !important;
	background-color: #fff !important;
}

a.social-twitter i.fa {
	color: #fff;
	background-color: #5EAADE;
}

a.social-twitter:hover i.fa {
	color: #5EAADE !important;
	background-color: #fff !important;
}

.loginform > div {
	width: 200px;
	margin: 0 auto;
}

/*
#password, #username, #login {
	height: 61px;
}
*/

#username input, #password input {
	padding: 13px 16px 16px 16px;
}

/* BACKEND SITE */

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
font-family: 'Oswald';
font-weight: 300;
font-style: normal;
}

body, p, a, li {
font-family: 'Open Sans', sans-serif;
font-weight: 300;
font-style: normal;
}

p {
	text-align: justify;
}

.site-title {
	height: 70px;
	width: 360px;
	background: url(../images/logo_main.svg) no-repeat !important;
}

.centered {
	margin: 0 auto;
	text-align: center;
}

.hiddenByDefault {
	display: none;
}

.header-widget-area {
	float: right;
}

@media only screen {
	.print-only {
		left: -9999px;
		position: absolute;
	}
}

#username, #password, #login{
	display: inline;
}

#username input, #password input, #login input {
	text-align: left;
	width: 200px;
	display: block;
	margin: 12px auto;
}

#login input {
	text-align: center;
}

.button.small-button {
padding: 6px 12px;
font-size: 14px;
}



.site-header .wrap, .title-area {
	padding: 0;
}

.site-header {
	min-height: 70px;
}

.loginbutton {
	background-color: #E9F6FF;
	color: #3FA8B0  !important;
}

.full-width {
	width: 100%;
}


.footer-widgets input {
	border: 1px solid #ddd;
}

.smallprint, .smallprint a {
	font-size: 12px;
	font-weight: 400;
}

.mainmenu li {
	display: inline;
}

.content {
	float: left;
	width: 100%;
padding: 0 0 50px;
}

.sidebar {
	float: left;
}

.sidebar .widget {
background-color: #F3F2ED;
margin: 0 40px 40px 0;
}

@media only screen and (max-width: 800px) {
	.sidebar .widget {
	padding: 40px;
	width: 100%;
	}
}

p.reg-finish {
  text-align: center;
}



/* T&C's */
.em3, .em5 {
	margin: 0 0 30px 0; 
}

.tcnum {
	padding-right: 6px;
}

.t-justify {
	text-align: justify;
}
/* END T&C's */

.menu-accountmenu-container a {
	font-size: 22px;	
}

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

:-moz-placeholder { /* Firefox 18- */
   color: #d3d3d3;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #d3d3d3;  
}

:-ms-input-placeholder {  
   color: #d3d3d3;  
}

.backend .site-inner:not(.home) {
clear: both;
margin-top: 70px;
}

.text-right {
	float: right;
	clear: both;
}

legend {
	color: #fff;
	font-family: Oswald;
	font-size: 1.1em;
	font-weight: 300;
	font-style: normal;
	background: #3FA8B0;
	padding: 2px 6px;
}

fieldset {
	font-size: 16px;
	padding: 30px;
	background: #F3F2ED;
	border: 1px solid #888;
	margin: 20px 0;
}

/*
fieldset input {
	margin: 10px 0;
}
*/

input.dateTextField.hasDatepicker {
	width: 140px;
}

.verificationSearchForm input.dateTextField.hasDatepicker {
	margin-top: 24px;
}

.progressMeter, .progressMeterSide {
    counter-reset:li; /* Initiate a counter */
    margin-left: 20px !important; /* Remove the default left margin */
    padding-left:0 !important ; /* Remove the default left padding */
	padding-top: 20px;
	font-size: 0.7em;
	text-align: center;
}
.progressMeter > li, .progressMeterSide > li {
	position: relative;
    margin:0 12px 6px 2em; /* Give each list item a left margin to make room for the numbers */
    padding:4px; /* Add some spacing around the content */
    list-style:none; /* Disable the normal item numbering */
	display: inline-block;
	width: 100px;
	text-align: left;
}
.progressMeter > li:before, .progressMeterSide > li > .rest:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	top: 8px;
	left: -2.5em;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 36px;
	height: 36px;
	line-height: 36px;
	font-size: 1.2em;
	font-weight: 700;
	/* margin-right: 12px; */
	padding: 0px;
	color: #1D262D;
	background: #F3F2ED;
	text-align: center;
}
.progressMeter > li.current, .progressMeterSide > li .current {
	color: #f04848;
}
.progressMeter > li.current:before, .progressMeterSide > li > .rest.current:before  {
	color: #F3F2ED;
	background: #f04848;
}

.progressMeterSide .firstletter {
	display: none
}

.msg-error {
	color: #F04848;
	font-weight: 700;
	margin: 12px 0;
	font-size: 16px;
}

form#loginForm .msg-error {
	text-align: center;
}


@media only screen and (min-width: 961px) {
.nav-secondary {
position: fixed;
width: 100%;
}
}

.nav-secondary .genesis-nav-menu {
padding: 70px 0 0 0;
}

.nav-secondary .genesis-nav-menu a {
padding: 12px;
}

.fullwidth {
	width: 100%;
	display: inline-block;
}

.content-box {
	max-width: 95%;
}

form .box {
	clear: both;
	float: left;
	width: 100%;
	padding: 10px 0;
}

form .box .col-l {
	width: 200px;
	float: left;
	clear: left;
	margin-right: 10px;
	font-weight: 700;
}

form .box .col-fullwidth {
	width: 100%;
}

form .box .col-fullwidth label, form .box .col-fullwidth label a {
	font-weight: 700;
}

form .box .col-r {
	float: left;
}

#loginForm {
	max-width: 500px;
	margin: 0 auto;
}

#loginForm .box {
	padding: 0;
}

#loginForm .box .col-l {
	width: 196px;
}

#loginForm .box .col-r {
	float: none;
}

#loginForm input[type="submit"] {
	width: 100%
}

.verificationForm fieldset ol li .col-l {
	text-align: left;
	width: 250px;
}

.verificationForm fieldset ol li .col-l {
	text-align: left;
	width: 250px;
}
.verificationForm fieldset t-center + ol li .col-l {
	text-align: right;
	width: 50%;
}

@media only screen and (max-width: 767px) {
	.progressMeter, .progressMeterSide {
	margin-top: 48px;
	text-align: center;
	}
	.progressMeter > li, .progressMeterSide > li {
	width: 61px;
	font-size: 10px;
		text-align: center;
	margin: 0 0 6px 0;
	}
	.progressMeter > li:before, .progressMeterSide > li > .rest:before {
	top: -36px;
	left: 15px;
	}
}

@media only screen {
	.noscreen {
		display: none;
	}
}

/* Thickbox custom css */

#TB_window {
	padding: 20px;
	top: 33%;
}

#TB_ajaxContent {
	clear: both;
	overflow: auto;
	text-align: left;
	line-height: 1.4em;
	max-width: 100%;
	height: auto !important;
}

.link {
	cursor: pointer;
}

#map_div {
	margin: 0 auto;
}

/* Tables */
table {
	table-layout:fixed;
	overflow-y:hidden;
	white-space: nowrap;
}

thead {
	color: #fff;
	background: #33627A;
	border: none;
}

thead th, tbody td, tfoot td  {
	padding: 0 10px;
	border: none;
}

tbody {
	vertical-align: top;
	border: none;
}

tr, td, td a {
	font-size: 14px;
	font-weight: 400;
	max-height: 56px;
	overflow-y: hidden;/*

	overflow-x: scroll;
*/
}

tbody tr, thead td {
	border: none;
}

tr:nth-child(even) {
    background-color: #d3e9ea;
}

.institute-search-selection {
	margin: 6px;
}

#searchResults tbody tr:hover, .dashboard-history tbody tr:hover {
	background: #7CB9BD;
}

.full-width-content:not(.home) main. content {
	background: #F3F2ED;
	padding: 20px;
	margin-bottom: 32px;
}
#tblCourseQuals {
	border-collapse: collapse;
	border-spacing: 0;
	margin: .5em 0 1em 0;
	padding: 0;
	width: 100%;
	border: none;
}

#tblCourseQuals thead tr {
padding: .5em 2em .55em;
}

#tblCourseQuals #tableFooter div:before {
content: none;
}

#tblCourseQuals .paginationLink {
	margin: 6px;
	font-size: 16px;
	font-weight: 700;
}

#tblCourseQuals .paginationLink:first-child {
	margin-left: 20px;
}

#tblBody .link a {
	color: #000;
}

thead .paginationLink {
	color: #fff;
}

tfoot .paginationLink {
	color: #000;
}

.paginationLink:hover, .paginationLink .active {
	color: #f04848;
}

.space-below-small {
font-size: 14px;
margin-left: 50px;
}

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

#searchFilters {
	clear: both;
}

.scrollpane {
	height: 200px;
	overflow-y: scroll;
	padding: 10px;
	background: #fff;
	margin: 20px 0;
	border: 1px solid #D3D3D3;
}

.logintext {
	text-align: center
}

.logintext a {
	font-size: 14px;
}

.static .site-inner {
	margin-top: 50px
}

form#pass {
	max-width: 500px;
	margin: 0 auto;
}

form#pass .text-right {
	text-align: center;
	float: none;
}

form#pass .col-r {
	float: none;
}

.site-header, .has-submenu, .has-submenu a {
	cursor: default;
}

#regionlist {
    text-align: center;
}

#regionlist li {
	-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;
	background-color: #000;
	border: none;
	cursor: pointer;
	font-size: 18px;
	font-weight: 400;
	letter-spacing: 1px;
	line-height: 1em;
	padding: 14px;
	text-transform: uppercase;
	width: auto;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	margin: 20px inherit;
}

#regionlist li:hover {
	background-color: #f04848 !important;
}

#regionlist li a {
    color: #fff;
    text-decoration: none;
}

.contactUsAddress {
	clear:both;
}

.contactUsAddress p {
	margin: 0px 6px;
}

.contactUsAddress p:first-child, .contactUsAddress p:last-child {
	margin-bottom: 24px;
}

#buyForm td {
	vertical-align: middle;
}

#buyForm td:last-child {
	overflow: hidden;
}

#buyForm tr:nth-child(even) {
background-color: inherit;
}

.dashboard-user {
font-size: 14px;
text-align: center;
}

.dashboard-start {
text-align: center;
margin-top: 30px;
}

.dashboard-news .news-item {
	padding-bottom: 12px;
}

.dashboard-news .news-item:not(:last-child):after {
  border-bottom: 1px solid #3FA8B0;
  content: "";
  display: block;
  padding-bottom: 12px;
  margin-left: 30px;
  width: 60px;
}

.dashboard-news .news-date {
	font-size: 14px;
	font-weight: 700;
}

.dashboard-news:before, .dashboard-history:before, .dashboard-coverage:before, #enquiryForm:before {
	position: relative;
	color: #fff;
	font-family: Oswald;
	font-size: 1.1em;
	font-weight: 300;
	font-style: normal;
	background: #3FA8B0;
	padding: 2px 6px;
	top: -44px;
	
}

/*
#enquiryForm {
	font-size: 16px;
	padding: 30px !important;
	background: #F3F2ED;
	border: 1px solid #888;
	margin: 20px;
}
*/

img[class^="status-"] {
	width: 150px;
}

img[class^="status-"] + div {
	font-family: Oswald, inherit;
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 22px;
}

#menu-main.genesis-nav-menu > li.menu-item:last-child {
	background: #f04848;
	color: white; 
	margin-right: 50px;
}

.loggedin #menu-main.genesis-nav-menu > .menu-item:last-child {
	background: inherit;
	color: inherit;
}

#menu-main.genesis-nav-menu > .menu-item:last-child a:hover, #menu-main.genesis-nav-menu > .menu-item:last-child.current-menu-item a{
	text-decoration: underline;
	color: white;
}

.loggedin #menu-main.genesis-nav-menu > .menu-item:last-child a:hover, .loggedin #menu-main.genesis-nav-menu > .menu-item:last-child.current-menu-item a{
	text-decoration: none;
	color: #f04848;
}

.hiddenError {
	display: none;
}

.errorTextField {
	border: 2px solid #F04848;
}

.form-info {
	font-size: 16px;
	margin: 30px 0 0 30px;
}

.form-info span {
	font-size: 0.7em;
}

.contactUsMap, .contactUsAddress {
	width: 49%;
	display: inline-block;
	line-height: 1.2em;
	vertical-align: top;
}

.contactUsAddress {
	padding: 12px;
}

#genderRadios > input[type="radio"] {
	margin-left: 6px;
	vertical-align: middle;
}

/*
#verifynow {
	display: block;
	margin-top: 24px;
}
*/

#coverage-map {
	margin-bottom: 48px;
}

.entry-content ul, ul#danger-list {
	margin-left: 32px !important;
	padding-left: 0 !important;
}
.entry-content ul li, ul#danger-list li {
	list-style-type: none;
}

.entry-content .dashboard-news ul {
	margin-left: 0 !important;
}
 
.entry-content > ul > li:before {
	content:'';
	position: absolute;
	margin-left: -32px;
	margin-top: 6px;
	background: url(../images/logo_bullet.svg) no-repeat;
	text-align: center;
	background-size: cover;
	height: 1em;
	width: 1em;
}

ul#danger-list li:before {
	content:'\f0e7';
	font-family: 'FontAwesome';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	font-smoothing: antialiased;
	color: #f04848;
	position: absolute;
	margin-left: -32px;
	background-image: none;
}

#habla_window_div #habla_topbar_div {
	background: #3FA8B0 none repeat scroll 0 0 !important;
}

@media only screen and (min-width: 961px) {
	.title-area {
		margin-left: -24px;
	}
}

@media only screen and (max-width: 960px) {
	.nav-secondary .genesis-nav-menu {
		padding: 0;
	}
	.parallax-home .site-inner {
		margin-top: 48px;
}
}
@media only screen and (max-width: 1150px)  {
	#menu-main a {
		padding: 27px 6px !important;
		font-size: 14px !important;
	}
	#menu-accountmenu .genesis-nav-menu a {
		padding: 10px 2px !important;
		font-size: 14px !important;
	}
	.site-header, .has-submenu, .has-submenu a {
	cursor: pointer;
}

}

@media only screen and (max-width: 768px) {
	.parallax-home .site-inner {
		padding: 0 12px;
	}
	form:not(#loginForm) .col-r {
		width: 100%;
	}
}

/*!
 * jQuery UI CSS Framework 1.11.3
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Oswald%2C%20'Open%20Sans'%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=0&bgColorHeader=%233FA8B0&bgTextureHeader=flat&bgImgOpacityHeader=100&borderColorHeader=%233FA8B0&fcHeader=%23ffffff&iconColorHeader=%23d8e7f3&bgColorContent=%23fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=%23a6c9e2&fcContent=%23222222&iconColorContent=%23469bdd&bgColorDefault=%23E9F6FF&bgTextureDefault=flat&bgImgOpacityDefault=85&borderColorDefault=%23c5dbec&fcDefault=%232e6e9e&iconColorDefault=%236da8d5&bgColorHover=%23d0e5f5&bgTextureHover=flat&bgImgOpacityHover=75&borderColorHover=%2379b7e7&fcHover=%231d5987&iconColorHover=%23217bc0&bgColorActive=%23f5f8f9&bgTextureActive=flat&bgImgOpacityActive=100&borderColorActive=%2379b7e7&fcActive=%233fa8b0&iconColorActive=%233fa8b0&bgColorHighlight=%233FA8B0&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=%2333627a&fcHighlight=%23fff&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=flat&bgImgOpacityError=95&borderColorError=%23e5554e&fcError=%23e5554e&iconColorError=%23e5554e&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=0
 */


/* Component containers
----------------------------------*/
.page .ui-widget {
	font-family: Oswald, 'Open Sans',Arial,sans-serif;
	font-size: 1.1em;
}

.page .ui-widget .ui-widget {
	font-size: 1em;
}
.page .ui-widget input,
.page .ui-widget select,
.page .ui-widget textarea,
.page .ui-widget button {
	font-family: Oswald, 'Open Sans',Arial,sans-serif;
	font-size: 1em;
}
.page .ui-widget-content {
	border: 1px solid #a6c9e2;
	background: #fcfdfd url("../images/ui-bg_inset-hard_100_fcfdfd_1x100.png") 50% bottom repeat-x;
	color: #222222;
}
.page .ui-widget-content a {
	color: #222222;
}
.page .ui-widget-header {
	border: 1px solid #3FA8B0;
	background: #3FA8B0 url("../images/ui-bg_flat_100_3FA8B0_40x100.png") 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.page .ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.page .ui-state-default,
.page .ui-widget-content .ui-state-default,
.page .ui-widget-header .ui-state-default {
	border: 1px solid #c5dbec;
	background: #E9F6FF url("../images/ui-bg_flat_85_E9F6FF_40x100.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #2e6e9e;
}
.page .ui-state-default a,
.page .ui-state-default a:link,
.page .ui-state-default a:visited {
	color: #2e6e9e;
	text-decoration: none;
}
.page .ui-state-hover,
.page .ui-widget-content .ui-state-hover,
.page .ui-widget-header .ui-state-hover,
.page .ui-state-focus,
.page .ui-widget-content .ui-state-focus,
.page .ui-widget-header .ui-state-focus {
	border: 1px solid #79b7e7;
	background: #d0e5f5 url("../images/ui-bg_flat_75_d0e5f5_40x100.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #1d5987;
}
.page .ui-state-hover a,
.page .ui-state-hover a:hover,
.page .ui-state-hover a:link,
.page .ui-state-hover a:visited,
.page .ui-state-focus a,
.page .ui-state-focus a:hover,
.page .ui-state-focus a:link,
.page .ui-state-focus a:visited {
	color: #1d5987;
	text-decoration: none;
}
.page .ui-state-active,
.page .ui-widget-content .ui-state-active,
.page .ui-widget-header .ui-state-active {
	border: 1px solid #79b7e7;
	background: #f5f8f9 url("../images/ui-bg_flat_100_f5f8f9_40x100.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #3fa8b0;
}
.page .ui-state-active a,
.page .ui-state-active a:link,
.page .ui-state-active a:visited {
	color: #3fa8b0;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.page .ui-state-highlight,
.page .ui-widget-content .ui-state-highlight,
.page .ui-widget-header .ui-state-highlight {
	border: 1px solid #33627a;
	background: #3FA8B0 url("../images/ui-bg_flat_55_3FA8B0_40x100.png") 50% 50% repeat-x;
	color: #fff;
}
.page .ui-state-highlight a,
.page .ui-widget-content .ui-state-highlight a,
.page .ui-widget-header .ui-state-highlight a {
	color: #fff;
}
.page .ui-state-error,
.page .ui-widget-content .ui-state-error,
.page .ui-widget-header .ui-state-error {
	border: 1px solid #e5554e;
	background: #fef1ec url("../images/ui-bg_flat_95_fef1ec_40x100.png") 50% 50% repeat-x;
	color: #e5554e;
}
.page .ui-state-error a,
.page .ui-widget-content .ui-state-error a,
.page .ui-widget-header .ui-state-error a {
	color: #e5554e;
}
.page .ui-state-error-text,
.page .ui-widget-content .ui-state-error-text,
.page .ui-widget-header .ui-state-error-text {
	color: #e5554e;
}
.page .ui-priority-primary,
.page .ui-widget-content .ui-priority-primary,
.page .ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.page .ui-priority-secondary,
.page .ui-widget-content .ui-priority-secondary,
.page .ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.page .ui-state-disabled,
.page .ui-widget-content .ui-state-disabled,
.page .ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.page .ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.page .ui-icon {
	width: 16px;
	height: 16px;
}
.page .ui-icon,
.page .ui-widget-content .ui-icon {
	background-image: url("../images/ui-icons_469bdd_256x240.png");
}
.page .ui-widget-header .ui-icon {
	background-image: url("../images/ui-icons_d8e7f3_256x240.png");
}
.page .ui-state-default .ui-icon {
	background-image: url("../images/ui-icons_6da8d5_256x240.png");
}
.page .ui-state-hover .ui-icon,
.page .ui-state-focus .ui-icon {
	background-image: url("../images/ui-icons_217bc0_256x240.png");
}
.page .ui-state-active .ui-icon {
	background-image: url("../images/ui-icons_3fa8b0_256x240.png");
}
.page .ui-state-highlight .ui-icon {
	background-image: url("../images/ui-icons_2e83ff_256x240.png");
}
.page .ui-state-error .ui-icon,
.page .ui-state-error-text .ui-icon {
	background-image: url("../images/ui-icons_e5554e_256x240.png");
}

/* positioning */
.page .ui-icon-blank { background-position: 16px 16px; }
.page .ui-icon-carat-1-n { background-position: 0 0; }
.page .ui-icon-carat-1-ne { background-position: -16px 0; }
.page .ui-icon-carat-1-e { background-position: -32px 0; }
.page .ui-icon-carat-1-se { background-position: -48px 0; }
.page .ui-icon-carat-1-s { background-position: -64px 0; }
.page .ui-icon-carat-1-sw { background-position: -80px 0; }
.page .ui-icon-carat-1-w { background-position: -96px 0; }
.page .ui-icon-carat-1-nw { background-position: -112px 0; }
.page .ui-icon-carat-2-n-s { background-position: -128px 0; }
.page .ui-icon-carat-2-e-w { background-position: -144px 0; }
.page .ui-icon-triangle-1-n { background-position: 0 -16px; }
.page .ui-icon-triangle-1-ne { background-position: -16px -16px; }
.page .ui-icon-triangle-1-e { background-position: -32px -16px; }
.page .ui-icon-triangle-1-se { background-position: -48px -16px; }
.page .ui-icon-triangle-1-s { background-position: -64px -16px; }
.page .ui-icon-triangle-1-sw { background-position: -80px -16px; }
.page .ui-icon-triangle-1-w { background-position: -96px -16px; }
.page .ui-icon-triangle-1-nw { background-position: -112px -16px; }
.page .ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.page .ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.page .ui-icon-arrow-1-n { background-position: 0 -32px; }
.page .ui-icon-arrow-1-ne { background-position: -16px -32px; }
.page .ui-icon-arrow-1-e { background-position: -32px -32px; }
.page .ui-icon-arrow-1-se { background-position: -48px -32px; }
.page .ui-icon-arrow-1-s { background-position: -64px -32px; }
.page .ui-icon-arrow-1-sw { background-position: -80px -32px; }
.page .ui-icon-arrow-1-w { background-position: -96px -32px; }
.page .ui-icon-arrow-1-nw { background-position: -112px -32px; }
.page .ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.page .ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.page .ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.page .ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.page .ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.page .ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.page .ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.page .ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.page .ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.page .ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.page .ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.page .ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.page .ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.page .ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.page .ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.page .ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.page .ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.page .ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.page .ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.page .ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.page .ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.page .ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.page .ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.page .ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.page .ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.page .ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.page .ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.page .ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.page .ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.page .ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.page .ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.page .ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.page .ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.page .ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.page .ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.page .ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.page .ui-icon-arrow-4 { background-position: 0 -80px; }
.page .ui-icon-arrow-4-diag { background-position: -16px -80px; }
.page .ui-icon-extlink { background-position: -32px -80px; }
.page .ui-icon-newwin { background-position: -48px -80px; }
.page .ui-icon-refresh { background-position: -64px -80px; }
.page .ui-icon-shuffle { background-position: -80px -80px; }
.page .ui-icon-transfer-e-w { background-position: -96px -80px; }
.page .ui-icon-transferthick-e-w { background-position: -112px -80px; }
.page .ui-icon-folder-collapsed { background-position: 0 -96px; }
.page .ui-icon-folder-open { background-position: -16px -96px; }
.page .ui-icon-document { background-position: -32px -96px; }
.page .ui-icon-document-b { background-position: -48px -96px; }
.page .ui-icon-note { background-position: -64px -96px; }
.page .ui-icon-mail-closed { background-position: -80px -96px; }
.page .ui-icon-mail-open { background-position: -96px -96px; }
.page .ui-icon-suitcase { background-position: -112px -96px; }
.page .ui-icon-comment { background-position: -128px -96px; }
.page .ui-icon-person { background-position: -144px -96px; }
.page .ui-icon-print { background-position: -160px -96px; }
.page .ui-icon-trash { background-position: -176px -96px; }
.page .ui-icon-locked { background-position: -192px -96px; }
.page .ui-icon-unlocked { background-position: -208px -96px; }
.page .ui-icon-bookmark { background-position: -224px -96px; }
.page .ui-icon-tag { background-position: -240px -96px; }
.page .ui-icon-home { background-position: 0 -112px; }
.page .ui-icon-flag { background-position: -16px -112px; }
.page .ui-icon-calendar { background-position: -32px -112px; }
.page .ui-icon-cart { background-position: -48px -112px; }
.page .ui-icon-pencil { background-position: -64px -112px; }
.page .ui-icon-clock { background-position: -80px -112px; }
.page .ui-icon-disk { background-position: -96px -112px; }
.page .ui-icon-calculator { background-position: -112px -112px; }
.page .ui-icon-zoomin { background-position: -128px -112px; }
.page .ui-icon-zoomout { background-position: -144px -112px; }
.page .ui-icon-search { background-position: -160px -112px; }
.page .ui-icon-wrench { background-position: -176px -112px; }
.page .ui-icon-gear { background-position: -192px -112px; }
.page .ui-icon-heart { background-position: -208px -112px; }
.page .ui-icon-star { background-position: -224px -112px; }
.page .ui-icon-link { background-position: -240px -112px; }
.page .ui-icon-cancel { background-position: 0 -128px; }
.page .ui-icon-plus { background-position: -16px -128px; }
.page .ui-icon-plusthick { background-position: -32px -128px; }
.page .ui-icon-minus { background-position: -48px -128px; }
.page .ui-icon-minusthick { background-position: -64px -128px; }
.page .ui-icon-close { background-position: -80px -128px; }
.page .ui-icon-closethick { background-position: -96px -128px; }
.page .ui-icon-key { background-position: -112px -128px; }
.page .ui-icon-lightbulb { background-position: -128px -128px; }
.page .ui-icon-scissors { background-position: -144px -128px; }
.page .ui-icon-clipboard { background-position: -160px -128px; }
.page .ui-icon-copy { background-position: -176px -128px; }
.page .ui-icon-contact { background-position: -192px -128px; }
.page .ui-icon-image { background-position: -208px -128px; }
.page .ui-icon-video { background-position: -224px -128px; }
.page .ui-icon-script { background-position: -240px -128px; }
.page .ui-icon-alert { background-position: 0 -144px; }
.page .ui-icon-info { background-position: -16px -144px; }
.page .ui-icon-notice { background-position: -32px -144px; }
.page .ui-icon-help { background-position: -48px -144px; }
.page .ui-icon-check { background-position: -64px -144px; }
.page .ui-icon-bullet { background-position: -80px -144px; }
.page .ui-icon-radio-on { background-position: -96px -144px; }
.page .ui-icon-radio-off { background-position: -112px -144px; }
.page .ui-icon-pin-w { background-position: -128px -144px; }
.page .ui-icon-pin-s { background-position: -144px -144px; }
.page .ui-icon-play { background-position: 0 -160px; }
.page .ui-icon-pause { background-position: -16px -160px; }
.page .ui-icon-seek-next { background-position: -32px -160px; }
.page .ui-icon-seek-prev { background-position: -48px -160px; }
.page .ui-icon-seek-end { background-position: -64px -160px; }
.page .ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.page .ui-icon-seek-first { background-position: -80px -160px; }
.page .ui-icon-stop { background-position: -96px -160px; }
.page .ui-icon-eject { background-position: -112px -160px; }
.page .ui-icon-volume-off { background-position: -128px -160px; }
.page .ui-icon-volume-on { background-position: -144px -160px; }
.page .ui-icon-power { background-position: 0 -176px; }
.page .ui-icon-signal-diag { background-position: -16px -176px; }
.page .ui-icon-signal { background-position: -32px -176px; }
.page .ui-icon-battery-0 { background-position: -48px -176px; }
.page .ui-icon-battery-1 { background-position: -64px -176px; }
.page .ui-icon-battery-2 { background-position: -80px -176px; }
.page .ui-icon-battery-3 { background-position: -96px -176px; }
.page .ui-icon-circle-plus { background-position: 0 -192px; }
.page .ui-icon-circle-minus { background-position: -16px -192px; }
.page .ui-icon-circle-close { background-position: -32px -192px; }
.page .ui-icon-circle-triangle-e { background-position: -48px -192px; }
.page .ui-icon-circle-triangle-s { background-position: -64px -192px; }
.page .ui-icon-circle-triangle-w { background-position: -80px -192px; }
.page .ui-icon-circle-triangle-n { background-position: -96px -192px; }
.page .ui-icon-circle-arrow-e { background-position: -112px -192px; }
.page .ui-icon-circle-arrow-s { background-position: -128px -192px; }
.page .ui-icon-circle-arrow-w { background-position: -144px -192px; }
.page .ui-icon-circle-arrow-n { background-position: -160px -192px; }
.page .ui-icon-circle-zoomin { background-position: -176px -192px; }
.page .ui-icon-circle-zoomout { background-position: -192px -192px; }
.page .ui-icon-circle-check { background-position: -208px -192px; }
.page .ui-icon-circlesmall-plus { background-position: 0 -208px; }
.page .ui-icon-circlesmall-minus { background-position: -16px -208px; }
.page .ui-icon-circlesmall-close { background-position: -32px -208px; }
.page .ui-icon-squaresmall-plus { background-position: -48px -208px; }
.page .ui-icon-squaresmall-minus { background-position: -64px -208px; }
.page .ui-icon-squaresmall-close { background-position: -80px -208px; }
.page .ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.page .ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.page .ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.page .ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.page .ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.page .ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.page .ui-corner-all,
.page .ui-corner-top,
.page .ui-corner-left,
.page .ui-corner-tl {
	border-top-left-radius: 0;
}
.page .ui-corner-all,
.page .ui-corner-top,
.page .ui-corner-right,
.page .ui-corner-tr {
	border-top-right-radius: 0;
}
.page .ui-corner-all,
.page .ui-corner-bottom,
.page .ui-corner-left,
.page .ui-corner-bl {
	border-bottom-left-radius: 0;
}
.page .ui-corner-all,
.page .ui-corner-bottom,
.page .ui-corner-right,
.page .ui-corner-br {
	border-bottom-right-radius: 0;
}

/* Overlays */
.page .ui-widget-overlay {
	background: #aaaaaa url("../images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.page .ui-widget-shadow {
	margin: -8px 0 0 -8px;
	padding: 8px;
	background: #aaaaaa url("../images/ui-bg_flat_0_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
	border-radius: 0;
}

.ui-tooltip {
	font-size: 16px !important;
	color: #fff;
	background: #000;
}

.ui-tooltip-focus
{
    color: #e5554e;
    font-size:16px;
    max-width:200px;
    border:1px solid #e5554e;
    padding:8px 12px;
    line-height:1.3em;
    background:#fef1ec;
    -moz-box-shadow:1px 1px 2px #ddd;
    -webkit-box-shadow:1px 1px 2px #ddd;
    box-shadow:1px 1px 2px #ddd;
}

/* Select2 Overrides */

.chzn-select, .verificationResultSelect, .tierSelect, .regionSelect, .typeSelect, .clazzSelect, .qualificationSelect, .countrySelect, .industrySelect, .userSelect, .changeResultSelect {
	width: 300px;
}

.dobDaySelect, .dobMonthSelect, .resultSizeSelect {
	width: 90px;
}

.verificationLevelSelect, .instituteTypeSelect, .allowPendingSelect  {
	width: 300px;
}
.paymentTypeStringSelect {
	width: 150px;
}

#s2id_newResult.changeResultSelect {
	vertical-align: top;
}

input[name="_eventId_changeResult"] {
	margin: 0 0 0 20px !important;
}

.chzn-select {
	outline-color: #3FA8B0;
}

.langSelect {
	position: absolute;
	top: 0;
	right: 0;
}

.strapline2 {
	margin-top: 32px;
}

.one-third p {
	text-align: center;
}

#yearDob, #yearDateOfIssue, #yearEnrol, #yearGrad {
	width: 64px !important;
text-align: center;
}

#regionlist li a {
	color: #fff;
	text-decoration: none;
	font-weight: 400;
}

#buyForm td input {
	padding: 6px;
	margin: 6px;
	margin-left: 10px;
}

.cardSelectOption {
	cursor: pointer;
	text-align: center;
}

.cardSelectOption img {
	border: 6px solid transparent;
}

.cardSelectOption:hover img, .cardSelectOptionSelected img {
	border: 6px solid #3FA8B0;
}


#newInstituteButton, #editButton, #courseSelect, .TB_closeWindowLink {
	float: left;
	margin-right: 20px
}


.selectPaymentTable fieldset {
	min-width: inherit;
}
.selectPaymentTable fieldset p {
  white-space: normal;
}

#responseTimeButton {
  display: block;
  float: right;
}

#find-more-why-choose {
	text-align: right;
}

#find-more-why-choose a {
	font-family: Oswald;
	position: relative;
	border: none;
	color: #000;
}

#find-more-why-choose a:hover {
	background: transparent;
	text-decoration: underline;
	color: #f04848;
}

#find-more-why-choose a:before {
	content: '';
	position: absolute;
	background-image: url('../images/more-arrow.svg');
	width: 52px;
	height: 46px;
	margin-left: -60px;
	margin-top: -6px;
}

.space-below, #invoice-date  {
  font-size: 18px;
}

.footer-widgets-1 .one-third p, .footer-widgets-1 .one-third a {
	font-size: 18px;
	color: #fff !important;
}

.footer-widgets-1 .one-third a:hover {
	text-decoration: underline;
}

#how-general {
  margin: 0 auto;
  display: block;
  padding: 24px;
}

#how-signup, #how-credit, #how-request, #how-verification {
  float: left;
  margin: 12px 12px 12px 0;
}

.verificationForm .col-fullwidth, .verificationForm #searchName, .verificationForm #searchResults {
	display: none;
	opacity: 0;
	-webkit-transition: all 0.5s ease-in-out 0.1s;
	-moz-transition:    all 0.5s ease-in-out 0.1s;
	-ms-transition:     all 0.5s ease-in-out 0.1s;
	-o-transition:      all 0.5s ease-in-out 0.1s;
	transition:         all 0.5s ease-in-out 0.1s;
}

#menu-accountmenu {
	text-align: center;
}

#faq1div ul li {
	list-style-type: disc;
	margin-left: 20px;
}

.tier3-info {
	font-size: 18px;
}

.widget-wrap > div {
	clear: both;
}

.menu-hidden {
	position: absolute;
	top: 68px;
	float: right;
	width: 740px;
}

#searchToggler {
    margin: 20px 0;
}
#searchResults {
	clear: both;
}