@import url(//fast.fonts.net/cssapi/824e94d4-8498-41a1-adcb-573bfdc04630.css);

/*@import url(../font-awesome-4.5.0/css/font-awesome.min.css);*/

@font-face {
    font-family: 'IcoMoon-Free';
    src: url(images/Font/IcoMoon-Free.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}


/***********************************************************************************************************/
/***********************************************************************************************************/


	/*Main Page*/
	/*media all*/
body {
    font-size: 15px;
    line-height: 30px;
    color: #505050;
margin:0;
padding:0;
font-family:"DIN Next W01 Regular",arial,sans-serif
}
@media all and (min-width:1200px) {
    body {
        font-size: 18px;
    }
}


    img{border:0}
  a{outline-style:none}

/***********************************************************************************************************/
/***********************************************************************************************************/
/*Website header*/
	div#TitleHolder{min-width:1000px}
	div#TitleHolder table{display:none}
    

    /*SLIDESHOW TYPE 1*/
    .slideshow1{height:350px; 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;
              margin-bottom:30px

    }
    .slideshow1 .slide{position:absolute; width:100%; height:350px;
        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=4)}
    .slideshow1 .slide2{background-image:url(images/2.jpg?v=4);  background-position:center top}
    .slideshow1 .slide3{background-image:url(images/3.jpg?v=4)}
    .slideshow1 .slide4{background-image:url(images/4.jpg?v=4);  background-position:center top}
    .slideshow1 .slide5{background-image:url(images/5.jpg?v=4)}
    .slideshow1 .slide6{background-image:url(images/6.jpg?v=4);  background-position:center top}
    .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);  background-position:center top}
    .slideshow1 .slide10{background-image:url(images/10.jpg?v=4)}


    @media all and (min-width:1200px){
 .slideshow1  {
    height: 465px;
}

  .slideshow1 .slide{
         height: 465px;
    }
  }

    /*media all*/
 .slideshow1::after {
    content: "";
    background: #0082C8;
    height: 4px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
}



    /*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{min-width:1000px; width:100%;height:100px;background-color:#454545;clear:both}
	div#footer table{min-width:1000px;width:100%; 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{}

/*media all*/

/*media all*/
#fsPageBodyWrapper *, #fsPageBodyWrapper *::before, #fsPageBodyWrapper *::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#fsPageBodyWrapper {
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 40px;
    padding-bottom: 82px;
    background: #fff;
    min-width:940px
}

 #fsPageBodyWrapper {
        padding-top: 30px;
    }

@media all and (min-width:1000px) {
    #fsPageBodyWrapper {
        padding-right: 20px;
        padding-left: 20px;
        padding-top: 182px;
    }
}
@media all and (min-width:1500px) {
    #fsPageBodyWrapper {
        padding-right: 75px;
        padding-left: 75px;
    }
}



    table#Content
    {
	    width: 100%;
        margin:0 auto; 
        border-collapse:collapse;
        border-top:0px; 
        
        
    }

    body.PopUpWindow table#Content{
        width:700px!important; min-width:700px!important; max-width:700px!important
    }

    td#MenuHolder{
	   
	    vertical-align:top;         
        
        padding-right: 20px;
        width: 240px;
    }

@media all and (min-width:1200px) {
    td#MenuHolder {
        padding-right: 40px;
        width: 376px;
    }
}


    td#ContentHolder{
	    vertical-align:top;     
            }


	/*main titles on each page*/
	h5
	{
        background-color:#fff; 
		clear:both; 
        margin:15px 0px 15px 0px; 
        padding:7px 0px 12px 0px; 
        font-weight:Normal; 
        font-size: 30px;
        line-height: 32px;
        font-family: "NewBaskervilleW01-Roman",Georgia,serif!important;
        color: #312f30;
    
}
@media all and (min-width:1200px) {
    h5 {
        font-size: 50px;
        line-height: 52px;
    }
}

	
	/*Scrolling div scrollbar and border colors - e.g. fixtures and results boxes on homepage*/
	div.Scrolling{
	    overflow-x:hidden; 
	    overflow-y:scroll; 
	    height:328px!important;

        scrollbar-face-color: #0082C8; 
        scrollbar-track-color: #fff;
	    scrollbar-shadow-color: white;
	    scrollbar-highlight-color: white;
	    scrollbar-3dlight-color: white;
	    scrollbar-darkshadow-color: white;
	    scrollbar-arrow-color: #0082C8;
	    padding-right:10px
	}

/***********************************************************************************************************/
/***********************************************************************************************************/

/*Main menu styles*/
    td#MenuHolder img.Crest, p#MenuCrestHolder{display:none}
	div#MenuDiv{
    background: #F3F3F3;
    position: relative;
    display: block;
}
    div#MenuDiv ul{padding:22px 15px!important}

    @media all and (min-width:1200px) {
       div#MenuDiv ul {
            padding: 22px 30px!important;
        }
    }

    div#MenuDiv li{border-bottom:1px solid #d3d3d3}

    /*media all*/
  div#MenuDiv li:last-child {
    border-bottom: none;
}
  div#MenuDiv li:nth-last-child(2) {
    border-bottom: none;
}

/*media all*/
#MenuDiv header {
    background: #0082C8;
    text-align: center;
}
/*media all*/
#MenuDiv .fsElementTitle {
    font-family: "DIN Next W01 Regular",arial,sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    line-height: 47px;
    margin: 0;
    letter-spacing: 2px;
    padding-top: 3px;
    font-weight:normal
}



    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;        
        margin-right:0!important;
    font-size: 14px;    
    line-height: 16px;
    padding: 18px 24px 16px 15px;
    color: #333!important;
    background: transparent;
    transition:background .3s, color .3s
}

@media all and (min-width:1200px) {
    a.MenuItem {
        font-size: 19px;
        line-height: 21px;
    }
}


	a.CurrentMenuItem{
		background-color:#eeeeee!important; 
		color:#0082c8!important;
        font-weight:bold
	}
    a.MenuItem:hover{
		background-color:#eeeeee!important; 
		color:#0082c8!important 
	}

a.CurrentMenuItem:hover {
    font-weight:bold;
   background-color:#eeeeee!important;
}


/*media all*/
 .nav-sub-btn {
    border: none;
    background: transparent;
    font-size: 30px;
    font-weight: 400;
    position: absolute;
    right: 5px;
    top: 20px;
    margin: auto;
    outline: 0;
    z-index: 1;
}


    /*media all*/
 .nav-sub-btn::after {
    content: "\ea1c";
  font-family: 'IcoMoon-Free' !important;
    color: #0082c8;
    font-size: 10px;
    display: block;       
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
/*media all*/
a.CurrentMenuItem .nav-sub-btn::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

a.CurrentMenuItem.MenuHeading{/*border-bottom:1px solid #d3d3d3!important;*/ font-weight:bold}


    /*Sub menu dropdown holder*/
    div.SubMenu{padding:0;padding-bottom:10px; display:none;}

    div.SubMenu a.MenuItem{
    padding-left: 20px;
    padding-top:9px;
    padding-bottom:6px;
    font-size:13px!important
    }
@media all and (min-width:1200px) {
        div.SubMenu a.MenuItem {
        font-size: 18px!important;
        padding-left:30px!important
    }
}

div.SubMenu a.CurrentMenuItem {
    background: transparent !important;
}
div.SubMenu a.CurrentMenuItem:hover {
    font-weight:bold;
   background-color:#eeeeee!important;
}


    /*School website link in menu - showing by default*/
    a#SchoolHomeMenuLink, #MenuHistoryLi, #MenuHistory, #MenuResourcesLi, #MenuResources, #MenuNewsLi,#MenuPhotosLi, #MenuTourLi, #MenuHouseSportLi  {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:#0082C8; 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
}

.contactPageContentBox table.ContentTable {
    border: 1px solid gray;    
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left:0!important
}
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: 280px; margin:0 auto; border:0px;
	}

table.DetailsTable,table.edDetailsTable{
	border:1px solid gray; margin-top:20px; margin-bottom:20px; text-align:center; border-collapse:collapse; font-size:0.9em
}
#HomePageBox_contact table.DetailsTable {
    border: 1px solid gray;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

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 2px 4px 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: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} 

#FixtureDetails{clear:both!important}


a.login::before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 1em;
    width: 1px;    
    margin: 0 9px;
    background:#fff
}

a.login{color:#ef9a13!important; transition:background .3s, color .3s; text-decoration:none!important}
a.login:hover{color:#fff!important}
#poweredBy a{color:#ef9a13!important; transition:background .3s, color .3s; text-decoration:none!important}
#poweredBy a:hover{color:#fff!important}

/*HEADER*/

/*media all*/
#TitleHolder *, #TitleHolder *::before, #TitleHolder *::after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
#TitleHolder a{    text-decoration:none;
    transition:background .3s, color .3s}

/*media all*/
#fsHeader {
    padding: 10px 20px 0;
    width: 100%;
    z-index: 500;
    background: #fff;
    height: 65px;
    transition: all 0.3s ease-in-out;
    min-width:1000px
}

/*@media all and (min-width:700px)*/
#fsHeader {
    height: 100px;   
    padding: 0 20px;
}
@media all and (min-width:1000px) {
    #fsHeader {
        padding: 0 30px;
        height: 136px;
        position: fixed;
    }
}
@media all and (min-width:1500px) {
    #fsHeader {
        padding: 0 75px;
    }
}


/*media all*/
.fsStyleAutoclear::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0px;
    height: 0px;
    visibility: hidden;
}
/*media all*/
#fsHeader .fsBanner {
    position: relative;
    padding: 0;
    border-bottom: 1px solid #D6D6D6;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
/*media all*/
.fsElement {
    margin-bottom: 45px;
}
/*media all*/
.nav-utility-header {
    text-align: right;
    padding: 0 0 8px 0;
    margin: 0;
    display: none;
    transition: all .3s ease-in-out;
}
/*@media all and (min-width:1000px)*/
.nav-utility-header {
    display: block;
    position: absolute;
    top: 26px;
    right: 0px;
}

/*media all*/
.fsNavigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/*media all*/
.nav-utility-header .fsNavLevel1 {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
/*media all*/
.nav-utility-header .fsNavLevel1, .nav-utility-header .fsNavLevel1 ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
/*media all*/
.nav-utility-header .fsNavLevel1 li {
    margin: 0;
    padding: 0;
}
/*media all*/
.nav-utility-header .fsNavLevel1 li {
    margin: 0 10px;
}
/*media all*/
.nav-utility-header .fsNavLevel1 li::before {
    display: none;
}
/*media all*/
.fsNavigation ul li a {
    display: block;
    padding: 10px 0;
    color: #0082c8;
    background: transparent;
    text-decoration:none;
    transition:background .3s, color .3s
}
/*media all*/
.nav-utility-header .fsNavLevel1 li a {
    font-size: 11px;
    color: #707275;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 0;
}
/*media all*/
.fsNavigation ul li a:hover, .fsNavigation ul li a:focus {
    color: #0082c8;
    background: transparent;
}


/*media all*/
.nav-utility-header .fsNavLevel1 li:last-child {
    margin-right: 0px;
}
/*media all*/
.fsElement {
    margin-bottom: 45px;
}
/*@media all and (min-width:600px)*/
.fsLayout {
    margin-right: -20px;
    margin-left: -20px;
}
/*media all*/
.fsStyleAutoclear::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0px;
    height: 0px;
    visibility: hidden;
}
/*media all*/
:last-child.fsElement {
    margin-bottom: 0px;
}
/*media all*/
#fsHeader .header-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
/*media all*/
.fsStyleAutoclear::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0px;
    height: 0px;
    visibility: hidden;
}
/*media all*/
.fsTwoColumnLayout > .fsDiv {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
}
/*media all*/
.fsLayout .fsDiv {
    min-height: 1px;
}
/*media all*/
.fsLayout .fsDiv {
    margin-bottom: 20px;
    width: 100%;
    float: none;
}
/*@media all and (min-width:600px)*/
.fsLayout .fsDiv {
    float: left;
}
/*@media all and (min-width:600px)*/
.fsLayout .fsDiv {
    padding-right: 1.11em;
    padding-left: 1.11em;
}
/*@media all and (min-width:800px)*/
.fsTwoColumnLayout .fsDiv {
    width: 50%;
}
/*media all*/
#fsHeader .fsLayout .fsDiv {
    margin-bottom: 0px;
}
/*@media all and (min-width:1000px)*/
#fsHeader .header-container .fsStyleColumn-1 {
    width: 30%;
}
/*media all*/
.site-info-container {
    max-width: 200px;
    transition: all 0.3s ease-in-out;
}
/*@media all and (min-width:500px)*/
.site-info-container {
    max-width: 250px;
}
/*@media all and (min-width:1000px)*/
.site-info-container {
    max-width: 100%;
}
/*media all*/
:last-child.fsElement {
    margin-bottom: 0px;
}
/*media all*/
.site-info-container a {
    display: block;
    padding: 0;
    color: transparent;
    background-size: cover;
    height: 90px;
    background: url(images/dc-founded-1619.svg) no-repeat 0 50%;
}
/*media all*/
.site-info-container a:hover, .site-info-container a:focus {
    color: transparent;
}
/*media all*/
.fsStyleAutoclear::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0px;
    height: 0px;
    visibility: hidden;
}
/*media all*/
.fsTwoColumnLayout > .fsDiv {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    width: 50%;
}
/*media all*/
.fsLayout .fsDiv {
    min-height: 1px;
}
/*media all*/
.fsLayout .fsDiv {
    margin-bottom: 20px;
    width: 100%;
    float: none;
}
/*@media all and (min-width:600px)*/
.fsLayout .fsDiv {
    float: left;
}
/*@media all and (min-width:600px)*/
.fsLayout .fsDiv {
    padding-right: 1.11em;
    padding-left: 1.11em;
}
/*@media all and (min-width:800px)*/
.fsTwoColumnLayout .fsDiv {
    width: 50%;
}
/*media all*/
#fsHeader .fsLayout .fsDiv {
    margin-bottom: 0px;
}
/*media all*/
#fsHeader .header-container .fsStyleColumn-2 {
    display: none;
    text-align: right;
    position: relative;
    height: 46px;
    margin-top: 42px;
    transition: all 0.3s ease-in-out;
    padding: 0;
}
/*@media all and (min-width:1000px)*/
#fsHeader .header-container .fsStyleColumn-2 {
    width: 70%;
    display: block;
}
/*media all*/
:last-child.fsElement {
    margin-bottom: 0px;
}
/*@media all and (min-width:900px)*/
.fsHeader .nav-main {
    padding: 0 38px 0 0;
}
/*media all*/
.fsNavigation ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/*@media all and (min-width:900px)*/
.nav-main .fsNavLevel1 {
    position: relative;
    margin: 0 auto;
    max-width: 65.55em;
    max-width: 73.75rem;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
/*@media all and (min-width:900px)*/
.nav-main .fsNavLevel1 > li {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
}
/*media all*/
html.js .nav-main .fsNavLevel1 > li {
    position: static;
}
/*media all*/
.fsNavigation ul li a {
    display: block;
    padding: 10px 0;
    color: #0082c8;
    background: transparent;
}
/*media all*/
.nav-main .fsNavLevel1 > li > a {
    position: relative;
    display: block;
    font-size: 13px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #312f30;
    background: transparent;
    padding: 0.55556em 0.55556em 32px 0.55556em;
}
/*@media all and (min-width:900px)*/
.nav-main .fsNavLevel1 > li > a {
    font-size: 11px;
}
@media all and (min-width:1100px) {
    .nav-main .fsNavLevel1 > li > a {
        font-size: 12px;
    }
}
@media all and (min-width:1300px) {
    .nav-main .fsNavLevel1 > li > a {
        font-size: 13px;
    }
}

@media all and (min-width:1400px) {
    .nav-main .fsNavLevel1 > li > a {
        padding: 0.55556em 0.83333em 32px 0.83333em;
    }
}

@media all and (min-width:1550px) {
    .nav-main .fsNavLevel1 > li > a {
        font-size: 14px;
    }
}



/*media all*/
.fsNavigation ul li.fsNavCurrentPage > a, .fsNavigation ul li.fsNavCurrentPageAncestor > a {
    color: #0082c8;
    background: transparent;
}
/*media all*/
.nav-main .fsNavLevel1 > li > a::before {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #F3F3F3;
    visibility: hidden;
    opacity: 0;
}
/*media all*/
.nav-main .fsNavLevel1 > li > a::after {
    content: "";
    position: absolute;
    bottom: 31px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: calc(100% - 20px);
    height: 3px;
    background: #0082C8;
    visibility: hidden;
    opacity: 0;
}
/*media all*/
.nav-main .fsNavLevel1 > li[class*='fsNavCurrentPage'] > a {
    color: #312f30;
    background: transparent;
}
/*media all*/
.nav-main .fsNavLevel1 > li:hover a::after {
    visibility: visible;
    opacity: 1;
}


/*media all*/
.nav-main .fsNavLevel1 > li > a:hover {
    color: #312f30;
    background: transparent;
}


/*STICKY HEADER*/

/*@media all and (min-width:1000px)*/
.sticky-header #fsHeader {
    height: 90px;
}
/*@media all and (min-width:1000px)*/
.sticky-header #fsHeader .nav-utility-header {
    display: block;
    top: 7px;
}

/*@media all and (min-width:1000px)*/
.sticky-header #fsHeader .header-container .fsStyleColumn-1 .site-info-container {
    max-width: 315px;
}
/*@media all and (min-width:1000px)*/
.sticky-header #fsHeader .header-container .fsStyleColumn-1 .site-info-container a {
    height: 90px;
}
/*media all*/
.sticky-header #fsHeader .header-container .fsStyleColumn-2 {
    margin-top: 18px;
}
/*media all*/
.sticky-header .nav-main .fsNavLevel1 > li a::before {
    bottom: 5px;
}
@media all and (min-width:1550px) {
    .sticky-header .nav-main .fsNavLevel1 > li a::before {
        bottom: 6px;
    }
}



.ui-dialog-content{clear:both}