/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i&display=swap');
@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700&display=swap');
@import url('css/5grid/core.css');
@import url('css/5grid/core-desktop.css');
@import url('css/5grid/core-1200px.css');
@import url('css/5grid/core-noscript.css');
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body,
input,
textarea {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}

body {
  /*	background: #FFFFFF url('images/bg01.jpg');*/
  color: #333333;
  font-size: 10pt;
  line-height: 1.75em;

}

a {
  color: #CC2200;
  text-decoration: none;

}

a:hover {
  text-decoration: underline;
}

a:visited {
  color: #999999;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
}

h2 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  color: #9296A1;
}

.h2whitw {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  color: white;
}

h3 {
  color: #9296A1;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 1.5em;
}
h4 {
  color: #9296A1;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 1.2em;
}
p,
ul {
  margin-bottom: 1em;
  font-size: 1.1em;
}

.bluey {
  font-weight: bold;
  color: #9296A1;
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 1.2em;
  line-height: 1.3em;

}

.headline {
  background-color: #9B0202;

}

.linearBg1 {
  /* fallback */
  background-color: #1a82f7;
  background-repeat: repeat-y;
  clear: both;
  line-height: 1.4em;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  margin-right: -15px;
  margin-left: -15px;
  text-align: left;
  text-transform: capitalize;
  /* Safari 4-5, Chrome 1-9 */
  background: -webkit-gradient(linear, left top, right top, from(#1a82f7), to(#2F2727));
  /* Safari 5.1, Chrome 10+ */
  background: -webkit-linear-gradient(left, #2F2727, #1a82f7);
  /* Firefox 3.6+ */
  background: -moz-linear-gradient(left, #2F2727, #1a82f7);
  /* IE 10 */
  background: -ms-linear-gradient(left, #2F2727, #1a82f7);
  /* Opera 11.10+ */
  background: -o-linear-gradient(left, #2F2727, #1a82f7);
  padding-left: 5px;
  text-color: black;
  -webkit-text-fill-color: white;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
}

.logo_right {
  top: -15px;
  float: right;
  right: -15px;
  display: block;
}

.earth_li {
  left: 25px;
  font-weight: bolder;
  list-style-position: inside;
  list-style-image: url(images/globe.gif);
  list-style-type: none;
  line-height: normal;
  font-family: "Open Sans", sans-serif;
}

.new_earth_li {
  list-style-position: outside;
  list-style-image: none;
  line-height: 24px;
  list-style-type: square;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.tick_li {
  left: 25px;
  font-weight: bolder;
  list-style-position: inside;
  list-style-image: url(images/bluetick.jpg);
  list-style-type: none;
  line-height: normal;
}

hr {
  border: 0;
  border-top: solid 1px rgba(0, 0, 0, 0.5);
  height: 0px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.1);
  margin: 0.4em 0 2.5em 0;
}

ul.style1 {
  text-transform: capitalize;
  padding-left: 0.1em;
  font-weight: bold;
}

.H-Centre {
  text-align: center;
  position: relative;
}

ul.style1 li {
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
  border-top: solid 1px rgba(255, 255, 255, 0.1);
  padding: 0.5em 0 0.5em 0;
}

ul.style1 li a {}

ul.style1 li a:hover {

  text-decoration: underline;
}

ul.style1 li:first-child {
  border-top: 0;
  padding-top: 0;
}

ul.style1 li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

ul.style2 {
  margin-left: 5em;
  background-color: #2E313A;
}

ul.style2 li {
  float: left;
  margin-left: 0.75em;
  text-transform: capitalize;
}

ul.style2 li:first-child {
  margin-left: 0;
}

ul.style2 li img {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.5);
}

ul.style3 {
  padding-left: 1.5em;
}

ul.style3 li {
  position: relative;
  margin-top: 0.5em;
  margin-right: 0;
  margin-bottom: 0.5em;
  padding-left: 1.2em;
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  border-top-width: thin;
  border-right-width: thin;
  border-bottom-width: thin;
  border-left-width: thin;
  border-top-style: solid;
  border-bottom-style: solid;
  border-top-color: #D8D8D8;
  border-right-color: #D8D8D8;
  border-bottom-color: #D8D8D8;
  border-left-color: #D8D8D8;
}

ul.style3 li a {
  text-decoration: none;

}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

ul.style3 li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 64px;
  height: 64px;
  background: url('images/sprites.png') -384px 0px no-repeat;
}

.date {
  color: #CC2200;
  font-style: italic;
  text-shadow: none;
}

.image {
  display: inline-block;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 0 0 3px rgb(255, 255, 255), 0 7px -3px #cbc9c9;
  -webkit-box-shadow: 0 0 0 3px rgb(255, 255, 255), 0 7px 5px #cbc9c9;
  -o-box-shadow: 0 0 0 3px rgb(255, 255, 255), 0 7px 5px #cbc9c9;
  -moz-box-shadow: 0 0 0 3px rgb(255, 255, 255), 0 7px 5px #cbc9c9;
  background-color: rgba(0, 0, 0, 0.15);
}

.image img {
  display: block;
  width: 100%;
}

.image-fit {
  display: block;
  margin: 0 0 2.5em 0;
  width: 100%;
}

.image-fit img {
  width: 100%;
}

.image-left {
  float: left;
  margin-right: 2em;
}

.image-right {
  float: right;
  margin-left: 2em;
}

.image-right-top {
  float: right;
  margin-right: 2em;
  margin-top: 2px;
}

.image-right-10padl {
  float: right;
  margin-right: 2em;
  padding-left: 1em;
}

.button {
  display: inline-block;
  position: relative;
  padding: 1em 2.5em 1em 1.5em;
  border-radius: 5px;
  color: #FFFFFF;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 700;
  text-transform: capitalize;
  text-decoration: none;
  font-size: 1.25em;
  outline: 0;
  background-image: url(images/enrol-now.png);
  background-repeat: repeat-x;
  background-position: 0 15%;
}

.button:hover {
  background-position: 0 80%;
}

.button-big {
  padding: 0.8em 2.1em 0.8em 1em;
  font-size: 2em;
}

.button-big:after {
  background-position: -128px;
  top: 0.85em;
  right: -24px;
}

.blue {
  font-weight: 700;
  color: #9296A1;
  font-size: 2.1;
  font-size: 150%;
  -webkit-border-radius: 1em;
  border: thin solid #9296A1;
  padding-top: 0.4em;
  padding-bottom: 0.4em;
  text-align: center;
  width: 30%;
  margin-top: 1em;
}

.blue a {
  color: #9296A1;
  text-decoration: none;
}

.blue:hover {
  text-decoration: underline;
}

.box-cta {
  position: relative;
  background: url('images/bg2.jpg') center center repeat-x;
  border-radius: 5px;
  box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.6), inset 0px 2px 0px 0px rgba(255, 255, 255, 0.2), inset 0px 0px 0px 2px rgba(255, 255, 255, 0.1), 0px 2px 5px 0px rgba(0, 0, 0, 0.2);
  padding: 3.25em 2.5em 3.25em 2.5em;
}

.box-cta:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('images/highlight.png') center center no-repeat;
  background-size: 100% 175%;
  z-index: 1;
}

.box-cta h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 0.5em 0;
  font-size: 2.5em;
}

.box-cta p {
  position: relative;
  z-index: 2;
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: 400;
  color: #9296A1;
  text-transform: uppercase;
  font-size: 1.6em;
  margin: 0;
}

.box-cta .button {
  position: relative;
  z-index: 2;
}

.box-featured-post {
  position: relative;
}

.box-featured-post h2 {
  margin: 0 0 1.25em 0;
}

.box-featured-post .date {
  position: absolute;
  right: 0;
  top: 0;
}

.box-more-posts {
  position: relative;
}

.box-more-posts .image {
  width: 30%;
  float: left;
}

.box-more-posts h2 {
  margin: 0 0 1.25em 0;
}

.box-more-posts article {
  clear: both;
  margin: 0 0 3em 0;
}

.box-more-posts article div {
  margin-left: 35%;
}

.box-more-posts article p {
  margin: 0 0 0.5em 0;
}

article div p {
  padding-left: 8px;
}

article div h3 {
  color: #9296A1;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 1.1em;
}

hr {
  height: 10px;
  border: 0;
  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.4);
  margin-left: 1px;
}

.reddish {
  font-weight: 800;
  text-transform: capitalize;
  color: #A80000;
}

.clear {
  display: inline-block;
}

.style3 a {
  text-transform: capitalize;
  font-weight: bold;
  color: #9296A1;
}

.schoollst {
  list-style-image: url(../images/arrows.gif);
  text-align: left;
  padding-left: 1.4em;
}

#panel {
  display: none;
  background-color: #ebebed;
  padding-top: 1em;
  padding-right: 1em;
  padding-left: 1em;

}

#panel ul li {
  padding-left: 1em;
  text-transform: none;
}

#panel p {
  font-weight: 400;

}

ul.style4 {
  padding-left: 0.2em;
}

ul.style4 li {
  position: relative;
  padding-left: 1.2em;
}

ul.style4 li a {}

ul.style4 li:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  width: 64px;
  height: 64px;
  background: url('images/sprites.png') -384px 0px no-repeat;
}

.expandable-panel {
  width: 100%;
  position: relative;
  min-height: 50px;
  overflow: auto;
  margin-bottom: 20px;
  border: 1px solid #999;
}

.expandable-panel-heading {
  width: 100%;
  cursor: pointer;
  min-height: 50px;
  clear: both;
  background-color: #E5E5E5;
  position: relative;
}

.expandable-panel-heading:hover {
  color: #666;
  background-color: #D0D7F3;
}

.expandable-panel-heading h2 {
  font-size: 18px;
  line-height: 20px;
  padding-top: 14px;
  padding-right: 10px;
  padding-left: 15px;
}

.expandable-panel-content {
  padding: 0 15px 0 15px;
  margin-top: -999px;
}

.expandable-panel-content p {
  padding-top: 4px;
  padding-right: 0;
  padding-bottom: 6px;
  padding-left: 0;
}

.expandable-panel-content p:first-child {
  padding-top: 10px;
}

.expandable-panel-content p:last-child {
  padding-bottom: 15px;
}

.expandable-panel-content img {
  float: right;
  padding-left: 12px;
}

.expandable-panel-content imglEFT {
  float: left;
  padding-left: 12px;
}

.header-active {}

.expandable-panel-content .inner-left {
  float: left;
}

.quote {
  font-style: italic;
  color: #0097DF;
  font-weight: bold;
}

.quote-top {
  font-size: large;
  font-style: italic;
  color: #0097DF;
  font-weight: bold;
  margin-top: 2em;
}

.quoteblack {
  font-style: italic;
  color: #000000;
  font-weight: bold;
}

.red:hover {
  border-color: #66afe9;
  box-shadow: 0 0 8px rgba(255, 0, 0, 0.6);
}

.rotate:hover {
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

a:hover {
  -webkit-stroke-width: 5.3px;
  -webkit-stroke-color: #FFFFFF;
  -webkit-fill-color: #bf8847;
  text-shadow: 1px 0px 20px #bf8847;
}

.opacity_img {
  opacity: 0.45;
}

.opacity_img:hover {
  cursor: pointer;
  opacity: 1.0;
}

.div_left-25w {
  float: left;
  width: 48%;
  margin-right: 1em;
  background: url(../images/sml-weekend_taster_2016.jpg);
  background-size: cover;
  margin-bottom: 1em;
  padding: 1em;
  font-weight: 700;
  text-shadow: 0 1px 0 black;
}

.div_left-2 {
  float: left;
  width: 48%;
  margin-right: 1em;
  background-size: cover;
  margin-bottom: 1em;
  padding: 1em;
  background-image: url(../images/sml-feng-shui-professional-consultant-course-banner1.jpg);
  font-weight: 700;
  text-shadow: 0 1px 0 black;
}

.div_left-3 {
  float: left;
  width: 48%;
  margin-right: 1em;
  background-size: cover;
  margin-bottom: 1em;
  padding: 1em;
  background-image: url(../images/sml-astrology-MASTERCLASS-banner.jpg);
  font-weight: 700;
  text-shadow: 0 1px 0 black;
  color: #FFF;
}

.div_left-4 {
  float: left;
  width: 48%;
  margin-right: 1em;
  background-size: cover;
  margin-bottom: 1em;
  padding: 1em;
  background-image: url(../images/sml-distance-learning-course-web-banner.jpg);
  font-weight: 700;
  text-shadow: 0 1px 0 black;
  color: #FFF;
}

.hr {

  height: 10px;

  border: 0;

  box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.4);

  margin-left: 1px;

}

#banner .nav-previous,
#banner .nav-next{
  display: block!important;
}

@media screen and (max-width: 768px){
	/* #page-header2 h1{
		width: 100%;
    overflow: visible;
    font-size: 18px;
    margin: 0;
    padding: 5px 0;
    float: none;
    text-align: center;
    position: relative;
    top: 80px;
	}
	
	#page-header2{
		background-position: 50% 0%;
		height: auto;
	}
	#page-header2 #rightbox{
		float: none;
		width: 100%;
		margin-top: 0;
		padding-top: 100px;
	}
	#banner .viewer{
		height: 100px!important;
	}
	#banner .captions{
		height: auto!important;
		padding: 0!important;
	}
	#banner{
		margin: 0 -40px 0 0!important;
	}

	/* .showMobile nav{
		margin-top: 15px!important;
	}
	.showMobile{
		width: 100%!important;
    display: block!important;
    height: auto!important;
    position: relative;
    z-index: 9;
  }
  #banner{
    left: 0!important;
    width: 100%;
  }
  iframe{
    width: 100%!important;
  }
  .mobileUI-site-name{
    display: block!important;
  }  */
	.div_left-25w,
	.div_left-2,
	.div_left-3,
	.div_left-4{
		width: 100%!important;
  }
  #page-header2 #intersc{
    color: #000000;
  }
}
.div_left-25w,
.div_left-2,
.div_left-3,
.div_left-4{
  background-color: #bf8847!important;
  background: none;
  color: #fff;
}.10Mround {
	padding: 10px;   
}

.card {
	box-shadow: 0 0 10px 0 rgba(0,0,0,.1);
	border-top: 4px solid #00a961;
	position: relative;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #cfddf3;
    border-radius: .25rem;
}
.updates {
        display: flex;
}
.divL, .divR {
	float: none;
    display: block;
	box-sizing: border-box;
	padding: 2x;
	border: thin solid #cfddf3;
	border-radius: 1.25rem;
	background-color: #f0f4fa;
	width: 24%
}
.divL, .divR {
    
    width: 24%;
	
@media only screen and (max-width: 768px) {
  
  
}
/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #ccc;
}


