@font-face {
	font-family: 'fontello';
	src: url('/fonts/fontello-v1.eot');
	src: url('/fonts/fontello-v1.eot#iefix') format('embedded-opentype'),
		 url('/fonts/fontello-v1.woff') format('woff'),
		 url('/fonts/fontello-v1.ttf') format('truetype'),
		 url('/fonts/fontello-v1.svg#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}
@font-face {
    font-family: 'Archivo';
    src: url('/fonts/Archivo-Bold.eot');
    src: url('/fonts/Archivo-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Archivo-Bold.woff2') format('woff2'),
        url('/fonts/Archivo-Bold.woff') format('woff'),
        url('/fonts/Archivo-Bold.ttf') format('truetype'),
        url('/fonts/Archivo-Bold.svg#Archivo-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('/fonts/Archivo-Light.eot');
    src: url('/fonts/Archivo-Light.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Archivo-Light.woff2') format('woff2'),
        url('/fonts/Archivo-Light.woff') format('woff'),
        url('/fonts/Archivo-Light.ttf') format('truetype'),
        url('/fonts/Archivo-Light.svg#Archivo-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('/fonts/Archivo-ExtraBold.eot');
    src: url('/fonts/Archivo-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Archivo-ExtraBold.woff2') format('woff2'),
        url('/fonts/Archivo-ExtraBold.woff') format('woff'),
        url('/fonts/Archivo-ExtraBold.ttf') format('truetype'),
        url('/fonts/Archivo-ExtraBold.svg#Archivo-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('/fonts/Archivo-Medium.eot');
    src: url('/fonts/Archivo-Medium.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Archivo-Medium.woff2') format('woff2'),
        url('/fonts/Archivo-Medium.woff') format('woff'),
        url('/fonts/Archivo-Medium.ttf') format('truetype'),
        url('/fonts/Archivo-Medium.svg#Archivo-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('/fonts/Archivo-SemiBold.eot');
    src: url('/fonts/Archivo-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Archivo-SemiBold.woff2') format('woff2'),
        url('/fonts/Archivo-SemiBold.woff') format('woff'),
        url('/fonts/Archivo-SemiBold.ttf') format('truetype'),
        url('/fonts/Archivo-SemiBold.svg#Archivo-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('/fonts/Archivo-Thin.eot');
    src: url('/fonts/Archivo-Thin.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Archivo-Thin.woff2') format('woff2'),
        url('/fonts/Archivo-Thin.woff') format('woff'),
        url('/fonts/Archivo-Thin.ttf') format('truetype'),
        url('/fonts/Archivo-Thin.svg#Archivo-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Archivo';
    src: url('/fonts/Archivo-Regular.eot');
    src: url('/fonts/Archivo-Regular.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Archivo-Regular.woff2') format('woff2'),
        url('/fonts/Archivo-Regular.woff') format('woff'),
        url('/fonts/Archivo-Regular.ttf') format('truetype'),
        url('/fonts/Archivo-Regular.svg#Archivo-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Archivo';
    src: url('/fonts/Archivo-ExtraLight.eot');
    src: url('/fonts/Archivo-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('/fonts/Archivo-ExtraLight.woff2') format('woff2'),
        url('/fonts/Archivo-ExtraLight.woff') format('woff'),
        url('/fonts/Archivo-ExtraLight.ttf') format('truetype'),
        url('/fonts/Archivo-ExtraLight.svg#Archivo-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}



/* ----- Global CSS ----- */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li {
    margin: 0px;
    padding: 0px;
}
body {
    overflow-x: hidden;
    overflow-y: scroll;
    position: relative;
    font: normal 16px/24px 'Archivo', Verdana, Arial, Helvetica, sans-serif;
}
ul li {
    list-style: none;
}
img {
    border: 0px;
    max-width: 100%;
    vertical-align: middle;
    height: auto;
}
a,
a:hover {
    text-decoration: none;
    color: inherit;
}
*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
a:focus {
    outline: 1px dotted #000;
}
a:focus-within {
    outline: 1px dotted #000;
}
/* ----- Fixed CSS ----- */
.font-icon::before {
    content: attr(data-icon);
    font-family: "fontello";
}
.hr {
    padding: 10px 0px;
    background: url(/images/hr-b.gif) repeat-x left center;
}
.tel1,
.tel2,
.tel3,
.tel4,
.tel5,
.tel6,
.tel7,
.tel8,
.tel9 {
    display: inline-block;
}
.clear-float {
    clear: both;
}
.nodisplay {
    display: none !important;
}
.fluid-div,
.theme-L,
.theme-R {
    width: 100%;
    height: 100%;
}
.theme-L,
.theme-R {
    position: absolute;
    z-index: 1;
    padding: 0px;
    margin: 0px;
    top: 0px;
}
.theme-L {
    left: -100%;
}
.theme-R {
    right: -100%;
}
.table-div,
.form-table {
    width: 100%;
    display: table;
    table-layout: fixed;
}
.table-row,
.form-row {
    display: table-row;
}
.table-cell,
.form-cell {
    display: table-cell;
    vertical-align: top;
}
.img-l {
    float: left;
}
.img-r {
    float: right;
}
.img-c,
.textCenter {
    text-align: center;
}
.videoBorder,
.multiBorder {
    position: relative;
    margin: 15px auto;
}
.videoBorder {
    width: 90%;
    padding: 50% 0px 0px 0px;
}
.videoBorder iframe,
.videoBorder embed {
    position: absolute;
    margin: 0px;
    padding: 0px;
    border: 4px solid #333;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 1;
}
.multiBorder {
    width: 100%;
}
.multiBorder iframe,
.multiBorder embed {
    margin: 0px;
    padding: 0px;
    border: 0px;
    width: 100%;
}
.playBtn {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -64px 0 0 -64px;
}
.ytLoader {
	cursor: pointer;
	border:4px solid #333;
}
/* ----- Slider CSS ----- */
.rslides {
    width: 100%;
    height: 100%;
    position: relative;
}
.rslides .slider {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
/* ----- Banner CSS ----- */
#Banner {
    position: relative;
}
.Banner-Tabs {
    position: absolute;
    z-index: 9;
}
.Banner-Tabs li a {
    display: block;
    width: 100%;
    height: 100%;
}
.Banner-Tabs li span {
    font: normal 10px/20px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    z-index: 1;
    display: none;
    width: 100%;
    padding: 0px 3px;
    left: 0px;
    bottom: 100%;
}
.Banner-Tabs li a:hover span,
.Banner-Tabs li.Banner_here a span {
    display: block;
}
.Banner_auto,
.Banner_nav {
    position: absolute;
    z-index: 9;
    display: block;
    width: 20px;
    height: 20px;
    bottom: 5px;
    text-align: center;
}
.Banner_auto {
    left: 30px;
}
.Banner_auto span,
.Banner_nav span {
    position: absolute;
    z-index: 1;
    display: none;
    background: rgba(255, 255, 255, 0.7);
    bottom: 100%;
    font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    padding: 2px 5px 5px 5px;
}
.Banner_auto span {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
.slidePrev::before,
.slideNext::before,
.slidePlay::before,
.slidePause::before {
    font-family: 'fontello';
}
.slidePlay::before {
    content: '\e815';
}
.slidePause::before {
    content: '\e814';
}
.slidePrev::before {
    content: '\e80e';
}
.slideNext::before {
    content: '\e810';
}
.Banner_auto:hover span,
.Banner_nav:hover span {
    display: block;
}
/* ----- Scrolling CSS ----- */
.nbs-flexisel-container {
    position: relative;
    max-width: 100%;
}
.nbs-flexisel-ul {
    position: relative;
    width: 99999px;
    margin: 0px;
    padding: 0px;
    text-align: center;
    overflow: auto;
    display: none;
}
.nbs-flexisel-inner {
    overflow: hidden;
    margin: 0px auto;
    width: 95%;
}
.nbs-flexisel-item {
    float: left;
    margin: 0px;
    padding: 0px;
    cursor: inherit;
    position: relative;
}
.nbs-flexisel-item img {
    /*cursor: pointer;*/
    position: relative;
    margin: 10px 0px;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
    position: absolute;
    z-index: 99;
    margin: 0px;
    padding: 0px;
    top: 0px;
    height: 100%;
    width: 20px;
    cursor: pointer;
}
.nbs-flexisel-nav-left,
.nbs-flexisel-nav-left::before {
    left: 0px;
}
.nbs-flexisel-nav-right,
.nbs-flexisel-nav-right::before {
    right: 0px;
}
.nbs-flexisel-nav-left::before,
.nbs-flexisel-nav-right::before {
    font: normal 20px/30px 'fontello';
    position: absolute;
    text-align: center;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.nbs-flexisel-nav-left::before {
    content: '\e80e';
}
.nbs-flexisel-nav-right::before {
    content: '\e810';
}
.nbs-flexisel-nav-left.disabled,
.nbs-flexisel-nav-right.disabled {
    opacity: 0.4;
}
/* ----- Back to Top/Bottom CSS ----- */
#Scroller {
    cursor: pointer;
    right: 5px;
    position: fixed;
    z-index: 9999;
    width: 42px;
    height: 42px;
    text-align: center;
    bottom: 10px;
    display: none;
    opacity: 0.7;
}
#Scroller:hover {
    opacity: 1;
}
#Scroller span {
    font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
    background: rgba(255, 255, 255, 1);
    position: absolute;
    right: 95%;
    z-index: -1;
    padding: 0px 15px 0px 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    display: none;
}
#Scroller:hover span {
    display: block;
}
#Scroller a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}
#Scroller a::before {
    position: absolute;
    z-index: 9;
    left: 50%;
    top: 50%;
    font-family: 'fontello';
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 16px;
}
#Scroller.scrollUp a::before {
    content: '\e80f';
}
#Scroller.scrollDown a::before {
    content: '\e80d';
}
/*----- Default CSS -----*/
#Container,
header,
nav,
section,
footer,
#Content-Container,
#Footer-Container,
#Access-Container,
#Banner-Container,
#Banner-Container-S,#Resources-Main,#Happy-to-Hear-Main,#Become-a-Math-Champion-Main,#Join-the-Mailing-List-Main, #footer_note_section{
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
}
#Accessibility, #Header, #Banner, #Content-Main, #Footer, #Main-Menu, #Mobile-Menu, #Service, #Credibility,#Resources-In,#Happy-to-Hear-In,#Become-a-Math-Champion-In,#Join-the-Mailing-List-In, #footer_note_content_section, #customer_contract_alert{
	max-width: 1200px;
	min-width: 300px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
}
#Container {
    overflow: hidden;
}
#Content,
#Sidebar {
    position: relative;
}
/*----- Sticky Header -----*/
header.stickyHeader {
    width: 100%;
    z-index: 999;
    position: absolute;
}
header.stickyHeader {
    top: 0px;
}
header.stickyHeader,
header.stickyHeader.stickyAnimate {
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
header.stickyHeader.stickyAnimate {
    position: fixed;
}

/* Header CSS */
header {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
	/*background:none;*/
    background: #464646;
}
#Header {
	padding: 28px 3px 15px;
}
.logo{
    width: 374px;
}
.appoint{
    text-align: right;
    padding: 5px 0 0 0;
}

.appoint ul li{
    display: inline-block;
    vertical-align: top;
}
.appoint ul li a{
    font: 500 14px/20px 'Archivo';
    color: #fff;
    /*background: #ff6a00;*/
    border: 1px solid #fff;
    display: block;
    padding: 11px 0px;
    border-radius: 30px;
    text-align: center;
}
.appoint ul li.hdr-find-a-tutor a{
   width: 129px; 
}
.appoint ul li.hdr-become-a-tutor a{
    width: 144px;
}
.appoint ul li.hdr-login a{
    width: 87px;
    background: #fff;
    /*color: #17294b;
    border: 1px solid #17294b;*/
	color: #000000;
    border: 1px solid #fff;
     padding: 10px 0px;
}
.appoint ul li.hdr-login a.logged_user {
	font-size: 16px;
	width: auto;
	padding: 10px;
	/*float:right;*/
	position:relative;
}
.appoint ul li a:hover,.appoint ul li.hdr-login a:hover{
    background: #c8b568;
    color: #000;
    border: 1px solid #c8b568;
   -webkit-transition: .7s all ease;
    -moz-transition: .7s all ease;
    -ms-transition: .7s all ease;
    -o-transition: .7s all ease;
    transition: .7s all ease;
}
.appoint ul li.hdr-login a.logged_user i{
	margin-right:5px;
}
.appoint ul li.hdr-login a.logged_user .usr_credits{
	/*position:absolute;
	top:0;*/
	color:green;
}
.usr_timezone{
	margin-top:5px;
	clear:both;
	color:#fff;
}
/* Menu CSS */
/*nav{
    border-top: 1px solid #c8c3c5;
    border-bottom: 1px solid #c8c3c5;
}*/
.menu {
	text-align: center;
}
.menu li {
	font: 300 16px/26px 'Archivo';
    letter-spacing: 1px;
}
.menu li a {
	padding:10px 0 10px 0;
	/*color: #17294b;*/
	color:#000000;
}
.menu li:hover a{
	color:#fff;
    -webkit-transition: .7s all ease;
    -moz-transition: .7s all ease;
    -ms-transition: .7s all ease;
    -o-transition: .7s all ease;
    transition: .7s all ease;
}

.menu ul li {
	background:#464646;
    border-bottom: 1px dotted #fff;
}
.menu ul li:last-child {
    border: 0;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.menu ul li:hover {
	color:#000;
    background:#c8b568;
    -webkit-transition: .7s all ease;
    -moz-transition: .7s all ease;
    -ms-transition: .7s all ease;
    -o-transition: .7s all ease;
    transition: .7s all ease;
}
.menu ul li:hover a {
	color:#000;
}
.menu ul li ul li {
	background: #464646;
    border-bottom: 1px dotted #fff;
}
.menu ul li ul li a {
	color:#fff !important;
}

.menu ul li ul li:hover {
    background:#c8b568;
    -webkit-transition: .7s all ease;
    -moz-transition: .7s all ease;
    -ms-transition: .7s all ease;
    -o-transition: .7s all ease;
    transition: .7s all ease;
}
.menu ul li ul li:hover a {
	color:#000 !important;
}
.menu ul li a {
	padding: 10px 10px 10px 15px;
    color: #fff;
}
.menu li.menu-home {
	width: 7%;
}
.menu li.menu-sat-act {
	width: 10%;
}
.menu li.menu-sat-act > a {
	padding:8px 0px 12px 0;
	line-height:22px;
}
.menu li.menu-math-subjects {
	width: 16%;
}
.menu li.menu-math-subjects ul{
    width: 273px;
}
.menu li.menu-for-students {
	width: 11%;
}
.menu li.menu-for-students ul {
	width: 200px;
}
.menu li.menu-for-tutors {
	width: 11%;
}
.menu li.menu-for-tutors ul {
	width: 180px;
}
.menu li.menu-pricing {
	width: 11%;
}
.menu li.menu-pricing ul {
	width:275px;
}
.menu li.menu-resources {
	width: 12%;
}
.menu li.menu-about-us {
	width: 13%;
}
.menu li.menu-about-us ul {
	width: 220px;
}
.menu li.menu-contact {
	width: 9%;
}

/* Mobile Menu CSS */
.toggleMenu {
	font: bold 16px/30px 'Archivo';
    letter-spacing: 0.5px;
}
.toggleMenu a {
    color: #fff;
    background: #000;
}
.Wrapper {
	font: normal 14px/20px 'Archivo';
    letter-spacing: 0.5px;
}




/*---- Menu ----*/
nav {
	background:#c8b568;
}
#Main-Menu {
    display: block;
}
#Mobile-Menu {
    display: none;
}
.menu {
    font-size: 0px;
}
.menu li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    text-align: center;
}
.menu li a {
    display: block;
}
/*.menu ul {
    position: absolute;
    z-index: 999;
    left: 0px;
    display: block;
    padding: 0px 0 0 0;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    visibility: hidden;
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    transform-origin: center top 0;
    min-width: 130px;
}*/
.menu ul {
	position: absolute;
	z-index: 999;
	left:0px;
	display: none;
	width: 200px;
    min-width: 130px;
}
.menu li.menu-resources ul{
	min-width: 185px;
}
.menu ul ul {
    left: 100%;
    top: 0px;
}
.menu .menu-sat-act ul ul {
    width:190px;
}
.menu ul li {
    height: auto;
    text-align: left;
    display: block;
}
.menu li:hover > ul,
.menu li:focus > ul {
   display: block;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: .7s all ease;
    -moz-transition: .7s all ease;
    -ms-transition: .7s all ease;
    -o-transition: .7s all ease;
    transition: .7s all ease;
}
.menu li:focus-within > ul {
    display: block;
}
.menu li:last-child ul {
    /*right: 0px;*/
    left: 100%;
}
.menu li:last-child li ul,
.menu li:last-child li:last-child ul {
    right: 100%;
}

.menu-home a {
    width: 100%;
    height: 100%;
}
.menu-home a::before {
    vertical-align: middle;
    margin: auto;
}
/* Mobile Menu */
.toggleMenu {
    text-align: center;
}
.toggleMenu a {
    display: block;
    padding: 5px;
}
.toggleMenu span {
    display: inline-block;
    vertical-align: middle;
    margin: 0px 10px;
    width: 40px;
    height: 30px;
    font-size: 26px;
    line-height: 30px;
}
.parentMenu li {
    position: relative;
    overflow: hidden;
}
.parentMenu li a {
    padding: 10px 5px 10px 10px;
    display: block;
    position: relative;
    z-index: 1;
}
.parentMenu li ul {
    display: none;
}
.parentMenu li ul li a {
    padding: 10px 5px 10px 20px;
}
.parentMenu li li ul li a {
    padding: 10px 5px 10px 40px;
}
.parentMenu li li li ul li a {
    padding: 10px 5px 10px 60px;
}
.parentMenu li li li li ul li a {
    padding: 10px 5px 10px 80px;
}
.dropMenu {
    width: 100%;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 0;
    display: block;
    cursor: pointer;
}
.dropMenu::after {
    font-family: 'fontello';
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.parentMenu li.parentList > a:first-child,
.parentMenu li li.subparentList > a:first-child {
    display: inline-block;
}
.parentList > .dropMenu::after,
.parentList .subparentList > .dropMenu::after {
    content: '\e810';
}
.parentList:hover > .dropMenu::after,
.parentList.actMenu > .dropMenu::after,
.parentList .subparentList:hover > .dropMenu::after,
.parentList .subparentList.actMenu > .dropMenu::after {
    content: '\e80d';
}
.Wrapper {
    z-index: 9999;
}
.Wrapper.mobileMenu {
    position: absolute;
    width: 100%;
    left: 0px;
    display: none;
}
.Wrapper.slideMenu {
    position: fixed;
    width: 90%;
    top: 0px;
    display: block;
    height: 100%;
    overflow-y: scroll;
}
#Container.slideLeft .Wrapper.slideMenu {
    left: -90%;
    -webkit-transition: left .90s ease-in-out;
    -moz-transition: left .90s ease-in-out;
    -ms-transition: left .90s ease-in-out;
    -o-transition: left .90s ease-in-out;
    transition: left .90s ease-in-out;
}
#Container.slideLeft .Wrapper.slideMenu.showMenu {
    left: 0px;
}
#Container.slideRight .Wrapper.slideMenu {
    right: -90%;
    -webkit-transition: right .90s ease-in-out;
    -moz-transition: right .90s ease-in-out;
    -ms-transition: right .90s ease-in-out;
    -o-transition: right .90s ease-in-out;
    transition: right .90s ease-in-out;
}
#Container.slideRight .Wrapper.slideMenu.showMenu {
    right: 0px;
}
#Container.slideLeft {
    left: 0px;
    -webkit-transition: left .90s ease-in-out;
    -moz-transition: left .90s ease-in-out;
    -ms-transition: left .90s ease-in-out;
    -o-transition: left .90s ease-in-out;
    transition: left .90s ease-in-out;
}
#Container.slideLeft.slideContainer {
    left: 90%;
    background: rgba(0, 0, 0, 0.4);
}
#Container.slideRight {
    right: 0px;
    -webkit-transition: right .90s ease-in-out;
    -moz-transition: right .90s ease-in-out;
    -ms-transition: right .90s ease-in-out;
    -o-transition: right .90s ease-in-out;
    transition: right .90s ease-in-out;
}
#Container.slideRight.slideContainer {
    right: 90%;
    background: rgba(0, 0, 0, 0.4);
}
.menuClose {
    position: absolute;
    z-index: 9;
    right: 0px;
    background: rgba(0, 0, 0);
    width: 70px;
}
.menuClose a {
    display: block;
    padding: 5px 20px 5px 10px;
    color: #fff;
}
.menuClose a span::before {
    font-family: 'fontello';
    content: '\e816';
    position: absolute;
    right: 5px;
    top: 5px;
}
.Wrapper .socialIcons,
.Wrapper .socialIcons ul,
.Wrapper .socialIcons li {
    margin: 0px;
    padding: 0px;
}
.Wrapper .socialIcons li {
    display: inline-block;
    vertical-align: top;
}
.parentMenu li:hover,
.parentMenu li.actMenu li {
    background: #ab984c;
    color: #fff;
    border-bottom: 1px dotted #fffb76;
}

.parentMenu > li {
    background: #c8b568;
    border-bottom: 1px dotted #fff;
    color: #fff;
}


/* Navigation CSS */
.navigation {
    font-weight: bold;
}
.navigation a {
    font-weight: normal;
}
/* Text CSS */
.textMain a:hover {
    text-decoration: underline;
}
.textMain p {
    padding: 5px 0px 15px 0px;
}
.textMain ul {
    padding: 0px 0px 10px 0px;
}
.textMain ol {
    padding: 0px 0px 10px 30px;
}
.textMain ul li,
.textMain ol ul li {
    background: url(/images/bullet-b.gif) no-repeat 10px 15px;
    padding: 5px 5px 5px 30px;
}
.textMain ol li {
    padding: 5px 5px 5px 5px;
    list-style: decimal;
}
.textMain ul ul,
.textMain ol ol {
    padding: 0px 5px 5px 20px;
}
.textMain ul ul li {
    background: none;
    padding: 5px;
    list-style: circle;
}
.textMain ol ol li {
    padding: 5px;
    list-style-type: lower-alpha;
}
.textMain ol ul li {
    list-style: none;
}
.textMain ul ul ul li {
    list-style: square;
}
.textMain ol ol ol li {
    list-style: lower-roman;
}
.textMain li p {
    padding: 5px;
}
.textMain h1 {
    padding: 10px 0px 10px 0px;
}
.textMain h1 span,
.textMain h2 span {
    display: block;
}
.textMain h2,
.textMain h3,
.textMain h4,
.hTag2,
.hTag3,
.hTag4 {
    padding: 15px 0px 5px 0px;
}
.textMain h1 a,
.textMain h2 a,
.textMain h3 a,
.textMain h4 a,
.hTag2 a,
.hTag3 a,
.hTag4 a {
    text-decoration: none;
}
.textMainBold,
.textMain strong {
    font-weight: bold;
}
.textMain p.textMainBold {
    padding: 15px 0px 5px 0px;
}
.textMain em {
    font-style: italic;
}
.PDFtext {
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    color: #999;
}
.mandatory {
    font: normal 14px Verdana, Arial, Helvetica, sans-serif;
    color: #F00;
}

/* Become a Math Champion */
#Become-a-Math-Champion-Main {
	background:url(/images/math-champion-bg.png) no-repeat center 75% #fff;
}
.home #Become-a-Math-Champion-Main {
	background:url(/images/math-champion-bg.png) no-repeat center 65% #f8f8f8;
}
#Become-a-Math-Champion-In{
    text-align: center;
    padding: 20px 0 50px 0;
}
.home #Become-a-Math-Champion-In{
    text-align: center;
    padding: 84px 0;
}
#Become-a-Math-Champion-In h2{
    font: bold 48px/48px 'Archivo';
    color: #000;
	padding: 50px 10px 20px 10px;
	position:relative;
}
.home #Become-a-Math-Champion-In h2{
	padding: 10px 0 20px 0;
}
#Become-a-Math-Champion-In h2 span {
    font: 600 16px/22px 'Archivo';
	text-transform:uppercase;
	color:#c8b568;
	display:block;
	padding:0 0 5px 0;
	letter-spacing:1px;
}
#Become-a-Math-Champion-In .reg-offer {
	padding:0px 10px;
}
#Become-a-Math-Champion-In h2::before {
	width:55px;
	height:44px;
	content:'';
	position:absolute;
	left:0;
	right:0;
	margin:0 auto;
	top:0;
	background:url(/images/hme-our-goal-curve-img-v3.png) no-repeat center top;
}
.home #Become-a-Math-Champion-In h2::before {
	display:none;
}
#Become-a-Math-Champion-In p.hme-become-a-math-champion-intro-txt{
    font: 300 20px/30px 'Archivo';
    color: #242424;
    padding: 24px 10px 60px 10px;
}
#Become-a-Math-Champion-In ul {
	margin:0px;
	padding:0px;
}
#Become-a-Math-Champion-In ul li {
	display:inline-block;
	vertical-align:top;
	width:225px;
	height:225px;
	border-radius:50%;
	background:#f8f8f8;
	padding:30px 30px 10px 30px;
	color:#242424;
    font: 300 18px/22px 'Archivo';
	margin:0px -20px;
}
.home #Become-a-Math-Champion-In ul li {
	background:#fff;
}
#Become-a-Math-Champion-In ul li:last-child {
    font: 300 24px/30px 'Archivo';
}
#Become-a-Math-Champion-In ul li:nth-child(odd) {
	box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.2);
}
#Become-a-Math-Champion-In ul li:nth-child(even) {
	margin:140px -20px 0 -20px;
	box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.2);
	-webkit-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 5px 0px 5px 0px rgba(0,0,0,0.2);
}
#Become-a-Math-Champion-In ul li h3 {
    font: bold 60px/70px 'Archivo';
	text-align:center;
	color:#c8b568;
	padding:0px 0px 10px 0;
}

/* YPO Showcase Page */
.ypo-showcase {
    position: absolute;
    bottom: 10px;
    left: 10px;
}
.showcase {
    padding: 5px;
    border: 1px solid #003263;
}
.ypo-l {
    padding: 10px;
    background: #fff;
    text-align: right;
}
.ypo-r {
    background: #efefef;
    padding: 10px;
    text-align: left;
}
.ypo-l img,
.ypo-r img {
    border: 1px solid #003263;
    padding: 2px;
}
.ypo-l img {
    margin: 0px 15px 10px 0px;
    float: left;
}
.ypo-r img {
    margin: 0px 0px 10px 15px;
    float: right;
}
/* Blog */
.textMain .blog-posts ul,
.textMain .blog-posts li,
.textMain .pagelet-posts ul,
.textMain .pagelet-posts li {
    margin: 0px;
    padding: 0px;
    background: none;
}
.textMain .blog-posts li,
.textMain .pagelet-posts li {
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
}
.textMain .blog-posts li h3 a,
.textMain .pagelet-posts li h3 a {
    text-decoration: none;
}
.textMain .blog-posts li p,
.textMain .pagelet-posts li p {
    padding: 10px 0px !important;
    margin: 0px !important;
}
.textMain .blog-posts li .read-more,
.textMain .pagelet-posts li .read-more {
    display: inline-block;
}
.textMain .blog-posts li .read-more a,
.textMain .pagelet-posts li .read-more a {
    display: block;
    padding: 10px 15px;
    border: 2px solid #333;
    border-radius: 10px;
    text-decoration: none;
}
/* Media CSS */
.mediaList {
    margin: 0px;
    padding: 10px 0px;
	background:none;
	border:1px solid;
	border-right:0px;
}
.textMain .mediaList ul {
    margin: 0px;
    padding: 0px;
}
.textMain .mediaList li {
    display: inline-block;
    list-style: none;
    padding: 0px;
    margin: 5px 3px;
    border-radius: 5px;
    background: none;
    border: 2px solid #ccc;
}
.mediaList li a {
    display: block;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}
.mediaList li a::before {
    font-family: 'fontello';
    margin-right: 10px;
}
.info a::before {
    content: '\e80b';
}
.video a::before {
    content: '\e808';
}
/* Accordion CSS*/
.accordion {
    margin: 10px 0px;
}
.accordTitle,
.textMain .accordTitle {
    padding: 0px;
    margin: 2px 0px;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
    border: 2px solid #ccc;
}
.accordTitle::after,
.textMain .accordTitle::after {
    font-family: 'fontello';
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.accordTitle::after,
.textMain .accordTitle::after {
    content: '\e80b';
}
.accordTitle.showAccord::after,
.textMain .accordTitle.showAccord::after {
    content: '\e80c';
}
.accordTitle a,
.textMain .accordTitle a {
    padding: 5px 10px;
    display: inline-block;
    text-decoration: none;
}
.accordContent,
.textMain .accordContent {
    display: none;
    padding: 10px;
    border: 2px solid #ccc;
}
/* Sublist for textMain */
.subList {
    padding: 10px 0px;
	margin:30px 0 0 0;
}
.textMain .subList ul,
.textMain .subList li {
    padding: 0px;
    margin: 0px;
    background: none;
}
.textMain .subList li {
    color: #fff;
    display: inline-block;
    vertical-align: top;
    padding: 2px;
    margin: 3px 0px;
    width: 47%;
    min-width: 200px;
    background: #464646;
    border: 1px solid #ccc;
	text-align:center;
	margin:0px 0.5% 10px 0.5%;
}
.textMain .subList li a {
	color:#fff;
    display: block;
    padding:15px;
    text-decoration: none;
}
.textMain .subList li a:hover {
	color:#C8B568;
    text-decoration: none;
}
/* Relative list for textMain */
.relList {
    padding: 10px 0px;
}
.textMain .relList ul,
.textMain .relList li {
    padding: 0px;
    margin: 0px;
    background: none;
}
.textMain .relList li {
    display: inline-block;
    vertical-align: top;
    padding: 2px;
    margin: 3px 0px;
}
.textMain .relList li a {
    display: block;
    text-decoration: none;
}
.social-logo li {
    display: inline-block;
    vertical-align: top;
}
.social-logo li span {
    display: none;
}
/* Page Not Found */
.notImg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font: normal 60px/100px Verdana, Arial, Helvetica, sans-serif;
    margin: 0px auto;
    text-align: center;
}
.notImg::before {
    font-family: 'fontello';
    line-height: 100px;
    content: '\e817';
}
.textMain .notFound {
    font: normal 20px/30px Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 50px 0px;
}
.textMain .notFound h2 {
    font: normal 100px/120px Verdana, Arial, Helvetica, sans-serif;
}
.textMain .notFound h2 span {
    font: normal 50px/60px Verdana, Arial, Helvetica, sans-serif;
}
/* Thank You Page */
.thankImg {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    font: normal 60px/100px Verdana, Arial, Helvetica, sans-serif;
    background: #060;
    color: #fff;
    margin: 0px auto;
    text-align: center;
}
.dfw-whitemode .thankImg {
    background: #00e;
    color: #fff;
}
.dfw-blackmode .thankImg {
    background: #fc0;
    color: #000;
}
.thankImg::before {
    font-family: 'fontello';
    line-height: 100px;
    content: '\e813';
}
.textMain .thankYou {
    font: normal 16px/30px Verdana, Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 50px 0px;
}
.textMain .thankYou h2 {
    font: normal 60px/100px Verdana, Arial, Helvetica, sans-serif;
}
.textMain .thankYou h2 span {
    font: normal 60px/100px Verdana, Arial, Helvetica, sans-serif;
    display: inline-block;
    color: #060;
}
/*----- Icons -----*/
.pdf-icon::before {
    font-family: 'fontello';
}
.pdf-icon::before {
    content: '\f1c1';
    color: red;
    font-size: 20px;
    margin-right: 10px;
}
.adobe {
    border: 1px solid #d7d7d7;
    max-width: 450px;
    position: relative;
    font: 400 11px/14px Verdana, Arial, Helvetica, sans-serif;
    padding: 5px 10px 10px 50px;
    z-index: 99;
    margin: 30px 0px 10px 0px;
}
.adobe span {
    font-weight: 600;
    display: block;
}
.textMain .adobeMore {
    background: #e11c23;
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    font: 600 11px/14px Verdana, Arial, Helvetica, sans-serif;
}
.textMain .adobeMore a {
    padding: 10px 20px;
    display: block;
    text-decoration: none;
    color: #fff;
}
.textMain .adobeMore a:hover {
    color: #fff;
}
.adobeRec {
    background: #e11c23;
    color: #fff;
    position: absolute;
    top: -26px;
    padding: 5px 15px 5px 25px;
    left: -10px;
}
.adobeRec::before {
    content: '';
    z-index: 2;
    position: absolute;
    bottom: -20px;
    left: 0px;
    border-top: 10px solid #e11c23;
    border-left: 10px solid transparent;
    border-bottom: 10px solid transparent;
}

/* Selection CSS */
#Container ::selection {
	background: #CCC;
	color: #000;
}
/* ADA Icon CSS */
.adaOn span {
	background: #c8b568;
	color: #fff;
	border-radius: 50%;
}
/* Scroller CSS */
#Scroller a {
	background: #fff;
	border: 2px solid #000;
	color: #000;
	border-radius: 50%;
}

/* Happy to Hear from You */
#Happy-to-Hear-Main {
	padding:34px 0;
	margin:10px 0 60px 0;
}
#Happy-to-Hear-Main::before {
	position:absolute;
	background:#464646;
	content:'';
	width:100%;
	height:100%;
	left: 46.8%;
	top:0;
	z-index:-1;
}
#Happy-to-Hear-In {
	min-height:742px;
	background:url(/images/happy-to-hear-bg.jpg) no-repeat right top;
	padding:34px 0;
}
#Happy-to-Hear-In .form-con {
	width:600px;
	/*height:674px;*/
	box-shadow: 0px 0px 17px 5px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 17px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 17px 5px rgba(0,0,0,0.2);
    padding:15px 80px;
	background:#fff;
}
#Happy-to-Hear-In .form-con h2{
    font: 600 40px/50px 'Archivo';
    color: #17294b; 
    padding: 10px 0 30px 0;
}

/* Resources */
#Resources-In{
    text-align: center;
    padding: 0 0 80px 0;
}
#Resources-In h2{
    font: 600 48px/54px 'Archivo';
    color: #000; 
    padding: 0 0 40px 0;
}
#Resources-In ul {
    font-size: 0;
    text-align: center;
}
#Resources-In ul li {
    display: inline-block;
    vertical-align: top;
   margin: 15px 24px;
}
#Resources-In ul li a {
    display: block;
   padding: 122px 0 0 0;
    font: 600 18px/18px 'Archivo';
    color: #000;
    width: 251px;
    height: 191px;
    border: 6px solid #ebebeb;
    border-radius: 5px;
    position: relative;
}
#Resources-In ul li a::before{
    position: absolute;
    content: '';
    width: 80px;
    height: 75px;
    background: url(/images/hme-resources-list-icons-n.png) no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 35px;
}
#Resources-In ul li a:hover::before{
    background: url(/images/hme-resources-list-icons-on-n.png) no-repeat;
}
#Resources-In ul li.resources1 a::before{
    background-position: 0 0;
}
#Resources-In ul li.resources2 a::before{
 background-position: -317px 0;
}
#Resources-In ul li.resources3 a::before{
    background-position: -634px 0;
}
#Resources-In ul li.resources4 a::before{
    background-position: -951px 0;
}
#Resources-In ul li.resources5 a::before{
   background-position: 0 -105px;
}
#Resources-In ul li.resources6 a::before{
  background-position: -317px -105px;
}
#Resources-In ul li.resources7 a::before{
    background-position: -634px -105px;
}
#Resources-In ul li.resources8 a::before{
    background-position: -951px -105px;
}
#Resources-In ul li.resources9 a::before{
    background-position: -1268px 0px;
}
#Resources-In ul li.resources10 a::before{
    background-position: -1268px -105px;
}
#Resources-In ul li a:hover{
    background: #c8b568;
    border: 6px solid #c8b568;
    color: #000;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
#Resources-In h2 a:hover{
    color: #c8b568;
    -webkit-transition: .7s all ease;
    -moz-transition: .7s all ease;
    -ms-transition: .7s all ease;
    -o-transition: .7s all ease;
    transition: .7s all ease;
}
/* Footer CSS */
#Footer-Container {
    background: url(/images/footer-bg.jpg) no-repeat center top;
    background-size: cover;
}
#Footer-Container .theme-L{
    background: url(/images/footer-l-bg.jpg) no-repeat right top;
    background-size: cover;
}
#Footer-Container .theme-R{
    background: url(/images/footer-r-bg.jpg) no-repeat left top;
    background-size: cover;
}
#Footer{
    height: 350px;
    text-align: center;
    color: #fff;
    padding: 70px 0 0 0;
}
h2.footer-bellcurve-tutoring-hd{
    display: inline-block;
    padding: 0px 0 5px 59px;
    font: 500 42px/48px 'Archivo';
    background: url(/images/footer-bellcurve-img.png) no-repeat left center;
}
ul.footer-tel-fax-list{
    font-size: 0;
    margin: 41px 0;
}
ul.footer-tel-fax-list li{
    display: inline-block;
    vertical-align: top;
    margin: 0 13px;
}
ul.footer-tel-fax-list li a{
    font: normal 18px/24px 'Archivo';
    display: inline-block;
    padding: 0 0 0 42px;
    position: relative;
}

ul.footer-tel-fax-list li a::before{
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    background: url(/images/footer-tel-fax-icons.png) no-repeat;
    left: 0;
}
ul.footer-tel-fax-list li:nth-child(1) a::before{
    background-position: 5px 3px;
}
ul.footer-tel-fax-list li:nth-child(2) a::before{
    background-position: -30px 0px;
}
ul.footer-tel-fax-list li:nth-child(3) a::before{
   background-position: -59px 0;
}
p.footer-menu{
    margin: 40px 0 20px 0;
}
p.footer-menu a{
    display: inline-block;
    font: normal 15px/21px 'Archivo';
    letter-spacing: 2.3px;
    margin: 0 10px;
}
h2.copyrights{
    font: 300 15px/21px 'Archivo';
    letter-spacing: 2.3px;
    padding: 0 5px;
}

.social-logo {
	text-align: center;
    background: url(/images/social-logo-border.png) no-repeat center center;
}
.social-logo ul {
	font-size: 0px;
}
.social-logo ul li {
    display: inline-block;
    vertical-align: top;
   margin: 0 8px;
}
.social-logo ul li a {
    display: block;
    width: 31px;
    height: 28px;
    position: relative;
}
.social-logo ul li a::before {
    position: absolute;
    content: '';
    width: 31px;
    height: 28px;
    background: url(/images/footer-social-logos.png) no-repeat;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.social-logo ul li.instagram a::before{
    background-position: 0px 0px;
}
.social-logo ul li.facebook a::before{
   background-position: -46px 0;
}
.social-logo ul li.twitter a::before{
    background-position: -101px 0;
}
.social-logo ul li.linkedin a::before{
    background-position: -154px 0px;
}
.social-logo ul li.tiktok a::before{
    background-position: -194px 0px;
}
.social-logo ul li.youtube a::before{
    background-position: -233px 0px;
}
.social-logo ul li a:hover {
    transform: scale(1.1);
    transition: 1.5s;
}
.ypo-logo {
	width: 162px;
	text-align: center;
    margin: 35px auto 0 auto;
}

ul.footer-tel-fax-list li a:hover,p.footer-menu a:hover,h2.copyrights a:hover{
   text-decoration: underline;
}
#terms_update {
	background: #fff;
	color: #000;
	padding: 10px 0;
	/* margin-top: 20px; */
	border-radius: 12px 12px 0 0;
	box-shadow: 2px 2px 20px #6d5b10;
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index:50;
}
#terms_update a{
	color:#b89813;
	text-decoration:underline;
}
#terms_update a:hover{
	text-decoration:none;
}
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/*----- Accessibility -----*/
.dfwOff,
.dfwOn {
    display: none;
}
.dfwActive.dfwOff,
.dfwActive.dfwOn {
    display: block;
}
.dfwOff {
    position: fixed;
    z-index: 99999;
    left: 5px;
    bottom: 20px;
    width: 50px;
    height: 50px;
}
.dfwOff li {
    position: absolute;
}
.dfwOff.adaHide {
    left: -40px;
}
.adaOn {
    width: 100%;
    height: 100%;
    z-index: 1;
}
.adaOn span {
    width: 100%;
    height: 100%;
    display: block;
    font-family: 'fontello';
    font-size: 30px;
}
.adaOn span::before {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.adaClose {
    font: bold 11px/24px Verdana, Arial, Helvetica, sans-serif;
    color: #fff;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.adaClose a {
    border-radius: 5px;
    display: block;
    padding: 0px 8px;
    background: #c8b568;
}
.dfwOff:hover .adaClose,
.dfwOff:focus .adaClose {
    left: 85%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.dfwOff:focus-within .adaClose {
    left: 85%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.dfwClose {
    position: absolute;
    font: bold 11px/24px Verdana, Arial, Helvetica, sans-serif;
    left: 50%;
    top: 0px;
    z-index: -1;
}
.dfwClose a {
    border-radius: 0px 5px 5px 0px;
    display: block;
    padding: 0px 8px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
}
.dfw-whitemode .dfwClose a {
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.dfw-blackmode .dfwClose a {
    background: #fff;
    border: 1px solid #fff;
    color: #000;
}
.dfw-greymode .dfwClose a {
    background: #ccc;
    border: 1px solid #000;
    color: #000;
}
.dfwOn.dfwActive.dfwHide .dfwClose {
    visibility: visible;
    left: 70%;
}
.dfwOn.dfwActive.dfwHide .dfwClose a {
    padding: 0px 30px 0px 8px;
}
.dfwOn.dfwActive.dfwHide .dfwClose a::before {
    position: absolute;
    z-index: 1;
    content: '\f29a';
    left: calc(100% - 24px);
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font: 400 20px/24px 'fontello';
}
.dfwOn:hover .dfwClose,
.dfwOn:focus .dfwClose,
.dfwOn.dfwActive.dfwHide:hover .dfwClose,
.dfwOn.dfwActive.dfwHide:focus .dfwClose {
    left: 100%;
}
.dfwOn:focus-within .dfwClose,
.dfwOn.dfwActive.dfwHide:focus-within .dfwClose {
    left: 100%;
}
.dfwOn {
    position: fixed;
    left: 0px;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
    z-index: 9999;
    width: 200px;
    background: #fff;
    border: 1px solid #000;
    color: #000;
}
.dfwOn.dfwHide {
    left: -200px;
}
.dfwOn li {
    border-bottom: 1px dotted #ccc;
}
.dfwOn li:last-child {
    border-bottom: none;
}
.dfwOn li a {
    padding: 10px 15px;
    display: block;
}
.dfwOn li a::before {
    margin-right: 10px;
}
.dfw-whitemode .dfwOn {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}
.dfw-blackmode .dfwOn {
    background: #000;
    border: 1px solid #fff;
    color: #fff;
}
.dfwOff,
.dfwOff.adaHide,
.adaClose,
.dfwOff:hover .adaClose,
.dfwOff:focus .adaClose,
.dfwClose,
.dfwOn:hover .dfwClose,
.dfwOn:focus .dfwClose,
.dfwOn.dfwActive.dfwHide:hover .dfwClose,
.dfwOn.dfwActive.dfwHide:focus .dfwClose,
.dfwOn,
.dfwOn.dfwHide {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.dfwOff:focus-within .adaClose,
.dfwOn:focus-within .dfwClose,
.dfwOn.dfwActive.dfwHide:focus-within .dfwClose {
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.dfwHead {
    font: bold 14px/20px Verdana, Arial, Helvetica, sans-serif;
    padding: 15px;
    position: relative;
    z-index: 1;
    background: #fff;
}
.dfw-whitemode .dfwHead,
.dfw-whitemode .dfwHide {
    background: #fff;
    color: #000;
}
.dfw-blackmode .dfwHead,
.dfw-blackmode .dfwHide {
    background: #000;
    color: #fff;
}
.dfw-greymode #Container {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.dfw-invertmode #Container {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.dfw-whitemode .dfwHide a {
    border: 2px solid #000;
}
.dfw-blackmode .dfwHide a {
    border: 2px solid #fff;
}
.dfwHide .dfwHide {
    right: -10px;
}
.dfwHide .dfwHide a {
    padding-left: 20px;
}
.dfwHide.dfwOn:hover .dfwHide,
.dfwHide.dfwOn:focus .dfwHide {
    right: -65px;
}
.dfwHide.dfwOn:focus-within .dfwHide {
    right: -65px;
}
.dfwHide.dfwOn:hover .dfwHide a,
.dfwHide.dfwOn:focus .dfwHide a {
    padding-left: 50px;
}
.dfwHide.dfwOn:focus-within .dfwHide a {
    padding-left: 50px;
}
.dfw-skip {
    overflow: hidden;
    vertical-align: top;
    right: 5px;
    top: 0px;
    position: absolute;
    font: normal 12px/20px Verdana, Arial, Helvetica, sans-serif;
    display: none;
    z-index: 99;
    padding: 2px;
}
#skip-header.dfw-skip {
    top: 0px;
}
#skip-sidebar.dfw-skip {
    right: 0px;
}
.dfw-skip a {
    display: block;
    padding: 0px 5px;
}
/*----- Default Accessible -----*/
.dfw-whitemode #Container,
.dfw-whitemode #Container:not(a) {
    color: #000;
}
.dfw-whitemode #Container a,
.dfw-whitemode #Container * a,
.dfw-whitemode #Container a:hover,
.dfw-whitemode #Container * a:hover,
.dfw-whitemode #dfw-WhiteMode.dfw-active a {
    color: #00e !important;
}
.dfw-blackmode #Container,
.dfw-blackmode #Container:not(a) {
    color: #fff;
}
.dfw-blackmode #Container a,
.dfw-blackmode #Container * a,
.dfw-blackmode #Container a:hover,
.dfw-blackmode #Container * a:hover,
.dfw-blackmode #dfw-BlackMode.dfw-active a {
    color: #fc0 !important;
}
.dfw-greymode #Container,
.dfw-greymode #Container:not(a) {
    color: #333 !important;
}
.dfw-greymode #Container a,
.dfw-greymode #Container * a,
.dfw-greymode #Container a:hover,
.dfw-greymode #Container * a:hover,
.dfw-greymode #dfw-GreyMode.dfw-active a {
    color: #000 !important;
}
.accessible_on .theme-L,
.accessible_on .theme-R,
.accessible_on #Container::after,
.accessible_on #Container::before,
.accessible_on .menu li.menu-home a::before {
    display: none;
}
.accessible_on .social-logo li span,
.accessible_on #Content,
.accessible_on #Sidebar,
.accessible_on .dfw-skip {
    display: block;
}
.dfw-whitemode,
.dfw-whitemode .dfw-skip {
    background: #fff;
}
.dfw-blackmode,
.dfw-blackmode .dfw-skip {
    background: #000;
}
.dfw-greymode .dfw-skip,
.dfw-greymode #dfw-GreyMode.dfw-active a,
.dfw-greymode .menu ul,
.dfw-greymode .Wrapper {
    background: #ccc;
}
.dfw-whitemode .menu ul,
.dfw-whitemode .Wrapper {
    background: #eee;
}
.dfw-blackmode .menu ul,
.dfw-blackmode .Wrapper,
.dfw-blackmode .textMain .useFul li span,
.dfw-greymode .notImg,
.dfw-greymode .thankImg {
    background: #333;
}
.dfw-whitemode .notImg,
.dfw-whitemode .thankImg {
    background: #00e;
}
.dfw-blackmode .notImg,
.dfw-blackmode .thankImg {
    background: #fc0;
}
.accessible_on .textMain,
.accessible_on .textMain h1,
.accessible_on .textMain h1 span,
.accessible_on .textMain h2,
.accessible_on .textMain h2 span,
.accessible_on .textMain h3,
.accessible_on .textMain h3 span,
.accessible_on .textMain h4,
.accessible_on .textMain h4 span,
.accessible_on .navigation,
.accessible_on .PDFtext,
.accessible_on .notFound {
    color: inherit !important;
}
.accessible_on .parentMenu li,
.accessible_on .textMain .relList li,
.accessible_on .textMain .subList li,
.accessible_on .ypo-l,
.accessible_on .ypo-r,
.accessible_on .textMain ul ul li,
.accessible_on .menu-home a,
.accessible_on .textMain .mediaList li,
.accessible_on .menu li li,
.accessible_on .textMain .useFul li {
    background: none !important;
}
.dfw-whitemode .dfw-skip,
.dfw-whitemode .showcase,
.dfw-whitemode .ypo-l img,
.dfw-whitemode .ypo-r img {
    border: 1px solid #000;
}
.dfw-blackmode .dfw-skip,
.dfw-blackmode .showcase,
.dfw-blackmode .ypo-l img,
.dfw-blackmode .ypo-r img {
    border: 1px solid #fff;
}
.dfw-greymode .dfw-skip,
.dfw-greymode .showcase,
.dfw-greymode .ypo-l img,
.dfw-greymode .ypo-r img {
    border: 1px solid #333;
}
.dfw-whitemode .textMain .mediaList li,
.dfw-whitemode .textMain .relList li,
.dfw-whitemode .textMain .subList li {
    border: 2px solid #000;
}
.dfw-blackmode .textMain .mediaList li,
.dfw-blackmode .textMain .relList li,
.dfw-blackmode .textMain .subList li,
.dfw-blackmode .cookie-main li.cookie-button a {
    border: 2px solid #fff;
}
.dfw-greymode .textMain .mediaList li,
.dfw-greymode .textMain .relList li,
.dfw-greymode .textMain .subList li,
.dfw-greymode .cookie-main li.cookie-button a {
    border: 2px solid #333;
}
.dfw-whitemode .videoBorder iframe {
    border: 4px solid #000;
}
.dfw-blackmode .videoBorder iframe {
    border: 4px solid #fff;
}
.dfw-greymode .videoBorder iframe {
    border: 4px solid #333;
}
.dfw-whitemode .ypo-l,
.dfw-whitemode .ypo-r,
.dfw-whitemode .accordContent,
.dfw-whitemode .textMain .accordContent {
    border-bottom: 1px dashed #000;
}
.dfw-blackmode .ypo-l,
.dfw-blackmode .ypo-r,
.dfw-blackmode .accordContent,
.dfw-blackmode .textMain .accordContent {
    border-bottom: 1px dashed #fff;
}
.dfw-greymode .ypo-l,
.dfw-greymode .ypo-r,
.dfw-greymode .accordContent,
.dfw-greymode .textMain .accordContent {
    border-bottom: 1px dashed #333;
}
.accessible_on .social-logo,
.accessible_on .social-logo li,
.accessible_on .menu li.menu-home {
    width: auto;
}
.accessible_on .social-logo li {
    height: auto;
}
.accessible_on .social-logo li a {
    padding: 5px 10px;
}
.accessible_on a:focus {
    outline: 2px solid #F00;
}
.accessible_on a:focus-within {
    outline: 2px solid #F00;
}
.dfw-whitemode .hr,
.dfw-greymode .hr {
    background: url(/images/hr-b.gif) repeat-x left center;
}
.dfw-blackmode .hr {
    background: url(/images/hr-w.gif) repeat-x left center;
}
.dfw-whitemode .ypo-logo img {
    -webkit-filter: invert(100%);
    filter: invert(100%);
}
.dfw-blackmode .ypo-logo img {
    -webkit-filter: invert(0);
    filter: invert(0);
}
.dfw-whitemode .textMain ul li {
    background: url(/images/bullet-b.gif) no-repeat 15px 15px;
}
.dfw-blackmode .textMain ul li {
    background: url(/images/bullet-w.gif) no-repeat 15px 15px;
}
/* Slide Menu CSS */
.dfw-whitemode #Container.slideRight.slideContainer,
.dfw-whitemode #Container.slideLeft.slideContainer {
    background: rgba(0, 0, 0, 0.4);
}
.dfw-blackmode #Container.slideRight.slideContainer,
.dfw-blackmode #Container.slideLeft.slideContainer {
    background: rgba(255, 255, 255, 0.4);
}
.dfw-greymode #Container.slideRight.slideContainer,
.dfw-greymode #Container.slideLeft.slideContainer {
    background: rgba(204, 204, 204, 0.4);
}
/* Accordion CSS */
.accessible_on .accordTitle,
.accessible_on .textMain .accordTitle {
    border: none;
    padding: 10px 0px;
    margin: 0px;
}
.accessible_on .accordContent,
.accessible_on .textMain .accordContent {
    border: none;
    display: block;
    padding: 0px;
    margin: 0px;
}
.dfw-blackmode .gdpCookie {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    border: 1px solid #fff;
}
.dfw-greymode .gdpCookie {
    background: rgba(204, 204, 204, 0.8);
    color: #333;
    border: 1px solid #333;
}

/* ada */
.dfwOff:focus{
    outline: 1px dotted #000;
}
.accessible_on #Sidebar{
    margin: 0 auto;
}
.accessible_on .dfw-on {
    background: #fff;
}
.accessible_on.dfw-blackmode .dfwClose a {
     background: #fff;
}
.accessible_on .dfw-skip,
.accessible_on .showcase,
.accessible_on .ypo-l img,
.accessible_on .ypo-r img {
    border: 1px solid;
    background: inherit;
}
.accessible_on header {
    position: static;
	background:none;
}
.dfw-whitemode .dfw-on {
    background: #fff;
    border: 1px solid #000;
    color: #000;
}
.dfw-blackmode .dfw-on {
    background: #000;
    border: 1px solid #fff;
    color: #fff;
}
.accessible_on .logo img {
    filter: grayscale(100%);
}
.dfw-whitemode .dfwClose a {
    background: #000!important;
}
.accessible_on.dfw-whitemode  nav,
.accessible_on.dfw-whitemode  #Container div,
.accessible_on.dfw-whitemode  li,
.accessible_on.dfw-whitemode  li,
.accessible_on.dfw-whitemode  a,
.accessible_on.dfw-whitemode  header,
.accessible_on.dfw-whitemode  footer,
.accessible_on.dfw-whitemode #Footer-Container 
{
    background: #fff;
}
.accessible_on.dfw-blackmode nav,
.accessible_on.dfw-blackmode #Container div,
.accessible_on.dfw-blackmode li,
.accessible_on.dfw-blackmode li,
.accessible_on.dfw-blackmode a,
.accessible_on.dfw-blackmode header,
.accessible_on.dfw-blackmode footer,
.accessible_on.dfw-blackmode #Footer-Container 
{
    background: #000;
}
.accessible_on div:before,
.accessible_on div:after,
.accessible_on li:before,
.accessible_on li:after,
.accessible_on .menu li a:hover span::before,.accessible_on .menu li a:hover span::after
{
    display: none !important;
}
.accessible_on h1,
.accessible_on h2,
.accessible_on h3,
.accessible_on h4,
.accessible_on div,
.accessible_on p,
.accessible_on li,
.accessible_on .contact-address p::before,
.accessible_on.textMain .schemaTable p::before {
    color: #000 !important;
}
.accessible_on.dfw-blackmode h1,
.accessible_on.dfw-blackmode h2,
.accessible_on.dfw-blackmode h3,
.accessible_on.dfw-blackmode h4,
.accessible_on.dfw-blackmode div,
.accessible_on.dfw-blackmode p,
.accessible_on.dfw-blackmode li,
.accessible_on.dfw-blackmode .contact-address p::before,
.accessible_on.dfw-blackmode .textMain .schemaTable p::before {
    color: #fff !important;
}
.accessible_on a span{
    color: inherit !important;
}
.accessible_on #Credibility-In{
text-align: center;
}
.accessible_on #Credibility-In ul li {
    display: inline-block;
    border: 1px solid;
    text-align: center;
    width: 500px;
    margin: 8px;
}
.dfw-greymode #Container,
.dfw-greymode #Container :not(a) {
    color: #333;
}

.dfw-greymode .dfw-skip,
.dfw-greymode #dfw-GreyMode.dfw-active a,
.dfw-greymode .menu ul,
.dfw-greymode .Wrapper {
    background: #ccc;
}

.dfw-greymode #Container a,
.dfw-greymode #Container * a,
.dfw-greymode #Container a:hover,
.dfw-greymode #Container * a:hover,
.dfw-greymode #dfw-GreyMode.dfw-active a {
    color: #000;
}

.accessible_on .appoint ul li a,.accessible_on .appoint ul li.hdr-login a,.accessible_on #Our-Goal-In .hme-our-goal-rd-mre a,.accessible_on .hme-more-reviews a,.accessible_on ul.hme-math-tutoring-subjects-list > li .hme-math-tutoring-subjects-list-content,.accessible_on #What-We-Can-Help-You-With-In ul li a,.accessible_on #Benefits-of-One-on-one-Tutoring-In ul li .hme-benefits-of-one-on-one-tutoring-list,.accessible_on #Become-a-Math-Champion-In ul li,.accessible_on ul.subpage-math-tutoring-subjects-list > li .subpage-math-tutoring-subjects-list-content,.accessible_on h2 span,.accessible_on .textMain .read-more a,.accessible_on .textMain .price-list-s > li.blue-box .read-more a,.accessible_on .more-button a,.accessible_on .textMain .price-list-s > li.orange-box .read-more a,.accessible_on .textMain .price-list-s > li, .accessible_on .recent-blog-post-list li .blog-read-more a, .accessible_on #Blog-In .blog-main-read-more a, .accessible_on .recent-blog-post-list li .recent-post-image{
   background: none !important;
    border: 1px solid !important;
}
.accessible_on #Math-Tutoring-Subjects-In,.accessible_on #Reviews-Main,.accessible_on #Why-Us-Main,.accessible_on #Tutoring-Options-Main,.accessible_on .tutoring-options ul.tut-list > li,.accessible_on #Benefits-of-One-on-one-Tutoring-In,.accessible_on #Become-a-Math-Champion-Main,.accessible_on #Happy-to-Hear-In,.accessible_on #Footer,.accessible_on .social-logo ul li a::before,.accessible_on h2.footer-bellcurve-tutoring-hd,.accessible_on #Banner-Container-S-In,.accessible_on ul.subpage-math-tutoring-subjects-list > li,.accessible_on .textMain .price-list-s > li.orange-box,.accessible_on .textMain .price-list-s > li.blue-box,.accessible_on .recent-blog-post-list li .blog-read-more, .accessible_on .recent-blog-post-list .blog-img, .accessible_on #Blog-Main{
    background: none !important;
}
.accessible_on ul.hme-math-tutoring-subjects-list > li .hme-math-tutoring-subjects-list-content .hd a::before,.accessible_on ul.hme-math-tutoring-subjects-list > li .hme-math-tutoring-subjects-list-content ul::after,.accessible_on .hme-find-ur-tutor-l-cell,.accessible_on #Become-a-Tutor-In .hme-become-a-tutor-l-cell,.accessible_on .Reviews-Tabs,.accessible_on #What-We-Can-Help-You-With-In ul li a::before,.accessible_on ul.footer-tel-fax-list li a::before,.accessible_on #Resources-In ul li a::before,.accessible_on .hme-reviews-star-img,.accessible_on ul.subpage-math-tutoring-subjects-list > li .subpage-math-tutoring-subjects-list-content h3.hd a::before{
    display: none;
}
.accessible_on ul.hme-math-tutoring-subjects-list > li .hme-math-tutoring-subjects-list-content .hd a {
    padding: 10px 0 0 0;
    margin: 0px 0 0 0;
}
.accessible_on ul.hme-math-tutoring-subjects-list > li .hme-math-tutoring-subjects-list-content{
    height: auto;
}
.accessible_on #Math-Tutoring-Subjects-In,.accessible_on #Benefits-of-One-on-one-Tutoring-In,.accessible_on #Footer{
    height: auto;
    padding: 30px 0;
}
.accessible_on #Find-Your-Tutor-In,.accessible_on #Become-a-Tutor-In{
    min-height: 0;
    padding: 30px 0;
}
.accessible_on .hme-reviews-list{
    width: 100%;
    height: auto;
}
.accessible_on #Professional-Tutors-In ul li{
    display: inline-block;
    vertical-align: top;
    margin: 5px;
    border: 1px solid;
}
.accessible_on #Find-Your-Tutor-In .hme-find-ur-tutor-r-cell,.accessible_on #Become-a-Tutor-In .hme-become-a-tutor-r-cell{
    padding: 30px 0 0 10px;
}
.accessible_on #What-We-Can-Help-You-With-In ul li a,.accessible_on #Tutoring-Options-Main-In,.accessible_on ul.subpage-math-tutoring-subjects-list > li .subpage-math-tutoring-subjects-list-content{
    padding: 10px 0;
    height: auto;
}
.accessible_on .tutoring-options ul.tut-list > li{
    padding: 32px 10px 10px 10px;
}
.accessible_on .tutoring-options{
    float: none;
    width: 100%;
}
.accessible_on #Happy-to-Hear-In .form-con{
    margin: 0 auto;
}
.dfw-greymode .ypo-logo a img{
    filter: invert(1);
}
.accessible_on .social-logo ul li a span {
    font-size: 16px;
}
.accessible_on .social-logo ul li a{
    width: auto;
}
.accessible_on #Resources-In ul li a{
    padding: 10px 0;
    height: auto;
    border: 1px solid;
    min-height: 70px;
    background: none;
}
.accessible_on #Become-a-Math-Champion-In h2 span {
	color:inherit;
	border:none !important;
}
.accessible_on #Our-Goal-Main,.accessible_on #Find-Your-Tutor-Main,.accessible_on #Become-a-Tutor-Main,.accessible_on #Reviews-Main,.accessible_on #Math-Tutoring-Subjects-Main,.accessible_on #Professional-Tutors-Main,.accessible_on #Why-Us-Main,.accessible_on #What-We-Can-Help-You-With-Main,.accessible_on #Benefits-of-One-on-one-Tutoring-Main,.accessible_on #Become-a-Math-Champion-Main,.accessible_on #Tutoring-Options-Main,.accessible_on #Happy-to-Hear-Main,.accessible_on #Resources-Main,.accessible_on #Footer-Container,.accessible_on nav,.accessible_on #Content-Container{
    border-top: 1px solid;
}
.accessible_on #Benefits-of-One-on-one-Tutoring-In ul li .hme-benefits-of-one-on-one-tutoring-list{
    min-height: 386px;
    height: auto;
}
.accessible_on #Become-a-Math-Champion-In ul li{
    min-height: 225px;
    height: auto;
}
.accessible_on.dfw-whitemode .cookie-main li.cookie-button a, .accessible_on.dfw-whitemode .gdpCookie a, .accessible_on.dfw-whitemode #Specialties-In p.intro-txt a, .accessible_on.dfw-whitemode #Specialties-In ul li .hme-splties-list .knw-mre a {
    color: #00e !important;
}
.dfw-blackmode .gdpCookie a:hover, .dfw-blackmode a.gdpr-privacy, .dfw-blackmode .cookie-main li.cookie-button a, .dfw-blackmode #Specialties-In p.intro-txt a, .dfw-blackmode #Specialties-In ul li .hme-splties-list .knw-mre a {
    color: #fc0 !important;
}
.accessible_on #Banner-Container-S-In{
    height: auto;
    padding: 30px 0;
}
.accessible_on #Banner-Container-S-In h1{
    position: relative;
    top: 0;
}
.accessible_on ul.subpage-math-tutoring-subjects-list > li .subpage-math-tutoring-subjects-list-content h3.hd a {
    padding: 10px 0 0 0;
    margin: 0px 0 0 0;
}
.dfw-whitemode .dfwClose a, .dfw-whitemode .adaClose a{
    background: #000;
    border: 1px solid #000;
    color: #fff;
}
.accessible_on .dfwClose{
    color: inherit !important;
}
.accessible_on #Happy-to-Hear-In .form-con {
	background:none;
}
.accessible_on #Happy-to-Hear-In #form-element-list li input[type="text"], .accessible_on #Happy-to-Hear-In #form-element-list li textarea {
	background:none;
}
.accessible_on #Footer-Container {
	background:none;
}
.accessible_on #Group-Tutoring-In a.grp_tutoring_reg_btn {
	background:none;
	border:1px solid;
}
/*.accessible_on .floating_contact_btn {
	border:1px solid;
}*/
.dfw-whitemode #Happy-to-Hear-In a {
	color:#00e !important;
}
.dfw-blackmode #Happy-to-Hear-In a {
	color:#fc0 !important;
}
.dfw-greymode #Happy-to-Hear-In a {
	color:#828282 !important;
}
/*.dfw-whitemode .floating_icons ul li a {
	background:#00e !important;
}
.dfw-whitemode .floating_icons ul li a:hover {
	background:#00e !important;
}*/
.floating_icons .contact span {
	display: none;
}
.accessible_on .floating_icons {
	position:relative;
	right: inherit;
	top: -70px;
	width: 100%;
	text-align:center;
	z-index:0;
}
.accessible_on .floating_icons ul, .accessible_on .floating_icons ul li, .accessible_on .floating_icons a, .accessible_on .floating_icons a span {
	display:inline-block;
	background:none;
}
.accessible_on .floating_icons a {
	padding:0px;
	outline:none;
}
.accessible_on .floating_icons a span {
	font:normal 16px/24px 'Archivo', Verdana, Arial, Helvetica, sans-serif;
	padding:5px 10px;
}
.accessible_on .floating_icons ul li a::before, .accessible_on .floating_icons a i {
	display:none;
}
.accessible_on .floating_icons a:hover {
	background:none;
	text-decoration:underline !important;
}
.accessible_on .textMain .profile-listing .text-muted {
	color: inherit;
}
/* Form Css */
#Happy-to-Hear-In #form-element-list li label {
    width: 100%;
}

form ul#form-element-list li {
    margin: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 0 0 25px 0;
}
#Happy-to-Hear-In #form-element-list li input[type="text"],
#Happy-to-Hear-In #form-element-list li input[type="password"],
#Happy-to-Hear-In #form-element-list li input[type="tel"],
#Happy-to-Hear-In #form-element-list li input[type="file"],
#Happy-to-Hear-In #form-element-list li select,
#Happy-to-Hear-In #form-element-list li textarea{
    padding: 3px 4px;
    margin: 0px;
    width: 100% !important;
    border: 0;
    border-bottom: 2px solid #d6d1d1;
    color: #6e6d6d;
    font: 300 15px/21px 'Archivo';
}
select, option{
	font-size:16px !important;
}
#Happy-to-Hear-In #form-element-list li.dropdown1 span {
	display:block;
	margin:0px 0 8px 0;
}
#Happy-to-Hear-In #form-element-list li select{
    padding: 3px 0;
	background:none;
}
#Happy-to-Hear-In #form-element-list li textarea{
    height: 40px;
}
#Happy-to-Hear-In #form-element-list li input[type="submit"] {
    padding: 18px 0;
    border-radius: 30px;
    font: 300 16px/22px 'Archivo';
    font-weight: normal;
    color: #000;
    background: #c8b568;
    width: 187px;
    border: 0;
}
#Happy-to-Hear-In #form-element-list li input[type="submit"]:hover {
    background: #3e4147;
    color: #fff;
    -webkit-transition: .7s all ease;
    -moz-transition: .7s all ease;
    -ms-transition: .7s all ease;
    -o-transition: .7s all ease;
    transition: .7s all ease;
}
#Happy-to-Hear-In a {
	color:#c8b568;
}
/* Join the Mailing List */
#Join-the-Mailing-List-In{
    padding: 12px 0 90px 0;
}
#Join-the-Mailing-List-In h2{
    text-align: center;
    font: 600 40px/50px 'Archivo';
    color: #17294b;
    padding: 0 0 20px 0;
}

#Join-the-Mailing-List-In form{
	width:360px;
	margin:0 auto;
	border:1px solid #ccc;
	padding:20px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
#Join-the-Mailing-List-In form .g-recaptcha div{
	margin:0 auto;
}
#Join-the-Mailing-List-In #form-element-list li{
   display: inline-block;
    vertical-align: top;
    padding: 0;
	margin-bottom:15px;
}
/*#Join-the-Mailing-List-In #form-element-list li.email{
    width: 86%; 
}*/
#Join-the-Mailing-List-In #form-element-list li input[type=text].email {
   padding: 15px 0 15px 10px;
    /*border-radius: 50px;*/
    background: #efeeee;
    border-bottom: 0;
    width: 100%;
    border: 0;
}
#Join-the-Mailing-List-In #form-element-list li.submitbutton{
   	/*width: 232px; 
    position: absolute;
    right: 0;*/
	margin:0;
}
#Join-the-Mailing-List-In #form-element-list li input[type="submit"] {
    padding: 15px 0;
    /*border-radius: 50px;*/
    font: 300 16px/21px 'Archivo';
    font-weight: normal;
    color: #000;
    background: #c8b568;
    /*width: 232px;*/
    border: 0;
    margin: 0;
	width:100%;
}
#Join-the-Mailing-List-In #form-element-list li input[type="submit"]:hover {
    background: #3e4147;
    color: #fff;
}
#Join-the-Mailing-List-In #form-element-list li input[type="submit"]:hover {
    background: #3e4147;
    color: #fff;
    -webkit-transition: .7s all ease;
    -moz-transition: .7s all ease;
    -ms-transition: .7s all ease;
    -o-transition: .7s all ease;
    transition: .7s all ease;
}
#footer_note_content_section {
	margin: 10px auto;
	font-size: 14px;
	color: #666;
	font-style: italic;
}
#footer_note_content_section p {
	padding:0px 10px;
}
.dfw-blackmode #Happy-to-Hear-In #form-element-list li select {
	background: none !important;
	color: #fff !important;
}
.dfw-blackmode select, .dfw-blackmode option {
	background: none !important;
	color: #000 !important;
}
.dfw-blackmode #Happy-to-Hear-In #form-element-list li input[type="text"], .dfw-blackmode #Happy-to-Hear-In #form-element-list li textarea {
	border:1px solid #fff !important;
}

#customer_contract_alert{
	color:#fff;
	text-align:center;
	padding:12px 0;
	font-size:18px;
}
#customer_contract_alert a{
	text-decoration:underline;
}
#customer_contract_alert a:hover{
	text-decoration:none;
}
.blink_customer_contract_alert {
  animation: blinker 2s linear infinite;
}
.accessible_on .textMain .price-list-s-new li {
	background:none;
}
.accessible_on .textMain .price-list-s-new li .price-in-con {
	border:1px solid;
}
.accessible_on .price-in-con .price-in-gry-bg {
	margin:0px 0px 40px 0px;
}
.accessible_on .price-in-con .price-in-gry-bg .price-sm-button a, .accessible_on .price-in-con.gold-box .price-sm-button a, .accessible_on .price-in-con.last-box .price-sm-button a {
	background: none;
	border:1px solid;
}
.accessible_on .price-in-con .price-in-gry-bg .gold, .accessible_on .price-in-con.gold-box .price-in-gry-bg .white, .accessible_on .price-in-con.last-box .price-in-gry-bg .gold {
	color:inherit;
}
.accessible_on.pricing-page .price-in-con.gold-box .gold-border {
	border:0px;
}
.accessible_on.pricing-page .price-in-con.gold-box {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.accessible_on.pricing-page .price-in-con.gold-box .sm-title {
	border:1px solid;
	border-radius:5px;
}
.accessible_on .price-in-con .price-in-gry-bg, .accessible_on .textMain .price-list-s-new li .price-in-con.gold-box .price-in-gry-bg {
	background:none;
}
.accessible_on.pricing-page.dfw-greymode .price-in-con.gold-box .sm-title {
	border: 0px;
	border-radius: 5px;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
/* Media Query For Different Screens */
@media screen and (max-width: 1199px){
    #Header {
    padding: 15px 5px;
}
    .banner-content {
    right: 10px;
    top: 260px;
    width: 46%;
}
    .banner-content h1 {
    font: bold 38px/44px 'Archivo';
}
    .banner-content h1 span {
    font: 100 38px/44px 'Archivo';
}
    .banner-content .banner-u-us-a-txt{
        padding: 0 0 20px 0;
    }
/*    .menu li.menu-pricing {
    width: 11%;
}
    .menu li.menu-for-tutors {
    width: 14%;
}*/
    #Footer{
        height: auto;
        padding: 30px 0;
    }
    ul.footer-tel-fax-list {
    margin: 30px 0;
}
    p.footer-menu {
    margin: 30px 5px 20px 5px;
}
    .ypo-logo {
    margin: 25px auto 0 auto;
}
    #Happy-to-Hear-Main {
    margin: 20px 0;
}
     #Resources-In h2{
        padding: 0 0 20px 0;
    }
    #Resources-In{
        padding: 10px 0 30px 0;
    }
    #Resources-In ul li {
    margin: 5px 5px;
}
    #Resources-In ul li a{
        width: 230px;
    }
    #Happy-to-Hear-Main::before{
        left: 0;
    }
   #Become-a-Math-Champion-In,.home #Become-a-Math-Champion-In {
    padding: 25px 0 30px 0;
}
    #Become-a-Math-Champion-In h2 {
    font: bold 44px/48px 'Archivo';
}
    #Become-a-Math-Champion-In p.hme-become-a-math-champion-intro-txt{
        padding: 10px 0 30px 0;
    }
    #Become-a-Math-Champion-In ul li {
    width: 200px;
    height: 200px;
    padding: 20px 20px 10px 20px;
    color: #242424;
    font: 300 15px/21px 'Archivo';
}
    #Become-a-Math-Champion-Main,.home #Become-a-Math-Champion-Main{
        background: none;
    }
    #Join-the-Mailing-List-In {
    padding: 12px 0 35px 0;
}
    #Join-the-Mailing-List-In h2{
        padding: 0 0 30px 0;
    }
}
@media screen and (max-width: 1023px){
.menu li.menu-math-subjects {
	width: 15%;
}
.menu li.menu-sat-act {
	width: 12%;
}
.menu li.menu-for-students {
	width: 12%;
}
.menu li.menu-for-tutors {
	width: 11%;
}
.menu li.menu-pricing {
    width: 9%;
}
.menu li.menu-about-us {
	width: 11%;
}
    .menu li.menu-contact {
    width: 11%;
}
    .menu li{
        font: 300 15px/21px 'Archivo';
        letter-spacing: 0;
    }
    .menu li a {
    padding: 12px 0px;
}
    .appoint ul li.hdr-find-a-tutor a {
    width: 120px;
}
    .appoint ul li.hdr-become-a-tutor a {
    width: 140px;
}
    p.footer-menu a{
        margin: 0 4px;
    }
    ul.footer-tel-fax-list {
    margin: 25px 0;
}
       #Resources-In ul li a {
    width: 180px;
}
    #Resources-In h2,.tutoring-options h2 {
    font: bold 40px/46px 'Archivo';
}
    #Become-a-Math-Champion-In ul li:nth-child(odd),#Become-a-Math-Champion-In ul li:nth-child(even){
        margin: 10px 5px;
        box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0px 2px 10px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 20%);
    }
    #Become-a-Math-Champion-In h2 {
    font: bold 40px/40px 'Archivo';
}
    #Become-a-Math-Champion-In p.hme-become-a-math-champion-intro-txt {
    padding: 10px 10px 20px 10px;
}
    #Join-the-Mailing-List-In #form-element-list li input[type=text].email {
    padding: 24px 0 24px 25px;
}
}
@media screen and (max-width: 767px){
      /* Menu CSS */ 
#Main-Menu {
	display: none;
}
#Mobile-Menu {
	display: block;
}
    nav{
        border: 0;
    }
    header{
        position: relative;
    }
    .logo{
        display: block;
        width: auto;
        text-align: center;
    }
    .appoint{
        display: block;
        text-align: center;
        padding: 20px 0 0 0;
    }
	.appoint ul li.hdr-login div.profile_menu {
	left: -36px !important;
}
#Header {
    padding: 15px 5px;
	/*background: #DED6D4;*/
}
  p.footer-menu a {
    margin: 2px 5px;
} 
    #Footer{
        background: #464646;
    }
     #Resources-In ul li {
    margin: 2px 2px;
}
    #Resources-In ul li a {
    width: 150px;
}
    #Happy-to-Hear-Main::before{
        display: none;
    }
    #Happy-to-Hear-In{
        background: none;
        min-height: 0;
        padding: 30px 0;
        background: #464646;
    }
    #Happy-to-Hear-Main {
    margin: 0;
        padding: 0;
}
    #Happy-to-Hear-In .form-con{
        width: auto;
        height: auto;
        text-align: center;
        padding: 30px 10px;
        margin: 0 10px;
    }
    #Happy-to-Hear-In .form-con h2 {
    font: 600 34px/40px 'Archivo';
    color: #17294b;
    padding: 0px 0 30px 0;
}
    #Resources-In {
    padding: 20px 0 30px 0;
}
    #Become-a-Math-Champion-In h2{
    font: bold 36px/36px 'Archivo';
}
    #Join-the-Mailing-List-In {
    padding: 25px 0 35px 0;
}
.textMain .subList li {
	width: 48%;
}
}

@media screen and (max-width: 639px) {
    .dfwOn li.table-cell {
        text-align: center;
        padding: 5px 0px;
    }
    .accessible_on .dfw-skip {
        display: none;
    }
    h2.footer-bellcurve-tutoring-hd{
        font: bold 38px/44px 'Archivo';
    }
    #Resources-In h2{
        font: bold 36px/42px 'Archivo';
    }
        #Become-a-Math-Champion-In h2 {
    font: bold 30px/30px 'Archivo';
}
    #Join-the-Mailing-List-In{
        text-align: center;
    }
    #Join-the-Mailing-List-In #form-element-list li.email{
        width: 100%;
    }
    #Join-the-Mailing-List-In #form-element-list li.submitbutton{
        position: relative;
        margin: 15px auto 0 auto;
    }
    #Join-the-Mailing-List-In h2 {
    font: 600 34px/40px 'Archivo';
        padding: 0 0 20px 0;
}
}
@media screen and (max-width: 479px) {
    #Scroller {
        display: none;
    }
    h2.footer-bellcurve-tutoring-hd {
    font: bold 26px/48px 'Archivo';
}
    ul.footer-tel-fax-list li {
    margin: 5px 5px;
}
    #Resources-In h2{
        font: bold 30px/36px 'Archivo';
    }
    #Happy-to-Hear-In .form-con h2 {
    font: 600 32px/38px 'Archivo';
}
    #Become-a-Math-Champion-In ul li {
    width: 150px;
    height: 150px;
    padding: 10px 15px 10px 15px;
	font:300 14px/16px 'Archivo'
}
#Become-a-Math-Champion-In ul li h3{
	padding: 0;
	font:bold 30px/40px 'Archivo';
}
#Become-a-Math-Champion-In h2 {
    font: bold 20px/26px 'Archivo' !important;
}
#Become-a-Math-Champion-In ul li:last-child {
	font: 300 20px/26px 'Archivo';
}
#Join-the-Mailing-List-In h2 {
    font: 600 30px/36px 'Archivo';
    padding: 0 0 20px 0;
}
.textMain .subList li {
	width: 100%;
}
#Group-Tutoring-In {
	min-height:200px;
}
.textMain ol.privacy-list {
	font:normal 16px/24px 'Archivo', Verdana, Arial, Helvetica, sans-serif;
}
.textMain ol {
	padding: 0px 0px 10px 20px;
}
.textMain ol li {
	padding: 5px 0px 5px 0px;
}
.textMain ol ol {
	padding: 0px 0px 5px 20px;
}
.textMain ol ol li {
	padding: 5px 0px;
}
.textMain li p {
	padding: 5px 0px;
}
}
@media screen and (max-width: 399px) {
    .appoint ul li{
        margin: 0 0 5px 0;
    }
    h2.footer-bellcurve-tutoring-hd {
    font: bold 20px/26px 'Archivo';
}
    #Resources-In h2{
         font: bold 20px/26px 'Archivo';
    }
#Happy-to-Hear-In .form-con h2 {
    font: 600 20px/26px 'Archivo';
}
        #Become-a-Math-Champion-In h2 {
    font: bold 20px/26px 'Archivo';
}
}