/*
Theme Name: MSL Jan2015 Theme
Theme URI: http:www.danielhills.co.uk
Author: Daniel Hills Design
Version: 1.0
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html { 
     -webkit-text-size-adjust:none;  
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, 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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: 'Patua One', sans-serif;	
	font-weight: normal;
}

ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
a {
	text-decoration:none;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/

#container {
	float: left;
	width: 100%;
}
#content {

}




/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

.one-column #content {
	margin: 0 auto;
	width: 640px;
}

/*
LAYOUT: Full width, no sidebar
DESCRIPTION: Full width content with no sidebar; used for attachment pages
*/

.single-attachment #content {
	margin: 0 auto;
	width: 900px;
}


/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url,

#wp-calendar,
.comment-meta,
.comment-body tr th,
.comment-body thead th,
.entry-content label,
.entry-content tr th,
.entry-content thead th,
.entry-meta,
.entry-title,
.entry-utility,
#respond label,
.navigation,
.page-title,
.widget-title,
.wp-caption-text,
input[type=submit],
input[type=text],
textarea {
	font-family: Arial, Helvetica, sans-serif;
}

.access 
.menu,
.access div.menu ul {
		font-family: 'Patua One', sans-serif;	

}

input[type=submit] {
-webkit-appearance: none; 
}


/* =Structure
-------------------------------------------------------------- */

/* The main theme structure */
.access .menu-header,
div.menu,
#wrapper, #footer {
	margin: 0 auto;
	max-width: 960px;
	width: 100%;
}

.footernav {
	margin-bottom: 20px;
}

#wrapper {
	background-color: #FFF;
	margin-top: 20px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	padding-bottom: 20px;
}




/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */
body {
	background: #333333;
}
body,
input,
textarea {
	color: #666;
	font-size: 14px;
	line-height: 18px;
}
hr {
	background-color: #e7e7e7;
	border: 0;
	clear: both;
	height: 1px;
	margin-bottom: 18px;
}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	list-style: square;
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 18px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	overflow: auto;
	padding: 1.5em;
}

sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

input[type="text"],
textarea, input {
	background: #fff;
	border: 1px solid #dddddd;
	padding: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	behavior: url(wp-content/themes/mgl/pie/PIE.htc);
	
}

.pagebox table {
	margin:20px 0;
	border-collapse:collapse;
}

.pagebox td,.pagebox th {
	padding:.3em;
	border:1px #5a5a5a solid;
	font-weight:300;
}

.pagebox thead {
	background:#5a5a5a;
	color:#FFF;
}

a:link, a:visited, a:active, a:hover {
	color: #666666;
}



/* =Header
-------------------------------------------------------------- */

#header {
	padding: 0;
}


#headerlogo {
	border: 0;
	margin: 30px 0 20px 40px;
	float: left;
}

#headerlogo img, #headerlogo img a {
	border:none;
}

#headertext {
	border: 0;
	margin: 38px 40px 14px 0;
	float: right;
	width: 460px;
	text-align: right;
}
#headertext h2 {
	display: inline-block;
	margin: 0 0 0 10px;
}
#headertext h2.headertabplay a {
	background-color: #b62076;
	padding: 5px 15px 9px;
	-moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;	
    text-decoration: none;
    color: #fff;
}
#headertext h2.headertabteach a {
	background-color: #494949;
	padding: 5px 15px 9px;
	-moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -khtml-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;	
    text-decoration: none;
    color: #fff;
}

#headertext h2.headertabplay.active a,
#headertext h2.headertabteach.active a {
	padding: 5px 10px 20px;
}
.headersocial {
	border:0;
	margin:20px 10px 20px 0;
	float:right;
	width:268px;
}

.headersocial img {
	border:0;
	margin:0 7px 0 0;
	float:left;
}

.headersocial img a {
	border:0;
}

.headersocialtext {
	border: 0;
	margin: 10px 5px 20px 0;
	float: left;
	width: 95px;
	font-size: 16px;
	font-family: 'Patua One', arial, sans-serif;
}
.controlpanellogin {
	border: 0;
	margin: 0 30px 0 0;
	float: right;
	background-color: #EFEFEF;
	padding: 28px 20px 10px;
	-moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -khtml-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;	
}


/* =Menu
-------------------------------------------------------------- */

.50transparent {
		filter: alpha(opacity=50);
	-moz-opacity:0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.access {
	background: #B62076;
	display: block;
	float: left;
	margin: 0 auto;
	width: 100%;
	z-index: 1;
}
.tutoraccess {
	background: #494949!important;
}
.access .menu-header,
div.menu {
	font-size: 17px;
	margin-left: 20px;
	width: auto;
	
}
.access .menu-header ul,
div.menu ul {
	list-style: none;
	margin: 0;
}
.access .menu-header li,
div.menu li {
	float: left;
	position: relative;
	
}
.access a {
	color: #fff;
	display: block;
	line-height: 43px;
	padding: 0 10px;
	text-decoration: none;
}
.access ul ul {
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 240px;
	z-index: 99999;
	background: #9B1B63;
	padding: 5px;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	
}
.access ul ul li {
	min-width: 180px;
}
.access ul ul ul {
	left: 100%;
	top: 0;
}
.access ul ul a {
	background: #9B1B63;
	line-height: 1.2em;
	padding: 10px;
	width: 220px;
	height: auto;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	
}
.access li:hover > a {
	background: #9B1B63;
	color: #fff;
}
.tutoraccess li:hover > a {
	background: #B62076!important;
}
.access ul ul :hover > a {
	background: #B62076;
	color: #fff;
}
.access ul li:hover > ul {
	display: block;
}
.access ul li.current_page_item > a,
.access ul li.current-menu-ancestor > a,
.access ul li.current-menu-item > a,
.access ul li.current-menu-parent > a {
	color: #fff;
}
* html .access ul li.current_page_item a,
* html .access ul li.current-menu-ancestor a,
* html .access ul li.current-menu-item a,
* html .access ul li.current-menu-parent a,
* html .access ul li a:hover {
	color: #fff;
}


/* =tempate elements
-------------------------------------------------------------- */
.round {	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
.headerimage {
	float: left;
	width: 906px;
	margin-bottom: 20px;
	background-color:#FFF;
	padding: 0 0 0 10px;
	height: 290px;
}
.pageimage {
	margin: 0;
	line-height: 1;

}
#oursystems {
	margin: 20px 0 5px 0;
}

.featurebox {
	padding: 20px;
	float:left;
	margin-bottom: 20px;
	position:relative;
	}

.featurebox h2 {
	padding: 0;
	margin-bottom: 20px;
	font-size: 27px;
}
.featurebox h3 {
	padding: 0;
	margin-bottom: 5px;
	font-size: 20px;
	line-height: 1.12em;
}
.featurebox p {
	color: #FFF;
}

.featuredtutorimage {
	float:left;
	margin: 20px 20px 0 0;
	width: 100px;
}
.featuredtutortext {
	float:right;
	margin: 20px 0 0 0;
	width: 290px;
	height: 180px;
	overflow: hidden;
}
.featuredtutortext h3, .featuredtutortext h3 a {
	color: #fff;
}
.sidebarbox, .controlpanel {
	padding: 20px;
	float:left;
	margin: 0 0 20px 0;
	width: 820px;
}
.sidebarbox p {
	color: #FFF;
	}	

.blog-entry-listings h2 {
	margin: 15px 0 !important;
}
.findatutor {
    float: left;
    margin-bottom: 20px;
    padding: 20px;
    position: relative;
	width: 530px;
}
.findatutor h2 {
	display:inline-block;
	margin: 0 20px 0 0 !important;
	float: left;
}
.wppl-h2 > a {/* Dan - June 2015 */
    color: #b62076; 
}
.findatutor ul {
	display:inline-block;
	margin: 0!important;
	float: left;
}

.findatutorhome {
    float: left;
    margin-bottom: 20px;
    padding: 7px 10px 7px 15px;
    position: relative;
	width: 390px;
	background-color: #9B1B63;
}
.findatutorhome h3 {
	display:inline-block;
	margin: 0 10px 0 0 !important;
	float: left;
    font-size: 16px;
	color: #fff;
}

.controlpanelwrapper {
	clear: both;
    float: left;
}
h3.controlpanelheader {
	margin: 0 0 15px 0 !important;
	color: #9B1B63;
}

.controlpanel h2 {
	margin: 0 0 15px 0;
}

.controlpanel h3 {
	margin: 0 0 20px 0;
}

.controlpanel ul {
	list-style:outside none;
	padding: 0px;
	margin: 0 0 10px 0;
}

.control-panel-block {
	margin: 25px 0;	
	font-size: 17px;
}

.controlpanelpackage {
	float: right;
    margin: 0;
    width: 100%;
}
.packagecontainer {
	margin: 0 20px 20px 0;
	background-color: #EFEFEF;
	padding: 20px;
	width: 380px;
	float: left;
	min-height: 130px;
	border-radius: 10px;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
}
.packagecontainer h3{
	margin-bottom: 15px;
}

.logout {
	background-color: #666666;
	color:#fff!important;
	padding: 5px 7px;
	float: right;
	font-weight: normal;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	margin-bottom: 20px;
	margin-left: 50px;
	font-size: 14px;
}
 .change-password {
	background-color: #efefef;
	color:#5A5A5A;
	padding: 5px 7px;
	float: right;
	font-weight: normal;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	margin: 0 10px 20px 0;
	font-size: 14px;
}

.pagestatus {
		margin: 10px 0;
		font-size: 14px;
		clear: both;
		margin: 15px 0;
}
.status-green {
	color: #063;
}
.status-red {
	color: #920003;
}

.pageedit {
	float: left;
    margin: 15px 10px 0 0;
}
	
.pageedit a {
	background-color: #fff;
	color:#5A5A5A;
	padding: 5px 7px;
	
	font-weight: normal;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	
}

.testimonials {
	padding: 20px 20px 0 20px !important;
}

.blue3 h3 a {
	color:#FFF;
	text-decoration:none;
}

.pagelinks ul {
	margin: 0;
	list-style: none;	
	}
	
.pagelinks ul li {
	padding: 10px;
	margin: 0;
	list-style: none;
	font-weight: 300;
	font-size: 18px;
	}
	
.pagelinks ul li a {
	font-weight: 300;
	text-decoration: none;
}	
.pagebox {
	padding: 20px;
	float:left;
	margin-bottom: 20px;
	position:relative;
}
.pageboxresponsive {
	padding: 2%;
	width: 96%;
	float:left;
	margin-bottom: 20px;
	position:relative;
}	
.pagebox h1,
.pageboxresponsive h1 {
	font-size: 34px;
	margin-bottom: 30px;
	line-height: 1.2em;
}
.pagebox h2,
.pageboxresponsive h2 {
	font-size: 25px;
	margin: 30px 0 10px 0;
	line-height: 1.2em;
}

.pagebox a
.pageboxresponsive a {
	text-decoration: none;
	font-weight: bold;
	color: #B62076;
}

.post h2 a {
	font-weight: normal!important;
}

.sidebarbox h2, .sidebarbox h2 a {
	
	font-size:22px;
	text-decoration: none;
	margin-bottom: 13px;
	line-height: 1.2em;
}

.sidebarbox2 h2, .sidebarbox2 h2 a {
	
	font-size:20px!important;

}

.sidebarbox .current_page_item {

	background-color: #E2ECF3;
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	
	
	
}
.breadcrumbs {
	margin-bottom: 20px;
	width: 100%;
}
.breadcrumbs a {
	color: #666666!important;
}


.morelink {
	/*position: absolute;
	left: 20px;
	bottom: 20px;*/
	font-size: 16px;
	font-family: 'Patua One', sans-serif;	
	font-weight: normal;
	padding: 5px 10px;
	clear:both;
	text-decoration:none;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	
	position:relative;
	zoom:1;
	
	}
.morelink-white {
	font-size: 16px;
	font-family: 'Patua One', sans-serif;	
	font-weight: normal;
	padding: 5px 10px;
	clear:both;
	text-decoration:none;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	
	position:relative;
	zoom:1;
	background-color:#fff;
	color:#333!important;
	
	}
	
.morelink-grey {
	
	font-size: 16px;
	font-family: 'Patua One', sans-serif;	
	font-weight: normal;
	padding: 5px 10px;
	clear:both;
	text-decoration:none;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	
	position:relative;
	zoom:1;
	background-color:#5A5A5A;
	color:#fff!important;
	
	}

.morelink-red {
	font-size: 16px;
	font-family: 'Patua One', sans-serif;	
	font-weight: normal;
	padding: 5px 10px;
	clear:both;
	text-decoration:none;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	
	position:relative;
	zoom:1;
	background-color:#B62076;
	color:#fff!important;
	}

.homelinks .morelink {
	background-color:#5899BE;
	margin: 0 5px 5px 0;
	color:#FFF;
		
}

.red .morelink, .grey .morelink {
	background-color:#fff!important;
	color:#333333!important;
}



.white .morelink {
	background-color:#5A5A5A!important;
	color:#fff!important;
}

.white p {
	color:#333333;
}


.positionrelative {
	position:relative;
}

.mt-20 {
	margin-top: 20px;
}
.mb-0 {
	margin-bottom: 0!important;
}
.mb-20 {
	margin-bottom: 20px;
}

.mr-20 {
	margin-right: 20px;
}

.mr-30 {
	margin-right: 30px;
}

.mr-50 {
	margin-right: 50px;
}

.p-20 {
	padding: 20px;
}

.floatl {
	float:left;
}

.w-156 {
width: 156px;
}
.w-180 {
width: 180px;
}
.w-220 {
width: 220px;
}
.w-240 {
width: 240px;
}
.w-253 {
width: 253px;
}
.w-260 {
width: 260px;
}
.w-280 {
width: 280px;
}
.w-350 {
width: 350px;
}
.w-416 {
width: 416px;
}
.w-410 {
width: 410px;
}
.w-420 {
width: 420px;
}
.w-580 {
width: 580px;
}
.w-600 {
width: 600px;
}
.w-620 {
width: 620px;
}
.w-900 {
width: 900px;
}

.h-70 {
	height: 70px;
}
.h-190 {
	height: 190px;
}
.h-210 {
	height: 210px;
}
.h-220 {
	height: 220px;
}
.h-240 {
	height: 240px;
}

.h-260 {
	height: 260px;
}
.h-335 {
	height: 335px;
}

.whitetext {
	color:#FFF!important;
}

.red {
	background-color: #B62076;
}

.grey {
	background-color: #5A5A5A;
}
.lightgrey {
	background-color: #EEE;
	margin-top: 40px;
}

.light-grey {
	background-color: #E3E3E3;
}

.extra-light-grey {
	background-color: #EFEFEF;
}

.white {
	background-color: #fff;
}


.red h2, .grey h2 {
	color: #fff;
}

.red ul, .red ul li a {
	color: #fff;
	list-style: none;
	margin: 0;
	padding: 0;
}

.white h2, .blue4 h2 {
	color: #595959;
}

.blue1 p {
	color:#FFF;
}



.linebox {
	border: #999999 solid 2px;

}
.linebox p, .whitebox p {
	color: #595959;

}
.linebox ul, .linebox ul li a, .whitebox ul, .whitebox ul li a {
	color: #595959;
	list-style: none;
	margin: 0;
	padding: 0;
}
.whitebox h1  {
	font-size: 29px;
	line-height: 29px;

}

.linebox h2,  {
	font-size: 25px;

}
.linebox h3 {
	font-size: 18px;

}

.testimonial {
	font-size: 23px;
	line-height: 24px;
	
	}

.emailsubscription input[type=text] {
    float: left;
    margin: 0;
    width:150px;
	height:2.4em;
	font-size:0.95em !important;
	line-height:2;
	border: none;
	padding: 0 8px 0 8px;
	color: #fff !important;
	background-color:#859388!important;
}
.emailsubscription input[type=submit] {
	background-color: #D6DBC3;
    color: #62746F !important;
    float: left;
    margin: 0;
    width:80px;
	height:2.4em;
	font-size:0.95em !important;
	line-height:2;
	border: none;
	padding: 0 5px 0 5px;
	cursor:pointer;
	}

select,label,.pointer { cursor:pointer; }

.sociallogos {
	clear: both;
	margin: 10px 0 0;
	float:left;
}

.sociallogos a img {
	margin-right: 15px;
	float: left;
}

.testimonial-wrapper {
	
	margin-top: 40px;
}

.testimonial-wrapper p {
	
	margin-bottom: 8px;
}

.galleryimages {
	width: 630px;
	padding:0;
	margin: 0;
	line-height:1;
}

.galleryimages a {
	padding:0;
	margin: 0;
	line-height:1;
}

.galleryimages a img {
	margin: 0 17px 17px 0;
	border: none;
	padding:0;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	
}

/* =Slideshow
-------------------------------------------------------------- */

.nivo-html-caption h1 a span {

   
   background: #FFF;
   padding: 3px 10px 3px 10px;
}

/* =Content
-------------------------------------------------------------- */

.contentbox {
	padding: 30px;
	float:left;
	margin-bottom: 20px;
	position:relative;
	color: #FFF;
	}
	
.contentbox h1 {
	
	margin-bottom: 20px;
	}	
	

#main {
	clear: both;
	overflow: hidden;
	padding: 20px;
}

.login form label {
	font-weight: bold;
	font-size: 14px;
}

.with_frm_style label.frm_primary_label {
	margin-bottom: 4px!important;
}

.login input[type="submit"] {
    -moz-box-sizing: content-box;
    background: -moz-linear-gradient(center top , #EEEEEE, #CCCCCC) repeat scroll 0 0 transparent;
    border-color: #DDDDDD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 2px 3px #999999;
    color: #444444;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: auto;
    padding: 3px 8px;
    text-align: center;
    text-shadow: none;
    width: auto;
	
}

.with_frm_style .frm_message p {color: #333!important;}

.file {
	padding: 5px;
	border: 1px solid #DDDDDD;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;	
	
}

/* =Create a page form 
-------------------------------------------------------------- */

/*.frm_forms.with_frm_style {
    max-width: 100%!important;
}*/

.packagetable tr td {
	padding :20px;
}

.with_frm_style p.description, .with_frm_style div.description, .with_frm_style div.frm_description, .with_frm_style .frm_error {
    font-size: 13px!important;
    margin: 10px 0!important;
}

.createapage h2 {
	margin: 10px 0 20px 0;
}
#frm_field_132_container {
	margin-top: 20px!important;
}

/* =Tutor archive and taxonomys 
-------------------------------------------------------------- */

.profile {
	padding: 20px;
	background-color: #E7E7E7;
	margin-bottom: 20px;
}

.profile .morelink {
	background-color: #5A5A5A;
	color:#ffffff;
	
}

.profile h2 {
	margin: 10px 0 30px 0;
}

.profileimage {
	float: left;	
	width: 190px;
	margin-right: 20px;
}

.profiletext {
	float: left;	
	width: 310px;
}
.profiletext h2 a{
	color: #666!important;
	font-weight: normal;
}


/* =Tutor Page 
-------------------------------------------------------------- */
.tutorwrapper {
	margin: 10px;
    width: 900px;
	position: relative;	
}

.tutorcol1 {
    width: 540px;
	margin-right:20px;
	float: left;
}

.tutorcol2 {
    width: 300px;
	float: left;
}
.tutorheading h1 {
	
	background-color: #EFEFEF;
	padding: 20px;
	margin: 0;
	float: left;
	display:inline-block; 
	
	-moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;	
	
}

.tutorheading h4 {
	
	background-color: #e5e5e5;
	padding: 20px;
	margin: 0 0 0 10px;
	display:inline-block; 
	float: left;
	clear: none;
	
	-moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;	
	
}

.tutorbox {
	float: left;
    margin-bottom: 20px;
    padding: 20px;
	width: 860px;
	
	-moz-border-radius: 0 10px 10px 10px;
    -webkit-border-radius: 0 10px 10px 10px;
    -khtml-border-radius: 0 10px 10px 10px;
    border-radius: 0 10px 10px 10px;	
	
}

.tutor-location h2 {
	font-size: 17px;
}

.tutor-images {
	background-color: #C9C9C9;
	padding: 20px;
}
.tutor-images a img, .tutor-images img {
	margin: 0 13px 0 12px;
}

.tutor-contact {
	background-color: #FFF;
	padding: 20px;	
}

.tutor-crb {
	background-color:#FFF;
	padding: 5px 20px;
	margin-bottom: 15px;
}

.tutor-profilepic {
	padding: 0;	
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	
}

.tutor-profilepic a img, .tutor-profilepic img {
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	
}

.tutor-crb span {
	font-weight: bold;
	vertical-align: middle;
	margin: 18px 30px 0 0;
	float: right;
}

.tutor-audio {
	background-color: #5A5A5A;
	padding: 20px;	
}
.tutor-audio a {
	color: #fff;
} 
.tutor-audio h3 {
	color: #FFF;
	margin-bottom: 20px;
}
.tutor-audio h4 {
	color: #FFF;
	margin-bottom: 3px;
}

audio { 
	width: 260px; 
	display: block;
	
}

.mp3player {
	margin: 5px 0 20px 0;
	}

.tutor-video {
	background-color: #1A1A1A;
	padding: 20px;	
}

.tutor-contact h2 {
	margin-bottom: 15px;
	
}

table.tutorcontacttable tr td {
	padding: 11px 5px 5px 0;
	vertical-align: middle;
}
table.tutorcontacttable tr td a img {
	margin-right: 5px;
}

/* =Resources 
-------------------------------------------------------------- */


.resource-attachment {
	clear:both;
}

.resource-attachment h3 {
	margin: 30px 0 10px;
}


.resource-attachment ul li {
	list-style:outside none;
	padding: 10px;
	margin-bottom: 10px;
}

.resource-attachment ul {
	list-style:outside none;
	padding: 0;
	margin: 0;
}


.li_title {
	float:left; 
	clear: both;
	width: 280px;	
	font-weight: bold;
}

.li_filetype {
	float:left; 
	padding-left: 10px;
	margin: 0;
	width: 135px;
	
}

.li_download {
	float:right; 
	padding-right: 5px;
	font-weight: bold;

}

.resourcelist {
	padding: 0px;
	border-bottom:#E7E7E7 1px solid;
}
.resourcelist h2 {
	margin: 8px 0;
	font-size: 16px;
}

.post {
	padding: 0px 0 30px;
	border-bottom:#E7E7E7 1px solid;
	margin-bottom: 10px;
}

.post .morelink {
	background-color: #E7E7E7;
	color:#5A5A5A;
	font-weight: normal!important;	
}

.postedin {
	font-weight: bold;
	margin: 0 0 20px 0;
}

.postedin a {
	background-color: #E7E7E7;
	color:#5A5A5A;
	padding: 5px 7px;
	margin-right: 4px;
	font-weight: normal;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
	
}

.pagination {
	margin: 15px 0;
	float: right;
}
.pagination p, .pagination p a {
	font-size: 16px;
	color: #666;
}
.pagination p a { 
	padding: 3px 5px;
}
.pagination p a:hover { 
	background-color: #E4E4E4;
}

.pagination p a.selected {
	background-color: #CCC;
}


/* =Images
-------------------------------------------------------------- */


.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 600px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
}
.wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
/* =Google Maps
-------------------------------------------------------------- */
.fullwidthwrapper {
	width: 100%;
}
.pagebox div#gmw-form-wrapper-1.gmw-form-wrapper form#gmw-form-1.standard-form {
	margin: 0 auto;
}

.pagebox .gmw-address-wrapper, .gmw-category-wrapper {
    width: 385px!important;
}
.pagebox .gmw-category-wrapper {
	clear:both;
	display:none;
}

.pagebox div#gmw-form-wrapper-1.gmw-form-wrapper form#gmw-form-1.standard-form div.gmw-address-field-wrapper label {
    display: none;
}

.gmw-distance-units-wrapper {
    display: none;
}

.pagebox .gmw-form-wrapper form.standard-form .gmw-submit-wrapper {
	float: left;
	width: 100px;	
	padding: 10px 0;
}



html body div#wrapper div#main div#container div.mr-20 div.pagebox div#gmw-pt-form-wrapper-1.gmw-form-wrapper form#gmw-pt-form-1.standard-form div.gmw-address-field-wrapper input#gmw-address.gmw-address {
	width: 230px;
}
.wppl-output-wrapper div.clear {
	float: left;
	display: none;
}
html body div#wrapper div#main div#container div.mr-20 div.pagebox div#gmw-pt-form-wrapper-1.gmw-form-wrapper form#gmw-pt-form-1.standard-form div.gmw-address-field-wrapper input#gmw-address.gmw-address {
	
}
.wppl-submit input[type="submit"] {
	padding: 3px 11px;
	font-family: 'Patua One', arial, sans-serif!important;
	height: 31px;
	margin: 10px 0 0;
}
.pagebox .gmw-form .gmw-locate-button-wrapper {
    background-color: transparent;
    border: 0 none;
    left: 172px;
    position: absolute;
    top: 2px;
}
.pagebox .wppl-single-result .wppl-h3 a:link, .pagebox .wppl-single-result .wppl-h3 a:visited {
    color: #B62076;
    font: 18px 'Patua One', arial, sans-serif;
    text-decoration: none;
}
.wppl-results-wrapper div.wppl-single-result div.wppl-title-holder h2.wppl-h2 {
	color: #B62076;
    font: 18px 'Patua One', arial, sans-serif;
    text-decoration: none;
	margin: 0;
}
.wppl-results-wrapper div.wppl-single-result {
	border-bottom: 1px solid #DEDEDE;
    float: left;
    font-family: arial;
    margin-bottom: 5px;
    padding: 5px 5px 10px;
    width: 98%;
}
.wppl-info .wppl-info-left {
    display: none;
}
.pagebox #gmw-output-wrapper .gmw-get-directions a:link, .pagebox #gmw-output-wrapper .gmw-get-directions a:visited, .pagebox #gmw-output-wrapper .gmw-website a:link, .pagebox #gmw-output-wrapper .gmw-website a:visited {
    color: #666666;
}
.wppl-output-wrapper.wppl-output-wrapper {
    width: 880px;
}
.pagebox .wppl-results-wrapper {
    float: left;
    margin: 0 0 0 20px;
    width: 330px;
}
html body div#wrapper div#main div#container div.mr-20 div.pagebox div#wppl-output-wrapper.wppl-output-wrapper div.wppl-map-wrapper {
	width: 500px!important;
	float: left;
}
.pagebox #gmw-go-top {
    background: none repeat scroll 0 0 #666666;
    border: 1px solid #666666;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    float: left;
    font-family: arial,sans-serif;
    font-size: 13px;
    margin-left: 20px;
    margin-right: 5px;
    margin-top: 7px;
    padding: 5px 10px;
    text-align: center;
    width: 20px;
	
	-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
	
}
.pagebox #gmw-output-wrapper #show-hide-btn-wrapper {
    display: none;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}
.pagebox .gmw-pagination-wrapper {
    float: left;
    margin: 0 0 15px;
    padding: 0;
    width: 780px;
}
.findatutorhome .gmw-form div label {
	display: none;
}
.findatutorhome .gmw-address-wrapper, .gmw-category-wrapper {
    width: 295px!important;
}
.findatutorhome .gmw-form .gmw-address-field-wrapper {
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: none;
    float: left;
    font: 18px 'Patua One',arial,sans-serif;
    height: 30px;
    margin: 12px 0 10px;
    padding: 3px;
    position: relative;
    transition: all 0.7s ease 0s;
    width: 280px;
}
.findatutorhome .gmw-address-wrapper input[type="text"] {
    width: 265px;
}
. findatutorhome div.gmw-address-field-wrapper input#gmw-address.gmw-address {
	width: 265px;
}
.findatutorhome .wppl-submit {
    float: right;
    margin-left: 10px;
    width: 80px;
	margin-top: 15px;
}
.searchbox {
	background-color: #9B1B63;
    border-radius: 10px 10px 10px 10px;
    clear: both !important;
    float: left;
    margin-bottom: 20px;
    padding: 10px 20px;
    width: 880px;
}
.searchboxresults {
	width: 850px!important;
}
.searchbox div#gmw-form-wrapper-1.gmw-form-wrapper form#gmw-form-1.standard-form {
	margin: 0 auto;
}

.searchbox .gmw-address-wrapper, .gmw-category-wrapper {
    width: 385px!important;
}
.searchbox .gmw-category-wrapper {
	clear:both;
	display:none;
}
.searchbox .searchheading {
	float: left;
	width: 200px;
	margin: 15px 0 0 165px;
}
.searchbox .searchheading h2 {
	color: #fff;
    float: left;
    font-family: 'Patua One', arial, sans-serif!important;
    font-size: 18px;
    font-weight: normal;
    
	line-height: 1.1em;
    margin: 0 0 0 0;

}
.searchbox .gmw-form div label {
    display: none;
} 
.searchbox .gmw-form .gmw-address-field-wrapper {
    box-shadow: none;
    float: left;
    font: 18px 'Patua One', arial, sans-serif;
    position: relative;
    transition: all 0.7s ease 0s;
    width: 270px;
	padding: 10px 0 10px 0;
}
.searchbox .gmw-form-wrapper form.standard-form .gmw-submit-wrapper {
	float: left;
	width: 100px;	
	padding: 10px 0;
}
.searchbox .gmw-form-wrapper input[type="text"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: none;
    border-radius: 5px;
    height: 20px;
    padding: 5px;
    width: 240px;
    font-size: 14px;
}
.searchbox .gmw-form-wrapper form .gmw-submit-wrapper input[type="submit"] {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DDDDDD;
    border-radius: 5px;
    height: 30px;
    padding: 5px 10px;
    font-size: 14px;
}

.styled-select {
    background: url("images/dropdown1.gif") no-repeat scroll right center #FFFFFF;
    border: 1px solid #fff;
    border-radius: 8px;
    float: right;
    font-family: 'Patua One',arial,sans-serif !important;
    font-size: 16px;
    font-weight: 300;
    height: 30px;
    margin: 0 0 20px;
    overflow: hidden;
    width: 100%;
}
.styled-select select {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    border-radius: 0 0 0 0;
    font-family: 'Patua One',arial,sans-serif !important;
    font-size: 16px;
    font-weight: 300;
    height: 33px;
    line-height: 1;
    padding: 0 0 0 7px;
    width: 440px;
}

html body div#wrapper div#main div#container div.mr-20 div.pagebox div#wppl-output-wrapper.wppl-output-wrapper div#wppl-results-wrapper-1.wppl-results-wrapper div.wppl-single-result div#wppl-thumb.wppl-thumb {
	display: none;
}

ul.gmw-prem-pagination li a {
    background:  #E6E6E6 !important;
    border: 1px solid #E6E6E6!important;
    box-shadow:none!important;
    color: #333333;
    font-size: 12px;
    padding: 2px 3px;
    text-shadow: none!important;
}
ul.gmw-prem-pagination li a:hover, ul.gmw-prem-pagination li a.current {
    background: #B62076!important;
    border: #B62076!important;
    box-shadow: none!important;
    color: #FFFFFF;
    text-shadow: none!important;
}
ul.gmw-prem-pagination li.details {
    color: #B62076!important;
}

html body div#wrapper div#main div#container div.mr-20 div.pagebox div#gmw-pt-form-wrapper-1.gmw-form-wrapper {
	background-color: #9B1B63;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    clear: both !important;
    float: left;
    margin-bottom: 20px;
    padding: 10px 20px;
    width: 840px;
}
html body div#wrapper div#main div#container div.mr-20 div.pagebox div#gmw-pt-form-wrapper-1.gmw-form-wrapper form#gmw-pt-form-1.standard-form div.gmw-address-field-wrapper label {
    color: #FFFFFF;
    float: left;
    margin-top: 3px;
    width: 180px;
}
html body div#wrapper div#main div#container div.mr-20 div.pagebox div#gmw-pt-form-wrapper-1.gmw-form-wrapper form#gmw-pt-form-1.standard-form div.gmw-address-field-wrapper {
	width: 435px;
}





/* =Footer
-------------------------------------------------------------- */
#footerconnect {
	width: 900px;
	margin-top: -5px;
	background-color: #fff;
	padding: 5px 30px 30px;
	float: left;	
}
.subscribeform {
	float: left;
	width: 225px;
}
.subscribeform h3 {
margin-bottom: 10px;
}
.subscribeform p {
margin-bottom: 5px;
}
.bamtgroup {
	float: left;
	width: 675px;
}
.bamtgroup h3{
margin-bottom: 10px;
}
.bamtgroup a img {
	float: left;
	margin: 0;
	border: 0;
}
.emailsubscription input[type="text"] {
    background-color: #E1E1E1 !important;
    border: medium none;
    color: #B62076 !important;
    float: left;
    font-size: 0.95em !important;
    height: 2.4em;
    line-height: 2;
    margin: 0;
    padding: 0 8px;
    width: 145px;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    -khtml-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
	behavior: url(wp-content/themes/mgl/pie/PIE.htc);
}
.emailsubscription input[type="submit"] {
    background-color: #B62076;
    border: medium none;
    color: #FFFFFF !important;
    cursor: pointer;
    float: left;
    font-size: 0.95em !important;
    font-weight: bold;
    height: 2.4em;
    line-height: 2;
    margin: 0;
    padding: 0 5px;
    width: 35px;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -khtml-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
	behavior: url(wp-content/themes/mgl/pie/PIE.htc);
}

.footer p, .footer p a {
	color: #0072A6;
	
}

.footer .first {
	color: #0072A6;
	font-weight:500;
}

#copyright {
	margin: 15px 15px 40px;
	text-align: left;
	float: left;
}

#copyright img, #copyright p{
	clear:both;
	float: left;
}

#copyright p { 
margin: 0 0 3px;
color: #dadada;
}
#copyright p a{ 
color: #dadada;
}
.footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}


.gform_wrapper .left_label .gfield_label {
    font-weight: normal !important;
}

.gform_wrapper input[type="text"], .gform_wrapper input[type="url"], .gform_wrapper input[type="email"], .gform_wrapper input[type="tel"], .gform_wrapper input[type="number"], .gform_wrapper input[type="password"] {
    font-size: 14px!important;
    padding: 4px!important;
}

.gform_wrapper textarea {
    font-size: 14px!important;
    padding: 4px!important;
}

/* =Comments
-------------------------------------------------------------- */
#comments {
	clear: both;
}
#comments .navigation {
	padding: 0 0 18px 0;
}
h3#comments-title,
h3#reply-title {
	color: #000;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0;
}
h3#comments-title {
	padding: 24px 0;
}
.commentlist {
	list-style: none;
	margin: 0;
}
.commentlist li.comment {
	border-bottom: 1px solid #e7e7e7;
	line-height: 24px;
	margin: 0 0 24px 0;
	padding: 0 0 0 56px;
	position: relative;
}
.commentlist li:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
#comments .comment-body ul,
#comments .comment-body ol {
	margin-bottom: 18px;
}
#comments .comment-body p:last-child {
	margin-bottom: 6px;
}
#comments .comment-body blockquote p:last-child {
	margin-bottom: 24px;
}
.commentlist ol {
	list-style: decimal;
}
.commentlist .avatar {
	position: absolute;
	top: 4px;
	left: 0;
}
.comment-author {
}
.comment-author cite {
	color: #000;
	font-style: normal;
	font-weight: bold;
}
.comment-author .says {
	font-style: italic;
}
.comment-meta {
	font-size: 12px;
	margin: 0 0 18px 0;
}
.comment-meta a:link,
.comment-meta a:visited {
	color: #888;
	text-decoration: none;
}
.comment-meta a:active,
.comment-meta a:hover {
	color: #ff4b33;
}
.commentlist .even {
}
.commentlist .bypostauthor {
}
.reply {
	font-size: 12px;
	padding: 0 0 24px 0;
}
.reply a,
a.comment-edit-link {
	color: #888;
}
.reply a:hover,
a.comment-edit-link:hover {
	color: #ff4b33;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li {
	border: none;
	margin: 0;
}
.nopassword,
.nocomments {
	display: none;
}
#comments .pingback {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 18px;
	padding-bottom: 18px;
}
.commentlist li.comment+li.pingback {
	margin-top: -6px;
}
#comments .pingback p {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
#comments .pingback .url {
	font-size: 13px;
	font-style: italic;
}

/* Comments form */
input[type=submit] {
	color: #333;
}
p.logged-in-as {
	display: none;
}
#respond {
	border-top: 1px solid #e7e7e7;
	margin: 24px 0;
	overflow: hidden;
	position: relative;
}
#respond p {
	margin: 0;
}
#respond .comment-notes {
	margin-bottom: 1em;
}
.form-allowed-tags {
	line-height: 1em;
}
.children #respond {
	margin: 0 48px 0 0;
}
h3#reply-title {
	margin: 18px 0;
}
#comments-list #respond {
	margin: 0 0 18px 0;
}
#comments-list ul #respond {
	margin: 0;
}
#cancel-comment-reply-link {
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
}
#respond .required {
	color: #ff4b33;
	font-weight: bold;
}
#respond label {
	color: #888;
	font-size: 12px;
}
#respond input {
	margin: 0 0 9px;
	width: 98%;
}
#respond textarea {
	width: 98%;
}
#respond .form-allowed-tags {
	color: #888;
	font-size: 12px;
	line-height: 18px;
	display: none;
}
#respond .form-allowed-tags code {
	font-size: 11px;
}
#respond .form-submit {
	margin: 12px 0;
}
#respond .form-submit input {
	font-size: 14px;
	width: auto;
}

/* =Mobile Safari ( iPad, iPhone and iPod Touch )
-------------------------------------------------------------- */

pre {
	-webkit-text-size-adjust: none;
}
code {
	-webkit-text-size-adjust: none;
}
.access,
.entry-meta,
.entry-utility,
.navigation,
.widget-area {
	-webkit-text-size-adjust: none;
}
#site-description {
	-webkit-text-size-adjust: none;
}

/* =Tutor Section
-------------------------------------------------------------- */

.tutorvideo {
	width: 860px;
	padding: 30px;
	background-color: #ececec;
	float: left;
	margin-bottom: 20px;
}

.tutorvideointro {
	float: left;
	width: 280px;
	margin: 5px 20px 0 0;
	color: #666666;
}
.tutorvideointro h1 {
	margin-bottom: 0;
	color: #B62076;
	font-size: 34px;
	line-height: 34px;
}
.tutorvideointro h2 {
	margin-bottom: 20px;
	font-size: 34px;
	line-height: 34px;
}
.tutorvideointro h3 {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 28px;
}
.tuoryoutubevideo {
	float: right;	
	width: 540px;
}
.tutorcalltoaction {
	float: left;
	width: 860px;
	padding: 20px 30px ;
	background-color: #B62076;
	margin-bottom: 20px;
}
.getstartedimage {
	background: url(images/getstartedbutton+.png) no-repeat #B62076;
	background-position: right 25px center;
}
.tutorcalltoaction h2, a .tutorcalltoaction h2 {
	font-size: 22px;
    line-height: 22px;
    margin-bottom: 8px;
    text-decoration: none;
    color: #fff;
}
.tutorcalltoaction h3, a .tutorcalltoaction h3 {
	font-size: 22px;
    line-height: 22px;
    margin-bottom: 0;
    text-decoration: none;
    color: #dfb7d2;
}
.tutorcasestudy {
	width: 860px;
	padding: 30px;
	background-color: #d7d7d7;
	float: left;
	margin-bottom: 20px;
	position: relative;
}
.tutorcasestudyimage {
	float: left;
	width: 190px;
	margin: 0 40px 0 0;
	color: #666666;
}
.tutorcasestudyimage img {
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	
}
.tutorcasestudytext{
	float: right;	
	width: 630px;
}
.tutorcasestudy div.slider-wrapper div#slidercasestudy.nivoSlider div.nivo-caption p h2,
.tutorcasestudytext h2 {
	font-size: 22px;
    line-height: 22px;
    margin-bottom: 5px;
    text-decoration: none;
    color: #969696;
}
.tutorcasestudy div.slider-wrapper div#slidercasestudy.nivoSlider div.nivo-caption p h3,
.tutorcasestudytext h3{
	font-size: 22px;
    line-height: 22px;
    margin-bottom: 20px;
    text-decoration: none;
    color: #B62076;
}

html .gform_wrapper *, .gform_wrapper *::after, .gform_wrapper *::before {
	
	box-sizing: content-box!important;
}
#selectoptionsforms.tutorwrapper div.tutorbox div#gform_wrapper_43,
#selectoptionsforms.tutorwrapper div.tutorbox div#gform_wrapper_44,
#selectoptionsforms.tutorwrapper div.tutorbox div#gform_wrapper_45,
#selectoptionsforms.tutorwrapper div.tutorbox div#gform_wrapper_46
{
	width: 860px!important;
	max-width: 860px!important;
}

#selectoptionsforms ul#input_43_3.gfield_checkbox li,
#selectoptionsforms ul#input_44_3.gfield_checkbox li,
#selectoptionsforms ul#input_45_3.gfield_checkbox li,
#selectoptionsforms ul#input_46_3.gfield_checkbox li 
{
	background-color: #E4E4E4!important;
    border-radius: 10px 10px 10px 10px!important;
    display: inline-block!important;
    float: left!important;
    height: 111px!important;
    margin: 15px 20px 5px 0!important;
    padding: 20px !important;
    width: 225px!important;
}
#selectoptionsforms ul#input_43_3.gfield_checkbox li input,
#selectoptionsforms ul#input_44_3.gfield_checkbox li input,
#selectoptionsforms ul#input_45_3.gfield_checkbox li input,
#selectoptionsforms ul#input_46_3.gfield_checkbox li input
{
	padding: 25px;
	background-color: #fff;
}
/* Base for label styling */
#selectoptionsforms ul#input_43_3.gfield_checkbox li input[type="checkbox"]:not(:checked),
#selectoptionsforms ul#input_44_3.gfield_checkbox li input[type="checkbox"]:not(:checked),
#selectoptionsforms ul#input_45_3.gfield_checkbox li input[type="checkbox"]:not(:checked),
#selectoptionsforms ul#input_46_3.gfield_checkbox li input[type="checkbox"]:not(:checked),
#selectoptionsforms ul#input_43_3.gfield_checkbox li input[type="checkbox"]:checked,
#selectoptionsforms ul#input_44_3.gfield_checkbox li input[type="checkbox"]:checked,
#selectoptionsforms ul#input_45_3.gfield_checkbox li input[type="checkbox"]:checked,
#selectoptionsforms ul#input_46_3.gfield_checkbox li input[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
#selectoptionsforms ul#input_43_3.gfield_checkbox li input[type="checkbox"]:not(:checked) + label,
#selectoptionsforms ul#input_44_3.gfield_checkbox li input[type="checkbox"]:not(:checked) + label,
#selectoptionsforms ul#input_45_3.gfield_checkbox li input[type="checkbox"]:not(:checked) + label,
#selectoptionsforms ul#input_46_3.gfield_checkbox li input[type="checkbox"]:not(:checked) + label,
#selectoptionsforms ul#input_43_3.gfield_checkbox li input[type="checkbox"]:checked + label,
#selectoptionsforms ul#input_44_3.gfield_checkbox li input[type="checkbox"]:checked + label,
#selectoptionsforms ul#input_45_3.gfield_checkbox li input[type="checkbox"]:checked + label,
#selectoptionsforms ul#input_46_3.gfield_checkbox li input[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 25px;
  cursor: pointer;
}

/* checkbox aspect */
#selectoptionsforms ul#input_43_3.gfield_checkbox li input[type="checkbox"]:not(:checked) + label:before,
#selectoptionsforms ul#input_44_3.gfield_checkbox li input[type="checkbox"]:not(:checked) + label:before,
#selectoptionsforms ul#input_45_3.gfield_checkbox li input[type="checkbox"]:not(:checked) + label:before,
#selectoptionsforms ul#input_46_3.gfield_checkbox li input[type="checkbox"]:not(:checked) + label:before,
#selectoptionsforms ul#input_43_3.gfield_checkbox li input[type="checkbox"]:checked + label:before,
#selectoptionsforms ul#input_44_3.gfield_checkbox li input[type="checkbox"]:checked + label:before,
#selectoptionsforms ul#input_45_3.gfield_checkbox li input[type="checkbox"]:checked + label:before,
#selectoptionsforms ul#input_46_3.gfield_checkbox li input[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; top: 0px;
  width: 22px; height: 22px;
  border: none;
  background: #fff;
  border-radius: 3px;
}
/* checked mark aspect */
#selectoptionsforms ul#input_43_3.gfield_checkbox li input[type="checkbox"]:not(:checked) + label:after,
#selectoptionsforms ul#input_44_3.gfield_checkbox li input[type="checkbox"]:not(:checked) + label:after,
#selectoptionsforms ul#input_45_3.gfield_checkbox li input[type="checkbox"]:not(:checked) + label:after,
#selectoptionsforms ul#input_46_3.gfield_checkbox li input[type="checkbox"]:not(:checked) + label:after,
#selectoptionsforms ul#input_43_3.gfield_checkbox li input[type="checkbox"]:checked + label:after,
#selectoptionsforms ul#input_44_3.gfield_checkbox li input[type="checkbox"]:checked + label:after,
#selectoptionsforms ul#input_45_3.gfield_checkbox li input[type="checkbox"]:checked + label:after,
#selectoptionsforms ul#input_46_3.gfield_checkbox li input[type="checkbox"]:checked + label:after
{
  content: '✔';
  position: absolute;
  top: -6px; left: 4px;
  font-size: 23px;
  color: #09ad7e;
  transition: all .2s;
}
/* checked mark aspect changes */
#selectoptionsforms ul#input_43_3.gfield_checkbox li input[type="checkbox"]:not(:checked) + label:after,
#selectoptionsforms ul#input_44_3.gfield_checkbox li input[type="checkbox"]:not(:checked) + label:after,
#selectoptionsforms ul#input_45_3.gfield_checkbox li input[type="checkbox"]:not(:checked) + label:after,
#selectoptionsforms ul#input_46_3.gfield_checkbox li input[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
#selectoptionsforms ul#input_43_3.gfield_checkbox li input[type="checkbox"]:checked + label:after,
#selectoptionsforms ul#input_44_3.gfield_checkbox li input[type="checkbox"]:checked + label:after,
#selectoptionsforms ul#input_45_3.gfield_checkbox li input[type="checkbox"]:checked + label:after,
#selectoptionsforms ul#input_46_3.gfield_checkbox li input[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
#selectoptionsforms ul#input_43_3.gfield_checkbox li input[type="checkbox"]:disabled:not(:checked) + label:before,
#selectoptionsforms ul#input_44_3.gfield_checkbox li input[type="checkbox"]:disabled:not(:checked) + label:before,
#selectoptionsforms ul#input_45_3.gfield_checkbox li input[type="checkbox"]:disabled:not(:checked) + label:before,
#selectoptionsforms ul#input_46_3.gfield_checkbox li input[type="checkbox"]:disabled:not(:checked) + label:before,
#selectoptionsforms ul#input_43_3.gfield_checkbox li input[type="checkbox"]:disabled:checked + label:before,
#selectoptionsforms ul#input_44_3.gfield_checkbox li input[type="checkbox"]:disabled:checked + label:before,
#selectoptionsforms ul#input_45_3.gfield_checkbox li input[type="checkbox"]:disabled:checked + label:before,
#selectoptionsforms ul#input_46_3.gfield_checkbox li input[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
#selectoptionsforms ul#input_43_3.gfield_checkbox li input[type="checkbox"]:disabled:checked + label:after,
#selectoptionsforms ul#input_44_3.gfield_checkbox li input[type="checkbox"]:disabled:checked + label:after,
#selectoptionsforms ul#input_45_3.gfield_checkbox li input[type="checkbox"]:disabled:checked + label:after,
#selectoptionsforms ul#input_46_3.gfield_checkbox li input[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
#selectoptionsforms ul#input_43_3.gfield_checkbox li input[type="checkbox"]:disabled + label,
#selectoptionsforms ul#input_44_3.gfield_checkbox li input[type="checkbox"]:disabled + label,
#selectoptionsforms ul#input_45_3.gfield_checkbox li input[type="checkbox"]:disabled + label,
#selectoptionsforms ul#input_46_3.gfield_checkbox li input[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
#selectoptionsforms ul#input_43_3.gfield_checkbox li input[type="checkbox"]:checked:focus + label:before,
#selectoptionsforms ul#input_44_3.gfield_checkbox li input[type="checkbox"]:checked:focus + label:before,
#selectoptionsforms ul#input_45_3.gfield_checkbox li input[type="checkbox"]:checked:focus + label:before,
#selectoptionsforms ul#input_46_3.gfield_checkbox li input[type="checkbox"]:checked:focus + label:before,
#selectoptionsforms ul#input_43_3.gfield_checkbox li input[type="checkbox"]:not(:checked):focus + label:before,
#selectoptionsforms ul#input_44_3.gfield_checkbox li input[type="checkbox"]:not(:checked):focus + label:before,
#selectoptionsforms ul#input_45_3.gfield_checkbox li input[type="checkbox"]:not(:checked):focus + label:before,
#selectoptionsforms ul#input_46_3.gfield_checkbox li input[type="checkbox"]:not(:checked):focus + label:before {
  border: none;
}
#selectoptionsforms ul#input_43_3.gfield_checkbox li label,
#selectoptionsforms ul#input_44_3.gfield_checkbox li label,
#selectoptionsforms ul#input_45_3.gfield_checkbox li label,
#selectoptionsforms ul#input_46_3.gfield_checkbox li label {
	margin: 0 0 0 0;
}
#selectoptionsforms ul#input_43_3.gfield_checkbox li label h3,
#selectoptionsforms ul#input_44_3.gfield_checkbox li label h3,
#selectoptionsforms ul#input_45_3.gfield_checkbox li label h3,
#selectoptionsforms ul#input_46_3.gfield_checkbox li label h3 {
	display: inline-block;
	float: left;
	width: 185px;
	margin-left: 20px;
	color: #B62076;
	line-height: 1.1em;
    margin-bottom: 10px;
    font-size: 16px;
}
#selectoptionsforms ul#input_43_3.gfield_checkbox li label p,
#selectoptionsforms ul#input_44_3.gfield_checkbox li label p,
#selectoptionsforms ul#input_45_3.gfield_checkbox li label p,
#selectoptionsforms ul#input_46_3.gfield_checkbox li label p {
	display: inline-block;
	float: left;
	width: 185px;
	margin-left: 20px;
	margin-bottom: 5px;
	font-size: 12px;
	line-height: 1.3em;
}
#selectoptionsforms ul#input_43_3.gfield_checkbox li label span.ginput_price,
#selectoptionsforms ul#input_44_3.gfield_checkbox li label span.ginput_price,
#selectoptionsforms ul#input_45_3.gfield_checkbox li label span.ginput_price,
#selectoptionsforms ul#input_46_3.gfield_checkbox li label span.ginput_price {
	clear: both;
    display: inline-block;
    float: right;
    font-size: 16px;
    left: 43px;
    position: absolute;
    top: 97px;
    width: 185px;
}

.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label, 
.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label {
    font-weight: normal!important;
}

ul#gform_fields_43.gform_fields li#field_43_2.gfield,
ul#gform_fields_44.gform_fields li#field_44_2.gfield,
ul#gform_fields_45.gform_fields li#field_45_2.gfield,
ul#gform_fields_46.gform_fields li#field_46_2.gfield {
	display: inline-block;
	width: 200px;
	padding: 20px !important;
	float: right;
	margin: 15px 25px 15px;
	background-color: #B62076;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}
ul#gform_fields_43.gform_fields li#field_43_6.gfield,
ul#gform_fields_44.gform_fields li#field_44_6.gfield,
ul#gform_fields_45.gform_fields li#field_45_6.gfield,
ul#gform_fields_46.gform_fields li#field_46_6.gfield {
	display: inline-block;
	width: 265px;
	padding: 0 !important;
	float: right;
	margin: 0;
}
ul#gform_fields_43.gform_fields li#field_43_6.gfield div.ginput_container ul#input_43_6.gfield_checkbox li.gchoice_6_1 label a,
ul#gform_fields_44.gform_fields li#field_44_6.gfield div.ginput_container ul#input_44_6.gfield_checkbox li.gchoice_6_1 label a,
ul#gform_fields_45.gform_fields li#field_45_6.gfield div.ginput_container ul#input_45_6.gfield_checkbox li.gchoice_6_1 label a,
ul#gform_fields_46.gform_fields li#field_46_6.gfield div.ginput_container ul#input_46_6.gfield_checkbox li.gchoice_6_1 label a {
	text-decoration: underline;
}
ul#gform_fields_43.gform_fields li#field_43_2.gfield label.gfield_label,
ul#gform_fields_44.gform_fields li#field_44_2.gfield label.gfield_label,
ul#gform_fields_45.gform_fields li#field_45_2.gfield label.gfield_label,
ul#gform_fields_46.gform_fields li#field_46_2.gfield label.gfield_label {
	color: #fff;
	margin: 0 0 10px!important;
}
ul#gform_fields_43.gform_fields li#field_43_2.gfield div.ginput_container span.ginput_total,
ul#gform_fields_44.gform_fields li#field_44_2.gfield div.ginput_container span.ginput_total,
ul#gform_fields_45.gform_fields li#field_45_2.gfield div.ginput_container span.ginput_total,
ul#gform_fields_46.gform_fields li#field_46_2.gfield div.ginput_container span.ginput_total {
    color: #FFFFFF!important;
    font-size: 25px;
}
ul#gform_fields_43.gform_fields li#field_43_2.gfield div.gfield_description,
ul#gform_fields_44.gform_fields li#field_44_2.gfield div.gfield_description,
ul#gform_fields_45.gform_fields li#field_45_2.gfield div.gfield_description,
ul#gform_fields_46.gform_fields li#field_46_2.gfield div.gfield_description {
	color: #dadada;
}
form#gform_43 div.gform_footer input#gform_submit_button_43.button,
form#gform_44 div.gform_footer input#gform_submit_button_44.button,
form#gform_45 div.gform_footer input#gform_submit_button_45.button,
form#gform_46 div.gform_footer input#gform_submit_button_46.button {
	background-color: #9B1B63;
    float: right;
    margin: 0 10px 0 0;
    width: 237px;
    color: #fff;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.gfield.optionsemail {
    float: right;
    margin: 0 25px 0 0;
    width: 240px;
}
#gform_wrapper_43 .gform_body ul.gform_fields li.gfield div.ginput_container input.small,
#gform_wrapper_44 .gform_body ul.gform_fields li.gfield div.ginput_container input.small,
#gform_wrapper_45 .gform_body ul.gform_fields li.gfield div.ginput_container input.small,
#gform_wrapper_46 .gform_body ul.gform_fields li.gfield div.ginput_container input.small {
    width: 96%!important;
}
li.gfield_error.optionsemail {
    width: 240px!important;
    background-color: #fff;
    border-bottom: 1px solid #fff;
    border-top: 1px solid #fff;
    margin-bottom: 6px !important;
    padding: 4px 4px 4px !important;
}

.tutornotdecided {
	float: left;
	width: 400px;
}
.tutornotdecided a {
	background-color: #5A5A5A;
    border-radius: 4px 4px 4px 4px;
    clear: both;
    color: #FFFFFF !important;
    font-family: 'Patua One',sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding: 5px 10px;
    position: relative;
    text-decoration: none;
}

.selectoptions-default {
	width: 100%;
	float: left;
	margin: 10px 0;
}

.selectoptionsintro {
	margin: 0;
	width: 300px;
	position: absolute;
	top: 20px;
	left: 0
}
.selectoptionsintro h2{
	line-height: 1.2em;
	color: #9B1B63;
}
.selectheading {
	float: left;
	margin-top: 222px;
}
.stationeryimage {
	float: right;
	margin: 0;
	height: 280px;
	width: 600px;
}
.selectheading h1 {
	background-color: #EFEFEF;
	padding: 20px;
	margin: 0;
	float: left;
	display:inline-block; 
	-moz-border-radius: 10px 10px 0 0;
    -webkit-border-radius: 10px 10px 0 0;
    -khtml-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;	
	
}
.selectoptions-default .defaultoption {
	float: left;
	width: 225px;
	height: 115px;
	padding: 20px !important;
	margin: 15px 20px 15px 0;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background: url(images/selectedoption.gif) left top no-repeat #e4e4e4;
}

.selectoptions-default .defaultoption .optiontext {
	margin: 0 0 0 42px;
	position: relative;
	height: 130px;
}

.selectoptions-default .defaultoption .optiontext h3 {
	color: #B62076;
    display: inline-block;
    float: left;
    width: 185px;
    line-height: 1.1em;
    margin-bottom: 10px;
}
.selectoptions-default .defaultoption .optiontext p {
	font-size: 12px;
    line-height: 1.3em;
    margin-bottom: 10px;
}
.selectoptions-default .defaultoption .optiontext .ginput_price {
	clear: both;
    display: inline-block;
    float: right;
    font-size: 16px;
    width: 185px;
    color: #666666;
    position: absolute;
    bottom: 10px;
}
.askaquestionform {
	width: 860px;
	padding: 30px;
	background-color: #9B1B63;
	float: left;
	margin-bottom: 20px;
}
.askaquestionform .additionaltext h2 {
	margin-bottom: 25px;
	color: #fff;
}
.askaquestionform .additionaltext {
    width: 260px;
    padding: 10px 25px 25px 0;
    float: left;
    color: #fff;
    font-size: 18px;
    line-height: 1.25em;
}
.askaquestionform .frm_forms {
    width: 540px;
    float: right;
}
.askaquestionform .frm_forms .frm-show-form .frm_form_fields fieldset .frm_form_field label.frm_primary_label {
	color: #fff!important;
}
.askaquestionform .frm_forms .frm-show-form .frm_submit input {
	background: none #fff;
    float: left;
    color: #B62076;
    font-size: 16px;
    border: none;
    cursor: pointer;
}
.askaquestionform .frm_forms .frm_message {
	background-color: #EFEFEF;
	padding: 20px;
	margin: 0;
	float: left;
	border: none;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;	
     width: 500px;
}
#label_43_6_1 > a,
#label_44_6_1 > a,
#label_45_6_1 > a,
#label_46_6_1 > a {
    text-decoration: underline;
}
/* =Print Style
-------------------------------------------------------------- */

@media print {
	body {
		background: none !important;
	}
	#wrapper {
		clear: both !important;
		display: block !important;
		float: none !important;
		position: relative !important;
	}
	#header {
		border-bottom: 2pt solid #000;
		padding-bottom: 18pt;
	}
	#colophon {
		border-top: 2pt solid #000;
	}
	#site-title,
	#site-description {
		float: none;
		line-height: 1.4em;
		margin: 0;
		padding: 0;
	}
	#site-title {
		font-size: 13pt;
	}
	.entry-content {
		font-size: 14pt;
		line-height: 1.6em;
	}
	.entry-title {
		font-size: 21pt;
	}
	.access,
	#branding img,
	#respond,
	.comment-edit-link,
	.edit-link,
	.navigation,
	.page-link,
	.widget-area {
		display: none !important;
	}
	#container,
	#header,
	#footer {
		margin: 0;
		width: 100%;
	}
	#content,
	.one-column #content {
		margin: 24pt 0 0;
		width: 100%;
	}
	.wp-caption p {
		font-size: 11pt;
	}
	#site-info,
	#site-generator {
		float: none;
		width: auto;
	}
	#colophon {
		width: auto;
	}
	img#wpstats {
		display: none;
	}
	#site-generator a {
		margin: 0;
		padding: 0;
	}
	#entry-author-info {
		border: 1px solid #e7e7e7;
	}
	#main {
		display: inline;
	}
	.home .sticky {
		border: none;
	}
}