/*
	Theme Name: School Is Easy Mainsite
	Theme URI: http://my.studiopress.com/themes/agentpress/
	Description: A mobile responsive and HTML5 theme built for the Genesis Framework.
	Author: StudioPress
	Author URI: http://www.studiopress.com/
	Version: 2.2
    Tags: develop, one-column, two-columns, three-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, premise-landing-page
    Template: genesis
	Template Version: 2.1
    License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php
*/


/* Table of Contents

	- HTML5 Reset
		- Baseline Normalize
		- Box Sizing
		- Float Clearing
	- Defaults
		- Typographical Elements
		- Headings
		- Icons
		- Objects
		- Gallery
		- 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
		- AgentPress Listings
		- Genesis eNews Extended
		- Jetpack
	- Site Header
		- Title Area
		- Widget Area
	- Site Navigation
		- Header Navigation
		- Primary Navigation
		- Secondary Navigation
		- Responsive Menu
	- Content Area
		- Home Page
		- Entries
		- Entry Meta
		- Pagination
		- Comments
	- Sidebars
	- Footer Widgets
	- Site Footer
	- Theme Colors
		- AgentPress Pro Blue
		- AgentPress Pro Gold
		- AgentPress Pro Green
	- Media Queries
		- Retina Display
		- Max-width: 1280px
		- Max-width: 1139px
		- Max-width: 1023px
		- Max-width: 768px

*/


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

/* Baseline Normalize
	normalize.css v2.1.3 | MIT License | git.io/normalize
--------------------------------------------- */

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

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

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

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

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}
.clear{
	clear:both;
}

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

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

body {
	background-color: #f5f5f5;
	color: #1a212b;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: 300;
	line-height: 1.625;
	 outline: none;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
select {
	-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;
	-webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
	 outline: none;
}
select{
	 outline: none;
	 background: url(images/png/SIE-icons_arrowdown.png) no-repeat;
	background-size: 55px auto;
	background-image: url(images/svg/SIE-icons_arrowdown.svg), none;
	background-position:100%;
}


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

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

a {
	color: #0076c0;
	text-decoration: none;
	-o-transition:.2s ease-out,  1s ease-in;
	  -ms-transition:.2s ease-out,  1s ease-in;
	  -moz-transition: .2s ease-out,  1s ease-in;
	  -webkit-transition: .2s ease-out,  1s ease-in;
	  /* ...and now override with proper CSS property */
	  transition:.2s ease-out, 1s ease-in;
}

a:hover {
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	margin: 0 0 1.75rem;
	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;
}

.entry-content blockquote, .entry-content blockquote p{
	font-size:30px;
	font-size:1.875rem;
	color:#0076c0;
	font-style:normal;
	line-height:110%;
}

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

/*Fonts
----------------------------------------------*/
@font-face {
	font-family: 'SIE-iconfont';
	src: url('fonts/SIE-iconfont.eot');
}
@font-face {
	font-family: 'SIE-iconfont';
	src: url(data:application/x-font-ttf;charset=utf-8;base64,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) format('truetype');
	font-weight: normal;
	font-style: normal;
}

.icon {
	font-family: 'SIE-iconfont';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.SIE-icons_arrowdown:before {
	content: "\e600";
}
.SIE-icons_arrowR:before {
	content: "\e601";
	font-family: 'SIE-iconfont';
}
.SIE-icons_arrowR:hover:before{
	content: "\e601";
	color:#b2d6ec;
}

.SIE-icons_circle:before {
	content: "\e602";
}

.SIE-icons_customtarget:before {
	content: "\e603";
}

.SIE-icons_customtargetblue .path1:before {
	content: "\e604";
	color: rgb(59, 70, 82);
}
.SIE-icons_customtargetblue .path2:before {
	content: "\e605";
	margin-left: -1em;
	color: rgb(59, 70, 82);
}
.SIE-icons_customtargetblue .path3:before {
	content: "\e606";
	margin-left: -1em;
	color: rgb(59, 70, 82);
}
.SIE-icons_customtargetblue .path4:before {
	content: "\e607";
	margin-left: -1em;
	color: rgb(59, 70, 82);
}
.SIE-icons_customtargetblue .path5:before {
	content: "\e608";
	margin-left: -1em;
	color: rgb(59, 70, 82);
}
.SIE-icons_customtargetblue .path6:before {
	content: "\e609";
	margin-left: -1em;
	color: rgb(59, 70, 82);
}
.SIE-icons_customtargetblue .path7:before {
	content: "\e60a";
	margin-left: -1em;
	color: rgb(59, 70, 82);
}
.SIE-icons_customtargetblue .path8:before {
	content: "\e60b";
	margin-left: -1em;
	color: rgb(59, 70, 82);
}
.SIE-icons_customtargetblue .path9:before {
	content: "\e60c";
	margin-left: -1em;
	color: rgb(59, 70, 82);
}
.SIE-icons_customtargetblue .path10:before {
	content: "\e60d";
	margin-left: -1em;
	color: rgb(59, 70, 82);
}
.SIE-icons_customtargetblue .path11:before {
	content: "\e60e";
	margin-left: -1em;
	color: rgb(59, 70, 82);
}
.SIE-icons_customtargetblue .path12:before {
	content: "\e60f";
	margin-left: -1em;
	color: rgb(43, 120, 194);
}
.SIE-icons_customtargetblue .path13:before {
	content: "\e610";
	margin-left: -1em;
	color: rgb(59, 70, 82);
}
.SIE-icons_customtargetblue .path14:before {
	content: "\e611";
	margin-left: -1em;
	color: rgb(59, 70, 82);
}

.SIE-icons_facebook .path1:before {
	content: "\e612";
	color: rgb(0, 0, 0);
}
.SIE-icons_facebook .path2:before {
	content: "\e613";
	margin-left: -1em;
	color: rgb(35, 31, 32);
}

.SIE-icons_googleplus .path1:before {
	content: "\e614";
	color: rgb(0, 0, 0);
}
.SIE-icons_googleplus .path2:before {
	content: "\e615";
	margin-left: -1em;
	color: rgb(35, 31, 32);
}

.SIE-icons_home:before {
	content: "\e616";
}

.SIE-icons_homeblue .path1:before {
	content: "\e617";
	color: rgb(43, 120, 194);
}
.SIE-icons_homeblue .path2:before {
	content: "\e618";
	margin-left: -1em;
	color: rgb(43, 120, 194);
}
.SIE-icons_homeblue .path3:before {
	content: "\e619";
	margin-left: -1em;
	color: rgb(43, 120, 194);
}
.SIE-icons_homeblue .path4:before {
	content: "\e61a";
	margin-left: -1em;
	color: rgb(59, 70, 82);
}
.SIE-icons_homeblue .path5:before {
	content: "\e61b";
	margin-left: -1em;
	color: rgb(43, 120, 194);
}
.SIE-icons_homeblue .path6:before {
	content: "\e61c";
	margin-left: -1em;
	color: rgb(43, 120, 194);
}
.SIE-icons_homeblue .path7:before {
	content: "\e61d";
	margin-left: -1em;
	color: rgb(43, 120, 194);
}
.SIE-icons_homeblue .path8:before {
	content: "\e61e";
	margin-left: -1em;
	color: rgb(43, 120, 194);
}

.SIE-icons_linkedin .path1:before {
	content: "\e61f";
	color: rgb(0, 0, 0);
}
.SIE-icons_linkedin .path2:before {
	content: "\e620";
	margin-left: -1em;
	color: rgb(0, 0, 0);
}
.SIE-icons_linkedin .path3:before {
	content: "\e621";
	margin-left: -1em;
	color: rgb(35, 31, 32);
}

.SIE-icons_location .path1:before {
	content: "\e622";
	color: rgb(35, 31, 32);
}
.SIE-icons_location{
	content: "\e623";
	color: rgb(0, 0, 0);
}
.SIE-icons_location .path2:before {
	content: "\e623";
	margin-left: -1em;
	color: rgb(0, 0, 0);
}
.SIE-icons_location .path3:before {
	content: "\e624";
	margin-left: -1em;
	color: rgb(0, 0, 0);
}

.SIE-icons_mail:before {
	content: "\e625";
}

.SIE-icons_payasgo:before {
	content: "\e626";
}

.SIE-icons_payasgoblue .path1:before {
	content: "\e627";
	color: rgb(59, 70, 82);
}
.SIE-icons_payasgoblue .path2:before {
	content: "\e628";
	margin-left: -1em;
	color: rgb(59, 70, 82);
}
.SIE-icons_payasgoblue .path3:before {
	content: "\e629";
	margin-left: -1em;
	color: rgb(43, 120, 194);
}
.SIE-icons_payasgoblue .path4:before {
	content: "\e62a";
	margin-left: -1em;
	color: rgb(43, 120, 194);
}
.SIE-icons_payasgoblue .path5:before {
	content: "\e62b";
	margin-left: -1em;
	color: rgb(43, 120, 194);
}
.SIE-icons_payasgoblue .path6:before {
	content: "\e62c";
	margin-left: -1em;
	color: rgb(43, 120, 194);
}
.SIE-icons_payasgoblue .path7:before {
	content: "\e62d";
	margin-left: -1em;
	color: rgb(43, 120, 194);
}
.SIE-icons_payasgoblue .path8:before {
	content: "\e62e";
	margin-left: -1em;
	color: rgb(43, 120, 194);
}
.SIE-icons_payasgoblue .path9:before {
	content: "\e62f";
	margin-left: -1em;
	color: rgb(43, 120, 194);
}
.SIE-icons_payasgoblue .path10:before {
	content: "\e630";
	margin-left: -1em;
	color: rgb(43, 120, 194);
}
.SIE-icons_payasgoblue .path11:before {
	content: "\e631";
	margin-left: -1em;
	color: rgb(43, 120, 194);
}
.SIE-icons_payasgoblue .path12:before {
	content: "\e632";
	margin-left: -1em;
	color: rgb(43, 120, 194);
}

.SIE-icons_phone:before {
	content: "\e633";
}

.SIE-icons_play:before {
	content: "\e634";
}

.SIE-icons_quote .path1:before {
	content: "\e635";
	color: rgb(35, 31, 32);
}
.SIE-icons_quote .path2:before {
	content: "\e636";
	margin-left: -1em;
	color: rgb(0, 0, 0);
}

.SIE-icons_radiobutton:before {
	content: "\e637";
}

.SIE-icons_tutor:before {
	content: "\e638";
}

.SIE-icons_tutorblue .path1:before {
	content: "\e639";
	color: rgb(59, 70, 82);
}
.SIE-icons_tutorblue .path2:before {
	content: "\e63a";
	margin-left: -1em;
	color: rgb(59, 70, 82);
}
.SIE-icons_tutorblue .path3:before {
	content: "\e63b";
	margin-left: -1em;
	color: rgb(43, 120, 194);
}
.SIE-icons_tutorblue .path4:before {
	content: "\e63c";
	margin-left: -1em;
	color: rgb(43, 120, 194);
}
.SIE-icons_tutorblue .path5:before {
	content: "\e63d";
	margin-left: -1em;
	color: rgb(43, 120, 194);
}

.SIE-icons_twitter .path1:before {
	content: "\e63e";
	color: rgb(0, 0, 0);
}
.SIE-icons_twitter .path2:before {
	content: "\e63f";
	margin-left: -1em;
	color: rgb(35, 31, 32);
}

.SIE-icons_videobox:before {
	content: "\e640";
}

.file-empty:before {
	content: "\e924";
}

.files-empty:before {
	content: "\e925";
}

.file-text2:before {
	content: "\e926";
}

.file-picture:before {
	content: "\e927";
}

.file-music:before {
	content: "\e928";
}

.file-play:before {
	content: "\e929";
}

.file-video:before {
	content: "\e92a";
}

.file-zip:before {
	content: "\e92b";
}

.copy:before {
	content: "\e92c";
}

.paste:before {
	content: "\e92d";
}

.file-pdf:before {
	content: "\eada";
}

.file-openoffice:before {
	content: "\eadb";
}

.file-word:before {
	content: "\eadc";
}

.file-excel:before {
	content: "\eadd";
}

.libreoffice:before {
	content: "\eade";
}




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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Open Sans", sans-serif;
	font-weight: 300;
	margin: 0 0 10px;
	margin: 0 0 0.625rem;
}

h1 {
	font-size: 45px;
	font-size: 2.8125rem;
}

h2 {
	font-size: 30px;
	font-size: 1.875rem;
	font-family:"Open Sans", san serif;
	color:#000000;
	line-height: 1.125;
}

h3 {
	font-size: 16px;
	font-size: 1rem;
	font-family:"Open Sans", san serif;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.125;
}

h4 {
	font-size: 16px;
	font-size: 1rem;
	font-family:"Open Sans", san serif;
	color:#0076c0;
	font-weight: 300;
	line-height: 1.125;
	text-align: center;
}
.entry-content h4{
  text-transform:uppercase;
	font-size: 16px;
	font-size: 1rem;
	font-family:"Open Sans", san serif;
	color:#0076c0;
	font-weight: 300;
	line-height: 1.125;
	text-align: center;
}

h5 {
	font-size: 18px;
	font-size: 1.125rem;
}

h6 {
	font-size: 16px;
	font-size: 1rem;
}

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

span.dashicons {
	font-size: 20px;
	font-size: 1.25rem;
	height: 20px;
	width: 20px;
	vertical-align: middle;
}

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

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

img {
	height: auto;
}

.gallery img {
	width: auto;
}
.featured-content img{
	width:100%;
}
/* Gallery
--------------------------------------------- */

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

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

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.6666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.2857%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.1111%;
}

.gallery .gallery-item img {
	border: none;
	height: auto;
	padding: 0 4px;
}

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #060606;
	border-radius: 0;
	color: #0076c0;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1;
	padding: 13px 15px;
	padding: 0.8125rem 0.9375rem;
	width: 90%;
  -webkit-appearance: none;
  margin-bottom: 20px;
}
.entry-content form a{
  text-decoration:none;
  border:none;
}
.entry-content form img{
  margin:0;
}

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

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

::-moz-placeholder {
	color: #0076c0;
	opacity: 1;
	font-weight: 300;
	font-style:italic;
}

::-webkit-input-placeholder {
	color: #0076c0;
	font-weight: 300;
	font-style:italic;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	background-color: #b2d6ec;
	border: none;
	color: #0076bf;
	cursor: pointer;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	padding: 15px 40px;
	padding: 0.9375rem 2.5rem;
	text-transform: uppercase;
	width: auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

#fscf_submit_div1{
	margin-bottom:15px;
}
/*Radio Button*/


/* FORM */
 input[type="radio"],  input[type="radio"] {
    display:none;
}

input[type="radio"] + label, input[type="radio"] + label {
    color:#000000;
	font-weight:600;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	letter-spacing:0.5px;
	font-size:18px;
}
input[type="radio"] + label {
    color:#000000;
	font-weight:600;
	font-family: 'PT Sans', sans-serif;
	font-weight:400;
	letter-spacing:0.5px;
	font-size:18px;
	vertical-align:middle;
}

 input[type="radio"] + label:before{
	display: inline-block;
	width: 27px;
	height: 26px;
	margin: -1px 12px 0 0;
	vertical-align: middle;
	background: url("images/check_radio_sheet@2x.png") no-repeat scroll -27px 0px;
	cursor: pointer;
	content: "";
	background-size: cover;
}

input[type="radio"]:checked + label:before{
    background:url(images/check_radio_sheet@2x.png) no-repeat 0px 0px ;
	content:"";
	background-size: cover;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
.button:hover,
.widget-area .widget .button:hover {
	background-color: #0076c0;
	color: #ffffff;
}

.widget-area .widget .button {
	color: #fff;
}

.button {
	display: inline-block;
}

.button .dashicons {
	border-left: 1px solid rgba(0, 0, 0, 0.1);
	display: inline;
	margin-left: 20px;
	margin-left: 1.25rem;
	padding: 20px 0 20px 20px;
	padding: 1.25rem 0 1.25rem 1.25rem;
}

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;
	margin-bottom: 2.5rem;
	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: 400;
}


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

/* Notification Bar */
.notification-bar {
	text-align:center;
	color:#fff;
  clear:both;
	background-color: #EA7024;
	padding:10px 0 10px 0;
	display:block;
}
.notification-bar p{
	margin-bottom:0;
	text-align:center;
	color:#fff !important;
}

.notification-bar a{
	color:#b2d6ec;
}
.notification-bar a:hover{
	color:#0076c0;
}

.notification-bar a:before {
	content: "\e601";
	font-family: 'SIE-iconfont';
	margin:0 10px;
	speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	top:3px;
	position:relative;
	font-size: 22px;
	font-weight:700;
}

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

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

.agentpress-pro-landing .wrap {
	max-width: 900px;
}

.site-inner {
	background-color: #f5f5f5;
	clear: both;
	padding-top: 40px;
	padding-top: 2.5rem;
}

.agentpress-pro-home .site-inner {
	padding: 0;
}

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

.sidebar section, .sidebar .widget{
	margin-bottom:40px;
	margin-bottom:2.5rem;
}



/* Content */

.content {
	float: right;
	width: 880px;
	position:relative;
}

.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;
}
*:hover{
-webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.sidebar-content .sidebar-primary,
.sidebar-sidebar-content .sidebar-primary {
	float: left;
}
.has-post-thumbnail a.alignnone, .has-post-thumbnail a.aligncenter, .has-post-thumbnail a.alignleft{
	position:relative;
	height:210px;
  width:330px;
	overflow:hidden;
  -webkit-transform: translateZ(0);
}
.sidebar .has-post-thumbnail a.alignnone{
  width:100%;
}
.category-blog a img:hover, .home-about-wrap .widget-2 a:hover{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter:alpha(opacity=50);
    -moz-opacity: 0.5; 
    opacity: 0.5;
    -khtml-opacity: 0.5;
    -webkit-transform: translateZ(0);
}
/* Secondary Sidebar */

.sidebar-secondary {
	float: left;
	width: 180px;
}
.sidebar .featured-content img{
	width:100%;
}
.sidebar .featured-content a.alignnone{
	max-height:300px;
	overflow:hidden;
}
.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,
.property-details-col1,
.property-details-col2,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
	margin-bottom: 28px;
	margin-bottom: 1.75rem;
}

.one-half,
.property-details-col1,
.property-details-col2,
.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,
.property-details-col1 {
	clear: both;
	margin-left: 0;
}


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

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

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

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

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

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

.fscf-div-captcha-m{
  margin-top:20px;
}

.fscf-div-error{
  font-size: 18px;
  font-size: 1.125rem;
  color: #ff0000;
}

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

.breadcrumb {
	background-color: none;
	color: #848484;
	font-size: 10px;
	font-size: 0.625rem;
	margin: -20px 0 20px -5px;
	margin: -1.25rem 0 1.25rem -5px;
	text-transform:uppercase;
	font-weight:400;
}

.site-inner .breadcrumb a {
	color: #0076c0;
	margin:0 5px;
}

.site-inner .breadcrumb a:hover {
	text-decoration:underline;
}

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

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

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

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

.search-form {
	overflow: hidden;
}

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

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

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

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

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

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

.entry-title a,
.featured-content .entry .entry-title a {
	color: #0076c0;
	text-decoration:none;
}

.entry-title a:hover,
.featured-content .entry .entry-title a:hover {
	color: #0076c0;
}

.widget-title {
	font-size: 20px;
	font-size: 1.25rem;
}

.page img.attachment-post-image, .page img.attachment-full-size{
	
}

div.thumb{
    width: 275px;
    border-radius: 50%;
    height: 275px;
    position: absolute;
    z-index: 1;
    right: 60px;
    bottom: -35px;
    overflow: hidden;
}
div.thumb img{
    position: absolute;
    left: -100%;
    right: -100%;
    top: -100%;
    bottom: -100%;
    margin: auto;
    width: auto;
    height: 100%;
    max-width: inherit !important;
}

.archive.category div.thumb, .search-results div.thumb{
  display:none;
}
.entry-content img{
	margin-bottom:30px;
}
.entry-content ul li, .entry-content ol li{
	font-size:16px;
  font-size:1rem;
}
.page img:before{
  content:"asd";
  display: table;
}
.page img:after{
  content:"dsa";
  display: table;
}


.enews-widget .widget-title,
.full-width .widget-title,
.property-search .widget-title,
.sidebar .widget-title {
	background-color: #000;
	color: #fff;
	font-weight: 300;
	font-size:30px;
	font-size:1.875rem;
}

.full-width .widget-title {
	background-color: #1a212b;
}


.sidebar .widget-title a {
	color: #fff;
}

.widget-area .widget.property-search .widget-wrap .widget-title,
.widget-area .widget.enews-widget .enews .widget-title {
	background-color: rgba(255, 255, 255, 0.1);
	margin: -40px -40px 40px;
	margin: -2.5rem -2.5rem 2.5rem;
	padding: 20px 40px;
	padding: 1.25rem 2.5rem;
}

.home-featured .widget.widget_text .widget-title {
	background: none;
	color: #d23836;
	font-size: 48px;
	font-size: 3rem;
	line-height: 1.1;
	padding: 0;
}

.full-width .featuredpage .widget-title {
	margin: 0 auto;
}

.footer-widgets .widget-title, .footer-wide .widget-title {
	font-size: 12px;
	font-size: 0.75rem;
	font-family:"Open Sans", san serif;
	color: rgb(178, 214, 236);
	font-weight: 700;
	line-height: 2.083;
	text-align: left;
}

.tagline {
	font-size: 55px;
	font-size: 3.4375rem;
	line-height: 1.1;
	vertical-align: bottom;
}

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

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

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

a.alignnone {
    display: inline-block;
}

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

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

a.aligncenter img {
	display: block;
	margin: 0 auto;
  -webkit-transform: translateZ(0);
}

img.alignnone,
.alignnone {
	margin-bottom: 20px;
	margin-bottom: 1.25rem;
}

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

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

.wp-caption-text {
	font-size: 14px;
	font-size: 0.875rem;
	margin: 0;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}
.entry-content p a,.entry-content p .wrap{
	white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
.entry-content p a, .entry-content li a{
	text-decoration: underline;
    /*border-bottom: 2px solid #0076c0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;*/
}
.entry-content .fscf-div-form li a{
	text-decoration: none;
    /*border-bottom: 2px solid #0076c0;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;*/
}

.entry-content p a img, .entry-content li a img{
  text-decoration:none;
}
p a img { border: none;border:0; }

.entry-content p img > a{
	text-decoration: none;
    border-bottom: none;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.entry-content a:hover, .entry-content li a:hover{
	color: #00385b;
}
.entry-content h1{
	font-size: 30px !important;
	font-size: 1.875rem !important;
	font-family:"Open Sans", san serif;
	line-height: 120% !important;
	font-weight: 300 !important;
	color:#0076c0 !important;
	margin-bottom:20px;
	margin-bottom:1.25rem;
}
#fscf_captcha_refresh1 a, .ssba a, a.aligncenter{
	border:none;
}
label{
  text-align: left;
  padding-top: 5px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 7px;
}


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

.book-a-tutor.widget {
	/*overflow: hidden;*/
	word-wrap: break-word;
}

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

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

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

.widget_calendar table {
	width: 100%;
}

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

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

.featured-content .entry {
	background: none;
	box-shadow: none;
	padding: 0;
}

.featured-content .entry p:last-child {
	margin-bottom: 0;
}

.featured-content .entry-title {
	font-size: 30px;
	font-size: 1.875rem;
	font-weight: 300;
}

.agentpress-pro-home .featured-content article ~ .widget-title,
.agentpress-pro-home .featured-content article ~ ul {
	clear: both;
}

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


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

/* AgentPress Listings
--------------------------------------------- */

.widget-area .widget.property-search {
	background-color: #1a212b;
	padding: 40px;
	padding: 2.5rem;
}

.property-search form {
    text-align: center;
}

.property-search select {
	-webkit-appearance: none;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

.property-search input[type="submit"] {
	width: 100%;
}

.featured-listings .listing {
	color: #1a212b;
	margin: 0 auto;
	max-width: 500px;
	overflow: hidden;
	padding: 0 0 40px;
	padding: 0 0 2.5rem;
	position: relative;
	text-align: center;
}

.listing .listing-address,
.listing .listing-city-state-zip,
.listing .more-link {
	display: block;
}

.listing-text {
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	-webkit-transform: rotate(45deg);
	background-color: #d23836;
	color: #fff;
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 2px;
	padding: 6px 12px;
	padding: 6px 0.75rem;
	position: absolute;
	right: -40px;
	text-align: center;
	text-transform: uppercase;
	top: 30px;
	top: 1.875rem;
	width: 160px;
}

.listing-price {
	background-color: #fff;
	border-bottom: 1px solid #e5e5e5;
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-size: 1.5rem;
	margin: -30px auto 12px;
	margin: -1.875rem auto 0.75rem;
	padding: 12px 32px;
	padding: 0.75rem 2rem;
}

.featured-listings .listing a.more-link {
	color: #d23836;
}

.featured-listings .listing a.more-link:hover {
	color: #1a212b;
}

.property-details {
	margin-bottom: 28px;
	margin-bottom: 1.75rem;
}

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

.widget-area .widget.enews-widget {
	background-color: #1a212b;
	color: #fff;
	padding: 40px;
	padding: 2.5rem;
}

.enews-widget input {
	border: none;
	font-size: 16px;
	font-size: 1rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
}

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

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

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

#wpstats {
	display: none;
}


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

.site-header .wrap {
	background-color: #ffffff;
	color: #000000;
}

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

.title-area {
	background-color: rgba(255, 255, 255, 0.1);
	float: left;
	width: 26%;
}

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

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

.site-title a {
	font-family: 'Open Sans', sans-serif;
	font-size: 34px;
	font-size: 2.125rem;
	font-weight: 700;
	line-height: 1.2;
	background:url(images/logo-sie.jpg) no-repeat;
	text-indent:-99999px;
	display:block;
	width:229px;
	height:75px;
}

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

.header-image .site-title > a {
	float: left;
	min-height: 80px;
	width: 100%;
}

.site-description {
	font-size: 16px;
	font-size: 1rem;
	font-weight: 300;
	line-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;
}

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

.site-header .widget-area {
	float: left;
	text-align: right;
	width: 43% !important;
}

.site-header .widget {
	margin-bottom: 0;
}

.site-header .widget_nav_menu {
	padding: 0;
}

.site-header .widget-title {
	margin-bottom: 5px;
}

.site-header .widget-area a {
	color: #0076c0;
}

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


/*Global Drop Down*/
.drop-down-global{
	float:right;
	width:31%;
  margin-right:-1px;
}
.drop-down-header{
	float:left;
	background:#b2d6ec;
	padding: 13px 0 4px;
	width:75px;
  height:75px;
	text-align:center;
}
.header-franchise{
	float:left;
	width:calc(100% - 75px);
	text-align:center;
  height:75px;
}
.franchise{
	background: #0076c0;
	float:left;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	font-family:"Open Sans", san serif;
	text-transform: uppercase;
	font-weight: 700;
	height: 75px;
	line-height: 55px;
	padding:10px 0;
	letter-spacing:1.5px;
	text-align:center;
	width:100%;
}

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

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

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

.genesis-nav-menu a {
	color: #1a212b;
	display: block;
	padding: 30px 15px;
	/*padding: 1.875rem 1.5rem;*/
  line-height:110%;
}

.genesis-nav-menu > li.menu-item-has-children:hover > a,
.genesis-nav-menu a:hover,
.genesis-nav-menu .current-menu-item > a,
.genesis-nav-menu .sub-menu .current-menu-item > a:hover {
	background-color: #fff;
	color: #1a212b;
}

.genesis-nav-menu .sub-menu {
	background-color: #fff;
	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: 100%;
	min-width: 205px;
	z-index: 99;
}

.genesis-nav-menu .sub-menu a {
	font-size: 14px;
	font-size: 0.875rem;
	padding: 24px;
	padding: 1.5rem;
	position: relative;
	width: 289px;
	border-bottom: 1px solid #fff;
}

.genesis-nav-menu .sub-menu a:hover {
	background-color: #f5f5f5;
}

.genesis-nav-menu .sub-menu .sub-menu {
	margin: -54px 0 0 204px;
	margin: -3.375rem 0 0 204px;
}

.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: #1a212b;
	float: right;
	list-style-type: none;
	padding: 0;
}

.genesis-nav-menu > .right > a,
.genesis-nav-menu > .right.date {
	display: inline-block;
	padding: 20px 24px;
	padding: 1.25rem 1.5rem;
}

.genesis-nav-menu > .search input {
	border: none;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 18px 30px;
	padding: 1.125rem 1.875rem;
}

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

.site-header .genesis-nav-menu .menu-item {
	margin-right: -4px;
}

.site-header .genesis-nav-menu li a {
	font-size: 14px;
	font-size: 0.875rem;
	font-family:"Open Sans", san serif;
	text-transform: uppercase;
	font-weight: 300;
	color:#000000;
}
.site-header .genesis-nav-menu .sub-menu a{
	background:#0076c0;
	color:#fff;
	font-weight:400;
}
.site-header .genesis-nav-menu .sub-menu a:hover{
	background:#b2d6ec;
	color:#0076c0;
}

.site-header .genesis-nav-menu li.franchise{
	background:#0076c0;
	color:#fff;
}
.site-header .genesis-nav-menu li.franchise a{
	color:#fff;
	font-weight:700;
}
.site-header .genesis-nav-menu .current-menu-item > a,
.site-header .genesis-nav-menu .sub-menu .current-menu-item > a:hover,
.site-header .genesis-nav-menu a:hover,
.site-header .genesis-nav-menu li a:hover {
	color: #fff;
	background:#0076c0;
}
.site-header .genesis-nav-menu li.location .sub-menu a{
	background:#b2d6ec;
	border-bottom: 1px solid #0076c0;
	color:#0076c0;
	text-align:center;
}
.site-header .genesis-nav-menu .sub-menu a {
	border: none;
	font-size: 14px;
	font-size: 0.875rem;
	padding: 24px;
	padding: 1.5rem;
	border-bottom: 1px solid #fff;
  line-height:140%;
}

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


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

.nav-primary .wrap {
	background-color: #eee;
}

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

.site-footer .nav-secondary .wrap {
	padding: 0;
}

.nav-secondary .genesis-nav-menu a {
	font-weight: 700;
	padding: 0 24px 20px;
	padding: 0 1.5rem 1.25rem;
}

.nav-secondary .genesis-nav-menu .current-menu-item > a,
.nav-secondary .genesis-nav-menu > li:hover > a,
.nav-secondary .genesis-nav-menu a:hover {
	background: none;
	color: #d23836;
}

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

.responsive-menu-icon {
	cursor: pointer;
	display: none;
	padding: 24.5px 0;
	padding: 1.54rem 0;
  position:absolute;
  right:52%;
}
.responsive-menu-icon::before {
	content: "MENU";
	font: normal 20px/1 'dashicons';
	margin: 0 auto;
	text-align: center;
	vertical-align:middle;
}
.responsive-menu-icon:after {
content: "\f140";
font-family: dashicons;
font-size: 14px;
font-size: 0.875rem;
line-height: 1.5;
	vertical-align:middle;
}

.responsive-menu-icon:before{
	font-family:"Open Sans", san serif;
	font-size:14px;
font-size: 0.875rem;
	font-weight:700;
}
/*
Content Area
---------------------------------------------------------------------------------------------------- */

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

/* Home Featured */

.home-featured {
	font-size: 20px;
	font-size: 1.25rem;
	text-align: left;
}

.home-featured .wrap {
	position: relative;
	padding: 40px 0 0;
	padding: 2.5rem 0 0;
}

.home-featured .widget {
	padding: 16px 0;
	padding: 1rem 0;
	max-width: 100%;
	font-size: 45px;
	font-size: 2.8125rem;
	font-family:"Open Sans", san serif;
	color: rgb(255, 255, 255);
	line-height: 1.178;
  position:relative;
}
.home-featured .banner.widget a{
	color: #fff;
  position: absolute;
  bottom: 28px;
  right: 35px;
  width: 30%;
  overflow:none;
}
.home-featured .textwidget a{
	color: rgb(255, 255, 255);
  text-decoration:none;
}
.home-featured .textwidget .fscf-div-form a{
	color: #0076c0;
}

.home-featured .banner .textwidget h1{
	font-size: 45px;
  font-size: 2.8125rem;
}
.home-featured .banner.widget a:hover{
  opacity:0.6;
}
.home-featured .banner.widget  span{
	font-size: 350px;
}
.home-featured .banner.widget .textwidget{
	padding: 0 350px 0 40px;
	padding: 0 3.125rem 0 2.5rem;
	margin-top: 136px;
	width:70%;
}
.home-featured .widget.book-a-tutor, .home-featured .widget.book-a-tutor:last-child {
	margin: 40px 0 0;
	padding: 20px 40px 30px;
	padding: 1.25rem 2.5rem 1.875rem;
	max-width: 100%;
	background:#0076c0;
	color:#fff;
}
.footer-widgets .simple-social-icons, .footer-widgets .book-a-tutor{
	margin-left:0px;
}

.simple-social-icons svg[class^="social-"], .simple-social-icons svg[class*=" social-"] {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

.simple-social-icons ul li {
list-style-type: none !important;
background: none !important;
    border: none !important;
    list-style-type: none !important;
    margin: 0 6px 12px !important;
    padding: 0 !important;
}


.simple-social-icons ul li a {
    box-sizing: content-box;
    display: inline-block;
    font-style: normal !important;
    font-variant: normal !important;
    font-weight: normal !important;
    height: 1em;
    line-height: 1em;
    text-align: center;
    text-decoration: none !important;
    text-transform: none !important;
    width: 1em;
}

.simple-social-icons ul.aligncenter li {
display: inline-block;
    float: none;
}

.home-featured .widget:last-child {
	margin-bottom: 200px;
}

.home-featured .widget.property-search,
.home-featured .widget.property-search:last-child {
	margin: 200px 0 0;
	padding: 30px 20px;
	padding: 1.875rem 1.25rem;
	max-width: 100%;
}

.home-featured .widget.property-search .widget-title {
	margin: -30px -20px 30px;
	margin: -1.875rem -1.25rem 1.875rem;
}
.home-featured .widget .fscf-div-form{
	margin-top:10px;
}

.full-width .property-search input,
.full-width .property-search select,
.home-featured .property-search input,
.home-featured .property-search select,
.home-middle-1 .property-search input,
.home-middle-1 .property-search select {
	border: medium none;
	margin: 5px;
	width: 23.375%;
	-webkit-appearance: none;
}

.full-width .property-search select:nth-of-type(4n+1),
.home-featured .property-search select:nth-of-type(4n+1),
.home-middle-1 .property-search select:nth-of-type(4n+1) {
	margin-left: 0;
}

/* Home Blog */

.home-blog-wrap{
	background-color: #f0f0f0;
}
.home-blog{
	padding:90px 0;
}
.home-blog .widget_text{
	float: left;
	width: 23.90%;
	background:#0076c0;
	color:#fff;
	padding:70px 15px; 
	margin:0 1.1% 0 0;
	height:378px;
}
.home-blog .featuredpost{
	float: right;
	width: 74.5%;
}
.home-blog.full-width .widget{
	clear:none;
}
.home-blog article a{
	height:210px;
	overflow:hidden;
  position:relative;
  width:330px;
}
.home-blog .textwidget{
	text-align:center;
	font-weight:700;
	text-transform: uppercase;
}
.home-blog .textwidget a{
	display:block;
	color:#fff;
	margin:20px 0 0;
	margin:1.25rem 0 0;
	font-size:50px;
	font-size:3.125rem;
}
.home-blog.full-width .widget-title{
	background:none;
	font-weight:300;
	font-size:45px;
	font-size:2.8125rem;
	margin-bottom:30px;
	margin-bottom:1.875rem;
}

.home-blog .entry-title{
	height: 124px;
	overflow: hidden;
}

.archive .content .listing,
.full-width .featured-listings .listing,
.full-width .featuredpage,
.full-width .featuredpost .entry {
	background-color: #fff;
  color: #1a212b;
  float: left;
  margin: 0 0 0 2%;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-align: center;
  width: 31.833%;
}
.home-blog.full-width .featuredpost .entry{
	background:#0076c0;
	text-align:left;
	padding:0 0 20px 0;
	padding:0 0 1.25rem 0;
line-height:140%;
}
.home-blog.full-width .featuredpost h2{
	line-height:1;
}
.home-blog.full-width .featuredpost .entry a{
	color:#fff;
	font-size:20px;
	font-size:1.25rem;
	font-weight:300;
  border-bottom:1px solid transparent;
  text-decoration:none;
  -webkit-transition:all .5s ease-in;
}
.home-blog.full-width .featuredpost .entry a:hover{
    border-bottom: 2px solid rgba(255,255,255,1);
}
.home-blog.full-width .featuredpost .entry a.aligncenter{
	border:none;
}


.full-width .featuredpage {
	clear: none;
	width: 22.875%;
}

.full-width .featured-content .entry-content,
.full-width .featured-content .entry-header {
	padding: 0 30px 0;
	padding: 0 1.875rem 0;
}

.archive .content .listing:nth-of-type(3n+1),
.full-width .featured-listings .listing:nth-of-type(3n+1),
.full-width .featuredpage:nth-of-type(4n+1),
.full-width .featuredpost .entry:nth-of-type(3n+1) {
	clear: both;
	margin-left: 0;
}

.full-width .featured-content p.entry-meta {
	margin-top: 10px;
	margin-top: 0.625rem;
}

.full-width .featured-content .entry .alignnone,
.full-width .featured-content .entry-title,
.full-width .featuredpage .entry {
	margin-bottom: 0;
}

.full-width .featured-content .entry img {
	margin-bottom: -8px;
  margin-left:-8%;
}

.full-width .featured-content ul,
.full-width .featured-listings .widget-title,
.full-width .featuredpost .widget-title,
.listing-archive {
	margin-bottom: 1.5%;
}

.full-width .featured-content .more-from-category a {
	background-color: #d23836;
	color: #fff;
	clear: both;
	display: block;
	font-weight: 700;
	padding: 20px 40px;
	padding: 1.25rem 2.5rem;
}

.home-middle-1 .featured-content .more-from-category a {
	background-color: #1a212b;
}

.full-width .featured-content p.more-from-category a:hover {
	background-color: #fff;
	color: #1a212b;
}

.full-width .featured-content h4 {
	clear: both;
}

/* Home Featured Page */
.home-featured-page{
	background-color:#ffffff;
	clear: both;
	overflow: hidden;
	padding: 80px 0;
}
.home-featured-page .widget{
	width: 25%;
	float:left;
	padding:0 20px 0;
	padding:0 1.25rem 0;
}
.home-featured-page .widget h4{
	font-size: 30px;
	font-size: 1.875rem;
	font-family:"Open Sans", san serif;
	color:#000 !important;
	line-height: 1.3;
	font-weight:300;
	background:none;
}
.home-featured-page .widget .textwidget{
	font-size: 16px;
	font-size: 1rem;
	font-family:"Open Sans", san serif;
	color: rgb(0, 0, 0);
	line-height: 1.625;
	text-align:center;
}
.home-featured-page .icon{
	font-size:140px;
	font-size:14.0rem;
}
.home-featured-page .widget .textwidget img{
	width:90%;
	margin:0 auto 30px;
}
/*
.home-featured-page .widget.payasyougo h4:before{
	font-family: 'SIE-iconfont';
	content: "\e626";
	font-size:150px;
	display:block;
	color: rgb(43, 120, 194);
}
.home-featured-page .widget.certified h4:before{
	font-family: 'SIE-iconfont';
	content: "\e603";
	font-size:150px;
	display:block;
	color: rgb(43, 120, 194);
}
.home-featured-page .widget.In-home-tutoring h4:before{
	font-family: 'SIE-iconfont';
	content: "\e616";
	font-size:150px;
	display:block;
	color: rgb(43, 120, 194);
}
.home-featured-page .widget.individualized  h4:before{
	font-family: 'SIE-iconfont';
	content: "\e638";
	font-size:150px;
	display:block;
	color: rgb(43, 120, 194);
}
*/
/* Home Location */

.home-location-wrap {
	background-color: #b2d6ec;
	clear: both;
	overflow: hidden;
}

.home-location.widget-area .featured-content.featuredpage {
	background-color: #fff;
	padding: 0;
}

.home-location.widget-area .featuredpage .widget-wrap {
	padding: 40px 0 0;
	padding: 2.5rem 0 0;
}

.home-location.widget-area .widget_text .widget-title {
	background: none;
	padding: 0;
}

.home-location .widget a,
.home-location {
	color: #fff;
}

.home-location .entry a {
	color: #d23836;
}

.home-location  .entry a:hover {
	color: #1a212b;	
}
.home-location .widget_nav_menu{
	background:#0076c0;
}
.home-middle .home-location  button,
.home-middle .home-location  input[type="button"],
.home-middle .home-location  input[type="reset"],
.home-middle .home-location  input[type="submit"],
.home-middle .home-location  .widget .button {
	background-color: #fff;
	color: #1a212b;
}

.home-middle .home-location  button:hover,
.home-middle .home-location  input:hover[type="button"],
.home-middle .home-location  input:hover[type="reset"],
.home-middle .home-location  input:hover[type="submit"],
.home-middle .home-location  .widget .button:hover {
	background-color: #1a212b;
	color: #fff;
}

.home-testimonial {
	clear: left;
	float: left;
	padding: 100px 0 140px;
}
.home-testimonial p{
	text-align:center;
	color:#fff;
	padding:0 100px;
	font-size:30px;
	font-size:1.875rem;
	font-weight:300;
	line-height: 1.333;
}
.home-testimonial p span{
	font-size:16px;
	font-size:1rem;
	font-weight:400;
	margin-top:30px;
	margin-top:1.875rem;
	display:block;
	line-height: 1.125;
	text-transform:uppercase;
}
.home-testimonial p:before{
	font-family: 'SIE-iconfont';
	content: "\e636";
	display: block;
	font-size: 65px;
}

.home-about-wrap{
	background-color:#ffffff;
	clear: both;
	overflow: hidden;
}

.home-about .featured-listings .listing:nth-of-type(2n+1),
.home-about .featuredpost .entry:nth-of-type(2n+1) {
	clear: both;
	margin-left: 0;
}

.home-about li, .home-about ul, .home-about li a, .home-about ul li a {
list-style-type: disc;
}

.home-about ul {
margin: 0 0 20px 20px;
}

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

.entry {
	background-color: #fff;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}
.content-sidebar-wrap .entry-header{
	background-color:#b2d6ec;
	position:relative;
	padding: 40px 60px;
	padding: 2.5rem 3.75rem;
	font-size: 45px;
	font-size: 2.8125rem;
	font-family:"Open Sans", san serif;
	color: rgb(7, 120, 189);
	line-height: 1.178;
	text-align: left;
	font-weight: 300;
}
.entry-header h1{
	width:400px;
	font-size: 45px;
	font-size: 2.8125rem;
}
.single .entry-header h1{
	width:100%;
}
.single .thumb{
  display:none;
}
.content .entry-content{
	padding: 50px 60px 0;
	padding: 3.125rem 3.75rem;
	background:url(images/gray-logo.jpg) no-repeat right bottom;
	background-size: 18vw;
  min-height:600px;
}
.entry-content p{
	font-size: 16px;
	font-size: 1rem;
	font-family:"Open Sans", san serif;
	color: rgb(0, 0, 0);
	line-height: 1.625;
}
.entry-content p:last-child {
	margin-bottom: 0;
}

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

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

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

p.entry-meta,
p.entry-meta a {
    color: #aaa;
    font-size: 16px;
    font-size: 1rem;
}

.entry-meta a:hover {
    color: #1a212b;
}

.entry-header .entry-meta {
	margin-bottom: 30px;
	margin-bottom: 1.875rem;
}

.entry-footer .entry-meta {
	padding-top: 24px;
	padding-top: 1.5rem;
}
.entry-footer{
	padding:0 3.75rem
}
.entry-comments-link::before,
.entry-tags::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

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

.after-entry {
	background: #b2d6ec url(images/after-post-bg.png) no-repeat  bottom right;
	background-size:20vw;
	color: #097ac3;
	margin-bottom: 40px;
	margin-bottom: 2.5rem;
}

.after-entry .textwidget{
	font-size: 45px;
	font-size: 2.8125rem;
	font-family:"Open Sans", san serif;
	color: rgb(0, 118, 192);
	line-height: 1.178;
	font-weight: light 300
}

.after-entry .widget {
	padding: 40px;
	padding: 2.5rem;
	margin-bottom: 0;
}

.after-entry .featured-content .entry:last-child,
.after-entry p:last-child {
	padding: 0;
	margin: 0;
}

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

.after-entry .textwidget a{
	background-color: #b2d6ec;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	border-radius: 5px;
	border:2px solid #0076c0;
	color: #0076c0;
	display: block;
	display: table;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	margin: 30px 0 0;
	margin: 1.875rem 0 0;
	padding: 15px 40px;
	padding: 0.9375rem 2.5rem;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	letter-spacing:1px;
}
.after-entry .textwidget a:hover{
	background-color: #0076c0;
	color: #fff;
}

.after-entry h4 {
font-size: 36px;
font-size: 2.25rem;
text-align: left;
}

.after-entry p {
font-size: 25px;
font-size: 1.5625rem;
}

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

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

.entry-pagination {
	margin: 0;
}

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

.archive-pagination li {
	display: inline;
}

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

.archive-pagination li a:hover,
.archive-pagination .active a {
	background-color: #1a212b;
	color: #fff;
}

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

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

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

.entry-comments {
	padding: 40px;
	padding: 2.5rem;
}

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

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

.comment-content {
	clear: both;
}

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

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

.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;
	margin-right: 0.75rem;
}

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

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

.bypostauthor {
}

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


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

.sidebar {
	font-size: 16px;
	font-size: 1rem;
	padding-bottom: 40px;
	padding-bottom: 2.5rem;
}
.sidebar .widget a img{
	display: block;
	line-height: 80%;
}
.sidebar .video.widget a{
	position: relative;
	background: #000 !important;
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
	top:0;
    left:0;
}
.sidebar .video.widget a:after{
	content: "\e640";
	font-family: 'SIE-iconfont';
	color: #fff;
	font-size: 300px;
	position: absolute;
	line-height: 80%;
	opacity: 1;
	margin: 0 auto 0 auto;
	position: absolute; 
	left: 50%; 
	top:50%;
	margin-left:-150px;
	margin-top:-120px;
}

.sidebar .video.widget a img{
	opacity:0.5;
}
.sidebar .video.widget a:hover img{
	opacity:1;
		-moz-transition:    opacity .4s ease-in-out;
		-ms-transition:     opacity .4s ease-in-out;
		-o-transition:      opacity .4s ease-in-out;
		-webkit-transition: opacity .4s ease-in-out;
		transition:         opacity .4s ease-in-out;
}
.sidebar li {
}
.sidebar li a {
	color:#fff;
	font-size:16px;
	font-size:1rem;
	color:#fff;
	border-bottom: 1px solid #ddd;
	padding: 15px 40px;
	padding: 0.9375rem 2.5rem;
	display:block;
  line-height:120%;
}

.sidebar li a:hover {
	background:#b2d6ec;
	color:#0076c0;
}

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

.sidebar .widget {
	background:#0076c0;
	color:#fff;
	font-size:16px;
	font-size:1rem;
	font-weight:400;
}
.sidebar .widget.yellow {
	background-color: #ffe3b8;
	color:#fff;
	font-size:16px;
	font-size:1rem;
	font-weight:400;
}
.sidebar .widget.yellow .entry-content .more-link {
  padding: 15px 40px;
  padding: 0.9375rem 2.5rem;
  background-color: #EA7024;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin-top: 15px;
  margin-top: 0.9375rem;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid transparent;
}
.sidebar .widget.yellow .entry-content .more-link:hover{
	background-color:#ffe3b8;
	border:2px solid #EA7024;
	color: #EA7024;
}
.sidebar .widget.yellow .entry-title a {
  font-size: 30px;
  font-size: 1.875rem;
  color: #000;
}
.sidebar .widget.yellow .entry-content p, .sidebar .widget.yellow .textwidget{
  font-weight: 400;
  color: #000;
}
.sidebar .widget.yellow .textwidget {
  padding: 20px 40px 40px;
  padding: 1.25rem 2.5rem 2.5rem;
}

.sidebar .book-a-tutor span{
	display:block;
	font-size:50px;
	font-size:3.125rem;
	margin-bottom:17px;
	font-style:normal;
	line-height:1;
}
.sidebar .widget.book-a-tutor{
	background:#b2d6ec;
	color:#0076c0;
	font-size:30px;
	font-size:1.875rem;
	font-weight:300;
	padding:30px 40px;
	padding:1.875rem 2.5rem;
	line-height:35px;
}
.content-sidebar-wrap .sidebar .entry-header{
	font-size:30px;
	font-size:1.875rem;
	font-weight:300;
	background:none;
	color:#fff;
	padding:0 40px 0;
	padding:0 2.5rem 0;
	line-height:140%;
}
.content-sidebar-wrap .sidebar .entry-header h2{
	line-height:120%;
	margin:0 0 20px;
	margin:0 0 1.25rem;
}
.content-sidebar-wrap .sidebar  h4{
	margin:0;
	padding:20px;
	padding:1.25rem;
}
.content-sidebar-wrap .sidebar .has-post-thumbnail img{
	width:100% !important;
}
.content-sidebar-wrap .sidebar .sidebar-newsletter .textwidget{
	padding:20px 40px 40px;
	padding:1.25rem 2.5rem 2.5rem;
}
.content-sidebar-wrap .sidebar .sidebar-newsletter{
	background:#0076c0 url(images/SIE-icons_mail.png) no-repeat -15px 50px;
}
.content-sidebar-wrap .sidebar .sidebar-newsletter span{
	margin-left: 110px;
	width: 200px;
	display: block;
	line-height: 160%;
}
.content-sidebar-wrap .sidebar .sidebar-newsletter .textwidget input{
	border:none;
	font-weight:400;
	line-height:50px;
	height:50px;
}
.content-sidebar-wrap .sidebar .sidebar-newsletter .textwidget input[type="submit"], .sidebar a.more-link{
	background-color: #b2d6ec;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #0076c0;
	display: block;
	display: table;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	padding: 15px 40px;
	padding: 0.9375rem 2.5rem;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	letter-spacing:1px;
	font-style:normal;
	border:2px solid #b2d6ec;
	width:100%;
  transition: .2s ease-out, 1s ease-in;
}
.sidebar a.more-link{
	margin: 30px 0 0;
	margin: 1.875rem 0 0;
}
.content-sidebar-wrap .sidebar .sidebar-newsletter .textwidget input[type="submit"]:hover, .sidebar a.more-link:hover{
	background-color: #0076c0;
	border:2px solid #b2d6ec;
	color: #fff;
}
.content-sidebar-wrap .sidebar .sidebar-newsletter .textwidget form{
	margin-top:15px;
	margin-top:0.9375rem;
}
.content-sidebar-wrap .sidebar .entry-header a{
	font-size:30px;
	font-size:1.875rem;
	font-weight:300;
	background:none;
	color:#fff;
}
.content-sidebar-wrap .sidebar .entry-header a:hover{
	font-size:30px;
	font-size:1.875rem;
	font-weight:300;
	background:none;
	color:#fff;
	text-decoration:underline;
}
.sidebar .entry-content {
	padding: 0 40px 40px;
	padding: 0 2.5rem 2.5rem;
}
.sidebar .entry-content p{
	color:#fff;
	font-weight:400;
}

.fscf-input-text{
  width:100%;
}
/*Page Button*/
.page-btn{
background-color: #0076c0 ;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #fff;
	display: block;
	display: table;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	margin: 30px 0 0;
	margin: 1.875rem 0 0;
	padding: 15px 40px;
	padding: 0.9375rem 2.5rem;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	letter-spacing:1px;
	font-style:normal;
	border:2px solid #0076c0;
	width:99%;
  transition: .2s ease-out, 1s ease-in;
  text-decoration:none !important;
}
.page-btn:hover{
	background-color: transparent;
	border:2px solid #0076c0 ;
	color: #0076c0;
}

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

.footer-widgets {
	background-color: #fff;
	clear: both;
}

.footer-widgets .wrap{
	padding: 40px 0 40px;
	padding: 2.5rem 0 2.5rem;
}

.footer-widgets a, .footer-wide a {
	font-family:"Open Sans", san serif;	
	color: rgb(178, 214, 236);
	line-height: 2.083;
	text-align: left;
	font-weight: 400;
}

.footer-widgets .footer-widgets-2 .widget-first{
	margin-bottom:26px;
}
.footer-widgets .footer-widgets-1{
	text-align:center;
}
.footer-widgets a:hover, .footer-wide a:hover {
	text-decoration:underline;
}
.footer-widgets p, .footer-wide p{
	margin:0;
}
.footer-widgets p:last-child, .footer-wide p:last-child {
	margin-bottom: 0;
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
	float: left;
	width: 25%;
}

/*Global Menu*/
.footer-wide .wrap {
	padding: 50px 0;
	padding: 3.125rem 0;
}
.global_menu{
	float:left;
	width:25%;
}
.global_menu h4{
	text-align:left;
	font-weight:700;
	font-size:12px;
	font-size:0.875rem;
	text-transform:uppercase;
	color:#fff;
	line-height:2.083;
}
.global_menu ul li a{
	font-family:"Open Sans", san serif;
	color: rgb(178, 214, 236);
	line-height: 2.083;
	text-align: left;
	font-weight: 300;
	font-size:12px;
	font-size:0.75rem;
	text-transform:uppercase;
}

.global_menu .textwidget a{
	display:block;
	text-transform:uppercase;
	font-size:16px;
	font-size:1rem;
	font-weight:700;
	text-align:center;
	color: rgb(178, 214, 236);
	
	border:2px solid #b2d6ec;
	padding:10px;
	padding:0.625rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 100%;
	margin: 0 auto 10px;
	margin: 0 auto 0.625rem;
	text-decoration:none;
}
.global_menu .textwidget a:hover{
	background:#0076c0;
	text-decoration:none;
}

.mail, .phone{
	width:50%;
	float:left;
	font-weight:400;
}
.mail p, .phone p{
	font-weight:400;
}
.mail span, .phone span{
	font-size:70px;
	font-size:4.375em;
	float:left;
	margin-right:20px;
	margin-right:1.25rem;
	margin-top:2px;
	height:200px;
}
.mail strong, .phone strong{
	text-transform:uppercase;
	letter-spacing:1px;
}
.phone a{
	text-decoration:underline;
}
.phone a:hover{
	text-decoration:none;
}
.phone small{    
  padding: 0;
  margin: 0;
  line-height: 0;
  font-size: 0;
}

.entry-content .attachment-featured-image{
  display:none;
}
/*
Site Footer
---------------------------------------------------------------------------------------------------- */
.site-footer p{
	margin:0;
}
.site-footer a{
	font-size: 12px;
	font-size: 0.75rem;
	font-family:"Open Sans", san serif;
	color: rgb(178, 214, 236);
	text-decoration:underline;
}
.site-footer{
	font-size: 12px;
	font-size: 0.75rem;
	font-family:"Open Sans", san serif;
	color: rgb(178, 214, 236);
	line-height: 2.273;
	text-align: left;
	font-weight: 300;
	text-transform:uppercase;
	padding:15px 0;
	padding:0.9375rem 0;
}

/*
File Icons CSS
---------------------------------------------------------------------------------------------------- */

/* PDF document links */
a[href$='.pdf']:before {
	content: "\eada";
display:inline-block;
padding-right:10px;
padding-right:0.625rem;
font-size: 20px;
font-size: 1.25rem;
font-family: 'SIE-iconfont';
font-style: normal!important;
}
 
/* Excel Documents links */
a[href$='.xls']:before, a[href$='.csv']:before, a[href$='.xlw']:before, a[href$='.xlt']:before {
	content: "\eadd";
display:inline-block;
padding-right:10px;
padding-right:0.625rem;
font-size: 20px;
font-size: 1.25rem;
font-family: 'SIE-iconfont';
font-style: normal!important;
}
 
/* Word Document Links */
a[href$='.doc']:before, a[href$='.docx']:before, a[href$='.rtf']:before, a[href$='.wps']:before, a[href$='.txt']:before {
	content: "\eadc";
display:inline-block;
padding-right:10px;
padding-right:0.625rem;
padding-right:0.625rem;
font-size: 20px;
font-size: 1.25rem;
font-family: 'SIE-iconfont';
font-style: normal!important;
}

/* Zip Document Links */
a[href$='.zip']:before {
content: "\e92b";
display:inline-block;
padding-right:10px;
padding-right:0.625rem;
font-size: 20px;
font-size: 1.25rem;
font-family: 'SIE-iconfont';
font-style: normal!important;
}

/*DMG Added*/
.backstretch:before{
	background:rgba(0,0,0,0.5);
	content:"";
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
}
.sub-footer-wrap{
	background-color:#ffffff;
}

/*Book*/
.book-a-tutor form:after{
  display:block;
  clear:both;
  content:"";
}
.book-a-tutor .fscf-div-clear, .book-a-tutor .fscf-div-submit{
	width:20%;
	float:left;
}
.book-a-tutor input, .book-a-tutor select{
	width:90%;
	border:none !important;
	line-height: 1.75;
	padding:10px;
	padding:0.625rem;
	
}
.book-a-tutor input[type="submit"]{
	width:100%;
	background-color: #000000;
	border: none;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1.125;
	padding: 14px 24px;
	padding: 0.875rem 1.5rem;
	text-transform: uppercase;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-style:normal;
	letter-spacing:1px;
	border:2px solid transparent !important;
}
.book-a-tutor input[type="submit"]:hover{
	background-color: transparent;
	border:2px solid #000 !important;
}
.book-a-tutor span{
	font-size:20px;
	font-size:1.25rem;
	font-style: italic;
	line-height: 1.75;
}

/*Location*/
.home-location-wrap .full-width .widget {
	clear: none;
}
.home-location{
	padding:90px 0;
}
.home-location .widget-1{
	float: left;
	width: 340px;
}
.home-location .widget-2 {
	float: right;
	width: 880px;
}
/*MAP*/
#map{
	width:100%;
	height:500px;
}

#map{
	border:2px solid #bcbdc0;
}
#map {
	border:0;
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
	filter: gray; /* IE6-9 */
	  -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
	  -webkit-backface-visibility: hidden;  /* Fix for transition flickering */
	height:500px;
}
.home-location-wrap .full-width h4.widget-title{
	font-weight:300;
	font-size:30px;
	font-size:1.875rem;
	margin-bottom:0;
	padding:20px 0;
	padding:1.25rem 0;
}
.home-location-wrap .menu-location-container{
	background-color:#0076c0;
}
.home-location-wrap .menu-location-container ul li a{
	padding:15px 0;
	padding:0.9375rem 0;
	text-align:center;
	border-bottom:1px solid #fff;
	display:block;
	font-weight:400;
}
.home-location-wrap .menu-location-container ul li a:hover{
	background-color:#59a6d6;
}
.home-location-wrap .full-width .widget {
	clear: none;
}

/*About*/
.home-about{
	padding:90px 0;
}
.home-about .textwidget{
	font-size: 16px;
	font-family: "Open Sans";
	color: rgb(0, 0, 0);
	line-height: 1.625;
}
.home-about .widget-1{
	float: left;
	width: 880px;
}
.home-about-wrap  a.aligncenter, 
.home-about-wrap  a.alignnone{
  width:100%;
}
.home-about-wrap .textwidget h2{
	font-size:45px;
	font-size:2.8125rem;
	font-weight:300;
	line-height:1.178;
	color:#000000;
	margin-bottom:50px;
	margin-bottom:3.125rem;
	text-align:left;
}
.home-about-wrap .widget-1 .entry-content{
	padding:0;
	padding-right:80px;
}
.home-about-wrap .widget-2 .entry-content{
	padding:0 30px;
	padding:0 1.875rem;
}
.home-about-wrap .widget-2 .aligncenter, 
.home-about-wrap .widget-2 .alignnone {
	margin:0 0 15px;
	margin:0 0 0.9375rem;
	overflow: hidden;
	height: 100%;
}

.home-about-wrap .widget h4.widget-title, .home-about-wrap .textwidget h2{
	font-size:45px;
	font-size:2.8125rem;
	font-weight:300;
	line-height:1.178;
	color:#000000;
	margin-bottom:50px;
	margin-bottom:3.125rem;
	text-align:left;
}




/*Blue*/
.home-about-wrap .widget-2.blue,
.home-about-wrap .widget-2.featured-content {
	float: right;
	background:#0076c0;
}
@media (min-width: 1280px) {
	.home-about-wrap .widget-2.blue,
	.home-about-wrap .widget-2.featured-content {
		width: 360px;
	}
}
.home-about-wrap .widget-2.blue .entry-title a,
.home-about-wrap .widget-2.featured-content .entry-title a {
	float: right;
  color:#fff;
}
.home-about-wrap .widget-2.blue .entry-title,
.home-about-wrap .widget-2.featured-content .entry-title {
  text-align: center;
  line-height: 1.2;
  padding: 0 10px;
}
.home-about-wrap .widget-2.blue h4.widget-title,
.home-about-wrap .widget-2.featured-content h4.widget-title{
	font-size:45px;
	font-size:2.8125rem;
	font-weight:300;
	line-height:1.178;
	color:#fff;
	margin-bottom:50px;
	margin-bottom:3.125rem;
	text-align:left;
}
.home-about-wrap .widget-2.blue  h4.widget-title,
.home-about-wrap .widget-2.featured-content  h4.widget-title{
	font-size: 30px;
  font-size: 1.875rem;
  color: #fff;
  text-align: center;
  padding:20px 0;
  margin:0;
}
.home-about-wrap .widget-2.blue .entry-content p,
.home-about-wrap .widget-2.featured-content p{
  color:#fff;
}
.home-about-wrap .widget-2.blue .entry-content .more-link,
.home-about-wrap .widget-2.featured-content .more-link {
  background-color: #b2d6ec;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #0076c0;
  display: block;
  display: table;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  padding: 15px 40px;
  padding: 0.9375rem 2.5rem;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  letter-spacing: 1px;
  font-style: normal;
  border: 2px solid #b2d6ec;
  width: 99%;
}
.home-about-wrap .widget-2.blue .entry-content .more-link:hover,
.home-about-wrap .widget-2.featured-content .more-link:hover{
	background-color: #0076c0;
	border:2px solid #b2d6ec;
	color: #fff;
  opacity:1;
}
.home-about-wrap .widget-2.blue .entry-title a:hover,
.home-about-wrap .widget-2.featured-content .entry-title a:hover{
	color:#fff;
	text-decoration: none;
    border-bottom: 2px solid rgba(255,255,255,1);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}


/*Yellow*/
.home-about-wrap .widget-2.yellow {
	float: right;
	background:#f8ebbf;
}
.home-about-wrap .widget-2.yellow .entry-title {
  text-align: center;
  line-height: 1.2;
  padding: 0 10px;
}
.home-about-wrap .widget-2.yellow .entry-title a{
  color:#000;
  float: none;
}
.home-about-wrap .widget-2.yellow  h4.widget-title{
	font-size: 30px;
  font-size: 1.875rem;
  color: #000;
  text-align: center;
  padding:20px 0;
  margin:0;
}
.home-about-wrap .widget-2.yellow .entry-content p{
  color:#000;
}
.home-about-wrap .widget-2.yellow .entry-content .more-link {
  background-color: #EA7024;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: block;
  display: table;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  margin: 30px 0 0;
  margin: 1.875rem 0 0;
  padding: 15px 40px;
  padding: 0.9375rem 2.5rem;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  text-decoration: none;
  letter-spacing: 1px;
  font-style: normal;
  border: 2px solid #EA7024;
  width: 99%;
}
.home-about-wrap .widget-2.yellow .entry-content .more-link:hover{
	background-color:#f8ebbf;
	border:2px solid #EA7024;
	color: #EA7024;
  opacity:1;
}
.home-about-wrap .widget-2.yellow .entry-title a:hover{
	color:#000;
	text-decoration: none;
    border-bottom: 2px solid rgba(255,255,255,1);
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

/*Footer*/
.footer-widgets{
	background-color:#b2d6ec;
}
.footer-widgets .full-width .widget {
	clear: none;
}
.footer-widgets{
	padding:40px 0;
	padding:2.5rem 0;
}
.footer-widgets-1 {
	float: left;
	width: 340px;
}
.footer-widgets-1 .book-a-tutor a{
	text-align:center;
	background:#0076c0;
	padding:5px 10px;
	padding:0.35714286rem 0.625rem;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 70%;
	text-decoration:none;
	display:block;
	color:#fff;
	text-transform:uppercase;
	font-weight:700;
	margin:10px auto 15px;
	margin:0.625rem auto 0.9375rem;
	border:2px solid transparent;
	font-size:16px;
	font-size:1rem;
}
.footer-widgets-1 .book-a-tutor a:hover{
	background:#b2d6ec;
	color:#0076c0;
	border:2px solid #0076c0;
}
.footer-widgets-1 img{
	width:95%;
}
.footer-widgets-2 {
	float: right;
	width: 880px;
}
.footer-widgets-2 .textwidget a{
	color: #0076c0;
	text-decoration: underline;
	display: block;
	line-height: 140%;
}
.footer-widgets-2 .textwidget a:hover{
	color:#0076c0;
	text-decoration:none;
}
.footer-widgets-2 h4.widget-title{
	text-align:left;
	font-size:45px;
	font-size:2.8125rem;
	color:#0076c0;
	font-weight:300;
	line-height:1.178;
}
.footer-widgets-2 .textwidget{
	color:#0076c0;
	font-size:16px;
	font-size:1rem;
	margin-top:30px;
	margin-top:1.875rem;
	line-height: 1.625;
	font-weight:400;
}

/*Footer Widgets*/
.footer-widgets{
	background:#b2d6ec;
}
.site-footer{
	background:#0669ac url(images/footer-bg.jpg);
	color:#b2d6ec;
	border-top:1px solid #b2d6ec;
}
.footer-wide{
	background:#0669ac url(images/footer-bg.jpg);
	color:#b2d6ec;
}


/*SVG FALLBACK*/
.site-title a {
	background: url(images/SIE_weblogo.png) no-repeat;
	background-size: 100% auto;
	background-image: url(images/SIE_weblogo.svg), none;
	display: block;
	height: 75px;
	text-indent: -9999em;
	width: 229px;
	margin: 10px 0 -10px 12px;
}

/*404*/
.error404 h1{
	background-color: #b2d6ec;
	position: relative;
	padding: 40px 60px;
	padding: 2.5rem 3.75rem;
	font-size: 45px;
	font-size: 2.8125rem;
	font-family:"Open Sans", san serif;
	color: rgb(7, 120, 189);
	line-height: 1.178;
	text-align: left;
	font-weight: light 300;
}
.error404 input{
	margin-bottom:20px;
	margin-bottom:1.25rem;
}
.content-sidebar-wrap .sidebar .location-menu.widget_nav_menu h4{
	background-image: url(images/png/SIE-icons_location-white.png);
	background-repeat:no-repeat;
	padding-left:50px;
	background-position:20px;
	background-size:40px;
}


/*Location*/
.locations{
	overflow:visible;
	float: right;
	background: #b2d6ec;
	color: #fff;
	font-size: 14px;
	font-size: 0.875rem;
	font-family:"Open Sans", san serif;
	font-weight: 400;
	height: 75px;
	padding: 10px 15px;
}
.inputDropdown, .inputDropdown-top {
    display: inline-block;
    margin: 0;
	width:100%;
	background:none;
	text-align:center;
	cursor:pointer;
}
.inputDropdown, .inputDropdown-top img{
	width:66%;
}
.inputDropdown-top li li{
	margin:0 !important;
	border-bottom:1px solid #0076c0;
}
.inputDropdown li, .inputDropdown-top li { position: relative; display:block; }
.inputDropdown ul, .inputDropdown-top ul {
    position: absolute;
    display: none;
	width:303px;
	background:#b2d6ec;
	z-index:11;
	left:0;
	top:62px;
}
.inputDropdown ul li a, .inputDropdown-top ul li a{
	display:block;
	 border:none;
	padding: 15px 10px;
    width: 100%;
	letter-spacing:1px;
	font-size: 15px;
	text-decoration:none;
	text-align:center;
}
.inputDropdown ul li a:hover, .inputDropdown-top ul li a:hover{
	background:#0076c0;
	color:#fff;
}
.inputDropdown ul li ul li{
	 background:#fff; border:2px solid #0076c0;
}
.inputDropdowns li:hover ul { 
    display: block; 
	border:2px solid #0076c0;
}
.inputDropdown .sel {
    display: block;
    padding: .2em .5em;
	-moz-appearance: none;
    background: none;
    border: 3px solid #0076c0;
    color: #fff;
    padding: 8px 10px;
    text-indent: 0.01px;
    text-overflow: "";
    width: 100%;
	letter-spacing:1px;
	font-size: 15px;
	text-decoration:none;
}
.locations img{
	width:75%;
	margin:10px auto;
}
.inputDropdown a, .inputDropdown-top a{
	color:#0076c0;
}




/*Dropdown*/
.inputDropdown_select {
  display: inline-block;
  margin: 0;
  width:100%;
  background:none;
}
.inputDropdown_select li { position: relative; }
.inputDropdown_select ul {
  position: absolute;
  display: none;
  width:100%;
  background:#fff;
  z-index:11;
}
.inputDropdown_select ul li{
  background:#fff;
  border: 1px solid #e1e1e1;
  margin: 0;
  border-top: none;
}
.inputDropdown_select ul li ul li{
	 background:#fff;
}
.inputDropdown_select .sel {
    width: 90%;
    border: none !important;
    line-height: 1.75;
    font-style: italic;
    padding: 10px;
    padding: 0.625rem;
}
.inputDropdown_select .sub a {
		text-decoration: none;
}
/*Add DMG*/
.book-a-tutor .inputDropdown_select .sel {
  width:90%;
}
.fscf-input-textarea {
  width:100%;
}
.fscf-input-captcha{
  width:40%;
}
.inputDropdown_select .sel {
  border: none !important;
  line-height: 1.75;
  font-style: italic;
  padding: 10px;
  padding: 0.625rem;
  color:#fff;
  border: none;
  border-radius: 0;
  color: #0076c0;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  padding: 16px 15px;
  padding: 1rem 0.9375rem;
  width: 100%;
  -webkit-appearance: none;
  display:inline-block;
  outline: none;
  background-image: url(images/png/SIE-icons_arrowdown.png);
  background-repeat: no-repeat;
  background-size: 55px auto;
  background-image: url(images/svg/SIE-icons_arrowdown.svg), none;
  background-position: 100%;
  background-color: #fff;
}
.inputDropdown_select .item{
	background-color: #fff;
border: none;
border-radius: 0;
color: #848484;
font-size: 16px;
font-size: 1rem;
font-weight: 300;
line-height: 1;
padding: 13px 15px;
padding: 0.8125rem 0.9375rem;
width:100%;
-webkit-appearance: none;
display:block;
}
.inputDropdown_select .item:hover{
  background:#2b78c2;
  color:#fff;
}


.entry-content ul.inputDropdown_select, .entry-content ul.inputDropdown_select ul{
  margin:0
}
.entry-content ul.inputDropdown_select li{
  list-style:none;
}
.entry-content ul.inputDropdown_select li .sel{
  border:1px solid #060606 !important;
}
.inputDropdown_select li.sub{
  margin-bottom:20px;
}

.sidebar .category-tutor-blog{
  display:none;
}
.sidebar .featuredpost h4.widget-title{
  background: #b2d6ec;
  color: #0076c0;
}
.sidebar .featuredpost ul li{
  background:#fff;
}
.sidebar .featuredpost ul li a{
  color:#0076c0;
  border-bottom:1px solid #0076c0;
}


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

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	only screen and (-moz-min-device-pixel-ratio: 1.5),
	only screen and (-o-min-device-pixel-ratio: 3/2),
	only screen and (min-device-pixel-ratio: 1.5) {

}

@media only screen and (max-width: 1360px) {
	.footer-widgets .footer-widgets-2 .widget-first {
	margin-bottom: 18px;
	}
	.entry-header h1{
		width: 345px;
	}
	.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,
	.home-location .widget-2,
	.footer-widgets-2,
	.home-about .widget-1,
	.home-middle-3,
	.site-header .widget-area {
		width: 740px;
	}
	.home-about .widget-1{
		width:700px;
	}

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

	.home-location .widget-1,
	.footer-widgets-1,
	.home-about .widget-2,
	.home-middle-2, 
	.sidebar-primary {
		width: 360px;
	}

	.home-featured .wrap {
		padding-top: 160px;
	}

	.home-featured .widget:last-child {
		margin-bottom: 160px;
	}

	.home-featured .widget.property-search,
	.home-featured .widget.property-search:last-child {
		margin-top: 160px;
	}
	.home-featured .banner.widget .textwidget{
		margin:0;
	}
	.home-featured .widget{
		padding:40px 0 20px;
		padding:2.5rem 0 1.25rem;
	}
	.home-featured .widget{
		padding:42px 0 20px;
		padding:2.6875rem 0 1.25rem;
		font-size:45px;
		font-size:2.8125rem;
	}

}

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

.mail, .phone{
	width:50%;
}

	.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,
	.home-location .widget-2,
	.footer-widgets-2,
	.home-about .widget-1,
	.home-middle-3,
	.site-header .widget-area {
		width: 640px;
	}

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

	.home-location .widget-1,
	.footer-widgets-1,
	.home-about .widget-2,
	.home-middle-2, 
	.sidebar-primary {
		width: 300px;
	}

	.home-featured .wrap {
		padding-top: 100px;
	}

	.home-featured .widget:last-child {
		margin-bottom: 100px;
	}

	.home-featured .widget.property-search,
	.home-featured .widget.property-search:last-child {
		margin-top: 100px;
	}

	.content-sidebar-wrap .sidebar .sidebar-newsletter span{
		margin-left: 100px;
		width: 150px;
	}
	.home-featured .banner.widget .textwidget {
		margin-top: 0px;
	}
	.home-blog .widget_text{
		padding:55px 15px; 
		padding:3.4375rem 0.9375rem; 
	}
	
	.home-blog.full-width .widget-title{
		font-size:36px;
		font-size:2.25rem;
	}
	 .sidebar .widget-title{
		font-size:24px;
		font-size:1.5rem;
	 }
	 .content-sidebar-wrap .sidebar .widget_nav_menu h4{
		padding-left:70px;
	 }
	 .sidebar h4{
		text-align:left;
	}
	.entry-header h1 {
	width: 250px;
  word-wrap:break-word;
	}
	
	.home-blog .widget_text{
		float: left;
		width: 22.5%;
		background:#0076c0;
		color:#fff;
		padding:39px 15px 20px; 
		margin:0 2.5% 0 0;
		height:auto;
	}
	.home-blog article a, .has-post-thumbnail a.aligncenter{
		height:160px;
		overflow:hidden;
	}
	
	
.home-featured .widget {
	font-size: 36px;
	font-size: 2.25rem;
	padding: 63px 0 20px;
	padding: 3.9375rem 0 1.25rem;
}
.sidebar .video.widget a:after {
font-size: 260px;
margin-left: -130px;
margin-top: -105px;
}

@media only screen and (max-width: 1024px) {
.full-width .featured-content .entry img{
  margin-left:0;
}
.sidebar .widget.book-a-tutor {
font-size: 24px;
font-size: 1.5rem;
}
.home-featured .widget {
	font-size: 36px;
	font-size: 2.25rem;
	padding: 92px 0 20px;
}
	.sidebar .video.widget a:after {
	font-size: 250px;
	margin-left: -125px;
	margin-top: -100px;
}
}
@media only screen and (max-width: 1023px) {
.has-post-thumbnail a.aligncenter{
  width:100%;
}
.sidebar .video.widget a:after {
	font-size: 300px;
	margin-left: -150px;
	margin-top: -120px;
}
.footer-wide .wrap {
	padding: 50px 5%;
	padding: 3.125rem 5%;
}
	.wrap, .home-about-wrap {
		padding-left: 5%;
		padding-right: 5%;
	}
	.site-header .wrap{
		padding:0;
	}
	.home-blog.full-width .widget-title{
		font-size:45px;
		font-size:2.8125rem;
	}
	.entry-header h1 {
	width: 400px;
  word-wrap:break-word;
	}
.home-about-wrap .widget-1 .entry-content, .home-testimonial p{
	padding:0;
}
	.home-about-wrap .wrap{
		padding:0;
		padding:0;
	}
	.entry-content{
		padding: 50px 5%;
		padding: 3.125rem 5%;
	}
	.entry-header h1 {
		font-size: 45px;
		font-size: 2.8125rem;
	}
	.content-sidebar-wrap .sidebar .entry-header {
		font-size: 30px;
		font-size: 1.875rem;
		font-weight: 300;
		background: none;
		color: #fff;
		padding: 0 5% 0;
		line-height: 140%;
	}

	.content,
	.content-sidebar-sidebar .content,
	.content-sidebar-sidebar .content-sidebar-wrap,
	.home-location .widget-1,
	.home-location .widget-2,
	.home-about .widget-2,
	.home-about .widget-1,
	.footer-widgets-1,
	.footer-widgets-2,
	.home-middle .featuredpost .entry,
	.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,
	.full-width .featuredpost .entry,
	.home-blog .featuredpost,
	.home-blog .widget_text
	 {
		width: 100%;
	}

	.full-width .featuredpost .entry,
	.home-blog .featuredpost,
	.home-blog .widget_text{
		margin:0 0 30px;
		margin:0 0 1.875rem;
	}
	.home-blog.full-width .featuredpost .entry{
		padding: 0 0 30px;
		padding: 0 0 1.875rem;
	}
	.home-blog article a, .home-about-wrap .widget-2 .aligncenter, 
	.has-post-thumbnail a.alignnone, .has-post-thumbnail a.aligncenter, .has-post-thumbnail a.alignleft{
		height: 450px;
	}
	.genesis-nav-menu li,
	.site-header ul.genesis-nav-menu,
	.site-header .search-form {
		float: none;
	}

	.home-middle-1,
	.site-description,
	.site-header .search-form,
	.site-header .title-area,
	.site-title {
		text-align: center;
	}


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

	.header-image .site-title a {
		background-position: top !important;
	}


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

	.nav-primary .genesis-nav-menu > .right {
		display: none;
	}
	
	.site-header .genesis-nav-menu li a:last-of-type {
		border-right: 1px solid rgba(255, 255, 255, 0.1);
	}

	.home-bottom,
	.home-top {
		padding: 40px 0;
		padding: 2.5rem 0;
	}

	.home-middle {
		padding: 0 0 40px;
		padding: 0 0 2.5rem;
	}

	.home-middle .home-middle-1 .widget .button.alignright {
		display: table;
		float: none;
		margin: 20px auto 0;
		margin: 1.25rem auto 0;
	}
	
	.home-middle-2,
	.home-middle-3 {
		margin-top: 40px;
		margin-top: 2.5rem;
	}

	.home-middle-2 {
		width: 230px;
	}

	.home-middle-3 {
		width: 500px;
	}

	.home-middle-3 .featuredpost .entry {
		margin-left: 0;
	}

	.home-middle-3 .featured-content .entry {
		margin-bottom: 30px;
		margin-bottom: 1.875rem;
	}

	.footer-widgets .wrap {
		padding: 40px 5%;
		padding: 2.5rem 5%;
	}

	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
		margin-bottom: 20px;
		margin-bottom: 1.25rem;
	}

	.home-featured .wrap {
		padding-top: 80px;
	}

	.home-featured .widget:last-child {
		margin-bottom: 80px;
	}

	.home-featured .widget.property-search,
	.home-featured .widget.property-search:last-child {
		margin-top: 80px;
	}
.home-testimonial p{
	padding:0;
	font-size:16px;
	font-size:1rem;
}
.footer-widgets-1{
	text-align:center;
}
.footer-widgets-1 img{
	width:60%;
	margin:0 auto;
}
.sidebar .featured-content a.alignnone{
	max-height:100%;
	overflow:hidden;
}
	.home-about .widget {
		margin-bottom: 50px;
		margin-bottom: 3.125rem;
	}
	.widget {
		margin-bottom: 50px;
		margin-bottom: 3.125rem;
	}

	.home-location-wrap .widget-last.widget, .home-about-wrap .widget-last.widget{
		margin-bottom:0;
	}

}

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

	.content-sidebar-wrap .sidebar .sidebar-newsletter span{
		width:80% !important;
	}
	.content-sidebar-wrap .entry-header{
		padding: 40px;
		padding: 2.5rem;	
	}
	.page .content-sidebar-wrap .entry-header{
		text-align:center;
	}
	.page .content-sidebar-wrap .entry-header h1{
		text-align:left;
	}
	.content .entry-content{
		padding: 50px 5%;
		padding: 3.125rem 5%;
    min-height:350px;
	}
	.content-sidebar-wrap .sidebar .sidebar-newsletter span{
		margin-left:110px;
	}

}

@media only screen and (max-width: 890px) {
.entry-header h1 {
width: 320px;
word-wrap: break-word;
}
.admin-bar .drop-down-global{
	top: 40px;
}
	
	.franchise, .drop-down-header {
		height:78px;
	}
	.home-featured .widget {
		font-size: 30px;
		padding:50px 0 20px;
	}
	
	.drop-down-header {
		padding: 13px 0 5px;
	}
		.drop-down-global {
			/* float: right; */
			width: 55%;
			position: absolute;
			right: 0;
			top:0;
		}
		
/* Notification Bar */
.notification-bar {
width: 45%;		
}		
	.genesis-nav-menu a{
		line-height:100%;
		height:100%;
	}
		.main-menu{
			width:100%;
		}
	.site-header .widget-area {
		float: none;
		text-align: center;
		width: 100% !important;
	}
	.genesis-nav-menu.responsive-menu {
		display: none;
	}

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

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

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

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

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

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

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

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

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

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

	
	
}
@media only screen and (min-width: 769px) and (max-width:796px) {
  .home-featured .widget{
    padding:75px 0 20px;
  }
}
@media only screen and (max-width: 768px) {
	
	.franchise, .drop-down-header {
		height:74px;
	}
.book-a-tutor .inputDropdown_select .sel {
    width: 100%;
}
div.thumb {
  width: 275px;
  border-radius: 50%;
  height: 275px;
  position: relative;
  z-index: 1;
  right: 0;
  bottom: 0;
  overflow: hidden;
  margin: 0 auto;
}
.inputDropdown_select .sel, .inputDropdown_select ul{
  width:100%;
}

.fscf-div-submit{
  margin-top:20px;
}

	.home-featured .widget {
		padding:0px 0 20px;
	}
.content-sidebar-wrap .sidebar .sidebar-newsletter .textwidget input[type="submit"]{
	font-size:18px;
	font-size:1.125rem;
}
.home-blog .widget_text{
	height:auto;
}
.home-featured .banner.widget a {
right: 0;
}
.footer-widgets-1 .book-a-tutor a{
	font-size:22px;
}
.sidebar .featured-content a.alignnone{
	max-height:350px;
	overflow:hidden;
}
	.home-blog article a, .home-about-wrap .widget-2 .aligncenter, 
	.has-post-thumbnail a.alignnone, .has-post-thumbnail a.aligncenter, .has-post-thumbnail a.alignleft{
		height: 350px;
	}
	
.global_menu.location{
width: 100%;
display: block;
}
.entry-header h1 {
	width: 100%;
  text-align:center;
}

	.page .content-sidebar-wrap .entry-header h1{
		text-align:center;
	}


.home-featured .banner.widget .textwidget{
	width:100%;
}
.home-featured .banner.widget a{
	position:relative;
  bottom:0;
}
.home-blog .widget_text{
	height:auto;
}
.book-a-tutor input, .book-a-tutor select {
width: 100%;
}
.book-a-tutor .fscf-div-clear{
	margin-bottom:2px;
}


.book-a-tutor .fscf-div-clear, .book-a-tutor .fscf-div-submit {
width: 100%;
float: none;
}
.home-featured .banner.widget a{
  width: 50%;
  margin: 0 auto;
  display: block;
}

.global_menu{
float: left;
width: 33.33%;
}
.global_menu.location{
	margin-top:2.5rem;
}
.footer-wide .wrap{
	padding:50px 5%;
	padding:3.125rem 5%;
}

	.home-featured-page .widget {
    display: inline-block;
    height: 100%;
	}
.home-featured .banner.widget span{
	position:relative;
	display:block;
	text-align:center;
}
.home-featured .banner.widget .textwidget {
margin-top: 0;
padding:0;
text-align: center;
}

.footer-widgets-1 .widget{
	text-align:center;
}
.footer-widgets-1 .widget-1 a{
	width:100%;
	margin: 20px 0 20px 0;
	margin: 1.25rem 0 1.25rem 0;
}
.footer-widgets-2  .wrap{
	padding:0;
}
.fscf-div-clear, .fscf-div-submit, .newsletter input, .newsletter select{
	width:100%;
}
.home-about-wrap .widget-1 .entry-content{
	padding:0;
}
	body {
		background-color: #fff;
		font-size: 16px;
		font-size: 1rem;
	}
	

	.site-header .wrap,
	.nav-primary .wrap {
		padding: 0;
	}

	.header-image .site-title a {
		background-size: contain !important;
	}


	.site-header .genesis-nav-menu.responsive-menu .sub-menu {
		background-color: rgba(255, 255, 255, 0.05);
	}

	.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-left: 0;
		width: 100%;
	}

	.home-featured {
		font-size: 16px;
		font-size: 1rem;
	}

	.home-featured .wrap {
		padding: 40px 5% 0;
		padding: 2.5rem 5% 0;
	}
	
	.home-featured .widget {
		max-width: 100%;
	}

	.home-featured .widget:last-child {
		margin-bottom: 40px;
		margin-bottom: 2.5rem;
	}

	.home-featured .widget.property-search,
	.home-featured .widget.property-search:last-child {
		margin-top: 40px;
		margin-top: 2.5rem;
	}

	.home-featured .widget_text .widget-title,
	.tagline {
		font-size: 36px;
		font-size: 2.25rem;
	}

	.entry-title,
	.home-featured .widget.widget_text .widget-title {
		font-size: 30px;
		font-size: 1.875rem;
	}

	.archive .content .listing,
	.full-width .featured-listings .listing,
	.full-width .featuredpage,
	.full-width .property-search input,
	.full-width .property-search select,
	.home-featured .property-search input,
	.home-featured .property-search select,
	.home-middle-1 .property-search input,
	.home-middle-1 .property-search select {
		margin: 0 0 1.5% 1.5%;
		width: 49.25%;
	}

	.home-blog.full-width .featuredpost .entry{
		padding: 0 0 30px;
		padding: 0 0 1.875rem;
	}
	.home-featured-page .widget {
    display: inline-block;
    height: 600px;
    width: 50%;
	}

	.archive .content .listing:nth-of-type(3n+1),
	.full-width .featured-listings .listing:nth-of-type(3n+1),
	.full-width .featuredpage:nth-of-type(4n+1),
	.full-width .featuredpost .entry:nth-of-type(3n+1),
	.full-width .property-search select:nth-of-type(4n+1),
	.home-featured .property-search select:nth-of-type(4n+1),
	.home-middle-1 .property-search select:nth-of-type(4n+1) {
		clear: none;
		margin-left: 1.5%;
	}

	.archive .content .listing:nth-of-type(2n+1),
	.full-width .featured-listings .listing:nth-of-type(2n+1),
	.full-width .featuredpage:nth-of-type(2n+1),
	.full-width .featuredpost .entry:nth-of-type(2n+1),
	.full-width .property-search select:nth-of-type(2n+1),
	.home-featured .property-search select:nth-of-type(2n+1),
	.home-middle-1 .property-search select:nth-of-type(2n+1) {
		clear: both;
		margin-left: 0;
	}

	.home-middle-2,
	.home-middle-3 {
		width: 100%;
	}

	.home-middle-1 .button {
		float: none;
		margin: 0;
	}

	.archive-description,
	.author-box,
	.comment-respond,
	.enews-widget .widget-title,
	.entry-comments,
	.entry-pings,
	.entry,
	.home-middle-1.widget-area .widget,
	.property-search .widget-title,
	.sidebar .widget-title,
	.widget-area .widget.enews-widget,
	.widget-area .widget.property-search {
		padding: 20px;
		padding: 1.25rem;
	}
	.entry{
		padding:0;
	}

	.after-entry,
	.archive-description,
	.author-box,
	.comment-respond,
	.entry-comments,
	.entry-pings,
	.entry,
	.widget {
		margin-bottom: 50px;
		margin-bottom: 3.125rem;
	}
	.footer-widgets .widget{
		margin-bottom:0;
	}

	.sidebar .widget-title,
	.widget-area .widget.property-search .widget-wrap .widget-title,
	.widget-area .widget.enews-widget .enews .widget-title {
		margin: -20px -20px 20px;
		margin: -1.25rem -1.25rem 1.25rem;
	}
	
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4{
		width:100%;
		float:none;
	} 
	
	.after-entry{
		background-size:40vw;
	}
	
	.home-about-wrap .widget h4.widget-title {
	width:100%;
	}
}

@media only screen and (max-width: 650px) {
	.home-blog article a, .home-about-wrap .widget-2 .aligncenter, 
	.has-post-thumbnail a.alignnone, .has-post-thumbnail a.aligncenter, .has-post-thumbnail a.alignleft{
		height: auto;
	}
	.mail, .phone{
		width:100%;
	}
}

@media only screen and (max-width: 680px) {
	.admin-bar .drop-down-global{
	top: 0;
}
	.franchise, .drop-down-header {
		height:75px;
	}
.responsive-menu-icon {
padding: 0 0 24.5px;
padding: 0 0 1.54rem;
position:relative;
right:0;
}
.title-area{
	width:100%;
	float:none;
}
.site-title a{
	margin: 10px auto 0;
}
	.drop-down-global {
		/* float: right; */
		width: 100%;
		position: relative;
		right: 0;
		top: 0;
	}
	
	.notification-bar {
width: 100%;
	}
}
	
	@media only screen and (max-width: 568px) {
	.inputDropdown-top ul {
	width: 275px;
	}
	
}
@media only screen and (max-width: 480px) {
.notification-bar {
padding: 20px 0px;
	}
	
	.notification-bar a {
display:block;
	}
	
	.book-a-tutor span{
  display:block;
}
.mail span, .phone span{
  float:none;
  display:block;
  height:85px;
}
email goes out of alignment on footer
div.thumb {
  width: 240px;
  height: 240px;
}
.entry-content blockquote p{
	font-size:22px;
	font-size:1.375rem;
}
.home-blog.full-width .featuredpost h2{
	line-height:1;
}
/*.home-blog.full-width .featuredpost .entry a{
	font-size:18px;
	font-size:1.125rem;
}*/


.home-featured .banner.widget span {
font-size: 275px;
}
.footer-widgets-1 img{
	width:80%;
}
.sidebar .featured-content a.alignnone{
	max-height:250px;
	overflow:hidden;
}
.home-featured-page .widget .textwidget img{
	width:70%
}
	.home-featured-page .widget {
    display: inline-block;
    height: auto;
    width: 100%;
	}
.global_menu{
	width:100%;
	margin-bottom:40px;
	margin-bottom:2.5rem;
}

	.entry-header h1 {
		width: 100%;
		font-size: 45px;
		font-size: 2.8125rem;
	}
.entry-header h1, .footer-widgets-2 h4.widget-title {
font-size: 32px;
font-size: 2rem;
}
.mail, .phone{
	width:100%;
}
.mail{
	margin-left:0;
}
	.archive .content .listing,
	.full-width .featured-listings .listing,
	.full-width .featuredpage,
	.full-width .property-search input,
	.full-width .property-search select,
	.home-featured .property-search input,
	.home-featured .property-search select,
	.home-middle-1 .property-search input,
	.home-middle-1 .property-search select,
	.home-middle-3 .featured-listings .listing {
		margin: 0 0 6px;
		width: 100%;
	}
	
	
	.content-sidebar-wrap .sidebar .sidebar-newsletter span{
		margin-left: 100px;
		width:60% !important;
	}
	.after-entry .textwidget a{
		padding:15px 20px;
		padding:0.9375rem 1.25rem;
		font-size:12px;
		font-size:0.75rem;
	}

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

	.inputDropdown-top ul {
	width: 303px;
	}
	
}
@media only screen and (max-width: 380px) {
div.thumb {
  width: 180px;
  height: 180px;
}
}
@media only screen and (max-width: 320px) {
.sidebar .video.widget a:after {
font-size: 200px;
margin-left: -100px;
margin-top: -80px;
}
.sidebar .widget.book-a-tutor {
font-size: 20px;
font-size: 1.25rem;
}
.home-featured .banner.widget span {
font-size: 235px;
}
}
	@media only screen and (max-width: 280px) {
.sidebar .video.widget a:after {
font-size: 160px;
margin-left: -80px;
margin-top: -65px;
}
}
}

/* Update on 09-07-24 */
@media only screen and (max-width: 1346px) {
.single-subjects .sie-heading-section .hire-content .content-size {margin-top: 30px;}
}
@media only screen and (max-width: 991px) {
	.subject-page-left, .tutor-wrapper{padding: 0 25px!important;} 
    .footer-block-three{float: left;}
    .single-subjects .tutoring-academic .academic-detail-block .section-title:before{top: 0px;}
    .page-template-page_landing_app .site-container .wrap .content-sidebar-wrap .tutor-wrapper{
    	padding-left: 40px!important;
    	padding-right: 25px!important;
    } 
}
@media only screen and (max-width: 767px) {
	.subject-page-left{padding: 0 15px!important;} 
	.page-template-page_landing_app .site-container .wrap .content-sidebar-wrap .tutor-wrapper{padding: 0 15px!important;} 
	.footer-block-three{float: left;}
}
.single-subjects .sie-heading-section .hire-content .content-size {margin-top: 40px;}
.single-location-wrapper .banner-section h1 span, .single-location-wrapper .easy-tutor-section .easy-tutor-wrapper .left-block h2, 
.single-post article .entry-content p a, .single-post article .entry-content ul li a, .link-overflow{overflow-wrap: break-word;}

/* 12-09-2024 */
  
  @media (max-width: 322px) {
	:root {
		--divider: 20px !important; 
	  }
	  body a.free-download-button {
		padding-left: calc(var(--divider) / 2) !important;
	  }
  }