/*
	Theme Name: Genesis Sample
	Theme URI: http://www.studiopress.com/
	Description: This is the sample theme created for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/

	Version: 2.3.0

	Tags: black, red, white, one-column, two-columns, three-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.3.0

	License: GPL-2.0+
	License URI: http://www.gnu.org/licenses/gpl-2.0.html

	Text Domain: genesis-sample
*/


/* # Table of Contents
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
	- Screen Reader Text
- Structure and Layout
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
	- Genesis eNews Extended
	- Jetpack
- Skip Links
- Site Header
	- Title Area
	- Widget Area
- Site Navigation
	- Accessible Menu
	- Site Header Navigation
	- After Header Navigation
	- Footer Navigation
- Content Area
	- Entries
	- Entry Meta
	- Pagination
	- Comments
- Sidebars
- Footer Widgets
- Site Footer
- Media Queries
	- Max-width: 1340px
	- Max-width: 1200px
	- Max-width: 1023px
	- Max-width: 860px
- Print Styles
*/


/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v4.1.1 | MIT License | http://necolas.github.io/normalize.css/ */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block}audio:not([controls]){display:none;height:0}progress{vertical-align:baseline}template,[hidden]{display:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:inherit}b,strong{font-weight:bolder}dfn{font-style:italic}h1{font-size:2em;margin:0.67em 0}mark{background-color:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}svg:not(:root){overflow:hidden}code,kbd,pre,samp{font-family:monospace, monospace;font-size:1em}figure{margin:1em 40px}hr{box-sizing:content-box;height:0;overflow:visible}button,input,optgroup,select,textarea{font:inherit;margin:0}optgroup{font-weight:bold}button,input{overflow:visible}button,select{text-transform:none}button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:0.35em 0.625em 0.75em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}textarea{overflow:auto}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}


/* ## Float Clearing
--------------------------------------------- */

.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.footer-widgets::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before,
.wrap::before {
	content: " ";
	display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.footer-widgets::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
	clear: both;
	content: " ";
	display: table;
}


/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
	font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
	font-size: 16px;
	font-size: 1.6rem;
}

body {
	background-color: #fff;
	color: #000;
	font-family: 'Lora', serif;
	font-size: 16px;
	font-size: 1.6rem;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	line-height: 24px;
	margin: 0;

}
h3.hrf-title {
    font-size: 22px!important;
    color: #214391 !important;
		font-family: 'Montserrat', sans-serif !important;
		font-weight: 400 !important;
		line-height: 1.2 !important;
		margin: 0 0 10px !important;
		text-transform: uppercase !important;
	}
	.hrf-title.close-faq span{
		width: 20px;
    height: 20px;
    display: inline-block;
    position: relative;
    left: 0;
    top: 6px;
    margin-right: 12px;
    margin-left: -42px;
    background: #fff url(http://www.clients.archercreative.com/ImproveYourEnglish/wp-content/uploads/2017/04/unnamed-file.png) no-repeat center center !important;
	}
.hrf-entry p{
	font-family: 'Lora', serif !important;
	font-size: 16px !important;
	font-size: 1.6rem !important;
	-webkit-font-smoothing: antialiased !important;
	font-weight: 400 !important;
	line-height: 24px !important;
}
.faq h6 {
    font-size: 22px;
    text-transform: uppercase;
    border-bottom: 1px solid #ece9e1;
    padding-bottom: 10px;
		    margin-top: 100px;
}
a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img,
.site-header.small {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition:    all 0.2s ease-in-out;
	-ms-transition:     all 0.2s ease-in-out;
	-o-transition:      all 0.2s ease-in-out;
	transition:         all 0.2s ease-in-out;
}
 {
	-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;
}

a {
	color: #214391;
	text-decoration: none;
}

a:focus,
a:hover {
	color: #214391;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #d1d1d1;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

cite,
em,
i {
	font-family: 'Lora', serif;
	font-style: italic;
}

mark {
	background: #ddd;
	color: #000;
}

blockquote {
	background: #f8f9fa;
	margin: 40px;
	padding: 8px;
	font-family: 'Lora', serif;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 1.2;
	margin: 0 0 10px;
}

h1 {
	color:#414141;
	font-size: 36px;
	font-size: 3.6rem;
	font-weight: 700;
	letter-spacing: -0.025em;
}
.home h1{
	color:#2b2b2b;
	font-weight: 700;
	letter-spacing: -0.025em;
}
.hero_section_archive h1 {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.025em;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
    color: #414141;
    text-transform: uppercase;
    max-width: 100%;
}
h2 {
	color:#214391;
	font-size: 26px;
	font-size: 2.6rem;
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 40px;
}

h3 {
	font-size: 28px;
	font-size: 2.8rem;
	color:#2b2b2b;
	font-weight: 700;
	letter-spacing: -0.025em;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 22px;
	font-size: 2.2rem;
	letter-spacing: -.025em;
}

/* ## Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
}

figure {
	margin: 0;
}

/* ## Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 28px;
	text-align: center;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
}

/* ## Forms
--------------------------------------------- */

input,
select,
textarea {
	background-color: #fff;
	border: 2px solid #9c9c9c;
	color: #414141;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	padding: 6px;
	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: #414141;
}

::-webkit-input-placeholder {
	color: #414141;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #414141;
}
:-moz-placeholder { /* Firefox 18- */
  color: #414141;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #f79421;
    border-bottom: 5px solid #e0871f;
		  border-top: none;
			 border-left: none;
			  border-right: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.025em;
    font-size: 16px;
    padding: 12px 24px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #e0871f;
border-bottom: 5px solid #f79421;
border-radius: 10px;
color: #fff;
cursor: pointer;
font-family: 'Montserrat', sans-serif;
letter-spacing: -0.025em;
font-size: 16px;
padding: 12px 24px;
text-decoration: none;
text-transform: uppercase;
white-space: normal;
width: auto;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}
.button a{
	color:#fff;
}
.button a:hover{
	color:#fff;
}
a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.site-container button:disabled,
.site-container button:disabled:hover,
.site-container input:disabled,
.site-container input:disabled:hover,
.site-container input[type="button"]:disabled,
.site-container input[type="button"]:disabled:hover,
.site-container input[type="reset"]:disabled,
.site-container input[type="reset"]:disabled:hover,
.site-container input[type="submit"]:disabled,
.site-container input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

/* ## Tables
--------------------------------------------- */

table {
	border-collapse: collapse;
	border-spacing: 0;
	line-height: 2;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-word;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	text-align: left;
}

td {
	
}

th {
	font-weight: 400;
	padding: 0 6px;
}

td:first-child,
th:first-child {
	padding-left: 0;
}
td a {
    text-transform: none;
    color: #000;
    font-size: 14px;
}
/* ## Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type="submit"]:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0,0,0,.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: bold;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	position: relative;
}

/* # Custom Pages
---------------------------------------------------------------------------------------------------- */

/* ## Home
--------------------------------------------- */
.home .site-header .wrap{
	margin: 0 auto;
    max-width: 1170px;
		    padding: 0px;
}
.home .site-inner,
.home .wrap {
	margin: 0 auto;
	max-width: 100%;
	padding: 15px 0px 0px;
}
.hero_section {
    width: 100%;
		position:relative;
		overflow: auto;
}
.hero_image img {
    width: 100%;
    background-size: cover;
}
.hero_image_content {
	position: absolute;
	top: 28%;
	text-align: center;
	width: 38%;
	left: 8%;
}
.hero_image_content p {
	  line-height: 130% !important;
}
.hero_image_content_wrap {
    width: 100%;
    text-align: center;
    margin: 0px auto;
}
.section_two {
    max-width: 1080px;
    width: 100%;
    margin: 31px auto 0px;
}
.section_two_left {
    text-align: left;
    width: 250px;
    display: inline-block;
    float: left;
}
.section_two_right {
    margin-left: 245px;
		border-left:4px solid #214391;
		padding-left: 22px;
}
.section_two_right p {
    font-style: italic;
}
.section_3_loop_wrap {
    background-color: #d9d4c4;
		padding-bottom: 43px;
		width:100%;
}
.section_3_loop_wrap h3 {
    padding-top: 33px;
    text-align: center;
    margin-bottom: 43px;
}
.section_3_loop {
    text-align: center;
		    max-width: 1170px;
		margin:54px auto 0px;
    width: 100%;
}
.section_three_container{
	    width: 23%;
 min-width: 250px;
 vertical-align: top;
 margin: 10px;
 display: inline-block;
}
.section_three_image img {
    height: 215px;
    width: auto;
}
.section_three_header h6{
	  color:#214391;
    padding-top: 30px;
    font-size: 22px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.025em;
    font-weight: 500;
}
.section_four_content {
	  margin: 70px auto 53px;
    max-width: 1120px;
    width: 100%;
}
.section_four_left {
    float: left;
    display: inline-block;
		margin: 24px 145px 0px 0px;
    width: 615px;
}
.section_four_left .button {
    margin-top: 18px;
}
.testimonial {
    background-color: #214391;
	padding: 0 0 50px;
	overflow: auto;
}
.testimonial_content{
	color: #fff;
	font-size: 18px;
	padding: 67px 0px 200px;
	margin:0px auto;
	max-width: 1080px;
	width: 100%;
}
.testimonial_text{
	float:left;
	display:inline-block;
	padding-right: 35px;
	width: 715px;
	border-right:4px solid #fff;
	font-style:italic;
}
.testimonial-author {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.025em;
}
.testimonial-author-sub{
	font-style:italic;
	font-size:18px;
	text-transform: none;
}
.testimonial-author-section {
    width: 320px;
    float: right;
    clear: right;
}
.testimonial-author-section .button {
    margin-top: 24px;
}
.oar_section_loop_wrap {
    background-color: #d9d4c4;
    border-bottom: #c7c2b3 solid 3px;
    width: 100%;
    clear: both;
    float: none;
		text-align:center;
		padding: 50px 0px 35px;
}
.oar_section_loop{
	margin:35px auto 0px;
	max-width: 1170px;
	width: 100%;
	text-align:center;
}
.oar_image_one_header {
		color:#414141;
    font-family: 'Montserrat', sans-serif;
    font-size: 22px;
    letter-spacing: -0.025em;
    margin-top: 24px;
    text-align: center;
}
.oar_item{
 width: 33%;
 min-width: 310px;
 vertical-align: top;/*Fix for different     height elements*/
 margin-bottom: 11px;
 display: inline-block;
}

.home-post-section-wrap{
	margin: 38px auto 53px;
	max-width: 1170px;
	text-align:center;
	width: 100%;
}
.home-post:nth-last-child(1) {
    margin-right: 0px;
    float: right;
}
.home-post {
    width: 295px;
    vertical-align: top;
    margin-bottom: 10px;
    display: inline-block;
    text-align: left;
    float: left;
    margin-right: 125px;
}
.home-post h6 a {
    color: #414141;
}
.home-post-section {
    margin: 36px auto 0px;
}
.more-link{
	display:block;
	text-align:left;
	width:100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	letter-spacing: -0.025em;
	text-transform: lowercase;
	margin-top:17px;
}
.more-link:after {
    content: '';
    background: url(images/read-more-arrow.png) no-repeat;
    padding: 7px 0px;
    margin: 6px 0px 0px 10px;
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 15px;
	}
	/* ## Book Archive
	--------------------------------------------- */
a#dLabel {
    float: none;
    display: block;
    background-color: #f79421;
    border-bottom: 5px solid #e0871f;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 10px;
    color: #fff;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.025em;
    font-size: 14px;
    padding: 12px 24px;
    margin: 0px auto 15px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: 300px;
}
.dropup, .dropdown {
    float: none;
    display: none;
    position: relative;
    margin: 0px auto 50px;
    width: 300px;
}
.dropdown-toggle:focus {
  outline: 0;
}
.book_content_mobile {

    width: 90%;

}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 300px;
  padding: 5px 0px 5px 30px;
  margin-top: -18px;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 10px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333333;
  white-space: nowrap;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}
.dropdown-menu-right {
  left: auto;
  right: 0;
}
.dropdown-menu-left {
  left: 0;
  right: auto;
}
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777777;
  white-space: nowrap;
}
.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {

  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.post-type-archive-book .archive-description.cpt-archive-description {
    display: none;
}
	.alpha a {
    color: #000;
		font-family: 'Montserrat', sans-serif;
    font-size: 16px;
		padding: 0px 7px;
    line-height: 37px;
		text-transform: uppercase;
}
	.author-archive-text {
color:#000;
    font-size: 20px;
    width: 50%;
    text-align: left;
    display: inline-block;
    float: left;
}
.book-archive .content-index h2 {
    text-transform: uppercase;
    font-weight: normal;
    display: inline-block;
margin-bottom: -39px;
    float: left;
width:100%;
}
.author-wrap {
    display: inline-block;
    margin: 5px 0 0 50px;
    float: left;
position:relative;
    width: 90%;
z-index:10;
}
.content-index {
    float: left;
    display: inline-block;
    margin: 20px 0 100px;
    width: 69%;
}
.book-archive .content-index h2:before {
    content: '';
    border-bottom: 2px solid #d3d1d3;
    width: 75%;
    display: block;
    margin: 50px auto 50px;
}
.book-archive .content-index h2:first-child:before {

    border: none;
}
.book-wrap {
    float: left;
    width: 45%;
    display: inline-block;
}
.inner-content a{
	color:#414141;
}
.inner-content {
    width: 650px;
		margin-top: 7px;
		display: inline-block;
}
.title-archive-book p {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    display: block;
    color: #000;
       margin: 5px 0;
    float: none;
    text-align: left;
}
.title-archive-book a{

    color:#000;
   
}
.span12 h2 {
    font-weight: 400;
		width: 50px;
    float: left;
    display: inline-block;
    text-transform: uppercase;
}
.single-resource p.entry-meta {
    display: none;
}
/* ## Blog Archive
--------------------------------------------- */
img.post-image.entry-image {
    display: block;
    float: none;
    margin: 0px auto;
}
h2.entry-title {
    text-align: center;
}
/* ## Resource Page
--------------------------------------------- */
.hero_section_archive {
    width: 100%;
    height: 286px;
    position: relative;
    overflow:hidden;
}
.hero_image_archive img {
    width: 100%;
    background-size: cover;
	height:285px;
    overflow:hidden;
}
.hero_archive_image_content {
    position: absolute;
    top: 45%;
    text-align: center;
    width: 100%;
}
.hero_image_archive_content_wrap {
    width: 100%;
    text-align: center;
    margin: 0px auto;
}
.resource-post {
	width: 33%;
	min-width: 310px;
	vertical-align: top;
	margin-bottom: 115px;
	display: inline-block;
}
.resource-post a{
	color:#414141;
}
.resource-post img {
    width: 310px;
    height: 240px;
		object-fit: cover;
	}
.resource-post-section {
	text-align:center;
	width:100%;
}
.resource-post h6 {
	margin-top: 21px;
}

.resource-post p {
	line-height: 26px;
	margin-left: 50px;
	text-align: left;
	width: 310px;
}
/* ## About Page
--------------------------------------------- */
.tutor-post-section{
	text-align:center;
	width:100%;
}
.tutor-post {
    width: 33%;
    min-width: 310px;
    vertical-align: top;
    margin-bottom: 115px;
    display: inline-block;
}
.tutor-post img {
    width: 310px;
    height: 240px;
		object-fit: cover;
	}
	.tutor-post h6 {
    margin-top: 21px;
}
.sub-header-tutor {
    font-family: 'Lora', serif;
    font-size: 18px;
    font-style: italic;
    margin-bottom: 12px;
}
.tutor-post p {
    line-height: 26px;
    margin-left: 50px;
    text-align: left;
    width: 310px;
	}
/* ## testimonial Page
--------------------------------------------- */
/*  Masonry
--------------------------------------------- */
#container {
	margin-bottom: -1.875em;
	margin-left: -1.562%;
	overflow: hidden;
	padding-bottom: 160px;
	position: relative;
	width: 103.125%;
}

.testimonial-post {
	background: #f8f9fa;
	float: left;
	font-size: 14px;
	margin: 0 1.515% 1.875em !important;
	padding: 3%;
	width: 30.303%;
}


/* ## Blog Single
--------------------------------------------- */
.related h3 {
    font-weight: 400;
    font-size: 30px;
    color: #214391;
}
a.related-post-title {
    color: #000;
    font-size: 18px;
		font-family: 'Montserrat', sans-serif;
}
.related-posts-list {
overflow:auto;
clear:both;
display:block;
padding-left:30px;
}
.related {
    margin-left: 80px;
    margin-top: -100px;
}
.related-post {
    width: 185px;
    float: left;
    display: inline-block;
padding:10px;
	}
	.single-post h1.entry-title {
    color: #214391;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 50px;
    letter-spacing: -.025em;
    width: 100%;
    max-width: 800px;
}
.entry-meta a {
    color: #000000;
}
span.entry-categories {
    text-transform: lowercase;
    font-style: italic;
}
.entry-comments h3 {
    color: #214391;
    font-weight: 400;
    font-size: 32px;
		padding-bottom: 50px;
border-bottom: 1px solid #848484;
}
.comment-author {
    font-size: 28px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}
span.says {
    display: none;
}
time.comment-time{
	color: #000;
	font-style: italic;
	line-height: 40px;
}
time.comment-time a {
    color: #000;
    font-style: italic;
}
ul.children {
    background-color: #f3f3f3;
    padding: 0px 0px 68px;
		    margin-left: 50px;
}
.book_side {
	width: 25%;
float: left;
display: inline-block;
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
    position: sticky;
    background-color: #fff;
}
.book_content h2 a {
    padding-top: 300px;
    margin-top: -300px;
}
.book_content {
	width: 64%;
    float: right;
    display: inline-block;
}
.book_content br {
    display: none;
}
.iye-book .before_footer_option_wrap {
    background-color: #d9d4c4;
    width: 100%;
    margin: 100px auto;
    padding: 75px 0px 58px;
    overflow: auto;
}
.prev-next-navigation {
	clear:both;
	border-top: 1px solid #848484;
    border-bottom: 1px solid #848484;
    padding: 52px 0px 114px;
    margin: 0px auto 80px;
}
.previous  {
	width: 50%;
	float:left;
}
.next {
	width: 49%;
	float:right;
	text-align: right;
}
.previous-text,
.next-text{
color: #214391;
font-family: 'Montserrat', sans-serif;
font-weight: 700;
font-size: 16px;
letter-spacing: -.025em;
text-transform:uppercase;
}
.previous,
.next{
font-family: 'Montserrat', sans-serif;
font-weight: 400;
font-size: 18px;
letter-spacing: -.025em;
text-transform:none;
}
.previous a,
.next a{
color:#000;
}
.previous-text:before{
content: '';
background: url(images/previous.png) no-repeat;
padding: 20px 10px 8px;
    margin: 4px 5px 0px 10px;
display: inline-block;
vertical-align: top;
float: none;
width: 15px;
}
.next-text:after{
content: '';
background: url(images/next.png) no-repeat;
padding: 20px 10px 9px;
margin: 4px 0px 0px 10px;
display: inline-block;
vertical-align: top;
float: none;
width: 15px;
}
div#share-entry-meta-93 {
    margin-top: 20px;
}
#respond h3 {
    color: #214391;
    font-weight: 400;
    font-size: 32px;
}
.comment-respond label {
    display: block;
    margin-right: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 18px;
}
.comment-respond, .entry-pings {
    padding: 60px 60px 32px 80px;
}
/* ## Option Page Content
--------------------------------------------- */
/* ## Interior Foooter Tan Section
--------------------------------------------- */
.after_content_option_interior {
    background-color: #d9d4c4;
    width: 100%;
    margin: 0px auto;
    padding: 75px 10% 58px;
    overflow: auto;
}
.after_content_option_interior_content{
margin: 0px auto;
width: 100%;
max-width: 1170px;
}
/* ## Header Bar
--------------------------------------------- */
.header-bar {
    background-color: #f79421;
    color: #fff;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.025em;
    text-align: center;
    padding: 11px 0px 11px;
		z-index:99999;
		    position: relative;
}
.header-bar .button {
    background-color: #fff;
    border-bottom: 2px solid #f79421;
    border-radius: 5px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.025em;
    font-size: 11px;
		margin-left: 30px;
    padding: 2px 10px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
}
.header-bar .button:hover{
    background-color: #f79421;
    border-bottom: 2px solid #fff;;
    border-radius: 0px;
    cursor: pointer;
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.025em;
    font-size: 11px;
		margin-left: 30px;
    padding: 2px 10px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
    width: auto;
}
.header-bar .button a{
	  color: #f79421;
		height:30px;
		width:89px;
}
.header-bar .button a:hover{
	  color: #fff;
		height:30px;
		width:89px;
}
.header-bar p {
    display: inline-block;
    margin: 0px 0px 0px;
    padding: 3px 0px 0px;
    vertical-align: bottom;
}
/* ## Before Content Box
--------------------------------------------- */
.before_content_option {
    border: 2px solid #ebe8e0;
    max-width: 1170px;
    margin: 40px auto 60px;
    padding: 59px 80px 65px;
		overflow:auto;
}
.before_content_option_header {
    float: left;
    text-align: left;
    width: 50%;
    max-width: 446px;
}
.before_content_option_header_text {
    float: right;
    display: inline-block;
    width: 50%;
    max-width: 480px;
    clear: right;
}
/* ## Before Footer Content Box
--------------------------------------------- */
.before_footer_option_wrap {
    background-color: #d9d4c4;
    width: 100%;
    margin: 0px auto;
		padding: 75px 0px 58px;
		overflow:auto;
}
.after_content_option{
	width:100%;
	max-width:1170px;
	margin:0px auto;
}
.footer_opt_in_image {
    float: left;
    display: inline-block;
		width: 50%;
    max-width: 485px;
}
.after_content_option_content {
    width: 50%;
    max-width: 575px;
    float:right;
    text-align: left;
}
.after_content_option_content h3{
  font-weight:400;
}

/* ## Blue Footer Content Box
--------------------------------------------- */
.footer_option_wrap {
    background-color: #214391;
    color: #fff;
		overflow:auto;
		padding: 47px 10% 18px;
    width: 100%;
}
.footer_option_wrap a{
    color: #fff;
}
.before_footer_option {
    margin: 0px auto;
    width: 100%;
    max-width: 1170px;
}
.before_footer_option_one{
	float:left;
	display:inline-block;
	width:30%;
}
.before_footer_option_two{
	float:left;
	display:inline-block;
	width:20%;
}
.before_footer_option_three{
	float:right;
	display:inline-block;
	width:50%;
	max-width:485px;
}
/* Relocating Entry Title below Header
--------------------------------------------- */

.entry-header-wrapper {
	padding: 126px 0;
}

.entry-header-wrapper .entry-title {
	margin-bottom: 0;
}

.entry-header-wrapper h1 {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.025em;
	font-size: 28px;
	font-weight:700;
	text-align:center;
	color:#414141;
	text-transform: uppercase;
	max-width:100%;
}

@media only screen and (max-width: 1023px) {

	.entry-header-wrapper .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

}
.book_side h1 {
    color: #214391;
    font-size: 30px;
}
.book_side h3{
    font-size: 14px;
		color:#214391;
}
.book_side a {
    color: #414141;
    font-size: 14px;
}
.book_content h2 {
    text-align: center;
    font-size: 18px;
}
.book_content h3 {
    color: #214391;
    text-align: center;
    font-weight: 400;
    font-size: 18px;
}
.book_content h4{
	font-weight:700;
	font-size:17px;
	color:#214391;
	text-align:center;
}
.book_content h5{
text-align:center;
	font-size:17px;
	color:#214391;
	margin-bottom:20px;
}
.book_side p {
    font-size: 14px;
}
.book_side h2 {
    font-size: 17px;
margin-bottom: 30px;

		color: #000;
    font-family: 'Lora', serif;

    -webkit-font-smoothing: antialiased;
    font-weight: 400;
    line-height: 24px;
}
.right-side {
    display: inline-block;
    float: left;
    width: 210px;
		    margin-right: 145px;
}
.right-side-mobile {
    display:none;
}
.left-side {
    display: inline-block;
    float: left;
}
.dictionary {
    background-color: #d9d4c4;
    border-radius: 7px;
    padding: 10px;
		overflow:auto;
		width: 210px;
margin: 50px auto;
}
.dictionary h3 {
    font-weight: 400;
    color: #214391;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
}
.dictionary p {
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
}
.browser {
    font-size: 12px;
    font-weight: 700;
    float: left;
    display: block;
    margin: 5px 0px;
}
.right-side ul {
    display: none;
}
.right-side h2 {
    color: #214391;
    font-size: 38px;
    font-weight: 400;
}
.alpha {
    display: block;
    float: none;
    margin: 0px auto;
		width: 100%;
	text-align: center;
}
/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* ## Site Containers
--------------------------------------------- */

.site-inner,
.wrap {
	margin: 0 auto;
	max-width: 1170px;
}

.site-inner {
	clear: both;
	padding-top: 40px;
	word-wrap: break-word;
}

.landing-page .site-inner {
	max-width: 800px;
}

/* ## Column Widths and Positions
--------------------------------------------- */

/* ### Wrapping div for .content and .sidebar-primary */

.content-sidebar-sidebar .content-sidebar-wrap,
.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	width: 1060px;
}

.content-sidebar-sidebar .content-sidebar-wrap {
	float: left;
}

.sidebar-content-sidebar .content-sidebar-wrap,
.sidebar-sidebar-content .content-sidebar-wrap {
	float: right;
}

/* ### Content */

.content {
	float: right;
	width: 880px;
}

.content-sidebar .content,
.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content {
	float: left;
}

.content-sidebar-sidebar .content,
.sidebar-content-sidebar .content,
.sidebar-sidebar-content .content {
	width: 660px;
}

.full-width-content .content {
	width: 100%;
}

/* ### Primary Sidebar */

.sidebar-primary {
	float: right;
	width: 360px;
}

.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}

/* ### Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}

.content-sidebar-sidebar .sidebar-secondary {
	float: right;
}

/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* # Common Classes
---------------------------------------------------------------------------------------------------- */

/* ## Avatar
--------------------------------------------- */

.avatar {
	border-radius: 50%;
	float: left;
}

.author-box .avatar,
.alignleft .avatar {
	margin-right: 24px;
}

.alignright .avatar {
	margin-left: 24px;
}

.comment .avatar {
	margin: 0 16px 24px 0;
}

/* ## Genesis
--------------------------------------------- */

.breadcrumb {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 1px;
	padding: 12px 30px;
}

.after-entry,
.archive-description,
.author-box {
	background-color: #fff;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 40px;
	padding: 60px;
}

.archive-description p:last-child,
.author-box p:last-child {
	margin-bottom: 0;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.entry-content .search-form,
.site-header .search-form {
	margin-bottom: 40px;
	width: 100%;
}

.site-header .search-form {
	float: right;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.genesis-nav-menu .search input[type="submit"],
.widget_search input[type="submit"] {

}
.nav-primary .search-form input[type="submit"] {
    background-color: #6BBD6C;
    margin-left: 5px;
		display: none;
}

.nav-primary .search-form input[type="submit"]:hover {
    background-color: grey;
		display: none;
}

.nav-primary .search-form input[type="search"] {
    width: 150px;
}

.nav-primary .search-form input {
    content: "\f179";
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    font: normal 16px/1 'dashicons';
		text-align: right;
    vertical-align: top;
}
/* ## Titles
--------------------------------------------- */

.archive-description .entry-title,
.archive-title,
.author-box-title {
	font-size: 20px;
	font-size: 2rem;
}

.entry-title {
	font-size: 36px;
	font-size: 3.6rem;
}

.entry-title a,
.sidebar .widget-title a {
	color: #333;
	text-decoration: none;
}

.entry-title a:focus,
.entry-title a:hover {
	color: #214391;
}

.widget-title {
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
}

/* ## WordPress
--------------------------------------------- */

a.aligncenter img {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 24px;
}

img.alignnone,
.alignnone {
	margin-bottom: 12px;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 24px 24px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 24px 24px;
}

.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 600;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.entry-content .wp-audio-shortcode,
.entry-content .wp-playlist,
.entry-content .wp-video {
	margin: 0 0 28px;
}


/* # Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	margin-bottom: 40px;
	word-wrap: break-word;
}

.widget p:last-child,
.widget ul > li:last-of-type,
.widget-area .widget:last-of-type {
	margin-bottom: 0;
}

.widget ul > li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.widget ul > li:last-of-type {
	padding-bottom: 0;
}

.widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

.widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar td,
.widget_calendar th {
	text-align: center;
}

/* ## Featured Content
--------------------------------------------- */

.featured-content .entry {
	background: none;
	padding: 0;
}

.featured-content .entry:last-of-type {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 20px;
	font-size: 2rem;
}


/* # Plugins
---------------------------------------------------------------------------------------------------- */
.single-book div#wpfront-scroll-top-container {
    display: inline-block !important;
}
div#wpfront-scroll-top-container {
    display: none !important;
}
/* ## Responsive Menu
--------------------------------------------- */

.header-image .small button#responsive-menu-button {
    top: 60px !important;
}
/* ## Genesis Share
--------------------------------------------- */
.share-filled .googlePlus .share {
    background: #818181 !important;
}
.share-filled .googlePlus .count{
    color: #818181 !important;
    border: 1px solid #818181 !important;
}
.share-filled .googlePlus:hover .count {
    background: #818181 !important;
}
 .share-filled .googlePlus .count:hover {
	 color:#fff !important;
 }

 .share-filled .facebook .share {
     background: #5a5a5a !important;
 }
 .share-filled .facebook .count{
     color: #5a5a5a !important;
     border: 1px solid #5a5a5a !important;
 }
 .share-filled .facebook:hover .count {
     background: #5a5a5a !important;
 }
  .share-filled .facebook .count:hover {
 	 color:#fff !important;
  }
	.share-filled .twitter .share {
    background: #a2a2a2 !important;
}
.share-filled .pinterest .share {
		background: #6b6b6b !important;
}
.share-filled .pinterest .count{
		color: #6b6b6b !important;
		border: 1px solid #6b6b6b !important;
}
.share-filled .pinterest:hover .count {
		background: #6b6b6b !important;
}
 .share-filled .pinterest .count:hover {
	color:#fff !important;
 }
 .share-filled .linkedin .share {
 		background: #545454 !important;
 }
 .share-filled .linkedin .count{
 		color: #545454 !important;
 		border: 1px solid #545454 !important;
 }
 .share-filled .linkedin:hover .count {
 		background: #545454 !important;
 }
  .share-filled .linkedin .count:hover {
 	color:#fff !important;
  }

/* ## Genesis eNews Extended
--------------------------------------------- */

.sidebar .enews-widget,
.sidebar .enews-widget .widget-title {
	color: #fff;
}

.sidebar .widget.enews-widget {
	background-color: #333;
}

.sidebar .enews-widget input,
.sidebar .enews-widget input:focus {
	border: 1px solid #333;
}

.sidebar .enews-widget input[type="submit"] {
	background-color: #214391;
	color: #fff;
}

.sidebar .enews-widget input[type="submit"]:focus,
.sidebar .enews-widget input[type="submit"]:hover  {
	background-color: #fff;
	color: #333;
}

.enews-widget input {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 16px;
}

.enews-widget input[type="submit"] {
	margin: 0;
	width: 100%;
}

.enews form + p {
	margin-top: 24px;
}

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}


/* # Skip Links
---------------------------------------------------------------------------------------------------- */

.genesis-skip-link {
	margin: 0;
}

.genesis-skip-link li {
	height: 0;
	list-style: none;
	width: 0;
}

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}


/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	background-color: #fff;
	left: 0;
	width: 100%;
	z-index: 999;
}
.site-header.small{
		position: fixed;
		    border-bottom: 1px solid #ddd;
}
.site-header.small > .wrap {
	border-bottom: none;
	max-width: 1070px;
	width: 100%;
	margin: 0px auto;
	padding: 0px 1%;
}
.featured-section .site-header {
	background-color: transparent;
}

.featured-section .site-header > .wrap {
	border-bottom: 1px solid #fff;
}

.site-header.small {
	background-color: #fff;
}

.site-header.small > .wrap {
	border-bottom: none;
}

.site-header.small .nav-secondary {
	display: none;
}

/* Title Area
--------------------------------------------- */

.title-area {
	float: left;
	padding: 25px 0;
	    width: 220px;
}

.site-header.small .title-area {
	padding: 15px 0;

}
header.site-header.small {
    margin-top: -55px;
}

.site-title {
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 800;
	letter-spacing: 2px;
	line-height: 1;
	margin-bottom: 15px;
	text-transform: uppercase;
}

.site-title a,
.site-title a:focus,
.site-title a:hover {
	color: #fff !important;
}

.header-image .title-area,
.header-image .site-header.small .title-area {
	padding: 0;
}

.header-image .site-title > a {
	background-size: contain !important;
	display: block;
	height:115px;
	text-indent: -9999px;
	    margin-top: 20px;
}

.header-image .small .site-title > a {
	height: 57px;
	    margin-top: 20px;
}

.site-description {
	display: block;
	height: 0;
	margin-bottom: 0;
	text-indent: -9999px;
}


/* ## Widget Area
--------------------------------------------- */

.site-header .widget-area {
	float: left;
	text-align: left;
	    margin-top: 30px;
	width: 920px;
}
.site-header.small .widget-area{
	float: right;
	text-align: right;
	margin:0px;
padding: 0px;
	width: auto;
	}
	.site-header.small .widget-area .nav-primary {
    background-color: #fff;
    margin-top: 5px;
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */

.genesis-nav-menu {
	clear: both;
	font-size: 16px;
	font-size: 1.6rem;
	text-align:right;
	text-transform: uppercase;
	width: 100%;
}

.genesis-nav-menu .menu-item {
	display: inline-block;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: left;
}

.genesis-nav-menu a {
	color: #414141;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: -0.025em;
	font-size:16px;
	font-weight:700;
	padding: 32px 0px 0px 12px;
	text-decoration: none;
}
.genesis-nav-menu a:after {
	border-right: 2px solid #414141;
	content: "";
	padding: 0px 6px;
}
.genesis-nav-menu .sub-menu a:after {
	border-right: none;
	content: "";
	padding: 0px 6px;
}
#menu-item-76 a:after {
	border-right: none;
	content: "";
	padding: 0px 6px;
}

.genesis-nav-menu a:focus,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:focus,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover  {
	color: #214391;
	text-decoration: none;
}

.genesis-nav-menu .sub-menu {
	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: #fff;
	border: 1px solid #eee;
	border-top: 0;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 20px;
	position: relative;
	width: 200px;
	word-wrap: break-word;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -56px 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 > .last > a:after {
	border-right: 0px solid #414141;
	content: "";
	padding: 0px;
}
.genesis-nav-menu > .right {
	float: right;
	    margin-top: 24px;
}

/* ## Accessible Menu
--------------------------------------------- */

.menu .menu-item:focus {
	position: static;
}

.menu .menu-item > a:focus + ul.sub-menu,
.menu .menu-item.sfHover > ul.sub-menu {
	left: auto;
	opacity: 1;
}

.menu-toggle,
.sub-menu-toggle {
	display: none;
	visibility: hidden;
}

/* ## Site Header Navigation
--------------------------------------------- */

.site-header .genesis-nav-menu li li {
	margin-left: 0;
}

/* ## After Header Navigation
--------------------------------------------- */

.nav-primary {
	background-color: #fff;
}
/* ## Footer Navigation
--------------------------------------------- */

.site-footer .genesis-nav-menu {
	padding-bottom: 20px;
}

.site-footer .genesis-nav-menu a {
	padding: 0 20px 10px;
}


/* # Content Area
---------------------------------------------------------------------------------------------------- */

/* ## Entries
--------------------------------------------- */

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	padding: 70px 80px;
}

.entry-content ol,
.entry-content ul {
	margin-bottom: 28px;
	margin-left: 40px;
}

.entry-content ol > li {
	list-style-type: decimal;
}

.entry-content ul > li {
	list-style-type: disc;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

.entry-content code {
	background-color: #333;
	color: #eee;
}

/* ## Entry Meta
--------------------------------------------- */

p.entry-meta {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 0;
}

.entry-header .entry-meta {
	margin-bottom: 24px;
}

.entry-footer .entry-meta {
	padding-top: 24px;
}

.entry-categories,
.entry-tags {
	display: block;
}

.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* ## Pagination
--------------------------------------------- */

.pagination {
	clear: both;
	margin: 40px 0;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
}

.archive-pagination a {
	background-color: #fff;
	color: #333;
	cursor: pointer;
	display: inline-block;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 600;
	padding: 8px 12px;
	text-decoration: none;
}

.archive-pagination a:focus,
.archive-pagination a:hover,
.archive-pagination .active a {
	background-color: #214391;
	color: #fff;
}

/* ## Comments
--------------------------------------------- */

.comment-respond,
.entry-comments,
.entry-pings {
	background-color: #fff;
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}


.entry-comments {
	padding: 60px;
}

.comment-list li {
	padding: 40px 0 0 30px;
}

.comment-list .depth-1 {
	padding-left: 0;
}

.comment-header {
	margin-bottom: 30px;
}

.comment-content {
	clear: both;
}

.comment-content ul > li {
	list-style-type: disc;
}

.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
	width: 50%;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.comment-header p {
	margin-bottom: 0;
}

.entry-pings .reply {
	display: none;
}


/* # Sidebars
---------------------------------------------------------------------------------------------------- */

.sidebar {
	font-size: 16px;
	font-size: 1.6rem;
	margin-bottom: 40px;
}

.sidebar .widget {
	background-color: #fff;
	padding: 40px;
}


/* # Footer Widgets
---------------------------------------------------------------------------------------------------- */

.footer-widgets {
	background-color: #fff;
	clear: both;
	font-size: 18px;
	font-size: 1.8rem;
	padding: 60px 0;
}

.footer-widgets-1,
.footer-widgets-2,
.footer-widgets-3 {
	width: 380px;
}

.footer-widgets-1 {
	margin-right: 70px;
}

.footer-widgets-1,
.footer-widgets-2 {
	float: left;
}

.footer-widgets-3 {
	float: right;
}


/* # Site Footer
---------------------------------------------------------------------------------------------------- */

.creds {
    font-family: 'Montserrat', sans-serif;
    letter-spacing: -0.025em;
    font-size: 14px;
    margin: 37px 0px;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    color: #414141;
}
 .creds a{
	 color:#414141;
 }
.creds a:hover{
	color:#214391;
}
/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1440px) {
    .home h1 {
        font-size: 22px;
        font-size: 2.2rem;
    }
}
@media only screen and (max-width: 1340px) {

	.site-inner,
	.wrap {
		max-width: 1140px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 920px;
	}

	.content,
	.site-header .widget-area {
		width: 800px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 580px;
	}

	.sidebar-primary {
		width: 300px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 340px;
	}

	.footer-widgets-1 {
		margin-right: 60px;
	}
	.site-header .widget-area {
		float: right;
		text-align: right;
	}

}


@media only screen and (max-width: 1200px) {
.right-side {
    display: inline-block;
    float: left;
    width: 162px;
    margin-right: 50px;
}
	.home .site-header .wrap{
		padding:0px 1%;
	}
	.section_two {

	    padding: 0px 10%;
		}
	.site-inner,
	.wrap {
		max-width: 960px;
	}

	.content-sidebar-sidebar .content-sidebar-wrap,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-sidebar-content .content-sidebar-wrap {
		width: 740px;
	}

	.content {
		width: 620px;
	}

	.sidebar-content-sidebar .content,
	.sidebar-sidebar-content .content,
	.content-sidebar-sidebar .content {
		width: 400px;
	}

	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3 {
		width: 300px;
	}

	.footer-widgets-1 {
		margin-right: 30px;
	}

}
@media only screen and (max-width: 1120px) {
.tutor-post{
padding:0px;
}
.tutor-post p {
    line-height: 26px;
    margin-left: 0px; 
    text-align: justify;
    width: 85%;
}
.sub-header-tutor {
    width: 90%;
    text-align: center;
}
.tutor-post h6 {
    width: 90%;
    text-align: center;
}
.section_3_loop_wrap h3,
.home-post-section-wrap h3 {
    padding: 33px 10% 0px;
}
.section_four_content {
        margin: 70px auto 0px;
    max-width: 1120px;
    width: 100%;
    padding:0 10%;
}
.section_four_image img {
    width: 100%;
    margin: 50px 0px;
}
.testimonial {
    padding:0 10% 50px;
}
.testimonial-author-section {
    width: 20%;
}
.testimonial_text{
width:75%;
}
.home-post {
    width: 30%;
    margin-right: 30px;
}
.home-post-section {
    padding: 0 10%;
}
.before_footer_option_wrap {
    padding: 75px 10% 58px;
}
.before_footer_option_one {
    float: left;
    display: inline-block;
    width: 100%;
}

.before_footer_option_two {
    float: left;
    display: inline-block;
    width: 100%;
}

.before_footer_option_three {
    float: right;
    display: inline-block;
    width: 50%;
    max-width: 485px;
    margin-top: -172px;
}
}
@media only screen and (max-width: 1040px) {
header.site-header.small {
	margin-top: 0px;
}
}

@media only screen and (max-width: 1027px) {
.right-side-mobile {
	display:inline-block;
    width: 100%;
    padding: 50px;
    text-align: center;
}
.content-index{
width:100%
}
.site-header.small > .wrap {
    border-bottom: none;
    max-width: 1070px;
    width: 100%;
    margin: 0px auto;
    padding: 0px 5%;
}
.right-side {
    display:none;
}
.home-post{
width: 100%;
margin-right: 0px;
}
	.header-image .small .site-title > a {
		height: 30px;
		margin-top: 20px;
	}
	.header-image .site-title > a {
		height: 57px;
		margin-top: 20px;
	}
	.home .site-header .wrap {
		padding: 0px 5%;
	}
	.section_two_left{
		width:100%;
		text-align: center;
	}
	.section_two_right {
    margin: 10px 0px;
    border-left: none;
    padding: 0px 20px;
}
	.hero_image_content_wrap {
    width: 100%;
    text-align: center;
    margin: 0px auto;
}
    .hero_image_content {
        top: 15%;
    }
	.site-inner,
	.wrap {
		max-width: 800px;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.footer-widgets-1,
	.footer-widgets-2,
	.footer-widgets-3,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu,
	.genesis-responsive-menu .genesis-nav-menu .sub-menu a,
	.sidebar-content-sidebar .content,
	.sidebar-content-sidebar .content-sidebar-wrap,
	.sidebar-primary,
	.sidebar-secondary,
	.sidebar-sidebar-content .content,
	.sidebar-sidebar-content .content-sidebar-wrap,
	.site-header .widget-area{
		width: 100%;
	}

	.site-header .wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.genesis-nav-menu li,
	.header-image .title-area,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.genesis-nav-menu,
	.site-description,
	.site-header .title-area,
	.site-header .widget-area,
	.site-title {
		text-align: center;
	}

	.site-header .search-form {
		margin: 16px auto;
	}

	.footer-widgets-1,
	.footer-widgets-2 {
		margin: 0 auto 40px;
	}

}
@media only screen and (max-width: 970px){
	.testimonial-post.masonry-brick {
		width: 100%;
		margin: 50px auto;
		padding: 50px;
	}
}

@media only screen and (max-width: 860px) {
.author-wrap {
    margin: 5px 0 50px 50px;
}
.book-wrap {
    width: 100%;
}
.prev-next-navigation {
    padding: 52px 0px 150px;
}
.tutor-post {
    width: 100%;
    display: block;
    text-align: left;
}
.tutor-post img {
    width: 100%;
    height: auto;
}
	.hero_section {
		width: 100%;
		min-height: 0px !important;
		position: relative;
		overflow: auto;
	}
	.hero_archive_image_content {
    position: absolute;
    top: 45%;
    text-align: center;
    width: 100%;
}
.hero_section_archive {
    width: 100%;
    height: auto;
    position: relative;
    overflow: auto;
}
	.single-post h1.entry-title {
    color: #214391;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: -.025em;
    width: 100%;
    max-width: 800px;
}
	.related{
		margin-top:-50px;
		margin-left:0px;
	}
	.related h3 {
    margin-left: 27px;
}
	.author-archive-text {
    font-size: 20px;
    width: 100%;
    padding: 0px 10px;
    text-align: left;
    display: inline-block;
    float: left;
}
.title-archive-book {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
color:#000;
    width: 100%;
    padding: 0px 10px;
    float: left;
    text-align: left;
}
.title-archive-book a {
color:#000;
  
}
.inner-content {
    width: 100%;
	}

.left-side {
    display: block;
    float: none;
    width: 100%;
    margin: 0px auto;
}
	.hero_section {
    width: 100%;
    min-height: 500px;
    position: relative;
    overflow: auto;
}

	.tutor-post p,
	.resource-post p {

    margin-left: 10px;

}

.testimonial_text{
width: 100%;
border-right: none;
display: block;
padding: 0px 10px;
clear: both;
float: none;
}
	.genesis-nav-menu a:after {
    border-right: none;
    content: "";
    padding: 0px 6px;
}
.before_content_option {
    border: 2px solid #ebe8e0;
    max-width: 1170px;
    margin: 40px auto 60px;
    padding: 59px 20px 65px;
    overflow: auto;
}

	.before_content_option_header {
    float: left;
    text-align: left;
    width: 45%;
	}
	.after_content_option_content {
    width: 100%;
    padding: 0px 10px;
    max-width: 575px;
    float: none;
    text-align: left;
}
.before_footer_option_three {
	float: none;
    display: block;
    margin: 0px auto;
    width: 262px;
}
.creds {

    padding: 0px 30px;

}
.before_footer_option_one,
.before_footer_option_two,
.before_footer_option_three {
    float: none;
display: block;
margin: 0px auto;
width: 100%;
max-width: 485px;
padding: 0px 10%;
}
	.footer_opt_in_image {
    float: none;
    display: block;
    margin: 0px auto 30px;
    text-align: center;
		padding: 0px 10px;
    width: 100%;
    max-width: 485px;
}
	.home-post {
    padding: 0px 10px;
    width: 100%;
    margin-right: 0px;
}
	.oar_item {
    margin: 10px;
	}
	.testimonial_content {
    color: #fff;
    font-size: 18px;
    padding: 67px 10px 50px;
    margin: 0px auto;
    max-width: 1080px;
    width: 100%;
}

	.section_four_image {
    width: 100%;
    text-align: center;
	}
	.section_four_image img {
    margin-top: 50px;
}
.section_four_content {
        margin: 70px auto 0px;
    max-width: 1120px;
    width: 100%;
    padding:0 10%;
}
.section_four_left{
	width:100%;
}
.testimonial_text{
	width:100%;
	border-right:none;
	    padding: 0px 10px;
}
	.hero_image_content{
		top: 3%;
	}
	.testimonial-author-section {
	    width: 100%;
	    float: none;
	    margin: 0px auto;
	    display: block;
	    padding: 0px 10px;
	}

	body,
	body > div {
		font-size: 18px;
		font-size: 1.8rem;
	}

	.site-inner {
		padding: 5% 5% 0;
	}

	.wrap {
		padding-left: 5%;
		padding-right: 5%;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry,
	.entry-comments,
	.entry-pings,
	.sidebar .widget {
		padding: 30px;
		margin-bottom: 5%;
	}

	.sidebar {
		margin-bottom: 5%;
	}

	.pagination {
		margin: 5% auto;
	}

	.archive-pagination li a {
		margin-bottom: 4px;
	}

	.five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
	.book_side {
    display:block;
    width: 100%;
    float: none;
    text-align: center;
position: relative;
top: 50px;
}
.book_content_desktop {

    display: none;

}
.dropup, .dropdown {
z-index: 9;
    float: none;
    display: block !important;
    position: fixed;
margin: 0 auto;
   top: 64px;
padding-top:20px;
background-color: #fff;

width: 100%;
}
.book_content_mobile br {

    display: none;

}
.book_content{
	width:100%;
	padding:0px 10px;
    margin-left: 0px;
margin-top: 40px;

}
div#wpfront-scroll-top-container {
    bottom: 0 !important;
    right: -25px !important;
}
}
@media only screen and (max-width: 800px) {
	.header-image .site-title > a {
		height: 57px;
		margin-top: 20px;
	}
    .hero_image_content {
        position: relative;
        margin-top: 30px;
        text-align: center;
        width: 100%;
        left: 0%;
    }
.hero_image_content p {
    margin: 0px 10% 30px;
}
}

@media only screen and (max-width: 585px) {
previous {
    width: 100%;
    display: block;
    float: none;
    margin-bottom: 50px;
}
.next {
    display: block;
    float: none;
    width: 100%;
}
	.before_content_option_header {
		float: none;
		text-align: center;
		width: 100%;
	}
	.before_content_option_header_text {
		float: none;
		display: block;
		width: 100%;
		max-width: 480px;
		clear: right;
		margin: 0px auto;
	}


	.hero_image_content {
		top: 20%;
	}

}

/* # Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {

	*,
	*::before,
	*::after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: none;
	}

	a[href]::after {
		content: " (" attr(href) ")";
	}

	abbr[title]::after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]::after,
	a[href^="#"]::after,
	.site-title > a::after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	.content,
	.content-sidebar {
		width: 100%;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.genesis-box,
	.header-widget-area,
	.hidden-print,
	.home-top,
	.nav-primary,
	.nav-secondary,
	.post-edit-link,
	.sidebar {
		display: none !important;
	}

	.title-area {
		text-align: center;
		width: 100%;
	}

	.site-title > a {
		margin: 0;
		text-decoration: none;
		text-indent: 0;
	}

	.site-inner {
		padding-top: 0;
		position: relative;
		top: -100px;
	}

	.author-box {
		margin-bottom: 0;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}


	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}

}
