﻿@import url("https://webapps.pcrsoft.com/Clue/ApplicationFiles/Poly/Style/css/dynamic.css");
@import url("gbwebsite.css");

.WideLayoutwrapper li, .PaddedLayout li, .WideWithBlue li


{
     
    padding-left: 5px;
	padding-bottom:5px;
}
.LoginsLayout
{
	
	background-color: #e3ebed;
	text-align: right;
	text-transform: uppercase;
}


.PaddedLayout >div >div >div>div
{
	margin: 20px;
}

.RadComboBox_Silk .rcbHovered .rcbReadOnly .rcbInputCell, .rcbHovered .rcbReadOnly .rcbInputCell,
.RadComboBox_Silk .rcbHovered .rcbArrowCell, .rcbHovered .rcbArrowCell,
.RadComboBox_Silk .rcbFocused .rcbReadOnly .rcbInputCell, .rcbFocused .rcbReadOnly .rcbInputCell ,
.RadComboBox_Silk .rcbFocused .rcbArrowCell, .rcbFocused .rcbArrowCell

{
    border-color:var(--color3) !important;
     
    background-color: var(--color3) !important;
	color: #fff !important;
    
}

.RadComboBox_Silk .rcbReadOnly .rcbInputCell, .rcbReadOnly .rcbInputCell, .rcbInputCell,
.RadComboBox_Silk .rcbArrowCell, .rcbArrowCell
{
	background-image: none !important;
}

/* .ThirdsRow .ButtonFloat, .ThirdsRow .ButtonFloat,  */
.ThirdsRow .ButtonFloat input, .ThirdsRow .ButtonFloat input,
/* .ThirdsRow2 .ButtonFloat, .ThirdsRow2 .ButtonFloat,  */
.ThirdsRow2 .ButtonFloat input, .ThirdsRow2 .ButtonFloat input,


/* .ThirdsRow .ButtonFloat, .ThirdsRow .ButtonFloat,  */
.ThirdsRow .ButtonFloat input, 
.ThirdsRow .ButtonFloat input,
/* .ThirdsRow .ButtonFloat, .ThirdsRow .ButtonFloat,  */
.ThirdsRow .ButtonFloat input, .ThirdsRow .ButtonFloat input,
/* .ThirdColumn .ButtonFloat, .ThirdColumn .ButtonFloat,  */
.ThirdColumn .ButtonFloat input, .ThirdColumn .ButtonFloat input
{
	width: 100%;
    MARGIN: 0% !important;
    box-sizing: border-box;
	 
}

.ThirdsRow .ButtonFloat, .ThirdsRow .ButtonFloat
{
	box-sizing: border-box;
}

.RadPanelBar .rpSlide {
    
    background-color: var(--color4);
}

.sitemaplink
{
	display: inline-block;
    font-size: 0.875rem;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    text-decoration: none;
    color: #05254c;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
	width: 100%;
}
 
 .sitemaplink ul li
 {
 text-align: center;
    width: 100%;
	padding-left: 0px !important;
    margin: 0px !important;
 }
 
 .PaddedLayout
 .MenuDefaultCss 
 
 {
	 list-style-type: none;
	 
 }
  .PaddedLayout
 .menuDefaultNavWrapper ul
 {
	 padding-left: 0px;
 }
 
 .PaddedLayout
 .menuDefaultNavWrapper li
 {
 padding: 14px;
    border: 1px solid;
    margin: 2px !important;
    border-color: var(--color1);
    color: var(--color1);
	font-size: 15px !important;
 }
 
  .PaddedLayout
 .menuDefaultNavWrapper li a 
 {
	  color: var(--color1);
	  font-size: 15px !important;
 }
 
   .PaddedLayout
 .menuDefaultNavWrapper li:hover a
 {
	
	 color: white !important;
	 font-size: 15px !important;
 }
    .PaddedLayout
 .menuDefaultNavWrapper li:hover
 {
	  background-color: var(--color1);
 background-origin: content-box;
 }
 
 
 .FooterLogoRow
 {
	 margin-top: 100px;
 }
 
 
.sitemap ul {
    margin: 0;
    padding: 0;
    list-style: none;
	font: var(--accent-font);
}
.sitemap > ul > li {
    width: 13%;
     
	margin-right: 1% !important;
}
.sitemap ul li {
    display: block;
    float: left;
	margin: 0;
    padding: 0;
    list-style: none;
	
}


.sitemap ul>li:hover a, .sitemap ul>li li:hover {
    color: #05254c;
    text-decoration: underline !important;
}

.sitemap > ul> li > a
{
font-size: 0.875rem;
    
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    text-decoration: none;
    color: #05254c;
	
 }
 
 .sitemap ul li  ul li 
 {
 margin-top: 1.25em;
 float: none;
 }
.sitemap ul li  ul li  a
 {
    font-size: 0.875em;
    line-height: 1.2;
    color: #888b8d;
    text-decoration: none;
    display: block;
}
.ButtonFloat input, .ButtonNoFloat input  {
     font-weight: 600 !important;
    
}
.ButtonFloat {
    float: left;
    margin: 0 10px !important;
    background-clip: padding-box;
}
 .button, input[type="submit"]:not(.rltbActionButton):not(.rigActionButton), input[type="button"]:not(.ruRemove):not(.rltbActionButton), .RadUpload_WebBlue .ruButton:not(.ruRemove) {
margin-left: 0px;
    margin-right: 0px;
    /* min-width: 295px; */
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
 }
 
.ButtonFloat input,.ButtonNoFloat input
{
display: inline-block;
    text-align: center;
    font-size: 14px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    /* padding: 13px 0; */
    border: 2px solid var(--color3);
    background-color: var(--color3);
    border-radius: 5px;
    -o-transition: 0.2s ease;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    transition: 0.2s ease;
    -webkit-transition-property: color, background-color;
    -moz-transition-property: color, background-color;
    -o-transition-property: color, background-color;
    transition-property: color, background-color;
    margin: 0 0 10px 0;
	padding: 0px;
	
}

blockquote
{
	color: #f6be00;
    font-family: var(--title-font);
    font-size: 1.375em;
    padding-left: 1.3125em;
    border-width: 0 0 0 5px;
    border-style: solid;
    border-color: #f6be00;
    padding: 20px 20px;
    margin: 20px 0px;
}


article
{
	margin: 0 0 3.125em 0;
    padding: 1.5em;
    background-color: #e4ebed;
    border-top: 2px solid #f6be00;
}

.logoLink {
    background-image: url(../images/Logo_750x170.png);
	 
	
	
	
	min-height: 75px;
    max-width: 100%;
    /* margin-top: 10px; */
    box-sizing: border-box;
    /* margin-bottom: 10px; */
    /* max-height: 86px; */
    margin-top: 5px !important;
    margin-bottom: 5px !important;
	image-rendering: high-quality !important;
	
}
img
{
	image-rendering: high-quality;
}
.logoLinkFooter {
    background-image: url(../images/Logo240.png) !important;
	min-height: 120px;
    max-width: 120px; 
	width: 120px;
	height: 120px;
    box-sizing: border-box; 
    margin-top: 5px !important;
    margin-bottom: 5px !important;
	margin-left: auto;
    margin-right: auto;
}
	
.FooterAffiliations .link-image {
    margin: 0;
    opacity: 1;
    max-width: 80px;
    max-height: 43px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
	
.content.links
{
text-align: right;
}

.FooterSocial .content.links {
    text-align: center;
}

.links ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.no-bullets, .no-bullets li ul.no-bullets {
    margin: 0;
    padding: 0;
    list-style: none;
}
.links ul li {
    margin: 0;
    display: block;
}
li.group:first-child {
    margin: 0;
}
li.group , .links ul li.group{
    display: inline-block;
    vertical-align: top;
	padding-left:0px;
}


a.custom-link-photo {
    text-decoration: none;
}
A,.AlternatingRowStyle a, .RowStyle a {
    color: #00a9e0;
    text-decoration: underline;
}

.link-image {
    margin: 0;
    opacity: 1;
    max-width: 18px;
    padding: 7px 2px;
    -webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.links li a img {
    /* margin: 5px; */
}
img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.photoWrapper
{
	margin-right: 25px;
	
}

.boldclass
{
	font-weight: 700;
}


body {
    background: white;
    background-image: none;
    font-size: 16px;
}
.h2-style, h.h2-style , .FooterLogoColumnCenter h2, .calendar-title{
    padding: 0;
    margin: 0 0 1em 0;
    font-size: 0.875rem !important;
    font-family: var(--common-font);
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.25em;
}
.year {
     
    font-size: 18px;
}
.calendar-title a
{
	color: var(--color1);
	font-size: 1.1em !important;
	letter-spacing: normal;
}

.homecalendar .calendar-title
{
	float: left;
    margin-left: 90px;
}
.TPSubMenu.selectedNode li a, .selectedNode, .selectedNode a, .TPSubMenu.selectedNode, .leftMenuSelectedNode, .MenuDefaultSelectedNodeCss, .selectedNode, .selectedNode a, .selectedNodeShifted
{
	font-size: 16px;
}
.PageTitleColumn .ButtonFloat,.PageTitleColumn .ButtonNoFloat
{
	width: 100%;
	margin: 0px !important;
	border-width: 0px !important;
	border-radius: 0px !important;
	
	    display: flex;
    justify-content: center;
    align-content: center;

}

.PageTitleColumn .ButtonFloat input,.PageTitleColumn .ButtonNoFloat  input
{
white-space: normal;
    height: auto !important;
}
.FooterLogoColumnCenter
{
    text-align: center;
    font-size: 14px;
    line-height: 1.6;
    margin: 0 0 1.875em 0;
}

.FooterSocialRow:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 15px);
    background-color: #e0e0e0;
    height: 1px;
}


.FooterContact
{
	text-align: left;
}
.FooterLayout
 ul, .FooterLayout ul li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.FooterLayout ul li {
    display: inline-block;
    float: none;
    color: #505050;
    margin-left: 20px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}


.FooterLayout li > a {
    font-size: 0.875em;
    color: inherit;
    padding: 0 !important;
	text-decoration: none;
}

.FooterLayout ul a {
    display: block;
    position: relative;
}

.QuickLinksColumn, .SocialColumn, .SeachColumn, .myBCHSMainColumn
{
text-align: right;
    margin: 1.25em 0;
	margin-top: 35px;
}



.myBCHSMainColumn
{
	padding: 0px;
}

.myBCHSMainColumn .ButtonNoFloat input
{
    font-size: 0.8em !important;
    margin: 0 3px 0px 3px !important;
    padding: 0px 10px 0px 10px !important;
	font-weight: bold;
}
.mobilemenu .ButtonNoFloat input
{
	font-weight: bold;
}

.QuickLinksColumn ul, .LoginsLayout ul
{
display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}

.QuickLinksColumn ul li, .LoginsLayout ul li
{
	padding-left: 0px;
display: inline-block;
    float: none;
    color: #05254c;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
.QuickLinksColumn ul li > a, .LoginsLayout ul li > a
{
font-size: 0.875em;
    color: inherit;
    padding: 0 0.5em !important;
    line-height: 32px;
    height: 32px;
display: block;
    position: relative;
text-decoration: none;
}
.QuickLinksColumn ul li > a:hover, .QuickLinksColumn .MenuDefaultSelectedNodeCss
{
	color: #00a9e0 !important;
	}

.LoginsLayout ul li > a
{
	font-size: .85em;
color: #064078;
padding: 0 0.5em;
padding-right: 20px !important;
letter-spacing: 0.10em;
line-height: 34px;
height: 34px;
text-decoration: none;
background-color: #e3ebed;
}
.LoginsLayout ul li > a:hover
{
	font-weight: bold;
}

.searchnew
{
	display: block;
	margin-left:0px;
}

.searchnew input {
    background-image: url(../Images/search.png);
    background-repeat: no-repeat;
    background-position: right center;
	
	background-size: contain;
 
    width: 100%;
    height: 32px;
    box-sizing: border-box;
    padding: 5px;
    background-origin: content-box;
 
}

.element-invisible {
    position: absolute!important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px);
}

.search-text {
    padding: 0 0;
    
    border: 0;
    background-color: transparent;
    line-height: 32px;
    height: 32px;
    font-size: 14px;
    width: 0;
    color: #05254c;
    font-style: italic;
    -webkit-transition: width 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
    -moz-transition: width 0.3s ease, opacity 0.3s ease, -ms-padding 0.3s ease;
    transition: width 0.3s ease, opacity 0.3s ease, padding 0.3s ease;
}


.submit-button {
    /* width: 32px; */
    /* height: 32px; */
    /* border: 0; */
    /* background-color: transparent; */
    /* background-image: url(../images/search.png); */
    /* background-position: center center; */
    /* background-repeat: no-repeat; */
    /* background-size: 18px; */
    /* font-size: 0; */
	
	
	
	 
     /* border:none !important; */
    
    /* box-shadow: none; */
    /* color: transparent !important; */
    /* text-decoration: none !important; */
	
	
	/* display:none; */
	/* opacity: 0; */
    /* top: 0px; */
    /* position: absolute; */
    /* right: 15px; */
	/* width: 32px !important; */
	/* cursor: pointer; */
    /* -webkit-appearance: button; */
}


 
.menuwrapper > div, .Submenuwrapper > div
{
	max-width: 100%;
	width: 100%;
}

.menuwrapper > div
{
	/* opacity: 0.75; */
	background-color: var(--color1);
}
.MenuColumn  .menuDefaultNavWrapper > ul  > ul 
{
display: block;
    list-style: none;
    position: relative;
    z-index: 8201;
    margin: 0;
    padding: 0;
}
.MenuColumn  .menuDefaultNavWrapper > ul 
{
	display: flex;
}
.MenuColumn  .menuDefaultNavWrapper > ul , 
.SubmenuColumn  .menuDefaultNavWrapper > ul{
    
    flex-flow: row nowrap;
    justify-content: center;
	list-style: none;
    position: relative;
    z-index: 3000;
    margin: 0;
    padding: 0;
}

.MenuColumn  .menuDefaultNavWrapper  ul  ul
{
	/* margin-top: 3px; */
	display:none;
	position: absolute;
    list-style: none;
    background-color: white;
	padding: 25px;
    box-shadow: 0 5px 15px 0 rgba(0,0,0,0.4);
}

.menuDefaultNavWrapper  ul  ul:empty
{
	display: none !important;
}

.MenuColumn  .menuDefaultNavWrapper  ul  ul li
{
	padding-left: 0px;
	font-size: 16px;
 padding: 10px 0;
}


.MenuColumn  .menuDefaultNavWrapper  ul  ul li a{
	
 
	color: #888b8d !important;
}
.MenuColumn  .menuDefaultNavWrapper  ul  ul li:hover a{
	color:#00a9e0 !important;
}
.MenuColumn  .menuDefaultNavWrapper > ul li:hover > ul
{
	display: block;
}

.MenuColumn .menuDefaultNavWrapper > ul li:hover > ul:empty,

.MenuColumn .menuDefaultNavWrapper > ul li:hover > ul:
has(> strong:empty) {
    display: none !important;
}
 

.MenuColumn  .menuDefaultNavWrapper > ul  > li a:hover,
.MenuColumn  .menuDefaultNavWrapper > ul  > li a.MenuDefaultSelectedNodeCss
 {
    background-color: #00a9e0;
}
.MenuColumn  .menuDefaultNavWrapper > ul ul  > li a:hover ,
.MenuColumn  .menuDefaultNavWrapper > ul ul  > li a:active ,
.MenuColumn ul ul li a.MenuDefaultSelectedNodeCss
{
	background-color: white !important;
	color: var(--color3) !important;
}

 
.MenuColumn  .menuDefaultNavWrapper > ul > li > a {
    font-weight: bold;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: #fff !important;
    background-color: transparent;
    line-height: 43px;
    height:  43px;
    /* padding: 0 1.125em !important; */
	 padding: 0 0.25em !important;
    -webkit-transition: background-color 0.3s ease;
    -moz-transition: background-color 0.3s ease;
    -ms-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
	/* height: 100%; */
}
.LoginsLayout li.MenuDefaultCss a::before,
.menuwrapper > ul li.MenuDefaultCss a::before,

.QuickLinksColumn ul li:last-child::after{
    display: block;
    content: "|";
    position: absolute;
    left: -11px;
    top: 0px;
    font-weight: 100;
    /* margin-left: 10px; */
    /* padding-left: 10px; */
}

.QuickLinksColumn ul li:last-child::after
{
	left: auto;
	right: 0px;
	color: #e0e0e0;
}

.Submenuwrapper li.MenuDefaultCss a::before
{
	color: #e0e0e0;
}
.LoginsLayout li.MenuDefaultCss a::before
{
	color: #888b8d;
}


.checkmark {
     
    margin-top: 12px;
}

.menuwrapper
> ul li,.Submenuwrapper li {
     
    padding-left: 16px !important;
}
.LoginsLayout li.MenuDefaultCss:first-child a::before,
.menuwrapper   li.MenuDefaultCss:first-child a::before,
.Submenuwrapper li.MenuDefaultCss:first-child a::before
{
	content: "";
}

.MenuColumn  .menuDefaultNavWrapper > ul a {
    position: relative;
    display: inline-block;
}



.MenuColumn  .menuDefaultNavWrapper > ul a {
    color: inherit;
    text-decoration: none;
}


.SubmenuColumn  .menuDefaultNavWrapper ul {
    /* margin: 48px auto 0 auto; */
    
    text-align: center;
    border-bottom: 1px solid #e0e0e0;
    background-color: #fff;
    position: relative;
    z-index: 10;
}


.SubmenuColumn  .menuDefaultNavWrapper ul  li {
    color: #888b8d;
	
    background-color: transparent;
    display: inline-block;
    float: none;
    -webkit-transition: background-color 0.3s ease, color 0.3s ease;
    -moz-transition: background-color 0.3s ease, color 0.3s ease;
    -ms-transition: background-color 0.3s ease, color 0.3s ease;
    transition: background-color 0.3s ease, color 0.3s ease;

    position: relative;
    z-index: 82;
	white-space: nowrap;
}



.SubmenuColumn  .menuDefaultNavWrapper ul  li  > a {
    font-size: 16px;
    line-height: 3em;
    padding: 0 0.75em !important;
    color: inherit;
}
.SubmenuColumn  .menuDefaultNavWrapper ul  li  a {
    display: block;
    position: relative;
}
.SubmenuColumn  .MenuDefaultSelectedNodeCss   {
   color: #00a9e0 !important;
   
}



.SubmenuColumn  .menuDefaultNavWrapper ul  li  a {
    color: inherit;
    text-decoration: none;
}

.SubmenuColumn .menuDefaultNavWrapper ul ul{
	display: none;
	border: none;
}

.WideLayoutwrapper
{
	position: relative !important;
}

.WideLayoutwrapper > div 
{
	max-width: 100%;
	width: 100%;
}

.WideLayoutwrapper > div 
{
padding-left: 0px;
    padding-right: 0px;
	overflow: hidden;
	}
.Logout {
    top: -5px;
    right: 10px;
    color: #00a9e0 !important;
     
}



.pageTitleWrapper
{
    position: relative;
    z-index: 1;
    /* bottom: 40px; */
    margin: 0;
    left: 50%;
    width: 100%;
    max-width: 1185px;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}



.RadImageGallery
{
	z-index:2;
}

.pageTitleWrapper:after
{
	 
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 15px;
    width: calc(100% - 15px);
    background-color: white;
    height: 1px;
}

/* .bioWrapper .DetailsHeaderStyle */
/* { */
	/* display: none !important; */
/* } */
.bioWrapper .AlternatingRowStyle
{
	background-color: transparent;
}
.bioWrapper .DataWebControlStyle tr:first-of-type {
    font-weight: 700;
}

/* .bioWrapper .DataWebControlStyle tr:nth-of-type(2) */
/* { */
	/* font-style: italic; */
/* } */
.DetailsHeaderStyle
{
	width: 150px;
}

 .bioWrapper
{
	line-height: 1.5 !important;
}

.bioWrapper table, .bioWrapper td, .bioWrapper th {
    border-color:transparent;
	
}

.bioWrapper table table > tr.RowStyle
{
	font-weight: 700 !important;
}

.link-image:hover {
    opacity: 0.4;
}

 

.mobilemenu
{
	background-color: var(--color1);
}


.WideWithBlue
{
	background-color:#103e7c;
}

.WideWithBlue .t-col
{
	
	min-height: 0px !important;
}

.tiles.norollover  .news-title
{
	display:none !important;
}

.tiles:not(.norollover) .news-title, .tiles:not(.norollover) .news-wrapper:not(:hover) .news-title a
{
	  /* background: transparent;  */
	 /* text-align: center;  */
     /* color: var(--color1);  */
     /* font-size: 1.0em;  */
     /* line-height: 1.2;  */
     /* letter-spacing: 0.125em;  */
	

	/* display:none; */
	
	/* background: var(--color1); */
    text-align: center;
    /* color: white; */
	color:  var(--color1);
    font-size: 1.1em;
    /* line-height: 1.2; */
    /* letter-spacing: 0.125em; */
    /* display: none; */
    /* opacity: 0.8; */
}
.tiles:not(.norollover) .news-title
{
/* background: rgba(6, 64, 120, 0.7); */
background: rgba(255, 255, 255, 0.9);
}

.tiles:not(.norollover) .news-title a 
{
	background-color: transparent !important;
}
 
 .tiles:not(.norollover) .news_image span {
  /* position: relative; */
  width: 100%; /* The size you want */
  height: 100%;
  background-color: var(--color1);
}
.tiles:not(.norollover) .news_image span:after {
  content: "";
  display: block;
  padding-bottom: 100%; /* The padding depends on the width, not on the height, so with a padding-bottom of 100% you will get a square */
}

.tiles:not(.norollover) .news_image span img {
  position: absolute; /* Take your picture out of the flow */
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; /* Make the picture taking the size of it's parent */
  width: 100%; /* This if for the object-fit */
  height: 100%; /* This if for the object-fit */
  object-fit: cover; /* Equivalent of the background-size: cover; of a background-image */
  object-position: center;
}

.tiles:not(.norollover) .news-wrapper:hover .descriptionLabel {
    display: block;
    bottom: 0px;
    /* color: white; */
    opacity: 1;
    z-index: 100;
    /* font-size: 16px; */
    padding-left: 20px;
 
	line-height: 16px;
}

.news-title a
{
	color: var(--color1);
}

.news-title {
    padding-top: 0px;
	padding-bottom: 10px;
}

/* .tiles:not(.norollover) .news-title { */
   
    /* bottom: 60px; */
/* } */
.tiles:not(.norollover)  .news-wrapper:hover:before {
    opacity: 0;
    
}

.tiles:not(.norollover) .news-wrapper:hover:after {
    opacity: 1;

    content: '>>';
    /* opacity: 0; */ 
	height: 70px;
    
}

.tiles.norollover  h7
{
	    text-align: center;
    color: var(--color1);
    font-size: 1.4em;
    line-height: 1.2;
    letter-spacing: 0.125em;
    font-weight: 600;
	display: block;
}

.tiles.norollover  h8
{
	line-height: 2;
    text-align: center;
	color: var(--color1);
	 font-weight: 600;
	display: block;
}
.tiles.norollover  h9
{
	  text-align: center;
	 
	 
	display: block;
	line-height: 1.2;
    font-size: 16px;
    color: var(--color5);
    margin-bottom: 10px;
    font-weight: 500;
    letter-spacing: 0.1em;
    font-family: var(--accent-font);
     
}

.AdminLinks
{
	color:black !important;
}

.recentnews.tiles .news-title a, .recentnews.tiles .news-title
{
	/* bottom: auto; */
	/* top: 50px; */
	/* color: white !important; */
	/* font-size: 1.4em; */
	/* background-color: transparent !important; */
	  line-height: 1.2em; 
	
}
.recentnews.tiles .news-wrapper:hover:before {
    opacity: 0.6;;
    content: '';
    /* opacity: 0; */
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    box-sizing: border-box;
    pointer-events: none;
	float: left;
}



.homecalendar .calendaricondate {
    display: block;
    position: relative;
    width: 70px;
    font-family: var(--common-font);
    color: #999;
    margin: 0 0;
}

.homecalendar .calendar-title  {
    margin-left: 70px;
    clear: right;
    float: none;
	margin: 0;
     
}
.homecalendar .calendar-datetime
{
	display:none;
}

.homecalendar .calendar-description, .homecalendar .calendar-title 
{
	margin-left: 70px;
}

@media (max-width: 1024px) 
{

	.sitemap ul>li
	{
		float:none;
		width: 100%;
		margin-top: 20px;
	}

}
@media (max-width: 1280px)
{
	
	.QuickLinksColumn
	{
		text-align:left;
	}
	.link-image {
    padding: 6px 10px;
    max-width: 24px;
}

.SocialColumn
{
	display: flex;
    flex-flow: row nowrap;
    justify-content: center;
}
	.nav + .nav-btn, .close-btn
	{
		right: auto !important;
    top: 5px;
width: 35px !important;
	}
	
	.close-btn
	{
		top: 5px !important;
    left: 20px;
	width: 2.625em !important;
	}
	/* .nav .close-btn span { */
     /* right: auto !important; */
/* } */
	
	.js-nav .nav ul.noprint
	{
		margin-top: 35px !important;
	}
	.js-nav .nav
	{
		opacity: 100;
		height: 100%;
	}
	.nav ul > li > a
	{
		    background-color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    letter-spacing: 0.125em;
    color: #888b8d;
    padding: 1em 1.25em;



	}
	.js-nav .nav ul {
    padding-bottom: 10px;
	}
	
	.js-nav .MenuDefaultSelectedNodeCss
	{
		color: var(--color1) !important;
	}
	
	.nav li:hover ul a, .nav ul li ul li:hover, .nav ul li ul li a:hover
	{
		color: inherit !important;
	}
	.nav ul li ul li a {
     
    padding: 10px 10px 10px 50px !important;
    }
	.js-nav .nav ul, .nav ul li ul
	{
		background-color: white;
	}
	
	.navigationSubmenu
	{
		display:none;
	}
	 
	
	
.Logout
{
	display:none;
}
.mobilemenu .Logout
{
	display: inline-block;
    text-decoration: none;
    font-weight: bold;
    color: white !important;
    font-size: 0.9em;
    margin-top: 6px;
    top: 0px;
    right: 0px;
    margin-top: 2px !important;
    margin-bottom: 2px !important;
}

.mobilemenu .ButtonNoFloat
{
	 
    /* float: none; */
        clear: none;
    float: right;
    position: relative !important;
    /* display: flex !important; */
    margin-left: 10px;
}
.AdminLinks
{
	font-size: 0.9em;
	margin-top: 6px;
	text-decoration: none;
	font-weight: bold;
	top: -3px !important;
	margin-left: 60px !important;
}
 
}

@media (max-width: 768px)
{
	
	.SeachColumn, .QuickLinksColumn
	{
		margin-top: 0px;
		margin-bottom: 0px;
	}
	.QuickLinksColumn
	{
	text-align: center;
	}
	.pageTitleWrapper h1 span
	{
		font-size: 30px; 
		line-height: 32px;
	}
	
	.logoLink, .logoLink a
	{
		max-height: auto !important;
		max-width: 100% !important; 
		height: 100% !important;
	}
	
	.LogoColomn
	{
		/* display: flex; */
		display: block;
    flex-flow: row nowrap;
    justify-content: center;
	}
}




