@font-face {
    font-family: 'open_sans';
    src: url('../fonts/OpenSans-Regular-webfont.eot');
    src: url('../fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_sansbold_italic';
    src: url('../fonts/OpenSans-BoldItalic-webfont.eot');
    src: url('../fonts/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-BoldItalic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-BoldItalic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-BoldItalic-webfont.svg#open_sansbold_italic') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'open_sansitalic';
    src: url('../fonts/OpenSans-Italic-webfont.eot');
    src: url('../fonts/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Italic-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Italic-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Italic-webfont.svg#open_sansitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/OpenSans-Light-webfont.eot');
    src: url('../fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('../fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'baskerville_bold';
    src: url('../fonts/librebaskerville-bold-webfont.woff2') format('woff2'),
         url('../fonts/librebaskerville-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'baskerville_italic';
    src: url('../fonts/librebaskerville-italic-webfont.woff2') format('woff2'),
         url('../fonts/librebaskerville-italic-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'baskerville_regular';
    src: url('../fonts/librebaskerville-regular-webfont.woff2') format('woff2'),
         url('../fonts/librebaskerville-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/OpenSans-ExtraBold-webfont.eot');
    src: url('../fonts/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/OpenSans-ExtraBold-webfont.woff') format('woff'),
         url('../fonts/OpenSans-ExtraBold-webfont.ttf') format('truetype'),
         url('../fonts/OpenSans-ExtraBold-webfont.svg#open_sansextrabold') format('svg');
    font-weight: normal;
    font-style: normal;

}


/** , *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: color ease-in 0.1s, background ease-in 0.1s;
}*/

html, body {
  width: 100%;
  height: 100%;
  font-size: 16px;
  margin: 0;
  padding: 0;
	
}

html {
  font-size: 100%;
  text-rendering: optimizeLegibility !important;
}

body {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  background: #FFF;
  overflow-x: hidden;
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  font-size: 13px;
  font-family: "open_sans", arial, sans-serif;
}


/*General*/

ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

a {
  color: #871719;
  text-decoration: none;
}

a:hover {
  color: #646464;
}

h1, h2 {
  font-weight: 600;
}

h3 {
  font-weight: 100;
  font-size: 28px;
  margin: 0px;
}

h4 {
  font-weight: 500;
  font-size: 22px;
  margin: 0px;
}

strong {
  font-weight: 600;
}

.row {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0;
  clear: both;
}


.red {
	color: #871719
}

/** ### CUSTOM ### **/

body {
  color: #333;
  font-size: 16px
}


.btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 18px;
  border-radius: 8px;
  background: #556270;
  color: rgba(255, 255, 255, 0.7);
  text-decoration: none!important
}

.btn:hover {
  color: #FFF
}

.btn.invert {
  border: 2px solid rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.7);
}

.btn.invert:hover {
  background: #FFF;
  border-color: #FFF;
  color: #556270;
}

h1, h2, h3, h4, h5, h6 {
  color: #666666;
}
/* container */

.wrapper {
  width: 100%;
  max-width: 1132px;
  margin: 0 auto;
  position: relative
}

header {
  padding: 20px 0;
  position: fixed;
  display: block;
  width: 100%;
  z-index: 2;
  background: #FFF;
}

header:after, header .wrapper:after {
  content: "";
  display: block;
  clear: both
}

header {
	padding: 0
}

header #shield {
	width: 160px;
	height: 170px;
	position: absolute;
	top: 20px;
}
header .top-area {
	border-bottom: 4px solid #f9ca04;
}

header .top-area .wrapper, header .main-nav .wrapper > .nav {
	padding-left: 200px;
/*	display: flex;
	justify-content: space-between;*/
}


header .top-area .logo {
	display: block;
	width: 249px;
	height: 54px;
	padding: 25px 0 20px 0;
	float: left;
	box-sizing: content-box
}

header .top-area .right-area {
	float: right;
	text-align: right
}

header .top-area .right-area > * {
	display: inline-block;
}
header .top-area .toolbar {
	margin-top: 15px
	}
header .top-area .toolbar > * {
	display: block;
	float: left;
	height: 35px;
	margin-right: 10px
}

header .top-area .right-area > .language {
	display: block;
}
header .language {
	line-height: 20px;
	height: 20px;
	font-size: 13px;
	color: #666666;
	padding-top: 3px
}
.lang-list {
	display: inline-block;
	height: 20px;
	position: relative
}
.lang-list span {
	/*margin-right: 58px*/
}
.lang-list span a {
	text-transform: uppercase
}
.lang-list .on+span {
	margin-right: 85px
}
.lang-list ul {
	position: absolute;
	right: 0;
	top: 0;
}
.lang-list ul li:not(.on) {
	display: none
}

.lang-list ul.on li:not(.on) {
	display: block
}

.lang-list ul li {
	text-transform: uppercase;
	cursor: pointer;
	font-size: 12px;
}
.lang-list ul li.on, .lang-list ul li:hover  {
	color: #871719 
}
.lang-list ul.on {
	background: #FFF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	z-index: 10
}
.lang-list ul.on li {
	padding: 5px 10px;
	border-bottom: 1px solid #9c9c9c
}

.lang-list ul li:first-child {
	padding-top: 0
}
.lang-list ul li:last-child {
	border: 0
}
.main {
	padding-top: 152px
}



.parents-icon-wrap {
	position: relative;
	width: 49px
}
.parents-icon {
	display: block;
	width: 49px;
	height: 23px;
	background: url(../images/parents-icon.png) no-repeat center center;
	background-size: 100%;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	
}

.for-parents {
	min-width: 240px;
	color: #9c9c9c;
	border: 1px solid rgba(0,0,0,0.1);
	border-radius: 5px;
	text-align: left;
	font-size: 16px;
	position: relative;
}
.for-parents.on {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

.for-parents .label {
	display: block;
	padding: 0px 10px;
	position: relative;
	cursor: pointer;
	line-height: 35px
}
.for-parents .label:after {
	content: "";
	display: block;
	background: url(../images/select-arrow.png) no-repeat center center;
	width: 11px;
	height: 7px;
	background-size: 100%;
	position: absolute;
	top: 50%;
	right: 10px;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.for-parents .nav {
	display: none;
}
.for-parents.on .nav {
	display: block;
}
.for-parents .nav {
	position: absolute;
	z-index: 5;
	width: calc(100% + 2px);
	left: -1px;
	background: #FFF;
	border: 1px solid rgba(0,0,0,0.1);
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	top: calc(100% - 1px);
	/*-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);*/
	overflow: hidden
}

.for-parents .nav > li a {
	display: block;
	color: #666666;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 8px 10px
}

.for-parents .nav > li:last-child a {border: 0}

.for-parents .nav > li a:hover{
	color: #FFF;
	font-weight: 600;
	background: #871719;
	border-color: #871719;
}

header .top-area .toolbar .quick-links {
	margin-right: 0
}
.quick-links .nav {display: none}
.quick-links.on .nav {display: block}
.quick-links .ql-icon {
	display: inline-block;
	width: 38px;
	height: 35px;
	background: url(../images/link-icon-white.png) no-repeat center center #871719;
	border-radius: 5px;
	cursor: pointer
}

.quick-links.on .ql-icon, .quick-links .ql-icon:hover  {
	background: url(../images/link-icon.png) no-repeat center center #f9ca04;
}

.quick-links.on .nav {
	position: absolute;
	z-index: 10;
	min-width: auto;
	right: 0;
	text-align: left;
	background: #FFF;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.5);
	top: calc(100% - 10px);
}
.quick-links.on .nav:after,.quick-links.on .nav:before {
	content: "";
	display: block;
	border-bottom: 15px solid #FFF;
	border-right: 15px solid transparent;
	border-left: 15px solid transparent;
	position: absolute;
	top: -15px;
	right: 0;
	z-index: 2
}
.quick-links.on .nav:before {
	z-index: 1;
	border-bottom-color: #9c9c9c;
	top: -16px;
	-webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -ms-filter: blur(2px);
    -o-filter: blur(2px);
    filter: blur(2px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='12');
	opacity: 0.6
}
.quick-links.on .nav a {
	font-family: "open_sanssemibold", arial, sans-serif;
	color: #646464;
	display: block;
	padding: 10px 10px;
	border-bottom: 1px solid rgba(0,0,0,0.1)
}

.quick-links.on .nav li:last-child a {
	border: 0
}
.quick-links.on .nav li:first-child a:after{
	content: "";
	display: block;
	background: #FFF;
	top: -1px;
	right: 0;
	z-index: 10;
	height: 5px;
	width: 30px;
	position: absolute;
}
.quick-links.on .nav li:first-child a:hover:after, .quick-links.on .nav li.on a:after {
	background: #f9ca04;
}

.quick-links.on .nav li a:hover, .quick-links.on .nav li.on a {
	color: #000;
	background: #f9ca04;
	font-weight: 800
}

header .top-area .right-area .sandwich {
	display: none
}

.sandwich {
	width: 35px;
	height: 25px;
	position: relative;
	cursor: pointer;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 25px;
	background: #FFF
}

.sandwich span {
	display: block;
	height: 5px;
	width: 100%;
	background: #871719;
	position: absolute;
}

.sandwich span:first-child {
	top: 0
}
.sandwich span:nth-child(even) {
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sandwich span:last-child {
	bottom: 0
}
.sandwich.on {
	/*height: 30px;
	width: 18px*/
}
.sandwich.on span:nth-child(even) {
	display: none
}
.sandwich.on span:first-child {
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 50%;
}
.sandwich.on span:last-child {
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
}
/* Main nav */

.main-nav {
	border-bottom: 2px solid #f9ca04;
	background: rgba(0,0,0,0.1);
	
}
.main-nav .nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	
	width: 100%;
	
}
body.ie .main-nav .nav {
	display: table;
}
.main-nav .nav li {
	display: table-cell;
	text-align: center;
	/*width: calc(100% / 6)!important*/
}

/*.main-nav .nav li:last-child {
	text-align: right
}*/

.main-nav .nav li:first-child {
	text-align: left;
	
}


.main-nav .nav li a {
	font-family: "open_sanssemibold", arial, sans-serif;
	text-transform: uppercase;
	color: #871719;
	display: inline-block;
	line-height: 50px;
	position: relative
	
}

.main-nav .nav li.active a {
	font-family: 'open_sansextrabold', arial, sans-serif;
}
.main-nav .nav li a:hover:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background: #f9ca04;
	position: absolute;
	bottom: 0;
	left: 0
}


/* Mobile menu */

.mobile-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	width: calc(100% - 85px);
	background: #FFF;
	z-index: 100;
	left: -120%;
	transition: all ease-out 0.2s;
}

.mobile-menu.on {
	left: 0;
}

.mobile-menu .menu-tabs {
	position: relative;
	height: 93px;
	z-index: 100;
}

.mobile-menu .menu-container {
	position: relative;
	border-top: 3px solid rgba(0,0,0,0.1);
	z-index: 10
}

.mobile-menu .menu-tabs:after{
	content: "";
	display: block;
}

.mobile-menu .menu-tabs a {
	display: block;
	float: left;
	width: calc(100% / 3);
	text-align: center;
	height: 93px;
	padding: 10px;
	font-size: 13px;
	color: #9c9c9c;
	position: relative;
}

.mobile-menu .menu-tabs a {
	border-right: 2px solid rgba(0,0,0,0.3);
}
.mobile-menu .menu-tabs a {
	background: #871719;
	color: #f5f5f5;
	overflow: hidden
}

/*.mobile-menu .menu-tabs a:not(.on):after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	width: 120%;
	height: 20px;
	background: #000;
	left: -10px;
	-webkit-filter: blur(12px);
    -moz-filter: blur(12px);
    -ms-filter: blur(12px);
    -o-filter: blur(12px);
    filter: blur(12px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='12');
	opacity: 0.3;
	z-index: 1
}*/
.mobile-menu.on ~ * {
	-webkit-filter: blur(12px);
    -moz-filter: blur(12px);
    -ms-filter: blur(12px);
    -o-filter: blur(12px);
    filter: blur(12px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='12');
}
.mobile-menu .menu-tabs a.on {
	background: #FFF;/*#f9ca04;*/
	color: #9c9c9c;
	border-left: 3px solid rgba(0,0,0,0.1);
	border-right: 3px solid rgba(0,0,0,0.1);
	height: 96px;
}


.mobile-menu .menu-tabs a:first-child {
	border-left: 0;
}

.mobile-menu .menu-tabs a:last-child, .mobile-menu .menu-tabs a.no-border-right{
	border-right: 0;
}

.mobile-menu .menu-tabs a i {
	display: block;
	margin-bottom: 10px;
	height: 40px;
	width: 100%;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: center center
}

.mobile-menu .menu-tabs a[href="#menu-pages"] i {
	width: 31px;
	height: 39px;
	margin: 0 auto
}

.mobile-menu .menu-tabs a[href="#menu-for-parents"] i {
	width: 75px;
	height: 36px;
	margin: 0 auto
}


.mobile-menu .menu-tabs a[href="#menu-quicklinks"] i {
	width: 37px;
	height: 37px;
	margin: 0 auto
}


.mobile-menu .menu-tabs a[href="#menu-quicklinks"]:hover {
	background: #f9ca04;
	color: #000
}

.mobile-menu .menu-tabs a i.pages-icon {
	background-image: url(../images/pages-icon-white.png);
}

.mobile-menu .menu-tabs a.on i.pages-icon {
	background-image: url(../images/pages-icon.png);
}

.mobile-menu .menu-tabs a i.parents-icon-big {
	background-image: url(../images/parents-icon-big-white.png);
}

.mobile-menu .menu-tabs a.on i.parents-icon-big {
	background-image: url(../images/parents-icon-big.png);
}

.mobile-menu .menu-tabs a i.link-icon {
	background-image: url(../images/link-icon-big-white.png);
}

.mobile-menu .menu-tabs a.on i.link-icon {
	background-image: url(../images/link-icon-big.png);
}

.mobile-menu .menu-tabs a[href="#menu-quicklinks"]:hover i {
	background-image: url(../images/link-icon-big-black.png);
}

.menu-container > div {
	display: none
}

.menu-container > div.on {
	display: block;
	padding-left: 25px
}

.menu-container > div ul.nav {
	margin: 30px 0 0;
	padding: 0;
}

.menu-container > div ul.nav li {
	list-style-type: none;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	line-height: normal
}
.menu-container > div ul.nav li:last-child {
	border: 0
}

.menu-container > div ul.nav li a {
	display: block;
	color: #871719;
	text-transform: uppercase;
	font-size: 22px;
	padding: 10px 20px 10px 0;
	line-height: 40px
}

.menu-container > div ul.nav li a:hover, .menu-container > div ul.nav li.active a {
	font-family: 'open_sansextrabold', arial, sans-serif;
}

.menu-container > div ul.nav li.lang-li {
	font-size: 17px;
	padding: 0 20px 20px 0;
	color: #646464
}

.menu-container > div ul.nav li.lang-li a {
	font-size: 17px;
	display: inline
}



footer {
	border-top: 3px solid #f9ca04;
	padding: 20px 0;
}

footer:after {
	content: "";
	display: block;
	clear: both
}

footer .left-area {
	float: left;
}

footer .left-area h3 {
	font-family: "baskerville_regular", serif;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 5px
}

footer .left-area p {
	text-transform: uppercase;
	font-family: "open_sanssemibold", arial, sans-serif;
	font-size: 14px
}


footer .right-area {
	float: right;
	
}

footer .right-area > * {
	display: inline-block
}
footer .right-area h3 {
	font-family: "baskerville_regular", serif;
	font-size: 18px;
	text-transform: uppercase;
	margin-right: 20px;
	float: left;
	line-height: 38px
}

footer .right-area h3 i {
	font-family: "open_sansitalic", arial, sans-serif;
	text-transform: none
}

footer .right-area .social-links {
	position: relative;
	line-height: 30px
}
footer .right-area .social-links a {
	display: block;
	float: left;
	font-size: 28px;
	padding: 2px 10px;
	border-right: 1px solid #f9ca04;
	color: #871719;
	transition: none
}

footer .right-area .social-links a:hover {
	color: #f9ca04
}

footer .right-area .social-links a:last-child {
	border: 0
}

footer .right-area .social-links a i {
	margin: 0
}

/* ### PARTS ### */
.home-banner {
	min-height: 550px;
	position: relative;
}

.home-banner .bg {
	height: 550px;
	width: 100%;
	position: absolute;
	background: #000;
	background-size: cover;
	z-index: 1;
	overflow: hidden
}

.home-banner .bg img {
	display: none;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.home-banner .bg img:first-child {
	display: block;
}

.home-banner .wrapper {
	position: relative;
	min-height: 550px;
}
.home-banner .cta-box {
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 20px 40px 40px 40px;
	background: rgba(0, 0, 0, 0.7);
	color: #f5f5f5;
	min-width: 434px;
	z-index: 100
}
.home-banner .cta-box h1 {
	font-family: "open_sanslight", arial, sans-serif;
	color: #f5f5f5;
	font-size: 33px;
	font-weight: 400;
	margin-bottom: 12px
}

.home-banner .cta-box p {
	font-size: 16px
}

.home-banner .cta-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: #f9ca04
}

.home-banner .cta-link a {
	display: block;
	padding: 5px 40px;
	color: #000
}

.home-banner .cta-link a:after{
	content: '\f105';
	display: inline-block;
	  font: normal normal normal 14px/1 FontAwesome;
	  font-size: inherit;
	  text-rendering: auto;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
		float: right;
	line-height: 20px;
	top: 0
}
.home-banner .cta-link:hover {
	background: #fcd436;
}
.subpage .banner {
	height: 600px;
	width: 100%;
	position: relative;
	overflow: hidden;
	background: #000
	/*background: url(../images/subpage-banner.jpg) no-repeat;
	background-size: cover;
	background-position: center center*/
}

.subpage .banner .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.subpage .banner .bg img {
	display: none;
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.subpage .banner .bg img:first-child {
	display: block;
}

.breadcrumbs {
	padding: 20px 200px  20px
}

.breadcrumbs li, .breadcrumbs li a {
	font-size: 12px;
	text-transform: uppercase;
	color: #f5f5f5
}


.breadcrumbs li {
	display: inline-block;
	padding: 0 15px 0 10px;
	position: relative
}
.breadcrumbs li:first-child{
	padding-left: 0
}

.breadcrumbs li:after {
	content: "\f105";
	display: block;
	display: inline-block;
	  font: normal normal normal 14px/1 FontAwesome;
	  font-size: inherit;
	  text-rendering: auto;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	font-weight: 300;
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #f9ca04
}

.breadcrumbs li:last-child:after{
	display: none
}

.page-header {
	background: #871719;
	
}
.page-header h1 {
	color: #FFF;
	font-size: 50px;
	font-family: "open_sanslight", arial, sans-serif;
	font-weight: normal;
	line-height: 75px
}

.sections {
	position: relative;
	padding-top: 40px
}

.sections .sections-aside {
	float: left;
	width: 262px
}
.sections .sections-aside a {
	font-family: "open_sanssemibold", arial, sans-serif;
	font-size: 16px;
	display: block;
	padding: 15px 16px 0 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	position: relative
}

.sections .sections-aside a:hover, .sections .sections-aside a.active {
	color: #646464;
	font-family: "open_sansextrabold", arial, sans-serif;
}

.sections .sections-aside a.active:after {
	content: "\f101";
	display: block;
	display: inline-block;
	  font: normal normal normal 14px/1 FontAwesome;
	  font-size: inherit;
	  text-rendering: auto;
	  -webkit-font-smoothing: antialiased;
	  -moz-osx-font-smoothing: grayscale;
	font-weight: 300;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #f9ca04;
	font-size: 1.5em
}
.sections .section {
	width: calc(100% - 340px);
	margin-left: 340px;
	margin-bottom: 60px;
	padding-bottom: 50px;
	border-bottom: 2px solid rgba(0,0,0,0.2);
}
.sections .section:last-child{
	border: 0
}

.sections .section h2 {
	font-size: 35px;
	font-family: "open_sanslight", arial, sans-serif;
	color: #646464;
	font-weight: normal;
	padding-bottom: 18px;
	border-bottom: 4px solid #f9ca04
}

.sections .section h3 {
	font-family: "myriad pro", "open_sansextrabold", arial, sans-serif;
	color: #871719;
	font-size: 25px;
	margin-bottom: 20px
}

.sections .section .description {
	font-family: "myriad pro", "open_sans", arial, sans-serif;
	font-size: 16px;
	color: #646464
}

.sections .section .description ul {
	list-style-type: disc;
	padding-left: 20px
}
.sections .section .description img {
	max-width: 100%;
	height:auto;
}

.sections .jump2section {
		display: none;
		font-size: 15px;
		color: #646464;
		position: relative;
		cursor: pointer
	}
.sections .jump2section span {
	display: block;
	padding: 15px 25px;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sections .jump2section:after {
	content: "\f107";
	display: block;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 300;
	position: absolute;
	right: 25px;
	top: 50%;
	transform: translateY(-50%);
	color: #646464;
	font-size: 1.2em
}

.sections .jump2section.on:after {
	content: "\f106"
}

.generic_page {
	margin-bottom: 100px!important
}

.generic_page .content {
	padding: 40px 0
}




/*BREAK POINTS*/

@media all and (max-width: 1132px){
	.wrapper {
		padding-left: 20px;
		padding-right: 20px
	}
	.quick-links.on .nav {
	right: 25px
	}
	
	header .main-nav .wrapper > .nav, .breadcrumbs {
	padding-left: 175px
	}
}

@media all and (min-width: 960px){
	.main-nav .nav li {
	width: auto
	}
	
}

@media all and (max-width: 960px){
.sections .sections-aside {
		width: 212px 
	}
	
	.sections .section {
		margin-left: 275px;
		width: calc(100% - 275px);
	}
	.subpage .banner {
		background-position: center center;
	}
	
}

@media all and (min-width: 768px){
.mobile-menu.on {display: none}
.mobile-menu.on ~ * {
	-webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='0');
}
}

@media all and (max-width: 768px){
	.breadcrumbs {
		padding-left: 90px;
		padding-right: 0
	}
	header #shield {
		width: 80px;
		height: 85px;
		top: 10px
	}
	header #shield img {
		width: 100%;
		height: 100%
	}
	.main {
		padding-top: 72px
	}
	
	header .top-area .right-area > *:not(.sandwich){
		display: none
	}
	
header .top-area .right-area .sandwich {
	display: block
}
	
	.main-nav {
		display: none
	}
	
	header .top-area {
	min-height: 72px
	}
	header .top-area .logo {
		position: absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		/*right: 50%;
		-ms-transform: translate(50%, -50%);
		-webkit-transform: translate(50%, -50%);
		transform: translate(50%, -50%);*/
		width: 180px;
		height: auto
	}
	header .top-area .logo img {
		width: 180px;
		height: auto
	}
	
	header .top-area .wrapper {
		min-height: 72px
	}
	
	.home-banner .cta-box {
		background: #666666;
		width: 100%
	}
	
	footer .left-area, footer .right-area {
		text-align: center;
		float: none;
		margin-bottom: 20px
	}
	footer .right-area {
	margin-top: 80px
	}
	footer .right-area > * {
		float: none!important
	}
	
	.home-banner .bg {
		position: relative;
		background-size: auto 100%
	}
	
	.home-banner .wrapper {
		min-height: 1px;
		padding: 0
	}
	
	.home-banner .cta-box {
		position: relative
	}
	
	footer .right-area h3 i {
		font-family: "open_sansbold_italic", arial, sans-serif;
		text-transform: none
	}
	
	footer .left-area p .dot {
		display: none
	}
	
	footer .left-area p .phone {
		display: block;
		font-size: 15px
	}
	
	header .top-area .wrapper {
		padding-left: 115px
	}
	.home-banner .cta-box {
		min-width: 100%;
		padding-left: 25px;
		padding-right: 25px
	}
	.sections.wrapper {
		padding-top: 0;
		padding-left: 0;
		padding-right: 0
	}
	
	.sections .section {
		width: calc(100% - 50px);
		margin-left: 0;
		margin-right: 0;
		clear: both;
		margin-left: 25px;
		margin-right: 25px;
		box-sizing: border-box
	}
	
	.sections .jump2section {
		display: block;
	}
	.sections .jump2section + ul{
		display: none
	}
	.sections .jump2section.on + ul{
		display: block;
		position: absolute;
	    background: #FFF;
	    width: 100%;
	}
	
	
	.sections .sections-aside {
		width: 100%;
		position: relative;
		margin-bottom: 30px;
		-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.1);
	}
	
	.sections .sections-aside ul li a {
		padding-left: 25px;
		padding-right: 25px
	}
	
	.sections .sections-aside ul li a.active:after {
		display: none
	}

	
}

@media all and (max-width: 635px) {
	header .top-area .logo {
		height: auto
	}
	header .top-area .logo img {
		width: 180px;
		height: auto
	}
	
	.home-banner, .home-banner .bg {
		min-height: 350px;
	}
	.home-banner .bg {
	height: 350px;
}
	.home-banner .bg img {
		height: 100%;
		width: auto;
		top: 50%;
		left: 50%;
    	transform: translate(-50%, -50%);
	}
}

@media all and (max-width: 480px) {
	
}

@media all and (max-width: 350px) {
header .top-area .logo {
	text-align: left;
	padding-right: 20px
}
	header .top-area .logo img {
			width: 100px;
			height: auto;
			margin: 0 auto
		}
		
		.mobile-menu .menu-tabs a[href="#menu-for-parents"] i {
			width: 100%;
			background-size: 100% auto
}
}
