/*
	Theme Name: StudioPress
	Description: Custom designed theme for websynthesis.com
	Author: Copyblogger Media
	Author URI: http://www.copyblogger.com/
 
	Version: 4.0
 
	Tags: black, orange, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
 
	Template: genesis
	Template Version: 2.0.0
 
	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/

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

/* Baseline Reset (normalize.css 2.1.2)
	Link: http://necolas.github.com/normalize.css/
--------------------------------------------- */

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}code,kbd,pre,samp{font-family:monospace,serif;font-size:1em}pre{white-space:pre-wrap}q{quotes:"\201C" "\201D" "\2018" "\2019"}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:0}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}


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

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

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

address:before, address:after,
article:before, article:after,
aside:before, aside:after,
audio:before, audio:after,
blockquote:before, blockquote:after,
canvas:before, canvas:after,
dd:before, dd:after,
div:before, div:after,
dl:before, dl:after,
fieldset:before, fieldset:after,
figcaption:before, figcaption:after,
figure:before, figure:after,
footer:before, footer:after,
form:before, form:after,
header:before, header:after,
hr:before, hr:after,
main:before, main:after,
output:before, output:after,
pre:before, pre:after,
section:before, section:after,
table:before, table:after,
tfoot:before, tfoot:after,
video:before, video:after,
.clearfix:before, .clearfix:after,
.table:before, .table:after {
	content: " ";
	display: table;
}

address:after,
article:after,
aside:after,
audio:after,
blockquote:after,
canvas:after,
dd:after,
div:after,
dl:after,
fieldset:after,
figcaption:after,
figure:after,
footer:after,
form:after,
header:after,
hr:after,
main:after,
output:after,
pre:after,
section:after,
table:after,
tfoot:after,
video:after,
.clearfix:after,
.table:after {
	clear: both;
}


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

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

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

body {
	-webkit-backface-visibility: hidden;
	background: #f9f9f9;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.625;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
a.sd-button > span {
	-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: #1e1e1e;
	color: #fff;
}

::selection {
	background-color: #1e1e1e;
	color: #fff;
}

a {
	text-decoration: none;
}

a img {
	background: #fff;
	margin-bottom: -7px;
	margin-bottom: -0.7rem;
}

p {
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
	padding: 0;
}

/*strong {
	font-weight: 500;
}*/

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

pre {
	background: #333;
	color: #ccc;
	overflow: scroll;
	padding: 0 20px;
	padding: 0 2rem;
	white-space: pre;
}

.gist pre { 
	color: #333;
}

.gist {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
}

.gist .gist-file .gist-data .line-pre {
	line-height: 0;
	overflow-y: hidden;
}

pre .line,
pre .line:before,
pre .line:after {
	display: block;
	line-height: 0.5;
}

.dpe-flexible-posts .entry {
	margin: 0;
	text-transform: none;
}

.dpe-flexible-posts .entry h4 {
	text-transform: none;
}

cite {
	font-style: normal;
}

iframe[name=google_conversion_frame] {
	display: none !important;
}

img#wpstats {
       display: none;
}

/* Font Color ----------- */

a:hover,
body,
input,
.site-footer a {
	color: #333333;
}

a,
.breadcrumb a:hover,
.site-footer a:hover,
#cancel-comment-reply-link:hover,
.red,
.site-header .genesis-nav-menu li li a:hover,
.entry-header .entry-meta a:hover,
.blue {
	color: #0274be;
}

.sidebar,
.sidebar p,
.site-footer p,
.breadcrumb a,
.author-box p,
.comment-author cite,
.comment-content p,
#respond p,
#cancel-comment-reply-link,
.gray {
	color: #666;
}

.widgettitle,
.subheading,
.breadcrumb,
.comment-meta a,
.light-gray,
small,
.login-page #become-a-member .features-basic h3 span {
	color: #aaaaaa;
}

/* Font Family ----------- */

body,
input,
textarea,
.widgettitle,
#cancel-comment-reply-link,
.subheading,
.sidebar .mycb-notifications h5,
#mycb-categories .category h4,
.login-page #become-a-member .features-basic h3 span {
	font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
blockquote p,
.wp-caption-text,
.font-museo,
.view-more,
.table .row.title,
.table .row.title-empty,
.testimonials .photos .author,
.testimonials .quotes ul li p,
.sidebar .enews-widget h4,
.archive .showcase-navigation .label,
.themes-filter .label {
	font-family: 'museo-sans', sans-serif;
}

/* Font Size ----------- */

.site-title,
.content .section .headline h2 {
	font-size: 42px;
	font-size: 4.2rem;
}

.entry-comments h3,
#respond h3 {
	font-size: 40px;
	font-size: 4rem;
	font-weight: 300;
	margin-top: 0;
}

h2,
.entry-title h2 a,
.author-box h3,
.entry-comments #respond h3 {
	font-size: 42px;
	font-size: 4rem;
	line-height: 1;
}

h3 {
	font-size: 28px;
	font-size: 2.8rem;
}

.archive-title,
.taxonomy-description h1,
h5 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4,
h6,
input,
textarea,
.entry-content,
.entry-content p,
.wp-caption-text {
	font-size: 18px;
	font-size: 1.8rem;
}

.sidebar,
.sidebar p,
.author-box p,
.comment-content p,
#respond p,
.author-box h1 {
	font-size: 16px;
	font-size: 1.6rem;
}

.site-header .genesis-nav-menu a,
.widgettitle,
.comment-author cite,
.subheading,
.comment-meta a,
.breadcrumb,
.site-footer p {
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-header .entry-meta,
.comment-meta a {
	font-size: 12px;
	font-size: 1.2rem;
}

/* Font Miscellaneous ----------- */

.site-header .genesis-nav-menu a,
.widgettitle,
.comment-author cite,
.subheading,
.entry-meta a,
.login-page #become-a-member .features-basic h3 span {
	font-weight: 600;
	letter-spacing: 0.18rem;
	text-transform: uppercase;
	text-decoration: none;
}

.site-footer a,
.sidebar a,
.breadcrumb a {
	border-bottom: 1px dotted #aaa;
	text-decoration: none;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 300;
	line-height: 1.3;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	text-decoration: none;
}

.entry-content h2 {
	font-weight: 300;
	margin-top: 32px;
	margin-top: 3.2rem;
}

.entry-content h3,
.entry-content h4 {
	font-weight: 700;
	margin-top: 32px;
	margin-top: 3.2rem;
}

h1 {
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	margin-top: 0;
}

.entry-title,
.entry-title a {
	line-height: 1.2;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
}

.landing-page h1.entry-title {
	font-size: 72px;
	font-size: 7.2rem;
	text-align: center;
}

.single .entry-title {
	line-height: 1.2;
	letter-spacing: -0.1rem;
}

h4 {
	text-transform: uppercase;
	letter-spacing: 0.15rem;
	line-height: 1.5;
}

h5 {
	line-height: 1.5;
}

h6 {
	font-style: italic;
	line-height: 1.5;
}

.widgettitle {
	border-bottom: 1px solid #d6d6d6;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	margin-top: 0;
	padding-bottom: 24px;
	padding-bottom: 2.4rem;
}

.author-box h1 {
	margin: 0
}

.taxonomy-description h1 {
	margin-bottom: 4px;
	margin-bottom: 0.4rem;
}

.archive-title {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

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

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

img {
	height: auto;
	width: auto; /* IE8 */
}

.embed-container {
	position: relative;
    padding-bottom: 56.25%; /* 16/9 ratio */
    padding-top: 0; /* IE6 workaround*/
    height: 0;
    margin-bottom: 40px;
    margin-bottom: 4.0rem;
    overflow: hidden;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

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

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

select {
	padding: 0;
}

input:focus,
textarea:focus {
	outline: none;
}

::-moz-placeholder {
	color: #999;
}

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

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

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

.content-sidebar-wrap,
.wrap {
	margin: 0 auto;
	max-width: 1140px;
}

.site-inner {
	clear: both;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0;
	padding: 4rem 0;
}

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


/* Content */

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

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

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

/* Primary Sidebar */

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

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


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

.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 4.166666666%; /* 48px / 1152px */
}

.one-half,
.three-sixths,
.two-fourths {
	width: 47.9166666666%; /* 552px / 1152px */
}

.one-third,
.two-sixths {
	width: 30.555555555%; /* 352px / 1152px */
}

.four-sixths,
.two-thirds {
	width: 65.277777777%; /* 752px / 1152px */
}

.one-fourth {
	width: 21.875%; /* 252px / 1152px */
}

.three-fourths {
	width: 73.958333333%; /* 852px / 1152px */
}

.one-fifth {
	width: 16.666666666%; /* 192px / 1152px */
}

.two-fifths {
	width: 37.5%; /* 432px / 1152px */
}

.three-fifths {
	width: 58.333333333%; /* 672px / 1152px */
}

.four-fifths {
	width: 79.166666666%; /* 912px / 1152px */
}

.one-sixth {
	width: 13.194444444%; /* 152px / 1152px */
}

.five-sixths {
	width: 82.638888888%; /* 952px / 1152px */
}

.first {
	margin-left: 0;
}


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

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

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

.alignleft .avatar {
	margin-right: 24px;
	margin-right: 2.4rem;
}

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

.author-box .avatar {
	float: left;
	height: 110px;
	margin-right: 40px;
	margin-right: 4rem;
	width: 110px;
}

.comment-list li .avatar {
	float: left;
	height: 38px;
	margin: -6px 16px 24px 0;
	margin: -0.6rem 1.6rem 2.4rem 0;
	width: 38px;
}

.site-header .search-form {
	float: right;
	margin-top: 56px;
	margin-top: 5.6rem;
	width: 100%;
}

#top-nav .search-form {
	float: left;
}

.sticky {
	margin-bottom: 80px;
	margin-bottom: 8rem;
}

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

/*img.alignnone {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}*/

.genesis-links::before {
	border-bottom: 1px solid #333;
	content: "";
	display: block;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	padding-top: 16px;
	padding-top: 1.6rem;
	width: 25%;
}

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

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

img.alignleft,
.wp-caption.alignleft,
.wp-caption.left {
	margin: 32px 40px 32px 0;
	margin: 3.2rem 4rem 3.2rem 0;
}

.post-image,
img.alignright,
img.right,
.wp-caption.alignright,
.wp-caption.right {
	margin: 32px 0 32px 40px;
	margin: 3.2rem 0 3.2rem 4rem;
}

.wp-caption-text {
	line-height: 1.5;
	margin-top: 16px;
	margin-top: 1.6rem;
}

.gallery-caption {
}

.entry-content .alignleft {
	margin-left: -40px;
	margin-left: -4rem;
}

.entry-content .alignright {
	margin-right: -40px;
	margin-right: -4rem;
}

.post-image {
	display: inline-block;
	float: right;
	margin-top: 48px;
	margin-top: 4.8rem;
	margin-right: 0;
}

.ebook-cover {
	border: 1px solid #d6d6d6;
	margin-left: 0px !important;
	margin-top: 8px !important;
	padding: 3px;
	width: 150px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td {
	text-align: center;
}


/* Search */
.search .archive-title {
	border: none;
	margin: 0;
	padding: 0;
}

.search-no-results .entry {
	border: none !important;
	font-weight: bold;
	margin-bottom: 0 !important;
}



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

.breadcrumb {
	padding: 10px 15px;
	padding: 1rem 1.5rem;
	background: #eee;
}


.archive-description {
	line-height: 1.5;
}

.archive-description {
	background-color: #222;
	color: #fff;
	margin-bottom: 48px;
	margin-bottom: 4.8rem;
	overflow: hidden;
	padding: 40px 80px;
	padding: 4rem 8rem;
}

.archive-description p {
	color: #aaa;
}

.archive-description a:hover {
	color: #fff;
}

/* Author box */

.author-box,
.author-box h1 {
	line-height: 1.5;
}

.author-box {
	background-color: #222;
	color: #fff;
	margin-bottom: 0;
	overflow: hidden;
	padding: 60px 80px;
	padding: 6rem 8rem;
}

.author-box .author-box-title {
	display: block;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	margin: 0 0 5px;
	margin: 0 0 0.5rem;
	padding: 0;
}

.author-box p {
	color: #aaa;
	margin-bottom: 0px;
	/*margin-left: 150px;
	margin-left: 15rem;*/
}

.single .author-box br {
	display: none;
}

.author-box a,
.author-box a:hover {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.single .alert {
	background: #eee;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	color: #666;
	padding: 40px 80px;
	padding: 4rem 8rem;
	margin: 80px -80px;
	margin: 8rem -8rem;
}

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

/* Featured Page and Featured Post
--------------------------------------------- */

.featured-content .entry {
	margin: 0;
	padding: 0;
}

.featured-content .entry-title {
	font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-weight: 500;
}

.featured-content .entry-title a {
	border: none;
}

/* SP Genesis CTA
--------------------------------------------- */

.sidebar .widget.sp-genesis-cta {
	background-color: #0274be;
	background-image: url(images/bg-blue-texture.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 720px 143px;
	color: #fff;
	padding: 30px 24px;
	padding: 3rem 2.4rem;
	text-align: center;
}

.sidebar .widget.sp-genesis-cta p {
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
}


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

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

div.gform_wrapper input[type="email"],
div.gform_wrapper input[type="text"],
div.gform_wrapper textarea,
div.gform_wrapper .ginput_complex label {
	font-size: 16px;
	font-size: 1.6rem;
	padding: 16px;
	padding: 1.6rem;
}

div.gform_wrapper .ginput_complex label {
	padding: 0;
}

div.gform_wrapper li,
div.gform_wrapper form li {
	margin: 16px 0 0;
	margin: 1.6rem 0 0;
}

div.gform_wrapper .gform_footer input[type="submit"] {
	font-size: 14px;
	font-size: 1.4rem;
}


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

header.site-header {
	background: #222;
	min-height: 72px;
	overflow: hidden;
}

.header-image .site-description { display: none; }

.header-image .site-title {
	margin: 0;
}

.header-image .site-title a {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	background-size: 100%;
	display: block;
	float: left;
	height: 18px;
	overflow: hidden;
	margin-bottom: 0;
	margin-top: 26px;
	margin-top: 2.6rem;
	text-indent: -9999px;
	width: 230px;
}

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

.title-area {
	float: left;
	width: 230px;
}

/* Top navigation */

#top-nav {
	background: #fff;
	height: 46px;
	overflow: hidden;
}

#top-nav .social-icons {
	/*background: #f1f1f1;*/
	border-left: 1px solid #ddd;
	float: right;
	font-size: 15px;
	font-size: 1.5rem;
	margin-left: 10px;
	margin-left: 1rem;
	margin-top: 12px;
	padding: 0 8px 0 20px;
	padding: 0 0.8rem 0 2rem;
	position: relative;
}

/*#top-nav .social-icons:before {
	border-top: 23px solid transparent;
	border-bottom: 23px solid #f1f1f1; 
	border-left: 23px solid transparent;
	border-right: 23px solid #f1f1f1; 
	content: "";
	display: block;
	left: -44px;
	position: absolute;
}*/

#top-nav .social-icons a {
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
	color: #777;
	display: block;
	float: left;
	margin-right: 9px;
	/*margin: 7px 5px;
	margin: 0.7rem 0.5rem;
	padding: 5px 0;
	padding: 0.5rem 0;*/
}

#top-nav .social-icons a:hover {
	color: #0274be;
}

#top-nav .social-icons a.search {
	background-color: #e4e4e4;
	border: 10px solid #e4e4e4;
	margin: 0;
	position: relative;
	z-index: 999;
}

#top-nav .social-icons a.search:hover {
	background-color: #fff;
	border: 10px solid #fff;
}

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

#mobile-nav,
.sp-mobile-nav {
	display: none;
}

#sp-subnav {
	background: #0274be;
	clear: both;
}

.genesis-nav-menu {
	clear: both;
	overflow: hidden;
	width: auto;
}

.site-header .genesis-nav-menu {
	float: right;
}

#top-nav .nav-primary {
	float: right;
}

.genesis-nav-menu ul {
	float: left;
	width: 100%;
}

.genesis-nav-menu li {
	display: inline-block;
	float: left;
	list-style-type: none;
	text-align: left;
}

.genesis-nav-menu a {
	display: block;
	position: relative;
}

.site-header .genesis-nav-menu a {
	/*border-left: 1px solid #222;
	border-right: 1px solid #222;*/
	color: #fff;
	padding: 26px 22px 25px;
	padding: 2.6rem 2.2rem 2.5rem;
}

#sp-subnav .genesis-nav-menu a {
	/*border-left: 1px solid #0274be;
	border-right: 1px solid #0274be;*/
	color: #84cfff;
	letter-spacing: normal;
	padding: 16px 22px 15px;
	padding: 1.6rem 2.2rem 1.5rem;
	/* text-transform: none; */
}

#top-nav .genesis-nav-menu a {
	color: #777;
	font-size: 13px;
	font-size: 1.3rem;
	font-weight: 500;
	padding: 14px 16px;
	padding: 1.4rem 1.6rem;
	text-decoration: none;
}

.site-header .genesis-nav-menu a:hover,
.site-header .genesis-nav-menu li:hover a {
	background-color: #0274be;
	/*border-left: 1px solid #e4e4e4;
	border-right: 1px solid #e4e4e4;*/
	/*color: #0274be;*/
	z-index: 199;
}

#sp-subnav .genesis-nav-menu a:hover,
#sp-subnav .genesis-nav-menu li:hover a,
#sp-subnav .genesis-nav-menu li.current-menu-item a,
.site-header .genesis-nav-menu li.current-menu-item a {
	background-color: #fff;
	color: #0274be;
}

#top-nav .genesis-nav-menu a:hover {
	color: #0274be;
}

#top-nav .genesis-nav-menu .login-icon a,
#top-nav .genesis-nav-menu .logout-icon a {
	-moz-transition: none;
	-webkit-transition: none;
	/* background: #f1f1f1; */
	color: #0274be;
	font-weight: bold;
	transition: none;
	/* margin-left: 12px;
	margin-left: 1.2rem;
	padding: 14px 24px;
	padding: 1.4rem 2.4rem; */
}

#top-nav .genesis-nav-menu .login-icon a:hover,
#top-nav .genesis-nav-menu .logout-icon a:hover {
	/* background: #0274be; */
	/* color: #fff; */
	color: #333;
}

#top-nav .genesis-nav-menu .login-icon a:before,
#top-nav .genesis-nav-menu .logout-icon a:before {
	font-family: 'icon-font';
	margin-right: 12px;
	margin-right: 1.2rem;
}

#top-nav .genesis-nav-menu .login-icon a:before { content: '\1f464'; }
#top-nav .genesis-nav-menu .logout-icon a:before { content: '\1f512'; }

.genesis-nav-menu li.highlight-menu-item {
	margin-left: 20px;
	margin-left: 2rem;
}

.genesis-nav-menu .highlight-menu-item a {
	background-color: #1e1e1e;
}

.genesis-nav-menu .highlight-menu-item a:hover {
	background-color: #ff2a00;
}

.site-header .genesis-nav-menu li li a,
.site-header .genesis-nav-menu li li a:link,
.site-header .genesis-nav-menu li li a:visited {
	border: none;
	border-bottom: 1px solid #e4e4e4;
	color: #666;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: normal;
	letter-spacing: normal;
	margin: 0 30px;
	margin: 0 3rem;
	padding: 20px 0;
	padding: 2rem 0;
	position: relative;
	text-transform: none;
	width: 200px;
}

.site-header .genesis-nav-menu li li a:hover,
.genesis-nav-menu .current-menu-item {
	color: #0274be;
}

.genesis-nav-menu li ul {
	background: #fff;
	border: 1px solid #e4e4e4;
	left: -9999px;
	margin-top: -1px;
	padding: 12px 0 32px;
	padding: 1.2rem 0 3.2rem;
	position: absolute;
	width: 260px;
	z-index: 99;
}

.genesis-nav-menu li ul ul {
	margin: -55px 0 0 211px;
}

.genesis-nav-menu li:hover ul ul,
.genesis-nav-menu li.sfHover ul ul {
	left: -9999px;
}

.genesis-nav-menu li:hover,
.genesis-nav-menu li.sfHover {
	position: static;
}

ul.genesis-nav-menu li:hover>ul,
ul.genesis-nav-menu li.sfHover ul,
.site-header .genesis-nav-menu li:hover>ul,
.site-header .genesis-nav-menu li.sfHover ul {
	left: auto;
}

.genesis-nav-menu li a .sf-sub-indicator,
.genesis-nav-menu li li a .sf-sub-indicator,
.genesis-nav-menu li li li a .sf-sub-indicator {
	position: absolute;
	text-indent: -9999px;
}

#wpadminbar li:hover ul ul {
	left: 0;
}

/* 05a - Primary Navigation Extras ----------- */

.genesis-nav-menu li.right {
	float: right;
	padding: 24px 20px;
	padding: 2.4rem 2rem;
}

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

.genesis-nav-menu li.search {
	padding: 6px 0 0;
	padding: 0.6rem 0 0;
}

.genesis-nav-menu li.rss a {
	background: url(images/rss.png) no-repeat center left;
	margin-left: 20px;
	margin-left: 2rem;
	padding-left: 20px;
	padding-left: 2rem;
}

.genesis-nav-menu li.twitter a {
	background: url(images/twitter-nav.png) no-repeat center left;
	padding-left: 24px;
	padding-left: 2.4rem;
}


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

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

.content {
	background: #fff;
	border: 1px solid #ddd;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.content .entry {
	border-bottom: 1px solid #d6d6d6;
	padding-bottom: 56px;
	padding-bottom: 5.6rem;
	margin-bottom: -40px;
	margin-bottom: -4.0rem;
}

.page .content .page {
	border-bottom: none;
	margin-bottom: 80px;
	margin-bottom: 8rem;
	padding: 0;
}

.content > .entry:last-child,
.content .section > .entry:last-child {
	margin-bottom: 80px;
	margin-bottom: 8rem;
}

.single .content .entry {
	border-bottom: none;
	padding: 0;
}

.entry,
.hentry,
.page .post.entry,
.single .content .entry,
.archive-title,
#respond {
	margin: 80px;
	margin: 8rem;
}

.entry-content .attachment a,
.entry-content .gallery a {
	border: none;
}

.entry-content ol,
.entry-content p,
.entry-content ul,
.quote-caption {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-content ol li,
.entry-content ul li {
	margin-left: 40px;
	margin-left: 4rem;
}

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

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

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

.entry-content,
.entry-content p {
	line-height: 1.5;
}

.entry-content a {
	border-bottom: 1px dotted #0274be;
	text-decoration: none;
}

.entry-content a:hover {
	border-bottom: 1px dotted #333;
}

.gist .gist-file .gist-meta a {
	border: none;
}

.content .coming-soon {
	border: none;
	margin-bottom: 40px;
}

blockquote {
	padding: 24px 0;
	padding: 2.4rem 0;
	position: relative;
}

blockquote,
blockquote p,
h5,
.wp-caption-text {
	color: #777;
	font-weight: 300;
}

.entry-content blockquote,
.entry-content blockquote p {
	font-size: 22px;
	font-size: 2.2rem;
}

blockquote:before {
	content: "“";
	color: #ccc;
	font-family: Georgia, serif;
	font-size: 60px;
	font-size: 6rem;
	font-weight: 300;
	left: -55px;
	position: absolute;
	top: 0px;
}

.archive-title {
	padding-bottom: 32px;
	padding-bottom: 3.2rem;
	border-bottom: 1px solid #d6d6d6;
}

.taxonomy-description .archive-title {
	border-bottom: 1px solid #656565;
	padding-bottom: 32px;
	padding-bottom: 3.2rem;
	margin: 0 0 32px;
	margin: 0 0 3.2rem;
}

.error404 .post,
.message-page .content .entry {
	background-position: left center;
	background-repeat: no-repeat;
	border: none !important;
	padding: 40px 0 40px 30%;
	padding: 4rem 0 4rem 30%;
}

.error404 .post {
	background-image: url(images/icon-404.png);
	background-size: 256px 256px;
}

.confirmed-page .entry {
	background-image: url(images/icon-confirmed.png);
	background-size: 218px 290px;
}

.video-wrapper {
	height: 0;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
	padding-bottom: 52%; /* 16:9 */
	padding-top: 24px;
	padding-top: 2.4rem;
	position: relative;
}

.video-wrapper iframe {
	border: 5px solid #fff;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.entry-meta {
	clear: both;
	color: #aaa;
	font-size: 16px;
	font-size: 1.6rem;
	font-style: italic;
	line-height: 1.5;
}

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

.entry-header .entry-meta .author,
.entry-header .entry-meta .entry-time {
	font-size: 12px;
	font-size: 1.2rem;
}

.entry-header .entry-meta a,
.entry-header .entry-meta .entry-time {
	color: #777;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.18rem;
	text-transform: uppercase;
}

.entry-header .entry-meta .post-comments {
	background: url(images/post-comments.png) no-repeat center left;
	margin-left: 16px;
	margin-left: 1.6rem;
	padding-left: 20px;
	padding-left: 2rem;
	display: none;
}

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

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

.page-intro {
	margin: 80px 80px 0px;
	margin: 8rem 8rem 0rem;
}

.jetpack .entry {
	margin: 100px 160px;
	margin: 10rem 16rem;
}

.jetpack .cta,
.jetpack .testimonials {
	display: none;
}


/* Entry Navigation
--------------------------------------------- */

.pagination {
	margin: 80px;
	margin: 8rem;
}

.entry .pagination a {
	border-bottom: 1px solid #ddd;
}

.pagination li {
	display: inline;
}

.pagination li a,
.pagination li a:hover,
.pagination li.active a,
.pagination li.disabled {
	color: #777;
	cursor: pointer;
	padding: 4px 10px;
	padding: 0.4rem 1rem;
	text-decoration: none;
}

.pagination li a:hover,
.pagination li.active a {
	border-radius: 3px;
	background-color: #0274be;
	color: #fff;
}

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

.entry-comments,
#respond {
	line-height: 1.5;
	overflow: hidden;
}

.entry-comments {
	border-top: 1px solid #d6d6d6;
	padding: 80px 80px 0;
	padding: 8rem 8rem 0;
	width: auto;
}

.entry-comments #respond {
	background: #f8f8f8;
	padding: 48px;
	padding: 4.8rem;
	margin: 0;
}

/*.ping-list,
#comments {
	margin-bottom: 48px;
	margin-bottom: 3rem;
}*/

#author,
#email,
#url {
	width: 50%;
}

.commentmetadata,
#author,
#email,
#url {
	margin-bottom: 12px;
	margin-bottom: 1.2rem;
}

#comment {
	margin: 12px 0;
	margin: 1.2rem 0;
}

label {
	margin-left: 12px;
	margin-left: 1.2rem;
}

.comment-list li,
.ping-list li {
	border-bottom: 1px solid #d6d6d6;
	list-style-type: none;
	padding: 32px 0;
	padding: 3.2rem 0;
	width: 100%;
}

.comment-list .children:before {
	background-color: #fff;
	background-image: url(images/arrow-down.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 7px 14px;
	content: "";
	display: block;
	height: 18px;
	left: 18px;
	position: absolute;
	top: -5px;
	width: 24px;
}

.comment-list .children {
	border-top: 1px solid #d6d6d6;
	margin-left: 56px;
	margin-left: 5.6rem;
	margin-bottom: -32px;
	margin-bottom: -3.2rem;
	margin-top: 32px;
	margin-top: 3.2rem;
	position: relative;
}

.comment-list .children li:last-child {
	border-bottom: none !important;
}

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

.comment-header {
	overflow: hidden;
}

.comment {
	border-right: none;
}

.comment-reply-link,
.comment-content p {
	margin-left: 56px;
	margin-left: 5.6rem;
}

.comment-content p {
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
}

.entry-comments .navigation {
	margin-top: 32px;
	margin-top: 3.2rem;
}

.comment-author {
	padding-top: 6px;
	padding-top: 0.6rem;
}

.comment-author cite {
	font-style: normal;
}

.comment-author .says {
	display: none;
}

.comment-meta a {
	text-decoration: none;
}

.comment-author:after{
	display: none;
}

.comment-author,
.comment-meta {
	line-height: 1.2;
}

#cancel-comment-reply-link {
	float: right;
	font-weight: normal;
	margin-top: 8px;
	margin-top: 0.8rem;
}


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

.sidebar {
	display: inline;
	line-height: 1.5;
}

.sidebar,
.sidebar p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.3;
}

.sidebar p {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
}

.sidebar .widget {
	background: #eee;
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 40px 40px 24px;
	padding: 4rem 4rem 2.4rem;
}

.sidebar.widget-area ul li {
	list-style-type: none;
	margin-bottom: 0;
	word-wrap: break-word;
}

.sidebar ul {
	margin-bottom: 8px;
	margin-bottom: 0.8rem;
}

.sidebar ul li a {
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
	
	border-bottom: 1px solid #d6d6d6;
	color: #666;
	display: block;
	font-weight: bold;
	padding: 16px 0;
	padding: 1.6rem 0;
	position: relative;
	text-decoration: none;
}

.sidebar ul li a:hover {
	color: #0274be;
}

.sidebar .search-form {
	width: 100%;
}

.sidebar .enews-widget {
	background: #222;
}

.sidebar .enews-widget h4 {
	border-bottom: none;
	color: #fff;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	margin: 0 0 12px;
	margin: 0 0 1.2rem;
	padding: 0;
	text-align: center;
	text-transform: none;
}

.sidebar .enews-widget p {
	color: #aaa;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 24px;
	margin-bottom: 2.4rem;
	text-align: center;
}

.sidebar .enews-widget input[type="email"] {
	color: #666;
	font-size: 15px;
	font-size: 1.5rem;
}

.sidebar .enews-widget input[type="submit"] {
	margin: 16px auto;
	margin: 1.6rem auto;
	text-align: center;
	width: 100%;
}

.sidebar .widget_search {
	padding: 0;
}

.sidebar .widget_search .search-section {
	margin-bottom: 16px;
	margin-bottom: 1.6rem;
	padding: 0;
}

.sidebar .widget_search input[type=search] {
	background-color: #fff;
	background-image: url(images/icon-search.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 30px 13px;
	color: #777777;
	font-size: 13px;
	font-size: 1.3rem;
}

.sidebar .featuredpost .post {
	border-bottom: 1px solid #ccc;
	padding: 0 0 16px;
	padding: 0 0 1.6rem;
	margin: 0 0 16px;
	margin: 0 0 1.6rem;
}

.sidebar .featuredpost .post h2 {
	font-family: 'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 500;
	margin: 0;
}

.sidebar .featuredpost .post h2 a {
	color: #666;
	letter-spacing: normal;
}

.sidebar .featuredpost .post h2 a:hover {
	color: #0274bd;
}

.sidebar #text-8 {
	padding: 0;
}

.sidebar #text-8 a {
	text-align: center;
	width: 100%;
}


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

.site-footer {
	background: #f9f9f9;
	clear: both;
	margin-top: 48px;
	margin-top: 4.8rem;
}

.site-footer .wrap {
	background-image: url(images/logo-color.png);
	background-position: 0 55px;
	background-repeat: no-repeat;
	background-size: 212px 17px;
	border-top: 1px solid #ddd;
	overflow: hidden;
	padding: 48px 0;
	padding: 4.8rem 0;
	text-align: right;
}

.site-footer p {
	color: #777;
	line-height: 1.5;
}

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

.content .sd-social-icon-text a.sd-button > span, a.sd-button > span {
	opacity: 1 !important;
	padding: 6px 12px;
}

.content div.sharedaddy a.sd-button {
	border: none !important;
}

.content li a.sd-button > span {
	padding: 8px 18px 7px;
	background-color: #eee !important;
	border: none !important;
	color: #333;
	font-size: 11px;
	font-weight: bold;
	letter-spacing: 1px;
	letter-spacing: 0.2rem;
	text-transform: uppercase;
}

.content li a.sd-button:hover > span {
	background: #0274be !important;
	color: #fff !important;
}

.content .sd-button span.share-count {
	color: #0274be !important;
	font-size: 100% !important;
}

.content li a.sd-button:hover span.share-count {
	color: #fff !important;
}

.content div.sharedaddy div.sd-block {
	border: none !important;
	margin-top: 40px;
	margin-top: 4rem;
}

.content div.sharedaddy .sd-content {
	float: none;
	width: 100%;
}

.content .jpack-share-top {
	margin-bottom: 40px;
	margin-bottom: 4rem;
	margin-top: -40px;
	margin-top: -4rem;
}

/* Syntax Highlighter
------------------------------------------------------------ */

pre,
.content .syntaxhighlighter {
	background: #f5f5f5 !important;
	border: 1px solid #ddd !important;
	box-sizing: border-box;
	font-family: Monospace, Verdana, Tahoma;
	display: block !important;
	margin: 0 10px 25px 0 !important;
	overflow: auto;
	padding: 19px !important;
	width: 100% !important;
}

.content #comments .syntaxhighlighter,
.content #comments .syntaxhighlighter div,
.content #comments .syntaxhighlighter code {
	background: #f5f5f5 !important;
}

.content .syntaxhighlighter table td.code .line {
	background: #f5f5f5 !important;
	padding: 0 !important;
	white-space: normal !important;
}

.content .syntaxhighlighter a, 
.content .syntaxhighlighter div, 
.content .syntaxhighlighter code, 
.content .syntaxhighlighter table, 
.content .syntaxhighlighter table td, 
.content .syntaxhighlighter table tr, 
.content .syntaxhighlighter table tbody, 
.content .syntaxhighlighter table thead, 
.content .syntaxhighlighter table caption, 
.content .syntaxhighlighter textarea {
	background: #f5f5f5 !important;
	font-family: Monospace, Verdana, Tahoma !important;
	font-size: 15px !important;
}
	
.content .syntaxhighlighter div.highlighted, 
.content .syntaxhighlighter div.highlighted code{
	background-color: #ddd !important;
}

.postid-14376 pre, .postid-14376 #content .syntaxhighlighter {
	margin: 10px 10px 20px 0 !important;
	width: 560px !important;
}



/*
StudioPress UI
---------------------------------------------------------------------------------------------------- */

.break-line {
	border-top: 1px solid #ddd;
	clear: both;
	height: 20px;
	margin-top: 40px;
	margin-top: 4rem;
}


/* Boxes */

.white-box {
	background: #fff;
	border: 1px solid #ddd;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom: 40px;
	margin-bottom: 4.0rem;
}

.white-box .inner {
	margin: 80px;
	margin: 8.0rem;
}

.big-box,
.gray-box {
	border-radius: 3px;
    
    box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.03);
    -webkit-box-shadow: 0px 0px 0px 4px rgba(0, 0, 0, 0.03);
    
	border: 1px solid #ddd;
	padding: 32px 32px 10px;
	padding: 3.2rem 3.2rem 1rem;
	margin-bottom: 32px;
	margin-bottom: 3.2rem;
}

.gray-box {
    background: #f5f5f5;
}

.gray-box p {
    color: #666;
    font-size: 16px;
    font-size: 1.6rem;
}

.big-box .heading-black {
	background: #222;
	border-bottom: 1px solid #ddd;
	color: #fff;
	display: block;
	font-weight: 300;
	margin: -32px -32px 32px;
	margin: -3.2rem -3.2rem 3.2rem;
	padding: 16px 32px;
	padding: 1.6rem 3.2rem;
}

.big-box .heading-white,
.gray-box .heading {
	background: #fff;
	border-bottom: 1px solid #ddd;
	display: block;
	margin: -32px -32px 32px;
	margin: -3.2rem -3.2rem 3.2rem;
	padding: 24px 32px;
	padding: 2.4rem 3.2rem;
	position: relative;
}

.gray-box .icon {
	border-top: 25px solid #222;
	border-bottom: 25px solid transparent;
	border-left: 25px solid transparent;
	border-right: 25px solid #222;
	height: 0px;
	position: absolute;
	right: 0px;
	top: 0px;
	width: 0px;
}

.gray-box .icon span {
	color: #fff;
	font-size: 11px;
	position: absolute;
	right: -16px;
	top: -14px;
}

.gray-box .download .heading {
	background: #ddd;
	border-top: 1px solid #d2d2d2;
	font-weight: bold;
	margin-top: 32px;
	margin-top: 3.2rem;
	padding: 16px 32px;
	padding: 1.6rem 3.2rem;
}

.gray-box .download ul {
	background: #fff;
	margin: -32px -32px -16px;
	margin: -3.2rem -3.2rem -1.6rem;
	list-style: none;
}

.gray-box .download li {
	border-bottom: 1px solid #ddd;
	list-style: none;
	margin: 0;
	padding: 16px 160px 16px 16px;
	padding: 1.6rem 16.0rem 1.6rem 1.6rem;
	position: relative;
}

.gray-box .download li:hover {
	background: #f5f5f5;
	color: #a41600;
}

.gray-box .download li a.btn-primary-small {
	position: absolute;
	right: 10px;
	top: 10px;
}

.gray-box img.alignleft {
	border: 3px solid #fff;
	margin: 0px 32px 16px 0px;
	width: 150px;
}

/* Buttons */

.btn-small,
.comment-reply-link,
#cancel-comment-reply-link,
.btn-gray {
	border-radius: 3px;

	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	
	background: #eee;
	border: none;
	color: #666;
	display: inline-block;
	font-size: 13px;
	font-size: 1.3rem;
	padding: 6px 14px;
	padding: 0.6rem 1.4rem;
	text-decoration: none;
}

.btn-small:hover,
.comment-reply-link:hover,
#cancel-comment-reply-link:hover {
	background: #ddd;
	color: #333;
}

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

button,
input[type="button"],
input[type="submit"],
.btn,
.btn-primary-big,
.btn-primary-medium,
.btn-primary-small,
.btn-secondary-big,
.btn-secondary-medium,
.btn-secondary-small,
.btn-green-big,
.btn-green-medium,
.btn-green-small,
.btn-gray {
	border-radius: 3px;
	
	background-clip: padding-box;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	
	box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
	
	border: none !important;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: 'museo-sans', sans-serif;
	font-weight: 500;
	text-decoration: none;
}

.btn-gray {
	color: #666;
	position: relative;
}

button,
input[type="button"],
input[type="submit"],
.btn {
	border: none;
	margin: 6px;
	width: auto;
}

.btn-primary-small,
.btn-secondary-small,
.btn-green-small,
.btn-gray {
	box-shadow: inset 0 -2px 0 rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 -2px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 -2px 0 rgba(0,0,0,.2);
	
	font-family:  'proxima-nova', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

button,
input[type="button"],
input[type="submit"],
.content .premise-checkout-wrap .input-submit,
.btn,
.btn-primary-big,
.btn-primary-medium,
.btn-primary-small {
	background-color: #0274be;
}

.btn-secondary-big,
.btn-secondary-medium,
.btn-secondary-small {
	background-color: #333;
}

.btn-green-big,
.btn-green-medium,
.btn-green-small {
	background-color: #9bc23c;
	border: 2px solid #fff !important;
	border-radius: 4px;
}

.btn-primary-big,
.btn-secondary-big,
.btn-green-big {
	font-size: 24px;
	font-size: 2.4rem;
	padding: 16px 32px;
	padding: 1.6rem 3.2rem;
}

button,
input[type="button"],
input[type="submit"],
.btn,
.btn-primary-medium,
.btn-secondary-medium,
.btn-green-medium {
	font-size: 18px;
	font-size: 1.8rem;
	padding: 12px 24px;
	padding: 1.2rem 2.4rem;
}

.btn-primary-small,
.btn-secondary-small,
.btn-green-small {
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px 16px;
	padding: 0.8rem 1.6rem;
}

button:hover,
input:hover[type="button"],
input:hover[type="submit"],
.content .premise-checkout-wrap .input-submit:hover,
.btn:hover,
.btn-primary-big:hover,
.btn-primary-medium:hover,
.btn-primary-small:hover {
	box-shadow: inset 0 3px 0 rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 3px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 3px 0 rgba(0,0,0,.2);
	background: #005f9d;
	color: #fff;
}

.btn-gray:hover {
	background-color: #f1f1f1;
	color: #0274be;
}

.btn-secondary-big:hover,
.btn-secondary-medium:hover,
.btn-secondary-small:hover {
	box-shadow: inset 0 3px 0 rgba(0,0,0,.2);
	-moz-box-shadow: inset 0 3px 0 rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 3px 0 rgba(0,0,0,.2);
	background: #222;
	color: #fff;
}

.btn-green-big:hover,
.btn-green-medium:hover,
.btn-green-small:hover {
	box-shadow: inset 0 3px 0 rgba(0,0,0,.1);
	-moz-box-shadow: inset 0 3px 0 rgba(0,0,0,.1);
	-webkit-box-shadow: inset 0 3px 0 rgba(0,0,0,.1);
	background: #87ae28;
	color: #fff;
}

/* Testimonials */
.testimonials {
	background: url(images/testimonials-bg.jpg) repeat-x center 136px #111;
	color: #fff;
}

.testimonials h3 {
	font-size: 42px;
	font-size: 4.2rem;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	text-align: center;
}

.testimonials h3 strong {
	font-weight: 500;
}

.view-more {
	border: none !important;
	float: right;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 300;
	line-height: 1;
	margin-top: 15px;
	margin-top: 1.5rem;
	padding-right: 35px;
	padding-right: 3.5rem;
	position: relative;
}

.testimonials .view-more:hover {
	color: #fff;
}

.view-more:before {
	font-size: 18px;
	font-size: 1.8rem;
	position: absolute;
	right: 0px;
	top: 4px;
}

.testimonials ul,
.testimonials ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.testimonials .container {
	background: #0274be;
}

.testimonials .quotes {
	background-image: url(images/quote-mark.png);
	background-position: 20px 20px;
	background-repeat: no-repeat;
	background-size: 82px 64px;
	float: left;
	height: 300px;
	padding: 40px;
	padding: 4rem;
	width: 390px;
}

.testimonials .quotes ul li p {	
	font-size: 22px;
	font-size: 2.2rem;
	font-style: italic;
	font-weight: 300 !important;
	line-height: 1.4;
	margin-bottom: 0;
}

.testimonials .quotes ul li.quote-1 p,
.testimonials .quotes ul li.quote-2 p,
.testimonials .quotes ul li.quote-6 p,
.testimonials .quotes ul li.quote-10 p {
	font-size: 24px;
	font-size: 2.4rem;
}

.testimonials .quotes ul li {
	display: none;
}

.testimonials .quotes ul li.active {
	display: block;
}

.testimonials .photos {
	float: right;
	width: 750px;
}

.testimonials .photos ul li {
	display: block;
	float: left;
	height: 150px;
	line-height: 0;
	width: 150px;
}

.testimonials .photos ul li a {
	display: block;
}

.testimonials .photos ul li img {
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition:    all 0.7s ease-in-out;
	-ms-transition:     all 0.7s ease-in-out;
	-o-transition:      all 0.7s ease-in-out;
	transition:         all 0.7s ease-in-out;
	
	opacity: 0.2;
}

.testimonials .photos ul li.active a img,
.testimonials .photos ul li a:hover img {
	opacity: 1;
}

.testimonials .photos .author {
	background: #111;
	clear: both;
	font-size: 28px;
	font-size: 2.8rem;
	font-weight: 300;
	padding: 20px 20px 20px 40px;
	padding: 2rem 2rem 2rem 4rem;
	position: relative;
}

.testimonials .photos .author span {
	color: #666;
}

.testimonials .photos .author:before {
	border-style: solid;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #0274be;
	content: "";
	display: block;
	left: 0px;
	position: absolute;
	top: 34px;
}


/* CTA */
.cta {
	background-color: #0274be;
	background-image: url(images/bg-blue-texture.jpg);
	background-position: center top;
	background-repeat: repeat-x;
	background-size: 1440px 286px;
	color: #fff;
	margin-bottom: -50px;
	position: relative;
	text-align: center;
	z-index: 999;
}

.cta .wrap {
	padding: 60px 0;
	padding: 6rem 0;
}

.cta h3 {
	font-size: 42px;
	font-size: 4.2rem;
	margin: 0 0 24px;
	margin: 0 0 2.4rem;
}

.cta h3 strong {
	font-weight: 500;
}


/* Table */
.table {
	display: table;
	font-size: 14px;
	margin: 0 auto 20px;
	margin: 0 auto 2rem;
}

.table .column {
	background: #f5f5f5;
	border: 1px solid #e4e4e4;
	display: table-column;
	float: left;
	margin: 0 1px;
}

.table .title-offset {
	margin-top: 54px;
	margin-top: 5.4rem;
}

.table .row {
	border-bottom: 1px solid #e4e4e4;
	font-weight: bold;
	height: 42px;
	line-height: 42px;
	padding: 0 10px;
	padding: 0 1rem;
	text-align: center;
}

.table .labels .row {
	font-weight: normal;
	padding-right: 30px;
	padding-right: 3rem;
	text-align: right;
}

.table .row.subtitle {
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}

.table .row.title,
.table .row.title-empty {
	background: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	height: 54px;
	line-height: 54px;
}

.table .icon-check,
.table .icon-info-circled {
	color: #0274be;
	font-size: 18px;
	font-size: 1.8rem;
}

.table .icon-cancel {
	color: #999;
	font-size: 18px;
	font-size: 1.8rem;
}

.table .column.blue {
	background: #e5f1f8;
	border: 1px solid #bad8ec;
	color: #0274be;
}

.table .column.blue .row {
	border-bottom: 1px solid #bad8ec;
}

.table .column.white {
	background: #fff;
}

.table p {
	display: none;
}


/* Message boxes */
.blue-box,
.message-info,
.premise-message {
	background: #e5f1f8;
	border: 1px solid #bad8ec;
	color: #274d66;
	padding: 32px;
	padding: 3.2rem;
}

.premise-message {
	display: block;
	padding: 16px 32px;
	padding: 1.6rem 3.2rem;
}

.message-info h3,
.message-info h4,
.premise-message h3,
.premise-message h4 {
	margin-top: 0;
}

.blue-box {
	margin-top: 40px;
	margin-top: 4rem;
}

.blue-box p:last-child,
.message-info p:last-child {
	margin-bottom: 0;
}


/* Showcase */
.archive .showcase-loop {
	padding-left: 60px;
}

.archive .showcase {
	border: none !important;
	float: left;
	height: 300px;
	margin: 2%;
	width: 29%;
}

.archive .showcase h2 {
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 16px 0 8px;
	margin: 1.6rem 0 0.8rem;
}

.archive .showcase h2 a {
	font-size: 18px;
	font-size: 1.8rem;
}

.archive .showcase p {
	font-size: 14px;
	font-size: 1.4rem;
}

.archive .showcase .screenshot a.img,
.single .showcase .entry-content a {
	border: 2px solid #ddd;
	border-radius: 3px;
	display: inline-block;
	padding: 4px;
	position: relative;
	line-height: 1.4;
}

.archive .showcase a.img .icon-search {
	color: #fff;
	display: none;
	font-size: 40px;
	position: absolute;
	text-align: center;
	top: 50%;
	margin-top: -25px;
	width: 96%;
	z-index: 999;
}

.archive .showcase a.img:hover .icon-search {
	display: block;
}

.archive .showcase a.img:hover img {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition:    all 0.5s ease-in-out;
	-ms-transition:     all 0.5s ease-in-out;
	-o-transition:      all 0.5s ease-in-out;
	transition:         all 0.5s ease-in-out;
	opacity: 0.1;
}

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

.single .showcase .pinterest-button {
	margin-bottom: 20px;
}

.single .showcase .entry-content a {
	line-height: 1;
}

.single .showcase .entry-content a img {
	margin-bottom: 0px;
}

.archive .showcase .screenshot a.img:hover,
.single .showcase .entry-content a:hover {
	background: #0274be;
	border-color: #0274be;
}

.archive .showcase-navigation .label {
	float: left;
	font-size: 20px;
	font-size: 2rem;
	font-weight: 500;
	width: 270px;
}

.archive .showcase-navigation {
	background: #f5f5f5;
	border: 1px solid #fff;
	padding: 20px 80px;
	padding: 2rem 8rem;
	margin: 20px 0 30px -60px;
	margin: 2rem 0 3rem -6rem;
}

.archive .showcase-navigation .widget {
	float: left;
	margin-right: 30px;
	width: 250px;
}

.content .developer-box img {
	border-radius: 50%;
	height: 150px;
	margin-bottom: 70px;
	margin-bottom: 7rem;
	margin-left: 0;
	margin-top: 0px;
	width: 150px;
}

.content .developer {
	background: #f5f5f5;
	color: #666;
	height: 360px;
	margin-bottom: 40px;
	margin-bottom: 4rem;
	width: 48%;
}

.content .developer h3 {
	color: #222;
	font-size: 25px;
	font-size: 2.5rem;
	margin-top: 0;
}

.content .developer.left {
	float: left;
}

.content .developer.right {
	float: right;
}

.content .developer .img {
	border: none;
	display: block;
	height: 140px;
	float: left;
	width: 140px;
}

.content .developer .name {
	margin-left: 20px;
	margin-left: 2rem;
	padding-top: 20px;
	padding-top: 2rem;
	float: left;
}

.content .developer .name a {
	border: none;
	display: block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 2px;
}

.content .developer .name a:before {
	margin-right: 10px;
}

.content .developer .name h3 {
	margin-bottom: 10px;
	margin-bottom: 1rem;
}

.content .developer .info {
	border-bottom: 5px solid #fff;
}

.content .developer .description {
	clear: both;
	float: none;
	padding: 20px;
	padding: 2rem;
}

.content .developer .description p {
	font-size: 16px;
	font-size: 1.6rem;
}

.content .developer p:last {
	margin-bottom: 0;
}

.content .page-intro .developer {
	float: none;
	height: auto;
	width: 100%;
}

.content .page-intro .developer .name {
	margin-left: 35px;
	margin-left: 3.5rem;
	padding-top: 25px;
	padding-top: 2.5rem;
}

.content .page-intro .developer .name h3 {
	font-size: 46px;
	font-size: 4.6rem;
	font-weight: bold;
}

.content .page-intro .developer .name a {
	display: inline-block;
	margin-right: 26px;
	margin-right: 2.6rem;
}

.content .page-intro .developer .description {
	padding: 35px;
	padding: 3.5rem;
}

.content .page-intro .developer .description p {
	color: #333;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 0;
}


/* Lightbox */
#lightbox a {
	-moz-transition: none;
	-webkit-transition: none;
	transition: none;
}


/* Screenshot shortcode */
.screenshot-mockup {
	background-image: url(images/screenshot-laptop.png);
	background-repeat: no-repeat;
	background-size: 100%;
	height: 359px;
	margin: 40px 0;
	margin: 4rem 0;
	width: 100%;
}

.screenshot-mockup .image {
	border: 2px solid #fff;
	height: 283px;
	margin: 24px auto;
	overflow: hidden;
	width: 485px;	
}


/*.post-edit-link {
	display: none;
}*/


/* Santa hat */
/*.header-image .site-title {
	position: relative;
}

.header-image .site-title:before {
	background-image: url(images/santa-hat.png);
	background-size: 17px 15px;
	content: "";
	display: block;
	height: 15px;
	left: -6px;
	position: absolute;
	top: 18px;
	width: 17px;
}*/

.entry-content .share-before {
	margin-bottom: 20px;
	margin-bottom: 2rem;
}


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

/* Retina screen */
@media screen and (-webkit-min-device-pixel-ratio: 2) {

	.header-image .site-title a { background-image: url(images/logo@2x.png); }
	.site-footer .wrap { background-image: url(images/logo-color@2x.png); }
	.testimonials .quotes { background-image: url(images/quote-mark@2x.png); }
	.error404 .post { background-image: url(images/icon-404@2x.png); }
	.confirmed-page .entry { background-image: url(images/icon-confirmed@2x.png); }
	
	.cta { background-image: url(images/bg-blue-texture@2x.jpg); }
	
	.screenshot-mockup { background-image: url(images/screenshot-laptop@2x.png); }
	.header-image .site-title:before { background-image: url(images/santa-hat@2x.png); }
	
}


/* Responsive design */
@media only screen and (max-width: 1139px) {

	.site-header,
	.site-footer,
	.testimonials h3,
	.cta,
	.site-inner {
		padding-left: 2% !important;
		padding-right: 2% !important;
	}
	
	.content .entry {
		padding-bottom: 20px;
		padding-bottom: 2rem;
		margin-bottom: -20px;
		margin-bottom: -2rem;
	}
	
	.page .content .page {
		margin-bottom: 40px;
		margin-bottom: 4rem;
	}
		
	.content > .entry:last-child,
	.content .section > .entry:last-child {
		margin-bottom: 40px;
		margin-bottom: 4rem;
	}
	
	.entry,
	.hentry,
	.page .post.entry,
	.single .content .entry,
	.archive-title,
	#respond,
	.page-intro,
	.pagination {
		margin: 40px;
		margin: 4rem;
	}
	
	.content-sidebar .content {
		width: 660px;
	}
	
	.sidebar .featuredpost .post {
		padding: 0 0 16px;
		padding: 0 0 1.6rem;
		margin: 0 0 16px;
		margin: 0 0 1.6rem;
	}
	
	
	/* Showcase */
	.archive .showcase-loop {
		padding-left: 10px;
		padding-left: 1rem;
	}
	
	.archive .showcase-navigation {
		padding: 20px 40px;
		padding: 2rem 4rem;
		margin: 0 0 20px -10px;
		margin: 0 0 2rem -1rem;
	}
	
	.archive .showcase-navigation .widget {
		margin-right: 10px;
		margin-right: 1rem;
		width: 170px;
	}
	
	
	/* Testimonials */
	.testimonials .quotes {
		clear: both;
		float: none;
		height: auto;
		width: 100%;
	}
	
	.testimonials .photos {
		float: none;
		width: 100%;
	}
	
	.testimonials .photos .author:before {
		bottom: 0px;
		border-width: 0 10px 10px 10px;
		border-color: transparent transparent #0274be transparent;
		left: 70px;
		top: auto;
	}
	
	.testimonials .photos ul li {
		height: auto;
		width: 10%;
	}
	
	/* CTA */
	.cta h3,
	.cta .btn-green-big {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	
	.cta h3 {
		font-size: 40px;
		font-size: 4rem;
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
	
	.cta .btn-green-big {
		display: inline-block;
		font-size: 20px;
		font-size: 2rem;
		font-weight: 700;
		padding: 10px 20px;
		padding: 1rem 2rem;
	}
	
	.screenshot-mockup .image {
		height: 259px;
		margin: 20px auto;
		width: 433px;
	}
	
}

@media only screen and (max-width: 1023px) {
	
	.content,
	.content-sidebar .content,
	.sidebar-primary,
	.site-header .widget-area,
	.wrap {
		width: 100%;
	}
	
	.title-area {
		float: none;
		margin: 0 auto;
	}
	
	.header-image .site-title a {
		margin-top: 18px;
		margin-top: 1.8rem;
	}
	
	.site-header .genesis-nav-menu {
		clear: both;
		float: none;
		margin: 15px auto 0;
		margin: 1.5rem auto 0;
		overflow: hidden;
		text-align: center;
		width: auto;
	}
	
	#sp-subnav .genesis-nav-menu {
		margin: 0 auto;
	}
	
	.site-header .genesis-nav-menu li {
		display: inline-block;
		float: none;
	}
	
	.site-header .genesis-nav-menu a {
		padding: 15px 15px;
		padding: 1.5rem 1.5rem;
	}

	.sidebar {
		margin-top: 20px;
		margin-top: 2rem;
	}
	
	.sidebar #text-8 {
		background: none;
	}
	
	.sidebar #text-8 a {
		display: block;
		margin: 0 auto;
		width: 300px;
	}
	
	.sidebar .enews-widget br {
		display: none;
	}
	
	.sidebar .enews-widget form {
		margin: 0 auto;
		width: 60%;
	}
	
	.single .author-box {
		padding: 40px;
		padding: 4rem;
	}

	/* Testimonials */
	.testimonials h3 {
		font-size: 32px;
		font-size: 3.2rem;
	}
	
	/* CTA */
	.cta h3 {
		font-size: 40px;
		font-size: 4rem;
	}
	
	.cta .wrap {
		padding: 40px 0;
		padding: 4rem 0;
	}
	
	blockquote:before {
		display: none;
	}
	
	.screenshot-mockup .image {
		height: 283px;
		margin: 24px auto;
		width: 485px;
	}
	
	.content .developer.left,
	.content .developer.right {
		clear: both;
		float: none;
		height: auto !important;
		width: 100% !important;
	}
	
	.jetpack .entry {
		margin: 40px;
		margin: 4rem;
	}
	
}

@media only screen and (max-width: 480px) {
	
	html {
		font-size: 55%;
	}
	
	.content .entry {
		padding-bottom: 10px;
		padding-bottom: 1rem;
		margin-bottom: -10px;
		margin-bottom: -1rem;
	}
	
	.page .content .page {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
		
	.content > .entry:last-child,
	.content .section > .entry:last-child {
		margin-bottom: 20px;
		margin-bottom: 2rem;
	}
	
	.entry,
	.hentry,
	.page .post.entry,
	.single .content .entry,
	.archive-title,
	#respond,
	.page-intro {
		margin: 20px;
		margin: 2rem;
	}
	
	#top-nav {
		height: 32px;
	}
	
	#top-nav .genesis-nav-menu a {
		padding: 8px 8px;
		padding: 0.8rem 0.8rem;
	}
	
	#top-nav .social-icons {
		margin-top: 7px;
	}
	
	#top-nav .genesis-nav-menu .login-icon a,
	#top-nav .genesis-nav-menu .logout-icon a {
		margin-left: 4px;
		margin-left: 0.4rem;
		padding: 8px 14px;
		padding: 0.8rem 1.4rem;
	}
	
	header.site-header {
		min-height: 50px;
		padding: 0 !important;
	}
	
	.site-header .genesis-nav-menu a {
		padding: 8px 8px;
		padding: 0.8rem 0.8rem;
	}
	
	.site-header .genesis-nav-menu {
		margin: 10px auto;
		margin: 1rem auto;
	}
	
	.site-inner {
		padding-top: 1rem;
	}
	
	#top-nav,
	.site-header .widget-area,
	#sp-subnav {
		display: none;
	}
	
	.title-area {
		float: left;
		margin-left: 1.5rem;
		width: 170px;
	}
	
	.header-image .site-title a {
		margin-top: 2rem;
		width: 170px;
	}
	
	.sidebar #text-8 a {
		width: 100%;
	}
	
	.sidebar .enews-widget form {
		width: 100%;
	}
	
	.widgettitle {
		margin-top: 10px;
		margin-top: 1rem;
	}
	
	.single .author-box,
	.sidebar .widget {
		padding: 20px;
		padding: 2rem;
	}
	
	.single .author-box {
		text-align: center;
	}
	
	.single .author-box h3,
	.single .author-box p,
	.single .author-box .subheading {
		margin-left: 0;
	}
	
	.single .author-box h3 {
		margin-top: 0px;
	}
	
	.author-box .avatar {
		float: none;
		margin: 0 auto;
	}
	
	h1 {
		font-size: 36px;
		font-size: 3.6rem;
		font-weight: 500;
	}
	
	h2,
	.entry-title h2 a,
	.author-box h3,
	.entry-comments #respond h3 {
		font-size: 32px;
		font-size: 3.2rem;
	}
	
	.entry-title,
	.entry-title a {
		margin-bottom: 2rem;
	}
	
	.entry-content h3,
	.entry-content h4 {
		margin-top: 20px;
		margin-top: 2rem;
	}
	
	.five-sixths,
	.four-fifths,
	.four-sixths,
	.one-fifth,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fifths,
	.three-fourths,
	.three-sixths,
	.two-fifths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.site-footer .wrap {
		background: none;
		text-align: center;
	}
	
	/* Testimonials */
	.testimonials h3 {
		font-size: 26px;
		font-size: 2.6rem;
		margin-bottom: 20px;
		margin-bottom: 2rem;
		padding: 0 5% !important;
	}
	
	.view-more {
		display: block;
		float: none;
		font-size: 18px;
		font-size: 1.8rem;
	}
	
	.view-more:before {
		display: none;
	}
	
	.testimonials .photos ul li {
		padding-bottom: 4px;
		height: auto;
		width: 20%;
	}
	
	.testimonials .photos .author {
		font-size: 20px;
		font-size: 2rem;
		padding: 15px 5%;
		padding: 1.5rem 5%;
	}
	
	.testimonials .quotes ul li p {
		font-size: 20px;
		font-size: 2rem;
	}
	
	/* CTA */
	.cta h3 {
		font-size: 2.5rem;
	}
	
	.cta .btn-green-big {
		margin-bottom: 1rem;
		padding: 1rem;
	}
	
	/* Showcase */
	.archive .showcase {
		margin: 0;
		float: none;
		text-align: center;
		width: 97%;
	}
	
	/* Mobile nav */
	#mobile-nav {
		display: block;
		float: right;
		width: 101px;
	}
	
	#mobile-nav a {
		background: #0274be;
		color: #fff;
		display: block;
		float: right;
		height: 50px;
		line-height: 50px;
		text-align: center;
		width: 50px;
	}
	
	#mobile-nav a.icon-menu {
		font-size: 2.5rem;
		border-left: 1px solid #222;
	}
	
	.site-header .genesis-nav-menu {
		/*display: block;*/
		margin: 0;
	}
	
	.site-header .genesis-nav-menu li {
		display: block;
	}
	
	.site-header .genesis-nav-menu a {
		border-top: 1px solid #333;
		padding: 2rem 0.8rem;
		text-align: center;
	}
	
	
	.developer-box img {
		margin: 0 2rem 2rem 0;
		width: 80px;
	}
	
	.screenshot-mockup {
		background: none;
		margin: 2rem 0;
	}
	
	.screenshot-mockup .image {
		height: auto;
		overflow: auto;
		width: auto;
	}
	
	.content .developer .img,
	.content .developer .name {
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	
	.content .developer .name {
		padding-bottom: 1rem;
		margin-left: 0 !important;
	}
	
}
