@font-face {
  font-family: 'GillSansLight';
  src: url("fonts/GillSansLight.eot");
  src: url("fonts/GillSansLight.eot?#iefix") format("embedded-opentype"), 
      url("fonts/GillSansLight.woff2") format("woff2"), 
      url("fonts/GillSansLight.woff") format("woff"), 
      url("fonts/GillSansLight.ttf") format("truetype"); 

}

@font-face {
  font-family: 'RockwellStd';
  src: url("fonts/RockwellStd.eot");
  src: url("fonts/RockwellStd.eot?#iefix") format("embedded-opentype"), 
      url("fonts/RockwellStd.woff2") format("woff2"), 
      url("fonts/RockwellStd.woff") format("woff"), 
      url("fonts/RockwellStd.ttf") format("truetype"); 
}


/***********************************************************************************************************/
/***********************************************************************************************************/


	/*Main Page*/
	body {
    font-family:  GillSansLight, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.4285;
    color: #000000;
    background-color: #ffffff;
    margin:0;
}

table {font-size:1.31rem}
.ui-button,.ui-button[style] {
   letter-spacing:2px; text-transform:uppercase; padding:10px; font-size:10px!important 
}
    img{border:0}
  a{outline-style:none}

/***********************************************************************************************************/
/***********************************************************************************************************/
/*Website header*/
	div#TitleHolder{}
	div#TitleHolder table{display:none}
    
    .slideshow{height:600px; width:100%; position:relative; background-image:url(images/1.jpg?v=4);
                       background-repeat:no-repeat;
              -webkit-background-size: cover;
              -moz-background-size: cover;
              -o-background-size: cover;
              background-size: cover;
              background-position:center center; 
              clear:both

    }
    .slide{position:absolute; width:100%; height:600px;
        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


    }
    .slide1{background-image:url(images/1.jpg?v=4)}
    .slide2{background-image:url(images/2.jpg?v=4)}
    .slide3{background-image:url(images/3.jpg?v=4)}
    .slide4{background-image:url(images/4.jpg?v=4)}
    .slide5{background-image:url(images/5.jpg?v=4)}
    .slide6{background-image:url(images/6.jpg?v=4)}
    .slide7{background-image:url(images/7.jpg?v=4)}
    .slide8{background-image:url(images/8.jpg?v=4)}
    .slide9{background-image:url(images/9.jpg?v=4)}
    .slide10{background-image:url(images/10.jpg?v=4)}



/***********************************************************************************************************/
/***********************************************************************************************************/

/*Footer*/
	div#footer{height:100px;background-color:#000;}
	div#footer table{width:1000px; 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:8pt}
	#footerText a{color:#fff}




/***********************************************************************************************************/
/***********************************************************************************************************/
/*Page layout div and table*/

    div#MainContainer{}
    table#Content
    {
	    width: 100%; 
        margin:0 auto; 
        border-collapse:collapse;
        border-top:0px; 
        min-width:1000px;
        margin-top:-180px;
        z-index:2;
        position:relative
    }

    body.PopUpWindow table#Content{
        width:700px!important; min-width:700px!important; max-width:700px!important
    }

    td#MenuHolder{
	    width:340px;
	    vertical-align:top; 
        padding:0px;
    }
    td#ContentHolder{
	    vertical-align:top; 
        padding:50px; 
        background:white;
    }

    @media screen and (min-width:1300px){
        td#ContentHolder{padding:50px 100px; }
    }
    @media screen and (min-width:1600px){
        td#ContentHolder{padding:50px 180px; }
    }

	/*main titles on each page*/
	h5
	{
        background-color:#fff; 
        color:#000; 
		clear:both; 
        margin:15px 0px 15px 0px; 
        padding:7px 0px 12px 0px; 
        font-weight:Normal; 
        font-size:1.62rem;
	}
	
	/*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: #000000; 
        scrollbar-track-color: #fff;
	    scrollbar-shadow-color: white;
	    scrollbar-highlight-color: white;
	    scrollbar-3dlight-color: white;
	    scrollbar-darkshadow-color: white;
	    scrollbar-arrow-color: #000000;
	    padding-right:10px
	}

/***********************************************************************************************************/
/***********************************************************************************************************/

/*Main menu styles*/
    td#MenuHolder img.Crest, p#MenuCrestHolder{display:none}
	div#MenuDiv{background:black; padding:50px 0; margin-top:120px;}
    div#MenuDiv .logo {
    margin-bottom: 30px;
    text-align:center
}
    div#MenuDiv img {
    max-width: 100%;
    height: auto;
}
    div#MenuDiv .breadcrumb {
    padding: 0 20px;
    margin: 15px 0;
    text-transform: uppercase;
    text-align:center
}
    div#MenuDiv .breadcrumb p {
    color: #928f8f;
    font-size: 0.62rem;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: 2px;
}

div#MenuDiv p {
    margin: 0 0 10px;
}
        div#MenuDiv .breadcrumb * {
            color: #928f8f;
        }


div#MenuDiv .top-level {
    font-family: RockwellStd;
    font-size: 2rem;
    line-height: 1;
    letter-spacing: -0.5px;
    color: #f7d117;
    margin-bottom: 20px;
    text-align:center
}











    a.MenuItem span{padding:0!important; margin:0!important}
	/*Menu Items*/
	a.MenuItem
	{
	    background: none!important;
		text-align:left; 
		display:block;
		white-space:nowrap;
		border-radius:0px;
        border:0!important;
        font-size:13.93px!important;
        color:white;
        text-transform:uppercase;
        letter-spacing:3px;
        text-align:center;
        color:white!important

		
		
	}
a.MenuItem.SportMenu {

    font-size: 0.75rem!important;
    line-height: 1.1666!important;
    color:#a7a7a7!important

}
	a.CurrentMenuItem, a.CurrentMenuItem.SportMenu{
		color:#f7d117!important
	}
    a.MenuItem:hover,a.MenuItem.SportMenu:hover{
		color:#f7d117!important
	}


    /*Sub menu dropdown holder*/
    div.SubMenu{margin:0px 5px 10px 5px; display:none; font-size:0.9em}


    /*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:#f49712; text-decoration:none
}
a:hover, #accordion a:hover, #accordion2 a:hover{
	text-decoration:none
}

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:#a6d6c9; border :1px solid #ddd; text-align:center; padding:10px;
}
table.ContentTable td{
	background-color:#fff; border:1px solid #ddd; text-align:center; padding:10px
}
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: 195px; margin:0 auto; border:0px;
	}
table.DetailsTable,table.edDetailsTable{
	border:1px solid #ddd; margin:0 auto; margin-top:20px; margin-bottom:20px; text-align:center; border-collapse:collapse; font-size:0.9em
}
table.DetailsTable th{
	background-color:#a6d6c9; border:1px solid #ddd; text-align:right; padding:10px;
}
table.DetailsTable td{
	background-color:#fff; border:1px solid #ddd; text-align:left; padding:10px
}
table.edDetailsTable th{
	background-color:#fff; border:1px solid #ddd; text-align:right; padding:10px;
}
table.edDetailsTable td{
	background-color:#a6d6c9; border:1px solid #ddd; text-align:left; padding:10px
}
/*this one is for news*/
div.Thumbnail{margin-top:5px;border :1px solid #ddd; 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:1px solid #ddd; border-top:1px solid #ddd; background-color:#fff; padding:10px; vertical-align:middle}
.TeamsTable td img{border:0px; vertical-align:middle}
.TeamsTable th{text-align:left; font-weight:bold; background-color:#a6d6c9; padding:10px}
.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 #ddd; background-color:#fff}
Table.TeamSummary th{text-align:center; font-weight:normal; background-color:#a6d6c9; padding:10px; border:1px solid #ddd; color:gray}
Table.TeamSummary td{text-align:center; border:1px solid #ddd; padding:20px; font-weight:bold; background-color:#fff}
div#accordian{font-size:0.9em; font-weight:normal;}
div.HomePageBox{ border:1px solid #ddd; padding:3px 3px 10px 3px; margin:0px 2px 4px 2px; background-color:white}
table.HomeHeader{ 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 #ddd; 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:327px!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} 


.ui-widget.ui-widget-content {
    border: 1px solid #ddd!important;
}

b, strong{font-weight:normal}

.ui-widget-header {
    font-weight: normal;
}

div#TitleHolder , div#TitleHolder *, div#TitleHolder *::before, div#TitleHolder *::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

div#TitleHolder{position:relative;width:100%}

.main-menu__button {
    position: fixed;
    top: 0px;
    left: -10px;
    z-index: 99;
    height: 60px;
    width: 70px;
    padding: 22px 18px;
    background-color: black;
    border-left: solid 10px black;
    cursor: pointer;
    z-index: 999;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.main-menu__button::after {
    content: "MENU";
    color: white;
    position: absolute;
    right: -52px;
    top: 23px;
    letter-spacing: 1px;
    font-size: 0.75rem;
    font-weight: 600;
}


.logo-lines {
    width: 100%;
    position: relative;
    height: 3px;
    background-color: #f49712;
}
.logo-lines::before, .logo-lines::after {
    position: absolute;
    content: "";
    height: 3px;
    width: 100%;
}
.logo-lines::before {
    bottom: -6px;
    background-color: #a6d6c9;
}
.logo-lines::after {
    bottom: -12px;
    background-color: #f7d117;
}
.first-level {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    position: fixed;
    height: 100vh;
    width: 320px;
    background-color: black;
    z-index: 999;
    text-align: center;
    padding: 110px 20px;
    left: -320px;
}
.close-menu {
    position: absolute;
    overflow: hidden;
    width: 30px;
    height: 30px;
    top: 30px;
    left: 30px;
    border-radius: 50%;
    background: black;
    cursor: pointer;
    opacity: 0.6;
    box-shadow: 0px -35px 0px 2px #000, -35px 0px 0px 2px #000, 0px 35px 0px 2px #000, 30px 40px 0px 2px #000, 0px 0px 0px 2px #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.close-menu .cursor {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0px;
    left: 0px;
    cursor: pointer;
}
.line1, .line2 {
    position: absolute;
    top: 14px;
    left: 5px;
    border-top: 2px solid #fff;
    transform: rotate(45deg);
    -ms-transform-origin: 50% 50%;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 20px;
    cursor: pointer;
}
.line2 {
    transform: rotate(-45deg);
}
.main-menu a {
    font-size: 0.81rem;
    line-height: 1.1428;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: white;
    font-family: GillSansLight;
}
.first-level .logo {
    margin:auto;
    margin-bottom: 60px;
    width:150px
}
.first-level .logo img {
    max-width: 100%;
    height: auto;
}
.main-menu ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.main-menu li {
    padding: 8px 0;
}
.main-menu a {
    font-size: 0.81rem;
    line-height: 1.1428;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: white;
    font-family: GillSansLight;
}
.main-menu .bottom-contain {
    position: absolute;
    bottom: 40px;
    left: 40px;
    width: calc(100% - 80px);
}
.main-menu .bottom-contain .menu {
    position: relative;
}

.main-menu .bottom-contain .menu::before {
    position: absolute;
    content: "";
    top: -20px;
    width: 150px;
    left: 45px;
    height: 1px;
    background-color: #464646;
}
.main-menu .bottom-contain a {
    font-size: 0.68rem;
    line-height: 1;
    letter-spacing: 2px;
}
.corner-link {
    position: fixed;
    z-index: 999999;
    width: 95px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    padding-bottom: 15px;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.corner-link {
    position: fixed;
    z-index: 999999;
    width: 95px;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: white;
    padding-bottom: 15px;
    cursor: pointer;
    letter-spacing: 1px;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.75);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.corner-link--top-right {
    border-top: solid 65px #a6d6c9;
    top: -38px;
    right: -27px;
    padding: 0;
    padding-top: 15px;
    margin-right: 10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    padding-bottom: 0px;
    padding-top: 15px;
}

.corner-link--bottom-right {
    border-bottom: solid 65px #f49712;
    bottom: -38px;
    right: -27px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.corner-link--bottom-left {
    border-bottom: solid 65px #f7d117;
    bottom: -38px;
    left: -27px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.banner {
    background-size: cover;
    background-position: center;
    position: relative;
}

.banner--full-height {
    height: 100vh;
    width: 100%;
}

.banner--full-height::after {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(transparent 50%, black);
    background: -o-linear-gradient(transparent 50%, black);
    background: -moz-linear-gradient(transparent 50%, black);
    background: linear-gradient(transparent 50%, black);
}
.banner__left-text {
    position: absolute;
    bottom: 70px;
    left: 70px;
    max-width: 640px;
    color: white;
    z-index: 9;
}
.banner__left-text h1 {
    color: #a6d6c9;
    font-size: 4.37rem;
    line-height: 1;
    letter-spacing: -0.5px;
    font-family: RockwellStd;
    text-align:left

}
.banner__down-arrow {
    position: absolute;
    cursor: pointer;
    bottom: 70px;
    right: 140px;
    z-index: 9;
    height: 100px;
}
.down-arrow__stem {
    position: relative;
    width: 1px;
    height: 100px;
    background-color: #a6d6c9;
    margin: 0 30px;
}
.down-arrow__stem::after, .down-arrow__stem::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 14px;
    background-color: #a6d6c9;
    right: 0px;
    bottom: -1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.down-arrow__stem::before {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -ms-transform-origin: right bottom;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
}
.down-arrow__stem::after {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -ms-transform-origin: left bottom;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
}
.banner__down-arrow .down-arrow__stem {
    animation: stem-down 1s ease-in-out infinite reverse;
}
.banner__down-arrow .down-arrow__stem::before {
    animation: head-left-down 1s ease-in-out infinite reverse;
}
.banner__down-arrow .down-arrow__stem::after {
    animation: head-right-down 1s ease-in-out infinite reverse;
}





.banner__down-arrow {
  position: absolute;
  cursor: pointer;
  bottom: 70px;
  right: 140px;
  z-index: 9;
  height: 100px; }
  .banner__down-arrow .down-arrow__stem {
    animation: stem-down 1s ease-in-out infinite reverse; }
    .banner__down-arrow .down-arrow__stem:before {
      animation: head-left-down 1s ease-in-out infinite reverse; }
    .banner__down-arrow .down-arrow__stem:after {
      animation: head-right-down 1s ease-in-out infinite reverse; }
    .banner__down-arrow .down-arrow__stem.stop-anim {
      animation: stem-down 1s ease-in-out; }
      .banner__down-arrow .down-arrow__stem.stop-anim:before {
        animation: head-left-down 1s ease-in-out; }
      .banner__down-arrow .down-arrow__stem.stop-anim:after {
        animation: head-right-down 1s ease-in-out; }


.down-arrow__stem {
  position: relative;
  width: 1px;
  height: 100px;
  background-color: #a6d6c9;
  margin: 0 30px; }
  .down-arrow__stem:after, .down-arrow__stem:before {
    position: absolute;
    content: '';
    width: 1px;
    height: 14px;
    background-color: #a6d6c9;
    right: 0;
    bottom: -1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
  .down-arrow__stem:before {
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Safari */
    transform: rotate(-45deg);
    /* Safari */
    -ms-transform-origin: right bottom;
    /* IE 9 */
    -webkit-transform-origin: right bottom;
    /* Safari */
    transform-origin: right bottom;
    /* Safari */ }
  .down-arrow__stem:after {
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari */
    transform: rotate(45deg);
    /* Safari */
    -ms-transform-origin: left bottom;
    /* IE 9 */
    -webkit-transform-origin: left bottom;
    /* Safari */
    transform-origin: left bottom;
    /* Safari */ }
  .down-arrow__stem:hover:before {
    -ms-transform: rotate(-40deg);
    /* IE 9 */
    -webkit-transform: rotate(-40deg);
    /* Safari */
    transform: rotate(-40deg);
    /* Safari */
    background-color: black; }
  .down-arrow__stem:hover:after {
    -ms-transform: rotate(40deg);
    /* IE 9 */
    -webkit-transform: rotate(40deg);
    /* Safari */
    transform: rotate(40deg);
    /* Safari */
    background-color: black; }

@keyframes stem-down {
  0% {
    height: 100px; }
  80% {
    height: 0px; }
  100% {
    height: 0px; } }
@keyframes head-left-down {
  30% {
    height: 14px;
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Safari */
    transform: rotate(-45deg);
    /* Safari */ }
  55% {
    height: 14px;
    -ms-transform: rotate(0);
    /* IE 9 */
    -webkit-transform: rotate(0);
    /* Safari */
    transform: rotate(0);
    /* Safari */ }
  80% {
    height: 0px; }
  100% {
    height: 0px; } }
@keyframes head-right-down {
  30% {
    height: 14px;
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari */
    transform: rotate(45deg);
    /* Safari */ }
  55% {
    height: 14px;
    -ms-transform: rotate(0);
    /* IE 9 */
    -webkit-transform: rotate(0);
    /* Safari */
    transform: rotate(0);
    /* Safari */ }
  80% {
    height: 0px; }
  100% {
    height: 0px; } }





.corner-link--top-right:hover {
    top: -31px;
    right: -23px;
}

.corner-link--bottom-right:hover {
    bottom: -29px;
    right: -19px;
}
.corner-link--bottom-left:hover {
    bottom: -29px;
    left: -19px;
}
.main-menu__button:hover {
    left: 0px;
}
.corner-link--top-right.corner-link--hide {
    top: -118px;
    right: -107px;
}
.corner-link--bottom-right.corner-link--hide {
    bottom: -118px;
    right: -107px;
}
.corner-link--bottom-left.corner-link--hide {
    bottom: -118px;
    left: -107px;
}


.main-menu.show-first .first-level {
    left: 0px;
}
.close-menu:hover {
    animation: border .4s ease 1 forwards;
    cursor: none;
    opacity: 1;
}
.main-menu a:hover {
    color: #f7d117;
}
.main-menu .bottom-contain a:hover {
    letter-spacing: 1.5px;
}
@keyframes line {
  0% {
    left: 5px;
    width: 20px; }
  100% {
    left: 5px;
    width: 20px; } }
@keyframes border {
  0% {
    box-shadow: 15px -15px 0 2px #000, -15px -15px 0 2px #000, -15px 15px 0 2px #000, 15px 15px 0 2px #000, 0 0 0 2px #E94E3D; }
  25% {
    box-shadow: 0 -35px 0 2px #000, -15px -15px 0 2px #000, -15px 15px 0 2px #000, 15px 15px 0 2px #000, 0 0 0 2px #fff; }
  50% {
    box-shadow: 0 -35px 0 2px #000, -35px 0px 0 2px #000, -15px 15px 0 2px #000, 15px 15px 0 2px #000, 0 0 0 2px #fff; }
  75% {
    box-shadow: 0 -35px 0 2px #000, -35px 0px 0 2px #000, 0px 35px 0 2px #000, 15px 15px 0 2px #000, 0 0 0 2px #fff; }
  100% {
    box-shadow: 0 -35px 0 2px #000, -35px 0px 0 2px #000, 0px 35px 0 2px #000, 30px 40px 0 2px #000, 0 0 0 2px #fff; } }


.banner--short {
    height: 0px;
    padding-bottom: 33%;
    height: 350px;
}


.ui-widget.ui-widget-content,
.ui-widget-content {
    border: 0!important;
}

.ui-tabs{padding:0!important}

div.HomePageBox{padding:0!important}

div#MenuDiv{margin-top:0!important}

.ui-button-text-icons span.ui-icon{display:none!important} 

a.Next, a.Prev{background:none!important; border:0!important}
/*make icon for above yellow*/

/*update jquery css*/

div.contactPageContentBox table.DetailsTable{margin-left:0!important; margin-right:0!important}

p.CalFixtures, p.Event{margin-left:20px}


a.Prev span.ui-icon,
a.Next span.ui-icon
 {
    background-image: url("JQueryCSS/images/ui-icons_F9D300_256x240.png")!important;
}
