/*-----------------------------
RESET
-----------------------------*/
html, div, span, applet, object, iframe,
blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li, p,h1, h2, h3, h4, h5,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align:bottom;
	background: transparent;
}
ol, ul {
	list-style: none;
	
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px; 
	line-height:24px;
	margin:0;
	background-color:#fff;
	color:#8f8b89; 
}

/*========================================================================
NAVIGATION
------------------------------------------------------------------------*/

#navwrapper{
  width: 100%;
  height: auto;
  position: relative;
z-index: 6000;
  top: 0;
	background:0 none;
	 -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
  		  transition: all 0.2s linear;
}

#navouter{
  width: 95%;
  max-width: 95%;
  height: auto;
  position: relative;
  margin: 26px auto 0;
  	 -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
  		  transition: all 0.2s linear;
}

#nav{
  	border-top: 1px solid #ebebeb;
    clear: right;
    float: none;
    margin: 20px 0 0;
    padding: 15px 0 0;
    text-align: center;
	width:100%;
	display:table;
  	 -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
  		  transition: all 0.2s linear;
}


#nav li{
	display: table-cell;
    height: 100%;
    margin: 0;
    position: relative;
    vertical-align: top;
    width: 9.11%;
	padding:0 1%;	
	border-left:1px solid #ebebeb;
  	 -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
  		  transition: all 0.2s linear;
}
#nav li:hover .dropdown {left:-40px}
#nav li:first-child{
	border-left:0 none;	
}

#nav li a {
min-height: 35px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #707070;
  display: block;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
  width:100%;
  height:auto;
  line-height:1.5;
  padding:10px 0;
  	 -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
  		  transition: all 0.2s linear;
}

#nav li a:hover,
#nav li a.active{
  color: #075996;
}

#nav li a.topLevel:hover:after,
#nav li a.active.topLevel:after {
	bottom: -20px;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(168, 197, 218, 0);
	border-top-color: #a8c5da;
	border-width: 10px;
	margin-left: -10px;
	z-index:1000;
}

#nav li .dropdown {
    z-index: 100000;
    background: #efefef none repeat scroll 0 0;
    left: -999em;
    padding: 20px;
    position: absolute;
    text-align: left;
    top:55px;
    width: 1150px;
}
.dropdown dl {
    display: inline-block;
    margin: 0 1% 20px;
    text-align: left;
    vertical-align: top;
    width: 22%;
}
.dropdown dt {
    border-bottom: 1px solid #d8d8d8;
    color: #075996;
    font-family: 'Open Sans', sans-serif;
    font-size: 12px;
    margin: 0 0 10px;
    text-transform: uppercase;
	font-weight:700;
}
#nav li .dropdown a{
	padding:5px;
}

#headerCall{
	float:right;
	line-height:1.2;
	text-align:right;
	margin:0px 0 10px 0;

	font-family: 'Open Sans', sans-serif;
	color:#075996;
	font-weight:600;
		 -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
  		  transition: all 0.2s linear;
}
#headerCall span{
	color:#737373;
	text-transform:uppercase;
	font-weight:400;
}
#headerCall i{
	color:#737373;
}

#logo{
  width: 100%;
  max-width: 631px;
  float: left;
  margin: 0 0 0 0;
  	 -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
  		  transition: all 0.2s linear;
}

#logo img {
  width: 100%;
  max-width: 631px;
  	 -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
  		  transition: all 0.2s linear;
}


#mainMenuMobile {display:none; }
#mainMenuMobile li{
	height:auto;
	border-bottom:1px solid #fff;
	padding:10px 0 10px 10px;
}
#mainMenuMobile li .submenu{
	display:none;
	margin:10px 0;
	 -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
	   -o-transition: all 0.2s linear;
  		  transition: all 0.2s linear;
}
.submenu > a {
    font-size: 12px;
    margin: 10px 0 10px 20px;
}

#mainMenuMobile li a{
	display:block;
	color:#fff;
	font-family: 'Montserrat', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	text-decoration:none;
	font-size: 15px;
}
.mobilemenu {
	background-color: #075996;
    display: none;
    font-size: 14px;
    height: 30px;
    line-height: 20px;
    margin: -3px 0 0;
    padding: 13px;
    position: absolute;
    left:10px;
    text-align: center;
    top: 5px;
    transition: all 0.2s linear 0s;
    width: 30px;
}
#showMainMenu2 {
    background: #fff none repeat scroll 0 0;
    right: 0;
    top: 3px;
}
#showMainMenu2 .icon-bar {
    background-color: #2eaadd;
}
.hideBurger{
	 -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
	   -o-transition: all 0.2s ease;
  		  transition: all 0.2s ease;
	display:none !important;
}

.leftMobileMenu {
	position: fixed;
	width: 70% !important;
	height: 100% !important;
	top: 0;
	z-index: 90;
	background-color:#27a2d5;
	padding:20px;
	right: 0;
	 -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
	   -o-transition: all 0.2s ease;
  		  transition: all 0.2s ease;
}

#mainMenuMobile > ul {
    left: 40%;
    position: absolute;
    width: 70%;
	top:100px;
	-moz-transition: all 0.8s ease;
  -webkit-transition: all 0.8s ease;
	   -o-transition: all 0.8s ease;
  		  transition: all 0.8s ease;
}
.icon-bar {
    background-color: #fff;
    border-radius: 1px;
    display: block;
    height: 3px;
    line-height: 14px;
    margin-top: 5px;
    vertical-align: text-top;
    width: 31px;
	 -moz-transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
	   -o-transition: all 0.4s ease 0s;
          transition: all 0.4s ease 0s;
}
.rotateLeft {
    margin-top: 10px;
    position: relative;
    transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}
.rotateRight {
    margin-top: -3px;
    position: relative;
    transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.menu-open {
	-webkit-transform: translate3d(-20%, 0,  0px) !important;
   		 	transform: translate3d(-20%, 0,  0px) !important;
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
	-webkit-transition-duration: .45s;
    		transition-duration: .45s;
	-webkit-transform: translateZ(0px);
			transform: translateZ(0px);
}
.push-toleft {
	-webkit-transform: translate3d(-60%, 0,  0px) !important;
   		 	transform: translate3d(-60%, 0,  0px) !important;
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
	-webkit-transition-duration: .25s;
    		transition-duration: .25s;
	-webkit-transform: translateZ(0px);
			transform: translateZ(0px);
}

/*--------------------------------------------------------------
TINY NAV
#==============================================================*/


#navwrapper.tiny{
  height: 55px;
  background:rgba(0,0,0,0.5);
}

#navwrapper.tiny #logo {
    margin-top: -10px;
    width: 50%;
}

#navwrapper.tiny #logo img{
  width: 60%
}
#navwrapper.tiny #headerCall{
	margin-top: -40px
}
#navwrapper.tiny #nav {
  margin-top: -10px
}

#navwrapper.tiny .mobilemenu {
	padding:13px 13px 12px 13px;
}


#content {
    background: none repeat scroll 0 0 #ffffff;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 100;
      overflow-y:hidden;
}


/*--------------------------------------------------------------
PAGES
==============================================================*/

#blueBanner {
    background: #075996 none repeat scroll 0 0;
    color: #fff;
    padding: 38px 0;
    text-align: center;
    width: 100%;
       font-family: "gotham_light",sans-serif;
}
.smallBanner{
	padding:60px 0 !important;	
}
#blueBanner h3 {
    border-bottom: 1px solid #276ea4;
    margin: 0 auto 10px;
    max-width: 900px;
    padding: 0 0 10px;
    width: 95%;
	color:#fff;
}

#courseDetailsBanner{
	background: #075996 none repeat scroll 0 0;
    color: #fff;
    color:rgba(255, 255, 255, 0.85);
    display: table;
    padding: 0 2.5%;
    width: 95%;
   font-family: "gotham_light",sans-serif;
}

#courseDetailsBanner b{

   font-family: "gotham_bold",sans-serif;
}

#courseDetailsLeft {
    display: table-cell;
    padding: 20px 2% 20px 0;
    width: 60%;

}
#courseDetailsLeft span{
	display:block;
}
.section{

}
.courseTitle{
	font-size:38px;
	color:#fff;
	text-transform:uppercase;
	font-weight:400;
	line-height:1;
    letter-spacing:-1px;
}
.courseTitle strong{
	font-weight:700;	
}
#courseDetailsLeft a{
	float:left;	
	margin:20px 0 0 0;
}
#courseDetailsLeft .price{
	display:inline-block;	
	float:right;
	text-align:right;
	margin:29px 0 0 0;
}
#courseDetailsLeft .price strong{
	color:#fff;	
}

#courseCallback {
    background: #efefef none repeat scroll 0 0;
    display: table-cell;
    padding: 20px 2%;
    vertical-align: top;
    width: 35%;
}
#courseCallback h4 {
    margin: 0 0 20px;
    text-align: right;
}

#imageBanner{
	background:#ebebeb;
	width:100%;	
}
#imageBanner  .mainDiv,
.imageDivideBar .mainDiv {
    margin: auto;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
    width: 100%;
    position:relative;
}
.imageDivideBar{
	clear:both;
	margin:50px 0;
	width:100%;	
	text-align:center;
}
.imageDivideBar img{
	display:inline-block;
}
.greywide{
	background:#ebebeb;
	width:100%;		
	margin:0 0 40px 0;
   font-family: "gotham_light",sans-serif;


}

.greywide b{
    font-family: "gotham_bold",sans-serif;
    font-size:19px;
}

.greyStatement {
    color: #5b5b5b;
    font-size: 18px;
    line-height: 1.5;
    margin: auto;
    max-width: 1200px;
    padding: 20px 0;
    text-align: center;
    text-transform: uppercase;
    width: 95%;
}

.courseList li{
	border-bottom:1px solid #ebebeb;
    padding: 20px 0;
	overflow:auto;
	 -moz-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
	   -o-transition: all 0.2s ease;
  		  transition: all 0.2s ease;
}
.courseList li:hover{
	background:#ebebeb;	
}
.courseList li .wrap{
	padding:0 10px;	
}
.courseList li .courseImage {
	float:left;
	margin:0 1% 0 0;
	width:20%;	
}
.courseList li .courseImage img{
	width:100%;	
}
.courseList li .courseDetails{
	float:left;
	width:70%;
	margin:0 1% 0 0;
}
.courseMore {
    float: left;
    text-align: center;
    width: 8%;
}

th{
	background:#075996;
	color:#fff;	
	font-family: "Open Sans",sans-serif;
	text-transform:uppercase;
	padding:10px;
	text-align:left;
	margin:0 0 10px 0;
}
.zebraStriped  td{
	padding:10px;
	border-top: 1px solid #eaeef1;
}
.zebraStriped > tbody > tr:nth-child(2n+2) > td{
	background-color: #f7fafa;	
}
.zebraStriped tr:hover td{
	background-color: #f2f7fa !important;		
}

.news-post {
    float: left;
    margin: 0 0 40px;
    width: 100%;
}
.news-title {
    margin: 0 0 20px;
}
.news-title p {
    border-bottom: 1px solid #c5c8cb;
    border-top: 1px solid #c5c8cb;
    color: #373737;
    font-size: 12px;
    padding: 10px 0;
}
.news-image {
    float: right;
}
.news-image {
    margin: 0 20px 20px 0;
    overflow: hidden;
    position: relative;
    transition: all 0.2s ease 0s;
    width: 230px;
}
.news-summary {
    height: auto;
    margin: 0 0 20px;
}

/*--------------------------------------------------------------
FOOTER
==============================================================*/
.form-control {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
	font-family: "Open Sans",sans-serif;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 2.5%;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 95%;
	margin:0 0 5px 0;
}

#blueFoot {
    background: #075996 none repeat scroll 0 0;
    color: #fff;
    font-family: "gotham_light",sans-serif;
    font-size: 22px;
    margin: 50px 0;
    padding: 40px;
    text-align: center;
    text-transform: uppercase;
}
#blueFoot b{
   font-family: "gotham_bold",sans-serif;
}
#blueFoot p{
	font-size:15px;
	margin:10px 0 0 0;
}
#blueFoot a{
	color:#fff;
	text-decoration:none;
}

.button {
       font-family: "gotham_light",sans-serif;
}



#innerFooter{
	width:95%;
	margin:0 auto 40px;
	overflow:hidden;	
}
#footSocial{
	float:left;	
	width:20%;
	text-align:left;
	padding:56px 0 0 0;
}
#footSocial a {
	display:inline-block;	
}
.fa-stack{
	color:#3fa1da;		
}
#footLogo{
	float:left;	
	width:60%;
	text-align:center;
}
#footLogo2{

	text-align:center;
}

#footCredit{
	float:right;	
	width:20%;
	text-align:right;
	padding:0px 0 0 0;
}

/*--------------------------------------------------------------
GENERAL
==============================================================*/
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clearfix:after {
    clear: both;
}
.clearfix:before, .clearfix:after {
    content: "";
    display: table;
    line-height: 0;
}
.clear{
 clear:both;
}

.max1200{
	width:100%;
	max-width:1300px;
	margin:0 auto;
}
.max90{
	width:90%;
	margin:0 auto;
	overflow:auto;	
	display:table-row;
}


.left40{
	float:left;
	width:40%;
	max-width:815px;
}
.right60{
	float:right;
	width:60%;
	max-width:505px;
}
 .left60{
	float:left;
	width:60%;
	max-width:815px;
}

.left70{
	float:left;
	width:70%;
}
.right40{
	float:right;
	width:40%;
	max-width:505px;
}

.right30{
	float:right;
	width:30%;
	max-width:505px;
}


.normalList{
	margin:0 0 0 16px;
	list-style:disc;	
}
.spT{
	margin-top:28px;
}
.spB{
	margin-bottom:28px;
}
.spTB{
	margin-top:28px;
	margin-bottom:28px;
}
.paddTB{
	padding-top:20px;	
	padding-bottom:20px;
}
.split1, .split2, .split3, .split4, .split5, .split6{
	width:100%;
	overflow:hidden;	
}
.split1 li, .split2 li, .split3 li, .split4 li, .split5 li, .split6 li{
	display:inline-block;
	float:left;
	padding:0;	
	vertical-align:top;
}

.split2 li{
	width:50%;	
	text-align:left;
}
.split3 li{
	width:33.333%;	
}
.split5 li{
	width:20%;
}
.split2 li li ,.split3 li li, .split4 li li, .split5 li li   {
    width: 100%;
}
.wrap{
	padding:0 20px;
}	
.centerThis{
	text-align:center;
}
/*--------------------------------------------------------------
TEXT
==============================================================*/
h1, h2, h3, h4 {font-family: 'Open Sans', sans-serif; text-transform:uppercase; line-height:1;}

h2{
	font-size:60px;
	font-weight:400;
       font-family: "gotham_light",sans-serif;
       letter-spacing:-2px;
}
h3{
	font-size:24px;
	font-weight:400;
	margin:0 0 20px 0;
    letter-spacing:-1px;
    color:#606d73;
           font-family: "gotham_light",sans-serif;

}
h3 strong{
	font-weight:700;
    	color:#075996;
}

#blueBanner h3 strong{

           font-family: "gotham_bold",sans-serif;
    	color:#fff;


}

h4{
color: #075996;
	font-size:15px;
	font-weight:600;	
}

.smallOpen {
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
.largeOpen {
    font-family: "Open Sans",sans-serif;

    line-height: 1.3;
    font-size:22px;
    letter-spacing:-1px;
}
.blueText{
	color:#075996;
}
.greyText{

}
.sectionTitle{
   font-size: 20px;
	padding:20px 0;
}

.sectionTitle b{
 font-size:21px;
}

.button{
	border:0 none;
    cursor: pointer;
    display: inline-block;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    outline: medium none;
    padding: 12px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
    vertical-align: middle;
    width: auto;	
}
.whiteOutline{
	color:#fff;
	border:1px solid #fff;	
}
.blueOutline{
	color:#075996;
	border:1px solid #075996;	
}
.greyOutline{
	color:#8f8b89;
	border:1px solid #8f8b89;	
}
.fullWidthButton{
	width:100%;	
}
a{
	text-decoration:none;
	color:#075996;
}	
p{
	margin:0 0 10px 0;
}

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

}

.button:hover{
  background-color:#EFEFEF;
  color:#075996;
  border-left:5px solid #075996;
}



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

}




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

}

.bannerDual {
  margin-top:2px;
  margin-bottom:2px;
}

.bannerDual .img1{
         width:66.5%;
}

.bannerDual .img1-wide{
         width:100%;
}


.bannerDual .img3{
        display:none;
    }

  .bannerDual .img4{
        display:none;
    }

.smallWidth{
  width:33.9%
}

    .blue{
      color:#075996;
    }

    .regfont{
	font-family: "Open Sans",sans-serif;
    }

    .max900{
      margin:auto;
      max-width:900px;
    }


    .backGrey{
      padding:10px;
      background-color:#f6f6f6;
    }


    #map-canvas {
     float: left;
     margin-right:1%;
    height: 400px;

}

.mapArea img{
  max-height:400px;
}

video {
margin: 0 0 -10px;
  padding:0;
}

.rightVideo{
  margin:-6px;
      width:65.8% !important;
      margin-left:3px;
}

.triBar{
  margin-top:30px;
  margin-bottom:20px;
}

.tri1{
width:40.3%
}
.tri2{
         width:24.2%
}
.tri3{
  width:34.7%;
}


#blueFoot a:hover{
  text-decoration:underline;

}

.imageTestimonial{

background-color:#075996;
color:#fff;
position:absolute;
 top: 50%;
right:0;
bottom:0;
font-family: "Open Sans",sans-serif !important;
font-size:15px;
text-transform:uppercase;
vertical-align:center;
}

.imageTestimonial p{
top:0;
bottom:0;
left:0;
right:0;
  display: table-cell;
     vertical-align: middle;
  margin: auto;
position:absolute;
  padding:20px;
  padding-top:40px;
  white-space:normal;
}


.homeMain{
  float:left;
  width:73%;
  overflow:hidden;
  position:relative;
}

.homeSmall{
  float: left;
    margin-left: 0.4%;
    width: 26.6%;
}

.homeLeft{
  display:none;
}

video{
  width:100%;
}

.narrowCol{
  max-width:800px;
}

.callToAction{
  padding:10px;
}
.col50{
  width:48%;
  padding:1%;
  float:left;
}

.largeBlue{
  letter-spacing:-1px;
  font-size:28px;
	color:#075996;
}

.subTitle {
   font-family: "gotham_bold",sans-serif;
font-size:30px;
}

.subTitle span {
  display:block;
 font-size:18px;
   font-family: 'Open Sans', sans-serif;
}
td{
  font-size:14px;
}

td .button{
    padding: 5px 15px;

}


.modBlock {
    background-color: blue;
    color: #fff;
    padding: 7px 10px;
    margin-right:10px;
}


#filterMods{
  padding-bottom:20px;

}

.promoClick{
  width:50%;
  height:auto;
  max-width:300px;
  position:relative;


}
.buttonOver{
left:0;
top:0;
right:0;
bottom:0;
margin:auto;
text-align:center;
position:absolute;
z-index:5000;
}

.blurred{
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.flRi{
float:right;
}

.enquiryForm .form-control{
  height:auto !important;
  margin-bottom:15px;
}

.enquiryForm{
  width:65%;
}

.clickInner{
  cursor:pointer;
}

.rightmarg{
  margin-right:15px !important;
}

dd i{
  padding:5px 10px;
  background-color:red;
  font-style:normal;
  font-weight:bold;
       margin-right:7px;
       color:#fff;
}

dd a{
  text-transform:none !important;
  font-weight:normal !important;
}




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


.snap-drawer p {
    font-size: 12px;
    opacity: 0.5;
    padding: 15px;
}


.snap-drawer i {
    color: #bfe1fc;
    margin-right: 10px;
}


.snap-drawer li > a {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff !important;
    display: block;
    font-size: 15px;
    font-weight: inherit;
    padding: 13px 13px 7px 0;
    text-decoration: none;
    text-indent: 10px;
    text-shadow: 0 1px 0 #000;
}
.snap-drawer {
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #2e3037 0%, #2e3037 91%, #202026 100%) repeat scroll 0 0;
    color: #fff;
}
.snap-drawer-left {
    left: 0;
    z-index: 1;
}
.snap-drawer {
    opacity:0;
    bottom: 0;
    height: auto;
    left: auto;
    overflow: auto;
    padding-top: 5px;
	 position: fixed;
    right: auto;
    top: 0;
    transition: width 0.3s ease 0s;
    width: 265px;
}



.push-toleft {
	-webkit-transform: translate3d(265px, 0,  0px) !important;
   		 	transform: translate3d(265px, 0,  0px) !important;
	-webkit-transform-style: preserve-3d;
			transform-style: preserve-3d;
	-webkit-transition-duration: .25s;
    		transition-duration: .25s;
	-webkit-transform: translateZ(0px);
			transform: translateZ(0px);
}


#content {
    background: none repeat scroll 0 0 #ffffff;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s linear 0s;
    width: 100%;
    z-index: 100;
   overflow: hidden;
}


.faqBlock{
  margin-bottom:40px;
}

.faqBlock p{
  border-bottom:1px dotted #cacaca;

  padding-bottom:10px;
}

.listBox{
  line-height:37px;
  border-bottom:1px dotted #cacaca
}


#nav li .dropdown a {
 min-height:20px;
}

.benefitBox{
  float:left;
  width:29%;
  margin:1%;
  height:200px;
  padding:1%;
  background-color:#e7ebef;
}

.leftPadder{
margin-left:20%;
}


.imageTestimonial i {
    color: #b9d3e6;
    font-style: normal;
    text-transform: none;
}
.remodal {
    background: #efefef none repeat scroll 0 0 !important;
    }

    .remodal #courseCallback{

     display:block;
     width:95%;
    }



    .success{
   background-color:#086806;
   color:#e1ffe0;

    }

  #headerCall{
    line-height:23px;
  }

  .successPost{
    padding:2%;
    text-align:center;
    max-width:500px;
    margin-bottom:25px;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
  }

          .remodal .successPost{
          width:95% !important;
          max-width:100%;
        }


.leftAlign{
  text-align:left !important;
  width:100% !important;
  max-width:100%;
}

.leftAlign p {
    line-height: 34px;
    padding-right: 20px;
    width: 60%;
}

.smallBar{
  width:60%;
}
.imagePadder{

margin-bottom:40px;
}

.latestNews {
    float: left;
    margin: 0 5% 0 0;
    width: 65%;
}
#rightSide {
    float: right;
    width: 30%;
}

.news-image img {
    transition: transform 0.4s ease 0s;
    width: 100%;
}

.consentBox {
    background: #f4f4f4;
    padding: 20px;
    border-radius: 6px;
    border: 1px solid #ccc;
}