/*
	Theme Name: Centric Theme
	Theme URI: http://my.studiopress.com/themes/centric/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	
	Version: 1.0.0
 
	Tags: black, green, orange, purple, red, yellow, white, one-column, two-columns, three-columns, fixed-width, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
 
	Template: genesis
	Template Version: 2.0.2
 
	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
		- Icons
		- Objects
		- Forms
		- Tables
	- Structure and Layout
		- Site Containers
		- Column Widths and Positions
		- Column Classes
	- Common Classes
		- Avatar
		- Genesis
		- Search Form
		- Titles
		- WordPress
	- Widgets
		- Featured Content
	- Plugins
		- Genesis eNews Extended
		- Genesis Latest Tweets
		- Genesis Responsive Slider
		- Gravity Forms
		- Jetpack
		- Simple Social Icons
	- Site Header
		- Title Area
		- Widget Area
		- Shrink
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- After Entry
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- Centric Charcoal
		- Centric Green
		- Centric Orange
		- Centric Purple
		- Centric Red
		- Centric Yellow
	- Media Queries
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 782px
		- Max-width: 480px

*/


/*
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:"Open Sans", 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:#2e2f33}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,
.nav-primary: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,
.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: #fff;
	color: #606b7c;
	width: 100%;
	overflow-x: hidden;
	padding: 0; margin: 0;
	-webkit-font-smoothing: antialiased;
	/*font-family: "Open Sans",helvetica,arial,sans-serif;*/
	font-size: 16px;
	line-height: 1.8em;
}

body.f2b-grey-bg {
	background: #fff;
    /*max-height:100vh;
    overflow: hidden;*/    
}

body.f2b-grey-bg .site-inner {
	background: #F8F8F8;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.more-link {
	-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: #2e2f33;
	color: #fff;
}

::selection {
	background-color: #2e2f33;
	color: #fff;
}

a {
	color: #13afdf;
	text-decoration: none;
}

.content a:hover,
.sidebar a:hover,
a:hover {
	color: #2e2f33;
	text-decoration: none;
}

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 {
	font-family: "Open Sans",helvetica,arial,sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	outline: none;
	vertical-align: baseline;
	font-weight: 400;
	color: #3e4252;
	white-space: normal !important;
	line-height: 1.2;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

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

.features {
	text-align: center;
}

.features .dashicons {
	font-size: 64px;
	height: 64px;
	margin: 0 0 20px;
	width: 64px;
}

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

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

img {
	height: auto;
}

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: none;
	color: #2e2f33;
	font-size: 16px;
	font-weight: 300;
	line-height: 1;
	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: #2e2f33;
	opacity: 1;
	font-weight: 300;
}

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

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #2e2f33;
	border-radius: 3px;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	padding: 16px 24px;
	text-align: center;
	text-transform: uppercase;
	width: auto;
}

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

.centric-pro-home .color-section button,
.centric-pro-home .color-section input[type="button"],
.centric-pro-home .color-section input[type="reset"],
.centric-pro-home .color-section input[type="submit"],
.centric-pro-home .color-section .button,
.centric-pro-home .color-section .more-link,
.site-header .widget-area button,
.site-header .widget-area input[type="button"],
.site-header .widget-area input[type="reset"],
.site-header .widget-area input[type="submit"],
.site-header .widget-area .button {
	background-color: #fff;
	color: #2e2f33;
}

.centric-pro-home .color-section button:hover,
.centric-pro-home .color-section input:hover[type="button"],
.centric-pro-home .color-section input:hover[type="reset"],
.centric-pro-home .color-section input:hover[type="submit"],
.centric-pro-home .color-section .button:hover,
.centric-pro-home .home-widgets .color-section .more-link:hover,
.site-header .widget-area button:hover,
.site-header .widget-area input:hover[type="button"],
.site-header .widget-area input:hover[type="reset"],
.site-header .widget-area input:hover[type="submit"],
.site-header .widget-area .button:hover {
	background-color: #2e2f33;
	color: #fff;
}

.centric-pro-home .dark-section button,
.centric-pro-home .dark-section input[type="button"],
.centric-pro-home .dark-section input[type="reset"],
.centric-pro-home .dark-section input[type="submit"],
.centric-pro-home .dark-section .button,
.centric-pro-home .dark-section .more-link,
.footer-widgets .wrap button,
.footer-widgets .wrap input[type="button"],
.footer-widgets .wrap input[type="reset"],
.footer-widgets .wrap input[type="submit"],
.footer-widgets .wrap .button {
	background-color: #484a4e;
	color: #fff;
}

.centric-pro-home .dark-section button:hover,
.centric-pro-home .dark-section input:hover[type="button"],
.centric-pro-home .dark-section input:hover[type="reset"],
.centric-pro-home .dark-section input:hover[type="submit"],
.centric-pro-home .dark-section .button:hover,
.footer-widgets button:hover,
.footer-widgets .wrap input:hover[type="button"],
.footer-widgets .wrap input:hover[type="reset"],
.footer-widgets .wrap input:hover[type="submit"],
.footer-widgets .wrap .button:hover {
	background-color: #eee;
	color: #2e2f33;
}

.centric-pro-home .dark-section .more-link:hover,
.content .button:hover,
.sidebar .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

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

.home-featured .more-link,
.home-widgets .more-link {
	background-color: #2e2f33;
	border-radius: 50px;
	color: #fff;
	display: block;
	display: table;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 2px;
	line-height: 1;
	margin: 20px auto 0;
	max-width: 200px;
	padding: 10px 24px;
	text-align: center;
	text-transform: uppercase;
}

.home-featured .more-link:hover,
.home-widgets .more-link:hover {
	background-color: #13afdf;
	color: #fff;
}

/* 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 #ddd;
	padding: 6px 0;
}

th {
	font-weight: 300;
}


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

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

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

.site-inner {
	background-color: #fff;
	clear: both;
}

.centric-pro-landing .site-inner {
	margin: 80px auto;
	max-width: 800px;
	padding: 0 80px;
}
.site-header > .wrap {
	
}

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

/* Content */

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

.centric-pro-home .content {
	padding: 0;
}

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

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

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

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

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

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

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

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

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


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

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

.avatar {
	border-radius: 10%;
	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 {
	font-size: 24px;
}

.author-box {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding-bottom: 80px;
}

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

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

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

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

.page-title {
	color: #fff;
	padding: 40px 0 80px;
	text-align: center;
}

.page-title .archive-title,
.page-title .entry-title {
	font-size: 60px;
	font-weight: 700;
	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
}

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

.content .entry-title a,
.sidebar .widget-title a {
	color: #2e2f33;
}

.entry-title a:hover,
.footer-widgets .featured-content .entry-title a:hover {
	color: #13afdf;
}

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

.home-widgets .widget-title {
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 60px;
	text-transform: uppercase;
}

.home-widgets .featuredpage .entry-title {
	font-size: 48px;
	font-weight: 300;
	line-height: 1.1;
}

.footer-widgets .widget-title {
	color: #323a45;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.footer-widgets .entry-title a,
.footer-widgets .featured-content .entry-title a {
	font-size: 13px;
	color: #747c83;
}

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

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

a.alignnone {
	display: inline-block;
}

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

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-weight: 700;
	text-align: center;
}

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

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

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

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

.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: none;
	margin-bottom: 0;
}

.featuredpost .entry {
	margin-bottom: 30px;
}

.featured-content .entry-title a {
	color: #2e2f33;
}

.widget-area .featured-content .entry-title a:hover {
	color: #000;
}

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


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

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


.enews-widget form {
	position: relative;
}

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

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

.enews-widget input[type="email"] {
	margin-bottom: 0;
}

.enews-widget input[type="submit"] {
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
	border: 1px solid #484a4e;
	bottom: 0;
	color: #fff;
	height: 53px;
	margin: 0;
	padding: 16px 24px;
	position: absolute;
	right: 0;
}

.enews-widget input:hover[type="submit"] {
	border-color: #fff;
	border-left-color: #484a4e;
}

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

/* Genesis Latest Tweets
--------------------------------------------- */

.home-widgets .tweet-text {
	display: block;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 15px;
}

.home-widgets .latest-tweets span a {
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 2px;
	padding-bottom: 2px;
	text-transform: uppercase;
}

.home-widgets .latest-tweets .tweet-details {
	display: block;
	line-height: 1;
}

.home-widgets .latest-tweets .tweet-details:before {
	content: "\f301";
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	font: normal 20px/1 'dashicons';
	margin-right: 10px;
	vertical-align: top;
}

.home-widgets .latest-tweets .last a {
	border: 2px solid #fff;
	display: inline-block;
	margin-top: 20px;
	padding: 16px 24px;
}

/* Genesis Responsive Slider
--------------------------------------------- */

.widget #genesis-responsive-slider,
.widget #genesis-responsive-slider .flexslider {
    background-color: transparent;
    border: none;
    padding: 0;
}

.widget #genesis-responsive-slider .slide-excerpt {
    background-color: #2e2f33;
    margin: 0;
    opacity: 0.9;
}

html > body .widget .slide-excerpt-border {
    border: none;
}

.widget #genesis-responsive-slider h2 a:hover {
    color: #ccc;
}

/* 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: 18px;
	padding: 16px;
}

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

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

div.gform_wrapper .gform_footer input[type=submit] {
	font-size: 16px;
	padding: 16px 24px;
}

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

#wpstats {
	display: none;
}

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

.simple-social-icons li a {
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
}

.simple-social-icons li a:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}


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

.site-header {
	/*background-color: #13afdf;*/
	background-color: #fff;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999;
    height: 85px;
    box-shadow: 0 1px 6px rgba(38,38,39,.05);
}

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

.site-header .wrap {
	min-height: 40px;
    height: 100%;
}

.bumper {
	min-height: 40px;
}

.site-header .wrap {
	padding: 10px 40px;
	max-width: 1280px;
}

.site-header,
.site-header .wrap,
.site-description {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition:    all 0.4s ease-in-out;
	transition:         all 0.4s ease-in-out;
}

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

.title-area {
	float: left;
	padding: 0;
	min-width: 150px;
    height: 100%;
}

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

.site-title {
	font-family: 'Spinnaker', sans-serif;
	font-size: 60px;
	font-weight: 700;
	line-height: 1.2;
	padding-top: 0;
	height: 50px;
	margin-top: 0; padding-top: 0;
}

.site-header .site-title a,
.site-header .site-title a:hover {
	color: #fff;
	letter-spacing: 2px;
	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
	text-transform: uppercase;
}

.site-title a {
    
    background-size: 80px auto;
	
}

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

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

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

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

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

.site-header .widget-area {
    
	color: #fff;
	float: right;
	text-align: right;
	width: 740px;
    position: absolute;
    top: 50%;
    right: 3%;
    transform: translateY(-50%);
    
}

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

/* Shrink
--------------------------------------------- */

.site-header.shrink .wrap {
	background-color: rgba(255, 255, 255, 0.1);
	min-height: 60px;
	padding: 0 40px;
}

.shrink .site-title {
	font-size: 36px;
	padding-top: 10px;
}

.header-image .shrink .site-title {
	padding: 0;
}

.header-image .shrink .site-title > a {
	min-height: 60px;
}

.shrink .site-title a {
	background-size: auto 100% !important;
}

.site-header.shrink .widget-area {
	padding-top: 0;
}

/*
Site Navigation
---------------------------------------------------------------------------------------------------- */
.nav-header {
	padding-top: 0px;
}
.genesis-nav-menu {
	-webkit-font-smoothing: subpixel-antialiased;
	clear: both;
	font-size: 16px;
	line-height: 1;
	width: 100%;
}

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

.genesis-nav-menu li a {
	position: relative;
	padding: 10px 15px;
	color: #747c83 !important;
	font-family: "Open Sans",helvetica,arial,sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 13px;
	letter-spacing: 0.6pt;
}
.genesis-nav-menu li a:hover {
	color: #13afdf;
}
.genesis-nav-menu li.signup a {
	border: solid 1px #747c83;
	border-radius: 0px;
	text-transform: uppercase;
	transition: background-color 0.5s ease;
	transition: border-color 0.5s ease;
}
.genesis-nav-menu li.signup a:hover {
	color: #fff !important;
	background: #00C8F8;
	border: solid 1px #00C8F8;
}
/*.genesis-nav-menu li a {
	color: #fff;
	display: block;
	padding: 22px;
}

.genesis-nav-menu li a:hover,
.genesis-nav-menu .current-menu-item > a {
	background-color: rgba(255, 255, 255, 0.1);
	color: #fff;
}*/

.genesis-nav-menu .sub-menu {
	background-color: #13afdf;
	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 {
	background-color: rgba(255, 255, 255, 0.2);
	font-size: 14px;
	padding: 20px;
	position: relative;
	width: 200px;
}

ul.genesis-nav-menu .sub-menu a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 199px;
}

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

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

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

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

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

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

.genesis-nav-menu > .date {
	padding: 22px;
}

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

.genesis-nav-menu > .search input[type="search"] {
	font-size: 14px;
	padding: 12px 24px;
}

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

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

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

.nav-primary {
	position: relative;
	z-index: 98;
}

.nav-primary .genesis-nav-menu li .sub-menu,
.nav-primary {
	background-color: #2e2f33;
}

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

#responsive-menu-icon {
	cursor: pointer;
	display: none;
	text-align: center;
}

#responsive-menu-icon::before {
	-webkit-font-smoothing: antialiased;
	color: #fff;
	content: "\f333";
	font: normal 20px/1 'dashicons';
	line-height: 1;
	margin: 0 auto;
	speak: none;
	text-transform: none;
}


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

/* Home Page
--------------------------------------------- */

.home-widgets .widget {
	clear: both;
	margin: 0 auto;
	max-width: 1280px;
	padding: 40px 0;
	overflow: hidden;
	text-align: center;
}

.home-widgets .widget:first-child {
	padding-top: 140px;
}

.home-widgets .widget:last-child {
	padding-bottom: 140px;
}

.home-widgets .more-from-category,
.home-widgets .featured-content article ~ ul,
.home-widgets .featured-content article ~ .widget-title {
    clear: both;
}

.home-widgets .entry-content > p:last-child,
.home-featured .entry-content > p:last-child {
	margin-bottom: 0;
}

.centric-pro-home .color-section .entry-title a,
.centric-pro-home .color-section .widget-title,
.centric-pro-home .color-section a,
.centric-pro-home .color-section,
.centric-pro-home .dark-section .entry-title a,
.centric-pro-home .dark-section .widget-title,
.centric-pro-home .dark-section a,
.centric-pro-home .dark-section {
	color: #fff;
}

.centric-pro-home .color-section a:hover {
	color: #2e2f33;
}

.centric-pro-home .dark-section a:hover {
	color: #959595;
}

.home-featured .wrap {
	margin-top: -160px;
	max-width: 782px;
	display: table;
	text-align: center;
}

.home-featured .home-widgets-1 {
	display: inline-block;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	padding: 200px 0;
	font-size: 20px;
}

.home-widgets-1 h1 {
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	text-shadow: 3px 3px rgba( 0, 0, 0, 0.1 );
}

.arrow {
	margin: 0;
	text-align: center;
	width: 100%;
}

.arrow a {
	background: #fff;
	border-radius: 30px;
	display: inline-block;
	padding: 13px 10px 6px;
	text-align: center;
	line-height: 1;
}

.arrow a:before {
	-webkit-font-smoothing: antialiased;
	color: #000;
	content: "\f347";
	font: normal 40px/1 'dashicons';
	height: 40px;
	width: 40px;
}

.home-widgets-2 {
	background-color: #fff;
	position: relative;
	border-top: 60px solid transparent;
	margin-top: -60px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
}

.home-widgets-2:before {
	content: "";
	position: absolute;
	top: -32px;
	left: 0;
	right: 0;
}

.home-widgets-4 {
	background-color: #2e2f33;
	color: #fff;
}

.home-widgets-5 {
	background: #f5f5f5;
}

.home-widgets .widget.featuredpage {
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
}

.home-widgets .featuredpage:nth-child(3n+2) {
	background: rgba(0,0,0,0.075);
}

.home-widgets .featuredpage:nth-child(3n+3) {
	background: rgba(0,0,0,0.025);
}

.home-widgets .featuredpage .widget-wrap {
	margin: 0 auto;
	max-width: 1280px;
	padding: 140px 0;
}

.home-widgets .featuredpage .entry .alignleft,
.home-widgets .featuredpage .entry .alignnone,
.home-widgets .featuredpage .entry .alignright {
	margin-bottom: -148px;
	margin-top: -140px;
}

.home-widgets .featuredpage .entry-content {
	display: inline;
	margin-bottom: 140px;
}

.home-widgets .featuredpost .entry {
	float: left;
	margin-left: 2.564102564102564%;
	width: 31.623931623931625%;
}

.home-widgets .featuredpost .entry:nth-last-child(-n+3) {
	margin-bottom: 0;
}

.home-widgets .featuredpost .entry:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.pricing-table {
	color: #2e2f33;
	line-height: 1.2;
	text-align: center;
}

.pricing-table .one-third {
	background-color: #fff;
	border: 2px solid #000;
	margin: 0 -2px;
	padding: 40px;
}

.pricing-table .one-third:nth-child(3n+1) {
	clear: both;
	margin: 20px 0 20px 2.564102564102564%;
}

.pricing-table .one-third:nth-child(3n+3) {
	margin: 20px 2.564102564102564% 20px 0;
}

.pricing-table .price-heading {
	border-bottom: 2px solid #2e2f33;
	margin: -40px -40px 40px;
	padding: 40px;
}

.pricing-table .price-title {
	font-weight: 300;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.pricing-table .price {
	text-transform: uppercase;
}

.pricing-table .amt {
	font-size: 80px;
	line-height: 0.8;
}

.pricing-table .sup {
	vertical-align: top;
	font-weight: 700;
}

.pricing-table .sub {
	vertical-align: bottom;
	letter-spacing: 2px;
	font-weight: 700;
}

.pricing-table ul {
	margin-bottom: 30px;
}

.pricing-table ul > li {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 10px;
	padding-bottom: 10px;
	list-style-type: none !important;
}

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

.entry {
	margin-bottom: 80px;
}

.post {
	border-bottom: 1px solid #e5e5e5;
}

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

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

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

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

.entry-footer .entry-meta {
	padding-bottom: 80px;
}

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

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

.entry-comments-link::before {
	content: "\f125";
	margin-left: 20px;
}

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

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

.entry-time::before {
	content: "\f145";
}


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

.after-entry {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 80px;
	padding: 0 0 80px;
}

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

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

.pagination {
	margin: 40px 0;
}

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

.archive-pagination li {
	display: inline;
}

.archive-pagination li a {
	background-color: #2e2f33;
	border-radius: 3px;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	padding: 8px 12px;
}

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #13afdf;
}

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

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

.entry-comments,
.entry-pings {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 80px;
}

li.comment {
	border-left: 1px solid #e5e5e5;
}

.comment-content {
	clear: both;
}

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

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

.comment-header a {
	color: #2e2f33;
}

.comment-header a:hover {
	color: #13afdf;
}

.comment-author,
.comment-reply-link {
	font-weight: 700;
}

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

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


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

.sidebar {
	border-left: 1px solid #e5e5e5;
	font-size: 16px;
	margin-bottom: 0;
	padding: 80px 0;
}

.sidebar-content .sidebar {
	border: none;
	border-right: 1px solid #e5e5e5;
	text-align: right;
}

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

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

.sidebar .widget {
	padding: 0 40px;
}


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

.footer-widgets {
	background-color: #fff;
	clear: both;
	padding-top: 30px; padding-bottom: 30px;
}
.footer-widgets > .wrap {
	width: 960px;
}
.footer-widgets,
.footer-widgets a {
	font-size: 13px;
	color: #747c83;
}
.footer-widgets .widget-wrap h4.widget-title {
	margin-bottom: 20px;
	color: #323a45;
	font-size: 12px;
	line-height: 1.4;
	font-weight: 400;
}
.footer-widgets ul li {
	margin-bottom: 0; padding-bottom: 0;
}
.footer-widgets a:hover {
	color: #00C8F8;
}

.footer-widgets input {
	border-color: #fff;
}

.footer-widgets li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

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

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-4,
 {
	16.66666667%;
}

.footer-widgets-3 {
	width: 20%;
}

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

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



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

.site-footer {
	background-color: #fff;
	color: #747c83;
	font-size: 12px;
	font-weight: 500;
	
}
.site-footer > .wrap {
	max-width: 100%;
	border-top: solid 1px #eee;
	padding: 20px 0 40px;
}
.site-footer,
.site-footer a {
	color: #747c83;
}

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

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

.site-footer .widget-area {
    
    max-width:1080px;
    margin:0 auto;
    text-align: right;
}


/*
Theme Colors
---------------------------------------------------------------------------------------------------- */

/* Centric Charcoal
--------------------------------------------- */

.centric-pro-charcoal .genesis-nav-menu .sub-menu,
.centric-pro-charcoal {
	background-color: #656d78;
}

.centric-pro-charcoal .entry-title a:hover,
.centric-pro-charcoal .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-charcoal a,
.charcoal {
	color: #656d78;
}

.centric-pro-charcoal .button,
.centric-pro-charcoal .footer-widgets a:hover,
.centric-pro-charcoal .site-footer a:hover {
	color: #fff;
}

.centric-pro-charcoal a:hover {
	color: #2e2f33;
}

.centric-pro-charcoal .footer-widgets a,
.centric-pro-charcoal .site-footer a {
	color: #959595;
}

.centric-pro-charcoal .archive-pagination .active a,
.centric-pro-charcoal .archive-pagination li a:hover,
.centric-pro-charcoal .button:hover,
.centric-pro-charcoal .home-widgets .more-link:hover,
.centric-pro-charcoal .site-header,
.centric-pro-charcoal button:hover,
.centric-pro-charcoal input:hover[type="button"],
.centric-pro-charcoal input:hover[type="reset"],
.centric-pro-charcoal input:hover[type="submit"] {
	background-color: #656d78;
	color: #fff;
}

/* Centric Green
--------------------------------------------- */

.centric-pro-green .genesis-nav-menu .sub-menu,
.centric-pro-green {
	background-color: #37bc9b;
}

.centric-pro-green .entry-title a:hover,
.centric-pro-green .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-green a,
.green {
	color: #37bc9b;
}

.centric-pro-green .button,
.centric-pro-green .footer-widgets a:hover,
.centric-pro-green .site-footer a:hover {
	color: #fff;
}

.centric-pro-green a:hover {
	color: #2e2f33;
}

.centric-pro-green .footer-widgets a,
.centric-pro-green .site-footer a {
	color: #959595;
}

.centric-pro-green .archive-pagination .active a,
.centric-pro-green .archive-pagination li a:hover,
.centric-pro-green .button:hover,
.centric-pro-green .home-widgets .more-link:hover,
.centric-pro-green .site-header,
.centric-pro-green button:hover,
.centric-pro-green input:hover[type="button"],
.centric-pro-green input:hover[type="reset"],
.centric-pro-green input:hover[type="submit"] {
	background-color: #37bc9b;
	color: #fff;
}

/* Centric Orange
--------------------------------------------- */

.centric-pro-orange .genesis-nav-menu .sub-menu,
.centric-pro-orange {
	background-color: #e9573f;
}

.centric-pro-orange .entry-title a:hover,
.centric-pro-orange .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-orange a,
.orange {
	color: #e9573f;
}

.centric-pro-orange .button,
.centric-pro-orange .footer-widgets a:hover,
.centric-pro-orange .site-footer a:hover {
	color: #fff;
}

.centric-pro-orange a:hover {
	color: #2e2f33;
}

.centric-pro-orange .footer-widgets a,
.centric-pro-orange .site-footer a {
	color: #959595;
}

.centric-pro-orange .archive-pagination .active a,
.centric-pro-orange .archive-pagination li a:hover,
.centric-pro-orange .button:hover,
.centric-pro-orange .home-widgets .more-link:hover,
.centric-pro-orange .site-header,
.centric-pro-orange button:hover,
.centric-pro-orange input:hover[type="button"],
.centric-pro-orange input:hover[type="reset"],
.centric-pro-orange input:hover[type="submit"] {
	background-color: #e9573f;
	color: #fff;
}

/* Centric Purple
--------------------------------------------- */

.centric-pro-purple .genesis-nav-menu .sub-menu,
.centric-pro-purple {
	background-color: #987197;
}

.centric-pro-purple .entry-title a:hover,
.centric-pro-purple .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-purple a,
.purple {
	color: #987197;
}

.centric-pro-purple .button,
.centric-pro-purple .footer-widgets a:hover,
.centric-pro-purple .site-footer a:hover {
	color: #fff;
}

.centric-pro-purple a:hover {
	color: #2e2f33;
}

.centric-pro-purple .footer-widgets a,
.centric-pro-purple .site-footer a {
	color: #959595;
}

.centric-pro-purple .archive-pagination .active a,
.centric-pro-purple .archive-pagination li a:hover,
.centric-pro-purple .button:hover,
.centric-pro-purple .home-widgets .more-link:hover,
.centric-pro-purple .site-header,
.centric-pro-purple button:hover,
.centric-pro-purple input:hover[type="button"],
.centric-pro-purple input:hover[type="reset"],
.centric-pro-purple input:hover[type="submit"] {
	background-color: #987197;
	color: #fff;
}

/* Centric Red
--------------------------------------------- */

.centric-pro-red .genesis-nav-menu .sub-menu,
.centric-pro-red {
	background-color: #e14d43;
}

.centric-pro-red .entry-title a:hover,
.centric-pro-red .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-red a,
.red {
	color: #e14d43;
}

.centric-pro-red .button,
.centric-pro-red .footer-widgets a:hover,
.centric-pro-red .site-footer a:hover {
	color: #fff;
}

.centric-pro-red a:hover {
	color: #2e2f33;
}

.centric-pro-red .footer-widgets a,
.centric-pro-red .site-footer a {
	color: #959595;
}

.centric-pro-red .archive-pagination .active a,
.centric-pro-red .archive-pagination li a:hover,
.centric-pro-red .button:hover,
.centric-pro-red .home-widgets .more-link:hover,
.centric-pro-red .site-header,
.centric-pro-red button:hover,
.centric-pro-red input:hover[type="button"],
.centric-pro-red input:hover[type="reset"],
.centric-pro-red input:hover[type="submit"] {
	background-color: #e14d43;
	color: #fff;
}

/* Centric Yellow
--------------------------------------------- */

.centric-pro-yellow .genesis-nav-menu .sub-menu,
.centric-pro-yellow {
	background-color: #f6bb42;
}

.centric-pro-yellow .entry-title a:hover,
.centric-pro-yellow .footer-widgets .featured-content .entry-title a:hover,
.centric-pro-yellow a,
.yellow {
	color: #f6bb42;
}

.centric-pro-yellow .button,
.centric-pro-yellow .footer-widgets a:hover,
.centric-pro-yellow .site-footer a:hover {
	color: #fff;
}

.centric-pro-yellow a:hover {
	color: #2e2f33;
}

.centric-pro-yellow .footer-widgets a,
.centric-pro-yellow .site-footer a {
	color: #959595;
}

.centric-pro-yellow .archive-pagination .active a,
.centric-pro-yellow .archive-pagination li a:hover,
.centric-pro-yellow .button:hover,
.centric-pro-yellow .home-widgets .more-link:hover,
.centric-pro-yellow .site-header,
.centric-pro-yellow button:hover,
.centric-pro-yellow input:hover[type="button"],
.centric-pro-yellow input:hover[type="reset"],
.centric-pro-yellow input:hover[type="submit"] {
	background-color: #f6bb42;
	color: #fff;
}


/*
Custom CSS
---------------------------------------------------------------------------------------------------- */

#login {
margin: auto;
Width: 550px !important;
}

#s2member-pro-paypal-registration-form-captcha-section-title, #s2member-pro-paypal-registration-form-submission-section-title, #s2member-pro-paypal-registration-form-registration-section-title, #s2member-pro-paypal-registration-form-custom-fields-section-title {display: none;}

#s2member-pro-stripe-checkout-form-registration-section-title, #s2member-pro-stripe-checkout-form-custom-fields-section-title, #s2member-pro-stripe-checkout-form-custom-reg-field-phone-number-divider-section, #s2member-pro-stripe-checkout-form-submission-section-title {
    
    display:none !important;
    
}

#2member-pro-paypal-registration-submit {
    
    value: Get Started Now;
    
}

#s2member-pro-stripe-checkout-submit {
    
    value: Get Started Now;
}

/*
Cram Sessions Pages
------------ */

.careers-ctn {
        
    margin:auto !important;
}

/*
General Pages
------------ */
.page-id-3144 .page-title, .page-id-2933 .page-title, .page-id-117549 .page-title {display: none;}

.page-id-117549 .content {padding:0;}

.page-id-117549 .bumper {min-height:102px;}

div.f2b-login-modal {
	margin: 10px 50px 10px 0;
	float: right;
}
div#login form#form {
	width: 400px;
}
.widget-wrap > ul {
	margin: 0; padding: 0;
}
.widget-wrap > ul li {
	list-style: none;
}
ul.list-unstyled {
	margin-left: 0;
}
ul.list-unstyled li {
	list-style: none;
}
ul.user-docs {
	position: relative;
	clear: both; float: left;
	width: 100%;
}
ul.user-docs li {
    
	padding: 7px 0 7px 10px;
	list-style: none !important;
	float: left; clear: both;
	width: 100%;
    
}

ul.user-docs li small {
	color: #777;
	font-size: 70%;
}
ul.user-docs li .one-fourth a {
	color: #555;
}

/*
Gravity Forms Homepage Optin
------------ */

body #gform_wrapper_3, body #gform_wrapper_8 {
    position: relative;
    margin: 30px auto;
    text-align: center;
    width: 85%;
}

body #gform_wrapper_3 .gform_footer, body #gform_wrapper_8 .gform_footer {
    padding: 0;
    margin: 25px auto;
    width:50%	
}

body #gform_submit_button_3, body #gform_submit_button_8 {
    width: 100%;
    background: none repeat scroll 0 0 #f5d328;
    color: #865f0c;
}

body #gform_fields_3, body #gform_fields_8 {
    width:100%;
    padding-right: 10px;
    margin: 16px auto;
    text-align: center;
}
body #gform_fields_8 li {
}
body #gform_fields_8 li label {
	width: 65%;
	text-align: left;
}
body #gform_fields_8 li .ginput_container {
	width: 65%;
	margin: 0 auto;
}
body #input_3_1, body #input_8_1 {
    width:100%
}

body #input_3_1, body #input_8_2 {
    width:100%
}

/* Gravity Forms Upload Form - */

body #gform_wrapper_5 {
    
    position: relative;
    margin: 0 auto;
    width: 100%;
    
}

body #gform_fields_5 li .ginput_container {
    
	width: 100%;
	margin: 0 auto;
    
}

body #gform_fields_5 li label {
    
	display: none;
    
}

#input_5_2 {
    
	width: calc(100% - 16px) !important;
    
}

#gform_5 .gform_heading {
    
    display:none;
    
}

body #gform_wrapper_5 .gform_footer {
    
    padding: 0 15px 0 0;
    margin: 15px auto;
    width: 100%;	
        
}

body #gform_submit_button_5 {
    
    width: 100%;
    background: none repeat scroll 0 0 #f5d328;
    color: #865f0c;
    
}

body #gform_fields_5 {
    
    width:100%;
    padding: 0 15px 0 0;
    margin: 16px auto;
    text-align: center;
    
}

#gform_wrapper_5 ul.gform_fields li.gfield {
    
    padding-right: 0px;

}

body #input_5_1 {
    
    width:100%
        
}

body #input_5_1 {
    
    width:100%
        
}

.pad-top-50 {
	padding-top: 25px;
	text-align: left;
}

/* logged in member section */

body.f2b-member-section header.site-header {
	background: #fff;
	padding: 0; margin: 0;
	border-bottom: solid 1px #ccc;
}
body.f2b-member-section header.site-header .wrap {
	padding-top: 0; padding-bottom: 0;
	min-height: 40px !important;
}
body.f2b-qa-forum .bumper {
	background: #fff;
}
body.f2b-member-section .page-title {
	display: none;
}
body.f2b-member-section header.site-header .site-title a.site-logo-mini {
	margin-top: 5px; 
	min-height: 50px !important; height: 58px;
	background: transparent url(https://www.prepineer.com/wp-content/uploads/2015/03/prepineer-blue-hp.png) no-repeat scroll 0% 0% !important;
}

body.f2b-member-section .wrap {
	max-width:100%;
}

body.f2b-member-section .content {
    
	padding-top: 0px;
    
}

div.header-btns {
}
div.header-btns .button {
	padding-top: 10px; padding-bottom: 10px;
	text-transform: capitalize;
	font-weight: bold;
	background: #00AF54;
	margin-top: 10px; margin-bottom: 0;
}
div.header-btns .btn-link {
	line-height: 15px;
	text-decoration: none;
	margin-top: 0; padding-top: 0;
}
div.header-btns .button:hover {
	text-decoration: none;
}
div.header-btns .btn-group {
	padding-top: 10px;
}
/*
Homepage
------------ */

body .arrow {
    display:none;
}

/*
Document Page View
------------ */

div.f2b-course-wrap h4 {
	background: #f5f5f5;
	padding: 5px;
	text-transform: uppercase;
}
div.f2b-course-wrap div img.avatar {
	margin-right: 10px;
}
a.gde-link {
	display: none;
}
div.f2b-content-area {
	position: relative;
}
div.f2b-content-area div.f2b-overlay {
	position: absolute;
	left: 0; top: 0;
	height: 300px; width: 100%;
	z-index: 100;
	background: #f1f1f1;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 100px;
	font-size: 1.4em;
}

div.f2b-profile-main {
	text-align: center;
	padding-top: 70px;
}

a.f2b-button {
	width: 100%;
	clear: both;
	color: #555;
	font-size: 150%;
	margin-bottom: 10px;
	text-transform: capitalize;
	background: #e5e5e5;
}
a.f2b-selected-btn {
	background: #98E1BB;
	color: #444;
}
ul.f2b-disc-list {
	margin: 0; padding: 0;
	text-align: left;
}
ul.f2b-disc-list li {
	list-style: none;
	background: #f1f1f1;
	padding: 10px; margin-bottom: 10px;
	float: left; clear: both;
	border-radius: 5px;
	width: 100%;
}
ul.f2b-disc-list li.f2b-disc-selected {
	background: #98E1BB;
}
ul.f2b-disc-list li div.f2b-more {
	background: #fff;
	padding: 12px;
}
ul.f2b-disc-list li div.f2b-more h4 {
	font-weight: normal;
}

div.f2b-next {
    
	text-align: right;
    
}

div.f2b-next a.f2b-next-btn {
	background: #c33;
	color: #fff;
}
div.f2b-next a.f2b-next-btn:hover {
	background: #840000;
	color: #fff;
}

/* progress page */

hr.f2b-line {
	background: #e1e1e1;
	color: #e1e1e1;
	border: solid 1px #e1e1e1;
	margin-bottom: 20px;
}
h1.dics-title {
	margin-left: -30px;
	color: #777;
}
div.f2b-progress-header {
	background: #C7C6C6;
	width: 75%;
	float: left; 
    clear: both;
	padding: 10px;
	color: #fff;
	position: relative;
    height:90%;
    overflow: auto;
	
}
div.f2b-progress-header div.two-thirds {

	padding-left: 105px;
    float: left;
    width: 50%;
    
}

div.f2b-progress-header strong {
	padding-top: 40px;
	display: block;
}

div.f2b-progress-header h2 {
	font-size: 1.5em;
	margin-top: 0;
}
div.f2b-progress-header .f2b-continue {
    
	display:inline-block; 
	vertical-align: middle;	
    background-color: blue;
    width: 100%;
    overflow: auto;

}

div.progress-percentage {
    
    width:100%;
    background-color:fuchsia;
    
}

a.f2b-gn-btn {
	font-size: 1.2em;
	font-weight: 400;
	text-transform: capitalize;
	background: #00AF54;
	float: right;
	margin-top: 7px;
	line-height: 1.2;
	vertical-align: middle;
	height: 50%;
	overflow: hidden;
	margin: auto;
	max-width: 200px;
	padding-left: 5px; padding-right: 5px;
}
a.f2b-gn-btn:hover {
	text-decoration: none;
}
div.edit-track {
    
	background: #fff;
	width: 50%;
	float: right;
    margin: auto;
    border: 3px solid green;
    padding: 10px;
}

div.edit-track a.edit-track-btn {
	margin: 15px 15px 0 0;	
}

div.main-track-section {
    
    margin: 25px 5px 15px 5px;
    overflow: auto;
    
}

div.dashboard {
    
    margin-left: 0px;
    height: 100vh;
    overflow: scroll;
    
}

div.user-overview {

    overflow:auto;
    padding: 10px 0px 0px 10px;
    
}

div.current-page-heading {
    
    float:left;
    display: flex;
    align-items: center;
    height: 100%;
    
}

div.current-discussion-heading {
    
    float:left;
    display: flex;
    align-items: center;
    
}


div.current-page-heading h2, div.current-discussion-heading h2 {
    
    color:rgba(96,107,124,.75);
    margin:0px;
    text-transform:uppercase;
    letter-spacing: 2px;
    font-size:.85rem;
    
}

div.current-container, div.current-discussions-container {
    
    box-shadow: 0 1px 5px 0 rgba(45,62,80,.12);
    background-color: #fff;
    margin: 15px;
    overflow: auto;
    padding: 10px;

} 

div.current-exercise-heading, div.current-discussions-heading {
    
    padding:15px;
    
}

div.forum-title-container {
    
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1rem;
    overflow: auto;
    margin-bottom: 15px;
    
}

div.forum-title {
    
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 1rem;
    padding: 15px;
    margin: 0px;

}

div.forum-title.threaded {
    
    font-size: 1.15rem;
    font-weight: 700;

}

div.forum-title.threaded .current-title  {
    
    font-size: 1rem;

}

div.forum-title.ask-question {
    
    font-weight: 700;
    padding-top: 25px;

}

div.forum-title.ask-question .current-title  {
    
    font-size: 1.5rem;
    color: #fff;
    margin-top: 10px;

}

div.forum-btn-container {
    
    padding: 0px;
    float:right;
    
}

a.filter-question-btn {

    padding-top: 3px;

}

div.ask-question-btn, div.filter-question-btn {
    
    float:right;
    
}

div.filter-question-btn {
    
    margin-left:40px;
    
}

div.current-exercise-heading .current-title, div.current-discussions-heading .current-title, div.forum-title .current-title {
    
    text-transform: uppercase;
    font-size: .65rem;
    margin-bottom: 10px;
    color: #f07968;
    font-weight: 700;
    letter-spacing: 2px; 

} 

div.current-progress-container {
    
    box-shadow: 0 1px 5px 0 rgba(45,62,80,.12);
    background-color: #fff;
    min-height: 100px;
    margin: 15px;
    overflow: auto;
    padding: 10px;

} 

div.current-progress-heading {
    
    padding:25px;
    position: absolute;
    z-index: 999;
    
}

div.current-progress-heading .current-title {
    
    text-transform: uppercase;
    font-size: .65rem;
    margin-bottom: 10px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px; 

} 

a.orange-btn {
	
    float: right;
    padding: 25px 20px;
    margin: 25px 0px 15px 0px;
    text-transform: Uppercase;
    width: 100%;
    background-color: transparent;
    color: #BFC3CA;
    border: solid 2px #BFC3CA;
    border-radius: 0px;
    
}

a.orange-btn:hover {
    
	border: solid 2px #f06e68 !important;
    background-color: #f06e68 !important;
    
}

div.f2b-comments-form {
    
    overflow: auto;
    margin: 20px 0px 45px 0px;
    border-bottom: solid 1px #f1f1f1;
    background-color: #606b7c;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    min-height: 70px;
    padding: 25px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(45,62,80,.12);
    -moz-box-shadow: 0 1px 5px 0 rgba(45,62,80,.12);
    box-shadow: 0 1px 5px 0 rgba(45,62,80,.12);
    color: #fff;

}

.user-comments-avatar {
    
    padding-left: 15px;
    padding-top: 25px;
    padding-bottom: 25px;
    border-right: solid 2px rgba(255,255,255,.15);
    
}

.user-comment-area {
    
    padding: 5px;
    
}

div.f2b-comments-form.threaded {

    color: #fff;
    min-height: 200px;

}

div.f2b-comments-form.threaded .wp-media-buttons {

    float: left;

}


div.f2b-ask-question input[type="submit"] {
	
    float: right;
    padding: 25px 20px;
    margin: 25px 0px 15px 0px;
    text-transform: Uppercase;
    width: 100%;
    background-color: transparent;
    color: rgba(45,62,80,.05);
    border: solid 2px rgba(45,62,80,.05);
    
}

div.forum-discussion-main a.forum-back {
	
    float: right;
    padding: 25px 20px;
    margin: 25px 0px 15px 0px;
    text-transform: Uppercase;
    width: 100%;
    background-color: transparent;
    color: #BFC3CA;
    border: solid 2px #BFC3CA;
    text-align:center;
    
}

div.f2b-ask-question input[type="submit"]:hover {
	
    border: solid 2px #fff !important;
    background-color: #fff !important;
    color:#f06e68 !important;
    
}

div.forum-discussion-main a.forum-back:hover {
	
    border: solid 2px #f06e68 !important;
    color:#f06e68 !important;
    
}

div.f2b-comments-form input[type="submit"] {
	
    float: right;
    padding: 25px 20px;
    margin: 25px 0px 15px 0px;
    text-transform: Uppercase;
    width: 100%;
    background-color: transparent;
    color: rgba(255,255,255,.25);
    border: solid 2px rgba(255,255,255,.25);
    
}

div.f2b-comments-form input[type="submit"]:hover {
	
    border: solid 2px #fff !important;
    background-color: #fff !important;
    color:#606b7c !important;
    
}

div.quick-stat-exercise-heading .stat-title {
    
    text-transform: uppercase;
    font-size: .65rem;
    margin-bottom: 0px;
    color: #606b7c;
    text-align: center;
    letter-spacing: 2px; 

}

div.subtopics-heading-container .subtopics-title {
    
    text-transform: uppercase;
    font-size: .65rem;
    margin-bottom: 0px;
    color: #fff;
    text-align: left;
    letter-spacing: 2px; 

}

div.discussion-title {
    
    margin-bottom: 0px;
    margin-top: 25px;
    font-size: 1.15rem;
    font-weight: 700;

}

div.quick-stat-exercise-heading {
    
    padding:5px;
    
}

div.subtopics-heading-container {
    
    padding: 5px 10px;
    background-color: #ededed;
    border-bottom: solid 4px #eff0f1;
    
}

.quick-stats-container {
    
    min-height: 100px;
    margin: 5px;
    overflow: auto;
    padding:10px;
    
}

.quick-stats-container-mobile {
    
    display:none;
    
}

.quick-stats .first {
    
    margin-left: 0px;
    box-shadow: 0 1px 5px 0 rgba(45,62,80,.12);
    background-color: #fff;
    min-height: 150px;
    overflow: auto;
    
}

.quick-stats {
    
    box-shadow: 0 1px 5px 0 rgba(45,62,80,.12);
    background-color: #fff;
    min-height: 150px;
    overflow: auto;
    
}

.quick-stats div.dashicons {
    
    position: relative;
    width: 100%;
    text-align: right;
    top: 5px;
    right: 5px;
    color: #ededed;
    
}

.quick-stats-percentage {
    
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    
}

.quick-stats-percentage .green {
    
    color: #66CC99;
    
}

.quick-stats-percentage .red {
    
    color: #FF8C8C;
    
}

.quick-stats-percentage span.dashicons {
    
    margin-left:5px;
    display: inline-block;
    vertical-align: middle;
    font-size:1rem;
    
}

.quick-stats-count {
    
    display: inline-block;
    vertical-align: middle;
    font-size: 2.5rem;
    text-align: center;
    width:100%;
    margin: 15px 0px 20px 0px;
    
}

div.f2b-question-list > .meta a {
    
	display: block;
	clear: both;
}

div.discussion-list div.que-content {
	padding: 10px;
	background: #FCFBE3;
	border: solid 2px #FCEBC2;
	border-radius: 10px;
	word-wrap: break-word !important;
}
div.discussion-list div.que-content div {
	word-wrap: break-word !important;
	overflow: auto;
}
div.discussion-list ul {
	margin: 0; padding: 0;
}

div.discussion-list ul li {
    
	list-style: none;
	border-bottom: solid 1px #e1e1e1;
	position: relative;
	float: left; 
    clear: both;
	width: 100%;
	padding: 15px 0px;
    
}

div.discussion-list ul li:last-child {
	border-bottom: none;
}

div.discussion-list ul li .que-body p {
    
	margin-bottom: 0; 
    padding-bottom: 0;
    
}
div.discussion-list ul li .que-body p a {
    
	color: #606b7c;
    text-transform: uppercase;
    
}

div.discussion-list ul li .que-body p a:hover {
    
	color: #004D75;
    
}

div.discussion-list ul li .que-body .meta {
	font-size: 80%;
	color: #555;
}
div.discussion-list ul li .stats {
	background: #E5F6FF;
	color: #007BBB;
	text-align: center;
	border-radius: 7px;
	padding-top: 7px; padding-bottom: 7px;
}
div.discussion-list ul li .stats a {
	color: #007BBB;
	text-decoration: none;
}
div.discussion-list ul li .stats a:hover {
	color: #004D75;
	text-decoration: none;
}

div.discussion-list ul li span.hash {
    
	
    
}

div.discussion-list ul li span.num {
    
	color: #f07968;
    
}

div.discussion-list ul li span.label {
    
    color: #f07968;
    
}

div.current-discussions-container div.discussion-list li:nth-child(odd) {

    background-color:#fff;
    
}

div.current-discussions-container div.discussion-list li:nth-child(even) {

    background-color:#fafafa;
    
}

div.discussion-list ul li .discussion-item {
    
	margin-bottom: 0; 
    padding-bottom: 0;

}

div.discussion-list ul li .discussion-item a {
    
	color: #007BBB;
    display:block;
    padding:15px;
    
}

div.discussion-list ul li .discussion-item a:hover {
    
	color: #004D75;
    
}

div.material-blocks {
    
    width: 90%;
    height: 100%;
    margin: 0 auto;
 
}

div.material-blocks .cd-accordion-menu {
    
    background-color: transparent;
    
}

div.material-blocks label {
    
    height: 50px;
    
}

ul.f2b-topic-frame {
	list-style: none;
	margin: 0; 
    padding: 0;
	float: left; 
    width: 100%;
    background: none;
    padding-bottom: 100px;
	
}
ul.f2b-topic-frame > li {
    
	list-style: none;
	float: none; 
    margin: 0 auto 25px auto;
    background-color: rgba(96,107,124,.5);
    padding:0px;
    position:relative;
    
}

ul.f2b-topic-frame li div.subject-edit-div {
    
	padding-left: 5px;
	text-align: right;
    
}

ul.f2b-topic-frame li div.subject-edit-div div.subject-sort {
    
	float: left;
	margin: 5px 0 0 0;
	padding: 10px;
    height:30px;
    width:10%;
    
}

ul.f2b-topic-frame > li div.dashicons {
    
	color: #fff;
	cursor: grab;
	float: left;
	margin-top: 7px;
    display:none;
	
}

ul.f2b-topic-frame > li a.f2b-edit-topic {
    
	float: right;
	margin: 7px 10px 0 0; padding: 0;
    display:none;
	
}

ul.f2b-topic {
    
	list-style: none;
	margin: 15px 0 0 0; 
    padding: 0;
	
}
ul.f2b-topic li {
	list-style: none;
	background: #fff;
	margin: 0;
	border-bottom: solid 2px #eff0f1;
	position: relative;
	padding-left: 10px;
}

ul.f2b-topic li:hover {
    
    background: #f2f2f2;
    
}

ul.f2b-topic li img {
	position: absolute;
	right: -30px; top: 5px;
	width: 25px; height: 26px;
	display: none;
}

ul.f2b-topic li span {
	position: absolute;
	right: -30px; top: 5px;
	width: 25px; height: 26px;
	display: none;
}

ul.f2b-topic > li div.dashicons-minus, ul.f2b-topic > li div.dashicons-plus {
	color: #777;
	cursor: pointer;
	position: absolute;
	left: -20px; top: 5px;
}
ul.f2b-topic > li div.dashicons {
	color: #777;
	cursor: pointer;
	float: left;
	margin-right: 10px;
}
ul.f2b-topic li span.percent-done {
    
	position: absolute;
    right: 5px;
    top: 15px;
    max-width: 126px;
    height: 26px;
    font-size: 0.9em;
    display: block;
    width: 100px;
    color: #66CC99;

}

ul.f2b-topic li.subtopic-done {
    
	background: #66CC99;
	color: #fff;
    border-bottom: 2px solid #eff0f1;
    
}

ul.f2b-topic li.subtopic-done:hover {
    
	background: #75d1a3;
    
}

ul.f2b-topic li.subtopic-silent {
	background: #f5f5f5;
	color: #999;
	display: none;
}

ul.f2b-topic li.subtopic-silent a {
	color: #ccc;
}

ul.f2b-topic li.subtopic-done img {
	display: block;
	width: 30px; height: 29px;
}

ul.f2b-topic li.subtopic-done span {
    
	display: none;
	width: 30px; 
    height: 29px;
    content: "\f147";
    color: #00AF54;
    font-size: 3.5rem;
    
}

ul.f2b-topic li.subtopic-done a, ul.f2b-topic li.subtopic-done a:hover {
	color: #fff;
}

ul.f2b-topic li:first-child {
	border-top-left-radius: 0px;
  	border-top-right-radius: 0px;
    border-top: solid 2px #eff0f1;
}

ul.f2b-topic li:last-child {
	border-bottom-left-radius: 0px;
  	border-bottom-right-radius: 0px;
  	border-bottom: none;
}
ul.f2b-topic li a {
    
	color: #777;
	margin: 0;
	padding: 15px 10px;
	line-height: 30px;
	display: block;
    text-transform: uppercase;
    font-size:.85rem;
    
}

ul.f2b-topic li a:hover {
	color: #333;
}
ul.f2b-topic li p span {
	float: right;
}
div.percent-complete {
	display: none;
}
div.percent-complete h3 {
	font-size: 2.4em;
	color: #777;
	margin-bottom: 0; padding-bottom: 0;
	margin-top: 5px;
}

div.percent-cup {
    
	min-height: 55px;
    content: "\f313";
    color: #e1e1e1;
    text-align: center;

}

div.percent-cup span {
    
	font-size: 4.2rem;
	min-height: 55px;
    width: 100%;
}

div.percent-strip {
	background: #e1e1e1;
	height: 15px;
	margin-bottom: 20px;
}
div.percent-progress {
	background: #e1e1e1;
	padding: 0; margin: 0;
	height: 15px;
	display: none;
}
div.percent-progress span {
	background: #00AF54;
	width: 60%;
	float: left;
	height: 15px; 
	margin: 0; padding: 0;
}

a.edit-track-btn {
    
	float: right;
	background: #ccc;
	color: #fff;
	padding: 5px 10px;
    
}

a.edit-track-btn:hover, a.edit-track-btn-active {
    
	background: #13AFDF;
	color: #fff;
    
}

/* Track Page */

div.track-main {
    
	padding: 0px 0px 0px 60px;
    width: 100%;
    margin: 0 auto;
    height: 100%;
    z-index: 2;
	float:left;

}

div.track-main > div {
	padding-left: 10px; 
    padding-right: 10px;
    height:100%;
}
div.track-nav a.btn-back {
	width: 50%;
	line-height: 30px;
	text-align: center;
	float: left;
	font-weight: bold;
}
div.track-nav a.btn-forum {
	width: 50%;
	line-height: 30px;
	text-align: center;
	float: right;
	font-weight: bold;
	display: block;
	border-left: solid 1px #e1e1e1;
}
div.track-nav a span.txt {
	font-size: 0.9em !important;
	line-height: 1.2;
	vertical-align: text-top;
}


div.track-heading {

    padding: 0 0 15px 15px;
    border-bottom: solid 1px #fafafa;
    
}

div.track-heading span {
	float: right;
	padding-top: 10px;
	margin-right: 20px;
	text-align: right;
	font-size: 80%;
}

div.track-heading .current-title {
    
	text-transform: uppercase;
    font-size: .65rem;
    margin-bottom: 10px;
    color: #f07968;
    font-weight: 700;
    letter-spacing: 2px;
    
}

div.track-doc {
	position: relative;
	padding-bottom: 15px;
	min-height: 100%;
    max-width:800px;
    margin: 0 auto;
}
/*div.track-doc iframe {
	border: none;
	position: absolute;
    top: 15px;
    left: 15px;
    width: 100% !important;
    height: 100%;
}*/
div.track-doc .wrapper {
	width:80%;
    height:100%;
    margin:0 auto;
    background:#CCC;
}
div.track-doc div.doc-container {
	/*position: relative;*/
	padding-bottom: 0;
	padding-top: 30px;
	min-height: 100%; 
    width: 100%;
	margin: 0 auto;
}
div.track-doc div.doc-container .ratio {
	display:block;
	width:100%;
	height:auto;
}
div.track-doc div.doc-container iframe {
	position: absolute;
	border: none;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
div.track-doc .video-container {
	position: relative;
	padding-bottom: 56.25%;
	margin-top: 30px;
	height: 0;
	overflow: hidden;
    padding-top: 0px;
}

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


div.track-report a {
	color: #777;
	font-size: 0.9em;
}
div.track-report a div.dashicons {
	padding-top: 7px;
	color: #999;
}
div.track-report a.ratings {
	float: right;
}
div.track-report div.f2b-raty {
	float: right;
	background: #ffc;
	width: 120px;
}

div.f2b-assessment label {
	float: right;
	font-size: 0.75em;
	font-weight: normal;
	text-align: left;
	vertical-align: middle;
	width: 70%;
	margin: 0;
	line-height: 40px;
}
div.f2b-assessment span {
	/*line-height: 35px;
	background: #e9e9e9;
	margin: 0px 0 0 5px;
	display: inline-table;
	border-radius: 20px;
	border: solid 1px #999;
	float: right;
	width: 20%; max-height: 37px;*/
	background: transparent url(images/assess.png) left top no-repeat;
	background-size: cover;
	margin: 0px 0 0 5px;
	display: inline-table;
	float: right;
	width: 37px; 
	height: 37px; max-height: 42px;
}	
div.f2b-assessment span.marked-good {
	background: transparent url(images/assess-good.png) left top no-repeat;
	background-size: cover;
}
div.f2b-assessment span.marked-time {
	background: transparent url(images/assess-wt.png) left top no-repeat;
	background-size: cover;
}
div.f2b-assessment span.marked-review {
	background: transparent url(images/assess-review.png) left top no-repeat;
	background-size: cover;
}

div.track-progress-btn a.progress-btn {
	background: #e1e1e1;
	color: #777;
	text-transform: capitalize;
	float: left;
}
div.track-progress-btn a.progress-btn:hover {
	background: #777;
	color: #f1f1f1;
}
div.track-progress-btn a.next-btn {
    
	float: right;
    width: 100%;
}
div.track-title, div.track-progress-btn, div.track-comments {
	padding-bottom: 0px; 
    margin-bottom: 20px;
	float: left; 
    clear: both;
	width: 100%;
}
div.track-title a.icon-btn {
	padding: 5px 20px;
	background: #f1f1f1;
	color: #777; 
	margin: 2px 5px 0 0;
	border-radius: 5px;
}
div.track-title ul {
	margin: 0; padding: 0;
}
div.track-title ul li {
	list-style: none;
}

div.track-title ul li a {
    
	background: #fff;
	color: #f07968;
	padding-left: 0; 
    padding-right: 0;
    
}

div.track-title ul li a:hover {
    
	text-decoration: underline;
	color: #f08468;
    background-color: transparent;
    
}

div.track-title a.f2b-assess {
    
	background: #fff;
    border-radius: 2px;
    border: solid 2px #ededed;
    color: #ededed;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1;
    padding: 8px 12px;
    text-align: center;
    width: auto;
    text-transform: uppercase;
    
}

div.track-title a.marked-good {
    
    border: solid 2px #66CC99;
	background: #66CC99;
	color: #33664c;
    
}

div.track-title a.f2b-assess-good:hover {
    
    border: solid 2px #66CC99;
    background: #66CC99;
	color: #33664c;
    
}

div.track-title a.marked-time {
    
	border: solid 2px #FAF388;
    background: #FAF388;
	color: #7e7605;
    
}

div.track-title a.f2b-assess-time:hover {
    
    border: solid 2px #FAF388;
    background: #FAF388;
	color: #7e7605;
    
}

div.track-title a.marked-review {
    
	border: solid 2px #FF8C8C;
    background: #FF8C8C;
	color: #7f4646;
    
}

div.track-title a.f2b-assess-review:hover {
    
    border: solid 2px #FF8C8C;
    background: #FF8C8C;
	color: #7f4646;
    
}

form#f2b-comment-form2 textarea {
    
    border: solid 2px #ededed;
    background: rgba(0,0,0,.02);
    
}

form#f2b-comment-form2 textarea::-webkit-input-placeholder {
    
   color:    #aaa;
    
}

form#f2b-comment-form2 textarea:-moz-placeholder {
    
    color:    #aaa;
    
}

form#f2b-comment-form2 textarea::-moz-placeholder {
    
    color:    #aaa;
    
}

form#f2b-comment-form2 textarea:-ms-input-placeholder {
    
    color:    #aaa;
    
}

form#f2b-comment-form2 textarea::-ms-input-placeholder {
    
    color:    #aaa;
    
}


form#f2b-comment-form2, #gform_wrapper_38, #gform_wrapper_5 {
    
	padding-bottom: 40px;
    padding-right: 15px;
	float: left; 
    width: 100%;
    
}

form#f2b-comment-form2 input[type=submit], #gform_submit_button_38, #gform_submit_button_5 {
    
	float: right;
    padding: 25px 20px;
    margin-top: 15px;
    text-transform: Uppercase;
    width: 100%;
    background-color: transparent;
    color: rgb(237, 237, 237);
    border: 2px solid rgb(237, 237, 237);
    line-height: 1.8;
    
}

#gform_submit_button_38, #gform_submit_button_5 {
    
    margin-right: 0;
    
}

#gform_submit_button_38.active, #gform_submit_button_5.active {
    
    border: solid 2px #f06e68 !important;
    color: #f06e68;
    
}

form#f2b-comment-form2 input[type=submit]:hover, #gform_5 .gform_footer input[type=submit]:hover, #gform_submit_button_38:hover, #gform_submit_button_5:hover {
    
    color: #fff !important;
    
}

#post-note-btn:hover, #gform_5 .gform_footer input[type=submit]:hover, #gform_submit_button_38:hover, #gform_submit_button_5:hover {
    
    border: solid 2px #f06e68 !important;
    background-color: #f06e68 !important;
    
}

#gform_5 .gform_footer input[type=submit] {
    
	float: right;
    padding: 25px 20px;
    margin: 0px 0px 25px 0px;
    text-transform: Uppercase;
    width: 100%;
    background-color: transparent;
    color: #ededed;
    border: solid 2px #ededed;
    
}

#gform_5 .gform_drop_area input[type=button] {
    
	padding: 0px 20px;
    margin: 0px;
    text-transform: Uppercase;
    width: 100%;
    background-color: transparent;
    color: #f07968;
    text-decoration: underline;
    
}

#gform_5 .gform_drop_area input[type=button]:hover {
    
    color: #f06e68;
    font-size: 17px;
    
}

#gform_5 #gform_preview_0_1 {
    
    text-align:left;
    
}

ul#all-comments {
    
	margin: 0; 
    
}

ul#all-comments li {
    
	list-style: none;
	padding: 15px 0px;
    border-bottom: solid 1px #fafafa;
}

ul#all-comments li p {
    
	margin: 0;
    
}

ul#all-comments li small {
    
	color: #e1e1e1;
	font-size: 75%;
    
}

div#TB_title {
	height: 40px;
	padding-top: 7px;
}
div#TB_ajaxContent {
	padding-right: 0;
}
a.f2b-close-flag-box {
	background: #f1f1f1;
	color: #777;
	text-transform: capitalize;
}
a.f2b-close-flag-box:hover {
	background: #e7e7e7;
	color: #333;
}
input.submit-flag {
	background: #EB6678;
	color: #fff;
	text-transform: capitalize;
	margin-left: 10px;
}
input.submit-flag:hover {
	background: #C95769;
	color: #fff;
}

div.track-title a.f2b-complete-checker, div.track-title a.f2b-uploads {
    
	border: solid 0px #e1e1e1;
	border-radius: 2px;
	line-height: 40px;
	padding: 15px 10px 0 0;
	width: 50px;
	background: #fff;
	display: block;
    
}

div.track-title a.f2b-uploads:hover {
    
	border: solid 0px #e1e1e1;
    background-color:transparent;
    
}


div.track-title a.f2b-complete-checker div, div.track-title a.f2b-uploads div {
    
	color: #e1e1e1;
	text-align: left;
	font-size: 40px;
    height: 100%;
    width: 100%;
    
}

div.track-title a.f2b-complete-checker:hover, div.track-title a.f2b-topic-complete {
    
	border: solid 0px #66CC99;
    background-color: transparent;
    
}

div.track-title a.f2b-complete-checker:hover div, div.track-title a.f2b-topic-complete div {
    
	color: #66CC99;
    
}

/* Problem Set */
div.f2b-question {
	color: #333;
	text-shadow: none;
}
div.f2b-question-blur {
	color: #fff;
	color: transparent;
	text-shadow: 0 0 5px rgba(0,0,0,0.7);
}
div.track-title a.f2b-start {
	float: right;
	text-transform: capitalize;
	line-height: 25px;
}
div.track-title a.f2b-in-progress {
	color: #fff;
	background-color: #00AF54;
}
div.f2b-stats h4 {
	border-bottom: solid 1px #e1e1e1;
}
div.f2b-points {
	padding-bottom: 20px;
	width: 100%;
	display: block;
	float: left; clear: both;
}
div.f2b-points a {
	font-size: 0.7em;
	font-weight: normal;
	text-align: center;
	padding-left: 0; padding-right: 0;
	width: 100%;
	background: #f1f1f1;
	color: #888;
}
div.f2b-points a span {
	font-size: 1.7em;
	font-weight: bold;
	display: block;
	line-height: 1.2em;
	color: #555;
}
div.f2b-points a span sub {
	vertical-align: middle;
	font-size: 50%;
}
ul.f2b-quiz {
	display: block;
	float: left; clear: both;
	width: 100%;
}
ul.f2b-quiz li {
	border-bottom: solid 1px #f1f1f1;
	padding-left: 20px;
	float: left; clear: both;
	width: 100%;
}
ul.f2b-quiz li:first-child {
	border-top: solid 1px #f1f1f1;
}
ul.f2b-quiz li.cur-quiz {
	background: #EFEFDD;
}
ul.f2b-quiz li.cur-quiz a {
	background: inherit;
	color: #06F;
}
ul.f2b-quiz li a {
	display: block;
	font-size: 0.9em;
}
div.quiz-answers > div {
	margin-bottom: 10px;
}
div.quiz-answers a.button {
	width: 100%;
	border: solid 2px #e1e1e1;
	background: #f1f1f1;
	padding-top: 20px;
	padding-bottom: 20px;
}
div.quiz-answers a.button span.ql-left-eqno {
	display: none !important;
}
div.quiz-answers a.f2b-mark-wrong {
	color: #fff;
	background-color: #900000;
}
div.quiz-answers a.f2b-mark-correct {
	color: #fff;
	background-color: #00AF54;
}
div.f2b-main-quiz {
	margin-top: 40px;
}
div.f2b-main-quiz p span.ql-left-eqno, div.f2b-main-quiz p span.ql-right-eqno {
	display: none !important;
}
div.f2b-main-quiz p.ql-left-displayed-equation {
	font-size: 25px;
	width: 100%;
	padding: 0 !important; 
	margin: 15px 0 0 0 !important;
	text-align: left !important;
}
div.quiz-sol a { 
	float: right;
	background: none;
	font-weight: bold;
	color: #06C;
}
div.quiz-sol span {
	background: transparent url(images/ajax-loader.gif) left no-repeat;
	padding-left: 35px;
	color: #3C5FE9;
	line-height: 32px; height: 32px;
	float: left;
	display: none;
}
div.f2b-sol-div {
	display: none;
}

/* Forum styles */

div.forum-container {

    height: calc(100vh - 45px);
    width: calc(100vw - 60px);
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 30px 0px;
    z-index: 2;
    
}

div.in-app-container {
    
    height: calc(100vh - 45px);
    width: calc(100vw - 60px);
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 30px 0px;
    z-index: 2;
    
}

div.forum-main {
    
	margin: 0 auto;
    height: 100vh;
    width: 80%;
    
}

div.forum-discussion-main {
    
	margin: 0 auto;
    height: 100vh;
    width: 90%;
    padding-top: 30px;
    
}

div.forum-search-filter {
    
    display:none;
    
}

div.forum-search-filter.visible {
    
    display:block;
    overflow: auto;
    padding: 25px;
    
}

div.discussion-stats {
    
    float:right;
    height: 100%;
    position: relative;
    padding-top: 5px;
    
}

div.discussion-author {

    height: 100%;
    padding-top: 10px;
 
}

div.discussion-author p {
    
    text-align: left;
    font-size: .8rem;
    font-weight: 700;
    color: #606b7c;
    
}

div.discussion-author-avatar {
    
   height: 100%;
   padding-top: 8px;
    
}

div.discussion-slash-container {
    
    font-size: 2.5rem;
    height: 100%;
    line-height: 3rem;

}

div.discussion-views-container {
    
    padding-right: 20px;

}

div.discussion-comments-container {
    
   padding-left: 15px;
    
}

.que-status {
    
   height: 30px;
   width: 30px;
   position: relative;
   top: 25px;
   left: 15px;
   color:#ededed;
    
}

.que-status-icon {
    
    position: absolute;
    z-index: 0;
    font-size: 1.75rem;
    color: #ededed
    
}

.que-status-icon-check {
    
    position: absolute;
    z-index: 0;
    font-size: 1rem;
    color: #66CC99;
    right: 0;
    
}

div.f2b-search-bar select, div.f2b-search-bar input {
    
	padding: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 70px;
    box-shadow: 0 1px 5px 0 rgba(45,62,80,.12);
    text-transform: uppercase;
    border: none;
    
}

#f2b-ask-form {
    
    color:#fff;
    
}

#f2b-ask-form .ask-que-label {
    
    display: inline-block;
    padding: 0 5px 1em 0;
    font-weight: 700;
    pointer-events: none;
    position: relative;
    text-align: left;
    font-size: 2.5em;
    
} 

.f2b-notify {
    
  width: 28px !important;
  height: 28px !important;
  position: relative !important;
  margin: 5px auto;
  background: rgba(45,62,80,.05);
  background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
  border-radius: 1px;
  float:left;
  
    label {
    
        width: 20px;
        height: 20px;
        cursor: pointer;
        position: absolute;
        left: 4px;
        top: 4px;
        background: linear-gradient(top, #222 0%, #45484d 100%);
        
        &:after {
            
          content: '';
          width: 9px;
          height: 5px;
          position: absolute;
          top: 4px;
          left: 4px;
          border: 3px solid #fcfff4;
          border-top: none;
          border-right: none;
          background: transparent;
          opacity: 0;
          transform: rotate(-45deg);
    }
    
    &:hover::after {
        
      opacity: 0.3;
        
    }
        
  }
    
  input[type=checkbox] {
      
    visibility: hidden;
      
    &:checked + label:after {
        
      opacity: 1;
        
    }  
      
  }
      
}

div.notify-user-forum {
    
    overflow:auto;
    display: flex;
    align-items: center;
    position:relative;
    
}

div.notify-user-checkbox {
    
    float:left;
    
}

div.notify-text {
    
    float:left;
    
}

div.success-que-post {
    
    float:left;
    padding: 15px;
    background-color: rgba(255, 255, 255, .9);
    width: 100%;
    text-align: center;
    display: none;
    
}

div.f2b-ask-question span {
    
	color: #00AF54;
	font-weight: bold;
	display: none;
    
}

div.f2b-ask-question select {
    
	padding: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 70px;
    border: none;
    background-color: rgba(45,62,80,.05);
    border-bottom: solid 2px #fff;
    border-radius: 0px;
    color: rgba(45,62,80,.25);
    
}

div.f2b-ask-question option {
    
    background-color: rgba(240, 121, 104, 1);
    padding:5px;
    
}

div.f2b-ask-question input.f2b-title {
    
	padding: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 70px;
    border: none;
    background-color: rgba(45,62,80,.05);
    border-bottom: solid 2px #fff;
    border-radius: 0px;
    color: #fff;

}

div.f2b-ask-question input.f2b-title:focus {

    background-color: rgba(45,62,80,.25);

}

div.f2b-ask-question input.f2b-title::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    
  color: rgba(45,62,80,.25);
    
}

div.f2b-ask-question input.f2b-title::-moz-placeholder { /* Firefox 19+ */
    
  color: rgba(45,62,80,.25);
    
}

div.f2b-ask-question input.f2b-title:-ms-input-placeholder { /* IE 10+ */
    
  color: rgba(45,62,80,.25);
    
}

div.f2b-ask-question input.f2b-title:-moz-placeholder { /* Firefox 18- */
    
  color: rgba(45,62,80,.25);
    
}

#f2b-ask-form div.mce-panel, #f2b-comments-form div.mce-panel {
    
    background: transparent;
    
}

#f2b-ask-form #insert-media-button {
    
    padding: 15px;
    height: auto;
    float: right;
    margin: 0px 0px 15px 0px;
    text-transform: Uppercase;
    width: 100%;
    background-color: transparent;
    color: rgba(45,62,80,.05);
    border: solid 2px rgba(45,62,80,.05);
    box-shadow: none;
    
}

#f2b-ask-form #insert-media-button:hover {
    
    color: #fff;
    border: solid 2px #fff;
    
}

#f2b-comments-form .insert-media {
    
    padding: 15px;
    height: auto;
    float: right;
    margin: 0px 0px 15px 0px;
    text-transform: Uppercase;
    width: 100%;
    background-color: transparent;
    color: rgba(255, 255, 255 , .25);
    border: solid 2px rgba(255, 255, 255 , .25);
    box-shadow: none;
    
}

#f2b-comments-form .insert-media:hover {
    
    color: #fff;
    border: solid 2px #fff;
    
}

#f2b-ask-form .wp-media-buttons-icon, #f2b-comments-form .wp-media-buttons-icon {
    
    display:none;
    
}

#f2b-ask-form div.wp-editor-container, #f2b-comments-form div.wp-editor-container {
    
    border: none !important;
    
}

#f2b-ask-form .mce-toolbar .mce-ico, #f2b-comments-form .mce-toolbar .mce-ico {
    
    color: #fff !important;
    
}

#f2b-ask-form .mce-btn:hover, #f2b-comments-form .mce-btn:hover {
    
    background-color: rgba(45,62,80,.25) !important;
    border: none;
    border-radius: 0px;
    box-shadow: none;
    
}

#f2b-ask-form .mce-toolbar, #f2b-ask-form .mce-btn-group, #f2b-ask-form .mce-btn, #f2b-comments-form .mce-toolbar, #f2b-comments-form .mce-btn-group, #f2b-comments-form .mce-btn {
    
    border:none;
    
}

#f2b-ask-form .mce-path-item, #f2b-comments-form .mce-path-item {
    
    color: #fff !important;
    
}

#f2b-ask-form div.mce-toolbar-grp, #f2b-ask-form div.mce-statusbar, #f2b-comments-form div.mce-toolbar-grp, #f2b-comments-form div.mce-statusbar {
    
    border: none !important;
    
}

#f2b-ask-form div.mce-toolbar-grp button:hover, #f2b-comments-form div.mce-toolbar-grp button:hover {
    
   background-color: rgba(45,62,80,.25);
   border: none;
    
}

div.f2b-search-bar input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    
  color: #ededed;
    
}

div.f2b-search-bar input::-moz-placeholder { /* Firefox 19+ */
    
  color: #ededed;
    
}

div.f2b-search-bar input:-ms-input-placeholder { /* IE 10+ */
    
  color: #ededed;
    
}

div.f2b-search-bar input:-moz-placeholder { /* Firefox 18- */
    
  color: #ededed;
    
}

div.f2b-question-list.threaded {

    padding: 25px;
    margin: 3px;
    overflow: auto;
    background-color: rgba(240, 121, 104, 1);
    color: #fff;
    
}

div.f2b-question-list.threaded > .meta {
    
    border-right: solid 1px rgba(45,62,80,.15);
    
}

div.f2b-question-list.threaded > .meta a {
    
    color: #fff;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
    padding-top:10px;
    margin-top:20px;

}

div.f2b-question-list.threaded > .meta div.meta-time {
    
    font-size:.55rem;
    line-height:.55rem;
    
}

div.f2b-question-list.threaded div.que-content {
    
    background-color: transparent;
}

div.f2b-question-list {
    
    overflow-y:auto;
    overflow-x: hidden;
    
}

div.f2b-question-list > .meta a {
    
    
	display: block;
	clear: both;
    
}

div.f2b-question-list div.que-content {
    
	padding: 10px;
	background: #fff;
	border: none;
	border-radius: 0px;
	word-wrap: break-word !important;
    
}

div.f2b-question-list div.que-content div {
	word-wrap: break-word !important;
	overflow: auto;
}

div.f2b-question-list ul {
    
	margin: 5px; 
    padding: 0;
    
}

div.f2b-question-list ul li {
    
	list-style: none;
	position: relative;
	float: left; 
    clear: both;
	width: 100%;    
    box-shadow: 0 1px 5px 0 rgba(45,62,80,.12);
    background-color: #fff;
    overflow: auto;
    margin-bottom: 10px;
    
}

div.f2b-question-list ul li:hover {
    
    background-color: #effbfd;
    
}

div.f2b-question-list ul li:last-child {
    
	border-bottom: none;
    box-shadow: none;
    background-color: transparent;
    margin: 20px;
    
}

div.f2b-question-list ul li .que-body p {
    
	margin-bottom: 0;
	font-weight: bold;
    display: inline-block;
    width: 100%;
    
}
div.f2b-question-list ul li .que-body p a {
    
	color: #606b7c;
    font-size: .85rem;
    letter-spacing: .5px;
    display: inline-block;
    width: 100%;
    padding: 25px 0px 25px 25px;
    
}

div.f2b-question-list ul li .que-body p a:hover {
    
	color: #f07968;
    
}

div.f2b-question-list ul li .que-body .meta {
    
	font-size: 80%;
	color: #555;
    
}

div.f2b-question-list ul li .stats {

	text-align: center;
    height: 55px;
    color: rgba(96,107,124,.25);
    padding-top: 12px;
    
}

div.f2b-question-list ul li .stats p {
    
    margin:0px;
    line-height: 1rem;
    
}

div.f2b-question-list ul li .stats a {
    
	color: #007BBB;
	text-decoration: none;
    
}

div.f2b-question-list ul li .stats a:hover {
    
	color: #004D75;
	text-decoration: none;
    
}

div.f2b-question-list ul li .stats span.num {
    
	font-size: 1.25rem;
	display: block;
	padding-bottom: 5px;
    margin-bottom: 0;
	line-height: 1;
	color: #f07968;
    
    
}

div.f2b-question-list ul li .stats span.views {
    
	font-size: 1rem;
	display: block;
    margin-bottom: 0;
	line-height: .5rem;
	color: inherit;
    
}

div.f2b-question-list ul li .stats span.label {
    
	font-size: 0.8em;
	font-weight: bold;
	display: block;
	color: inherit;
    
}

div.f2b-ask-question-container {
    
    display:none;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(240, 121, 104, 1); /*rgba(104,223,240,.95)*/
    width: 100vw;
    height: 100vh;
    padding:50px;
    align-items: center;
    overflow: scroll;
    z-index:2;
    
}

div.forum-question-btn-container, div.account-close {
    
    position:absolute;
    top:10px;
    right:10px;
    line-height: 40px;
    padding: 5px 0px 0px 2px;
    width: 55px;
    background: transparent;
    display: block;
    z-index:999;
    
}

div.forum-question-btn-container div {
    
    color: #fff;
    text-align: left;
    font-size: 40px;
      
}

div.f2b-ask-question, div.f2b-que-instructions {
    
	display: none;
    width: 80%;
    margin: 0 auto;
    
}

div.f2b-ask-question textarea {
    
	line-height: 1.4;
    
}

div.upvotes {
	text-align: center;
	line-height: 1.1;
	border-right: solid 1px #e1e1e1;
	padding-bottom: 15px;
	color: #555;
}
div.upvotes > a {
	display: block;
	padding: 3px 0 7px 0;
}
div.upvotes > a > span {
	font-size: 2em;
	width: auto;
}
div.upvotes > span {
	display: block;
	font-size: 0.8em;
	margin: 0; padding: 0;
}
div.upvotes > span.votes {
	font-size: 2.7em;
	font-weight: bold;
}
a.f2b-all-comments {
    
	display: block;
    background: #fff;
    width: 100%;
    text-align: center;
    font-size: 0.85em;
    font-weight: bold;
    padding: 10px;
    color: #f07968;
    
}

p.hide-comment, div.hide-comment {
    
	display: none;
    
}

/* recent questions */

div.f2b-recent-que {
    
    list-style: none;
    background-color: #fff;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    min-height: 70px;
    padding: 10px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(45,62,80,.12);
    -moz-box-shadow: 0 1px 5px 0 rgba(45,62,80,.12);
    box-shadow: 0 1px 5px 0 rgba(45,62,80,.12);
    margin-top: 3px;

}

div.f2b-recent-que ul {
    
	margin: 0; 
    padding: 0px 15px 15px 15px;
    
}

div.f2b-recent-que ul li {
    
	list-style: none;
	position: relative;
	width: 100%;
	margin-bottom: 5px;
    line-height: 2rem;
    
}

div.f2b-recent-que ul li a {
    
	color: #606b7c;
    
}

div.f2b-recent-que ul li a:hover {
    
	text-decoration: underline;
    
}

.forum-title-container {
        
    display:none;
        
}

/* comments */

div.f2b-comments {
    
    overflow: auto;
    
}

div.f2b-comments ul {
    
	margin: 3px;
    padding: 0;
    
}

div.f2b-comments ul li {
    
	list-style: none;
	/*border-bottom: solid 1px #f1f1f1;*/
    background-color: #fff;
	position: relative;
	float: left; 
    clear: both;
	width: 100%; 
    min-height: 70px;
	padding:25px 10px;
	margin-bottom: 10px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(45,62,80,.12);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
    -moz-box-shadow:    0 1px 5px 0 rgba(45,62,80,.12);  /* Firefox 3.5 - 3.6 */
    box-shadow:         0 1px 5px 0 rgba(45,62,80,.12);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    margin-top: 10px;
    
    
}

div.f2b-comments ul li div.comment {
    
	/*background: #f7f7f7;
	border: solid 1px #f1f1f1;
	border-radius: 10px;*/
	padding: 10px;
	min-height: 110px;
	word-wrap: break-word !important;
    
}

div.f2b-comments ul li div.comment p {
    
	background: transparent !important;
    line-height:1.5 !important;
    font-size:1.15rem !important;
    
}

div.f2b-comments ul li div.comment p span {
    
    font-family: "Open Sans", sans-serif !important;

}

div.f2b-comments ul li div.meta a {
    
	display: block;
	clear: both;
	font-size: 80%;
    padding-top:10px;
    
}
div.f2b-comments ul li div.meta div.meta-time {
    
	clear: both;
	display: block;
    font-size:.65rem;
    line-height:.65rem;

}

div.meta a.f2b-que-close {
    
    font-size: 0.7em;
    float: left;
    padding: 10px;
    text-transform: Uppercase;
    width: 75%;
    background-color: transparent;
    color: rgba(45,62,80,.15) !important;
    border: solid 2px rgba(45,62,80,.15);
    text-align: center;
    
}

div.meta a.f2b-que-close:hover {
    
    color: rgba(240, 121, 104, 1) !important;
    border: solid 2px #fff;
    background-color: #fff;
    
}

div.meta a.f2b-que-close div.dashicons {
    
	font-size: 35px;
	padding-left: 0;
	width: auto; 
    height: auto;
    
}

div.meta a.f2b-que-close.closed {
    
    padding: 10px;
    margin: 15px 0px;
    text-transform: Uppercase;
    width: 75%;
    background-color: rgba(255, 255, 255, .5);
    color: rgba(240, 121, 104, 1) !important;
    text-align: center;
    border: solid 2px rgba(255, 255, 255, .5);
    
}


/* pagination */

li.que-pagination {
    
	text-align: center;
    list-style: none;
    position: relative;
    float: left;
    clear: both;
    width: 100%;
    box-shadow: 0 1px 5px 0 rgba(45,62,80,.12);
    background-color: #fff;
    overflow: auto;
    margin-bottom: 5px;
    
}
li.que-pagination .page-numbers {
	padding: 5px 10px;
	background: #fff;
    text-transform:uppercase;
}
div.f2b-comment-meta a {
	font-size: 0.8em;
	background: #e7e7e7;
	padding: 5px 10px;
	color: #777;
	font-weight: bold;
}
div.f2b-comment-meta a span {
	color: #428BCA;
}

div.f2b-comment-meta a.f2b-add-comment2, form.f2b-comment2-form input[type=submit] {
    
    float: right;
    padding: 25px 20px;
    margin: 15px 0px;
    text-transform: Uppercase;
    width: 100%;
    background-color: transparent;
    color: #BFC3CA;
    border: solid 2px #BFC3CA;
    text-align: center;
    font-size: 1rem;
    line-height:1.8;
    border-radius: 0;
    
}

div.f2b-comment-meta a.f2b-add-comment2:hover, form.f2b-comment2-form input[type=submit]:hover {
    
    color: #fff !important;
    border: solid 2px #f06e68 !important;
    background-color: #f06e68;
    
}

form.f2b-comment2-form {
    
	display: none;
    margin-top:10px;
    
}

form.f2b-comment2-form textarea {
    
    min-height:100px;
    
}

div.f2b-child-comments {
    
	padding: 0;
    background-color: rgba(96,107,124,1);
    margin: 10px 0px;
    color: rgba(255,255,255,.75);
    
}

div.f2b-child-comments .child-comments-text {
    
    color: #fff;
    padding-top: 10px;
    
}

div.f2b-child-comments > div {

    font-size: 1rem;
    padding: 25px;
    border-bottom: solid 5px #fff;
    margin: 0px;
    
}

div.f2b-child-comments div > a {
    
	font-weight: bold;
	font-size: inherit;
    color: rgba(255,255,255,.75);
    
}

div.f2b-child-comments div > small {
    
	color: rgba(255,255,255,.75);
    
}

img.avatar-50 {
    
	max-height: 50px !important;
    
}

img.avatar-40 {
    
	max-height: 40px !important;
	height: 40px;
    
}

img.avatar-30 {
	
    max-height: 30px !important;
    margin: 0 auto;
    
}

img.avatar-150 {
    
    max-height: 150px !important;
    margin: 10px;
    border-radius: 5px;
    float: none;
    
}

/* FAQ Page */

.faq-jumbotron {
  background:url() 50% 100% repeat-x #13afdf;
  height:367px;
  margin-bottom:43px;
  position:relative;
  margin-left: -100%;
    margin-right: -100%;
    padding-left: 100%;
    padding-right: 100%;
}
.faq-jumbotron .contain {
  box-sizing:border-box;
  height:100%;
  padding-top:108px;
  position:relative;
  text-align:left;
}
.faq-jumbotron .contain img {
  bottom:6px;
  position:absolute;
  right:76px;
}
.faq-jumbotron .contain h4 {
  color:white;
  font-size:32px;
  line-height:34px;
  margin-bottom:22px;
}
.faq-jumbotron .contain p {
  color:#fff;
  font-size:16px;
  width:500px;
}
.faq-jumbotron .contain p i {
  font-family:'Mercury Italic';
}
.faq-questions .question-nav-place {
  float:left;
}
.faq-questions .question-nav {
  -webkit-transition:background-position 0.2s ease-out;
  background:url(https://marieforleobschool.com/wp-content/themes/launch-blog/images/dark-arrow-left.svg) 16px 15px no-repeat;
  float:left;
  transition:background-position 0.2s ease-out;
  width:104px;
}
.faq-questions .question-nav ul {
  background-color:#424340;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  box-sizing:border-box;
  list-style-type:none;
  margin-left:30px;
  padding:20px;
  text-align:left;
  width:184px;
}
.faq-questions .question-nav ul li {
  margin-bottom:14px;
}
.faq-questions .question-nav ul li a {
  -webkit-transition:color 0.2s ease-out;
  color:#999999;
  display:block;
  font-family:Gotham;
  font-size:9px;
  line-height:12px;
  text-decoration:none;
  text-transform:uppercase;
  transition:color 0.2s ease-out;
}
.faq-questions .question-nav ul li a:hover {
  color:white !important;
}
.faq-questions .question-set {
  float:left;
  margin-bottom:130px;
}
.faq-questions .question-set .question {
  background-color:#f1f1f1;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  margin-bottom:80px;
  text-align:left;
  width:716px;
}
.faq-questions .question-set .question h4 {
  border-bottom-left-radius:0;
  border-bottom-right-radius:0;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  box-sizing:border-box;
  color:white;
  font-size:14px;
  padding:12px 21px;
}
.faq-questions .question-set .question h5 {
  margin:10px 0 20px;
}
.faq-questions .question-set .question .answer {
  padding:20px;
}
.faq-questions .question-set .question .answer p.copy {
  margin-bottom:20px;
}
.faq-questions .question-set .question .answer p.footnote {
  font-family:'Mercury Italic';
  font-size:14px;
  margin-top:30px;
}
.faq-questions .question-set .question .answer img {
  margin-bottom:20px;
}
.faq-questions .question-set .question .answer img.faq-email {
  width:678px;
}
.faq-questions .question-set .question .answer img.faq-facebook {
  width:523px;
}
.faq-questions .question-set .question .answer .image-frame {
  background-color:white;
  border-bottom-left-radius:3px;
  border-bottom-right-radius:3px;
  border-top-left-radius:3px;
  border-top-right-radius:3px;
  text-align:center;
}
.faq-questions .question-set .question .answer ul {
  margin:0 0 30px 40px;
}
.faq-questions .question-set #one h4, .faq-questions .question-set #six h4, .faq-questions .question-set #eleven h4, .faq-questions .question-set #sixteen h4 {
  background-color:#E57F7D;
}
.faq-questions .question-set #one .accent, .faq-questions .question-set #six .accent, .faq-questions .question-set #eleven .accent, .faq-questions .question-set #sixteen .accent {
  color:#E57F7D;
}
.faq-questions .question-set #two h4, .faq-questions .question-set #seven h4, .faq-questions .question-set #twelve h4, .faq-questions .question-set #seventeen h4 {
  background-color:#42B979;
}
.faq-questions .question-set #two .accent, .faq-questions .question-set #seven .accent, .faq-questions .question-set #twelve .accent, .faq-questions .question-set #seventeen .accent {
  color:#42B979;
}
.faq-questions .question-set #three h4, .faq-questions .question-set #eight h4, .faq-questions .question-set #thirteen h4 {
  background-color:#B92685;
}
.faq-questions .question-set #three .accent, .faq-questions .question-set #eight .accent, .faq-questions .question-set #thirteen .accent {
  color:#B92685;
}
.faq-questions .question-set #four h4, .faq-questions .question-set #nine h4, .faq-questions .question-set #fourteen h4 {
  background-color:#E57726;
}
.faq-questions .question-set #four .accent, .faq-questions .question-set #nine .accent, .faq-questions .question-set #fourteen .accent {
  color:#E57726;
}
.faq-questions .question-set #five h4, .faq-questions .question-set #ten h4, .faq-questions .question-set #fifteen h4 {
  background-color:#52C2B9;
}
.faq-questions .question-set #five .accent, .faq-questions .question-set #ten .accent, .faq-questions .question-set #fifteen .accent {
  color:#52C2B9;
}

.subnav-mask {
  height:45px;
  overflow:hidden;
  width:100%;
}
.subnav-mask.right-for-me {
  background:#42B979;
}
.subnav-mask.praise {
  background:#52C2B9;
}
.sales-subnav {
  -webkit-transition:all 0.2s ease-out;
  background-color:#f1f1f1;
  box-sizing:border-box;
  height:45px;
  margin-top:-45px;
  padding-top:10px;
  transition:all 0.2s ease-out;
  width:100%;
  z-index:9999;
}
.sales-subnav h4 {
  float:right;
  font-size:11px;
  letter-spacing:0.05em;
  margin:0 12px 0 0;
}
.sales-subnav button {
  background-color:#B92685;
  float:right;
  font-size:12px;
  height:26px;
  padding:3px 23px;
}
.sales-subnav button::after {
  top:5px;
}
.sales-subnav button:hover::after {
  right:4px;
}

/* Video Page Styling */

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

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

.page-id-122320 .page-title, .page-id-122670 .page-title, .page-id-122718 .page-title, .page-id-122725 .page-title, .page-id-122728 .page-title, .page-id-122774 .page-title, .page-id-122776 .page-title, .page-id-122809 .page-title, .page-id-122811 .page-title, .page-id-122813 .page-title, .page-id-122815 .page-title, .page-id-122817 .page-title, .page-id-122820 .page-title, .page-id-122822 .page-title, .page-id-122824 .page-title, .page-id-122826 .page-title, .page-id-122829 .page-title, .page-id-122835 .page-title {display: none;}

div.pricing-table {
	display: none !important;
}

div.header-btn-test .button {
    background: #df4313 none repeat scroll 0 0;
    font-weight: bold;
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
    text-transform: capitalize;
}

@-ms-viewport{
    width: extend-to-zoom;
    zoom: 1.0;
}

@viewport{
    zoom: 1.0;
    width: extend-to-zoom;
}

/* SLIDEOUT NAVIGATIONS */

#left-nav {
    
    float: left;
    color:red;
  
}

#left-menu {
    
    margin-top:0px;
    background-color: #fff;
    border-right: solid 1px #ededed;
    transform: translateX(-360px);
    display:none;

}

#left-menu.visible {
    
    display:block;
    transform: translateX(-40px);
    
}

#right-menu.slideout-menu {
    
    left: auto;
    width: 500px;
    margin-top:0px;
    border-left: solid 1px #ededed;
    padding:15px 0px 10px 0px;
    display:none;
    z-index:-1;
    transform: translateX(500px);
    
}

#right-menu.slideout-menu.visible {
    
    display:block;
    transform: translateX(0px);
    z-index:0;
        
}

#account-menu.slideout-menu {

    width: 500px;
    margin-top:0px;
    border-right: solid 2px #ebebeb;
    padding:15px 0px 10px 0px;
    
}

#account-menu {
    
    margin-top:0px;
    background-color: #fff;
    border-right: solid 2px #ebebeb;
    transform: translateX(-360px);
    display:none;

}

#account-menu.visible {
    
    display:block;
    transform: translateX(-40px);
    
}

.prep-settings {
    
    display:block;
    
}

.slideout-menu {
    
  position: fixed;
  left: 100px;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 320px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  display: none;
  margin-top: 45px;
    
}

.slideout-panel {
    
  position:relative;
  z-index: 1;
  height: 100vh;
  /*height: -o-calc(100vh - 45px); /* opera */
  /*height: -webkit-calc(100vh - 45px); /* google, safari */
  /*height: -moz-calc(100vh - 45px); /* firefox */   
  background-color: #fafafa;
  width: calc(100vw - 60px);
  margin-left: 60px;

}

.slideout-panel.visible {
    
    margin-left: 0;
    
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
  overflow: hidden;
}

.slideout-open .slideout-menu {
  display: block;
}

/* SIDE DASHBOARD */

.header {
    
    width: 100%;
    z-index: 20;
    height: 45px;
    background-color: #fff;
    padding: 0px 10px 0px 20px;
    position:relative;

}

.dashboard-menu {
    
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 21;
    display: none;
    left:-120px;
    
}

.dashboard-menu ul {
    margin: 0;
    padding: 0;
}

.dashboard-menu ul li {
    padding: 20px 15px;
    position: relative;
    cursor: pointer;
}

.dashboard-menu ul li.active:before {
    
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    
}

.dashboard-menu ul li:hover:before, .dashboard-menu ul li:hover:before {
    
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(255, 255, 255, .5);
    
}

.dashboard-menu ul li a {
    color: #f1f1f1;
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
}

.dashboard-menu ul li i  {
    color: rgba(96,107,124,.5);
    min-width: 20px;
    width:100%;
    text-align: center;
}

.avatar-menu .notes-nav-menu .menu li {
    
    position: relative;
    display: block;
    margin: 0;
    
}

.notes-nav-menu .menu {
    
    margin:0px;
    
}

.avatar-menu .notes-nav-menu .menu li .sub-menu {
    
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    top: 40px;
    right: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: .65rem;
    margin-bottom: 10px;
    font-weight: 400;
    
}

.avatar-menu .notes-nav-menu .menu li .sub-menu.visible {
    
    display: block !important;

}

.avatar-menu i  {
    
    color: rgba(96,107,124,.5);
    min-width: 20px;
    text-align: center;
    
}

.avatar-menu i:hover  {
    
    color: rgba(96,107,124,1);
    
}

#menu-item-163454, #menu-item-163455, #menu-item-163456, #menu-item-164446 {
    
    display:none;
    
}

.dashboard-menu ul li:hover i, .dashboard-menu ul li:hover a {

    color: rgba(96,107,124,1);
    transition: all 0.1s ease-in-out;
    
}

.dashboard-menu ul li i.active, .dashboard-menu ul li a.active {

    color: #f07968;
    
}

.dashboard-menu ul li span:nth-child(2) {
    
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
    
}

.dashboard-menu.visible {
    
    display:block;
    left:0px;
    
}

.account-menu {
    
    position: absolute;
    width: 150px;
    height: 100%;
    background-color: #fbfbfb;
    z-index: 21;
    
}

.account-menu ul {
    margin: 0;
    padding-top: 15px;
}

.account-menu ul li {
    
    padding: 5px 15px;
    position: relative;
    
}

.account-menu ul li.active {
    
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: red;
    
}

.account-menu ul li a {
    
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    color: #606b7c;
    font-weight: normal;
   
}

.account-menu ul li i {
    color: #cbcbcb;
    min-width: 20px;
    width:100%;
    text-align: center;
}

.account-menu ul li:hover {

    transition: all 0.1s ease-in-out;
    
}

.account-menu ul li i:hover, .account-menu ul li a:hover {

    color: #f07968;
    
}

.account-menu ul li i.active, .account-menu ul li a.active {

    color: #f07968;
    
}

.account-menu ul li span:nth-child(2) {
    
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
    
}

.account-menu.visible {
    
    display:block;
    left:0px;
    
}

div.account-home {

    height: 100%; 
    float:left; 
    text-align: center; 
    display: flex; 
    align-items: center;
    font-size:40px;
    width: 150px;

}

div.account-home a {

    color: #606b7c;
    margin: 0 auto;

}

div.account-home a:hover {

    color: #68dff0; 

}

div.account-header-title {

    height: 65%;
    display: flex;
    align-items: center ;
    font-size: 1.25rem;
    border-left: solid 2px #ededed;
    margin-left: 0;
    padding-left: 30px;
    text-transform: uppercase;
        
}

div.account-full {
    
    height: 65px;
    display: flex;
    align-items: center;        
    
}

div.account-content {
    
    margin: 45px 0 0 150px;
    height: calc( 100vh - 45px );
    background-color: #fff;
    
}

.prepineer-logo {
    
    height: 45px;
    background-color: #68dff0;
    background: url("https://app.prepineer.com/branding/PREP_LOGO_MULTICOLOR.png") no-repeat center #fff;
    background-size:50%;

}

/* NOTES MENU DASHBOARD */

.notes-menu {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: none;
    right:0
}

.notes-menu ul {
    margin: 0;
    padding: 0;
}

.notes-menu ul li {
    padding: 16px 16px;
    position: relative;
}

.notes-menu ul li.active:before {
    content: '';
    position: absolute;
    width: 4px;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
}
.notes-menu ul li a {
    color: #fff;
    display: block;
    text-decoration: none;
}
.notes-menu ul li i {
    color: #0497df;
    min-width: 20px;
    text-align: center;
}
.notes-menu ul li span:nth-child(2) {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 600;
}

.notes-menu.visible {
    display: block;
}

.dashicons-admin-links, .dashicons-editor-alignleft {
    
    font-size:30px !important;
    
}

/* Distraction Free Toggle Button */


.distract-free-btn {
    
    height: 25px;
    background-color: transparent;
    z-index: 22;
    transform: translateX(0px);
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
    margin: 3px 20px 0px 0px;
    float:right;
    
}

.distract-free {
    
    display:none;
    
}

.overall-toggle-btn {
    
   position: relative;
   height: 45px;
   width: auto;
   background-color: transparent; 
   float: right;
   padding: 10px;
    
}

.distract-free-btn:hover, .overall-toggle-btn:hover {
    
    background-color: transparent;
    
}

.distract-free-btn.active {
    
   transform: translateX(-500px);
    -webkit-transition: 300ms ease;
    -moz-transition: 300ms ease;
    -o-transition: 300ms ease;
    transition: 300ms ease;
    
}

.transparent {
    
    background-color: transparent;
}

.hidden {
    
    display:none;
    
}

.distraction-free, .data-view-overall-switch {
    
    margin-left:0px;
    background-color: #fff;
    
}

.cmn-toggle {
    
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
    
}

.cmn-toggle + label {
    
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none;
    
}

input.cmn-toggle-round-flat + label {
    
  padding: 2px;
  width: 40px;
  height: 100%;
  background-color: transparent;
  border-radius: 60px;
  transition: background 0.4s;
  border: 2px solid #cbcbcb;
    
}
input.cmn-toggle-round-flat + label:before,
input.cmn-toggle-round-flat + label:after {
    
  display: block;
  position: absolute;
  content: "";
    
}

input.cmn-toggle-round-flat + label:before {
    
  top: 2px;
  left: 2px;
  bottom: 2px;
  right: 2px;
  background-color: transparent;
  border-radius: 60px;
  transition: background 0.4s;
    
}

input.cmn-toggle-round-flat + label:after {
    
  top: 2px;
  left: 2px;
  bottom: 2px;
  width: 14px;
  background-color: #cbcbcb;
  border-radius: 52px;
  transition: margin 0.4s, background 0.4s;
    
}

input.cmn-toggle-round-flat:checked + label {
    
  background-color: transparent;
  border: 2px solid #8ce196;
    
}

input.cmn-toggle-round-flat:checked + label:after {
    
  margin-left: 17px;
  background-color: #8ce196;  
    
}


/* Accordian Menu */

.cd-accordion-menu {
  width: 100%;
  background: #fff;
}
.cd-accordion-menu ul {
  /* by default hide all sub menus */
  display: none;
}
.cd-accordion-menu li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cd-accordion-menu input[type=checkbox] {
  /* hide native checkbox */
  position: absolute;
  opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
  position: relative;
  display: block;
  padding: 5px;
  font-size: 1rem;
}
.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
  background: #52565d;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after, .cd-accordion-menu a::after {
  /* icons */
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#left-menu .cd-accordion-menu label::before {

    display:none;
    
}

.cd-accordion-menu label {
    
  cursor: pointer;
    color: #606b7c;
    
}

.cd-accordion-menu label::before, .cd-accordion-menu label::after {
  
  font-family: "dashicons";
  content: "\f347"; 
  background-repeat: no-repeat;
  font-size:1.75rem;
  color:#606b7c;
 
}
.cd-accordion-menu label::before {
  /* arrow icon */
  right:40px;
  background-position: 0 0;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  -o-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
    
     -webkit-transition: 50ms linear all;
    -moz-transition: 50ms linear all;
    -o-transition: 50ms linear all;
    transition: 50ms linear all;
    
}
.cd-accordion-menu label::after {
  /* folder icons */
  left: 41px;
  background-position: -16px 0;
    display: none;
}
.cd-accordion-menu a::after {
  /* image icon */
  left: 36px;
    
}
.cd-accordion-menu input[type=checkbox]:checked + label::before {
  /* rotate arrow */
    
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
    
    -webkit-transition: 50ms linear all;
    -moz-transition: 50ms linear all;
    -o-transition: 50ms linear all;
    transition: 50ms linear all;

    
}

.cd-accordion-menu input[type=checkbox]:checked + label::after {
  /* show open folder icon if item is checked */
  background-position: -32px 0;
}
.cd-accordion-menu input[type=checkbox]:checked + label + ul,
.cd-accordion-menu input[type=checkbox]:checked + label:nth-of-type(n) + ul {
  /* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
  /* show children when item is checked */
    
  display: block;
  border-top: solid 4px #eff0f1;
    
}

.cd-accordion-menu ul label,
.cd-accordion-menu ul a {
  padding-left: 82px;
}
.no-touch .cd-accordion-menu ul label:hover, .no-touch
.cd-accordion-menu ul a:hover {
  background: #3c3f45;
}
.cd-accordion-menu > li:last-of-type > label,
.cd-accordion-menu > li:last-of-type > a,
.cd-accordion-menu > li > ul > li:last-of-type label,
.cd-accordion-menu > li > ul > li:last-of-type a {
  box-shadow: none;
}
.cd-accordion-menu ul label::before {
  left: 36px;
}
.cd-accordion-menu ul label::after,
.cd-accordion-menu ul a::after {
  left: 59px;
}
.cd-accordion-menu ul ul label,
.cd-accordion-menu ul ul a {
  padding-left: 100px;
}
.cd-accordion-menu ul ul label::before {
  left: 54px;
}
.cd-accordion-menu ul ul label::after,
.cd-accordion-menu ul ul a::after {
  left: 77px;
}
.cd-accordion-menu ul ul ul label,
.cd-accordion-menu ul ul ul a {
  padding-left: 118px;
}
.cd-accordion-menu ul ul ul label::before {
  left: 72px;
}
.cd-accordion-menu ul ul ul label::after,
.cd-accordion-menu ul ul ul a::after {
  left: 95px;
}

.cd-accordion-menu.animated label::before {
  /* this class is used if you're using jquery to animate the accordion */
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}

div.track-bar div.track-header {
	position: relative;
	float: left; clear: both;
	width: 100%;
	border-bottom: solid 1px #fafafa;
	background: transparent;
}

div.track-bar div.track-header a.f2b-subjects-show {
    
	line-height: 40px;
	float: right;
	margin-right: 25px;
    margin-top: 5px;
    
}

div.track-bar div.track-header a.f2b-subjects-show:hover {
    
	background-color: transparent;
}

div.track-bar div.track-header a.f2b-subjects-show .dashicons {
    
	line-height: 50px;
    color: #cbcbcb;
    
}

div.track-bar div.track-header a.f2b-subjects-show .dashicons:hover {
    
    color: #f07968;
    
}

div.subject-switch {
    
    position: absolute;
    top:0;
    right:0;
}

div.track-bar h4.track-header {
    
	display: block;
	padding-top: 7px;
	padding-bottom: 0;
    font-size: 1rem;
    letter-spacing: 2px;
    padding-left: 10px;
    
}
div.track-bar h4.track-header span {
	color: #f07968;
	line-height: 30px;
	float: left;
	margin: -12px 10px 0 10px;
	padding: 10px; 
	font-size: 90%;
}

div.track-bar div.track-header div.f2b-subjects-popup {
    
	position: absolute;
	right: 10px; top: 65px;
	z-index: 100;
	border-radius: 2px;
	background: #f9f9f9;
	padding: 10px;
	width: 300px; min-height: 50px;
	border: solid 1px #ccc;
	display: none;
    
}

div.track-bar div.track-header div.f2b-subjects-popup p {
    
	padding-bottom: 0; 
    margin-bottom: 0;
    text-transform: uppercase;
}

div.track-bar div.track-header div.f2b-subjects-popup select {
    
	padding: 20px 7px;
    -webkit-appearance: none;
    -moz-appearance: none;      
    appearance: none;
    height:70px;
    
}

div.track-bar a:hover {
	background: #13AFDF;
	color: #fff;
	text-decoration: none;
}

div.track-bar {
    
	background: #fff;
	padding-bottom: 20px;
	font-size: 0.9em;
	border-right: solid 2px #fafafa;
    width: 320px;
    overflow-x: hidden;
	
}

ul.track-content div.track-nav {
	background: #f1f1f1;
	width: 100%;
	display: none;
}
ul.track-content div.track-nav a {
	text-align: center;
	width: 100%;
	display: block;
	padding-top: 5px;
	font-size: 1.2em;
}
ul.track-content div.track-nav a:hover {
	background: transparent;
	color: #000;
}

div.track-bar ul.track-content {
	padding-left: 0;
    text-transform: uppercase;
}
div.track-bar ul.track-content p {
	margin-bottom: 0;
	padding: 10px 0 10px 10px;
}
div.track-bar ul.track-content p strong span {
	color: #c00000;
}

div.track-bar ul.track-content {
	padding-left: 0;
}
div.track-bar ul.track-content p {
	margin-bottom: 0;
	padding: 10px 0 10px 10px;
}
div.track-bar div.track-content p strong span {
	color: #c00000;
}

ul.track-content div.track-nav {
	background: #f1f1f1;
	width: 100%;
	display: none;
}
ul.track-content div.track-nav a {
	text-align: center;
	width: 100%;
	display: block;
	padding-top: 5px;
	font-size: 1.2em;
}
ul.track-content div.track-nav a:hover {
	background: transparent;
	color: #000;
}

h4.topic-title {
	line-height: 50px;
}

div.track-bar div.track-list {
	margin: 0;
	padding: 0;
}
div.track-bar div.track-list li {
	list-style: none;
	line-height: 34px;
	display: block;
	font-size: 0.85em;
}

div.track-bar div.track-list li:nth-child(odd) {

    background-color:#fff;
    
}

div.track-bar div.track-list li:nth-child(even) {

    background-color:#fafafa;
    
}

div.track-bar div.track-list li:hover {
    
    background-color:#effbfd;
    
}

div.track-bar div.track-list li a {
    
	color: #606b7c;
    font-weight: 400;
    
}

div.track-bar div.track-list li a:hover {
    
	color: inherit;
	background: #eff0f1;
    
}

div.track-bar div.track-list li.exe_current {
    
	background-color: transparent;

}

div.track-bar div.track-list li.exe_current a {
    
    color: #f07968;
}


div.track-bar div.track-list li span {
	background: #fff;
	border: solid 1px #e1e1e1;
	border-radius: 15px;
	padding: 5px 7px;
	line-height: 40px;
    margin-right: 10px;
}

div.track-bar div.track-list li.exe_current span {
    
	border: solid 1px #c00000;
    
}

div.track-bar div.track-list li.exe_complete {

    background-color:#66CC99;
    border-bottom: 1px solid #84d6ad;
    
}

div.track-bar div.track-list li.exe_complete a:hover {

    background-color:#84d6ad !important;
    
}

div.track-bar div.track-list li.exe_complete a {

    color: #fff;
    
}

div.track-bar div.track-list li.exe_complete_whole {

    background-color:#fafafa;
    border-bottom: 1px solid #fff;
    
}

div.track-bar div.track-list li.exe_complete_whole:hover {

    background-color:#fff;
    
}

div.track-bar div.track-list li.exe_complete_whole a {

    color:#66CC99;
    
}

#doc-viewer {
    
    height:100%;
    width:100%;
    border: none;
    
}

div.doc-meta {
    
  position: absolute;
  padding-top: 35px;  
    
}

.distract-free-active {
    
  opacity: .25;  
    
}

div.forum-meta {
    
    position: relative;
    overflow: auto;
    padding: 0px 20px;

}

div.forum-meta .icon-btn {
    
    color: #ebebeb;
    border: solid 0px #ebebeb;
    border-radius: 0px;
    line-height: 40px;
    padding: 5px 0px 0px 2px;
    width: 55px;
    height: 55px;
    display: block;
    
}

div.forum-meta .icon-btn div {
    
    color: #cfd2d7;
    text-align: left;
    font-size: 40px;
    
}

div.forum-listed {
    
    padding: 0px 15px 25px 15px;
    
}

div.doc-meta .icon-btn {
    
    background: #f1f1f1;
    color: #777;
    border-radius: 5px;
    border: 2px solid #ededed;
    border-radius: 2px;
    line-height: 40px;
    padding: 4px 0px 3px 0px;
    width: 55px;
    background: transparent;
    display: block;
    
}

div.doc-meta .icon-btn div {
    
    color: #ededed;
    font-size: 40px;
    text-align: center;
    width: 100%;
    height: 100%;
    
}

div.forum-meta .icon-btn:hover {
    
    border-color: #68dff0;
    
}

div.forum-meta .icon-btn:hover div {
    
    color: #68dff0;
    
}

div.doc-meta .icon-btn:hover, div.doc-meta .f2b-topic-complete {
    
    border: solid 2px #66CC99;
    
}

div.doc-meta .icon-btn:hover div {
    
    color: #66CC99;
    
}

div.doc-meta .download .icon-btn div {
    
    font-size: 32px;
    line-height: 40px;
    
}

div.doc-meta .download .icon-btn:hover {
    
    border: solid 2px #7062C1;
    
}

div.doc-meta .download .icon-btn:hover div {
    
    color: #7062C1;
    
}

div.track-nav-btn {
    
    padding-bottom: 0px;
    margin-bottom: 20px;
    float: left;
    clear: both;
    width: 100%;
    
}


div.doc-meta a.track-nav-checker div {
    
    color: #ededed;
    font-size: 40px;
    
}

div.doc-meta a.track-nav-checker:hover {
    
    border: solid 2px #68dff0;
    
}

div.doc-meta a.track-nav-checker:hover div {
    
    color: #68dff0;
    
}

div.doc-meta .notes-btn:hover {
    
    border: solid 2px #f06e68;
    
}


div.doc-meta .notes-btn:hover div {
    
    color: #f06e68;
    
}

div.doc-meta .notes-btn.active {
    
    border: solid 2px #f06e68;
    
}

div.doc-meta .notes-btn.active div {
    
     color: #f06e68;
    
}

/* Start Form Page */

.start-form {
    
    background-color: #68dff0;
    height: 100vh;
    width: 100%;
    position: absolute;
    left: 0;

}

/* hide input */

div.start-form input.radio:empty {
	margin-left: -999px;
}

/* style label */

div.start-form input.radio:empty ~ label {
	position: relative;
	float: left;
	line-height: 2.5em;
	text-indent: 3.25em;
	margin-top: 2em;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

div.start-form input.radio:empty ~ label:before {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	left: 0;
	content: '';
	width: 2.5em;
	background: #D1D3D4;
	border-radius: 3px 0 0 3px;
}

/* toggle hover */

div.start-form input.radio:hover:not(:checked) ~ label:before {
	content:'\2714';
	text-indent: .9em;
	color: #C2C2C2;
}

div.start-form input.radio:hover:not(:checked) ~ label {
	color: #888;
}

/* toggle on */

div.start-form input.radio:checked ~ label:before {
	content:'\2714';
	text-indent: .9em;
	color: #9CE2AE;
	background-color: #4DCB6D;
}

div.start-form input.radio:checked ~ label {
	color: #777;
}

/* radio focus */
div.start-form input.radio:focus ~ label:before {
	box-shadow: 0 0 0 3px #999;
}

/* Preloader */

.spinner {
 
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px;
  /*position: absolute;
  top: 48%;
  left: 48%;*/
  margin: 0 auto;

}

/*.spinner-track {
    
  top: calc(50% - 45px);
  left: calc(50% - 100px);
    
}*/

.loading-container-track {
   
  position:absolute; 
  width: 100%;
  top: calc(50% - 45px);
    
}

.loading-container-track1 {
   
  position:absolute; 
  width: 50%;
  top: calc(50% - 45px);
    
}


#quoteContainer {
    
    text-align: center;

}

#quoteName h2 {
    
     -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
    
}

.spinner > div {
  background-color: #68dff0;
  height: 100%;
  width: 6px;
  display: inline-block;
  
  -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.spinner .rect3 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
  0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
  20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
  0%, 40%, 100% { 
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }  20% { 
    transform: scaleY(1.0);
    -webkit-transform: scaleY(1.0);
  }
}

.spinner-wrapper {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ff6347;
z-index: 19;
}

.white-spin {
    
    background-color: #fafafa;
    margin-top: 0px;
    margin-left: 60px;

}

#spinner-block-left {
    
   width: 75px;
   height: 15px;
   background-color: rgba(96,107,124,.5);
   -webkit-animation: pulse-header .5s linear infinite alternate; /* Safari 4.0 - 8.0 */
   animation: pulse-header =.5s linear infinite alternate;
    
}

#spinner-block-mid {
   
   width: 1.25px;
   height: 15px;
   background-color: rgba(96,107,124,.5);
   margin: 0 5px;
   -webkit-animation: pulse-header .5s linear infinite alternate; /* Safari 4.0 - 8.0 */
   animation: pulse-headere =.5s linear infinite alternate;
    
}

#spinner-block-right {
    
   width: 150px;
   height: 15px;
   background-color: rgba(96,107,124,.5);
   -webkit-animation: pulse-header .5s linear infinite alternate; /* Safari 4.0 - 8.0 */
   animation: pulse-header =.5s linear infinite alternate;
    
}

#spinner-block-avatar {
    
   width: 30px;
   height: 30px;
   margin:0 auto;
   background-color: rgba(96,107,124,.5);
   -webkit-animation: pulse-header .5s linear infinite alternate; /* Safari 4.0 - 8.0 */
   animation: pulse-header =.5s linear infinite alternate;
    
}

.spinner-wrapper .fa-angle-down, .spinner-wrapper .fa-globe {
    
   -webkit-animation: pulse-icons .5s linear infinite alternate; /* Safari 4.0 - 8.0 */
   animation: pulse-icons =.5s linear infinite alternate;
    
}

@keyframes pulse-header {
  0% {
    background-color: rgba(96,107,124,.1);
  }
  100% {
    background-color: rgba(96,107,124,.25);
  }
}

@keyframes pulse-icons {
  0% {
    color: rgba(96,107,124,.1);
  }
  100% {
    color: rgba(96,107,124,.25);
  }
}


div.doc-meta .completed-sensei {
    
    border: solid 2px #66CC99;
    background-color: #66CC99;
    
}

div.doc-meta .completed-sensei div {
    
    color: #fff; 
    
}

div.doc-meta .completed-sensei:hover div {
    
    color: #fff; 
    
}

.shadow {
    
  -webkit-box-shadow: 0 0px 2px 0 rgba(0,0,0,0.12);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    0 0px 2px 0 rgba(0,0,0,0.12);  /* Firefox 3.5 - 3.6 */
  box-shadow:         0 0px 2px 0 rgba(0,0,0,0.12);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */
    
}


ul.f2b-topic-frame li div.subject-edit-div div.subject-sort:hover {
  
    color: #f07968;
    
}


ul.f2b-topic-frame li div.subject-edit-div div.subject-sort {
  
    z-index:999999;
    position:absolute;
    right:0;
    
}

ul.f2b-topic-frame .marked-good {
    
	background-color:#bee9d4;
    
}
ul.f2b-topic-frame .marked-time {
    
	background-color:#fcf9c0;
    
}
ul.f2b-topic-frame .marked-review {
    
	background-color:#ffc5c5;
    
}

div.user-avatar {

    float: right;
    width: 100px;
    margin-right: 30px;
    border-left: 1px solid #ededed;
    height:100%;
    display: flex;
    align-items: center;

}

.subject-title-box {
    
    width:100%;
    text-transform: uppercase;
    padding-left:15px;
  
}


.subject-title-box h6 {
    
    margin:0 0 10px 0;
    padding: 30px 0 15px 0;
    font-weight: 500;
    letter-spacing: 2px;
    color:#fff;
  
}

.study-plan-title-box {
    
   margin: 0 auto;
   float: none; 
    
}

.study-plan-title-box h6 {
    
    margin: 0 0 10px 0;
    padding: 0 0 20px 0;
    font-weight: 500;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 2rem;
    color: rgba(96,107,124,.5);
    width: 25%;
    float: left;
  
}

.subject-meta {
    
    padding: 30px 0;
  
}

.subject-progress .dashicons {
    
    font-size: 40px;
    height: 100%;
    width: 50px;
    margin-left: 10px;

}

.chevron-container {
    
    float: right;
    padding-right: 20px;
  
}

.chevron-container i {
    
    font-size:25px;
    color:red;
    
}

.chevron-container-hover {
    
    color:green;
    background-color: red;
    
}


div.f2b-question-list ul li .que-body-dash {
    
	margin-bottom: 0; padding-bottom: 0;
	font-weight: bold;
    
}

div.f2b-question-list ul li .que-body-dash a {
    
	color: #007BBB;
    
}

div.f2b-question-list ul li .que-body-dash p a:hover {
    
	color: #004D75;
    
}

div.overall-progress {
    
    box-shadow: 0 1px 5px 0 rgba(45,62,80,.12);
    margin: 15px 0px 15px 5px;
    overflow: auto;
    padding: 0px;
    position:relative;
    
}

.overall-progress-pie, .overall-progress-line {
    
    display:none;
    
}

.overall-progress-pie.visible, .overall-progress-line.visible {
    
    display: block;
    
}

#notifications-container {
    
    overflow: auto;
    
}

#notifications {
    
    font-size: 3em;
    margin-right: 30px;
    text-align: center;
    vertical-align: middle;
    border-radius: 10%;
    padding-top: 0px;
    width: 30px;
    position: relative;
    float: right;
    height: 100%;
    /*display: flex;*/
    display:none;
    align-items: center;

}

#notifications-bubble {
    
    width: 15px;
    background-color: red;
    height: 15px;
    float: left;
    position: absolute;
    z-index: 1;
    border-radius: 50%;
    right: 0px;
    border: solid 2px #F8F8F8; 
  
}

#notifications-icon {
    
    z-index: 0; 
    font-size:1.75rem;
    color: #cbcbcb;
  
}

#notifications-icon:hover {
    
    color: #606b7c;
  
}

div.f2b-subject-select {
    
    display:none;
    
}

div.f2b-subject-select select {
    
    padding: 20px 7px;
    -webkit-appearance: none;
    -moz-appearance: none;      
    appearance: none;
    height:70px;
    
}

div.f2b-subject-select.visible {
    
    height: 75px;
    float:left;
    padding: 0px 20px 0px 20px;
    display: block;

}

.charted-progress, .charted-progress-detail {
    
    display:none;
    
}

.charted-progress.visible, .charted-progress-detail.visible {
    
    display: block;
    width:100%;
    margin: 0 auto 15px auto;
    
}

.data-toggle-charts {
    
    float: right;
    padding: 10px;
    z-index: 999;
    position:absolute;
    margin-bottom: 10px;
    width: 100%;
    text-align: right;
    
}

.toggle-data-button {
    
    background-color: transparent;
    border: none;
    color: #ededed;
    font-size: .65rem;
    padding: 0px 10px;
    
}

.toggle-data-button:hover {
    
    background-color: transparent;
    color: #f07968;
    
}

.toggle-data-button.toggle-first {

    border-right: solid 1px #ededed;
    border-radius: 0px;
    
}

.toggle-data-button.active {

    color: #f07968;
    
}

div.detailed-reset {

   overflow:auto; 
   margin-left: 10px; 
    
}



#myChart_overall_progress_line {
    
    width: 101.5% !important;
    margin-left: -5px;
    background-color: #68dff0;
    
}

.myChart_dash_subjects_progress {
    
    background-color: #bfc3ca;
  
}

div.edit-track-btn {
    
    margin: 25px 25px 15px 5px;
    overflow: auto;
    
}

div.edit-track-btn span.dashicons {

    width: 30px;
    text-align: right;
    color: rgba(96,107,124,.5);
    font-size: 1.5rem;
    cursor: pointer;
    height: 30px;
    float: left;
    overflow: hidden;
    padding-top: 7px;
    margin-left: 15px;
    
}

div.edit-track-btn span.dashicons:hover, div.edit-track-btn span.dashicons.active {
    
    color: #f07968;
 
}

div.dougnut-reset {
    
    overflow: auto;
    min-height: 250px;
    
}

#myChart_overall_progress_doughnut {
    
    width: 80% !important;
    height: 80% !important;
    margin: 0 auto;
    
}

#progress-chart-stats {
    
    width:80% !important;
    overflow: auto;
    margin: 15px auto 0px auto;
    
}

div.overall-progress-line {
    
    position: relative;
    padding: 0px;
    width: 100%;
    margin: 0 auto;
    overflow-x:hidden;
    overflow-y:auto;
    
}

.dash-stats-container {
    
    min-height: 100px;
    overflow: auto;
    position:relative;
    background-color:#fff;
    
    
}

.dash-stats {
    
    background-color: #fff;
    
}

.dash-stats-count {
    
    display: inline-block;
    vertical-align: middle;
    font-size: 1rem;
    text-align: center;
    width:100%;
    margin: 15px 0px 20px 0px;
    
}

.web-app {
    
    height: 100vh;
    overflow: hidden;
    
}

a:focus {
    
    outline:none;

}

div.profile-account-avatar {
    
    float:none;
    margin: 0 auto;
    
}

div.account-header {
    
    background-color: #fff;
    
}

div.account-close div {
    
    color: #717274;
    text-align: left;
    font-size: 40px;
      
}

div.account-close div:hover {
    
    color: #f07968;
}


#account-test {
    
    display:none;
    position: absolute;
    top: 0;
    overflow: auto;
    width: 100%;
    height: 100vh;
    background-color: #fff;

}

#account-test.visible {
    
    display:block;
   
}

div.account-container {
    
    width: calc( 100vw - 150px);
    height: 100vh;
    margin-left: 150px;
    background-color: #fff;
    max-width: calc( 100vw - 150px);
    
}

div.account-container .pricing-proof .vc_column-inner {
    
    max-width:960px;
    margin: 0 auto;
    
}


/* Buddypress CSS overrides Profile page */

body.my-account .footer-widgets, body.my-account .site-footer {
    
    display:none;
    
}

.bp-user .page-title {
    
    display: none;
    
}

.bp-user .site-header, .bp-user .bumper, .page-template-page-useraccount .bumper  {
    
    height: 65px;
    position:fixed;
    
}

body.page-template-page-useraccount  {
    
    margin-top: 85px;
    
}

.bp-user .site-inner {

    background-color: #fff;
    padding-top:65px;
    
}

.bp-user #item-header-avatar {
    
    overflow: auto;
    background-color:#fff;
    
}

.bp-user div#item-header img.avatar {
    
    display: block;
    margin: 25px auto !important;
    float: none !important;
    
}

.bp-user div#item-header div#item-header-content {
    
    display: block;
    text-align: center;
    margin: 0 auto !important;
    float: none !important;
    
}

.bp-user div.profile h2 {
    
    display:none;
    
}

.bp-user #item-body #subnav {
    
    margin-bottom: 0 25px !important;
    
}

.bp-user #item-body {
    
    padding: 25px !important;
    margin: 0 2.564102564102564%;
    background: #fff;
    border-radius: 2px;

}

.bp-user #item-nav {
    
    display:none;
    height: 100%;
    
}

.bp-user #object-nav {
    
    height:100%;
    
}

.bp-user .wrap {
    
    max-width:100%;
    
}

.bp-user .item-header-content {
    
    overflow: hidden;
    text-align: center;
    
}

.bp-user #item-header {
    
    overflow:hidden;
    
}

div#buddypress {
    
    height:100%;
    
}

div#buddypress div#object-nav #activity-personal-li, div#buddypress div#object-nav #notifications-personal-li, div#buddypress div#object-nav #messages-personal-li, div#buddypress div#object-nav #front-personal-li {
    
    display:block;
    
}

#buddypress .standard-form div.submit input, div.billing-container div.submit button { 

    float: right;
    padding: 25px 20px;
    margin: 0px 0px 15px 0px;
    text-transform: Uppercase;
    background-color: #f06e68 !important;
    color: #fff;
    border: solid 2px #f06e68 !important;
    min-width: 175px;
    
}

#buddypress .standard-form div.submit [type="submit"]:hover , #s2member-pro-stripe-update-submit:hover {
    
    border: solid 2px #f06e68 !important;
    background-color: #f06e68 !important;
    color: #fff;

}

#buddypress .standard-form div.submit a.edit-btn-cancel, #s2member-pro-stripe-cancellation-submit {

    float: right;
    padding: 25px 20px;
    margin: 0px 25px 15px 0px;
    text-transform: Uppercase;
    background-color: transparent;
    color: #ededed;
    border: solid 2px #ededed;
    min-width: 175px;
    border-radius: 0px;
    
}

div.change-reset-btn button {

    float: right;
    padding: 25px 20px;
    margin: 0px 25px 15px 0px !important;
    text-transform: Uppercase;
    background-color: transparent !important;
    color: #ededed !important;
    border: solid 2px #ededed !important;
    min-width: 175px;
    font-size: 16px;
    letter-spacing: 2px;
    
}

#buddypress .standard-form div.submit a.edit-btn-cancel:hover, #s2member-pro-stripe-cancellation-submit:hover, div.change-reset-btn button:hover {
    
    border: solid 2px #f06e68 !important;
    color: #f06e68 !important;

}

#buddypress .standard-form div.submit, div.billing-container div.submit {
    
    position: fixed;
    background-color: #fff;
    width: 100%;
    left: 0;
    bottom: 0px; 
    opacity:0;
    transform: translateY(100px);
    transition: transform 0.5s ease;
    padding: 15px 0 0;

}

#buddypress .standard-form div.submit.active, div.billing-container div.submit.active {
    
    opacity: 1;
    transform: translateY(0px);
    z-index: 22;
     
}

.bp-user .profile .field_1 {
    
    display:none;
    
}

.bp-user #profile-edit-form input, #buddypress table.profile-fields tr td.data, .bp-user #settings-form input, #s2member-pro-stripe-checkout-form input  {
    
    padding: 20px !important;

    height: 70px;
    border: none !important;
    background-color: rgba(45,62,80,.025) !important;
    border-bottom: solid 2px #ededed !important;
    border-radius: 0px !important;
    
}

.bp-user #profile-edit-form input.focused, .bp-user #settings-form input.focused, #s2member-pro-stripe-checkout-form input:focus {
    
    background-color: rgba(45,62,80,.15) !important;
    color: #fff !important;
    border-bottom: solid 2px #f07968 !important;

}

.bp-user #profile-edit-form label, #buddypress div#subnav.item-list-tabs, .bp-user #settings-form label, #s2member-pro-stripe-checkout-form label {
    
    text-transform: uppercase;
    font-size: .65rem;
    color: #f07968;
    padding: 5px;
    letter-spacing: 2px;

}

body.logged-in.profile.profile-edit form div.ws-plugin--s2member-profile-field-4bp-divider-section-title {
    
    font-size: 1.5rem !important;
    margin-top: 30px !important;
    border: none !important;
    text-transform: uppercase;

}

body.profile.public div.ws-plugin--s2member-profile-field-4bp-divider-section-title, .page-template-page-useraccount div.five-sixths h1  {
    
    font-size: 1.5rem !important;
    color: #ededed;
    margin-top: 30px !important;
    border: none !important;
    text-transform: uppercase;
    padding-bottom: 7px !important;
    margin-bottom:10px !important;

}

#buddypress div#subnav.item-list-tabs {
    
    float:none;
    
}

#buddypress div#subnav.item-list-tabs ul li a {
    
    color: #606b7c;
    padding: 0px 10px;
    font-weight: 700;
    
}

#buddypress div#subnav.item-list-tabs ul li.selected a {
    
    background-color: #fff;
    opacity: .9;
    border-bottom: solid 2px #f07968;
    padding: 0px 10px;
    
}

#buddypress div.subnav-container {
    
    width:80%;
    overflow:auto;
    margin: 0 auto;
    
}

#buddypress table.profile-fields tbody {
    
    border:none;
    
}

#buddypress table.profile-fields tr td {
    
    border:none;
    padding:0px !important;
    
}

#buddypress table.profile-fields tr td.label {
    
    border:none !important;
    margin: 15px 0 5px !important;
    text-transform: uppercase;
    font-size: .65rem;
    color: #f07968;
    padding: 5px !important;
    letter-spacing: 2px;

}

#public-personal-li, #notifications-personal-li, #profile-personal-li {
    
    display:none;
    
}

#buddypress table.profile-fields {
    
    line-height:1.8em;
    
}

#buddypress div#message.updated p {
    
    background-color: #66CC99 !important;
    border: #66CC99 !important;
    color: #fff !important;
    
}

#buddypress div#item-header h2 {

    font-size: 1.25rem !important;
    
}

div.upgrade-form {
    
    display: none;
    
}

div.upgrade-form.active {
    
    display: block;
    
}

div.upgrade-table {
    
    overflow: auto;
    width: 350px;
    /*margin: 0 auto;*/

}

div.upgrade-table.blue {
    
    background-color:#68dff0;
    color:#fff;
    margin: 0px 0px 28px 28px;
    display:none;
    
}

div.upgrade-table.grey {
    
    background-color: #fff;
    color: #ededed;
    border: solid 2px #fff;

}

div.upgrade-table.grey a.upgrade-btn-white {
	
    float: none;
    padding: 25px 20px;
    margin: 25px auto;
    text-transform: Uppercase;
    width: 75%;
    background-color: transparent;
    color: #2dbe60;
    border: solid 2px #2dbe60;
    display: block;
    border-radius: 0px;
    
}

div.upgrade-table.grey a.upgrade-btn-white:hover {
    
	border: solid 2px #2dbe60 !important;
    background-color: #2dbe60 !important;
    color: #fff !important;
    
}

div.upgrade-table.grey:hover {
    
    /*color: #2dbe60;
    border: solid 2px #2dbe60;*/
    cursor: pointer;

}

div.upgrade-table.grey:hover a.upgrade-btn-white {
    
    border: solid 2px #2dbe60 !important;
    background-color: #2dbe60 !important;
    color: #fff !important;

}

div.upgrade-table.grey li:nth-child(2n+1) {
    
    background-color: rgba(0,0,0,.01);
    
}

div.upgrade-table.grey:hover li:nth-child(2n+1) {
    
    background-color: rgba(0,0,0,.05);
    
}

div.tiersHeaderSection-container {
    
    width: 100%;
    box-sizing: border-box;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: .85rem;
    padding: 15px 25px;
    margin: 0px;
    font-weight: 700;
    display:none;
    
}

div.tiersHeaderSection-container:hover {
    
    background-color: rgba(0,0,0,.1);
    cursor: pointer;
    
}

div.tiersHeaderSection-container span.tier-detials-heading {
    
    float: right;
    font-size: .65rem;
    
}

div.upgrade-table ul {
    
    margin: 0px;
    display:block;
    
}

div.upgrade-table ul.hidden {
    
    display:none;
    
}

div.upgrade-table li {
    
    list-style: none;
    line-height: 34px;
    display: block;
    font-size: 0.75em;
    padding: 5px 25px;
    position: relative;
    text-transform: uppercase;
    
}

div.upgrade-table i {
    
    float: right;
    line-height: inherit;

}

div.upgrade-table li:nth-child(2n+1) {
    
    background-color: rgba(255,255,255,.1);
    
}

a.upgrade-btn-white {
	
    float: none;
    padding: 25px 20px;
    margin: 25px auto;
    text-transform: Uppercase;
    width: 75%;
    background-color: transparent;
    color: #fff;
    border: solid 2px #fff;
    display: block;
    
}

a.upgrade-btn-white:hover {
    
	border: solid 2px #fff !important;
    background-color: #fff !important;
    color: #68dff0 !important;
    
}

.page-template-page-useraccount div.five-sixths {
    
    padding:25px;
    background-color: #fff;
    width:calc( 100vw - 180px );
    
}

div.billing-container div.current-billing-plan p span.billing-details, #s2member-pro-stripe-update-form-billing-method-section-title {
    
    text-transform: uppercase;
    font-size: .65rem;
    color: #f07968;
    padding: 5px;
    letter-spacing: 2px;
    font-weight: 700;
    border: none;
    font-family: inherit;
    background: none;

}

div.current-billing-plan {
    
    padding-top: 20px;
    
}

span.s2member-sc-eot-date, span.access-plan {
    
    text-transform: uppercase;
    font-size: .75rem;
    padding: 5px;
    letter-spacing: .5px;
    
}

div.update-billing-form, div.cancel-billing-form {
    
    border-top: solid 1px #ededed;
    margin-top: 35px;
    
}

#s2member-pro-stripe-update-submit {
    
    border-radius: 0px;
    height: 70px;
    color: #f06e68;
    padding: 20px;
    font-size: small;
    margin: 0px 15px 15px 0px;
    border: solid 2px #f06e68;
    background-color: transparent;
    
}

div.s2member-pro-stripe-form-response-error, div.reset-notification {
    
    border: 1px solid #FF8C8C !important;
    background: #FF8C8C !important;
    border-radius: 0px !important;
    color: #fff !important;
    
}

div.s2member-pro-stripe-form-response-info {
    
    font-size: 100% !important;
    border: 1px solid #FAF388 !important;
    background: #FAF388 !important;
    color: #7e7605 !important;
    border-radius: 0px !important;
    
}

#s2member-pro-stripe-cancellation-form-submit-div {
    
    float: none;
    margin: 0 auto;
    display: block;
    width: 75%;
    text-align: center;
    
}

#s2member-pro-stripe-cancellation-submit {
    
    float: none;
    margin-top: 25px !important;

}

div.dashboard-stats-wrap {
    
    min-height:275px;
    overflow:auto;
    
}

div.vid-container {
    
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
    
}

div.vid-container iframe {
    
	position: absolute;
	top: 0; 
	left: 0;
	border: 0;
	width: 100%;
	height: 100%;
    padding:100px;
    padding-top:0px;
    
}

body.xprofile .site-footer, body.xprofile .footer-widgets {
    
    display:none;
    
}

.related-hacks-title {
    
    letter-spacing: 2px !important;
    color: rgba(96,107,124,.5) !important; 
    
}

/* Video.js Custom CSS */

.js_videoWrapper {
    
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
    margin: auto;
    
}

.js_videoWrapper .video-js {
    
	position: absolute;
	top: 0;
	left: 10%;
	width: 80%;
	height: 78%;
    
}

.vjs-big-play-button {
    
    display:none !important;
    
}

.vjs-control-bar {
    
    background-color: #ededed !important;
    opacity: 1 !important;
    
}

.vjs-text-track-display {
    
    border: 2px solid #ededed;
    border-top: 3px solid #ededed;
    
}


.vjs-poster {
    
    z-index: 1;
    background-size: cover;
    
}

.vjs-loading-spinner {
    
    z-index:2;
    
}

/*
Pricing Page
---------------------------------------------------------------------------------------------------- */

.menu-item-147383 {
    
    padding: 15px;
    border: 1px solid #747c83;
  
}

.menu-item-147383 a {
    
    color:#747c83 !important;
  
}

.menu-item-147383:hover {
    
    background-color: #2dbe60;
    border: 1px solid #2dbe60; 
  
}

.menu-item-147383:hover a {
    
    color:#fff !important;
  
}

.menu-item-147377 {
    
    padding: 15px;
    margin-right: 5px;
    
}

.menu-item-147377 a:hover {
    
    color: red;
  
}

/*
Chekout Page
---------------------------------------------------------------------------------------------------- */

.selection-chart {
    
    display: flex;
    flex-direction: column;
    max-width: 960px;
    margin: 100px auto 0 !important;
    
}

div.account-container .selection-chart {
    
    margin: auto 100px !important;
    
}

.tiers-selection-table {
    
    display: flex;
    align-items: stretch;
    position: relative;
    margin: 1.5em 0;
    transition: all .5s ease;
    
}

.tiers-selection-table .tier-1 .selectbox, .tiers-selection-table .tier-2 .selectbox, .tiers-selection-table .tier-3 .selectbox {
    
    border: 2px solid #eee;
    padding: 25px 20px;
    background-color: rgba(238, 238, 238,.05);
    cursor:pointer;
        
}

.tiers-selection-table h2 {
    
    margin-top: 0px;
    
}

.tiers-selection-table h6 {
    
    margin: 5px 0px;
    
}

.tiers-selection-table .wpb_content_element {
    
    margin-bottom: 0px;
    
}

.tiers-selection-table .dollar-sign {
    
    font-size: 2.2em;
    font-weight: 300;
    vertical-align: top;
    color:#eee;
    
}

.tiers-selection-table .price-num {
    
    font-size: 3.2em;
    line-height: .9;
    margin: 0 .1em 0 .05em;
    color:#eee;
    
}

.tiers-selection-table .price-per-month {
    
    font-size: 1.4em;
    color:#eee;
    
}

.tiers-selection-table .tier-summary-price {
    
    margin-top: 20px;
    font-size:10px;
    
}

.tiers-selection-table h2, .tiers-selection-table h6 {
    
    color: #eee !important;
    
}

.tiers-selection-table .tier-3 div.active {
    
    border-color: #b97ebb;
    box-shadow: 0 0 16px 0 rgba(185,126,187,.25);
    background-color: rgba(185,126,187,.05);
    
}

.tiers-selection-table .tier-2 div.active {
    
    border-color: #2dbe60;
    box-shadow: 0 0 16px 0 rgba(45,190,96,.25);
    background-color: rgba(45,190,96,.05);
    
}

.tiers-selection-table .tier-1 div.active {
    
    border-color: #4cadc9;
    box-shadow: 0 0 16px 0 rgba(76,173,201,.25);
    background-color: rgba(76,173,201,.05);
    
}

.tiers-selection-table .tier-3 div.active h2, .tiers-selection-table .tier-3 div.active h6 {

    color: #b97ebb !important;

}

.tiers-selection-table .tier-2 div.active h2, .tiers-selection-table .tier-2 div.active h6 {

    color: #2dbe60 !important;

}

.tiers-selection-table .tier-1 div.active h2, .tiers-selection-table .tier-1 div.active h6 {

    color: #4cadc9 !important;

}

.tiers-selection-table div.active .price-num, .tiers-selection-table div.active .price-per-month, .tiers-selection-table div.active .dollar-sign {
    
    color: inherit;
    
}

.pricing-table-header .vc_col-sm-2, .profile-form .vc_col-sm-2 {
    
   width: auto;

}

div.s2member-pro-stripe-form-billing-method-section-title {
    
    background: none !important;
    font-size: 1.875rem !important;
    text-align: left !important;
    font-family: Open Sans !important;
    font-weight: 400 !important;
    font-style: normal;
    border:none !important;
      
}

.s2member-pro-stripe-checkout-submit {
    
    background-color: #2dbe60 !important;
    border: 1px solid #2dbe60 !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    
}

.s2member-pro-stripe-checkout-submit:hover {
    
    background-color: #28ab56 !important;
    
}

.profile-form {
    
    padding: 0px 15px;
    
}

div.account-container .profile-form {

    max-width: 960px;
    margin: auto 100px !important;
    padding: 0px;

}

div.s2member-pro-stripe-form-section > div.s2member-pro-stripe-form-div button.s2member-pro-stripe-form-source-token-button::before {

    background: url('https://app.prepineer.com/branding/stripe_secure.png') no-repeat center right !important;
    background-size: contain !important;
    
}

div.s2member-pro-stripe-form-section > div.s2member-pro-stripe-form-div button.s2member-pro-stripe-form-source-token-button {
    
    background: transparent !important;
    border: 2px #eee solid !important;
    line-height: 20px !important;
    font-weight: normal !important;
    font-family: Open Sans !important;
    
}

div.s2member-pro-stripe-form-section > div.s2member-pro-stripe-form-div button.s2member-pro-stripe-form-source-token-button:hover {
    
    border: 2px #63d1f4 solid !important;
    color: #63d1f4 !important;
     
}

div.s2member-pro-stripe-form-section > div.s2member-pro-stripe-form-div div.s2member-pro-stripe-form-source-token-summary {
    
    font-weight: normal !important;
    text-align: left !important;
    margin-top: 15px !important;
    
}

#menu-item-163665 {

    padding: 15px;
    margin-right: 5px;
    
}

#menu-item-147377, #menu-item-154911 {
    
    display:none;
    
}

.mobile-nav-btn {
        
        display:none;
        
}

body.full-width-content #buddypress #item-body form {
    
    width: 80%;
    margin: 0 auto;
    
}

#mp-cancel {
    
    border-color: #ededed;
    color: #ededed;
    
} 

#mp-cancel:hover {
    
    color: #fff;
    
} 

div.cancel-btn-container {
    
    width: 400px;
    margin: 0 auto;
    overflow: auto;
    
}

#s2member-pro-stripe-cancellation-form-description-div {
    
    font-family: open sans,sans-serif;
    margin: 0;
    font-size: 16px;
    line-height: 1.8em;

}

#s2member-pro-stripe-cancellation-form-description-section {
    
    border: 1px solid #ff8c8c!important;
    background: #ff8c8c!important;
    border-radius: 0!important;
    color: #fff!important;
    padding: 10px 60px 10px 10px;
    
}

/*
Sales Funnel Exit Intent
---------------------------------------------------------------------------------------------------- */

html div#om-sokdrggpe0-lightbox #om-lightbox-simple-optin {
    
    background-color: transparent !important;
    display: block;
    top: 50% !important;
    left: 50% !important;
    width: calc(100vw) !important;
    margin-left: calc(-100vw / 2);
    margin-right: calc(-100vw / 2);
    margin-top: -200px;
    height: 400px;
    
}

html div#om-sokdrggpe0-lightbox {

    background: rgba(0, 0, 0, .9) !important;

}

html div#om-sokdrggpe0-lightbox .om-close {

    color: #fff !important;
    right: 15% !important;

}

html div#om-sokdrggpe0-lightbox #om-lightbox-simple-header, html div#om-sokdrggpe0-lightbox #om-lightbox-simple-content {
    
    width:100% !important;
    
}

html div#om-sokdrggpe0-lightbox #om-lightbox-simple-header {
 
    padding-bottom: 15px !important;
}

html div#om-sokdrggpe0-lightbox #om-lightbox-simple-optin-submit {
    
    background-color: #f07968 !important;
    border-color: #f07968 !important;
    border-radius: 0px;
    box-shadow: none !important;
    padding: 20px 35px !important;
    height: auto;
    
}

html div#om-sokdrggpe0-lightbox #om-lightbox-simple-optin-email {
    
    padding: 13px 35px !important;
    height: auto !important;
    
}

html div#om-sokdrggpe0-lightbox #om-lightbox-simple-optin-email::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #d9d9d9;
}
html div#om-sokdrggpe0-lightbox #om-lightbox-simple-optin-email::-moz-placeholder { /* Firefox 19+ */
  color: #d9d9d9;
}
html div#om-sokdrggpe0-lightbox #om-lightbox-simple-optin-email:-ms-input-placeholder { /* IE 10+ */
  color: #d9d9d9;
}
html div#om-sokdrggpe0-lightbox #om-lightbox-simple-optin-email:-moz-placeholder { /* Firefox 18- */
  color: #d9d9d9;
}

html div#om-sokdrggpe0-lightbox .optin-monster-loading {
    
    display:none !important;
    
}

.tiers-selection-table .selectbox h6 {
    
    min-height: 80px;
    font-weight: 300 !important;

}


#s2member-pro-stripe-checkout-form-options-section {
    
    display: block !important;
    opacity: 0;
    height: 0px;
    margin: 0px;
    
}

div.s2member-pro-stripe-form-section, div.s2member-pro-stripe-form-section > div.s2member-pro-stripe-form-div {

    margin: 0 !important;

}

.donut-graphic-chart {
    
    position: relative;
    
}

.donut-stats-container {
    
    position: absolute;
    height: auto;
    width: auto;
    margin: 0;
    font-size: 2rem;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    
}

.donut-stats-container .quick-stat-exercise-heading {
    
    
    
}

.donut-stats-container .donut-percentage {
    
    margin: 0;
    font-size: 1.85rem;
    line-height: 1.85rem;
    color: #66cc99;
    
}

.s.u.m.o.me a.sumome-smartbar-powered-by-variant {
    
    opacity: 0 !important;
    
}

.sumome-react-svg-image-container {
    
    fill: #fff !important;
    
}

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

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

	.home-widgets .featuredpage .widget-wrap,
	.home-widgets .widget,
	.wrap {
		max-width: 1140px;
	}
	
	.content {
		width: 740px;
	}

	.site-header .widget-area {
		width: 650px;
	}
	
	.home-widgets .featuredpage .entry .alignleft,
	.home-widgets .featuredpage .entry .alignnone,
	.home-widgets .featuredpage .entry .alignright {
		max-width: 70%;
	}
	
	.home-widgets .featuredpage .widget-wrap {
		padding: 100px 0;
	}
	
	.home-widgets .featuredpage .entry .alignleft,
	.home-widgets .featuredpage .entry .alignnone,
	.home-widgets .featuredpage .entry .alignright {
		margin-bottom: -108px;
		margin-top: -100px;
	}
	
	.home-widgets .featuredpage .entry-content {
		margin-bottom: 100px;
	}

}

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

	.home-widgets .featuredpage .widget-wrap,
	.home-widgets .widget,
	.wrap {
		max-width: 960px;
	}

	.content {
		width: 620px;
	}

	.site-header .widget-area {
		width: 650px;
	}
	
	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin-right: 30px;
	}
	
	.footer-widgets-4 {
		width: 450px;
	}
	
	.home-widgets .featuredpage .widget-wrap {
		padding: 80px 40px;
	}
	
	.home-widgets .widget:first-child {
		padding-top: 80px;
	}
	
	.home-widgets .widget:last-child {
		padding-bottom: 80px;
	}
	
	.home-widgets .featuredpage:first-child .widget-wrap {
		padding-top: 0;
	}
	
	.home-widgets .featuredpage:last-child .widget-wrap {
		padding-bottom: 0;
	}
	
	.home-widgets .featuredpage .entry .alignleft,
	.home-widgets .featuredpage .entry .alignnone,
	.home-widgets .featuredpage .entry .alignright {
		max-width: 100%;
		margin: 0 auto 40px;
	}

}

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

	.wrap {
		max-width: 782px;
	}

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

	.site-header .widget-area {
		width: 650px;
	}
	
	.home-widgets .widget,
    .wrap {
        padding-left: 5%;
        padding-right: 5%;
    }

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

	.header-image .site-title > a {
		background-position: top !important;
	}

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

	.genesis-nav-menu,
	.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;
	}
	
	.page-title {
		padding: 0 40px 40px;
	}
	
	.home-widgets .featuredpage .entry-title,
	.home-widgets-1 h1,
	.page-title .archive-title,
	.page-title .entry-title {
		font-size: 36px;
	}
	
	.content {
		padding-bottom: 0;
	}
	
	.sidebar {
		border: none;
		margin: 0;
		padding: 0 0 80px;
	}
	
	.sidebar .widget {
		padding: 0;
	}
	
	.footer-widgets {
		padding-top: 80px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		margin-bottom: 20px;
		width: 200px;
	}
	
	.footer-widgets-4 {
		width: 100%;
	}
	

}



div.widget-wrap ul.unstyled {
	margin-left: 0;
}

div.widget-wrap ul.unstyled > li {
	list-style: none;
}

/*---- */

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

	body #input_1_chzn {
    width:300px !important;
        
}
    
}

/* set element styles to fit tablet and higher(desktop) */

@media screen and (min-width: 600px) {
    
    .header {
        
        background-color: #fff;
        
        -webkit-transition: 300ms ease;
        -moz-transition: 300ms ease;
        -o-transition: 300ms ease;
        transition: 300ms ease;
        
    }
    
    .header.pushed-left {
        
        /*margin-left: 420px;*/
        transform: translateX(380px);
        -webkit-transition: 300ms ease;
        -moz-transition: 300ms ease;
        -o-transition: 300ms ease;
        transition: 300ms ease;
        
    }
    
    .header.pushed-account {
        
        transform: translateX(560px);
        -webkit-transition: 300ms ease;
        -moz-transition: 300ms ease;
        -o-transition: 300ms ease;
        transition: 300ms ease;
        
    }
    
    .header.pushed-right {
        
        /*margin-left: 420px;*/
        transform: translateX(-500px);
        -webkit-transition: 300ms ease;
        -moz-transition: 300ms ease;
        -o-transition: 300ms ease;
        transition: 300ms ease;
        
    }
    
    .nav-trigger {
        display: none;
    }
    .nav-trigger span, .nav-trigger span:before, span:after {
        background-color: #fff;
    }
    .dashboard-menu {
        
        display: none;
        width: 60px;
        z-index: 21;
        
    }
    .dashboard-menu ul li span:nth-child(2) {
        
        display: none;
        
    }
    
    .dashboard-menu .logo i {
        padding-left: 12px;
    }
    .dashboard-menu .logo span {
        display: none;
    }
    .dashboard-menu ul li i {
        font-size: 1.25rem;
    }
    .dashboard-menu ul li a {
        text-align: left;
    }
    .main-content {
        margin-left: 70px;
    }
}
/* set element styles for desktop */
@media screen and (min-width: 800px) {
    .dashboard-menu {
        width: 60px;
        display:none;
    }
    .dashboard-menu ul li span:nth-child(2) {
        display: inline-block;
    }
    .dashboard-menu ul li i {
        font-size: 1.25rem;
    }
    .dashboard-menu ul li a {
        text-align: center;
    }
    .dashboard-menu .logo i {
        padding-left: 0;
    }
    .dashboard-menu .logo span {
        display: inline-block;
    }
    .main-content {
        margin-left: 200px;
    }
}

/* set element styles to fit tablet and higher(desktop) */
@media screen and (min-width: 600px) {
   
    .notes-menu {
        display: block;
        width: 70px;
        z-index: 2;
    }
    .notes-menu ul li span:nth-child(2) {
        display: none;
    }
    .notes-menu .logo i {
        padding-left: 12px;
    }
    .notes-menu .logo span {
        display: none;
    }
    .notes-menu ul li i {
        font-size: 26px;
    }
    .notes-menu ul li a {
        text-align: center;
    }
    
}
/* set element styles for desktop */
@media screen and (min-width: 800px) {
    .notes-menu {
        width: 65px;
    }
    .notes-menu ul li span:nth-child(2) {
        display: inline-block;
    }
    .notes-menu ul li i {
        font-size: 16px;
    }
    .notes-menu ul li a {
        text-align: center;
    }
    .notes-menu .logo i {
        padding-left: 0;
    }
    .notes-menu .logo span {
        display: inline-block;
    }
    
}

@media only screen and (min-width: 600px) {
  .cd-accordion-menu label, .cd-accordion-menu a {
    padding: 10px 5px 10px 15px;
    font-size: .75rem;
    font-weight: 600;
  }
    
  
  .cd-accordion-menu label::before {
      
      right:40px;
    
  }
  .cd-accordion-menu label::after {
    left: 53px;
  }
  .cd-accordion-menu ul label,
  .cd-accordion-menu ul a {
    padding: 10px 5px 10px 15px;
  }
  .cd-accordion-menu ul label::before {
    left: 48px;
  }
  .cd-accordion-menu ul label::after,
  .cd-accordion-menu ul a::after {
    left: 77px;
  }
  .cd-accordion-menu ul ul label,
  .cd-accordion-menu ul ul a {
    padding-left: 130px;
  }
  .cd-accordion-menu ul ul label::before {
    left: 72px;
  }
  .cd-accordion-menu ul ul label::after,
  .cd-accordion-menu ul ul a::after {
    left: 101px;
  }
  .cd-accordion-menu ul ul ul label,
  .cd-accordion-menu ul ul ul a {
    padding-left: 154px;
  }
  .cd-accordion-menu ul ul ul label::before {
    left: 96px;
  }
  .cd-accordion-menu ul ul ul label::after,
  .cd-accordion-menu ul ul ul a::after {
    left: 125px;
  }
}

@media screen and (min-width:55em) {
    
    
 body.full-width-content #buddypress #item-body {
 
    background:#fff;
    margin: 0 auto;
     
 }
    
body.full-width-content #buddypress #item-header {
    
    padding: 20px 50px;
    width: 30%;
    float: right;
    
}
    
 body.full-width-content #buddypress #object-nav,
 #buddypress #object-nav {
     
     border-right:1px solid #ddd;
     float:left;
     margin-right:-1px;
     width:200px
         
 }
    
 body.full-width-content #buddypress #object-nav ul {
     
     background:0 0;
     border-bottom:0;
     padding:0
         
 }
    
 body.full-width-content #buddypress #object-nav ul li {
     
     float:none;
     overflow:hidden
         
 }
    
 body.full-width-content #buddypress #object-nav ul li span {
     
     background:#fff;
     border-radius:10%;
     float:right;
     margin-right:2px
         
 }
    
 body.full-width-content #buddypress #item-body {
     
     border-left:none;
     overflow:hidden;
     padding:0 0 0 20px;
     
 }
    
 body.full-width-content #buddypress #item-body #subnav ul {
     
    margin-top:0
 }
    
}

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

	body {
		font-size: 16px;
	}
	
	.site-header .wrap {
		min-height: 100px;
	}
	
	.admin-bar .site-header {
		top: 46px;
		z-index: 499;
	}
	
	.responsive-menu {
		
	}
	
	#responsive-menu-icon {
		display: none;
	}
	
	.site-header .site-title {
		font-size: 40px;
	}
	
	.shrink .site-title {
		font-size: 24px;
	}
	
	.shrink .site-title a,
	.shrink .site-title a:hover {
		text-shadow: 2px 2px rgba( 0, 0, 0, 0.1 );
	}

	.pricing-table .one-third,
	.pricing-table .one-third:nth-child(3n+1),
	.pricing-table .one-third:nth-child(3n+3) {
		margin: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.site-header {
		padding: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.content .entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		box-shadow: none;
	}

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

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 100%;
	}

	.five-sixths,
	.four-sixths,
	.home-widgets .featuredpost .entry,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	
	.home-widgets-1 h1,
	.page-title  .archive-title,
	.page-title .entry-title {
		font-size: 30px;
	}
	
	.home-featured .entry-content > p:last-child,
	.home-widgets .entry-content > p:last-child {
		margin-bottom: 28px;
	}
	
	.home-widgets .featuredpage .widget-wrap {
		padding: 60px 40px 32px;
	}
	
	.content,
	.footer-widgets,
	.home-widgets .widget:first-child {
		padding-top: 70px;
	}
	
	.home-widgets .widget:last-child,
	.sidebar {
		padding-bottom: 60px;
	}
	
	.home-featured .home-widgets-1 {
		padding: 120px 0 60px;
	}
	
	.arrow a:before {
		font-size: 20px;
		height: 20px;
		width: 20px;
	}

  .gform_wrapper .gform_body .top_label li.gfield.gf_left_third { 
    float: left; 
    clear: left !important;
    width: 99%;
  } 

  .gform_wrapper .gform_body .top_label li.gfield.gf_middle_third { 
    float: left; 
    clear: left !important;
    width: 99%;
    margin-left: 0px !important;
  }

  .gform_wrapper .gform_body .top_label li.gfield.gf_right_third { 
    float: left; 
    clear: left !important;
    width: 99%;
    margin-left: 0px !important;
  }

   body #gform_wrapper_3 .gform_footer {
       
    position: relative !important;
       
    }

   body #gform_fields_3 {
       
    width:102% !important;
       
    }
    
    .header-image .site-title > a {
		background-size: contain !important;
	}
    
    .dashboard-menu.visible {
        
        display: none !important;
        
    }
    
    .wrap {
        
        padding: 0;
        
    }
    
    .slideout-panel {
        
        margin-left: 0;
        width: 100vw;
        overflow-y: scroll;
        
    }
    
    div.user-overview {
        
        padding:10px;
        
    }
    
    div.dougnut-reset {
        
        display:none;
        
    }
    
    div.current-container {
        
        margin:0px;
        
    }
    
    .white-spin {

        margin-left: 0;
    
    }
	
    div.detailed-reset {
        
        margin:0px;
        
    }
    
    div.overall-progress {
        
        margin: 15px 0px;
        
    }
    
    .dash-stats {
        
        width: 33%;
        float: left;
        
    }
    
    .quick-stats-container-mobile {
        
        
        display:block;
        margin: 0px;
        padding: 0px;

    }
    
    .quick-stats-container-mobile .quick-stats {
        
        width:33%;
        float:left;

    }
    
    .quick-stats-container {
    
        display:none;
    
    }
    
    .edit-track-btn span {
        
        display:none;
        
    }
    
    div.edit-track-btn {
        
        margin-top:0px;
        
    }
    
    div.edit-track-btn h6 {
        
        width: 100%;
        padding-bottom: 0;
        text-align: center;
        
    }
    
    div.current-page-heading, #notifications {
        
        display:none;
        
    }
    
    .header {
        
        padding:0;
        
    }
    
    #menu-item-163454, #menu-item-163455, #menu-item-163456 {
    
        display:block;
    
    }
   
    div.track-main {
        
        padding:0px;
        
    }
    
    .one-sixth 
}

@media only screen and (min-width:481px) and (max-width:768px) { 
    
    .two-thirds {
        
        width: 100% !important;
        
    }
    
    #right-menu {
        
        display:none;
        
    }
    
    #right-menu.mobile {
        
        display: block !important;
        z-index: 1;
        position: relative;
        transform: translateX(0px);
        width: 100vw;
        padding: 15px;
        background-color: #fafafa;
        float: left;
        overflow: visible;
        
    }
    
    .mobile-notes-btn {   
        
        display:none;
        
    }
    
    div.track-progress-btn .one-sixth, .track-nav-btn .one-sixth {
        
        margin: 0 auto;
        float: none;   
        
    }
    
    .doc-meta .track-progress-btn.notes {
        
        display: none;
    
    }
    
    div.track-bar.mobile {
        
        border:none;
        
    }
    
    div.in-app-container {
 
        width: calc(100vw);
        
    }

    .calc-cram-title {
        
        width: 79% !important;
        font-size: 24px !important;
        text-align: left !important;
        
    }
    
    .cram-ctn .vc_tta-panel-body, .calc-ctn .vc_tta-panel-body {
        
        margin-top: 45px;
        
    }
    
    .cram-ctn .vc_tta-container, .calc-ctn .vc_tta-container {
        
        margin-bottom:45px !important;
        
    }
    
    .careers-ctn {
        
        width:100vw !important;
        margin:auto !important;
        
    }
    
    .related-hacks-title {
        
        font-size: 24px !important;
        
    }
    
    .video-cram-calc-container .js_videoWrapper .video-js {
        
        width: 94%;
        left: 3%;
        height: 88%;
        
    }
    
    .forum-title-container {
        
        display:block;
        width:75%;
        padding-top: 5px;
        
    }
    
    div.forum-title {
        
        padding-top: 5px;
        margin: 0px;
        
    }
    
    div.forum-title h2 {
        
       font-size: 24px;
       margin: 0;
       color: #ebebeb; 
        
    }
    
    div.forum-btn-container {
        
        width:25%;
        
    }
    
    div.forum-container {
        
        width:100vw;
        
    }
    
    div.forum-main {
    
        margin: 0;
        width: 100%;
        
    }
    
    div.filter-question-btn, div.ask-question-btn {
        
        margin:0;
        width:auto;
            
    }
    
    div.f2b-question-list ul li .stats {
        
        height:auto;
        padding: 0 15px;
        border-top: 1px solid #fafafa;
        background-color: rgba(250,250,250,.5);
        
    }
    
    .que-body .que-status {
        
        width:15%;
        margin-left:0;
        
    }
    
    .que-body .five-sixths.last {
        
        width:85% !important;
        
    }
    
    div.f2b-question-list ul li {
    
        overflow: hidden;
    
    }
    
    .discussion-author-avatar {
        
        width:20%;
        
    }
    
    .discussion-author {
        
        width:50%;
        
    }
    
    .discussion-stats {
        
        width:20%;
        padding-top: 8px !important;
        
    }
    
     .discussion-comments-container {
        
        width:40%;
        
    }
    
    .discussion-slash-container {
        
        width:20%;
        font-size:1.5rem !important;
        
    }
    
    .discussion-views-container {
        
        width:40%;
        line-height: 1.5em;
        
    }
    
    div.f2b-question-list ul li .stats span.num {
        
        font-size: 1rem;
        
    }
    
    div.f2b-question-list ul li .stats .dashicons {
        
        font-size: 16px;
        
    }
    
    div.f2b-ask-question {
        
        width:100%;
        position: absolute;
        top: 0;
        
    }
    
    div.f2b-ask-question-container {
        
        position:relative;
        padding:0px;
        
    }
    
    #f2b-ask-form {
        
        position: absolute;
        padding: 0px 50px;
        
    }
    
    .f2b-subject, .f2b-topic, .f2b-sort {
        
        width:30%;
        
    }
    
    .f2b-topic {
        
        margin-left: 5%;
        
    }
    
    .f2b-sort {
        
        float:right;
        
    }
    
    div.forum-discussion-main {
        
        padding-top: 0px;
        
    }
    
    div.forum-discussion-main .forum-title {
        
        padding-top: 0px;
        
    }
    
    div.f2b-question-list.threaded > .meta {
        
        margin:0px;
        
    }
    
    div.f2b-question-list.threaded > .meta a {
        
        line-height: 1em;
        
    }
    
    div.f2b-question-list.threaded > .meta div.meta-time {
        
        padding: 5px 5px 5px 0px;

    }
    
    div.f2b-comments ul li div.comment .five-sixths {
        
        padding-left: 10px;
        
    }
    
    .user-comments-avatar {
        
        margin-left: 0px !important;
        padding: 15px 10px;
        
    }
    
    ul.f2b-topic {
        
        width:100%;
        
    }
    
    .web-app {
        
        height: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        
    }
    
    div.in-app-container .careers-ctn .vc_grid-item {
        
        width: 33%;
        float:left;
        
    }
    
    body.page-template-page-start-form .content {
        
        padding-top:0px;
        
    }
    
    .fs-form-full .fs-fields > li label[data-info]::after {
        
        display:none !important;
        
    }
    
    
    body.page-template-page-start-form button.fs-continue::before {
        
        content: '\27A1\FE0E';
        
    }
    
    body.page-template-page-start-form {
        
        min-height: 300px;
        
    }
    
    /* Pricing page and other general default pages */
    
    .site-header {
        
        height: 70px;
        
    }
    
    .site-header .wrap {
        
        min-height:100%;
        padding: 0 0 0 5% !important;
        
    }
    
    body.page-template-default .site-title > a {
        
        background-position: center !important;
        
    }
    
    .title-area {
        
        min-width: 20%;
        width: 20%
            
    }
    
    #menu-item-147380 {
        
        display:none;
        
    }
    
    .genesis-nav-menu li a {
        
        padding:0px;
        
    }
    
    .site-header ul.genesis-nav-menu {
        
        text-align: right;
    }
    
    .nav-header {

        padding: 11px;

    }
    
    .pricing-chart {
        
        margin: 50px auto 0 !important;
        
    }
    
    .selection-chart {
        
        margin: 15px auto 0px!important;
        
    }
    
    .pricing-table-header .vc_custom_1532040476968 {
        
        font-size:1rem !important;
        
    }
    
    .pricing-table-header {

        margin: 15px 0px !important;

    }
    
    .tiers-table {
        
        width: 100%;
        margin: 0 auto !important;
        
    }
    
    .compare-text-container {
        
        display: none !important;
        
    }
    
    .custom-plan-jump {
        
        margin: 50px 0px !important;
        
    }
    
    .custom-plan-jump p {
        
        text-align:center !important;
        
    }
    
    #tiers-plan-details {

        margin-top: 0px !important;

    }
    
    .fixed-scroll-header-container, .fixed-scroll-btn-container {
        
        display: none !important;
        
    }
    
    #tiers-plan-details .na {

        display: none;

    }
    
    .features-table-plan-3, .features-table-plan-2, .features-table-plan-1 {
        
        margin-bottom: 15px;
        
    }
    
    .testimonial-section {
        
        padding: 25px 0px 35px !important;
        
    }
    
    .testimonial-statement {
        
        font-size: 1rem !important;
        
    }
    
    .faq-section {
        
        padding: 0px !important;
        
    }
    
    .final-cta h2 {
        
        margin-bottom: 30px !important;
        text-align:center !important;
        
    }
    
    .final-cta .vc_btn3-container, .final-cta .vc_btn3-container .vc_btn3 {
        
        width:100%;
        
    }
    
    .final-cta .vc_btn3-container .vc_btn3 {
        
        border-color: #2dbe60 !important;
        color: #2dbe60 !important;
        font-weight: normal;
        
    }
    
    .final-cta .vc_btn3-container .vc_btn3:hover {
        
        background-color: #2dbe60 !important;
        color: #fff !important;
        
    }
    
    .page-id-8 div.tier-3, .page-id-8 div.tier-2, .page-id-8 div.tier-1 {
        
        width: 33%;
        padding: 0px;
        
    }
    
    .selection-chart .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon::before {
    
        font-size: .75em;
 
    }
    
    .selection-chart .pricing-table-header .vc_col-sm-2, .profile-form .vc_col-sm-2 {
        
        display:none;
        
    }
    
    .selection-chart .pricing-table-header .vc_col-sm-2 .vc_column-inner {
        
        padding:0px;
        
    }
    
    .selection-chart .pricing-table-header .vc_icon_element {
        
        margin-bottom: 0px;
        
    }
    
    .selection-chart .pricing-table-header .vc_custom_1533061458914, .profile-form .vc_custom_1533059100380 {
        
        font-size:1.3em !important;
        
    }
    
    .selection-chart .pricing-table-header .vc_custom_1533061476041, .profile-form .vc_custom_1533061709641 {
        
        font-size:.75em !important;
        
    }
    
    .s2member-pro-stripe-form-billing-method-section-title .vc_custom_1533059100380 {
        
        font-size: 1.05em !important;
        
    }
    
    .s2member-pro-stripe-form-billing-method-section-title .vc_custom_1533061709641 {
        
        font-size:.6em !important;
        
    }
    
    div.s2member-pro-stripe-form-section > div.s2member-pro-stripe-form-div {
        
        margin:0px !important;
        
    }
    
    .s2member-pro-stripe-checkout-submit {
        
        font-size: 16px !important;
        
    }
    
    #s2member-pro-stripe-checkout-form-billing-method-section {
        
        margin-top:50px !important;
        
    }
    
    .site-footer .widget-area {

        text-align: left;
        padding: 0px 15px;

    }
    
    #s2member-pro-stripe-checkout-custom-reg-field-terms-agreement {
        
        height: auto !important;
        
    }
    
    
    #s2member-pro-stripe-checkout-form-custom-reg-field-terms-agreement-div {

        padding: 15px 0px;
        line-height: 1.4;

    }
    
    .my-account .content {
        
        padding-top:0px;
        
    }
    
    .my-account .account-menu.visible, .page-template-page-useraccount .account-menu.visible {
    
        transform:translateX(-155px);
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        
    }
    
    .my-account .account-menu.visible.slide, .page-template-page-useraccount .account-menu.visible.slide {
    
        transform:translateX(0px);

    }
    
    div.account-container {
        
        margin-left: 0px;
        max-width: calc( 100vw);
        width: calc( 100vw);
        transform:translateX(0px);
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        padding:0px;
        
    }
    
    div.account-container.slide {
        
        margin-left: 0px;
        max-width: calc( 100vw);
        width: calc( 100vw);
        transform:translateX(150px);
        
    }
    
    .mobile-nav-btn {
        
        display:block;
        transform: translateX(0px);
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        position: absolute;
        cursor: pointer;
        font-size: 1.5rem !important;

    } 

    .page-template-page-useraccount div.five-sixths {
        
        width: calc( 100vw );
        
    }
    
    div.billing-container {
        
        width: 100%;
        
    }
    
    .icon-btn {
        
        display:none;
        
    }
    
    .page-template-page-useraccount div.five-sixths h1 {
        
        margin-top: 10px !important;
        font-size: 1.25rem !important;
        
    }
    
    div.upgrade-table {
        
        width: 100%;
        margin: 0 auto !important;
        
    }
    
    div.upgrade-table.grey a.upgrade-btn-white {
        
        margin: 0 auto;
        width: 90%;
        
    }
    
    div.update-billing-form, div.cancel-billing-form {
        
        padding-top:20px;
        
    }
    
    div.current-billing-plan {
        
        padding-top:0px;
        
    }
    
    div.s2member-pro-stripe-form-billing-method-section-title {
        
        font-size: 1.25rem !important;
        
    }
    
    #s2member-pro-stripe-cancellation-form-submit-div {
        
        width:100%;
    }
    
    #s2member-pro-stripe-cancellation-submit {
        
        width:90%;
        margin:0 auto;
        
    }
    
    div.account-header-title {
        
        font-size: 1rem;
        padding-left:10px;
        
    }
    
    div.account-home {
        
        font-size: 30px;
        width: 100px;
        margin-left:0px;
        
    }
    
    body.page-template-page-useraccount {
        
        margin-top:70px;
        
    }
    
    #menu-item-164446 {
        
        display:block;
        
    }
    
    div.account-container .profile-form {
        
        padding:15px;
        
    }
    
    div.account-container .selection-chart, div.account-container .profile-form {
        
        margin: 0px !important;
        
    }
    
    .selection-chart .vc_column-inner  {
        
        padding-top: 0px !important;
        
    }
    
    .profile-edit img.avatar-150, .bp-user div#item-header img.avatar {
        
        width: 35px;
        height: 35px;
        
    }
    
    .profile-edit #buddypress div#item-header h2, #buddypress div#item-header h2 {
        
        font-size: 1rem !important;
        
    }
    
    .profile-edit #buddypress span.activity, #buddypress span.activity {
        
        font-size: .65rem;
        
    }
    
    .bp-user #item-body {
        
        padding-top: 0px !important;
        
    }
    
    body.full-width-content #buddypress #item-body div.profile, body.full-width-content #buddypress #item-body form {
        
        width: 100%;
        
    } 
    
    #buddypress .standard-form div.submit input {
        
        margin-right: 5px !important;
        
    }
    
    #buddypress .standard-form div.submit a.edit-btn-cancel, #buddypress .standard-form div.submit a.edit-btn-cancel:hover {
        
        margin: 0px 0px 0px 5px;
        border:none !important;
        min-width: 10px;
        margin: 0;
        float: left;
        padding: 30px 10px !important;

    }
    
    #buddypress .standard-form div.submit {
        
        transform: translateY(0px);
        opacity: 1;
        padding: 25px 0 0 !important;
        box-shadow: none;
        position: relative;
        bottom: 0;
        overflow: auto;
        
    }
    
    .prepineer-logo {
    
        background: url("https://app.prepineer.com/branding/PREP_LOGO_MULTICOLOR.png") no-repeat center #fff;
        background-size:45%;
        width: 8%;
        display: block !important;
        float: left;

    }
    
    .latest-haps .vc_custom_1535131022177 {
        
        font-size: 4.5rem !important;
        
    }
    
    body.page-id-163005 .content {
        
        padding-top: 0px;
        width: 85%;
        
    }
    
    .latest-haps {
    
         height: calc(100vh) !important;
    
    }

}

@media only screen and (max-width:480px) { 
    
    .prepineer-logo {
    
        background: url("https://app.prepineer.com/branding/PREP_LOGO_MULTICOLOR.png") no-repeat center #fff;
        background-size:45%;
        width: 15%;
        display: block !important;
        float: left;

    }
    
    .doc-meta.mobile {
        
        display:block !important;
        width: 80%;
        position: relative;
        margin: 0 auto;
        padding-top: 0px;
        
    }
    
    .doc-meta.mobile .download-link {
        
        font-size:.75rem;
        padding-bottom:10px;
        
    }
    
    .doc-meta {
        
        display:none;
        padding:0px;
        
    }
    
    div.track-main > div {
        
        height:auto;
        
    }
    
    div.track-progress-btn, div.track-nav-btn {
        
        clear:none;
        width:33%;
            
    }
    
    #right-menu {
        
        display:none;
        
    }
    
    #right-menu.mobile {
        
        display: block !important;
        z-index: 1;
        position: relative;
        transform: translateX(0px);
        width: 100vw;
        padding: 15px;
        background-color: #fafafa;
        
    }
    
    .mobile-notes-btn {   
        
        display:none;
        
    }
    
    div.track-progress-btn .one-sixth, .track-nav-btn .one-sixth {
        
        margin: 0 auto;
        float: none;   
        
    }
    
    div.track-doc {
        
        min-height: 75vh;
        
    }
    
    div.in-app-container {
 
        width: calc(100vw);
        
    }

    .calc-cram-title {
        
        width: 79% !important;
        font-size: 22px !important;
        text-align: left !important;
        
    }
    
    .cram-ctn .vc_tta-panel-body, .calc-ctn .vc_tta-panel-body {
        
        margin-top: 45px;
        
    }
    
    .cram-ctn .vc_tta-container, .calc-ctn .vc_tta-container {
        
        margin-bottom:45px !important;
        
    }
    
    .careers-ctn {
        
        width:100vw !important;
        margin:auto !important;
        
    }
    
    .related-hacks-title {
        
        font-size: 18px !important;
        
    }
    
    .video-cram-calc-container .js_videoWrapper .video-js {
        
        width: 100%;
        left: 0;
        height: 88%;
        
    }
    
    .video-cram-calc-container {
        
        min-height: 200px !important;
         
    }
    
    .forum-title-container {
        
        display:block;
        width:50%;
        padding-top: 5px;
        
    }
    
    div.forum-title {
        
        padding-top: 5px;
        margin: 0px;
        
    }
    
    div.forum-title h2 {
        
       font-size: 24px;
       margin: 0;
       color: #ebebeb; 
        
    }
    
    div.forum-btn-container {
        
        width:50%;
        
    }
    
    div.forum-container {
        
        width:100vw;
        
    }
    
    div.forum-main {
    
        margin: 0;
        width: 100%;
        
    }
    
    div.filter-question-btn, div.ask-question-btn {
        
        margin:0;
        width:auto;
            
    }
    
    div.f2b-question-list ul li .stats {
        
        height:auto;
        padding: 0 15px;
        border-top: 1px solid #fafafa;
        background-color: rgba(250,250,250,.5);
        
    }
    
    .que-body .que-status {
        
        width:15%;
        
    }
    
    .que-body .five-sixths.last {
        
        width:85% !important;
        
    }
    
    div.f2b-question-list ul li {
    
        overflow: hidden;
    
    }
    
    .discussion-author-avatar {
        
        width:20%;
        
    }
    
    .discussion-author {
        
        width:50%;
        
    }
    
    .discussion-stats {
        
        width:30%;
        padding-top: 8px !important;
        
    }
    
     .discussion-comments-container {
        
        width:40%;
        
    }
    
    .discussion-slash-container {
        
        width:20%;
        font-size:1.5rem !important;
        
    }
    
    .discussion-views-container {
        
        width:40%;
        line-height: 1.5em;
        
    }
    
    div.f2b-question-list ul li .stats span.num {
        
        font-size: 1rem;
        
    }
    
    div.f2b-question-list ul li .stats .dashicons {
        
        font-size: 16px;
        
    }
    
    div.f2b-ask-question {
        
        width:100%;
        position: absolute;
        top: 0;
        
    }
    
    div.f2b-ask-question-container {
        
        position:relative;
        padding:0px;
        
    }
    
    #f2b-ask-form {
        
        position: absolute;
        padding: 0px 25px;
        
    }
    
    div.f2b-ask-question .forum-title-container {

        width:75%;
        
    }
    
    div.forum-title.ask-question .current-title {
        
        font-size: .75rem;
    }
    
    div.f2b-search-bar select {
        
        margin-bottom: 5px;
        
    }
    
     div.forum-discussion-main {
        
        padding-top: 0px;
        
    }
    
    div.forum-discussion-main .forum-title {
        
        padding-top: 0px;
        
    }
    
    div.f2b-question-list.threaded > .meta, div.f2b-comments ul li div.meta {
        
        margin:0px;
        border-bottom: solid 1px rgba(45,62,80,.15);
        border-right: none;
        padding-bottom: 10px;
        
    }
    
    div.f2b-question-list.threaded > .meta a {
        
        line-height: 1em;
        margin-top: 0px;
        
    }
    
    div.f2b-question-list.threaded > .meta div.meta-time {
        
        padding: 5px 5px 5px 0px;

    }
    
    div.f2b-comments ul li div.comment .five-sixths {
        
        padding-left: 0px;
        
    }
    
    .user-comments-avatar {
        
        margin-left: 0px !important;
        padding: 15px 10px;
        
    }
    
    div.f2b-question-list > .meta a, div.f2b-comments ul li div.meta a, div.f2b-comments ul li div.meta div.meta-time {
        
        clear:none;
        
    }
    
    div.f2b-comments ul li div.meta a {
        
        padding-top:0px;
        
    }
    
    div.f2b-comments ul li div.meta {
        
        margin-bottom: 10px;
        
    }
    
    .f2b-question-list .avatar, div.f2b-comments ul li .avatar {
        
        width:45px;
        margin-right: 5%;
        
    }
    
    div.upvotes {
        
        display:none;
        
    }
    
    div.f2b-comments ul li {
        
        display:flex;
        flex-direction: column-reverse;
        padding:25px;
        
    }
    
    div.f2b-comments ul li div.comment {
        
        padding:0px;
        
    }
    
    .user-comments-avatar {
        
        display:none;
        
    }
    
    .web-app {
        
        height: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        
    }
    
    body.page-template-page-start-form .content {
        
        padding-top:0px;
        
    }
    
    .fs-form-full .fs-fields > li label[data-info]::after {
        
        display:none !important;
        
    }
    
    
    body.page-template-page-start-form button.fs-continue::before {
        
        content: '\27A1\FE0E';
        
    }
    
/* Pricing page and other general default pages */
    
    .site-header {
        
        height: 70px;
        
    }
    
    .site-header .wrap {
        
        min-height:100%;
        
    }
    
    .title-area {
        
        min-width: 20%;
        width: 20%
            
    }
    
    #menu-item-147380 {
        
        display:none;
        
    }
    
    .genesis-nav-menu li a {
        
        padding:0px;
        
    }
    
    .site-header ul.genesis-nav-menu {
        
        text-align: right;
    }
    
    .nav-header {

        padding: 11px;

    }
    
    .pricing-chart {
        
        margin: 50px auto 0 !important;
        
    }
    
    .selection-chart {
        
        margin: 15px auto 0px !important;
        
    }
    
    .pricing-table-header .vc_custom_1532040476968 {
        
        font-size:1rem !important;
        
    }
    
    .pricing-chart .tier-3, .pricing-chart .tier-2, .pricing-chart .tier-1 {
        
        padding:7.5px 0px !important;
        
    }
    
    .pricing-table-header {

        margin: 15px 0px !important;

    }
    
    .tiers-table {
        
        width: 100%;
        margin: 0 auto !important;
        
    }
    
    .compare-text-container {
        
        display: none !important;
        
    }
    
    .custom-plan-jump {
        
        margin: 50px 0px !important;
        
    }
    
    .custom-plan-jump p {
        
        text-align:center !important;
        
    }
    
    #tiers-plan-details {

        margin-top: 0px !important;

    }
    
    .fixed-scroll-header-container, .fixed-scroll-btn-container {
        
        display: none !important;
        
    }
    
    #tiers-plan-details .na {

        display: none;

    }
    
    .features-table-plan-3, .features-table-plan-2, .features-table-plan-1 {
        
        margin-bottom: 15px;
        
    }
    
    .testimonial-section {
        
        padding: 25px 0px 35px !important;
        
    }
    
    .testimonial-statement {
        
        font-size: 1rem !important;
        
    }
    
    .faq-section {
        
        padding: 0px !important;
        
    }
    
    .final-cta h2 {
         
        text-align:center !important;
        margin-bottom: 35px !important;
        
    }
    
    .final-cta .vc_btn3-container, .final-cta .vc_btn3-container .vc_btn3 {
        
        width:100%;
        
    }
    
    .final-cta .vc_btn3-container .vc_btn3 {
        
        border-color: #2dbe60 !important;
        color: #2dbe60 !important;
        font-weight: normal;
        
    }
    
    .final-cta .vc_btn3-container .vc_btn3:hover {
        
        background-color: #2dbe60 !important;
        color: #fff !important;
        
    }
    
    .selection-chart .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner .vc_icon_element-icon::before {
    
        font-size: .75em;
 
    }
    
    .selection-chart .pricing-table-header .vc_col-sm-2, .profile-form .vc_col-sm-2 {
        
        display:none;
        
    }
    
    .selection-chart .pricing-table-header .vc_col-sm-2 .vc_column-inner {
        
        padding:0px;
        
    }
    
    .selection-chart .pricing-table-header .vc_icon_element {
        
        margin-bottom: 0px;
        
    }
    
    .selection-chart .pricing-table-header .vc_custom_1533061458914, .profile-form .vc_custom_1533059100380 {
        
        font-size:1.3em !important;
        
    }
    
    .selection-chart .pricing-table-header .vc_custom_1533061476041, .profile-form .vc_custom_1533061709641 {
        
        font-size:.75em !important;
        
    }
    
    div.s2member-pro-stripe-form-section > div.s2member-pro-stripe-form-div button.s2member-pro-stripe-form-source-token-button > span {
        
        font-size: .7em !important;
        
    }
    
    div.s2member-pro-stripe-form-section > div.s2member-pro-stripe-form-div button.s2member-pro-stripe-form-source-token-button::before {
        
        width:100px !important;
        
    }
    
    div.s2member-pro-stripe-form-section > div.s2member-pro-stripe-form-div button.s2member-pro-stripe-form-source-token-button > i {
        
        display:none !important;
        
    }
    
    div.s2member-pro-stripe-form-section > div.s2member-pro-stripe-form-div {
        
        margin:0px !important;
        
    }
    
    .s2member-pro-stripe-checkout-submit {
        
        font-size: 16px !important;
        
    }
    
    #s2member-pro-stripe-checkout-form-billing-method-section {
        
        margin-top:50px !important;
        
    }
    
    .site-footer .widget-area {

        text-align: left;
        padding: 0px 15px;

    }
    
    #s2member-pro-stripe-checkout-custom-reg-field-terms-agreement {
        
        height: auto !important;
        
    }
    
    
    #s2member-pro-stripe-checkout-form-custom-reg-field-terms-agreement-div {

        padding: 15px 0px;
        line-height: 1.4;

    }
    
    /* BUDDYPRESS & ACCOUNT PAGES */
    
    body.f2b-member-section header.site-header {
        
        border-bottom:none;
        
    }
    
    body.page-template-page-useraccount {
        
        margin-top: 70px;
        
    }
    
    .my-account .content {
        
        padding-top:0px;
        
    }
    
    .my-account .account-menu.visible, .page-template-page-useraccount .account-menu.visible {
    
        transform:translateX(-155px);
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        
    }
    
    .my-account .account-menu.visible.slide, .page-template-page-useraccount .account-menu.visible.slide {
    
        transform:translateX(0px);

    }
    
    div.account-container {
        
        margin-left: 0px;
        max-width: calc( 100vw);
        width: calc( 100vw);
        transform:translateX(0px);
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        padding:0px;
        
    }
    
    div.account-container.slide {
        
        margin-left: 0px;
        max-width: calc( 100vw);
        width: calc( 100vw);
        transform:translateX(150px);
        
    }
    
    .mobile-nav-btn {
        
        display:block;
        transform: translateX(0px);
        -webkit-transition: all 200ms ease-out;
        -moz-transition: all 200ms ease-out;
        -o-transition: all 200ms ease-out;
        transition: all 200ms ease-out;
        position: absolute;
        cursor: pointer;
        font-size: 1.5rem !important;

    } 

    .page-template-page-useraccount div.five-sixths {
        
        width: calc( 100vw );
        
    }
    
    div.billing-container {
        
        width: 100%;
        
    }
    
    .icon-btn {
        
        display:none;
        
    }
    
    .page-template-page-useraccount div.five-sixths h1 {
        
        margin-top: 10px !important;
        font-size: 1.25rem !important;
        
    }
    
    div.upgrade-table {
        
        width: 100%;
        margin: 0 auto !important;
        
    }
    
    div.upgrade-table.grey a.upgrade-btn-white {
        
        margin: 0 auto;
        width: 90%;
        
    }
    
    div.update-billing-form, div.cancel-billing-form {
        
        padding-top:20px;
        
    }
    
    div.current-billing-plan {
        
        padding-top:0px;
        
    }
    
    div.s2member-pro-stripe-form-billing-method-section-title {
        
        font-size: 1.25rem !important;
        
    }
    
    #s2member-pro-stripe-cancellation-form-submit-div {
        
        width:100%;
    }
    
    #s2member-pro-stripe-cancellation-submit {
        
        width:90%;
        margin:0 auto;
        
    }
    
    div.account-header-title {
        
        font-size: 1rem;
        padding-left:10px;
        
    }
    
    div.account-home {
        
        font-size: 30px;
        width: 100px;
        
    }
    
    div.account-container .selection-chart, div.account-container .profile-form {
        
        margin: 0px !important;
        
    }
    
    .selection-chart .vc_column-inner  {
        
        padding-top: 0px !important;
        
    }
    
    #s2member-pro-stripe-checkout-form-source-token-button span {
        
        font-size: .5em !important;
        
    }
    
    .s2member-pro-stripe-form-billing-method-section-title .vc_custom_1533059100380 {
        
        font-size: 1.3em !important;
        
    }
    
    .s2member-pro-stripe-form-billing-method-section-title .vc_custom_1533061709641 {
    
        font-size: .75em !important;
        
    }
    
    .profile-edit img.avatar-150, .bp-user div#item-header img.avatar {
        
        width: 35px;
        height: 35px;
        
    }
    
    .profile-edit #buddypress div#item-header h2, #buddypress div#item-header h2 {
        
        font-size: 1rem !important;
        
    }
    
    .profile-edit #buddypress span.activity, #buddypress span.activity {
        
        font-size: .65rem;
        
    }
    
    .bp-user #item-body {
        
        padding-top: 0px !important;
        
    }
    
    body.full-width-content #buddypress #item-body div.profile, body.full-width-content #buddypress #item-body form {
        
        width: 100%;
        
    }  
    
    #buddypress .standard-form div.submit input {
        
        margin-right: 5px !important;
        
    }
    
    #buddypress .standard-form div.submit a.edit-btn-cancel, #buddypress .standard-form div.submit a.edit-btn-cancel:hover {
        
        margin: 0px 0px 0px 5px;
        border:none !important;
        min-width: 10px;
        margin: 0;
        float: left;
        padding: 30px 10px !important;

    }
    
    #buddypress .standard-form div.submit {
        
        transform: translateY(0px);
        opacity: 1;
        padding: 25px 0 0 !important;
        box-shadow: none;
        position: relative;
        bottom: 0;
        overflow: auto;
        
    }
    
     #menu-item-164446 {
        
        display:block;
        
    }
    
    div.cancel-btn-container {
        
        width:95%;
        
    }
    
    .latest-haps .vc_custom_1535131022177 {
        
        font-size: 4.5rem !important;
        
    }
    
    body.page-id-163005 .content {
        
        padding-top: 0px;
        width: 85%;
        
    }
    
    .latest-haps {
    
        height: calc(100vh) !important;
    
    }
    
    div.track-bar {
        
        background: #fff;
        padding-bottom: 20px;
        font-size: 0.9em;
        border-right: solid 2px #fafafa;
        width: 320px;
        overflow-x: hidden;
	
    }
    
}