body {
	background-color:#70307F;
}
#outerDiv {
	width: 100%;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	position: relative;
}
img {
	max-width: 100%;
	height: auto;
}
.telno {
	font-size: 24px;
	font-weight: 700;
	color: #333;
}
#navArea ul {
	margin: 0px;
	padding: 0px;
}
#navArea ul li {
	float: left;
	list-style-type: none;
}
#navArea ul li a {
	font-weight: 400;
	color: #333;
	text-decoration: none;
	display: block;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
    font-size: 18px;
}
.hasdropdown {
    position: relative;
}
.dropdown {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    z-index: 10000;
    white-space: nowrap;
}
.hasdropdown:hover .dropdown {
    display: block;
}
.dropdown li {
    width: 100%;
}
.dropdown a:hover {
    background-color: #ddd;
    display: block;
    color: #666;
}

#navTop .telno {
	padding: 0px;
	float: right;
	margin-top: 10px;
}

.tagline {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 28px;
	font-weight: 300;
	color: #FFF;
	line-height: 35px;
}
.tagline img {
	vertical-align: middle;
}
.quotes {
	font-style: italic;
	color: #999;
	text-align: left;
	width: 80%;
	line-height: 130%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#footer {
	background-repeat: no-repeat;
	-moz-border-radius: 0px 0px 5px 5px;
	-webkit-border-radius:  0px 0px 5px 5px;
	border-radius: 0px 0px 5px 5px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #404042;
	border-bottom-color: #333;
	border-left-color: #5B5758;
	background-color: #404042;
}
.actionBox {
	color: #FFF;
	background-color: #F90;
	padding: 10px;
	width: 90%;
	margin: auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	font-weight: bold;
}
.actionBox a {
	color: #FFF;
}
.buttonLime {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #CCCC00;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.buttonOrange {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
	background-color: #F60;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}
.smallprint {
	font-size: 12px;
}
.socialArea img {
	vertical-align: middle;
	margin-left: 5px;
}
.triangle-down-full {
	height: 30px;
	width: 100%;
}
.highlite01 {
	font-weight: bold;
	color: #F60;
}
.formfullwidth input[type='text'], .formfullwidth textarea, .formfullwidth select{
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	color: #333;
	padding: 5px;
	width: 100%;
	margin-bottom: 6px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
    border: 1px solid #999;
    border-radius: 4px;
}
.formfullwidth {
	margin-top: 5px;
	margin-bottom: 5px;
}
.testaBox01 {
	margin-top: 20px;
}
.testaBox01 h3 {
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-transform: none;
	color: #F60;
	text-align: left;
}
.testaQuote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	line-height: 130%;
}
.no-top {
	margin-top: 0px !important;
}
.footerGuts {
	padding: 20px;
	float: left;
	width: 209px;
}
.section {
	width: 940px;
    padding: 25px 10px;
	margin: auto;
}
.section-full {
	width: 100%;
	padding: 25px 10px;
	margin: auto;
	display: flex;
}
.section-head {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
	display: flex;
	justify-content: center;
}
#logoArea {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.socialArea {
}
#socialTop {
	float: right;
	font-family: "Roboto Condensed", Arial, sans-serif;
	line-height: 30px;
	font-weight: 300;
	color: #FFF;
	text-align: right;
	padding-top: 25px;
}
#navArea {
	float: left;
}

.imgFullWidth {
	height: auto;
	width: 100%;
}
#navTop {
/*	background-color: #FC0;*/
    background: rgb(254,138,0);
    background: linear-gradient(90deg, rgba(254,138,0,1) 0%, rgba(251,255,0,1) 64%, rgba(238,254,8,1) 72%, rgba(95,247,90,1) 83%, rgba(44,150,189,1) 100%);
}
.menuOn {
	background-image: url(../images/navpointer.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#navArea ul li a:hover {
	color: #FFF;
	text-decoration: none;
}
.sectionOuterWhite {
	background-color: #FFF;
}
#navBase {
	float: left;
	margin-top: 10px;
	color: #FFF;
}
#navBase a {
	color: #eee;
	text-decoration: none;
}
#navBase a:hover {
	color: #FFF;
	text-decoration: none;
}
#ciArea {
	color: #FFF;
	float: right;
	margin-top: 10px;
	text-align: right;
}
.coName {
	font-size: 24px;
	font-weight: 400 !important;
	color: #FFF !important;
}
#ciArea .telno {
	color: #FFF;
	font-weight: 700 !important;
}
#ciArea a {
	color: #EAEAEA;
	text-decoration: none;
}
#menuBar {
	font-weight: 700;
	padding-top: 10px;
	padding-bottom: 10px;
    font-size: 16px;
}
#menuBar a {
	color: #333;
	text-decoration: none;
}


#ciArea a:hover {
	color: #FFF !important;
	text-decoration: none;
}
#ciArea p {
	color: #ddd;
	font-weight: 300;
}

#navBase p {
	line-height: 200%;
}
#navBase .links {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    columns-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px	
}

.sectionOuterLtGrey {
	background-color: #EFEFEF;
}
.sectionOuterMidGrey {
	background-color: #E1E1E1;
}
.sectionOuterDarkGrey {
	background-color: #666666;
}
.sectionDeepPurple {
	background-color: #606;
}
.sectionOuterBrightBlue {
	background-color: #70307F;
}
#menuBar {
	display: none;
}
#socialBase {
	/* display: none; */
	margin-bottom: 10px;
	text-align: center;
}
.bannerArea {
	background-color: #FFF;
}
.fullWidth {
	padding-top: 25px;
	padding-bottom: 25px;
}
#homeAboutContent {
/*	float: left;*/
/*	margin-left: 15px;*/
/*	width: 820px;*/
    text-align: center;
}
#homeAboutContent p {
    font-size: 1.3em;
}
.homeIconDiv {
	float: left;
}
.columnCentered {
	text-align: center;
}
.columnThird {
	float: left;
	width: 31%;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
	padding-left:20px;
	padding-right:20px;
    background-color: #f5f5f5;
    margin-left: 1%;
    margin-right: 1%;
    border-radius: 5px;
    border-right: solid 1px #eaeaea;
    border-bottom: solid 1px #eaeaea;
}
.columnTwoThird {
	float: left;
	width: 66%;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
	padding-left:20px;
	padding-right:20px;
}
.columnHalf {
	float: left;
	width: 50%;
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
	padding-left:20px;
	padding-right:20px;
}
.buttonLinks {
	color: #333;
	text-decoration: none;
	background-color: #FFF;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	border: 1px solid #666;
	display: inline-block;
	font-weight: 700;
    border-radius: 3px;
}
.buttonLinks:hover {
	background-color: #FC0;
	color: #000;
}.imageFit {
	height: auto;
	width: 100%;
}
.infoBox01 {
	background-color: #FC0;
	padding: 15px;
	border: 2px dashed #F90;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
#testiBlock {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    columns-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px	
}
#testiBlock p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: 400;
}
.formFullWidth {
}
.btn {
	padding: 10px 15px;
	display: inline-block;
}
.btn-orange {
	background-color: #F30;
	color: #FFF;
}
.btn-blue {
	background-color: #06C;
	color: #FFF;
}
#instafeed {
	font-size: 0;
}
#insta img {
	width: 313px;
	height: 170px;
	margin: 0;
	padding: 0;
}
#insta a {
	margin:0;
	padding:0;
}
.imageFit {
	object-fit: cover;
}.sectionOuterDarkGrey h2 {
	color: #FFF;
}
.fbprofile {
	float: left;
	width: 56px;
}
.fbcontent {
	margin-left: 65px;
}
.fbcontent h4 {
	font-weight: 700;
	color: #FFF;
	margin-bottom: 10px;
}
.fbcontent p {
	color: #FFF;
}
.fbcontent a {
	color: #FC0;
	text-decoration: none;
}
.fbcontent a:hover {
	color: #FF0;
	text-decoration: none;
}
.fbcontent img {
	height: 175px;
	width: 360px;
}
.supplierlogo {
	height: auto !important;
	width: 136px !important;
}
.greyparagraph {
	padding: 10px;
	background-color: #EAEAEA;
	border: 1px solid #CCC;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
.sectionOuterAshkas {
	background-color: #6CC;
	background: url(../images/ashkasbg.jpg) center center no-repeat;
	background-size: cover;
}
.bookImg {
	float: left;
	width: 230px;
	margin-right: 10px;
}
.bookImg p img {
	height: auto;
	width: 100%;
}
.bookText {
	margin-left: 245px;
}
.bookTitle {
	font-size: 24px;
	line-height: 120%;
	font-weight: 700;
	text-transform: uppercase;
}
.bookSubtitle {
	font-size: 18px;
	line-height: 120%;
	text-transform: uppercase;
}
.bookPrice {
	font-size: 16px;
	font-weight: 700;
}
.vidFrame {
	width: 100%;
	height: 380px;
}#posStat {
	float: left;
	margin-left: 75px;
	padding-top: 5px;
	padding-left: 10px;
}
.entities-section{
	display: flex;
	width: 100%;
}
.entities-section div {
	width: 50%;
	padding: 20px;
	text-align: center;
	background-color: #CCC;
}
.entities-section div.white {
	background-color: #FFF;
}
.entities-section div img {
	margin-bottom: 15px;
}
.entities-section div p {
	margin-bottom: 10px;
}
.courselistings p {
	margin-bottom: 10px;
}
.supplierInfo img {
	width: 100%;
	height: auto;
}
.columnOneThird {
	float: left;
	width: 31%;
    margin-left: 1%;
    margin-right: 1%;
}
.columnOneThird .courseInfoBoxes > div {
	padding-top: 20px;
	padding-bottom: 20px;
	box-sizing: border-box;
	padding-left:20px;
	padding-right:20px;
    background-color: #f5f5f5;
	border-radius: 5px;
    border-right: solid 1px #eaeaea;
    border-bottom: solid 1px #eaeaea;
	margin-bottom: 20px;
}

.courseInfoBoxes .head {
	font-size: 18px;
}
.courseInfoBoxes .cost {
	font-size: 32px;
	font-weight: 700;
}
.courseInfoBoxes img {
	width: 100%;
	height: auto;
	margin-top: 20px;
}
#courseContent p {
	margin-bottom: 15px;
}
.breadcrumb {
	margin-bottom: 20px;
}