/*///////////////////////////
/		DIRECTORY		    /
-----------------------------
	1. RESET
	2. GENERAL AND FONTS
	3. LAYOUT
	4. HEADER
	5. HEADER NAVIGATION
	6. MAIN CONTENT
	7. FOOTER
	8. INNER CONTENT 1
	9. INNER CONTENT 1
	10. INPUT FIELDS
	11. MENU ICON
	12. ????????
	13. GENERAL STYLES
	14. RESOURCES SECTION
	15. VIDEO AND FORM BLOCK
	16. NEWSLETTERS
	17. BLOG ENTRY
	18. SQUARES WITH TEXT
	19. GENERIC COLUMN
	20. PAGE BANNER HEADER
	21. HISTORY TIMELINE
	22. RED ALERT MESSAGE
	23. MOBILE STYLES
		23A. 768 - HEADER
		23B. 768 - INNER-CONTENT-1
		23C. 768 - BANNER-HEADER
		23D. 768 - BLOG-ENTRY
		23E. 768 - FULL-WIDTH-BLOCK
		23F. 768 - COURSES-BLOCK
		23G. 768 - GENERIC-COLUMN
	24. MAX-WIDTH 526PX
	25. MAX-WIDTH 400PX
	26. OUR HISTORY
-----------------------------
/		END DIRECTORY		/
///////////////////////////*/

/*///////////////////////////
/		1 RESET				/
///////////////////////////*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
fieldset, img {
	border: 0;
}
img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}
/*address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}*/
ol, ul {
	list-style: none;
}
a {
	color: #000;
	text-decoration: none;
	outline: 0 none !important;
}
a:hover, a:focus {
	color: #000;
	text-decoration: none;
	outline: 0 none !important;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: bold;
}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}
p {
	font-size: 16px;
	line-height: 28px;
}
header, nav, section, article, aside, footer, hgroup, figure, main {
	display: block;
}
.clear {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 0;
}
.last {
	margin: 0 !important;
}
.no_bor {
	border: 0 none !important;
}
/*///////////////////////////
/	2 GENERAL AND FONTS		/
///////////////////////////*/

@font-face {
	font-family: 'BernhardModernStd-Bold';
	src: url('../fonts/Bernhard-Modern-Std-Bold/BernhardModernStd-Bold.eot') format('embedded-opentype'), url('../fonts/Bernhard-Modern-Std-Bold/BernhardModernStd-Bold.woff') format('woff'), url('../fonts/Bernhard-Modern-Std-Bold/BernhardModernStd-Bold.ttf') format('truetype'), url('../fonts/Bernhard-Modern-Std-Bold/BernhardModernStd-Bold.svg#BernhardModernStd-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Circular-Medium';
	src: url('../fonts/Circular-Medium/Circular-Medium.eot') format('embedded-opentype'), url('../fonts/Circular-Medium/Circular-Medium.woff') format('woff'), url('../fonts/Circular-Medium/Circular-Medium.ttf') format('truetype'), url('../fonts/Circular-Medium/Circular-Medium.svg#Circular-Medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Circular-Book';
	src: url('../fonts/Circular-Book/Circular-Book.eot') format('embedded-opentype'), url('../fonts/Circular-Book/Circular-Book.woff') format('woff'), url('../fonts/Circular-Book/Circular-Book.ttf') format('truetype'), url('../fonts/Circular-Book/Circular-Book.svg#Circular-Book') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Circular-Book-Italic';
	src: url('../fonts/Circular-BookItalic/Circular-BookItalic.eot') format('embedded-opentype'), url('../fonts/Circular-BookItalic/Circular-BookItalic.woff') format('woff'), url('../fonts/Circular-BookItalic/Circular-BookItalic.ttf') format('truetype'), url('../fonts/Circular-BookItalic/Circular-BookItalic.svg#Circular-BookItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Circular-Bold';
	src: url('../fonts/Circular-Bold/Circular-Bold.eot') format('embedded-opentype'), url('../fonts/Circular-Bold/Circular-Bold.woff') format('woff'), url('../fonts/Circular-Bold/Circular-Bold.ttf') format('truetype'), url('../fonts/Circular-Bold/Circular-Bold.svg#Circular-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Circular-Bold-Italic';
	src: url('../fonts/Circular-BoldItalic/Circular-BoldItalic.eot') format('embedded-opentype'), url('../fonts/Circular-BoldItalic/Circular-BoldItalic.woff') format('woff'), url('../fonts/Circular-BoldItalic/Circular-BoldItalic.ttf') format('truetype'), url('../fonts/Circular-BoldItalic/Circular-BoldItalic.svg#Circular-BoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;
}
html {}
body {
	color: #A2A6A5;
	font-family: 'Circular-Book', sans-serif;
	font-size: 12px;
	overflow-x: hidden;
	max-width: 100%;
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*///////////////////////////
/			3 LAYOUT		/
///////////////////////////*/

.wrapper { padding-top: 140px; }
@media screen and (max-width: 768px) { .wrapper { padding-top: 60px; } }
.container {
	width: 1220px;
	margin: 0 auto;
	border-top: 0 none;
}
/*///////////////////////////
/			4 HEADER		/
///////////////////////////*/

header {
	position: fixed;
	z-index: 9999;
	background: white;
	box-shadow: 0px 0px 15px rgba(26, 26, 26, 0.10);
	top: 0px;
	width: 100%;
}
.header_main {
	padding: 0;
	margin: 0;
}
.header_main_in {
	padding: 20px 0 0 0;
	margin: 0;
}
.logo {
	margin-bottom: 0px;
}
.logo a {
	padding: 0;
	margin: 0;
	display: inline-block;
}
.logo a img {
	padding: 0;
	margin: 0;
}
@media screen and (max-width: 991px) {}
.search_main {
	padding: 5px 2% 0 6%;
}
.search_menu {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	width: 10.5%;
	border: #f3f3f3 1px solid;
	border-radius: 5px;
	border-bottom-right-radius: 0;
	border-top-right-radius: 0;
}
.search_menu button {
	padding: 0;
	margin: 0 auto;
	background: url(../images/searchbt.png) no-repeat center center;
	width: 35px;
	height: 38px;
	outline: none;
	border: none;
	background-size: 59% 52%;
	display: block;
}
.search_input {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	width: 76.5%;
	border-radius: 5px;
}
.search_input input {
	display: block;
	margin: 0;
	padding: 0 13px;
	outline: none;
	background: #f3f3f3;
	height: 40px;
	width: 100%;
	border: #e9e9e9 1px solid;
	font-family: 'Circular-Book', sans-serif;
	font-size: 16px;
	line-height: 40px;
	color: #616161;
}
.search_input input:focus {
	outline: none;
	box-shadow: none;
}
.search_bt {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	width: 8%;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
.search_bt button {
	padding: 0;
	margin: 0;
	background: url(../images/searchbg.png) no-repeat center center #f0ae32;
	width: 40px;
	height: 40px;
	outline: none;
	border: none;
	background-size: 59% 52%;
	border-radius: 3px;
	border-bottom-left-radius: 0;
	border-top-left-radius: 0;
}
@media screen and (max-width: 768px) {
	.search_bt {
		border-bottom-left-radius: 5px;
		border-top-left-radius: 5px;
	}
	.search_bt button {
		border-bottom-left-radius: 3px;
		border-top-left-radius: 3px;
	}
	.logo-container {
		width: 215px;
	    margin-top: 14px;
	    margin-bottom: -5px;
	    margin: 0 auto;
	}
}
.sin_up {
	/* display:inline-block; */
	/* float: right; */
	padding: 10px 0 0 0;
	margin: 0;
	text-align: center;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	opacity: 1;
	visibility: visible;
	width: 100%;
}
.sin_up ul {
	padding: 0;
	margin: 0;
}
.sin_up ul li {
	padding: 0;
	margin: 0 0 0 1px;
	display: inline-block;
	float: left;
}
.sin_up ul>li>a {
	display: inline-block;
	font-family: 'Circular-Book', sans-serif;
	font-size: 14px;
	line-height: 31px;
	color: #1782B6;
	padding: 0;
	margin: 0;
	font-weight: normal;
	width: 140px;
	border-radius: 25px;
	height: 31px;
}
.sin_up ul>li>a:hover {
	padding: 0;
	margin: 0;
	background: #186ea8;
	color: #fff;
	text-decoration: none !important;
}
.sin_up ul>li>a.active {
	padding: 0;
	margin: 0;
	background: #186ea8;
	color: #fff;
	transition: linear .2s;
}
.main_sin {
	position: relative;
	padding: 0;
}
.open_sin .sin_up {
	opacity: 0;
	visibility: hidden;
	top: -100%;
}
.cart_main {
	display: block;
	margin: 0;
	padding: 0;
	position: absolute;
	top: -100%;
	right: 0;
	width: 190px;
	opacity: 0;
	visibility: hidden;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.open_sin .cart_main {
	opacity: 1;
	visibility: visible;
	top: 0%;
}
.inversion-button {
	color: #186ea8 !important;
	background: #fff !important;
	border: 1px solid #ffffff !important;
}
.inversion-button:hover {
	color: #186ea8 !important;
	background: #fff !important;
	border: 1px solid #186ea8 !important;
}
.cart_list {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 13px 0 0 0;
}
.cart_list ul {
	display: block;
	margin: 0;
	padding: 0;
}
.cart_list ul li {
	display: inline-block;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}
.cart_list ul li a {
	display: block;
	margin: 0;
	padding: 0;
	font-family: 'Circular-Book', sans-serif;
	font-size: 18px;
	line-height: 34px;
	color: #828382 !important;
	display: inline-block;
	width: auto;
	background: none !important;
}
.cart_list ul li a span {
	display: block;
	margin: 0;
	padding: 7px 0 0 0;
	font-family: 'Circular-Book', sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	width: 30px;
	height: 30px;
	background: #f0ae32;
	border-radius: 100%;
	text-align: center;
}
.cart_peop {
	display: inline-block;
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
}
.cart_peop a {
	display: block;
	margin: 0;
	padding: 0;
}
.cart_peop a img {
	display: block;
	margin: 0;
	padding: 0;
	width: 60px;
}
nav a:visited, .alink:visited {
	color: #0B0C08;
}
nav ul li:hover .main_menu {
	display: block;
}
.main_menu {
	padding: 0;
	margin: 0;
	background: #ffffff;
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 999;
	box-shadow: 0px 0px 18px rgba(26, 26, 26, 0.10) inset;
	display: none;
}
.mega_menu {
	padding: 30px 5% 60px 5%;
	margin: 0;
	text-align: left;
}
.mega_menu ul {
	display: inline-block;
	padding: 0;
	margin: 0;
	width: 23%;
	vertical-align: top;
	float: right;
}
.float-left .mega_menu ul {
	float: left;
}
.mega_menu ul li {
	display: block;
	padding: 0;
	margin: 0 0 10px 0;
}
.mega_menu ul li a {
	padding: 0;
	margin: 0;
	font-family: 'Circular-Book', sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #848484;
	font-weight: normal;
}
.mega_menu ul li a span, .mega_menu ul li a.header-link {
	padding: 0;
	margin: 0;
	font-family: 'Circular-Book';
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	color: #0E6087;
	display: block;
	transition: linear .2s;
}
.mega_menu ul li a span:hover, .mega_menu ul li a.header-link:hover {
	color: #000 !important;
	transition: linear .2s;
}
.cart_peop:hover a+.detweiler {
	display: block;
}
.detweiler {
	padding: 0;
	margin: 0;
	width: 275px;
	position: absolute;
	top: 70px;
	right: 32px;
	z-index: 2;
	box-shadow: 0px 1px 14px #ccc;
	display: none;
}
.detweiler:after {
	content: '';
	position: absolute;
	top: -10px;
	right: 9px;
	width: 0;
	height: 0;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.detw_fam {
	padding: 10px 4%;
	margin: 0;
	background: #ffffff;
	border-bottom: #eeeeee 1px solid;
}
.detw_fam h2 {
	padding: 0;
	margin: 0;
	background: #ffffff;
	font-family: 'Circular-Bold';
	font-size: 18px;
	line-height: 18px;
	color: #0E6087;
}
.shop_cart {
	padding: 10px 5% 10px 4%;
	margin: 0;
	background: #f4f8fb;
}
.shop_list {
	padding: 0;
	margin: 0;
}
.shop_histo {
	padding: 0;
	margin: 0;
}
.shop_histo a {
	display: inline-block;
	float: left;
	padding: 0;
	margin: 0;
	font-family: 'Circular-Bold';
	font-size: 18px;
	line-height: 18px;
	color: #1782B6;
}
.shop_histo span {
	display: inline-block;
	float: right;
	padding: 0;
	margin: 0;
	font-family: 'Circular-Bold';
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	width: 40px;
	background: #f0ae32;
	text-align: center;
	border-radius: 25px;
	cursor: pointer;
}
.staff-box h3 {
	color: #0B0B09;
}
.leadership-entry h4 {
	color: #186EA8;
	font-size: 14px;
}
.staff-entry h4 {
	color: #186EA8;
}
.leadership-entry p, .staff-entry p {
	color: #939492;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
}
#staff-type {
	padding: 40px 0;
}
#staff-type h1 {
	margin: 0;
}
.shop_histo ul {
	display: block;
	margin: 0;
	padding: 10px 0 10px 10px;
}
.shop_histo ul li {
	display: block;
	margin: 0 0 10px 0;
	padding: 0;
}
.shop_histo ul li a {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	font-family: 'Circular-Book', sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #ADAEAD;
}
.account {
	padding: 10px 4%;
	background: #f4f8fb;
	border-top: #eeeeee 1px solid;
}

.label {
    font-size: 100% !important;
    padding-left: 0px !important;
    color: #444444 !important;
}

#maincontent { padding-top: 40px; }

body.account {
	padding: 0;
	background: #FFFFFF;
	border-top: #eeeeee 0px solid;
}
.account_in ul {
	display: block;
	margin: 0;
	padding: 10px 0 10px 10px;
}
.account_in ul li {
	display: inline-block;
	float: left;
	margin: 0 60px 0 0;
	padding: 0;
}
.account_in ul li a {
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	font-family: 'Circular-Book', sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #ADAEAD;
}
.open_sea .search_drop_main {
	opacity: 1;
	visibility: visible;
	top: 114px;
	overflow: visible;
}
.search_drop_main {
	padding: 0;
	margin: 0;
	box-shadow: 8px 10px 18px #f8f8f8 inset;
	position: absolute;
	top: -100%;
	left: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	z-index: 999;
}
.search_drop {
	padding: 0;
	margin: 0;
	background: #fff;
}
.open_sea2 .search_drop_main2 {
	opacity: 1;
	visibility: visible;
	top: 114px;
	overflow: visible;
}
.search_drop_main2 {
	padding: 0;
	margin: 0;
	box-shadow: 8px 10px 18px #f8f8f8 inset;
	position: absolute;
	top: -100%;
	left: 0;
	right: 0;
	width: 100%;
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
	z-index: 999;
}
.search_list {
	padding: 35px 4% 56px 6%;
	margin: 0;
	display: inline-block;
	float: left;
	width: 25%;
	background: #ffffff;
	border-right: 2px solid #efefef;
}
@media screen and (max-width: 768px) {
	.search_list {
		border-right: 0 !important;
	}
}
.search_list.fourth-column {
	border-right: 0 !important;
}
.search_list ul {
	padding: 0;
	margin: 0;
	display: inline-block;
	float: left;
}
.search_list ul li {
	padding: 0;
	margin: 0 0 12px 0;
}
.search_list ul li h3 {
	padding: 0 0 5px 0;
	margin: 0;
	font-family: 'Circular-Book', sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #000000;
	font-weight: bold;
}
.search_list ul li a {
	padding: 0;
	margin: 0;
	font-family: 'Circular-Book', sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #0B0C08;
	background: #000;
	font-weight: normal;
}
.search_gal {
	padding: 35px 7% 30px 2%;
	margin: 0;
	display: inline-block;
	float: left;
	width: 75%;
	background: #fff;
	position: relative;
}
.sea_gall_list ul {
	padding: 0;
	margin: 0;
}
.sea_gall_list ul li {
	display: inline-block;
	float: left;
	padding: 0;
	margin: 0 20px 20px 0;
	position: relative;
	width: 19%;
	background: #000;
}
.sea_gall_list ul li a {
	display: block;
	padding: 0;
	margin: 0;
}
.sea_gall_list ul li a img {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	opacity: .7;
}
.sea_gall_list ul li span {
	display: block;
	padding: 0;
	margin: 0 auto;
	font-family: 'Circular-Bold';
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.search_gal_slid {
	padding: 0;
	margin: 0;
}
.search_gal .slick-next:before {
	content: '';
	opacity: 1;
	display: block;
	background: url(../images/search_right.png) no-repeat;
	width: 50px;
	height: 50px;
}
.search_gal .search_gal_slid {
	padding: 0;
	margin: 0;
}
.search_gal .slick-prev, .slick-next {
	top: 40%;
}
.banner_main, .full-width-block {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
.banner {
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}
.banner_list {
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	height: 100%;
}
.banner_list figure {
	padding: 0;
	margin: 0;
}
.banner_list figure img, .banner_list figure video {
	padding: 0;
	margin: 0;
	width: 100%;
	background-size: cover;
}
@media screen and (max-width: 991px) {
	.top-banner:after {
		content: "" !important;
		display: block !important;
		width: 100% !important;
		position: absolute !important;
		height: 100% !important;
		left: 0 !important;
		top: 0 !important;
		background: rgba(255,255,255,.7);
	}
}
@media screen and (max-width: 768px) {
	.banner_list figure video {
		object-fit: cover;
	}
}
.banner_cnt_main {
	position: absolute;
	left: 0;
	top: 43%;
	width: 100%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
.banner_cnt_in {
	width: 100%;
	height: 100%;
}
.banner_cnt {
	width: 100%;
	text-align: center;
	height: 100%;
}
.banner_cnt h2 {
	font-family: 'Circular-Book', serif;
	font-size: 55px;
	line-height: 59px;
	color: #fff;
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-align: center;
}
.banner_cnt p {
	display: block;
	font-family: 'Circular-Book', sans-serif;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	padding: 20px 0 34px 0;
	margin: 0;
	font-weight: normal;
	text-align: center;
}
.full-width-block h2 {
    color: #0e4e75;
    font-family: 'Circular-Book', sans-serif;
    max-width: 1000px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 32px;
    line-height: 34px;
}
.full-width-block .alternate-header-font {
	font-family: 'Circular-Bold';
}
.full-width-block p {
	display: block;
	font-family: 'Circular-Book', sans-serif;
	font-size: 18px;
	line-height: 35px;
	padding: 0 0 44px 0;
	margin: 0;
	font-weight: normal;
	text-align: center;
}
.banner_cnt a, .full-width-block a {
	display: block;
	font-family: 'Circular-Book', sans-serif;
	font-size: 18px;
	line-height: 51px;
	color: #fff;
	padding: 0;
	margin: 0;
	font-weight: normal;
	min-width: 190px;
	max-width: 300px;
	background: #186ea8;
	border-radius: 25px;
	height: 54px;
	border: #1975b3 2px solid;
	text-align: center;
	margin: 0 auto;
    line-height: 1;
    height: auto;
    padding: 12px;
}
/*.banner_cnt p {font-size: 20px;}*/

.inversion-button2 {
	color: #fff;
	background: #F0AE32 !important;
	border: 3px solid #F0AE32 !important;
	transition: background 1s;
}
.inversion-button2:hover {
	color: #fff !important;
	background: #db9e2e !important;
	border: 3px solid #db9e2e !important;
	transition: border-color 1s;
}
.full-width-block p {
	font-size: 18px;
}
.learn_more {
	padding: 0;
	margin: 0 auto;
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 6.5%;
	right: 0;
	text-align: center;
}
.learn_more a {
	display: inline-block;
	font-family: 'Circular-Book', sans-serif;
	font-size: 16px;
	line-height: 14px;
	color: #fff;
	position: relative;
}
.learn_more a:after {
	content: '';
	background: url(../images/downarrow.png) no-repeat;
	width: 30px;
	height: 15px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -30px;
	background-size: 100% 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.resources-header .learn_more a:hover, .resources-header .learn_more a {
	background: transparent !important;
	border: 0 !important;
	text-decoration: none !important;
}
.learn_more a:hover {
	text-decoration: underline;
}
@media screen and (max-width: 768px) {
	.banner_cnt .inversion-button2 {
		margin-top: 20px;
	}
}
/*///////////////////////////
/	5 HEADER NAVIGATION		/
///////////////////////////*/

.nav_main {
	padding: 0;
	margin: 0;
	text-align: center;
}
nav {
	padding: 0;
	margin: 0;
}
nav ul {
	padding: 0;
	margin: 0;
}
nav ul li {
	display: inline-block;
	padding: 3px 0 14px;
	margin: 0 14px 0 14px;
}
nav ul li a {
	padding: 0;
	margin: 0;
	font-family: 'Circular-Book', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #0B0C08;
	font-weight: bold;
	display: inline-block;
	position: relative;
}
nav ul li a:hover {
	color: #000 !important;
}
nav ul li a small {
	display: inline-block;
}
nav ul li a small:after {
	content: '';
	background: url(../images/downarrow1.png) no-repeat;
	width: 10px;
	height: 6px;
	position: absolute;
	right: -13px;
	top: 8px;
	background-size: cover;
}
@media screen and (max-width: 768px) {
	.main-nav-section.yamm {
		overflow-y: scroll;
	}
}
/*///////////////////////////
/		6 MAIN CONTENT		/
///////////////////////////*/

.main_content {
	padding: 0;
}
.awards_main {
	padding: 0;
}
.awards {
	padding: 100px 0 86px 0;
	text-align: center;
}
.awards h2 {
	padding: 0 0 35px 0;
	margin: 0;
	font-family: 'Circular-Book';
	font-size: 36px;
	line-height: 42px;
	color: #818181;
	font-weight: bold;
	margin-bottom: 10px;
}
.awards ul {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
}
.awards ul li {
	vertical-align: top;
	display: inline-block;
	padding: 0 10px;
	margin: 0 !important;
}
.awards ul li a {
	display: block;
	padding: 0;
	margin: 0;
}
.awards ul li a img {
	display: block;
	padding: 0;
	margin: 0 auto;
}
.circle-blocks {
	background: #F3F8FA;
}
.circle-blocks li {}
.circle-blocks li img {
	width: 100%;
	height: auto;
	max-width: 280px;
}
.circle-blocks span {
	font-size: 18px;
	color: #0B0B09;
	display: block;
	margin-top: 15px;
	font-family: 'Circular-Bold', sans-serif;
	font-weight: bold;
}
.squares-with-text h3 {
    color: #2E6A9D;
    text-align: center;
    font-size: 28px;
    max-width: 300px;
    display: block;
    margin: 15px auto 10px auto;
    line-height: 32px;
}
.squares-with-text p {
	color: #2E6A9D;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    display: block;
    margin: 0 auto;
    max-width: 300px;
}
.squares-with-text img {
	padding: 12%;
    width: 100%;
    margin: 0 auto;
    display: block;
    max-width: 100%;
    max-height: 350px;
    margin: 0 auto;
    margin-bottom: -12%;
}
.bread_main {
	padding: 0;
	margin: 0;
}
.bread {
	padding: 0 0% 79px 1%;
	margin: 0;
}
.bread_view {
	display: inline-block;
	float: left;
	padding: 0 1.5% 0 0;
	margin: 0;
}
.bread_view figure {
	display: block;
	padding: 0;
	margin: 0;
}
.bread_view figure img {
	display: block;
	padding: 0;
	margin: 0;
}
.bread_cnt {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 71px 0 0 4%;
}
.bread_cnt h2 {
	display: block;
	margin: 0;
	padding: 0 0 25px 0;
	font-family: 'Merriweather-Regular';
	font-size: 38px;
	line-height: 57px;
	color: #0B0C08;
	font-weight: normal;
	letter-spacing: -1.1px;
}
.bread_cnt p {
	display: block;
	margin: 0;
	padding: 0 0 40px;
	font-family: 'Circular-Book', sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #A3A4A2;
	font-weight: normal;
}
.bread_cnt a {
	display: inline-block;
	margin: 0 0 0 8%;
	padding: 0;
}
.bread_cnt a img {
	display: block;
	margin: 0;
	padding: 0;
	width: 80px;
}
.approach_main {
	padding: 0;
	margin: 0;
	background: #f4f8fb;
}
.approach {
	padding: 63px 0 82px 0;
	margin: 0;
}
.approach_main h2 {
	color: #186ea8;
	text-align: center;
	font-size: 35px;
    line-height: 59px;
    padding: 0;
    font-weight: bold;
    margin: 0 0 20px 0;
    font-weight: bold;
    font-family: 'Circular-Book', sans-serif;
}
.apro_ver {
	display: inline-block;
	float: left;
	padding: 0;
	margin: 0;
}
.retho_main {
	padding: 52px 0 30px 0;
	margin: 0 0 0 2%;
}
.retho {
	margin: 0;
	padding: 0;
	position: relative;
	min-height: 174px;
	display: inline-block;
	float: left;
}
.retho a {
	display: block;
	margin: 0;
	padding: 0;
	font-family: 'Circular-Bold';
	font-size: 14px;
	line-height: 12px;
	color: #000;
}
.retho .gra1 {
	position: absolute;
	left: 2%;
	top: 5%;
	z-index: 1;
	color: #f0ae32;
}
.retho .gra1:hover {
	text-decoration: underline;
}
.retho .gra2 {
	position: absolute;
	left: 26%;
	top: 53%;
	color: #186ea8;
}
.retho .gra2:hover {
	text-decoration: underline;
}
.retho .gra3 {
	position: absolute;
	left: 20%;
	top: 88%;
	color: #819fca;
}
.retho .gra3:hover {
	text-decoration: underline;
}
.true_ler {
	display: block;
	position: absolute;
	right: 30px;
	left: 0;
	bottom: 67px;
	text-align: center;
	font-family: 'Circular-Bold';
	font-size: 10px;
	line-height: 12px;
	color: #fff;
	z-index: 1;
}
.retho_ver {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 30px 0 0 2%;
}
.retho_ver h2 {
	margin: 0;
	padding: 0;
	font-family: 'Circular-Bold';
	font-size: 52px;
	line-height: 58px;
	color: #0C100F;
	letter-spacing: -1.5px;
}
.retho_cnt {
	padding: 0 5% 0 11px;
	margin: 0;
}
.retho_cnt p {
	padding: 0 0 13px 0;
	margin: 0;
	font-family: 'Circular-Book', sans-serif;
	font-size: 19px;
	line-height: 33px;
	color: #A2A6A5;
}
.retho_cnt a {
	padding: 0;
	margin: 0;
	font-family: 'Circular-Book', sans-serif;
	font-size: 19px;
	line-height: 33px;
	color: #1F81B2;
}
.grammer_main {
	display: inline-block;
	float: right;
	padding: 0 5%;
	margin: 0;
}
.grammer {
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
}
.basic {
	padding: 0;
	margin: 0;
}
.basic figure {
	padding: 0;
	margin: 0 0 7px 0;
}
.basic figure img {
	padding: 0;
	margin: 0;
	/* width: 75px; */
}
.basic h2 {
	padding: 0 0 10px 0;
	margin: 0;
	font-family: 'Circular-Bold';
	font-size: 28px;
	line-height: 28px;
	color: #0B0C08;
	font-weight: normal;
}
.basic P {
	padding: 0 0 42px 0;
	margin: 0;
	font-family: 'Circular-Book', sans-serif;
	font-size: 17px;
	line-height: 17px;
	color: #A3A4A2;
	font-weight: normal;
}
.kind {
	padding: 0;
	margin: 0;
}
.kind ul {
	padding: 0;
	margin: 0;
}
.kind ul li {
	padding: 0;
	margin: 0 0 7px 0;
	display: block;
}
.kind ul li button, .kind ul li a {
	padding: 0;
	margin: 0 auto;
	display: block;
	border: #cbcccb 1px solid;
	width: 137px;
	border-radius: 30px;
	text-align: center;
	font-family: 'Circular-Book', sans-serif;
	font-size: 18px;
	line-height: 33px;
	color: #1782B6;
	font-weight: normal;
	height: 33px;
	cursor: pointer;
	outline: none;
	background: #fff;
}
.kind ul li button:hover, .kind ul li a:hover {
	background: #104d75;
	color: #fff;
	border: #002455 1px solid;
}
.kind ul li button.active, .kind ul li a:active {
	background: #104d75;
	color: #fff;
	border: #002455 1px solid;
}
.grammer1 {
	padding: 7px 0 0 0;
}
.grade_main {
	padding: 0;
	margin: 0;
}
.grade {
	padding: 86px 0 91px 0;
	margin: 0;
	text-align: center;
}
.grade h2 {
	padding: 0 0 35px 0;
	margin: 0;
	font-family: 'Circular-Bold';
	font-size: 42px;
	line-height: 52px;
	color: #0C100F;
}
.tabbs {
	margin: 0;
	padding: 0;
}
.tab_nav_main {
	margin: 0 auto 29px auto;
	padding: 2px;
	display: block;
	background: #196ea8;
	width: 570px;
	border-radius: 25px;
	float: none;
}
.tab_nav {
	margin: 0 auto;
	padding: 0;
	display: block;
}
.tab_nav p {
	display: block;
	margin: 0;
	padding: 0;
	font-family: 'Circular-Book', sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #A3A4A2;
	font-weight: normal;
}
.tab_nav ul {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
}
.tab_nav ul li {
	float: left;
	display: inline-block;
	padding: 0;
	margin: 0 4.5% 0 0;
	width: 30.3%;
}
.tab_nav ul li a {
	padding: 0;
	margin: 0;
	height: 49px;
	font-family: 'Circular-Book', sans-serif;
	font-size: 15px;
	line-height: 49px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 25px;
	display: block;
}
.tab_con {
	margin: 0;
	padding: 0;
}
.content {
	margin: 0;
	padding: 0;
}
.tab_nav ul li a.active {
	background: #f0ae32;
	color: #fff;
	border: transparent;
}
.tab_nav ul li a:hover {
	background: #f0ae32;
	color: #fff;
	border: transparent;
}
.power {
	padding: 0;
	margin: 0;
}
.power p {
	padding: 0;
	margin: 0;
	font-family: 'Circular-Book', sans-serif;
	font-size: 18px;
	line-height: 33px;
	color: #A2A6A5;
	font-weight: normal;
}
.grade_dp {
	display: inline-block;
	float: left;
	text-align: left;
	margin: 0 0 42px 0;
}
.grade_dp .btn, .grade_dp select {
	border: 1px solid #cbcccb;
	border-radius: 25px;
	background: #fff;
	outline: none;
	outline: none;
	padding: 0px 19px;
}
.grade_dp .btn-primary, .grade_dp select {
	background: url(/images/caret.png) no-repeat 95% center #ffffff;
	padding: 0 55px 0 55px;
	font-family: 'Circular-Book', sans-serif;
	font-size: 16px;
	line-height: 33px;
	color: #1782B6;
	font-weight: normal;
	cursor: pointer;
	outline: none;
	width: 100%;
	text-align: left;
	display: block;
}
.grade_dp .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary, .grade_dp select {
	background: url(/images/caret.png) no-repeat 95% center #ffffff;
	border: 1px solid #cbcccb;
}
.grade_dp .btn-primary:active:hover, .btn-primary.active:hover, .open>.dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open>.grade_dp .grade_dp .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open>.dropdown-toggle.btn-primary.focus {
	background: #fff;
	border: 1px solid #cbcccb;
	color: #1782B6;
	outline: none;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	font-family: 'Circular-Book', sans-serif;
	font-size: 16px;
	line-height: 33px;
	color: #1782B6;
	font-weight: normal;
	cursor: pointer;
	outline: none;
	width: 100%;
	text-align: left;
	display: block;
	font-weight: normal;
}
.btn-group.open .dropdown-toggle {
	outline: none;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 200px;
}
.grade_dp .btn .caret {
	color: #d8d8d8;
}
.grade_dp .dropdown-menu>li>a {
	font-family: 'Circular-Book', sans-serif;
	font-size: 16px;
	line-height: 33px;
	color: #1782B6;
	padding: 3px 0;
	text-align: center;
}
.grade_dp .caret {
	position: absolute;
	right: 12px;
	top: 16px;
}
.grade_dp .dropdown-menu {
	width: 100%;
}
.grade_dp_main {
	margin: 0;
	padding: 0;
}
.grade_dp_main label {
	display: none;
	float: left;
	margin: 0;
	padding: 0;
	font-family: 'Circular-Book', sans-serif;
	font-size: 16px;
	line-height: 33px;
	color: #A2A6A5;
	font-weight: normal;
}
.course_cnt_main {
	padding: 45px 8px 0 8px;
}
.courses {
	padding: 0;
	margin: 0;
}
.courses ul {
	padding: 0;
	margin: 0;
}
.courses ul li {
	display: inline-block;
	float: left;
	padding: 0;
	margin: 0 10px 10px 0;
	position: relative;
	width: 17.5%;
	min-height: 200px;
}
.courses ul li a {
	padding: 0;
	margin: 0;
}
.courses ul li a .note {
	display: inline-block;
	float: left;
	padding: 10px 20px;
	padding-top: 20px;
	margin: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,000000+5,000000+100&0+4,1+52 */
	background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(6, 17, 31, 0) 4%, rgba(0, 0, 0, 0.02) 5%, rgba(0, 0, 0, 1) 52%, rgba(0, 0, 0, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(6, 17, 31, 0) 4%, rgba(0, 0, 0, 0.02) 5%, rgba(0, 0, 0, 1) 52%, rgba(0, 0, 0, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(6, 17, 31, 0) 4%, rgba(0, 0, 0, 0.02) 5%, rgba(0, 0, 0, 1) 52%, rgba(0, 0, 0, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#001e5799', endColorstr='#000000', GradientType=0);
	/* IE6-9 */
}
.courses .black {
	width: 100%;
	height: auto;
}
lazy-image img {
	height: auto !important;
}
.note h3 {
	font-family: 'Circular-Book', sans-serif;
	font-size: 18px;
	line-height: 18px;
	color: #fff;
	padding: 0 0 6px 0;
	margin: 0;
	font-weight: bold;
}
.note p {
	font-family: 'Circular-Book', sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #A2A6A5;
	padding: 0 0 0 5px;
	margin: 0;
	font-weight: normal;
	text-align: left;
}
.get_bt 1 {
	display: inline-block;
	font-family: 'Circular-Book', sans-serif;
	font-size: 18px;
	line-height: 53px;
	color: #fff !important;
	padding: 0;
	margin: 40px auto 0 auto;
	font-weight: normal;
	width: 190px;
	background: #186ea8;
	border-radius: 25px;
	height: 54px;
	border: #1975b3 2px solid;
}
.get_bt:hover {
	color: #fff;
}
.mobile-image {
	display: none;
}
.hp-blog h3 {
	color: #0E6087;
}
.hp-news h3, #hp-signup h3 {
	color: #0E6087;
}
#hp-signup h3 {
	margin-bottom: 50px !important;
}
.hp-blog div {
	min-height: 250px;
}
.hp-blog div h4:first-child {
	margin-top: 50px !important;
}
.hp-news div h4:first-child {
	margin-top: 50px !important;
}
#hp-signup input[type="text"], #hp-signup input[type="email"] {
	background: #fbfbfb !important;
	float: left !important;
}
#hp-signup input[type="submit"] {
	margin-left: 0 !important;
	margin-top: 20px !important;
}
/*///////////////////////////
/			7 FOOTER		/
///////////////////////////*/

footer {
	padding: 0;
	margin: 0;
}
.ft_top_main {
	background: #fbfbfb;
	padding: 0;
	margin: 0;
}
.ft_top {
	padding: 78px 0 99px 0;
	margin: 0;
}
.oldeh {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
}
.oldeh a {
	display: block;
	margin: 0 0 35px 0;
	padding: 0;
}
.oldeh a img {
	display: block;
	margin: 0;
	padding: 0;
	width: 160px;
}
.oldeh address {
	padding: 0;
	margin: 0;
}
.oldeh address p {
	display: block;
	padding: 0 0 18px 0;
	margin: 0;
	font-family: 'Circular-Book', sans-serif;
	font-size: 16px;
	line-height: 18px;
	color: #9B9B9B;
}
.oldeh address p a {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-family: 'Circular-Book', sans-serif;
	font-size: 16px;
	line-height: 14px;
	color: #9B9B9B;
}
.circul_main {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
}
.circul {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
}
.circul ul {
	display: block;
	margin: 0;
	padding: 0;
}
.circul ul li {
	display: block;
	margin: 0 0 12px 0;
	padding: 0;
}
.circul ul li h3, .circul ul li h3 a, .circul ul li h3 a:hover {
	display: block;
	margin: 0;
	padding: 0 0 15px 0;
	font-family: 'Circular-Book';
	font-size: 18px;
	line-height: 18px;
	color: #0E6087;
	font-weight: bold;
}
.circul ul li a {
	display: block;
	margin: 0;
	padding: 0 0 0 1px;
	font-family: 'Circular-Book', sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #9B9B9B;
	transition: linear .2s;
}
footer .circul ul li a:hover {
	color: #000;
	transition: linear .2s;
}
.ft_bt_main {
	padding: 0;
	margin: 0;
	background: #f2f2f2;
}
.ft_bottom {
	padding: 10px 0;
	margin: 0;
}
.copy_rights {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 5px 0 0 0;
}
.copy_rights ul {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.copy_rights ul li {
	display: inline-block;
	border-right: #ADAEAD 1px solid;
	float: left;
	margin: 0;
	padding: 0 3px 0 0;
}
.copy_rights ul li a {
	display: inline-block;
	margin: 0;
	padding: 0 4px;
	font-family: 'Circular-Book', sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #ADAEAD;
}
.social_nt {
	display: inline-block;
	float: right;
	margin: 0;
	padding: 0;
}
.social_nt ul {
	display: block;
	margin: 0;
	padding: 0;
}
.social_nt ul li {
	display: inline-block;
	float: left;
	margin: 0 0 0 19px;
	padding: 0;
}
.social_nt ul li a {
	display: block;
	margin: 0;
	padding: 0;
}
.social_nt ul li a img {
	display: block;
	margin: 0;
	padding: 0;
	width: 24px;
}
footer .circul ul li h3 {
	padding-bottom: 0;
}
.ft_top section.circul {
	margin-bottom: 15px;
}
/*///////////////////////////
/		8 INNER CONTENT 1	/
///////////////////////////*/

.online_banner {
	display: block;
	margin: 0 auto;
	padding: 0;
	float: none;
}
.online_banner h2 {
	display: block;
	margin: 0;
	padding: 0 0 20px 0;
	font-family: 'Circular-Bold';
	font-size: 48px;
	line-height: 59px;
	color: #FFFFFF;
	font-weight: bold;
}
.online_banner p {
	display: block;
	margin: 0;
	padding: 0;
	font-family: 'Circular-Book';
	font-size: 18px;
	line-height: 38px;
	color: #FFFFFF;
	font-weight: normal;
}
.veritas1 .banner_cnt_main {
	top: 50%;
}
.diploma_main {
	display: block;
	margin: 0;
	padding: 0;
}
.diploma {
	display: block;
	margin: 0;
	padding: 60px 0 74px 0;
	text-align: center;
}
.diploma ul {
	display: block;
	margin: 0;
	padding: 0;
}
.diploma ul li {
	display: inline-block;
	float: none;
	margin: 0;
	padding: 0 13px;
	position: relative;
}
.diploma ul li a {
	display: block;
	margin: 0;
	padding: 0;
}
.diploma ul li a img {
	display: block;
	margin: 0;
	padding: 0;
	width: 375px;
}

.diploma ul a::after {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	transition: .2s ease all;
	background: rgba(0, 0, 0, 0); 
}

.diploma ul li a span {
	z-index: 100;
}

.diploma ul li a {
	position: relative;
}
.diploma ul li:hover a::before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, 0.36); 
}

.diploma ul li span {
	display: block;
	margin: 0;
	padding: 0 20px;
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	display: block;
	text-align: center;
	font-family: 'Circular-Bold';
	font-size: 30px;
	line-height: 36px;
	color: #FFFFFF;
	font-weight: bold;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
	.diploma ul li span {
		font-size: 24px;
		line-height: 32px;
	}
}
.diploma_main .diploma ul li {
	padding:0;
	margin: 0 0.5%;
}
.diploma_main .diploma li:hover a {
	transition: box-shadow .5s;
	box-shadow: inset 0px 0px 100px 28px rgba(0,0,0,.4) !important;
-webkit-box-shadow: inset 0px 0px 100px 28px rgba(0,0,0,.4) !important;
-moz-box-shadow: inset 0px 0px 100px 28px rgba(0,0,0,.4) !important;
-o-box-shadow: inset 0px 0px 100px 28px rgba(0,0,0,.4) !important;
}
.yellow-header-style {
	top: 30% !important;
}
.yellow-header-style h2 {
	color: #f0ae32;
}
.yellow-header-style section {
	width: 100%;
}
.absolute_main {
	padding: 0;
	margin: 0;
	background: #dce9f2;
}
.absolute {
	padding: 0;
	margin: 0;
	min-height: 199px;
}
.spent_main {
	padding: 0;
	margin: 0;
}
.spent {
	padding: 46px 0 60px 0;
	margin: 0 auto;
	display: block;
	float: none;
}
.bread {
	display: block;
	margin: 0;
	padding: 0 1.5% 86px 1.5%;
}
.bread h2 {
	padding: 0 0 16px 0;
	margin: 0;
	font-family: 'Merriweather-Italic';
	font-size: 24px;
	line-height: 38px;
	color: #186EA7;
	font-weight: normal;
	letter-spacing: 1.1px;
}
.best {
	padding: 0 0 0 4px;
	margin: 0;
}
.best figure {
	display: inline-block;
	float: left;
	margin: 0 12px 0 0;
	padding: 0;
	max-width: 75px;
}
.best figure img {
	display: block;
	margin: 0;
	padding: 0;
	width: 37px;
}
.best p {
	display: inline-block;
	float: left;
	padding: 0;
	margin: 0;
	font-family: 'Circular-Book';
	font-size: 16px;
	line-height: 36px;
	color: #808080;
	font-weight: normal;
}
.white-bg {
	background: #ffffff;
}
.white-bg p {
	color: #a0a0a0 !important;
}
.lightBlue-bg {
	background: rgba(24, 111, 168, 0.05);
}
.lightGray-bg {
	background: #F2F2F2;
}
.darkBlue-bg {
	background: #186EA8;
}
.darkBlue-bg h2 {
	color: #fff !important;
}
.darkBlue-bg p {
	color: #ffffff !important;
}
.text_image_main h2, .circle-blocks h2 {
	display: block;
	margin: 0;
	padding: 0;
	font-family: 'Circular-Bold';
	font-weight: 300;
	font-size: 44px !important;
	line-height: 50px !important;
	padding-bottom: 15px;
	color: #104D75;
}
.text_image_main h2 {
	font-family: 'Circular-Bold';
	font-weight: bold;
}
.circle-blocks h2 {
	font-family: 'Circular-Bold';
	font-weight: 600;
	margin-bottom: 20px;
}
.circle-blocks a span {
	color: #005688 !important;
}
.circle-content p {
	text-align: center;
	padding: 0 20px;
	font-size: 14px !important;
}
.circle-content.no-buttons p {
	margin-bottom: 0;
}
.text_image_main p {
	color: #818181;
	padding: 0 !important;
	font-size: 16px;
	line-height: 35px !important;
	margin-bottom: 10px !important;
}
.text_image_main p:last-child {
	padding-bottom: 15px;
}
.text_image_main a, .yellow-buttons {
	background: #f0ae32;
	transition: background-color 0.5s ease;
	border: 2px solid #f0ae32;
	display: inline-block;
	font-family: 'Circular-Book', sans-serif;
	font-size: 16px;
	line-height: 45px;
	color: #fff;
	padding: 0;
	margin: 0;
	font-weight: normal;
	width: 170px;
	border-radius: 25px;
	height: 45px;
	text-align: center;
}
.text_image_main a {text-transform: uppercase;}
.preview-text .yellow-buttons {
	width: 80%;
	min-width: 170px;
}
.text_image_main a:hover, .yellow-buttons:hover, .text_image_main a:active, .yellow-buttons:active, .text_image_main a:focus, .yellow-buttons:focus {
	color: #fff;
	background: #db9e2e;
	border: 2px solid #db9e2e;
	transition: background-color 0.5s ease;
}
.yellow-buttons {
	margin: 15px auto 0 auto !important;
}
.awards-buttons .yellow-buttons {
	margin: 0 auto !important;
	display: block;
}
.yellow-buttoned a {
	background: #f0ae32;
	transition: background-color 0.5s ease;
	border: 0;
	display: inline-block;
	font-family: 'Circular-Book', sans-serif;
	font-size: 16px;
	line-height: 45px;
	color: #fff !important;
	padding: 0;
	margin: 0;
	font-weight: normal;
	width: 170px;
	border-radius: 25px;
	height: 45px;
	text-align: center;
	position: relative;
	right: -30px;
}
.yellow-buttoned a:hover {
	color: #fff;
	background: #db9e2e;
	transition: background-color 0.5s ease;
}
@media screen and (max-width: 768px) {
	.yellow-buttoned a {
		right: 0;
	}
}
.awards .col-sm-2, .awards .col-md-2, .awards .col-lg-2 {
	vertical-align: top;
}
.gray-buttons {
	background: #444444;
	border: 0;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'Circular-Book', sans-serif;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	padding: 10px;
	margin: 0;
	font-weight: normal;
	border-radius: 3px;
	text-align: center;
	width: 100%;
	height: auto;
}
.blueify {
	background: #186ea8 !important;
	border: 2px solid #186ea8 !important;
}
.blueify:hover, .blueify:active, .blueify:focus {
	color: #fff;
	background: #104D75 !important;
	transition: background-color 0.5s ease;
	border: 2px solid #104D75 !important;
	transition: border 0.5s ease;
}
.white-buttoned {
	background: #fff !important;
	color: #186ea8 !important;
	border: 2px solid #efefef !important;
}
.white-buttoned:hover, .white-buttoned:active, .white-buttoned:focus {
	color: #186ea8;
	background: #efefef !important;
	transition: background-color 0.5s ease;
}
.row.sameh [class*="col-"] {
	float: none;
	display: table-cell;
	vertical-align: top;
}
.vertical-center {
	vertical-align: middle;
}
.full-width-block p {
	padding: 5px;
	padding-top: 20px;
	color: #fff;
}
.quote-source {
	color: #F0AE32 !important;
	font-size: 24px !important;
	line-height: 30px !important;
}
.limit-width {
	max-width: 650px;
	padding: 10px 20px;
	display: block;
	margin: 0 auto !important;
	font-size: 24px !important;
	line-height: 30px !important;
}
.civil_main {
	display: block;
	margin: 0;
	padding: 0;
	background: #f3f8fa;
}
.civil {
	display: block;
	margin: 0;
	padding: 23px 1% 118px 3%;
}
.civil_lft {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0 2.5% 0 0;
}
.civil_rgt {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0 2.5% 0 0;
}
.civil_rgt ul {
	display: block;
	margin: 0;
	padding: 0;
}
.civil_rgt ul li {
	display: block;
	margin: 0 0 32px 0;
	padding: 0;
}
.civil_rgt ul li a {
	display: block;
	margin: 0;
	padding: 0;
}
.civil_rgt ul li a img {
	display: block;
	margin: 0;
	padding: 0;
}
.more {
	display: block;
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 20px;
}
.more>ul {
	display: block;
	padding: 0;
	margin: 0;
}
.more>ul>li {
	padding: 0;
	margin: 0 15px 0 0;
	display: inline-block;
	float: left;
}
.more>ul>li>a {
	display: inline-block;
	font-family: 'Circular-Book', sans-serif;
	font-size: 15px;
	line-height: 36px;
	color: #1782B6;
	padding: 0;
	margin: 0;
	font-weight: normal;
	width: 125px;
	border-radius: 25px;
	height: 36px;
	text-align: center;
	border: #d0d1d0 1px solid;
}
.more>ul>li>a:hover, .more>ul>li>a:focus, .more>ul>li>a:active {
	background: #186ea8;
	border: #186ea8 1px solid;
	color: #fff;
	text-decoration: none;
}
.more>ul>li>a.active {
	background: #186ea8;
	color: #fff;
}
.view_more {
	display: block;
	font-family: 'Circular-Book', sans-serif;
	font-size: 18px;
	line-height: 51px;
	color: #1782B6;
	padding: 0;
	margin: 30px auto 0 auto;
	font-weight: normal;
	width: 224px;
	border-radius: 25px;
	height: 53px;
	text-align: center;
	border: #d0d1d0 1px solid;
}
.view_more:hover {
	background: #186ea8;
	color: #fff;
}
.follow_main {
	display: block;
	margin: 0;
	padding: 0;
	background: #186ea8;
}
.follow {
	display: block;
	margin: 0 auto;
	padding: 9px 0 8px 1.6%;
	float: none;
}
.follow ul {
	display: block;
	margin: 0;
	padding: 0;
}
.follow ul li {
	display: inline-block;
	float: left;
	margin: 0 1% 0 0;
	padding: 0;
}
.follow ul li p {
	display: block;
	margin: 0;
	padding: 0;
	font-family: 'Circular-Book', sans-serif;
	font-size: 16px;
	line-height: 37px;
	color: #FFF;
}
.follow ul li .grade_dp {
	float: none;
	display: block;
	margin: 0;
}
.follow ul li .grade_dp .bootstrap-select.btn-group .dropdown-menu li {
	display: block;
	float: none;
}
.follow ul li .go {
	padding: 0;
	margin: 0 auto;
	display: block;
	width: 45px;
	text-align: center;
	font-family: 'Circular-Book', sans-serif;
	font-size: 16px;
	line-height: 40px;
	color: #fff;
	height: 40px;
	cursor: pointer;
	background: #f0ae32;
	border-radius: 5px;
	outline: none;
	border: none;
	font-weight: bold;
}
.follow ul li.dp1 {
	width: 20%;
	padding: 2px 0 0 0;
}
.follow ul li .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%;
}
.veritas1 .banner_cnt p, .resources-header p {
	padding: 0;
	padding-top: 15px;
}
/*///////////////////////////
/		9 INNER CONTENT 2	/
///////////////////////////*/

.history_main {
	padding: 50px 0 50px 0;
	margin: 0;
	background: #f4f8fb;
}
.history {
	padding: 0;
	margin: 0;
}
.veritas2 .follow {
	display: inline-block;
	float: right;
	padding: 0;
	margin: 0;
}
.veritas2 .follow ul li.dp1 {
	width: 34%;
}
.veritas2 .follow ul li {
	margin: 0 2% 0 0;
}
.veritas2 .follow ul li p {
	margin: 0 10px 0 0;
}
.self_main {
	padding: 0;
	background: #186ea8;
	margin: 0;
}
.self {
	padding: 9px 0 8px 0;
	margin: 0;
}
.you_tech {
	display: inline-block;
	float: right;
	padding: 10px 0 0 0;
	margin: 0;
}
.you_tech ul {
	padding: 0;
	margin: 0;
}
.you_tech ul li {
	display: inline-block;
	float: left;
	padding: 0;
	margin: 0 15px 0 0;
}
.you_tech ul li input {
	display: none;
}
.you_tech ul li label {
	background: url(../images/check.png) no-repeat;
	padding: 2px 0 0 22px;
	letter-spacing: 0.1px;
	cursor: pointer;
	margin: 0;
	font-family: 'Circular-Book', sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #FFF;
	font-weight: normal;
}
.you_tech ul li input:checked+label {
	background: url(../images/checked.png) no-repeat;
}
.skylar {
	background: #fff;
	display: block;
	padding: 10px;
	margin: 0;
	width: 150px;
	position: absolute;
	top: -100%;
	right: -29px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	box-shadow: 0px 1px 14px #ccc;
	border-radius: 5px;
	z-index: 9;
}
.skylar>ul {
	display: block;
	padding: 0;
	margin: 0;
}
.skylar>ul>li {
	display: block;
	padding: 0;
	margin: 0;
	border-bottom: #f3f3f3 1px solid;
}
.skylar>ul>li a {
	display: block;
	padding: 5px 0;
	margin: 0;
	font-family: 'Circular-Book', sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #1782B6;
	font-weight: normal;
}
.skylar:before {
	content: '';
	position: absolute;
	left: 12px;
	top: -10px;
	width: 0;
	height: 0;
	border-bottom: 10px solid #fff;
	border-left: 10px transparent solid;
	border-right: 10px transparent solid;
}
.more ul>li:hover a+.skylar {
	opacity: 1;
	visibility: visible;
	top: 33px;
}
.product_details {
	padding: 0 0 20px 0;
	margin: 0 auto;
	width: 320px;
	display: none;
}
.book_view {
	padding: 13px 0 19px 0;
	margin: 0;
	background: #f3f8fb;
}
.book_view a {
	display: block;
	margin: 0 auto;
	padding: 0;
}
.book_view a img {
	display: block;
	margin: 0 auto;
	padding: 0;
}
.book_cnt {
	padding: 15px 20px 10px 20px;
	margin: 0;
	background: #fff;
}
.book_cnt h2 {
	padding: 0;
	margin: 0 0 14px 0;
	position: relative;
	font-family: 'Circular-Book', sans-serif;
	font-size: 25px;
	line-height: 32px;
	color: #222222;
	font-weight: normal;
	letter-spacing: -0.5px;
}
.book_cnt h2:after {
	content: '';
	padding: 0;
	margin: 0;
	position: absolute;
	right: -5px;
	bottom: 1px;
	background: url(../images/star.png) no-repeat;
	width: 20px;
	height: 20px;
}
.book_cnt ul {
	padding: 0;
	margin: 0;
}
.book_cnt ul li {
	display: inline-block;
	float: left;
	padding: 0;
	margin: 0 33px 0 0;
}
.book_cnt ul li span {
	display: block;
	padding: 0;
	margin: 0;
	font-family: 'Circular-Book', sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #222222;
	font-weight: normal;
}
.book_cnt ul li em {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-family: 'Circular-Book', sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #AEAFAE;
	font-weight: normal;
}
.book_cnt ul li a {
	display: inline-block;
	padding: 0 0 0 1px;
	margin: 0;
	font-family: 'Circular-Book', sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #43DB8C;
	font-weight: normal;
}
.book_cnt ul li.moi a {
	display: inline-block;
	padding: 0;
	margin: 0;
	font-family: 'Circular-Book', sans-serif;
	font-size: 12px;
	line-height: 20px;
	color: #1783B7;
	font-weight: normal;
}
.adtoc {
	padding: 12px 5% 0 7%;
	margin: 0;
}
.adtoc a {
	position: relative;
	padding: 0;
	margin: 0;
	font-family: 'Circular-Book', sans-serif;
	font-size: 12px;
	line-height: 42px;
	color: #fff;
	font-weight: normal;
	height: 42px;
	background: #186ea9;
	text-align: center;
	display: block;
	border-radius: 25px;
}
.adtoc a:after {
	content: '';
	display: block;
	background: url(../images/cart.png) no-repeat left center;
	width: 25px;
	height: 25px;
	position: absolute;
	left: 24%;
	top: 7px;
	cursor: pointer;
}
.self_mob {
	padding: 0;
	margin: 0;
	display: block;
}
.self_mob>a {
	padding: 20px 0 20px 0;
	margin: 0;
	background: #186ea8;
	display: none;
	font-family: 'Circular-Book', sans-serif;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	font-weight: normal;
	position: relative;
}
.self_mob>a:after {
	content: '';
	position: absolute;
	top: 20px;
	right: 0;
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
	border-left: 0;
	border-top: 0;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transition: all ease-in-out 0.5s;
	-moz-transition: all ease-in-out 0.5s;
	-ms-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	-webkit-transition: all ease-in-out 0.5s;
}
.self_mob>a.active:after {
	transform: rotate(226deg);
	-moz-transform: rotate(226deg);
	-ms-transform: rotate(226deg);
	-webkit-transform: rotate(226deg);
	-o-transform: rotate(226deg);
}
.right-aligned-header p, .right-aligned-header h2 {
	text-align: left;
}
.left-aligned-header p, .left-aligned-header h2 {
	text-align: left;
}
.small-column {
	max-width: 400px;
}
/*///////////////////////////
/		10 INPUT FIELDS		/
///////////////////////////*/

.btn-default {
	background: #fff !important;
}
input, textarea, button, select {
	-webkit-appearance: none;
	/*Safari/Chrome*/
	-moz-appearance: none;
	/*Firefox*/
	-ms-appearance: none;
	/*IE*/
	-o-appearance: none;
	/*Opera*/
	appearance: none;
	-webkit-border-radius: 0;
}
/*///////////////////////////
/		11 MENU ICON		/
///////////////////////////*/

.nav-icon {
	display: none;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
	z-index: 9;
	width: 20px;
	height: 25px;
}
.nav-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 30px;
	background: #176da6;
	border-radius: 15px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.nav-icon span:nth-child(1) {
	top: 0px;
}
.nav-icon span:nth-child(2) {
	top: 7px;
}
.nav-icon span:nth-child(3) {
	top: 14px;
}
.nav-icon.open span:nth-child(1) {
	top: 13px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}
.nav-icon.open span:nth-child(2) {
	opacity: 0;
	right: -60px;
}
.nav-icon.open span:nth-child(3) {
	top: 13px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
#sub-nav {
	background: #F6F6F6;
}
#sub-nav ul {
	display: block;
	margin: 0 auto;
	text-align: center;
}
#sub-nav ul li {
	display: inline-block;
	text-align: center;
	margin: 0 auto;
	padding: 15px 25px;
}
#sub-nav li a, #sub-nav li a:hover, #sub-nav li a:visited, #sub-nav li a:link, #sub-nav li a:active, #sub-nav li a:focus {
	color: #005688;
	text-decoration: none;
	font-size: 16px;
}
/*///////////////////////////
/		12 ????????			/
///////////////////////////*/

.pro_popup {
	padding: 36px 0 0 0;
	width: 313px;
	margin: 0 auto;
	display: block;
	display: none;
}
.available {
	display: block;
}
.available ul {
	display: block;
	margin: 0 0 23px 0;
}
.available ul li {
	display: inline-block;
	border-right: solid 2px #d7d8d6;
	padding: 0 12px 0 5px;
}
.available ul li span {
	color: #aeafae;
	font-size: 12px;
	line-height: 14px;
	font-family: 'Circular-Book', sans-serif;
	padding: 0 0 0 0;
}
.available ul li a {
	color: #1783b7;
	font-size: 12px;
	line-height: 12px;
	font-family: 'Circular-Book', sans-serif;
}
.pro_popup p {
	display: block;
	font-size: 10px;
	line-height: 18px;
	font-family: 'Circular-Book', sans-serif;
	margin: 0;
	padding: 0 21px 13px 0;
}
.leve_sec {
	display: block;
	padding: 0 0 19px 0;
}
.leve_sec ul {
	display: block;
	margin: 0;
}
.leve_sec ul li {
	display: inline-block;
	width: 57%;
	float: left;
	border-left: solid 1px #dbdbd9;
	padding: 0 2px 0 12px;
}
.leve_sec ul li span {
	display: inline-block;
	font-size: 12px;
	line-height: 18px;
	font-family: 'Circular-Book', sans-serif;
	padding: 0 4px 0 0;
}
.leve_sec ul li small {
	display: inline-block;
	font-size: 13px;
	line-height: 15px;
	font-family: 'Circular-Book', sans-serif;
	color: #43db8c;
}
.leve_sec ul li a {
	display: inline-block;
	font-size: 12px;
	line-height: 16px;
	font-family: 'Circular-Book', sans-serif;
	color: #1783b7;
}
.leve_sec ul li.addpad1 {
	width: 35%;
	padding: 0;
}
.book_sec {
	padding: 0;
}
.book_sec>ul {
	display: block;
	margin: 0;
	border-top: solid 1px #e2e2e0;
}
.book_sec>ul>li {
	display: block;
	padding: 20px 0 22px 0;
	border-bottom: solid 1px #e2e2e0;
}
.book_sec>ul>li>ul {
	display: block;
	padding: 9px 0 0 13px;
}
.book_sec>ul>li>ul>li {
	list-style-type: decimal;
	padding: 0;
	font-size: 10px;
	line-height: 17px;
	color: #aeafae;
}
.book_sec>ul>li>ul>li>a {
	display: block;
	font-size: 10px;
	line-height: 11px;
	font-family: 'Circular-Book', sans-serif;
	color: #aeafae;
}
.Relevancy {
	display: block;
	margin: 0 0 11px 0;
	padding: 10px 0 0 10px;
	border-bottom: solid 1px #e2e2e0;
}
.Relevancy h6 {
	display: block;
	margin: 0;
	font-size: 11px;
	line-height: 14px;
	font-family: 'Circular-Book', sans-serif;
	color: #000;
	padding: 0 0 20px 0;
}
.relev {
	display: block;
	margin: 0;
	padding: 0 0 0 10px;
}
.relev ul {
	display: block;
	margin: 0;
	padding: 0;
}
.relev ul li {
	display: inline-block;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
}
.relev ul li .jess {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	width: 190px;
}
.relev ul li span {
	display: inline-block;
	float: left;
	margin: 0 0 0 21px;
	padding: 0;
	font-family: 'Circular-Book', sans-serif;
	font-size: 12px;
	line-height: 9px;
	color: #0B0C08;
	font-weight: normal;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	background: #186ea9;
	border: none;
	border-radius: 100%;
	outline: none;
}
.ui-slider .ui-slider-range {
	background: #186ea8;
}
.ui-slider .ui-slider-handle {
	width: 18px;
	height: 18px;
}
/*
.gentleselect-dialog>ul>li {
	margin: 0 !important;
	padding: 0 0 0 15px !important;
	font-family: 'Circular-Book', sans-serif;
	font-size: 16px;
	line-height: 33px;
	color: #0C100F;
	font-weight: normal;
}
.gentleselect-label {
	width: 100% !important;
	display: block;
	font-family: 'Circular-Book', sans-serif;
	font-size: 16px;
	line-height: 33px;
	color: #1782B6;
	font-weight: normal;
	cursor: pointer;
	outline: none;
	width: 100%;
	text-align: left;
	display: block;
	border-radius: 25px;
	background: #ffffff;
	border: 1px solid #cbcccb;
	position: relative;
}
.gentleselect-label:after {
	content: '';
	position: absolute;
	z-index: 99;
	right: 10px;
	top: 16px;
	background: url(../images/downarrow2.png) no-repeat;
	width: 8px;
	height: 4px;
}
.dropdown-menu.opener {
	top: 42px !important;
	margin-top: 0 !important;
}
.gentleselect-title {
	font-family: 'Circular-Book', sans-serif !important;
	width: 50% !important;
	display: inline-block !important;
	text-align: left !important;
	background: none !important;
	font-size: 14px !important;
	color: #000 !important;
	line-height: 33px;
	font-weight: bold !important;
	padding: 0 0 0 15px !important;
}
.gentleselect-dialog {
	top: 47px !important;
	border: none;
	padding: 10px 0 30px 22px;
	border-radius: 0 0 4px 4px;
	left: 117px !important;
}
.gentleselect-dialog>ul>li.selected {
	background: none;
	color: #1F81B2;
}
.gentleselect-dialog>ul>li:hover {
	background: none;
	color: #1F81B2;
}
*/
/*///////////////////////////
/		13 GENERAL STYLES	/
///////////////////////////*/

.large-yellow {
	color: #f0ae32;
	font-size: 70px !important;
	float: left;
	margin-top: 19px;
	margin-right: 5px;
}
.center-block {
	display: block;
	margin: 0 auto;
	float: initial;
}
.form-section .cont-div {
	background: #F3F8FB;
	padding: 15px;
}
.contact-info div {
	padding: 15px;
	border: 1px solid #9B9B9B;
	background: #fff;
}
.form-section em {
	color: #000;
}
.form-section h2 {
	color: #000;
	font-weight: normal;
	font-family: 'Circular-Book', sans-serif;
}
.form-section input, .form-section textarea {
	width: 100%;
	outline: 0;
	border: 1px solid #F2F2F2;
	color: #787878;
	font-size: 16px;
	padding: 5px 7px;
	height: 45px;
	border-radius: 3px;
	margin-bottom: 20px;
}
.form-section label {
	display: none;
}
.form-section button {
	display: inline-block;
	font-family: 'Circular-Book', sans-serif;
	font-size: 18px;
	line-height: 31px;
	font-weight: normal;
	width: 200px;
	border: 0;
	outline: 0;
	border-radius: 3px;
	padding: 10px;
	margin: 0;
	background: #186ea8;
	color: #fff;
}
.form-section .form__note {
	display: none;
}
.form-section iframe {
	width: 100% !important;
}
.contact-info h3 {
	color: #000;
	font-weight: bold;
	font-family: 'Circular-Book', sans-serif;
	padding-top: 10px;
}
.contact-info h3:first-child {
	padding-top: 0;
}
.contact-info ul, .contact-info li {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
}
.contact-info li {
	color: #000;
	font-size: 16px;
	padding: 5px 0;
}
.faq-section h2 {
	color: #000;
	font-weight: bold;
	font-family: 'Circular-Book', sans-serif;
	text-align: center;
	font-size: 36px;
	margin-bottom: 25px;
}
.faq-section input {
	width: 100%;
	max-width: 500px;
	outline: 0;
	border: 1px solid #F2F2F2;
	color: #787878;
	font-size: 16px;
	padding: 5px 7px;
	height: 45px;
	border-radius: 3px;
	margin: 0 auto;
	margin-bottom: 40px;
	display: block;
}
.faq-dropdowns h3 {
	color: #000;
	font-weight: bold;
	font-family: 'Circular-Book', sans-serif;
	margin-bottom: 20px;
}
.policies-section h2 {
	color: #000;
	font-weight: bold;
	font-family: 'Circular-Book', sans-serif;
	text-align: center;
	font-size: 36px;
	margin: 25px auto;
}
@media screen and (max-width: 768px) {
	.contact-info {
		border-left: 0;
		border-top: 2px solid #959595;
	}
	.form-section {
		padding-bottom: 30px;
	}
	.contact-info h3:first-child {
		padding-top: 10px;
	}
}
/*///////////////////////////
/	14 RESOURCES SECTION	/
///////////////////////////*/
.resources-section {
	padding: 45px 0;
	background: #F3F8FB;
}
.resources-button {
	width: 100%;
    text-align: center;
    background: #fff;
    border-radius: 7px;
    display: block;
    font-size: 24px;
    padding: 20px 0;
    line-height: 24px;
    color: #176EA7;
}
.resources-button.active {
	background: #176EA7;
	color: #fff;
}
.resources-button i {
	margin-right: 6px;
}
.resources-button:hover {
	color: #176EA7;
}
.resources-button.active:hover {
	color: #fff;
}
.curriculum-resources-button:before {
	content: "";
	background: url('/images/books-icon-blue.png') center center no-repeat;
	background-size: contain;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-right: 6px;
}
.curriculum-resources-button.active:before {
	background: url('/images/books-icon-white.png') center center no-repeat;
	background-size: contain;
}
.resource-dropper {
    padding: 15px 30px !important;
    line-height: inherit;
    border: 1px solid #176EA7;
    border-radius: 33px;
    position: relative;
    display: block;
    width: 100%;
    background: #fff;
    margin: 15px 0 0 0;
    text-align: left;
}
.resource-dropper span {
	color: #176EA7;
    position: static;
    display: inline-block;
    font-size: 30px;
    line-height: 1;
}
.resource-dropper.active {
    border-radius: 33px 33px 0 0;
    padding: 15px 30px!important;
    background: #176EA7;
    line-height: inherit;
    border: 1px solid #176EA7;
}
.resource-dropper.active span {
	color: #fff;
}
.resource-dropdown {
    font-family: arial;
    background: #fff;
    position: relative;
    margin-bottom: 5px;
    padding: 25px;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid #176EA7;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    width: 100%;
}
.resource-dropdown li {
    padding: 7px 20px;
}
.resource-dropdown li a {
	font-size: 18px;
    line-height: 1.2;
    color: #176EA7 !important;
}
.resource-dropdown .pdf-resource:before {
	content: '\f1c1';
	display: inline-block;
	font-family: FontAwesome;
	color: #176EA7;
	font-size: 18px;
	line-height: 1.2;
	margin-right: 6px;
}
.resource-dropdown .audio-resource:before {
	content: '\f1c7';
	display: inline-block;
	font-family: FontAwesome;
	color: #176EA7;
	font-size: 18px;
	line-height: 1.2;
	margin-right: 6px;
}
.resource-dropper span:after {
	content: "";
    width: 18px;
    height: 13px;
    position: absolute;
    top: 25px !important;
    right: 7px !important;
    margin: 0 15px 0 0;
    display: inline-block;
    background: url(/images/blue-down-arrow.png) center center no-repeat;
    background-size: contain;
}
.resource-dropper.active span:after {
    background: url(/images/white-up-arrow.png) center center no-repeat;
    background-size: contain;
}
.CurriculumGuides:before, .CompositionGuides:before, .PhonicsMuseum:before {
    content: "";
    width: 28px;
    top: 6px;
    height: 28px;
    position: relative;
    margin: 0 15px 0 0;
    display: inline-block;
}
.PhonicsMuseum:before {
	background: url(/images/linguistics-icon-blue.png) center center no-repeat;
    background-size: contain;
}
.PhonicsMuseum.active:before {
	background: url(/images/linguistics-icon-white.png) center center no-repeat;
    background-size: contain;
}
.CurriculumGuides:before, .CompositionGuides:before {
	background: url(/images/literature-icon-blue.png) center center no-repeat;
    background-size: contain;
}
.CurriculumGuides.active:before, .CompositionGuides.active:before {
    background: url(/images/literature-icon-white.png) center center no-repeat;
    background-size: contain;
}
/*///////////////////////////
/	15 VIDEO AND FORM BLOCK	/
///////////////////////////*/

.video-wide-block {
	padding: 25px 0;
}
.video-wide-block h2 {
	color: #104D75;
	font-family: 'Circular-Bold';
	text-align: center;
	font-weight: bold;
	font-size: 42px;
	margin: 0 auto;
}
.video-wide-block p {
	font-family: 'Circular-Book';
	color: #595959;
	text-align: center;
	font-size: 16px;
}
.video-wide-block p:last-child {
	margin-bottom: 0 !important;
}
.video-wide-block ul li {
	font-family: 'Circular-Book' !important;
	font-size: 16px !important;
}
.video-lesson-sample {
	padding: 10px !important;
	float: left !important;
	display: inline-block !important;
}
.video-lesson-sample img {
	border-radius: 0 !important;
}
.video-block, .video-block iframe {
	margin: 0 auto;
	display: block;
	text-align: center;
	max-width: 100%;
}
.form-block #short-form .form__label {
	display: none;
}
.form-block #short-form .form__field {
	display: inline-block;
	width: 250px;
}
.form-block #short-form .form__row--amforms_email {
	display: inline-block;
}
#short-form .form__row--amforms_email input {
	width: 100%;
	outline: 0;
	border: 0;
	color: #787878;
	font-size: 16px;
	padding: 5px 7px;
	height: 45px;
	width: 300px;
}
.form-block #short-form {
	display: block;
	margin: 0 auto;
	margin-top: 50px;
	width: 40%;
	min-width: 400px;
}
.form-block #form-submit {
	background: #f0ae32;
	border: 0;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'Circular-Book', sans-serif;
	font-size: 16px;
	line-height: 45px;
	color: #fff;
	padding: 0;
	margin: 0;
	font-weight: normal;
	width: 130px;
	border-radius: 5px;
	height: 45px;
	text-align: center;
	float: right;
}
.video-form-column p, .video-form-column form {
	text-align: left;
}
.form-video-dual h2 {
	display: block;
	text-align: center;
	margin: 0 auto 30px auto;
}
.form-video-dual {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
/*///////////////////////////
/		16 NEWSLETTERS		/
///////////////////////////*/

#newsletter-form .form__label {
	display: none;
}
#newsletter-form input[type="email"], #newsletter-form input[type="text"] {
	width: 100%;
	outline: 0;
	border: 0;
	color: #787878;
	font-size: 16px;
	padding: 5px 7px;
	height: 45px;
	border-radius: 3px;
	margin-bottom: 20px;
	max-width: 350px;
}
#newsletter-form select {
	width: 100%;
	outline: 0;
	border: 1px solid #268ac3;
	background: #005688;
	color: #fff;
	font-size: 16px;
	padding: 5px 15px;
	height: 45px;
	border-radius: 25px;
	margin-bottom: 20px;
	max-width: 350px;
}
#newsletter-form #fields-fullName {
	float: right;
}
#newsletter-form #fields-emailAddress {
	float: left;
}
#newsletter-form select, #newsletter-form .form__row--dropdown {
	display: inline-block;
	width: 100%;
	max-width: 350px;
	margin-bottom: 0;
}
#newsletter-form .submit-section {
	display: block;
	margin: 0 auto;
	width: 600px;
	max-width: 100%;
}
#newsletter-form input[type="submit"] {
	background: #f0ae32;
	border: 0;
	text-transform: uppercase;
	display: inline-block;
	font-family: 'Circular-Book', sans-serif;
	font-size: 16px;
	line-height: 45px;
	color: #fff;
	padding: 0;
	margin: 0;
	font-weight: normal;
	width: 130px;
	border-radius: 5px;
	height: 45px;
	text-align: center;
	margin-left: 20px;
}
.newsletter-signup-block ul li {
	color: #000;
	list-style-type: circle;
	font-size: 16px;
}
/*///////////////////////////
/		17 BLOG ENTRY		/
///////////////////////////*/

#blog-entry {
	padding: 50px 0;
}
#blog-entry .blog-title h3 {
	margin-top: 1%;
	color: #F0AE32;
	margin-bottom: 1%;
}
#blog-entry .date {
	color: #186EA8;
	font-size: 14px;
}
#blog-entry .text-overlay {
	top: 35%;
	left: 35%;
	position: absolute;
}
#blog-entry .text-overlay h4 {
	font-size: 3.0vw;
	color: white;
}
#blog-entry .blog-image {
	position: relative;
	margin-bottom: 2%;
}
#blog-entry .blog-search {
	margin-bottom: 50px;
}
#blog-entry .blog-search select {
	width: 80%;
	padding: 6px 10px;
	border: 1px solid #ccc;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	background: transparent;
	color: #186EA8;
	outline: 0;
	margin-top: 5px;
}
#blog-entry .entry-category h3 {
	color: #F0AE32;
	margin-top: 1%;
	text-transform: uppercase;
	font-weight: normal;
}
#blog-entry .main-blog-title {
	font-size: 30px;
	color: #005688;
}
#blog-entry #blog-search-submit {
	padding: 0;
	margin: 0;
	background: #f0ae32;
	width: 40px;
	height: 40px;
	outline: none;
	border: none;
	background-size: 59% 52%;
	border-radius: 3px;
	float: right;
	color: #fff;
}
#blog-entry .author-profile-image .mig {
	width: 100%;
	height: auto;
}
#blog-entry .author-profile-text p {
	font-size: 16px;
	line-height: 20px;
	color: #A7A7A7;
}
#blog-entry .author-profile-text .author-name {
	color: #186ea8;
	font-weight: bold;
}
#blog-list-section .blog-image {
	position: relative;
}
#blog-list-section .focus-blog {
	margin-top: 20px;
}
#blog-list-section .category-box {
	padding: 10px;
	background: rgba(17, 0, 0, 0.4);
	display: inline;
	margin-top: 14%;
	font-size: 14px;
}
#blog-list-section .category-box-focus {
	padding: 10px;
	background: rgba(100, 158, 193, 0.4);
	display: inline;
	color: white;
	font-size: 14px;
}
#blog-list-section .preview-main {
	top: 1%;
	left: 1%;
	position: absolute;
	padding: 8%;
	color: white;
}
#blog-list-section .mainbox {
	top: -3.9%;
}
#blog-list-section .preview-main h2 {
	color: white;
}
#blog-list-section .preview-main h1 {
	color: white;
	font-size: 35px;
}
#blog-list-section .blog-title {
	height: 100%;
	padding-bottom: 20px;
}
#blog-list-section .tint {
	position: relative;
}
#blog-list-section .tint:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 555, 0.2);
}
#blog-list-section .t2:before {
	background: rgba(91, 8, 46, 0.5);
}
#blog-list-section .events-information em {
	color: #186EA8;
	font-size: 14px;
}
.blog-information em {
	font-size: 14px;
}
.sidebar-author-name {
	color: #484848;
	font-size: 14px;
}
#blog-list-section .events-information .events-blog-date {
	font-style: italic;
}
.preview-main mainbox {
	font-size: 14px;
}
/*///////////////////////////
/	18 SQUARES WITH TEXT	/
///////////////////////////*/

.preview-text ul {
	padding-left: 20px;
}
.preview-text li {
	list-style-type: circle;
	font-size: 16px;
}
/*///////////////////////////
/		19 GENERIC COLUMN	/
///////////////////////////*/

.generic-column {
	padding: 40px 0;
}
.generic-column p {
	color: #818181;
	padding: 0;
}
.generic-column li {
	color: #818181;
	font-size: 16px;
	list-style-type: circle;
}
.generic-column h1, .generic-column h2 {
	padding: 0 0 20px 0;
	margin: 0;
	font-family: 'Circular-Bold';
	font-size: 30px;
	text-transform: none;
	line-height: 40px;
	color: #186ea8;
	font-weight: bold;
}
.generic-column img:nth-child(odd) {
	float: left;
	padding: 20px;
}
.generic-column img:nth-child(even) {
	float: right;
	padding: 20px;
}
.generic-column img.page-img {
	max-width: 40%;
}
/*///////////////////////////
/	20 PAGE BANNER HEADER	/
///////////////////////////*/

.darken-banner {
	position: absolute;
	background: #000;
	opacity: .5;
	width: 100%;
	height: 100%;
	top: 0;
	display: block;
}
/*///////////////////////////
/	21 HISTORY TIMELINE		/
///////////////////////////*/

ul.history-items {
	margin-left: 10px;
}
.history-items li {
	list-style-type: circle;
	margin-left: 10px;
}
/*///////////////////////////
/	22 RED ALERT MESSAGE	/
///////////////////////////*/

.red-message {
	color: #fff;
	background: #cf1928;
	padding: 10px 0;
	width: 100%;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}
.red-message p, .red-message a, .red-message * {
	color: #fff !important;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
@media screen and (max-width: 1199px) {
	.main-logo {
		max-width: 210px;
	}
	.search_input input {
		padding-left: 25px;
	}
}
@media screen and (max-width: 1050px) {
	.main-logo {
		max-width: 180px;
	}
}
@media screen and (max-width: 930px) {
	.main-logo {
		max-width: 150px;
	}
}
@media screen and (max-width: 830px) {
	.main-logo {
		max-width: 128px;
	}
}
.catalog-button {
	margin: 15px auto !important;
	display: block !important;
	float: right !important;
}
.catalog2-button {
	margin: 15px auto !important;
	display: block !important;
	float: left !important;
}
@media screen and (max-width: 768px) {
	.catalog-button, .catalog2-button {
		float: none !important;
	}
}
/*///////////////////////////
/	23 MOBILE STYLES		/
///////////////////////////*/

.hide-mobile {
	display: block !important;
}
.show-mobile {
	display: none !important;
}
.no-mobile {
	display: block !important;
}
.yes-mobile {
	display: none !important;
}
.mega_menu section {
	min-height: 300px;
}
@media screen and (max-width: 1240px) {
	.retho img {
		padding-left: 58px
	}
}
@media screen and (max-width: 991px) {
	.retho .gra1 {
		left: 0;
		top: 5%;
		z-index: 1;
		font-size: 13px;
	}
	.retho .gra2 {
		left: 27%;
		top: 45%;
		font-size: 13px;
	}
	.retho .gra3 {
		left: 20%;
		top: 75%;
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) {
	.retho img {
		float: left !important;
	}
	.retho {
		min-height: 250px;
		margin: 0 auto;
		display: block;
		float: none;
	}
	.retho .gra1 {
		left: 0;
		top: 5%;
		z-index: 1;
		font-size: 13px;
	}
	.retho .gra2 {
		left: 13%;
		top: 50%;
		font-size: 13px;
	}
	.retho .gra3 {
		left: 8%;
		top: 85%;
		font-size: 13px;
	}
}
#search-btn-selector-dropdown {
	position: absolute;
	background: #fff;
	left: -43px;
	width: 200px;
	z-index: 999;
	padding: 10px;
	padding-left: 15px;
	top: 48px;
	box-shadow: 0px 0px 6px 4px rgba(0, 0, 0, 0.05);
	border-radius: 3px;
}
#search-btn-selector-dropdown:before {
	content: "\A";
	border-style: solid;
	border-width: 10px 10px 10px 0;
	border-color: transparent #fff transparent transparent;
	position: absolute;
	left: 13px;
	transform: rotate(90deg);
	top: -14px;
}
#search-btn-selector-dropdown img {
	width: 21px;
	height: 18px;
	margin-right: 7px;
	position: relative;
	top: -2px;
}
#search-btn-selector-dropdown div {
	display: block;
	width: 100%;
	background: transparent;
	border: 0;
	box-shadow: none;
	margin: 6px 0;
	font-size: 14px;
}
.catalog-request-page select {
	width: 100% !important;
	outline: 0 !important;
	border: 0 !important;
	color: #787878 !important;
	font-size: 16px !important;
	padding: 5px 7px !important;
	height: 45px !important;
	border-radius: 3px !important;
	margin-bottom: 20px !important;
	max-width: 350px !important;
	background: #fff !important;
}
.catalog-request-page .select {
	position: relative;
}
.catalog-request-page .select:after {
	content: '';
	display: block;
	position: absolute;
	background: url(../images/downarrow1.png) no-repeat;
	background-size: contain;
	width: 11px;
	height: 10px;
	right: 15px;
	top: 21px;
}
.home-reviews .owl-prev, .home-reviews .owl-next {
	display: none !important;
}
.home-reviews {
	margin-bottom: 60px;
}
#WhatIsOmnibus {
	padding-bottom: 0 !important;
}
#YouTeachOmnibus:after {
	content: '';
	background: url(/images/icons/you-teach-lg-icon.png) center center no-repeat;
	background-size: contain;
	padding: 0;
	display: inline-block;
	width: 50px;
	margin-right: 20px;
	height: 50px;
	position: relative;
	top: -4px;
	float: right;
}
#Self-PacedOmnibus:after {
	content: '';
	background: url(/images/icons/self-paced-lg-icon.png) center center no-repeat;
	background-size: contain;
	padding: 0;
	display: inline-block;
	width: 50px;
	margin-right: 20px;
	height: 50px;
	position: relative;
	top: -4px;
	float: right;
}
#LiveOnlineOmnibus:after {
	content: '';
	background: url(/images/icons/live-online-lg-icon.png) center center no-repeat;
	background-size: contain;
	padding: 0;
	display: inline-block;
	width: 50px;
	margin-right: 20px;
	height: 50px;
	position: relative;
	top: -4px;
	float: right;
}
#Omnibus-TheTextbooks:after {
	content: '';
	background: url(/images/icons/live-online-lg-icon.png) center center no-repeat;
	background-size: contain;
	padding: 0;
	display: inline-block;
	width: 50px;
	margin-right: 20px;
	height: 50px;
	position: relative;
	top: -4px;
	float: right;
}
@media screen and (max-width: 991px) {
	.generic-column ul {
		float: none !important;
		display: block !important;
		margin: 0 auto !important;
		width: 50% !important;
		min-width: 300px !important;
		margin-bottom: 0 !important;
	}
}
/****************************
 7777777   666666    888888
      7    6         8    8
     7     666666    888888
    7      6    6    8    8
   7       666666    888888
****************************/

@media (max-width: 768px) {
	/*********23A-HEADER********/
	.mega_menu section {
		min-height: 0 !important;
	}
	.hide-mobile {
		display: none !important;
	}
	.show-mobile {
		display: block !important;
	}
	.no-mobile {
		display: none !important;
	}
	.yes-mobile {
		display: block !important;
	}
	.full-width-block {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.search_main.col-xs-12 {
		padding: 0 !important;
	}
	.search_bt {
		top: 18px !important;
	}
	.text_image figure {
		padding: 0 !important;
	}
	.text-overlay {
		top: 5% !important;
		left: 10% !important;
		text-align: center;
	}
	.text-overlay h4 {
		font-size: 30px !important;
	}
	.staff-box .col-sm-6, .staff-box .col-sm-4 {
		margin-bottom: 10px;
	}
	.online_banner p {
		display: none !important;
	}
	.veritas1 .banner_cnt h2 {
		font-size: 35px !important;
	}
	/****23B-INNER-CONTENT-1****/
	.row.sameh [class*="col-"] {
		float: left;
		display: block;
		vertical-align: initial;
	}
	.vertical-center {
		padding: 0;
		position: relative !important;
		top: initial !important;
		margin: 0 !important;
	}
	.vertical-center p {
		margin-bottom: 0 !important;
	}
	.text_image_main h2 {
		font-size: 30px !important;
		line-height: 35px !important;
	}
	.text_image_main p:last-child {
		margin-bottom: 0 !important;
	}
	.vertical-center {
		padding-top: 15px;
	}
	.generic-column img.page-img {
		max-width: 100% !important;
	}
	.mobile-image {
		display: block !important;
	}
	.screen-image {
		display: none !important;
	}
	.small-column {
		max-width: 100%;
	}
	.problems-section .problems-left {
		padding-left: 40px !important;
		padding-right: 0 !important;
		float: none !important;
	}
	.problems-section .problems-right {
		padding-left: 40px !important;
	}
	/*****23C-BANNER-HEADER*****/
	.header_main_in .col-sm-3 a img {
		display: block;
		margin: 0 auto;
		margin-top: 14px;
		margin-bottom: -5px;
	}
	.preview-text {
		margin-bottom: 15px;
	}
	/******23D-BLOG-ENTRY*******/
	#blog-list-section .t2 img {
		height: 400px!important;
	}
	/***23E-FULL-WIDTH-BLOCK****/
	.full-width-block h2 {
		font-size: 22px;
		line-height: 42px;
	}
	/*****23F-COURSES-BLOCK*****/
	.courses-block h1 {
		font-size: 30px !important;
	}
	.courses-block {
		margin: 0 !important;
	}
	.js-tab-holder #tab1, .js-tab-holder #tab2, .js-tab-holder #tab3, .js-tab-holder #tab4, .js-tab-holder #tab5, .js-tab-holder #tab6, .js-tab-holder #tab7, .js-tab-holder #tab8 {
		max-width: 100% !important;
	}
	.courses-slide {
		width: 100% !important;
		padding: 0 15px !important;
		margin: 0 !important;
	}
	.courses-slide .info {
		width: 100% !important;
	}
	.courses-slide .info h2 {
		text-align: center !important;
	}
	.courses-slide .lessons {
		float: none !important;
		clear: both !important;
		padding: 0 !important;
	}
	/****23G-GENERIC-COLUMN****/
	.generic-column, .squares-with-text {
		padding-top: 15px !important;
		padding-bottom: 15px !important;
	}
	.generic-column img {
		max-width: 100%;
	}
}
/*24*/

/****************************
  555555   222222   666666
  5             2   6     
  555555   222222   666666
       5   2        6    6
  555555   222222   666666
****************************/

@media screen and (max-width: 526px) {
	.video-block iframe {
		height: 300px !important;
	}
	.more li {
		float: right !important;
	}
}
/*25*/

/****************************
  4    4   000000    000000
  4    4   0    0    0    0
  444444   0    0    0    0
       4   0    0    0    0
       4   000000    000000
****************************/

@media screen and (max-width: 400px) {
	.banner_list figure img, .banner_list figure video {
		height: 200px !important;
	}
	.home_banner .banner_list figure img, .banner_list figure video {
		height: 400px !important;
	}
	.submit-section input {
		display: block !important;
		margin: 10px auto !important;
	}
	.video-block iframe {
		height: 200px !important;
	}
}
/*///////////////////////////
/	26 OUR HISTORY			/
///////////////////////////*/

.history-page .cd-container {
	width: 90%;
	max-width: 1170px;
	margin: 0 auto;
}
.history-page .cd-container::after {
	content: '';
	display: table;
	clear: both;
}
.history-page #cd-timeline {
	position: relative;
	padding: 5em 0;
	margin: 0 auto;
}
.history-page #cd-timeline::before {
	content: '';
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 2px;
	background: #f0ae32;
}
@media only screen and (min-width: 1170px) {
	.history-page #cd-timeline::before {
		left: 50%;
		margin-left: -2px;
	}
}
.history-page .cd-timeline-block {
	position: relative;
	margin: 5em 0;
}
.history-page .cd-timeline-block:after {
	content: "";
	display: table;
	clear: both;
}
.history-page .cd-timeline-block:first-child {
	margin-top: 0;
}
.history-page .cd-timeline-block:last-child {
	margin-bottom: 0;
}
@media only screen and (min-width: 1170px) {
	.history-page .cd-timeline-block {
		margin: 5em 0;
	}
	.history-page .cd-timeline-block:first-child {
		margin-top: 0;
	}
	.history-page .cd-timeline-block:last-child {
		margin-bottom: 0;
	}
}
.history-page .cd-timeline-img {
	position: absolute;
	top: 3em;
	left: 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
}
.history-page .cd-timeline-img img {
	display: block;
	width: 24px;
	height: 24px;
	position: relative;
	left: 50%;
	top: 50%;
	margin-left: -12px;
	margin-top: -12px;
}
.history-page .cd-timeline-block:nth-child(3n+1) .cd-timeline-img {
	background: #fff;
	border: 2px solid #f0ae32;
}
.history-page .cd-timeline-block:nth-child(3n+2) .cd-timeline-img {
	background: #fff;
	border: 2px solid #f0ae32;
}
.history-page .cd-timeline-block:nth-child(3n+3) .cd-timeline-img {
	background: #fff;
	border: 2px solid #f0ae32;
}
@media only screen and (min-width: 1170px) {
	.history-page .cd-timeline-img {
		width: 15px;
		height: 15px;
		left: 50%;
		margin-left: -9px;
		/* Force Hardware Acceleration in WebKit */
		-webkit-transform: translateZ(0);
		-webkit-backface-visibility: hidden;
	}
	.history-page .cssanimations .cd-timeline-img.is-hidden {
		visibility: hidden;
	}
	.history-page .cssanimations .cd-timeline-img.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-1 0.6s;
		-moz-animation: cd-bounce-1 0.6s;
		animation: cd-bounce-1 0.6s;
	}
}
@-webkit-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
	}
}
@-moz-keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-moz-transform: scale(0.5);
	}
	60% {
		opacity: 1;
		-moz-transform: scale(1.2);
	}
	100% {
		-moz-transform: scale(1);
	}
}
@keyframes cd-bounce-1 {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.5);
		-moz-transform: scale(0.5);
		-ms-transform: scale(0.5);
		-o-transform: scale(0.5);
		transform: scale(0.5);
	}
	60% {
		opacity: 1;
		-webkit-transform: scale(1.2);
		-moz-transform: scale(1.2);
		-ms-transform: scale(1.2);
		-o-transform: scale(1.2);
		transform: scale(1.2);
	}
	100% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}
.history-page .cd-timeline-content {
	position: relative;
	margin-left: 60px;
	background: white;
	border-radius: 0.25em;
	padding: 1em;
}
.history-page .cd-timeline-content:after {
	content: "";
	display: table;
	clear: both;
}
.history-page .cd-timeline-content h2 {
	color: #005688;
	font-family: 'Circular-Bold';
}
.history-page .cd-timeline-content p {
	color: #303030;
}
.history-page .cd-timeline-content p, .cd-timeline-img i, .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
	font-size: 16px;
}
.history-page .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
	display: inline-block;
}
.history-page .cd-timeline-content p {
	margin: 1em 0;
	line-height: 1.6;
}
.history-page .cd-timeline-content .cd-date {
	float: left;
	padding: .8em 0;
}
/*.history-page .cd-timeline-content .cd-date img {
	border-radius: 50%;
}*/

.history-page .even-event .cd-date img {
	float: right;
}
.history-page .even-event h2, .even-event p, .even-event a {
	float: left;
	clear: both;
}
.history-page .even-event h2, .even-event p {
	text-align: left;
}
.history-page .odd-event .cd-date img {
	float: left;
}
.history-page .odd-event h2, .odd-event p, .odd-event a {
	float: right;
	clear: both;
}
.history-page .odd-event h2, .odd-event p {
	text-align: right;
}
.history-page .cd-timeline-content::before {
	content: '';
	position: absolute;
	top: 16px;
	right: 100%;
	height: 0;
	width: 0;
	border: 7px solid transparent;
	border-right: 7px solid white;
}
@media screen and (max-width: 600px) {
	.under-blocks-section {
		max-width: 100% !important;
		width: 100% !important;
		margin: 0 auto !important;
	}
}
@media only screen and (min-width: 768px) {
	.history-page .cd-timeline-content h2 {
		font-size: 35px;
	}
	.history-page .cd-timeline-content p {
		font-size: 16px;
	}
	.history-page .cd-timeline-content .cd-read-more, .cd-timeline-content .cd-date {
		font-size: 16px;
	}
}
@media screen and (max-width: 768px) {
	.history-page .odd-event h2, .odd-event p, .odd-event a {
		float: left;
	}
	.history-page .cd-timeline-img {left: 9px;}
	.odd-event p {text-align: left;}
}
@media only screen and (min-width: 1170px) {
	.history-page .cd-timeline-content {
		margin-left: 0;
		padding: 1.6em;
		width: 45%;
	}
	.history-page .cd-timeline-content::before {
		top: 24px;
		left: 100%;
		border-color: transparent;
		border-left-color: white;
	}
	.history-page .cd-timeline-content .cd-date {
		position: absolute;
		width: 100%;
		left: 122%;
		top: 6px;
		font-size: 16px;
	}
	.history-page .cd-timeline-block:nth-child(even) .cd-timeline-content {
		float: right;
	}
	.history-page .cd-timeline-block:nth-child(even) .cd-timeline-content::before {
		top: 24px;
		left: auto;
		right: 100%;
		border-color: transparent;
		border-right-color: white;
	}
	.history-page .cd-timeline-block:nth-child(even) .cd-timeline-content .cd-date {
		left: auto;
		right: 122%;
		text-align: right;
	}
	.history-page .cssanimations .cd-timeline-content.is-hidden {
		visibility: hidden;
	}
	.history-page .cssanimations .cd-timeline-content.bounce-in {
		visibility: visible;
		-webkit-animation: cd-bounce-2 0.6s;
		-moz-animation: cd-bounce-2 0.6s;
		animation: cd-bounce-2 0.6s;
	}
}
@media only screen and (min-width: 1170px) {
	/* inverse bounce effect on even content blocks */
	.history-page .cssanimations .cd-timeline-block:nth-child(even) .cd-timeline-content.bounce-in {
		-webkit-animation: cd-bounce-2-inverse 0.6s;
		-moz-animation: cd-bounce-2-inverse 0.6s;
		animation: cd-bounce-2-inverse 0.6s;
	}
}
@-webkit-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-moz-transform: translateX(-100px);
	}
	60% {
		opacity: 1;
		-moz-transform: translateX(20px);
	}
	100% {
		-moz-transform: translateX(0);
	}
}
@keyframes cd-bounce-2 {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100px);
		-moz-transform: translateX(-100px);
		-ms-transform: translateX(-100px);
		-o-transform: translateX(-100px);
		transform: translateX(-100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-moz-transform: translateX(20px);
		-ms-transform: translateX(20px);
		-o-transform: translateX(20px);
		transform: translateX(20px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
@-webkit-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0);
	}
}
@-moz-keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-moz-transform: translateX(100px);
	}
	60% {
		opacity: 1;
		-moz-transform: translateX(-20px);
	}
	100% {
		-moz-transform: translateX(0);
	}
}
@keyframes cd-bounce-2-inverse {
	0% {
		opacity: 0;
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
	}
	60% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-moz-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		-o-transform: translateX(-20px);
		transform: translateX(-20px);
	}
	100% {
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		-ms-transform: translateX(0);
		-o-transform: translateX(0);
		transform: translateX(0);
	}
}
.history-page .banner_cnt p {
	padding-bottom: 0 !important;
}
.row-centered {
	text-align: center;
}
.col-centered {
	display: inline-block;
	float: none;
	/* reset the text-align */
	text-align: left;
	/* inline-block space fix */
	margin-right: -4px;
}
.note .add-to-cart {
	margin: 0px auto !important;
	height: 38px;
	line-height: 38px;
	width: 145px;
	font-size: 16px !important;
	font-weight: normal !important;
	color: #ffffff !important;
	display: none;
}
.courses li:hover .note .add-to-cart {
	display: block !important;
}
.search_drop_main2 .search_list {
	min-height: 300px;
}
.active-on {
	background-color: #fff;
}
.search_list {
	padding: 10px 0;
	background: transparent;
}
.search_list ul li {
	padding: 2px 6%;
	margin: 0;
	display: block;
}
.search_list ul {
	width: 100%;
}
.search_list .level-2 {
	padding: 2px 6%;
}
.search_list .level-3 {
	padding: 2px 6%;
}
.level-2 .search_list {
	padding: 10px 0;
}
.level-3 .search_list {
	padding: 10px 0;
}
.search_list ul li h3 {
	padding: 3px 5px;
}
.second-column {
	position: absolute;
	top: 0;
}
.third-column {
	position: absolute;
	top: 0;
}
.fourth-column {
	position: absolute;
	top: 0;
}
.mega_menu .fourth-column ul li a span:hover {
	color: #fff !important;
}
.six-items {
	padding: 15px 0 !important;
}
.eight-items {
	padding: 15px 0 !important;
}
.nine-items {
	padding: 15px 0 !important;
}
.six-items .specific-class {
	display: inline-block;
	margin: 2px;
	padding: 0;
	max-width: 30%;
}
.eight-items .specific-class {
	display: inline-block;
	margin: 2px;
	padding: 0;
	max-width: 23%;
}
.nine-items .specific-class {
	display: inline-block;
	margin: 2px;
	padding: 0;
	max-width: 30%;
}
.twelve-items .specific-class {
	display: inline-block;
	margin: 2px;
	padding: 0px;
	max-width: 23%;
}
.specific-class {
	position: relative;
}
.specific-class img {
	opacity: .6;
}
.specific-class span {
	font-size: 16px;
	color: #ffffff !important;
	display: block;
	padding: 0;
	margin: 0 auto;
	font-family: 'Circular-Bold';
	line-height: 16px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	top: 40%;
}
.curriculum-menu .container {
	min-height: 400px;
}
.search_list.mega-nav {
	width: 16% !important;
	position: relative;
}
.search_list.second-column h3 {
	line-height: 23px;
}
@media screen and (max-width: 991px) {
	.curriculum-menu .container {
		min-height: 220px !important;
	}
	.search_list.mega-nav {
		width: 15% !important;
		position: relative;
	}
}
.search_list ul li:hover {
	background: #f3f3f3 !important;
}
@media screen and (max-width: 768px) {
	.second-column {
		position: relative !important;
		top: initial !important;
		background: #fff !important;
	}
	.third-column {
		position: relative !important;
		top: initial !important;
		background: #fff !important;
	}
	.fourth-column {
		position: relative !important;
		top: initial !important;
		background: #fff !important;
	}
	.specific-class img {
		display: none !important;
	}
	.specific-class span {
		display: block !important;
		position: relative !important;
		left: 0 !important;
		top: 0 !important;
		color: #000 !important;
		text-align: left !important;
	}
	.six-items .specific-class, .eight-items .specific-class, .nine-items .specific-class, .twelve-items .specific-class {
		display: block !important;
		max-width: 100% !important;
	}
	.search_list ul li a {
		background: transparent !important;
	}
	.search_list {
		min-height: 0 !important;
	}
	.search_list ul li {
		width: 100% !important;
		display: block !important;
		padding: 0 !important;
		margin: 0 !important;
		clear: both;
	}
	.specific-class span {
		display: block !important;
		padding: 2px !important;
		margin: 2px 0 !important;
		width: 100% !important;
	}
	.search_list ul h3 {
		display: block !important;
		padding: 2px !important;
		margin: 0 !important;
		width: 100% !important;
	}
	.search_list.mega-nav {
		width: 100% !important;
	}
	.specific-class {
		margin: 2px 0 !important;
	}
	.boxer .first-link {
		margin-top: 15px !important;
	}
	.search_list ul li {
		border-bottom: 1px solid #f3f3f3 !important;
		margin: 0 !important;
	}
	.search_list ul li:hover {
		background: #ffffff !important;
	}
	.search_list ul li.a {
		border-bottom: 1px solid #fff !important;
	}
	.search_list ul li.active-on {
		background: #fff !important;
		border-bottom: 1px solid #fff !important;
	}
	.search_list ul h3 {
		position: relative;
	}
	.search_list ul h3:after {
		content: '';
		display: block;
		position: absolute;
		background: url(../images/downarrow1.png) no-repeat;
		background-size: contain;
		width: 11px;
		height: 10px;
		right: 5px;
		top: 15px;
		transform: rotate(-90deg);
	}
	.search_list ul h3.active-now:after {
		content: '';
		display: block;
		position: absolute;
		background: url(../images/downarrow1.png) no-repeat;
		background-size: contain;
		width: 11px;
		height: 10px;
		right: 8px;
		top: 17px;
		transform: rotate(0deg);
	}
	.search_list ul li {
		background: #fff !important;
	}
	.search_list ul h3.active-now {
		background: #f3f3f3 !important;
	}
	.search_list ul li h3 {
		padding: 11px 11px !important;
	}
	.search_list {
		padding: 0 !important;
	}
	.search_list.second-column li {
		float: right !important;
		max-width: 97% !important;
	}
	.search_list.third-column li {
		float: right !important;
		max-width: 93% !important;
		margin-right: 3% !important;
	}
	.search_list.fourth-column li {
		float: right !important;
		max-width: 89% !important;
		margin-right: 7% !important;
	}
	.shop_list .shop_histo ul, .fam_app section, .shop_list .shop_histo:last-child {
		display: none !important;
	}
	.shop_cart {
		display: block !important;
		width: 100% !important;
		float: left !important;
		min-height: 40px !important;
	}
	.shop_histo span {
		float: left !important;
		margin-left: 15px !important;
	}
	.account {
		display: block !important;
		width: 100% !important;
		float: left !important;
		border: 0 !important;
		min-height: 40px !important;
	}
	.account ul {
		padding: 0 !important;
	}
	.search_list ul li h3 {
		font-size: 16px !important;
	}
	.fourth-column span {
		font-size: 16px !important;
		font-weight: bold !important;
		font-family: 'Circular-Book', sans-serif !important;
	}
}
.centernav ul {
	width: 32%;
	display: inline-block;
	vertical-align: top;
}
.boxer {
	border: 0;
	background: #f4f8fb;
	padding: 38px 15px;
	padding-left: 38px;
}
.centernav h2 {
	text-align: center;
	color: #0E6087;
	padding-right: 23px;
	transition: linear .2s;
}
.centernav h2:hover {
	color: #000;
	transition: linear .2s;
	text-decoration: underline;
}
.centernav {
	margin-bottom: 15px;
}
.centernav ul {
	width: 32%;
	display: inline-block;
}
.centernav ul li span {
	font-weight: normal !important;
	line-height: 18px !important;
	color: #9B9B9B !important;
	font-size: 16px !important;
}
.centernav li, .blocks li {
	display: block;
	clear: both;
}
.search-drop-2 ul li a {
	font-weight: normal !important;
}
.first-link, .search-drop-2 ul li:first-child {
	font-weight: bold !important;
}
.boxer span {
	font-family: 'Circular-Book', sans-serif !important;
}
.search-drop-2 li:first-child a {
	padding: 10px 0 5px 0 !important;
	margin: 0 !important;
	font-family: 'Circular-Book', sans-serif !important;
	font-size: 18px !important;
	line-height: 18px !important;
	color: #0E6087!important;
	font-weight: bold !important;
	transition: linear .2s;
}
.search-drop-2 li:first-child a:hover {
	transition: linear .2s;
	text-decoration: underline;
}
.sp-icon-li a, .yt-icon-li a, .lo-icon-li a {
	vertical-align: top;
	margin-top: 5px !important;
}
.search-drop-2 .boxer ul:first-child .first-link:before, .yt-icon-li:before {
	content: '';
	background: url(/images/icons/live-online-icon.png) center center no-repeat;
	background-size: contain;
	padding: 0;
	display: inline-block;
	width: 34px;
	margin-right: 10px;
	height: 26px;
}
.search-drop-2 .boxer ul:nth-child(2) .first-link:before, .sp-icon-li:before {
	content: '';
	background: url(/images/icons/self-paced-icon.png) center center no-repeat;
	background-size: contain;
	padding: 0;
	display: inline-block;
	width: 34px;
	margin-right: 10px;
	height: 26px;
}
.search-drop-2 .boxer ul:nth-child(3) .first-link:before, .lo-icon-li:before {
	content: '';
	background: url(/images/icons/you-teach-icon.png) center center no-repeat;
	background-size: contain;
	padding: 0;
	display: inline-block;
	width: 34px;
	margin-right: 10px;
	height: 26px;
}
.search-drop-2 .col-sm-2:last-child .blocks li:first-child:before {
	content: '';
	background: url(/images/icons/scholars-academy-icon.png) center center no-repeat;
	background-size: contain;
	padding: 0;
	display: block;
	width: 60px;
	margin: 10px auto;
	margin-top: 0;
	height: 60px;
	position: relative;
	top: 10px;
}
.sp-icon-h3:before {
	content: '';
	background: url(/images/icons/self-paced-icon.png) center center no-repeat;
	background-size: contain;
	padding: 0;
	display: inline-block;
	width: 26px;
	margin-right: 10px;
	height: 20px;
}
.lo-icon-h3:before {
	content: '';
	background: url(/images/icons/live-online-icon.png) center center no-repeat;
	background-size: contain;
	padding: 0;
	display: inline-block;
	width: 26px;
	margin-right: 10px;
	height: 20px;
}
.yt-icon-h3:before {
	content: '';
	background: url(/images/icons/you-teach-icon.png) center center no-repeat;
	background-size: contain;
	padding: 0;
	display: inline-block;
	width: 25px;
	margin-right: 10px;
	height: 20px;
	position: relative;
	top: 2px;
}
.search_list .yt-icon-h3:after {
	content: '';
	background: url(/images/icons/right-arrow-nav.png) center center no-repeat;
	position: absolute;
	background-size: contain;
	padding: 0;
	display: inline-block;
	margin: 0;
	width: 10px;
	height: 12px;
	right: 0px;
	bottom: 6px;
}
.search_list .sp-icon-h3:after {
	content: '';
	background: url(/images/icons/right-arrow-nav.png) center center no-repeat;
	position: absolute;
	background-size: contain;
	padding: 0;
	display: inline-block;
	margin: 0;
	width: 10px;
	height: 12px;
	right: 0px;
	bottom: 6px;
}
.search_list .lo-icon-h3:after {
	content: '';
	background: url(/images/icons/right-arrow-nav.png) center center no-repeat;
	position: absolute;
	background-size: contain;
	padding: 0;
	display: inline-block;
	margin: 0;
	width: 10px;
	height: 12px;
	right: 0px;
	bottom: 6px;
}
.second-column h3:after {
	content: '';
	background: url(/images/icons/right-arrow-nav.png) center center no-repeat;
	position: absolute;
	background-size: contain;
	padding: 0;
	display: inline-block;
	margin: 0;
	width: 10px;
	height: 12px;
	right: 0px;
	bottom: 6px;
}
.third-column h3:after {
	content: '';
	background: transparent;
	position: absolute;
	background-size: contain;
	padding: 0;
	display: inline-block;
	margin: 0;
	width: 0;
	height: 0;
	right: 0px;
	bottom: 5px;
}
.flex-col-center {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.YouTeach3ways {
	color: #104D75 !important;
	font-family: 'Circular-Bold' !important;
	text-align: left !important;
	font-weight: bold !important;
	font-size: 42px !important;
	margin-bottom: 30px !important;
	padding-bottom: 0 !important;
}
#SelfPaced3ways, #LiveOnline3ways {
	margin: 0 0 30px 0;
	text-align: left;
}
.YouTeach3ways:before {
	content: '';
	background: url(/images/icons/you-teach-lg-icon.png) center center no-repeat;
	background-size: contain;
	padding: 0;
	display: inline-block;
	width: 50px;
	margin-right: 20px;
	height: 50px;
	position: relative;
	top: 2px;
}
#SelfPaced3ways:before {
	content: '';
	background: url(/images/icons/self-paced-lg-icon.png) center center no-repeat;
	background-size: contain;
	padding: 0;
	display: inline-block;
	width: 50px;
	margin-right: 20px;
	height: 50px;
	position: relative;
	top: 2px;
}
#LiveOnline3ways:before {
	content: '';
	background: url(/images/icons/live-online-lg-icon.png) center center no-repeat;
	background-size: contain;
	padding: 0;
	display: inline-block;
	width: 50px;
	margin-right: 20px;
	height: 50px;
	position: relative;
	top: 2px;
}
.yellow-center {
	display: block;
}
.search_list ul li h3 {
	position: relative;
}
.search-drop-2 .col-sm-2:first-child .blocks {
	margin-top: 7px;
}
.search-drop-2 span, .search-drop-2 a {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}
.main_menu .container:first-child .row:first-child {
	margin-bottom: 24px;
	margin-top: 5px;
}
@media screen and (max-width: 768px) {
	.search-drop-2 .col-sm-2:first-child .blocks {
		margin-bottom: 30px;
	}
	.search-drop-2 .col-sm-2:last-child .blocks li:first-child a {
		display: inline-block !important;
	}
}
@media screen and (max-width: 767px) {
	.centernav h2 {
		text-align: left !important;
	}
}
.mega_menu ul.blocks {
	width: 100% !important;
}
.boxer span:hover, .search-drop-2 ul li a:hover {
	font-weight: bold !important;
	color: #000 !important;
}
#main-navbar.sticky {
	position: fixed !important;
	width: 100% !important;
}
#sub-nav.sticky {
	position: fixed !important;
	width: 100% !important;
}
@media screen and (max-width: 1170px) {
	.level-1 {
		padding-left: 0 !important;
		padding-right: 2px !important;
	}
	.level-1 h3 {
		font-size: 16px !important;
		padding-right: 0 !important;
		padding-left: 0 !important;
	}
	.level-1 .sp-icon-h3:before {
		height: 17px !important;
		width: 24px !important;
		margin-right: 5px !important;
	}
	.level-1 .yt-icon-h3:before {
		height: 17px !important;
		width: 24px !important;
		margin-right: 5px !important;
	}
	.level-1 .lo-icon-h3:before {
		height: 17px !important;
		width: 24px !important;
		margin-right: 5px !important;
	}
}
@media screen and (max-width: 1250px) {
	.search-drop-2 li.smaller-font-mobile a {
		font-size: 16px !important;
	}
}
@media screen and (max-width: 1100px) {
	.search-drop-2 li.smaller-font-mobile a {
		font-size: 13px !important;
	}
}
@media screen and (max-width: 880px) {
	.search-drop-2 li.smaller-font-mobile a {
		font-size: 11px !important;
	}
}
@media screen and (max-width: 768px) {
	.search-drop-2 li.smaller-font-mobile a {
		font-size: 18px !important;
	}
}
.show-1248-mobile {
	display: none !important;
}
@media screen and (max-width: 1248px) {
	.hide-1248-mobile {
		display: none !important;
	}
	.show-1248-mobile {
		display: block !important;
	}
}
.sin_up {
	padding-top: 5px;
}
.sin_up ul>li>a {
	border: 2px solid #fff !important;
	line-height: 37px !important;
	height: 40px;
}
.sin_up ul>li>a.active {
	border: 2px solid #186ea8 !important;
}
.sin_up ul>li>a:hover {
	border: 2px solid #186ea8 !important;
	line-height: 37px !important;
}
.sin_up ul>li>a.active:hover {
	padding: 0;
	margin: 0;
	background: #fff;
	border: 2px solid #186ea8 !important;
	color: #186ea8;
	text-decoration: none !important;
	transition: linear .2s;
}
.h4s h4 {
	font-size: 16px !important;
}
.second-column h4, .fourth-column h4 {
	display: none;
}
@media screen and (max-width: 768px) {
	.second-column h4, .fourth-column h4 {
		display: block;
	}
}
.available-in {
	color: #999;
	font-size: 16px;
	text-transform: none !important;
	line-height: 36px;
}
.available-in span {
	border-left: 1px solid #999;
	color: #999;
	font-size: 16px;
}
.available-in span:first-child {
	border-left: 0;
}
.product-options-bottom .price-box .price-container .price, .product-info-price .price-box .price-container .price, .price-configured_price .price {
	font-size: 25px;
	color: #4A4A4A;
	font-family: 'Circular-Book', sans-serif;
}
.product-info-main .product-info-price {
	min-height: 140px;
	display: block;
}
.product-info-stock-sku {
	padding-left: 0 !important;
	text-align: left !important;
	display: inline-block;
	width: 70%;
}
.product-info-main .product-info-price .price-box {
	display: block;
	vertical-align: top;
	width: 100%;
}
.product-info-stock-sku .stock, .product.attribute.sku strong, .product-info-main .product-social-links, .box-tocart label, .box-tocart .field.qty {
	display: none !important;
}
.product.attribute.sku .value {
	display: none !important;
}
.product.attribute.overview .value {
	padding: 10px 0;
	margin: 15px 0;
	border-top: 1px solid #9B9B9B;
	border-bottom: 1px solid #9B9B9B;
}
.product-info-price p {
	display: inline-block;
	margin-bottom: 0;
}
.product-add-form {
	width: 46.66%;
	min-width: 600px;
	margin: 0 auto;
	display: block;
}
.action.back.customization, .sidebar.sidebar-main, .sidebar.sidebar-additional, .bundle-options-wrapper .product-options-wrapper p.required, #bundleSummary {
	display: none;
}

.account .sidebar.sidebar-main { display: inherit; }

.product-info-main .bundle-info .product-image-container, .product-info-main .bundle-info .product-details .stock, .product-info-main .bundle-info .product-details .product-addto-links {
	display: none;
}
.product-info-main .bundle-info .product-details .product.name {
	font-size: 32px;
    line-height: 36px;
    text-align: left;
    width: 60%;
    display: block;
    max-width: 500px;
    min-width: 400px;
    margin-bottom: 15px;
}
#bundle-slide {
	font-size: 1.6rem !important;
    border-radius: 25px;
    height: 45px;
    text-align: center;
    text-transform: none;
    margin: 0 !important;
    background: #186ea8 !important;
    border: 2px solid #186ea8 !important;
    line-height: 15px;
    width: 250px;
    outline: none;
    color: #fff;
}
#bundle-slide:hover, #bundle-slide:focus, #bundle-slide:active {
	background: #fff !important;
    color: #186ea8 !important;
    outline: none;
}
.product-options-wrapper .field.option {
	margin-bottom: 5px;
}
.product-options-wrapper select, .product-options-wrapper select:active, .product-options-wrapper select:hover, .product-options-wrapper select:focus {
	border: 1px solid #186da7;
    border-radius: 7px;
    padding: 4px 15px;
    color: #176EA7;
    font-size: 14px;
    font-family: 'Circular-Book', sanas-serif;
    font-weight: 400;
    line-height: 14px;
    background: #fff;
    outline: none;
}
.product-options-wrapper .field.option label:first-child {
	display: block;
	width: 100%;
	color: #176EA7;
	border: 1px solid #176EA7;
	border-radius: 25px;
	text-align: left;
	padding: 15px 35px;
	font-size: 22px;
	line-height: 22px;
	background: #fff;
	margin: 0;
}
.product-options-wrapper .field.option label:first-child span {
	position: relative;
    display: block;
    vertical-align: top;
    font-size: 22px;
    line-height: 22px;
    margin-top: -7px;
}
.product-options-wrapper .field.option label.active {
	background: #176EA7;
	color: #fff;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.product-info-price .price-box.price-final_price {
	display: none;
}
span.Bible:before, span.Art:before, span.History:before, span.English:before, span.Math:before, span.Reading:before, span.Grammar:before, span.GrammarWriting:before, span.Geography:before, span.Latin:before, span.Linguistics:before, span.Literature:before, span.Music:before, span.MemoryPeriod:before, span.Reading:before, span.Logic:before, span.OmnibusPrimary:before, span.OmnibusSecondary:before, span.Science:before, span.Rhetoric:before, span.Languages:before {
	content: "";
    width: 28px;
    height: 28px;
    position: relative;
    top: 6px;
    margin: 0 15px 0 0;
    display: inline-block;
}
span.Bible:after, span.Art:after, span.History:after, span.English:after, span.Math:after, span.Reading:after, span.Grammar:after, span.GrammarWriting:after, span.Geography:after, span.Latin:after, span.Linguistics:after, span.Literature:after, span.Music:after, span.MemoryPeriod:after, span.Reading:after, span.Logic:after, span.OmnibusPrimary:after, span.OmnibusSecondary:after, span.Science:after, span.Rhetoric:after, span.Languages:after {
	content: "";
	width: 18px;
    height: 13px;
    position: absolute;
    top: 13px;
    right: 0;
    margin: 0 15px 0 0;
    display: inline-block;
    background: url(/images/blue-down-arrow.png) center center no-repeat;
	background-size: contain;
}
label.active span.Bible:after, label.active span.Art:after, label.active span.History:after, label.active span.English:after, label.active span.Math:after, label.active span.Reading:after, label.active span.Grammar:after, label.active span.GrammarWriting:after, label.active span.Geography:after, label.active span.Latin:after, label.active span.Linguistics:after, label.active span.Literature:after, label.active span.Music:after, label.active span.MemoryPeriod:after, label.active span.Reading:after, label.active span.Logic:after, label.active span.OmnibusPrimary:after, label.active span.OmnibusSecondary:after, label.active span.Science:after, label.active span.Rhetoric:after, label.active span.Languages:after {
    background: url(/images/white-up-arrow.png) center center no-repeat;
	background-size: contain;
}
span.Rhetoric:before {
	background: url(/images/rhetoric-icon-blue.png) center center no-repeat;
	background-size: contain;
}
label.active span.Rhetoric:before {
	background: url(/images/rhetoric-icon-white.png) center center no-repeat;
	background-size: contain;
}
span.Languages:before {
	background: url(/images/languages-icon-blue.png) center center no-repeat;
	background-size: contain;
}
label.active span.Languages:before {
	background: url(/images/languages-icon-white.png) center center no-repeat;
	background-size: contain;
}
span.Logic:before {
	background: url(/images/logic-icon-blue.png) center center no-repeat;
	background-size: contain;
}
label.active span.Logic:before {
	background: url(/images/logic-icon-white.png) center center no-repeat;
	background-size: contain;
}
span.OmnibusPrimary:before {
	background: url(/images/omnibus-primary-icon-blue.png) center center no-repeat;
	background-size: contain;
}
label.active span.OmnibusPrimary:before {
	background: url(/images/omnibus-primary-icon-white.png) center center no-repeat;
	background-size: contain;
}
span.OmnibusSecondary:before {
	background: url(/images/omnibus-secondary-icon-blue.png) center center no-repeat;
	background-size: contain;
}
label.active span.OmnibusSecondary:before {
	background: url(/images/omnibus-secondary-icon-white.png) center center no-repeat;
	background-size: contain;
}
span.Science:before {
	background: url(/images/science-icon-blue.png) center center no-repeat;
	background-size: contain;
}
label.active span.Science:before {
	background: url(/images/science-icon-white.png) center center no-repeat;
	background-size: contain;
}
span.Bible:before {
	background: url(/images/bible-icon-blue.png) center center no-repeat;
	background-size: contain;
}
label.active span.Bible:before {
	background: url(/images/bible-icon-white.png) center center no-repeat;
	background-size: contain;
}
span.Art:before {
	background: url(/images/art-icon-blue.png) center center no-repeat;
	background-size: contain;
}
label.active span.Art:before {
	background: url(/images/art-icon-white.png) center center no-repeat;
	background-size: contain;
}
span.History:before {
	background: url(/images/history-icon-blue.png) center center no-repeat;
	background-size: contain;
}
label.active span.History:before {
	background: url(/images/history-icon-white.png) center center no-repeat;
	background-size: contain;
}
span.English:before {
	background: url(/images/grammar-icon-blue.png) center center no-repeat;
	background-size: contain;
}
label.active span.English:before {
	background: url(/images/grammar-icon-white.png) center center no-repeat;
	background-size: contain;
}
span.Math:before {
	background: url(/images/math-icon-blue.png) center center no-repeat;
	background-size: contain;
}
label.active span.Math:before {
	background: url(/images/math-icon-white.png) center center no-repeat;
	background-size: contain;
}
span.Reading:before {
	background: url(/images/literature-icon-blue.png) center center no-repeat;
	background-size: contain;
}
label.active span.Reading:before {
	background: url(/images/literature-icon-white.png) center center no-repeat;
	background-size: contain;
}
span.Grammar:before {
	background: url(/images/grammar-icon-blue.png) center center no-repeat;
	background-size: contain;
}
label.active span.Grammar:before {
	background: url(/images/grammar-icon-white.png) center center no-repeat;
	background-size: contain;
}
span.GrammarWriting:before {
	background: url(/images/grammar-icon-blue.png) center center no-repeat;
	background-size: contain;
}
label.active span.GrammarWriting:before {
	background: url(/images/grammar-icon-white.png) center center no-repeat;
	background-size: contain;
}
span.Geography:before {
	background: url(/images/geography-icon-blue.png) center center no-repeat;
	background-size: contain;
}
label.active span.Geography:before {
	background: url(/images/geography-icon-white.png) center center no-repeat;
	background-size: contain;
}
span.Latin:before {
	background: url(/images/latin-icon-blue.png) center center no-repeat;
	background-size: contain;
}
label.active span.Latin:before {
	background: url(/images/latin-icon-white.png) center center no-repeat;
	background-size: contain;
}
span.Linguistics:before {
	background: url(/images/linguistics-icon-blue.png) center center no-repeat;
	background-size: contain;
}
label.active span.Linguistics:before {
	background: url(/images/linguistics-icon-white.png) center center no-repeat;
	background-size: contain;
}
span.Literature:before {
	background: url(/images/literature-icon-blue.png) center center no-repeat;
	background-size: contain;
}
label.active span.Literature:before {
	background: url(/images/literature-icon-white.png) center center no-repeat;
	background-size: contain;
}
span.Music:before {
	background: url(/images/music-icon-blue.png) center center no-repeat;
	background-size: contain;
}
label.active span.Music:before {
	background: url(/images/music-icon-white.png) center center no-repeat;
	background-size: contain;
}
span.MemoryPeriod:before {
	background: url(/images/memory-icon-blue.png) center center no-repeat;
	background-size: contain;
}
label.active span.MemoryPeriod:before {
	background: url(/images/memory-icon-white.png) center center no-repeat;
	background-size: contain;
}
@media screen and (max-width: 600px) {
	.product-add-form {
		width: 100%;
		min-width: 0;
	}
}
.product-info-main .product-info-price {
	margin-bottom: 0;
	border-bottom: 0;
}
.product-info-main .product-social-links, .product-info-main .product-add-form {
	display: inline-block;
}
.product-social-links {
	margin-bottom: 0;
}
#product-addtocart-button {
	font-size: 1.6rem !important;
	border-radius: 25px;
	height: 45px;
	text-align: center;
	text-transform: none;
	margin: 0 !important;
	background: #186ea8 !important;
	border: 2px solid #186ea8 !important;
	line-height: 15px;
	width: 200px;
	color: #fff;
}
.bundle-options-wrapper label {color: #176EA7;}
.control {
    font-family: arial;
    display: none;
    background: #fff;
    position: relative;
    margin-bottom: 5px;
    padding: 25px;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid #176EA7;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
}
.control .options-list {
	padding-left: 20px;
}
.bundle-options-wrapper input[type="radio"] {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }
.product-options-wrapper, .bundle-options-wrapper, .product-options-wrapper .fieldset {
	outline: none !important;
}
.field.choice {
	max-width: 100%;
}
.field.choice, .field.qty.qty-holder {
	position: relative;
}
.field.choice label {
	max-width: 100%;
	display: inline-block;
}
.field.choice span:first-child {
	max-width: 100%;
    text-align: left;
    white-space: initial;
}
.field.choice .product-name {
	word-wrap: break-word;
    max-width: 100%;
    display: inline-block;
    text-align: left;
}
.field.choice span {
	text-align: left;
	display: inline-block;
}
.field.qty.qty-holder {
	display: none;
}
.options-list label:before {
	content: "";
    position: absolute;
    display: block;
    top: 4px;
        left: -15px;
    height: 15px;
    width: 15px;
    background: transparent;
    border: 2px solid #176EA7;
    border-radius: 100%;
}
.options-list:hover input[type="radio"] ~ .options-list label:before,
.options-list input[type="radio"]:focus ~ .options-list label:before {
    background: transparent;
}
.options-list input[type="radio"]:checked ~ .options-list label:before {
    background: transparent;
}
.options-list:hover input[type="radio"]:not([disabled]):checked ~ .options-list label:before,
.options-list input[type="radio"]:checked:focus ~ .options-list label:before {
    background: transparent;
}
.options-list input[type="radio"]:disabled ~ .options-list label:before {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.options-list label:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.options-list input[type="radio"]:checked ~ .options-list label:after {
    display: block;
}
.options-list label:after {
    left: 2px;
    top: 2px;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #176EA7;
}
.options-list input[type="radio"]:disabled ~ .options-list label:after {
    background: #7b7b7b;
}
#product-addtocart-button span:before {
	font-family: FontAwesome;
	content: '\f07a';
	font-size: 18px;
	color: #fff;
	margin-right: 15px;
}
/*.product-addto-links .action.tocompare, .action.mailto.friend, .product-add-form .field.qty {display: none !important;}*/
.product-options-wrapper .customizeTitle:after, .product-options-wrapper .fieldset br {
	display: none !important;
}
.customizeTitle {
	border: 0;
	margin:0;
}
.product-options-wrapper .options-list label, .product-options-wrapper .options-list span.product-name {
	background: #fff !important;
	color: #176EA7 !important;
}
.product-options-wrapper .options-list label.active:before {
	background: #176EA7;
}
.product-options-wrapper span.product-name {
	color: #176EA7;
	font-size: 14px;
	font-family: 'Circular-Book', sanas-serif;
	font-weight: 400;
	line-height: 14px;
}
.product-options-wrapper span.price, .product-options-wrapper .price-notice {
	color: #176EA7;
	font-size: 14px;
	font-family: 'Circular-Book', sanas-serif;
	font-weight: 800;
	line-height: 14px;
}
.product-options-wrapper .customizeTitle:after {
	content: 'Customize Your Level Kit';
	font-family: 'Circular-Book', sans-serif;
	font-size: 27px;
	line-height: 32px;
	text-align: center;
	color: #000;
	display: block;
	width: 100%;
	margin: 25px auto;
}
#product-addtocart-button:hover {
	background: #fff !important;
	color: #186ea8 !important;
}
#product-addtocart-button:hover span:before {
	color: #186ea8 !important;
}
.product-social-links .towishlist {
	font-family: 'Circular-Book', sans-serif;
	border-radius: 25px;
	height: 45px;
	text-align: center;
	font-size: 16px;
	line-height: 43px;
	background: #fff !important;
	border: 2px solid #999 !important;
	width: 200px;
	vertical-align: top;
	margin: 0 !important;
	color: #186ea8 !important;
	text-transform: none !important;
}
.bundle-options-container {
	background: #F4F8FB;
	padding-bottom: 50px;
}
.product-options-wrapper .box-tocart:after {
	content: "Have Questions? Call us at (800) 922-5082";
	color: #176EA7;
	text-align: center;
	width: 100%;
	display: block;
	margin: 25px auto 0 auto;
	font-size: 26px;
	line-height: 26px;
	font-weight: 600;
	font-family: 'Circular-Bold', sans-serif;
}
.product-social-links .towishlist:hover {
	background: #186ea8 !important;
	border: 2px solid #186ea8 !important;
	color: #fff !important;
}
.product-social-links .towishlist:before {
	font-family: FontAwesome !important;
	content: '\f005' !important;
}
.product.attribute.overview {
	margin-bottom: 0 !important;
}
.block.related .block-content.content {
	display: block !important;
}
.block.related, .block.upsell {
	float: right;
	width: 40%;
	padding-top: 20px;
	border-top: 2px solid #d6d6d6;
	margin-top: 25px;
}
.block.related .col-sm-4, .block.upsell .col-sm-4 {
	padding-left: 0 !important;
	margin-bottom: 15px;
	min-height: 240px;
}
.bundle-options-container .block-bundle-summary .box-tocart, .box-tocart {
	margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
	.block.related {
		width: 100%;
	}
	.block.related .col-sm-4 {
		padding-left: 15px !important;
	}
}
.product.info.detailed {
	margin: 0 !important;
}
/*
.veritas2 .self_main .follow .gentleselect-label {
	width: 100% !important;
	font-family: 'Circular-Book', sans-serif !important;
	padding: 1px 20px 1px 20px !important;
	font-size: 16px !important;
	line-height: 33px !important;
	color: #1782B6 !important;
	font-weight: normal !important;
	cursor: pointer !important;
	outline: none !important;
	text-align: left !important;
	display: block !important;
	border-radius: 25px !important;
	background: #ffffff !important;
	border: 1px solid #cbcccb !important;
	position: relative !important;
}
.veritas2 .self_main .gentleselect-dialog ul li {
	width: 100%;
}
*/
/*****************************
	Store Login Page
*****************************/
#login-form .control {
	display: block;
	border: 0;
	background: transparent;
	padding: 0;
	margin: 0;
}
.veritas2 .self_main .grade_dp .btn, .grade_dp select {
	height: 37px;
}
.veritas2 .self_main button:focus {
	outline: none !important;
}
@media screen and (max-width: 768px) {
	.veritas2 .self_main .follow ul li.dp1 {
		width: 48% !important;
	}
}
@media screen and (max-width: 500px) {
	.veritas2 .self_main .follow ul li.dp1 {
		width: 100% !important;
	}
}
/*
.veritas2 .self_main .gentleselect-dialog>ul>li:hover a {
	color: #000 !important;
	text-decoration: none !important;
}*/
.page-wrapper {
	clear: both;
}
/*#maincontent .page.messages {
    text-align: center;
    padding: 15px 0;
    font-size: 16px;
    font-weight: bold;
    background: #efefef;
}*/
.toolbar.toolbar-products {
	display: block;
	clear: both;
}
.toolbar.toolbar-products .field.limiter, .toolbar.toolbar-products .label.pages-label, .toolbar.toolbar-products span.label {
	display: none;
}
.toolbar.toolbar-products .item {
	display: inline-block;
	margin: 0 4px;
}
.toolbar.toolbar-products .item a, .toolbar.toolbar-products .item a:hover, .toolbar.toolbar-products .item a:active, .toolbar.toolbar-products .item a:focus {
	text-decoration: none;
}
.toolbar.toolbar-products .item.current strong {
	width: 20px;
    text-align: center;
    height: 20px;
    border-radius: 50%;
    display: block;
}
.toolbar.toolbar-products .item.pages-item-next span, .toolbar.toolbar-products .item.pages-item-previous span {
	display: none;
}
.toolbar.toolbar-products .item.pages-item-next a, .toolbar.toolbar-products .item.pages-item-previous a {
	background: #176EA7 !important;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	display: block;
	text-align: center;
}
.toolbar.toolbar-products .item.pages-item-next a:before {
	content: "\f105";
	font-family: FontAwesome;
	display: block;
	color: #fff;
}
.toolbar.toolbar-products .item.pages-item-previous a:before {
	content: "\f104";
	font-family: FontAwesome;
	display: block;
	color: #fff;
}
.one-product-view-container, .listing-pages, .the-container {
	padding-top: 40px;
}
.the-container {
	padding-bottom: 40px;
}
.listing-pages {
	background: #F4F8FB;
}
.listing-pages .prod_list {
	padding-left: 7px;
	padding-right: 7px;
}
.listing-pages .prod_list .prod {
	background: #fff;
	border: 1px solid #E3E1E6;
	margin-bottom: 14px;
	padding: 0;
}
.listing-pages .prod_list .prod .prod_view, .listing-pages .prod_list .prod .prod_block {
	padding-top: 20px;
	padding-bottom: 20px;
}
.listing-pages .prod_grade a {
	font-size: 12px;
	color: #176EA7;
	font-family: 'Circular-Bold', sans-serif;
	font-weight: 600;
	line-height: 14px;
	text-decoration: none;
}
.listing-pages .prod_grade ul {
	display: none;
}
.listing-pages section.prod_cnt h2 {
	margin: 0 0 10px 0;
}
.listing-pages section.prod_cnt h2 a {
	color: #4A4A4A;
	font-size: 18px;
	line-height: 20px;
	text-decoration: none;
	font-family: 'Circular-Book', sans-serif;
	font-weight: 400;
}
.listing-pages .price-box .price {
	color: #9B9B9B;
	display: block;
	font-size: 16px;
	line-height: 18px;
	font-family: 'Circular-Book', sans-serif;
	font-weight: 400;
	margin-bottom: 10px;
}
.listing-pages .prod_cnt p {
	color: #9B9B9B;
	font-size: 14px;
	line-height: 16px;
	font-family: 'Circular-Book', sans-serif;
	font-weight: 400;
	margin-bottom: 51px;
}
.column.main .slider-container {display: none;}

.grade-list-title, subject-list-title {
	font-weight: 600;
}
.grade-dropdown {
	padding-left: 15px;
}
span.active .toolbar-blue-arrow {
	transform: rotate(180deg);
	transition: transform .5s;
}
.veritas2 .follow .opener ul li {
	margin-right: 0 !important;
}
.pages .item .action.next .pages .item .action.prev, .pages .action {
	color: #fff !important;
	background: #186ea8 !important;
}
.pages .action.next:before, .pages .action.previous:before, .pages .action.previous:visited:before, .pages .action:visited {
	color: #fff !important;
}
.pages .action {
	box-shadow: inset 0 1px 0 0 #186ea8, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3) !important;
	border: 0 !important;
}
.pages strong.page {
	background: #186ea8 !important;
	color: #fff !important;
}
.fotorama-item.fotorama.fotorama--fullscreen {
	z-index: 100000 !important;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(0, 0, 0, .6);
	height: 100%;
}
.fotorama__wrap.fotorama__wrap--css3.fotorama__wrap--slide {
	margin: 0 auto;
	display: block;
}
.fotorama__wrap.fotorama__wrap--css3.fotorama__wrap--slide .fotorama__stage {
	margin-top: 10%;
	position: relative;
}
.fotorama__stage .fotorama__fullscreen-icon {
	z-index: 10001;
	position: absolute;
	right: 0;
	top: 0;
	width: 28px;
	height: 28px;
}
.fotorama__stage .fotorama__fullscreen-icon:before {
	content: "\f00d";
	font-family: FontAwesome;
	font-size: 25px;
	color: #fff;
	display: block;
}
/*.page-wrapper header.page-header {display: none !important;}*/

.custom-transparent-bg {
	background-color: rgba(155, 155, 155, 0.6) !important;
	border-color: rgba(155, 155, 155, 0) !important;
}
.custom-transparent-bg:hover {
	background-color: rgba(155, 155, 155, 1) !important;
	border-color: rgba(155, 155, 155, 0) !important;
	transition: background .3s;
}
.problems-section {
	padding: 80px 0px;
	background: #fff;
	position: relative;
}
.problems-section h2 {
	color: #0e4e75;
	font-family: 'Circular-Book', sans-serif;
	max-width: 1000px;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
	line-height: 1.5;
}
.problems-section .problems-left {
	float: right;
	padding-right: 30px;
}
.problems-section .problems-right {
	padding-left: 30px;
}
.problems-list {
	list-style-image: url('/images/problem-icon.png');
}
.problems-list li {
	color: #575655;
	font-size: 22px;
	padding: 10px;
}
.unique-section {
	padding: 80px 0px;
	background: #f3f8fb;
	position: relative;
}
.unique-section h2 {
	color: #0e4e75;
	font-family: 'Circular-Book', sans-serif;
	margin-bottom: 10px;
}
.unique-section p {
	color: #0e4e75;
	font-size: 22px;
	font-weight: bold;
	display: block;
	margin: 0 auto;
	text-align: left;
	max-width: 1000px;
	line-height: 1.6;
}
.unique-section p a {
	display: inline-block;
	padding: 0;
	color: #f0ae32;
	margin: 0;
	background: transparent;
	line-height: 26px;
	border: 0;
	min-width: 0;
	font-size: 22px;
	font-weight: bold;
}
.modaler p {
	color: #000;
	font-size: 18px;
	display: block;
	margin: 0 auto;
	max-width: 1000px;
	line-height: 1.6;
	font-weight: normal;
	text-align: left;
}
.modaler ul {
    margin: 15px auto;
    list-style-type: disc;
    max-width: 1000px;
    padding-left: 20px;
}
.modaler li {
	color: #000;
	font-size: 18px;
	line-height: 1.6;
	list-style-type: disc;
	font-weight: normal;
	text-align: left;
}
#home-testimonies .item {
	position: relative;
	max-height: 490px;
    overflow: hidden;
}
#home-testimonies .item img {
	width: 100%;
}
#home-testimonies h2 {
	color: #fff;
	text-align: center;
	font-size: 32px;
	margin: 0;
	line-height: 1.4;
}
#home-testimonies h2 span {
	font-style: italic;
	margin-top: 15px;
	font-size: 25px;
	display: block;
}
.testimony-row {
	z-index: 12;
}
.testimony-selector {
	margin-top: -120px;
	z-index: 13;
	position: relative;
}
.testimony-selector .holder-ts {
	display: block;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
.positioner-one {
	position: absolute;
	left: 50%;
    width: 100%;
    top: 23%;
    max-width: 890px;
}
.positioner-two {
	position: relative;
	left: -50%;
	top: -50%;
}
.testimony-selector a {
	display: inline-block;
	margin: 0 auto;
	max-width: 200px;
	padding: 15px;
}
.testimony-selector a img {
	transition: margin 1s;
}
.testimony-selector a:hover img {
	margin-top: -15px;
	transition: margin 1s;
}
@media screen and (max-width: 768px) {
	.testimony-selector {
		margin-top: 10px;
	}
	.positioner-one {top: 10%; left: 0;}
	.positioner-two {left: 0;}
	#home-testimonies h2 {
		margin-top: 0;
		font-size: 19px;
		line-height: 1.2;
		padding: 0px 2%;
	}
	#home-testimonies h2 span {font-size: 20px;}
}
.take-control {
	padding: 60px 0px;
	background: #fff;
	position: relative;
}
.take-control h2 {
	color: #186ea8;
	font-family: 'Circular-Book', sans-serif;
	margin-bottom: 0px;
	margin-top: 30px;
}
.choose-block {
	padding: 80px 0px;
	position: relative;
}
.choose-block h2 {
	color: #0e4e75;
	font-family: 'Circular-Book', sans-serif;
	max-width: 1000px;
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
	font-size: 25px;
	line-height: 1.5;
    padding: 0px 5%;
}
.choose-block span {
	font-style: italic;
	display: block;
	margin-top: 15px;
	font-size: 28px;
	color: #2E6A9D;
	font-weight: 400;
}
.choose-block .yellow-buttons {
	border-color: #f0ae32;
	transition: background 1s;
	background: #f0ae32;
	width: 300px;
	margin-top: 50px !important;
}
.choose-block .yellow-buttons:hover {
	border-color: #db9e2e;
	transition: border-color 1s;
	background: #db9e2e;
}
.choose-block h3 {
	color: #2E6A9D;
	text-align: center;
	font-size: 28px;
	max-width: 300px;
	margin: 0 auto;
	display: block;
	margin-bottom: 10px;
	line-height: 32px;
}
.choose-block p {
	color: #2E6A9D;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	display: block;
	margin: 0 auto;
	max-width: 300px;
	padding-top: 10px;
    line-height: 1.5;
}
.choose-block img {
    width: 100%;
    max-width: 220px;
    max-height: 130px;
    margin: 0 auto;
    margin-bottom: 35px;
    margin-top: 30px;
}
#howTo #row1 h2, #howTo #row3 h2, #howTo #row5 h2, #howTo #row7 h2, #howTo #row9 h2, #howTo #row11 h2 {
	text-align: left;
	position: relative;
	margin-left: 10px;
}
#howTo #row1 h2 span, #howTo #row3 h2 span, #howTo #row5 h2 span, #howTo #row7 h2 span, #howTo #row9 h2 span, #howTo #row11 h2 span {
	display: block;
	background: #f0ae32;
	padding: 7px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: -9px;
	left: -47px;
}
#howTo #row2 h2, #howTo #row4 h2, #howTo #row6 h2, #howTo #row8 h2, #howTo #row10 h2, #howTo #row12 h2 {
	text-align: right;
	position: relative;
	margin-right: 10px;
}
#howTo #row2 h2 span, #howTo #row4 h2 span, #howTo #row6 h2 span, #howTo #row8 h2 span, #howTo #row10 h2 span, #howTo #row12 h2 span {
	display: block;
	background: #f0ae32;
	padding: 7px;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #fff;
	position: absolute;
	top: -9px;
	right: -45px;
}
/* howTo */

#howTo img {
	/* width: 250px; */
	height: 100%;
	min-height: 75px;
	/* margin-top: 10px; */
	/* border-radius: 50%; */
	margin: 0 auto;
	display: inline-block;
	margin: 10px 10px 30px 10px;
	border-radius: 50%;
	border: 2px solid #a0a0a0;
	padding: 15px;
	background: #fff;
	box-shadow: 1px 2px 7px 1px rgba(0, 0, 0, .3);
}
@media screen and (max-width: 370px) {
	#howTo img {}
	#howTo h2 {
		font-size: 20px;
		padding: 12% 0px 0px 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		/* margin-top: 50% !important; */
	}
}
/* FLOW */

#svgContainer {
	z-index: -10;
	position: absolute;
	/* background-color:silver; */
	/* opacity: 0.5; */
}
#howTo h2 {
	color: #124e75;
	font-weight: 600;
	text-align: left;
	display: inline-block;
	width: 60%;
}
#howTo .rightH2 {
	color: #124e75;
	font-weight: 600;
	float: right;
	display: inline-block;
	width: 60%;
	text-align: right;
	/* padding: 10% 0px 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px; */
}
#flow2 {
	float: right;
}
#flow4 {
	float: right;
}

#howTo { padding-bottom: 40px; }

#grade-packages {
    padding: 30px 0px 60px;
}
#grade-packages .main-header {
	color: #186ea8;
	text-align: center;
	font-weight: 400;
	font-size: 35px;
    font-weight: bold;
    margin: 30px auto 40px auto;
}
#grade-packages .sub-header {
	color: #176EA7;
	text-align: center;
	font-weight: 400;
	margin: 0 auto 20px auto;
}
#grade-packages .sub-header a {
	color: #176EA7 !important;
}
.grade-package-box.good-box {
	border-top: 12px solid #176EA7;
	border-left: 1px solid #AFAFB0;
	border-bottom: 1px solid #AFAFB0;
	margin-top: 23px;
	padding-left: 5%;
    padding-right: 5%;
}
.grade-package-box.better-box {
	border: 1px solid #005789;
	border-top: 35px solid #005789;
	position: relative;
	z-index: 100;
	padding-left: 5%;
    padding-right: 5%;
}
.grade-package-box.better-box h5 {
	text-transform: uppercase;
	color: #fff;
	text-align: center;
	margin-top: -28px;
	font-size: 20px;
}
.grade-package-box.best-box {
	border-top: 12px solid #F0AE32;
	border-right: 1px solid #AFAFB0;
	border-bottom: 1px solid #AFAFB0;
	border-left: 1px solid #AFAFB0;
	margin-top: 23px;
	margin-left: -1px;
	padding-left: 5%;
    padding-right: 5%;
}
.grade-package-box h2 {
	color: #2E6A9D;
	text-align: center;
	font-size: 32px;
	font-weight: bold;
}
.grade-package-box.best-box h2 {
	color: #F0AE32;
}
.grade-package-box.good-box h4 span, .grade-package-box.better-box h4 span, .grade-package-box.best-box h4 span {
	font-size: 16px;
	display: block;
	font-style: italic;
	line-height: 1.2;
	margin: 10px 0px;
}
.grade-package-box.better-box h2 {
	margin-top: 28px;
}
.grade-package-box h3 {
	color: #176EA7;
	text-align: center;
	margin-top: 10px;
	margin: 13px 0px;
	line-height: 1.4;
}
.grade-package-box h4 {
	color: #176EA7;
	text-align: center;
	font-size: 28px;
	margin: 10px auto;
}
.grade-package-box img {
	
	padding-top: 0;
	margin-bottom:10px;
	max-height: 130px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}
.grade-package.better-box h4 {
	color: #005789;
}
.grade-package.best-box h4 {
	color: #F0AE32;
}
.grade-package-box .features {
	text-align: center;
	padding: 0;
	margin: 0 auto;
	display: block;
	margin-bottom: 80px;
	max-width: 210px;
	margin-top: 18px;
}
.grade-package-box .features li {
	text-align: left;
	color: #4A4A4A;
	font-size: 16px;
	padding: 2px 0;
	position: relative;
	list-style-position: outside;
	margin-left: 0px;
	margin-right: 0px;
	background: url(/images/check-icon.png) no-repeat 0px 5px;
	background-size: 18px;
	padding-left: 25px;
	margin-bottom: 5px;
}

.grade-package-box .yellow-buttons {
	background: #db9e2e;
	border-color: #db9e2e;
	text-transform: none;
	transition: linear .5s;
	display: block;
	font-size: 18px;
	margin-bottom: 40px !important;
	line-height: 1.5;
    font-size: 18px;
    margin-bottom: 40px !important;
    height: auto;
    padding: 6px 20px 7px;
    position: absolute;
    bottom: 15px;
    left: 50%;
    margin: 0 !important;
    transform: translateX(-50%);
}
#grade-packages .for-ten {
	float: right;
	color: #176EA7;
	font-size: 14px;
	text-align: right;
	margin-top: 15px;
}
#grade-packages .product-short {
	padding-top: 50px;
}
.product-short h2 {
	color: #000;
	font-size: 42px;
	line-height: 48px;
	text-align: left;
}
.product-short h3 {
	color: #4A4A4A;
	font-size: 32px;
	line-height: 38px;
	text-align: left;
}
.product-short .add-to-cart {
	background: #F0AE32;
	border: 1px solid #F0AE32;
	text-transform: none;
	transition: background 1s;
	display: inline-block;
	font-size: 18px;
}
.product-short .add-to-cart img {
	width: 18px;
	height: 18px;
	margin-top: -5px;
	margin-right: 7px;
}
.product-short .add-to-cart:hover {
	background: #db9e2e;
	border: 1px solid #db9e2e;
	text-transform: none;
	transition: border-color 1s;
}
.product-short .customizer {
	background: #fff;
	color: #176EA7;
	border: 1px solid #176EA7;
	text-transform: none;
	transition: background 1s;
	display: inline-block;
	font-size: 18px;
	margin-right: 20px !important;
}
.product-short .customizer:hover {
	background: #176EA7;
	border-color: #176EA7;
	color: #fff;
	text-transform: none;
}
.product-short p {
	color: #000;
}
.product-short hr {
	border: 0;
	border-bottom: 2px solid #4A4A4A;
}
.product-short h4 {
	color: #176EA7;
	font-size: 22px;
}
.product-short h4 img {
	width: 22px;
	height: 22px;
	margin-top: -5px;
}
.product-short ul {
	list-style-type: disc;
	color: #4A4A4A;
	padding-left: 30px;
	display: inline-block;
}
.product-short ul:last-child {
	padding-left: 60px;
}
.product-short ul li {
	list-style-type: disc;
	color: #4A4A4A;
	font-size: 16px;
}
.full-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, .5);
}
.full-overlay .container {
	background: #fff;
	position: relative;
	max-width: 800px;
	margin: 0 auto;
	padding: 30px;
	margin-top: 8%;
	max-height: 600px;
	overflow-y: scroll;
}
.full-overlay .overlay-closer {
	position: absolute;
	right: 12px;
	top: 12px;
}
.full-overlay h2 {
	text-align: center;
	font-weight: 400;
	color: #4A4A4A;
	margin-bottom: 30px;
}
.full-overlay .header-row {
	background: #176EA7;
	padding: 7px 0;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}
.full-overlay .header-row span {
	color: #fff;
	font-size: 16px;
}
.full-overlay .item-row {
	border-right: 1px solid #176EA7;
	border-left: 1px solid #176EA7;
}
.full-overlay .item-row .col-sm-9.col-xs-9 {
	border-right: 1px solid #E9E9E9;
	padding: 7px 15px;
}
.full-overlay .item-row .col-sm-3.col-xs-3 {
	padding: 7px 15px;
}
.full-overlay .item-row span {
	color: #4A4A4A;
}
.full-overlay .item-row:nth-child(odd) {
	background: #fff;
}
.full-overlay .item-row:nth-child(even) {
	background: #F4F8FB;
}
.full-overlay .item-row:last-child {
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom: 1px solid #176EA7;
}
.grammar-secondary ul, .selector-2 ul, .selector-3 ul {
	text-align: left;
}
.specific-class a {
	background: #000;
}
.specific-class {
	margin-bottom: 13px;
}
.specific-class:last-child {
	margin-bottom: -3px;
}
.selector-3 .row {
	padding-left: 15px;
	padding-bottom: 20px;
}
.selector-3 .row {
	margin-top: 0 !important;
}
.selector-3 .row .col-sm-2:first-child {
	padding: 0;
}
.selector-3 .row .col-sm-2 {
	padding-right: 0;
}
.the-subjects .active {
	background: #F3F3F3;
}
.grammar-secondary li, .selector-2 li {
	padding: 7px;
	margin: 0;
	text-align: left;
	position: relative;
	color: #848484;
}
.grammar-secondary li a, .selector-2 li a {
	color: #848484;
	width: 100%;
}
.grammar-secondary li span, .selector-2 li span {
	position: absolute;
	right: 4px;
	font-size: 18px;
	top: 0;
	color: #848484;
}
.grammar-secondary li:hover a, .selector-2 li:hover a, .grammar-secondary li:hover span, .selector-2 li:hover span {
	color: #4A4A4A;
}
.grammar-secondary li {
	width: 99%;
}
.selector-2 li {
	min-width: 100%;
}
.subject-package {
	width: 100%;
	height: 100%;
	display: table;
	position: relative;
}
.subject-package {
	background: url('/images/complete-subject.png') center center no-repeat;
	background-size: cover;
}
.subject-package a {
	color: #fff !important;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	margin: 0 auto;
    font-family: 'Circular-Bold', sans-serif;
	width: 100%;
}
@media screen and (max-width: 768px) {
	.subject-package {
		background: #fff;
		min-height: 0;
	}
	.subject-package a {
		text-align: left;
		color: #0B0C08 !important;
	}
}
.force-yellow {
	background: #f0ae32 !important;
	border-color: #f0ae32 !important;
	text-transform: none !important;
}
.force-yellow:hover {
	background: #db9e2e !important;
	border-color: #db9e2e !important;
}
.force-blue-border {
	background: #fff !important;
	border: 2px solid #005789 !important;
	color: #005789 !important;
	text-transform: none !important;
}
.force-blue-border:hover {
	background: #005789 !important;
	border-color: #005789 !important;
	color: #fff !important;
}
.force-opaque {
	background-color: rgba(155, 155, 155, 0.6) !important;
	border-color: rgba(155, 155, 155, 0) !important;
	text-transform: none !important;
}
.force-opaque:hover {
	background-color: rgba(155, 155, 155, 1) !important;
	border-color: rgba(155, 155, 155, 0) !important;
	transition: background .3s;
}
.force-blue {
	background: #186ea8 !important;
	border: 2px solid #186ea8 !important;
	text-transform: none !important;
}
.force-blue:hover, .force-blue:active, .force-blue:focus {
	color: #fff;
	background: #104D75 !important;
	transition: background-color 0.5s ease;
	border: 2px solid #104D75 !important;
	transition: border 0.5s ease;
}
.inliner {
	display: inline-block !important;
	margin: 0 auto !important;
}
.three-icons {
	width: 100%;
	max-width: 40px;
	height: auto;
	display: inline-block;
	position: relative;
	top: -5px;
}
#mega-modal {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 9999;
}
#mega-modal .container {
	padding-top: 10%;
}
#mega-modal .specific-class {
	background: #000;
}
#mega-modal .container .row {
	background: #fff;
	padding: 35px 15px;
	position: relative;
}
#mega-modal .mega-modal-closer {
	position: absolute;
	top: 10px;
	right: 30px;
	color: #9B9B9B;
	font-weight: 400;
	font-size: 25px;
}
#mega-modal h1 {
	text-align: center;
	color: #4A4A4A;
	font-size: 42px;
	margin-bottom: 35px;
}
@media screen and (max-width: 768px) {
	#mega-modal .container {
		padding-top: 10px;
	}
}
.cd-accordion-menu {
	width: 90%;
	max-width: 600px;
	background: transparent;
	margin: 0 auto;
}
.cd-accordion-menu ul {
	/* by default hide all sub menus */
	display: none;
}
.cd-accordion-menu li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.cd-accordion-menu input[type=checkbox] {
	/* hide native checkbox */
	position: absolute;
	opacity: 0;
}
.cd-accordion-menu label, .cd-accordion-menu a {
	position: relative;
	display: block;
	padding: 2px 24px 17px 10px;
	background: #fff;
	color: #104D75;
	font-size: 1.6rem;
	margin-bottom: 0;
	padding-left: 20px;
}
.no-touch .cd-accordion-menu label:hover, .no-touch .cd-accordion-menu a:hover {
	background: #52565d;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after, .cd-accordion-menu a::after {
	/* icons */
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	position: absolute;
	top: 33%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cd-accordion-menu label {
	cursor: pointer;
}
.cd-accordion-menu label::before, .cd-accordion-menu label::after {
	background-image: url(/images/downarrow1.png);
	background-repeat: no-repeat;
}
.cd-accordion-menu label::before {
	/* arrow icon */
	left: 0;
	background-position: 0 0;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-moz-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	-o-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
}
.cd-accordion-menu label::after {
	/* folder icons */
	left: 41px;
	background-position: -16px 0;
}
.cd-accordion-menu a::after {
	/* image icon */
	left: 36px;
	background: url(/images/downarrow1.png) no-repeat -48px 0;
}
.cd-accordion-menu input[type=checkbox]:checked+label::before {
	/* rotate arrow */
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cd-accordion-menu input[type=checkbox]:checked+label::after {
	/* show open folder icon if item is checked */
	background-position: -32px 0;
}
.cd-accordion-menu input[type=checkbox]:checked+label+ul, .cd-accordion-menu input[type=checkbox]:checked+label:nth-of-type(n)+ul {
	/* use label:nth-of-type(n) to fix a bug on safari (<= 8.0.8) with multiple adjacent-sibling selectors*/
	/* show children when item is checked */
	display: block;
	padding-left: 20px;
}
.cd-accordion-menu ul label, .cd-accordion-menu ul a {
	background: #fff;
	padding-left: 15px;
}
.no-touch .cd-accordion-menu ul label:hover, .no-touch .cd-accordion-menu ul a:hover {
	background: #3c3f45;
}
.cd-accordion-menu>li:last-of-type>label, .cd-accordion-menu>li:last-of-type>a, .cd-accordion-menu>li>ul>li:last-of-type label, .cd-accordion-menu>li>ul>li:last-of-type a {
	box-shadow: none;
}
.cd-accordion-menu ul label::before {
	left: 36px;
}
.cd-accordion-menu ul label::after, .cd-accordion-menu ul a::after {
	left: 59px;
}
.cd-accordion-menu ul ul label, .cd-accordion-menu ul ul a {
	padding-left: 100px;
}
.cd-accordion-menu ul ul label::before {
	left: 54px;
}
.cd-accordion-menu ul ul label::after, .cd-accordion-menu ul ul a::after {
	left: 77px;
}
.cd-accordion-menu ul ul ul label, .cd-accordion-menu ul ul ul a {
	padding-left: 118px;
}
.cd-accordion-menu ul ul ul label::before {
	left: 72px;
}
.cd-accordion-menu ul ul ul label::after, .cd-accordion-menu ul ul ul a::after {
	left: 95px;
}
@media only screen and (min-width: 600px) {
	.cd-accordion-menu label, .cd-accordion-menu a {
		padding: 2px 24px 17px 10px;
		font-size: 1.9rem;
		padding-left: 20px;
	}
	.cd-accordion-menu label::before {
		left: 0;
	}
	.cd-accordion-menu label::after {
		left: 53px;
	}
	.cd-accordion-menu ul label, .cd-accordion-menu ul a {
		padding-left: 70px;
	}
	.cd-accordion-menu ul label::before {
		left: 48px;
	}
	.cd-accordion-menu ul label::after, .cd-accordion-menu ul a::after {
		left: 77px;
	}
	.cd-accordion-menu ul ul label, .cd-accordion-menu ul ul a {
		padding-left: 130px;
	}
	.cd-accordion-menu ul ul label::before {
		left: 72px;
	}
	.cd-accordion-menu ul ul label::after, .cd-accordion-menu ul ul a::after {
		left: 101px;
	}
	.cd-accordion-menu ul ul ul label, .cd-accordion-menu ul ul ul a {
		padding-left: 154px;
	}
	.cd-accordion-menu ul ul ul label::before {
		left: 96px;
	}
	.cd-accordion-menu ul ul ul label::after, .cd-accordion-menu ul ul ul a::after {
		left: 125px;
	}
}
.cd-accordion-menu.animated label::before {
	/* this class is used if you're using jquery to animate the accordion */
	-webkit-transition: -webkit-transform 0.3s;
	-moz-transition: -moz-transform 0.3s;
	transition: transform 0.3s;
}
.cd-accordion-menu ul ul {
	padding-left: 70px !important;
}
.generic-column .yellow-buttons {
	margin: 0 auto !important;
	display: block;
}
.generic-column .yellow-buttons.blueify {
	margin: 0 auto !important;
	display: block;
}
.row.form-video-dual .col-sm-12 {
	padding: 0;
}
.overlay-on-video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.overlay-on-video .darken-banner {
	z-index: 20;
}
.overlay-on-video .placeholder-img {
	width: 100% !important;
	height: 100%;
	margin: 0 !important;
	z-index: 12;
	position: absolute;
	left: 0;
	top: 0;
}
.overlay-on-video .overlay-content {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	width: 50%;
	min-width: 200px;
	margin: 0 auto;
	z-index: 100;
}
.overlay-on-video h3 {
	font-family: 'Circular-Book', serif !important;
	color: #fff !important;
	margin: 0 !important;
	font-weight: bold !important;
	text-align: center !important;
	font-size: 30px !important;
	line-height: 40px !important;
	padding: 0 !important;
}
.overlay-on-video img {
	display: block !important;
	width: 100px !important;
	margin: 50px auto;
	!important
}
@media screen and (max-width: 768px) {
	.overlay-on-video h3 {
		font-size: 20px !important;
		line-height: 30px !important;
	}
	.overlay-on-video img {
		width: 50px !important;
	}
}
.generic-column.singular-column h2 {
	font-family: 'Circular-Book', serif !important;
	color: #000 !important;
	margin: 0 !important;
	font-weight: bold !important;
	text-align: center !important;
	font-size: 30px !important;
	line-height: 40px !important;
	padding: 0 !important;
	margin-bottom: 30px !important;
}
.generic-column.singular-column li, .generic-column.guarantee li {
	list-style-type: none;
}
.generic-column.singular-column ul li, .generic-column.guarantee ul li {
	color: #575655 !important;
	font-size: 20px;
}
.generic-column.singular-column ul, .generic-column.guarantee ul {
	list-style: none;
	padding: 0;
}
.generic-column ul {
	padding-left: 10px;
}
.generic-column.singular-column li, .generic-column.guarantee li {
	padding-left: 1.3em;
}
.generic-column.singular-column li:before, .generic-column.guarantee li:before {
	content: "\f058";
	/* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em;
	/* same as padding-left set on li */
	width: 1.3em;
	/* same as padding-left set on li */
	color: #F0AE32;
}
.generic-column.guarantee li:before {
	content: "\f00c";
	font-family: FontAwesome;
	color: #f0ae32;
}
.generic-column.singular-column .row .col-sm-6 ul, .generic-colum.guarantee .row .col-sm-6 ul {
	float: left;
}
.generic-column.singular-column .row .col-sm-6:first-child ul, .generic-column.guarantee .row .col-sm-6:first-child ul {
	float: right;
}
.sp-subject-section h2, .sp-squares-text h2 {
	font-family: 'Circular-Book', serif !important;
	color: #186ea8 !important;
	margin: 0 !important;
	font-weight: bold !important;
	text-align: center !important;
	font-size: 30px !important;
	line-height: 40px !important;
	padding: 0 !important;
	margin-bottom: 30px !important;
}
.sp-subject-section .diploma {
	padding: 0 !important;
}
.sp-squares-text h3 {
	text-align: center !important;
	color: #186ea8 !important;
}
.sp-squares-text .preview-text p {
	color: #186ea8 !important;
	text-align: center !important;
}
.generic-column.guarantee h3 {
	text-align: center !important;
	color: #000 !important;
	font-size: 25px !important;
}
.courses-block .lesson-sample-button {
	max-width: 90% !important;
	margin-bottom: 10px !important;
}
.courses-block .area div {
	background: #fff;
	padding: 10px;
	box-shadow: 0px 0px 15px rgba(63, 63, 63, 0.2);
	min-height: 350px;
}
.sp-squares-text h3 span {
	background: #f0ae32;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	color: #fff;
	line-height: 32px;
	display: inline-block;
}
.left-p p {
	text-align: left !important;
}
.right-p p {
	text-align: right !important;
}
.preview-text.left-p p {
	text-align: left !important;
}
.preview-text.right-p p {
	text-align: right !important;
}
.sp-testimonial h3 {
	font-size: 30px;
}
.center-all * {
	text-align: center !important;
}
.check-lists li {
	list-style-type: none;
	color: #575655 !important;
	font-size: 22px;
}
.check-lists {margin-bottom: 25px;}
.check-lists ul li:before {
	content: "\f00c";
	font-family: FontAwesome;
	color: #f0ae32;
	padding-right: 10px;
}
.contact-match i {
	color: #005789;
	margin-right: 10px;
}
@media screen (max-width:991px) {
	.top-banner:after {
		content: "" !important;
		display: block !important;
		width: 100% !important;
		position: absolute !important;
		height: 100% !important;
		left: 0 !important;
		top: 0 !important;
		background: rgba(255,255,255,.7) !important;
	}
}
/*** BLOG ***/

.blog-first-row {
	padding-top: 20px;
}
.blog-row {
	padding-bottom: 25px;
}
.blog-short {
	background: #F4F7FA;
	border-radius: 7px;
	position: relative;
}
.blog-short img {
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
}
.blog-info {
	position: relative;
	padding: 15px;
}
.blog-short .blog-info h2 {
	color: #4A4A4A;
	font-size: 36px;
	margin: 0 0 20px 0;
	line-height: 40px;
	font-family: Helvetica, sans-serif;
}
.blog-short .blog-info h2 a {
	color: #4A4A4A;
	font-weight: 300;
}
.blog-category-title {
	color: #4A4A4A;
	font-size: 36px;
	margin: 0 0 20px 0;
	line-height: 40px;
	font-family: Helvetica, sans-serif;
	font-weight: 400;
	text-align: center;
}
.blog-subinfo {
	position: absolute;
	bottom: 15px;
	left: 15px;
	font-size: 12px;
	color: #4A4A4A;
	text-transform: uppercase;
	font-family: Helvetica, sans-serif;
	font-weight: 300;
}
.blog-subinfo, .blog-subinfo a {
	color: #4A4A4A;
	font-weight: 300;
}
.blog-sidebar .sidebar-header {
	background: #F0AE32;
	color: #fff;
	padding: 7px 15px;
	display: block;
	width: 80%;
	text-align: left;
	font-size: 18px;
}
.blog-sidebar .sidebar-header:first-child {
	margin-top: 0;
}
.small-blog-short {
	position: relative;
	background: #F4F7FA;
	border-radius: 7px;
	padding: 10px;
	margin: 20px 0;
	width: 100%;
	display: block;
}
.small-blog-short:last-child {
	margin-bottom: 0;
}
.small-blog-short h3 {
	margin: 0 0 20px 0;
	font-size: 16px;
	color: #4A4A4A;
	font-weight: normal;
	font-family: Helvetica, sans-serif;
}
.small-blog-short h3 a {
	font-size: 16px;
	color: #4A4A4A;
	font-weight: 300;
}
.blog-small-subinfo {
	font-size: 12px;
	font-weight: 300;
	font-family: Helvetica, sans-serif;
	color: #4A4A4A;
	text-transform: uppercase;
}
.blog-small-subinfo a {
	color: #4A4A4A;
	font-weight: 300;
}
.blog-subscribe {
	padding: 0 15px;
}
.blog-subscribe .subscribe-inner {
	background: #005789;
	padding: 25px 20px;
	border-radius: 7px;
}
.blog-subscribe h2 {
	color: #fff;
	margin: 0;
	font-size: 36px;
	display: inline-block;
	margin-right: 30px;
}
.blog-subscribe form {
	display: inline-block;
	vertical-align: top;
}
.blog-subscribe form label, .blog-subscribe form .form__note {
	display: none;
}
.blog-subscribe form fieldset, .blog-subscribe form .buttons {
	display: inline-block;
}
.blog-subscribe form input[type="email"] {
	display: block;
	width: 350px;
	background: #fff;
	padding: 10px;
	outline: 0;
	border: 0;
	font-size: 20px;
	vertical-align: top;
	margin-right: 30px;
}
.blog-subscribe button {
	background: #f0ae32;
	transition: background-color 0.5s ease;
	border: 2px solid #f0ae32;
	text-transform: uppercase;
	font-family: 'Circular-Book', sans-serif;
	font-size: 16px;
	line-height: 45px;
	color: #fff;
	padding: 0;
	margin: 0;
	font-weight: normal;
	width: 170px;
	border-radius: 25px;
	height: 45px;
	text-align: center;
}
.blog-subscribe p {
	font-size: 20px;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	margin-top: 6px;
}
.main-blog-image {
	border-radius: 7px;
}
.blog-article h1 {
	color: #4A4A4A;
	font-weight: 400;
	font-size: 42px;
	line-height: 42px;
	margin: 0 0 20px 0;
	line-height: 40px;
	font-family: Helvetica, sans-serif;
	margin-top: 25px;
}
.the-article {
	padding-top: 25px;
	padding-bottom: 25px;
}
.author-image {
	border: 3px solid #F0AE32;
	border-radius: 50%;
}
.author-name {
	color: #4A4A4A;
	display: block;
	font-size: 14px;
}
.blog-social {
	padding-bottom: 25px;
}
.blog-social ul {
	padding: 10px 0;
	width: 100%;
	display: block;
	text-align: center;
}
.blog-social li {
	display: inline-block;
	margin: 0 5px;
	border-radius: 50%;
	background: #F0AE32;
	color: #fff;
	font-size: 20px;
	padding: 3px;
	width: 35px;
	height: 35px;
	text-align: center;
}
.blog-social li a, .blog-social li a i {
	color: #fff;
}
.blog-comments {
	background: #F3F8FB;
	border-radius: 7px;
	padding: 25px;
	margin-bottom: 25px;
}
.blog-comments h2 {
	color: #005789;
	text-align: center;
	margin-bottom: 20px;
}
.blog-comments p {
	text-align: left;
	color: #4A4A4A;
	font-size: 12px;
}
.blog-comments input[type="email"], .blog-comments input[type="text"], .blog-comments textarea {
	width: 100% !important;
	border: 1px solid #9B9B9B;
	border-radius: 0;
	color: #9B9B9B;
	display: block !important;
}
.blog-comments .form-group.email-input, .blog-comments .form-group.name-input, .blog-comments .form-group.comment-input, .blog-comments .form-group.comment-input-btn {
	display: block !important;
	width: 100% !important;
}
.blog-comments .form-group.email-input, .blog-comments .form-group.name-input, .blog-comments .form-group.comment-input {
	margin-bottom: 20px;
}
.blog-comments .form-group.comment-input-btn button {
	color: #fff;
	display: block;
	margin: 0 auto;
	padding: 10px 25px;
	text-align: center;
	font-weight: bold;
	background: #176EA7 !important;
	border-radius: 25px;
	border: 0;
}
.the-article {
	padding-top: 40px;
}
.the-article p {
	color: #4A4A4A;
}
.listing-pages .more li a, .listing-pages .more li button {
	max-width: 125px !important;
	font-size: 15px !important;
    line-height: 36px !important;
    height: 36px !important;
}
.bundle-options-wrapper #product-addtocart-button {
	font-size: 1.6rem !important;
	border-radius: 25px;
	height: 45px;
	text-align: center;
	text-transform: none;
	margin: 0 auto !important;
	background: #f0ae32 !important;
	border: 2px solid #f0ae32 !important;
	line-height: 15px;
	color: #fff;
	width: 250px;
}
.bundle-options-wrapper .box-tocart #product-addtocart-button {
	font-size: 1.6rem !important;
	border-radius: 25px;
	height: 45px;
	text-align: center;
	text-transform: none;
	background: #F0AE32 !important;
	border: 2px solid #F0AE32 !important;
	line-height: 15px;
	width: 200px;
	color: #fff;
	margin: 0 auto !important;
	display: block !important;
	margin-top: 25px !important;
}
.bundle-options-wrapper .box-tocart #product-addtocart-button:hover {
	background: #db9e2e !important;
	border-color: #db9e2e !important;
	color: #fff !important;
}
.bundle-options-wrapper .box-tocart #product-addtocart-button:hover span:before {
	color: #fff !important;
}
.bundle-options-wrapper #product-addtocart-button:hover {
	background: #db9e2e;
	border: 2px solid #db9e2e;
}
	.main-nav-section li.float-right {float: right;}
.main-nav-section .cart-icon {max-width: 24px;}
.main-nav-section .no-border {border: 0 !important;}
.main-nav-section .inversion-button a {color: #186ea8 !important; transition: color .2s;}
.main-nav-section .inversion-button a:hover {color: #104e79 !important; transition: color .2s; text-decoration: underline;}
@media screen and (max-width: 768px) {
	.main-nav-section li.float-right {float: none;}
	.main-nav-section .cart-icon {max-width: 50px;}
	#svgContainer {display: none !important;}
}
.search_input {width: 81.5%;}
.sin_up ul li {float: right; margin-right: 14px; width: 100%; padding-left: 10px;}
.sin_up ul li a {width: 100% !important;}
.subject-package a:hover {
	color: #fff !important;
}
#choose-your-level, #howTo {
	overflow-x: hidden;
	max-width: 100%;
}