/* GLOBAL STYLES */
body {
 font-family: "Montserrat","Helvetica",sans-serif;
 color: #000;
}
body.site {
 padding:0;
 background-color: #fff;
 border-top: none;
}
/* Hide The Vote For Charity Menu Item */
.navigation .nav .item-235 { display:none; }
.navigation .nav .item-288 {display:none;}

/* Hide the navigation for the sitemap */
.navigation .nav .item-290 { display:none; }
h2 {
	font-size: 1.5em;
	color:#000000;
}
.body .container {
    border: 0;
    border-radius: 0;
    box-shadow: none;
}
a, a:hover {
    color: #41ad49;
    text-decoration:underline;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border:0;
    border-radius:0;
    box-shadow: 0 0 7px #ccc;
}

button, input[type="reset"], input[type="submit"], input[type="button"], div.profile a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top , #fff 0%, #ddd 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #ddd #bbb #999;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #333;
    cursor: pointer;
    text-shadow: 0 1px 1px #fff;
}
button, input[type="reset"], input[type="submit"], input[type="button"], div.profile a {
    border-radius: 11px;
    cursor: pointer;
    font: bold 12px/1.2 Arial,sans-serif;
    outline: 0 none;
    overflow: visible;
    padding: 4px 10px;
    width: auto;
}

.readmore a, .readon a, a.readmore, a.readon {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: -moz-linear-gradient(center top , #fff 0%, #ddd 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-color: #ddd #bbb #999;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #000000;
    cursor: pointer;
    text-shadow: 0 1px 1px #fff;
}
.readmore a, .readon a, a.readmore, a.readon {
    border-radius: 11px;
    cursor: pointer;
    display: inline-block;
    font: bold 12px/1.2 Arial,sans-serif;
    margin: 10px 0 10px 3px;
    outline: 0 none;
    overflow: visible;
    padding: 4px 10px;
    text-decoration: none;
    width: auto;
}

div.items-more {
    margin: 10px 0;
    padding: 10px;
}
.items-more {
    background: none repeat scroll 0 0 #eee;
    border: 1px solid #ccc;
    box-shadow: 0 0 2px #fff inset;
}
.nav-tabs.nav-stacked > li > a, li > a:hover, li > a:focus {
 color: #41ad49;
 text-decoration:underline;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* HEADER */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.header {
 max-width: 980px;
 width:100%;
 margin-left: auto;
 margin-right: auto;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* MYSCHOOL LOGO */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.custom_logo{
  width: 100%;
  max-width: 300px; /* Original width of the logo image */ 
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.brand {
    background:url("/images/stories/logos/myschool_logo.png") no-repeat scroll 50% 50% / 301px 134px transparent;
    display: block;
    height: 180px;
    width: 320px;
}
.site-title {
   display:none;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* TOPLINKS */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.toplinks {
    height: 25px;
    margin-right: 0;
    text-align: left;
}
.toplinks a {
 color: #254290;
 text-decoration:none;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* SEARCHBOX */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.pull-right {
    overflow: hidden;
    text-align: right;
    margin-top:15px;
}
.search {
	box-shadow: 0 0 2px #999999 inset;
	margin-right: 0;
	padding: 5px;|
}
#search {
    box-shadow: 0 0 2px #999999 inset;
    margin-right: 0;
    padding: 5px;
}
.search form {
    margin: 0;
}
.search .inputbox {
    background: none repeat scroll 0 0 transparent;
    box-shadow:none;
    border: 0 none;
    margin: 0 5px;
    padding: 2px;
    width: 200px;
    font-weight: bold;
}
.search .button {
    background: url("/images/buttons/search-icon.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    height: 17px;
    margin: 3px 5px;
    padding: 0;
    text-indent: -9999px;
    width: 18px;
}
input.search-query {
    border-radius: 0;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*SOCIAL ICONS */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.social_icons {
	float: right; text-align: right; overflow:hidden; vertical-align: bottom;
	padding-top: 10px;
}
.social_icons a {
	text-decoration:none;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* NAVBAR ELEMENTS */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#mainnavbar {
   	background-color: #254290;
	color: #254290;
	margin-top: -5px;
}
#mainnavbar-tablet {
	display:none;
}
#mainnavbar-phone {
	display:none;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* NAVIGATION: NORMAL */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.navigation {
    border-top: 0;
    border-bottom: 0;
    padding: 0;
}
.nav {
	margin-bottom:0;
}
@media (min-width: 960px) {
	.navigation {
		width:960px;
		margin-left:auto;
		margin-right:auto;
	}
	.navigation {
		text-align: center;
	}
}
.navigation .nav ul {
	margin: 0 auto;
}
.navigation .nav > li {
	display:inline;
    	float: left;
    	height: 40px;
    	text-align: center;
    	vertical-align: middle;
	width:100px;
}
.navigation .nav ul, .nav ul li, .nav ul ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
.nav-child li {
	height: 40px;
}
.nav > li > a {
    color: #fff;
    padding: 10px;
    text-decoration:none;
}
.nav > li > a:hover, .nav > li > a:focus {
    background: none repeat scroll 0 0 #fff;
    color: #254290;
}
.nav > li.active > a {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #f5f0f7;
    color: #254290;
}
.navigation .nav-child, .navigation .nav-child:before, .navigation .nav-child:after {
    background-clip: none;
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #f5f0f7;
    border-radius: 0 0 5px 5px;
    box-shadow: none;
    font-size: 13px;
    text-align:left;
    display: none;
    float: left;
    left: 0;
    list-style: outside none none;
    margin: 0;
    min-width: 300px;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    z-index: 1000;
}
.navigation .nav-child a {
    clear: both;
    border-radius: 0;
    color: #000;
    display: block;
    font-size: 13px;
    font-weight: normal;
    line-height: 18px;
    padding: 5px;
    white-space: nowrap;
    text-decoration:none;
}
.navigation .nav-child li > a:hover, .navigation .nav-child li > a:focus, .navigation .nav-child:hover > a {
    background-color: #254290;
    background-image: none;
    background-repeat: repeat-x;
    padding:5px;
}
.navigation .nav-child  li.active > a {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #f5f0f7;
    color: #254290;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* NAVIGATION: TABLET */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#mainnavbar-tablet {
}
    
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* NAVIGATION: PHONE */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#mainnavbar-phone {

}
#mainnavbar-phone .navbar-inner {
	background: #254290;
}
.nav-label {
	margin-top:20px;
	color: #fff;
    	float: left;
    	margin-bottom: 5px;
    	margin-left: 30px;
    	margin-top: 10px;
	font-size:large;
}
.navbar-fixed-top, .navbar-fixed-bottom, .navbar-static-top {
	margin-left:0;
	margin-right:0;
}
#mainnavbar-phone .navbar-inner .btn {
    background-color: #254290;
    background-image: linear-gradient(to bottom, #f2f2f2, #254290);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    margin-bottom: 10px;
    margin-right: 25px;
    text-shadow: none;
}
#mainnavbar-phone .navbar .nav > li > a {
	text-shadow:none;
}
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
	color:#ffffff;
}
.nav-collapse .nav > li.active > a, .nav-collapse .nav > li.active > a:hover, .nav-collapse .nav > li.active > a:focus {
    background: none repeat scroll 0 0 #fff;
    border: 1px solid #f5f0f7;
    color: #254290;
}

#mainnavbar-phone ul.unstyled, ol.unstyled {
	margin-left: 20px;
}
.nav-collapse .nav > li > a:hover, .nav > li > a:focus {
    background: none repeat scroll 0 0 #fff;
    color: #254290;
}
.nav-collapse .nav-child li > a {
    color: #ffffff;
}
@media (max-width: 330px) {
        .navigation-phone .nav ul {
                margin-right:auto;
        }
	.navigation .nav > li {
		width:300px;
	}
}

element.style {
    opacity: 1;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* SLIDESHOW ELEMENTS */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.moduletableslideshow {
	width:100%;
	height:auto;
}
.flex-direction-nav li {
    cursor: pointer;
    display: block;
    height: 52px;
    margin: -26px 0 0;
    position: absolute;
    text-indent: -999em;
    width: 52px;
    top: 50%;
    background-position: 0 center;
}
.flex-direction-nav li .next {
    	background: url("/images/components/right_arrow.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	margin: -34px 665px 0;
	background-position: 0 !important;
}
.flex-direction-nav li .prev {
    	background: url("/images/components/left_arrow.png") no-repeat scroll center center rgba(0, 0, 0, 0);
	left:0;
}
.container-fluid {
    padding: 0;
}
.customhomepage_main {
  clear:both;
  padding-top:20px;
}
#split_c {
	clear:both;
	margin-top:20px;
	padding:10px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* MEDIAQUERY: TABLET STYLE */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media all and (max-width: 975px) {
    .pull-right {float:right; margin-right: 20px;}
    .toplinks {float: right; }
    .search { float: right; }
    .custom_logo { float:none; }
    .header .brand { float:right; }
    .social_icons { float:right; }
    navigation { background-color: #254290; height: auto; }
    ul.nav {  height: auto; }
    ul.nav > li {  float: none; width: 100%; }
    /*ul.nav a { line-height: 40px; }*/
    ul.nav ul { position: relative; }
    .flex-direction-nav li { display:none; }
    #aside { display:none; }
    .sitemapcell { display:block !important; }
    .bannergrouppartner_logos { display:none; }
    .tagcontainer_c { width:auto; }
    .newsflash-horizblog_grid { width:100% !important; }
    .newsflash-horizblog_grid li { float:none !important; width:100% !important; }
    #newsflash-horizblog_grid_title { margin-top:2px !important; width:100% !important; }
    #newsflash-horizblog_grid_intro { width:100% !important; }
    #newsflash-horizblog_grid_readmore { margin-top: -60px; }
    /*.newsflash-horizblog_grid li img { float:none; }*/
    .sitemapcell { float: left; }
    #mainnavbar-phone { display:none; }
   
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* MEDIAQUERY: PHONE STYLE */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media all and (max-width: 500px) {
	.brand { 
			background-image:url("/images/stories/logos/myschool_logo.png");
			background-repeat:no-repeat;
			background-size: 80% auto;
		}
        .toplinks { display:none; }
        .social_icons { display:none; }
        #search { width:100px; }
        #mainnavbar-phone { display:block; }
	#mainnavbar { display: none; }
	.small { font-size:13px; }
        .newsflash-horizblog_grid { width:100% !important; }
        .newsflash-horizblog_grid li { float:left; }
        #newsflash-horizblog_grid_readmore { margin-top: -40px; float:left; }
	.sitemapcell { float: none; }
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* MAINCONTENT */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.moduletablehomepage_main {
 margin-top: 30px;
 max-width: 980px;
 width: 100%
 margin-left: auto;
 margin-right: auto;
 padding: 10px;
}
#maincont {
 margin-top:30px;
 max-width: 980px;
 width:100%;
 margin-left: auto;
 margin-right: auto;
}
.page-header {
 border-bottom:0;
}
/*.item-page {
 float:left;
}
#aside {
 float:left;
}*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* CONTENT BANNER */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.moduletableright_ads {
}
.well {
   background-color: #fff;
   border: 0;
   border-radius: 0;
   box-shadow: none;
   margin-bottom: 0;
   min-height: 0;
   padding: 0;
}
.bannergroupright_ads {
    border-left: 1px solid #c8c8c8;
    float: left;
    padding-left:20px;
}
.banneritem {
   margin-bottom:0px;
}
/* BLOG GRID */
.newsflash-horizblog_grid {
    background-color: #f2f1f1;
    padding-top: 20px;
    margin-top: 20px;
    text-align: center;
    float:left;
    font-size: 0.8em;
}
.newsflash-horizblog_grid h3 {
   display:none;
}
.newsflash-horizblog_grid li {
    display:inline;
    float: left;
    overflow: hidden;
    width: 220px;
    margin-left: 1em;
}
.app-thumbnail-image {
  	margin-right: 30px;
}
.newsflash-horizblog_grid img {
    text-align: center;
  	margin-right: 30px;
}
.newsflash-titleblog_grid {
    display:block;
}
#newsflash-horizblog_grid_title {
  font-size:12pt;
  margin-top:180px;
  min-height:50px;
  text-align:left;
  width:200px;
}
#newsflash-horizblog_grid_intro {
  text-align:left;
  height:120px;
  width:160px;
  margin-top:10px;
}
#newsflash-horizblog_grid_readmore {
  text-align:left;
        min-height:20px;
}
#newsflash-horizblog_grid_readmore a {
    color: #41ad49;
    font-size: 10pt;
    line-height: 35px;
    text-decoration: none;
    font-weight:bold;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* PHOCA DOWNLOAD STUFF */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#phoca-dl-category-box .pd-category h3, #phoca-dl-file-box .pd-file h3 {
    background: url("/images/phocadownload/grey-bg.png") repeat-x scroll left top #ffffff;
    text-decoration: underline;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 1px 3px #fff inset, 0 0 3px #ccc;
}

#phoca-dl-category-box .pd-filebox {
    background: url("/images/phocadownload/grey-bg.png") repeat-x scroll left top #ffffff;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 1px 3px #fff inset, 0 0 3px #ccc;
    clear: both;
    margin: 10px 0;
    padding: 15px;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* STYLING FOR CATEGORY LISTS */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.category-list {
    margin-top:20px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* STYLING FOR BLOGS */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.blog .items-leading div {
	clear:both;
	padding:5px;
}
.blog .items-leading .page-header {
	padding-bottom:0;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*FACEBOOK COMMENTS*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
#phoca-facebook-comments {
    border: 1px solid #c8c8c8;
    float: left;
    padding: 10px;
    position: relative;
    margin-top: 20px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* PARTNER LOGOS */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.bannergrouppartner_logos {
	padding:20px;
}
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* FOOTER AND SITEMAP */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
footer { background-color: #254290; }
footer hr { display:none; }
#sitemapwrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width:1024px;
    margin-top:20px;
}
.sitemapcell {
    display: inline-block;
    font-size: 8pt;
    padding: 5px;
}
.sitemapheader {
   font-size:10pt;
}
.sitemapcell a {
    color:#ffffff;
    text-decoration:none;
}

#back-top { display:none; }
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* MYSCHOOL FESTIVE GIFT CATALOGUE */
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.custommaincontainer {
	width:100%
}

.customresponsivecontainer{
	margin-left:auto;
	margin-right:auto;
	width:700px;
}

.customheader{
	width:700px;
	height:117px;
}

.customheaderdiv{
	float:left;
}

.customheaderdiv2{
	float:left;
	width:660px;
	height:132px;
	background-color:#c02034;
	margin:auto;
}

.custombordernone2{
	float:left;
}



@media screen and (max-width: 700px) {

.wraptomob {
	width:100%;
	height:auto;
}

.displaynomob{
	display:none;
}
	
.customresponsivecontainer{
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

.customheader{
	width:100%;
	height:auto;
	overflow:auto;
}

.customheaderdiv{
	display:none;
}

.customheaderdiv2{
	width:100%;
	height:auto;
	padding:15px 0px;
}

.custombordernone{
	border:none !important;
}

.custombordernone2{
	float:left;
	border:none !important;
	width:100%;
}

.customwidthcontainer{
	width:auto !important;
}

}

.custombordernone {	border:none !important;
}
.customheaderdiv1 {	float:left;
}
.customheaderdiv1 {	display:none;
}
.displaynomob {	display:none;
}
.wraptomob {	width:100%;
	height:auto;
}

/* -------------------- */
	Blog article styles
/* -------------------- */

@media screen and (max-width: 1200px) {
	
}

.link {
  position: absolute;
  margin-top: 112px;
  margin-left: 20px;
  line-height: 0.5;
  font-size: 1.2em;
}

@media screen and (max-width: 767px) {
  .link {
    position: relative;
    display: block;
    margin-top: 20px;
    margin-left: 0px;
    text-align: center !important;
    line-height: 1.3;
  }

  .myschool-card {
      display: block;
      margin: auto;
  }
}