@import url(https://cdn.cranleigh.org/fonts/bentonsans/fontface.css );
@import url(AspW-Rg.css);
@import url(https://cdn.cranleigh.org/cranfont/style.css);

/***********************************************************************************************************/
/***********************************************************************************************************/


	/*Main Page*/
	body{
    color: #545759;
    font-family: "Benton Sans Lt",sans-serif;
    font-size: 16px;
    line-height: 1.5;
margin:0;
padding:0
}


    img{border:0}
  a{outline-style:none}

/***********************************************************************************************************/
/***********************************************************************************************************/
/*Website header*/
	div#TitleHolder{}
	div#TitleHolder table{display:none}
    

    /*SLIDESHOW TYPE 1*/
    .slideshow1{height:35vh;min-height:200px; width:100%; position:relative; background-image:url(images/1.jpg?v=5);
                       background-repeat:no-repeat;
              -webkit-background-size: cover;
              -moz-background-size: cover;
              -o-background-size: cover;
              background-size: cover;
              background-position:center -50px; 
              clear:both

    }
    .slideshow1 .slide{position:absolute; width:100%; height:35vh;min-height:200px;
        background-repeat:no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      background-position:center center; 
      z-index:0


    }
    .slideshow1 .slide1{background-image:url(images/1.jpg?v=5)}
    .slideshow1 .slide2{background-image:url(images/2.jpg?v=4)}
    .slideshow1 .slide3{background-image:url(images/3.jpg?v=4)}
    .slideshow1 .slide4{background-image:url(images/4.jpg?v=4)}
    .slideshow1 .slide5{background-image:url(images/5.jpg?v=4)}
    .slideshow1 .slide6{background-image:url(images/6.jpg?v=4)}
    .slideshow1 .slide7{background-image:url(images/7.jpg?v=4)}
    .slideshow1 .slide8{background-image:url(images/8.jpg?v=4)}
    .slideshow1 .slide9{background-image:url(images/9.jpg?v=4)}
    .slideshow1 .slide10{background-image:url(images/10.jpg?v=4)}


    /*SLIDESHOW TYPE 2*/
    .slideshow2 {
        position: relative;
        clear: both;
        margin: 0px;clear:both;
        background-color:#333;

    }

    .slideshow2 .slide {
        width: 100%;
        z-index: 0;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .slideshow2 .slide1 {
        position: relative!important;
    }




/***********************************************************************************************************/
/***********************************************************************************************************/

/*Footer*/
	div#footer{width:100%;min-width:993px;height:100px;background-color:#0c223f;}
	div#footer table{width:100%;min-width:993px; margin:0 auto; height:100px}
    /*left hand cell of footer*/
	#footerCrest{}
    /*text in footer on the right*/
	#footerText{color:#fff; text-align:center; vertical-align:middle; width:100%; font-size:16px}
	#footerText a{color:#fff}




/***********************************************************************************************************/
/***********************************************************************************************************/
/*Page layout div and table*/

    div#MainContainer{}
    table#Content
    {
	    max-width: 970px; 
        width:100%;
        margin:0 auto; 
        border-collapse:collapse;
        border-top:0px; 
        margin-top:2em;
        margin-bottom:2em;
        min-width:993px
    }


@media all and (min-width:1200px) {
    table#Content {
        max-width: 1170px;
    }
}


    body.PopUpWindow table#Content{
        width:700px!important; min-width:700px!important; max-width:700px!important
    }

    td#MenuHolder{
	    width:33.3%;
	    vertical-align:top; 
        padding: 0 15px;
        padding-top:1px;
        padding-right:10px
    }
    td#ContentHolder{
	    vertical-align:top; 
        padding: 0 15px; 
        padding-left:6px
    }


	/*main titles on each page*/
	h5
	{
        background-color:#fff;        
		clear:both; 
    font-family: "AspW-Rg";
    text-transform: uppercase;
    color: #0c223f;
    margin-top: 1em;
    margin-bottom: 0.75em;
    line-height:1.1;
    font-size:1.75em;
    font-weight:500
}

	}
	
	/*Scrolling div scrollbar and border colors - e.g. fixtures and results boxes on homepage*/
	div.Scrolling{
	    overflow-x:hidden; 
	    overflow-y:scroll; 
	    height:310px;

        scrollbar-face-color: #0c223f; 
        scrollbar-track-color: #fff;
	    scrollbar-shadow-color: white;
	    scrollbar-highlight-color: white;
	    scrollbar-3dlight-color: white;
	    scrollbar-darkshadow-color: white;
	    scrollbar-arrow-color: #0c223f;
	    padding-right:10px
	}

/***********************************************************************************************************/
/***********************************************************************************************************/

/*Main menu styles*/
    td#MenuHolder img.Crest, p#MenuCrestHolder{display:none}


	div#MenuDiv{border:1px solid #545759}

    .widget-header{
    margin-bottom: 0;
    padding: 0.75em;
    background: #0c223f;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

    .widget-title{
    font-family: "AspW-Rg";
    text-transform: uppercase;
    color: #fff;   
    font-size:1em;
    line-height:1;
    margin:0;
        font-weight:500
}

    a.MenuItem span{padding:0!important; margin:0!important}
	/*Menu Items*/
	a.MenuItem
	{
	    background-image: none!important;
	    background-color: transparent!important;
		text-align:left; 
		display:block;
		white-space:nowrap;
		border-radius:0px;
        border:0!important;
        color:#0c223f!important;
        border-top:1px solid #ddd!important;
        margin-right:0!important;
        padding:10px 15px
		
	}

	a.CurrentMenuItem{
	    background-color: transparent!important;
     color:#0c223f!important;
	}
    a.MenuItem:hover{
	    background-color: transparent!important;
     color:#0c223f!important;
     text-decoration:underline
	}

    #MenuContacts{ border-bottom:1px solid #ddd!important;}

    /*Sub menu dropdown holder*/
    div.SubMenu{margin:0px 5px 10px 5px; display:none; font-size:0.9em}

    div.SubMenu a.MenuItem{ border-top:0!important;}


    /*School website link in menu - showing by default*/
    a#SchoolHomeMenuLink{display:none}


/***********************************************************************************************************/
/***********************************************************************************************************/

/*Loading message box*/

	/*Loading div*/
	div#loading{
		display:none
	}


	/*Loading image border color*/
	#imgLoading{border:1px solid #e3c859}
	
	/*Page loading text*/
	#loading p{
		margin:20px; text-align:center; color:white
	}
	#loading h1{color:white}

    /*in loading box and left hand menu (unless hidden)*/
    img.Crest{border:0px; position:relative; z-index:100}

	.FixtureDetail{background-color:#fdf5ce}

/***********************************************************************************************************/
/***********************************************************************************************************/

/*content on all pages is in custom box - for websites with photo on the background and 
    no main container background color this can be used to give a background oto content */
	.CustomBox{margin:5px; background-color:#fff; padding:0px 0px 10px 0px}


/***********************************************************************************************************/
/***********************************************************************************************************/

/*Login and home buttons - change positioning etc*/

  #HomeLoginBtn,#HomeBtn{position:absolute; left:50%; margin-left:440px; top:80px; white-space:nowrap}
  #HomeBtn{margin-left:340px;}

/***********************************************************************************************************/
/***********************************************************************************************************/

/*Featured school gold whistle box*/

    div#FYSSubMenu{padding:10px 5px 5px 5px; white-space:nowrap; margin:1px 1px 0px 0px; position:relative; z-index:2}
    p#SS{margin:0px; text-align:center}

/***********************************************************************************************************/
/***********************************************************************************************************/




/*General styles below which don't normally need to be edited*/
.invisible{
	display:none
}
a, #accordion a, #accordion2 a, .accordion a, .tabs a
{
	color:#0c223f; text-decoration:none
}
a:hover, #accordion a:hover, #accordion2 a:hover{
	text-decoration:underline
}

a.LogOut{font-weight:normal}
a.Edit{font-weight:normal}
.Save{font-weight:normal}
.Reset{font-weight:normal}
.Cancel{font-weight:normal}
p.Right{text-align:right}
p.Center{text-align:center}

span.SubTitle{
	font-size:90%
}
div.ActionPHolder{
	 width:280px; float:left; margin:5px; padding:5px; border:1px solid #eee; background-color:#fff
 }
table.ContentTable{
	border:1px solid gray; margin:0 auto; margin-top:20px; margin-bottom:20px; text-align:center; border-collapse:collapse; font-size:0.9em
}
table.ContentTable th{
	background-color:#eee; border :1px solid silver; text-align:center; padding:6px;
}
table.ContentTable td{
	background-color:#fff; border:1px solid silver; text-align:center; padding:6px
}
h1{
	margin:0px 0px 0px 0px; font-size:1.3em; text-align:center; color:#000; 
}
h2{
	text-align:center; font-size:1.2em;margin:20px 20px 0px 20px; clear:both
}
h3{font-weight:normal;font-size:0.9em}
h4{
	text-align:left; font-size:1.1em;margin:20px 20px 0px 20px; clear:both
}
#TeamPhotoHolder{
	display:none
}
iframe#OverviewFrame{
	width:100%; border:0px; height:60px; background-color:#eee
}
select{
	vertical-align:middle
}
.SportsMap{
	width: 100%; height: 250px; margin:20 auto; border:1px solid gray;
	}
.HomeSportsMap{
	width: 100%; height: 198px; margin:0 auto; border:0px;
	}
table.DetailsTable,table.edDetailsTable{
	border:1px solid gray; margin:0 auto; margin-top:20px; margin-bottom:20px; text-align:center; border-collapse:collapse; font-size:0.9em
}
table.DetailsTable th{
	background-color:#eee; border:1px solid silver; text-align:right; padding:6px;
}
table.DetailsTable td{
	background-color:#fff; border:1px solid silver; text-align:left; padding:6px
}
table.edDetailsTable th{
	background-color:#fff; border:1px solid silver; text-align:right; padding:6px;
}
table.edDetailsTable td{
	background-color:#eee; border:1px solid silver; text-align:left; padding:6px
}
/*this one is for news*/
div.Thumbnail{margin-top:5px;border :1px solid gray; width:60px; height:40px; background-repeat:no-repeat; background-position: center center;}

.ActionPThumb{
	height:75px; border:0px; margin:0px
}
.TeamPThumb{
	width:100px; height:55px; border:0px;
	}
.ReportText, .HistoryText{
	border:1px solid gray; padding:10px; background-color:white; font-size:1.2em
}
#Loading{
	color:gray
}


.ThumbHolder{float:left; width:120px; margin:10px;  padding:10px 0px 10px 0px; background-color:#eee}
.ThumbHolder div{border:1px solid #eee;width:100px; height:55px; margin:0 auto; overflow:hidden;}
.ThumbHolder div:hover{border:1px solid gray; background-color:gray}
p.Dev{
	color:#000; font-style:italic; text-align:center; margin:40px; font-size:1.2em
}
.EmptyDataMessage{margin:40px; text-align:center; padding:10px; background-color:white}
div#SelectDiv{text-align:center; padding:7px}
.TeamsTable{width:97%; margin:0 auto; border-collapse:collapse;}
.TeamsTable td{border-bottom:5px solid #eee; border-top:5px solid #eee; background-color:#fff; padding:5px; vertical-align:middle}
.TeamsTable td img{border:0px; vertical-align:middle}
.TeamsTable th{text-align:left; font-weight:bold; background-color:#eee; padding:5px}
.TeamsSubTable{border-collapse:collapse; width:100%}
.TeamsSubTable th{text-align:right; color:gray; border:0px; font-weight:normal; width:80px; background-color:Transparent; vertical-align:top}
.TeamsSubTable td{text-align:left; border:0px; vertical-align:top}
Table.TeamSummary{border-collapse:collapse; margin:0 auto; border:1px solid silver; background-color:#fff}
Table.TeamSummary th{text-align:center; font-weight:normal; background-color:#eee; padding:5px; border:1px solid silver; color:gray}
Table.TeamSummary td{text-align:center; border:1px solid silver; padding:5px; font-weight:bold; background-color:#fff}
div#accordian{font-size:0.9em; font-weight:normal;}
div.HomePageBox{ border:1px solid silver; padding:3px 3px 10px 3px; margin:0px 13px 16px 2px; background-color:white}
table.HomeHeader{background-color:#eee; margin:0 auto; border-collapse:collapse; width:100%; margin-bottom:10px}
table.HomeHeader th{font-size:1.1em; text-align:left; font-weight:normal}
table.HomeHeader td{text-align:right; font-weight:normal; }

.ui-dialog-titlebar {font-size:8pt; height:20px }
div.ui-datepicker{font-size:8pt}
		

table.FixtureDetail{border:1px solid gray; margin:0px; background-color:white; width:100%}
td.MatchDate{vertical-align:top; white-space:nowrap; border-right:1px solid #eee;}
td.MatchDetail{vertical-align:top; border-right:1px solid #eee; text-align:center}
td.ResultDetail{vertical-align:top}
td.edFixtureRow{background-color:#eee}
a.More{font-size:9pt; font-weight:normal}
.TitleBtn{font-weight:normal; text-align:left; margin:2px}

.HomeTabContent{background-color:white; margin:-5px; padding:5px;height:328.5px!important;}
.ui-widget-content{background-color:white; background-image:none}
div.HomePageBox .tabs{border:0px; }
img.SportIcon{vertical-align:middle; border:0px}
div.HomePageBox .More{margin-right:15px;} 
.ui-tabs-panel .More{margin-right:0px!important;margin-bottom:-7px!important} 
.ui-widget-content * {
    box-sizing: content-box !important;
}
div.HomePageBox .More[style], div.HomePageBox .More span{font-weight:normal!important; font-size:9pt!important} 

#FixtureDetails{clear:both!important}


/*HEADER*/

/*media all*/
#TitleHolder{min-width:993px}


/*media all*/
#TitleHolder *, #TitleHolder *::before, #TitleHolder *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/*media all*/
header.site-header, footer.site-footer {
    background-color: #0c223f;
    color: #8a8b8c;
}

/*media all*/
.clear::after, .entry-content::after, .comment-content::after, .site-header::after, .site-content::after, .site-footer::after {
    clear: both;
}

/*media all*/
.container, .widecolumn#signup-content {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}



    .container, .widecolumn#signup-content {
        width: 970px;
    }


@media all and (min-width:1200px) {
    .container, .widecolumn#signup-content {
        width: 1170px;
    }
}

/*media all*/
.container::before, .widecolumn#signup-content::before, .container::after, .widecolumn#signup-content::after {
    content: " ";
    display: table;
}

/*media all*/
.container::after, .widecolumn#signup-content::after {
    clear: both;
}

/*media all*/
.row {
    margin-left: -15px;
    margin-right: -15px;
}

/*media all*/
.row::before, .row::after {
    content: " ";
    display: table;
}

/*media all*/
.row::after {
    clear: both;
}

/*media all*/
.text-right {
    text-align: right;
}

/*media all*/
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .widecolumn#signup-content .wp-activate-container, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

/*@media all and (min-width:768px)*/
.col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left;
}

/*@media all and (min-width:768px)*/
.col-sm-12 {
    width: 100%;
}

/*media all*/
.portals {
    display: inline-block;
    margin: 0.25em 0;
    border: 1px solid #fff;
    border-top: none;
    padding: 0.25em 0.5em 0.5em;
    font-family: "AspW-Rg";
    font-size: 0.87em;
    line-height: 1;
    text-transform: uppercase;
}

/*media all*/

.portals ul {
    margin: 0;
    padding: 0;
}

/*media all*/
.portals li {
    display: inline-block;
    border-right: thin white solid;
    padding: 0.25em 0.5em 0;
}

/*media all*/
.portals a {
    padding-right: 1px;
}

/*media all*/
.portals a, .portals a:hover {
    color: #fff;
    
}

a.portals:hover {
    
    text-decoration:underline
}

/*media all*/
.portals li.social-notices {
    padding: 0.0625em 0.5em 0;
}
/*media all*/
.portals li.social-notices {
    padding: 0.0625em 0.5em 0;
}

.portals li.social-notices a{text-decoration:none}

/*media all*/
.cranfont, .widget .widget-header > h4.widget-title::before, .widget ul.ddownloads_list li::before, .widget.notices .widget-header > h4.widget-title::before, .widget.noticeboard .widget-header > h4.widget-title::before, .widget.geographic .widget-header > h4.widget-title::before, .widget.download .widget-header > h4.widget-title::before, .widget.image .widget-header > h4.widget-title::before, .widget.news .widget-header > h4.widget-title::before, .widget.results .widget-header > h4.widget-title::before, .widget.person .widget-header > h4.widget-title::before, .widget.twitter .widget-header > h4.widget-title::before, .widget.facebook .widget-header > h4.widget-title::before, .widget.quotation .widget-header > h4.widget-title::before, .widget.trips .widget-header > h4.widget-title::before, .widget.video .widget-header > h4.widget-title::before, .widget.full-crest .widget-header > h4.widget-title::before, .widget.cranprep .widget-header > h4.widget-title::before, .widget.cranleigh .widget-header > h4.widget-title::before, .widget.oc-society .widget-header > h4.widget-title::before, .widget.events .widget-header > h4.widget-title::before, .widget.person-card .widget-header > h4.widget-title::before, .widget.recentposts .widget-header > h4.widget-title::before {
    font: normal normal normal 14px/1 CranFont !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*media all*/
i.cranfont {
    font-family: "cranfont" !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration:none
}


    /*media all*/
.portals li:last-of-type {
    border-right: none;
}




/*media all*/
.row {
    margin-left: -15px;
    margin-right: -15px;
}

/*media all*/
.row::before, .row::after {
    content: " ";
    display: table;
}
    
/*media all*/
.row::after {
    clear: both;
}

/*media all*/
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .widecolumn#signup-content .wp-activate-container, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
    
/*media all*/
.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
    float: left;
}

/*media all*/
.col-xs-8 {
    width: 66.66%;
}

/*@media all and (min-width:768px)*/
.col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left;
}

/*@media all and (min-width:768px)*/
.col-sm-4 {
    width: 33.33%;
}

/*media all*/
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0;
}

/*media all*/
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0px, 0px, 0px, 0px);
    border: 0;
}

/*media all*/
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    vertical-align:middle
}

/*media all*/
img[alt='Cranleigh School logo'] {
    max-width: 200px;
    margin: 0 0 0.75em;
}

/*media all*/
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .widecolumn#signup-content .wp-activate-container, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}

/*media all*/
.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
    float: left;
}
    
/*media all*/
.col-xs-4 {
    width: 33.33%;
}

/*@media all and (min-width:768px)*/
.col-sm-offset-4 {
    margin-left: 33.33%;
}


 
.pull-right
{  color: #545759;
    font-family: "Benton Sans Lt",sans-serif;
    font-size: 16px;
    line-height: 1.5;
    float: right !important;
    margin:0;
    font:inherit
}
/*media all*/
.hamburger {
    position: relative;
    width: 3em;
    height: 2.75em;
    margin-top: 0.25em;
    border: none;
    background: none;
    text-indent: -900em;
    overflow: hidden;
    cursor: pointer;
    outline: none;
}


.hamburger {
    overflow: visible;
    display:none
}

/*media all*/
.hamburger::after {
    content: "";
    position: absolute;
    width: 68%;
    height: 5px;
    background: #fff;
    top: 10px;
    left: 16%;
    box-shadow: 0px 10px 0px #fff, 0px 20px 0px #fff;
    border-radius: 0.25em;
}
.hamburger::before {
    content: "Menu";
    position: absolute;
    font-family: "AspW-Rg";
    left: -51px;
    top: 0.75em;
    height: 2em;
    color: #fff;
    text-transform: uppercase;
    text-indent: 0px;
}

/*media all*/
.collapse {
    display: block
}

/*media all*/
.mega-menu {
    color: #fff;
    padding-top: 1em;
}

/*media all*/
.collapse.in {
    display: block;
}
/*media all*/
.row {
    margin-left: -15px;
    margin-right: -15px;
}
/*media all*/
.row::before, .row::after {
    content: " ";
    display: table;
}
/*media all*/
.row::after {
    clear: both;
}


/*media all*/
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-8, .col-sm-8, .col-md-8, .widecolumn#signup-content .wp-activate-container, .col-lg-8, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}
/*@media all and (min-width:768px)*/
.col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left;
}
/*@media all and (min-width:768px)*/
.col-sm-3 {
    width: 25%;
}

    .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .widecolumn#signup-content .wp-activate-container, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
        float: left;
    }


    .col-md-2 {
        width: 16.66%;
    }

/*media all*/
p {

}

/*media all*/
.menu-header, .menu-section-header, mega-menu a {
        margin: 0 0 1em;
    margin-bottom: 0px;
    font-family: "AspW-Rg";
    font-weight: bold;
    text-transform: uppercase;
}

/*media all*/
.menu-header {
    padding: 0.25em 0;
}
/*media all*/
.mega-menu a, .mega-menu a:visited {
    color: #fff;
}
/*media all*/
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
/*media all*/
.fa-chevron-down::before {
    content: "\f078";
}
/*media all*/
.mega-menu .fa-chevron-down {
    display: inline-block;
    padding: 0.25em;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}
/*@media all and (min-width:48em)*/
.mega-menu .fa-chevron-down {
    display: none;
}
/*media all*/
.collapse {
    display: block;
}

div.subnav{width:100%!important}
/*media all*/
.mega-menu ul {
    margin: 0 0 1em;
    padding: 0;
    list-style: none;
}
/*media all*/
.collapse.in {
    display: block;
}
/*media all*/
.visible-xs, tr.visible-xs, th.visible-xs, td.visible-xs {
    display: none !important;
}
/*media all*/
.mega-menu li {
    font-size: 0.87em;
    float:left
}
/*media all*/
.mega-menu a, .mega-menu a:visited {
    color: #fff;
    display:inline-block;
    padding:10px 15px
}

#menu-home li a {
        margin: 0 0 1em;
    margin-bottom: 0px;
    font-family: "AspW-Rg";
    font-weight: bold;
    text-transform: uppercase;
    font-size:16px;
    line-height:1.5
}

#menu-home li:first-child a{padding-left:0!important}
#SOCS{padding-top:0;float:right}
#SOCSlogin{padding-right:0}
#SOCSlogin img{height:16px;padding-top:2px}

.HomePageBox .ui-button .ui-icon{display:none!important}

.ui-state-active{color:#fff!important}