/* ADD CUSTOM FONT INFO HERE - CDN */
@import url('https://fonts.googleapis.com/css2?family=Goudy+Bookletter+1911&family=Spectral&display=swap');


/* ----- TYPOGRAPHY ----- */

html {
 -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale; 
font-size: 16px;
}

H1, H2, H3, H4, H5, H6 {
  font-family: "Goudy Bookletter 1911", serif;
  font-weight: 400;
  font-style: normal;
  color: #004457;
}

H1 {
font-weight: 500 !important;
font-size: 3.3rem;
margin-top: 0.3em;
margin-bottom: 0.3em;
line-height: 1em; 
  color: #CC0000;
}

H2 {
font-size: 2.7rem;
margin: 0;
padding: 0.7rem 0;
line-height: 1.3em;
}

H3 {
font-size: 1.8rem;
margin: 0;
padding: 0.5rem 0;
    color: #CC0000;
}

H4 {
font-size: 1.35rem;
margin: 0;
padding: 0.5rem 0;
}

H5 {
font-size: 1.25rem;
margin: 0.5rem 0;  
}

H6 {
font-size: 1.1rem;
margin: 0.5rem 0;
}

p {
font-family: "Spectral", serif;
  font-weight: 400;
  font-style: normal;
color: #004457;
  line-height: 1.6rem;
}

a, table, li  {
font-family: "Goudy Bookletter 1911", serif !important;
  font-size: 1rem !important;
  color: #004457 !important;
  line-height: 1.7rem;
}


hr {
border-bottom: solid #004457 0.25px;
}

.ck-content hr {
    margin: 10px 0;
    height: 1px;
    background: #004457;
    border: 0;
}

blockquote {
font-family: "Goudy Bookletter 1911", serif;
font-weight: 400;
margin: 1em 0em;
background-color: #004457;
color:white;
padding: 1.5em;  
}

button, .button {
font-family: "Goudy Bookletter 1911", serif;
  font-weight: 400;
padding: 0.5em 1.5em;
color: #FFF !important;
background: #CC0000;
border-radius: 0px;
cursor: pointer;
font-size: 0.9125rem;
font-weight: 400 !important;
display: inline-block;
letter-spacing: 0.2em;
text-transform: uppercase;

}

button:hover, .button:hover {
background: #B10303;	
color: #fff !important;
}

a:not(.button, .breadcrumbs) {
color: #004457;
text-decoration: none;
}

a:not(.button):hover {
color: #013949;
/*text-decoration: underline;*/
}

/* --max-width ------------------*/

header .grid__container > div{
 max-width: 1240px !important;
 margin: 0 auto;
}

/*header .grid__container:first-of-type > div{
 max-width: 1240px !important;
 margin: 0 auto;
}
*/
main .grid__container .breadcrumbs{
 max-width: 1240px !important;
 margin: 0 auto;
}

main .grid__container:first-of-type > div{
 max-width: 100% !important;
}



main .grid__container > div, footer .grid__container > div{
 max-width: 1240px !important;
 margin: 0 auto;
}




/* ----- NAVIGATION ----- */

/* ----- header navigation -----*/
/*- hides first link in main nav bar - usually home link ----
header .level-1 li:first-of-type a:not(.level-2 a){
 display:none;
}
*/
header #full-menu .level-1 a{	
  font-family: "Goudy Bookletter 1911", serif !important;
font-weight: 400;
padding: 0.6em 0.5em 0.6em 0.5em;
  /*  font-size: 1.625rem;    */
}
header #full-menu .level-1 a:hover {
 	text-decoration: none; 
}
/* add colour behind the nav words */
header #full-menu .level-1 li:hover {
	background-color:none !important;
}
header #full-menu >ul.level-1 {
     background-color: transparent !important;
}
header #full-menu .level-1 a.expand {
     font-size: 0.4em !important;
     padding: initial;
}
header #full-menu .level-2 a.expand {
    padding-top: 0.9em !important;
    width: 10% !important;
}
header #full-menu .level-2 a {
  padding: 0.2em 0.7em !important;
    font-size: 0.9125em !important;
   	width: 90%;
}
header #full-menu .level-2 li {
border-top: #004457 0.25px solid;
  	text-align:left !important;
  	width: 13em;
}
header #full-menu .level-2 li:hover {
background-color: #FBF5E8;
  border-top: #004457 0.25px solid;
}
header .level-1 {
	margin: 0 !important;
}
header .level-1 li {
	
}
header .level-1 li a{
	padding: 0.6em 0.7em;
	display: inline-block;
    max-width: initial !important;
}

/* ----- adds a dropshadow to the dropdown menu -----*/
header .widget__content__menu .menu>ul>li>ul,
header .widget__content__menu .menu>ul>li>ul>li>ul,
header .widget__content__menu .menu>ul>li>ul>li>ul>li>ul{
    box-shadow: 0px solid ;
    -webkit-box-shadow: 3px 3px 3px -1px rgb(0 0 0 / 19%);
    box-shadow: 3px 3px 3px -1px rgb(0 0 0 / 19%);
}


/* centre align hamburger on mobile and control colour */
.widget__content__menu {
    padding: 2rem 1rem;
    text-align: center;
    z-index: 100;
}
#burger-menu svg {
    fill: #004457;
}
/* --homepage cards---------------------------------------------------------------------*/
.footer-text a{
  width: 100%;
  padding: 1em;
  display:block;
  
}
.footer-text p{
 margin: 0;
}

div.image-widget:hover, .footer-text a:hover {
    opacity: 70%;
  background: black;
}




/*-----header and footer module styling ----- */
.ck-content .text-tiny {
    font-size: 2.25em;
}

.ck-content .text-big {
    font-size: 2.4em;
  color: #004457 !important;
}

div.footer-text .ck-content {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

/* ----- Calendar module ----- */
.cal-article .cal-image-abovecontainer {
    padding: 0;
}

.cal-article {
    padding-bottom: 10px;
    background-color: #fff;
    text-align: left;
    width: 47%;
     border-bottom: 7px solid #B10303 !important;
    margin-bottom: 20px;
margin-left: 0px !important;
  margin-right: 0px !important;
}

.cal-article .cal-widget-date {
  margin: 10px 20px 0!important;  font-family: "Spectral", serif !important;
  font-weight: 600 !important;
  font-style: normal;
color: #004457;
}

.widget-calendar .calendar_event_time_style_font {
    margin: 0 20px 30px !important;
  font-family: "Spectral", serif !important;
  font-weight: 600 !important;
  font-style: normal;
color: #004457;
}
.widget-calendar .calendar_event_name_style_font {
    color: #FFF !important;
    margin: 10px 20px 0px !important;
  font-family: "Spectral", serif !important;
   /* font-size: 0 !important;
    line-height: 0 !important;*/
  font-weight: 600;
  padding-bottom: 10px !important;
}

.widget-calendar .calendar_event_summary_style_font {
    margin: 10px 20px !important;
  font-family: "Spectral", serif !important;
  font-weight: 400;
  font-style: normal;
color: #004457;
}  


/* SIDEBAR */
/*   THIS MUST BE THE LAST IN ORDER IN CSS */
/*------Sidebar navigation on content pages —------*/

/* this controls the main bars normal and hover state */

.sidebarBody .menu>ul li a, 
.sidebarBody .menu ul li ul li a, 
.sidebarBody .menu ul li ul li ul li a {
    border-bottom: #004457 solid 1px !important;
    background-color: #FFF !important; 
    font-family: "Goudy Bookletter 1911", serif !important;
}

.sidebarBody .menu a:hover {
    text-decoration: none !important;
      background-color: #FBF5E8 !important;
}


/* ----- this is the top bar ----- */
.sidebarBody ul.level-1 > li > a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 10px !important;
    border-top: #FFF solid 1px !important;
    font-family: "Goudy Bookletter 1911", serif !important;
    font-size: 20px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    color: #004457 !important;
    background-color: #FFF !important;
}

.sidebarBody ul.level-1 {
    background-color: #e6f6fe !important;
    margin-top: 2em !important;
}

.sidebarBody ul.level-1 > li:hover > a {
    color: #004457 !important;
    text-transform: none !important;
}

.sidebarBody ul.level-1 > li:hover {
    background-color: #FBF5E8 !important;
}

.sidebarBody ul.level-1.selected > li {
    background-color: #FBF5E8 !important;
}

.sidebarBody ul.level-1.selected > li > a {
    color: #004457 !important;
}

.sidebarBody ul.level-1 > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/* LEVEL 2 */
.sidebarBody ul.level-2 > li > a {
    font-family: "Goudy Bookletter 1911", serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    color: #004457 !important;
}

.sidebarBody ul.level-2 {
    background-color: #FFF !important;
}

.sidebarBody ul.level-2 > li:hover > a {
    color: #004457 !important;
}

.sidebarBody ul.level-2 > li:hover {
    background-color: #FBF5E8 !important;
}

.sidebarBody ul.level-2.selected > li {
    background-color: #FBF5E8 !important;
}

.sidebarBody ul.level-2.selected > li > a {
    color: #004457 !important;
}

.sidebarBody ul.level-2 > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/* LEVEL 3 */
.sidebarBody ul.level-3 > li > a {
    font-family: "Goudy Bookletter 1911", serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    color: #004457 !important;
    background-color: #e6f6fe !important;
}

.sidebarBody ul.level-3 > li:hover > a {
    color: #004457 !important;
}

.sidebarBody ul.level-3 > li:hover {
    background-color: #FBF5E8 !important;
}

.sidebarBody ul.level-3.selected > li {
    background-color: #FBF5E8 !important;
}

.sidebarBody ul.level-3.selected > li > a {
    color: #004457 !important;
}

.sidebarBody ul.level-3 > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/* LEVEL 4 */
.sidebarBody ul.level-4 > li > a {
    font-family: "Goudy Bookletter 1911", serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    color: #004457 !important;
    background-color: #e6f6fe !important;
}

.sidebarBody ul.level-4 > li:hover > a {
    color: #004457 !important;
}

.sidebarBody ul.level-4 > li:hover {
    background-color: #FBF5E8 !important;
}

.sidebarBody ul.level-4.selected > li {
    background-color: #FBF5E8 !important;
}

.sidebarBody ul.level-4.selected > li > a {
    color: #004457 !important;
}

.sidebarBody ul.level-4 > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

/* LEVEL 5 */
.sidebarBody ul.level-5 > li > a {
    font-family: "Goudy Bookletter 1911", serif !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-transform: none !important;
    color: #004457 !important;
}

.sidebarBody ul.level-5 {
    background-color: #e6f6fe !important;
}

.sidebarBody ul.level-5 > li:hover > a {
    color: #004457 !important;
}

.sidebarBody ul.level-5 > li:hover {
    background-color: #FBF5E8 !important;
}

.sidebarBody ul.level-5.selected > li {
    background-color: #FBF5E8 !important;
}

.sidebarBody ul.level-5.selected > li > a {
    color: #004457 !important;
}

.sidebarBody ul.level-5 > li > a {
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
} {
.sidebarBody ul.level-1 > li > a{font-family: Arial}
.sidebarBody ul.level-1 > li > a{font-size: 28px}
.sidebarBody ul.level-1 > li > a{font-weight: 400}
.sidebarBody ul.level-1 > li > a{text-transform: none}
.sidebarBody ul.level-1 > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-1{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-1 > li:hover > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-1 > li:hover{background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-1.selected > li {background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-1.selected > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-1 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-1 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-2 > li > a{font-family: Arial}
.sidebarBody ul.level-2 > li > a{font-size: 16px}
.sidebarBody ul.level-2 > li > a{font-weight: 400}
.sidebarBody ul.level-2 > li > a{text-transform: none}
.sidebarBody ul.level-2 > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-2{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-2 > li:hover > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-2 > li:hover{background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-2.selected > li {background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-2.selected > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-2 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-2 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-3 > li > a{font-family: Arial}
.sidebarBody ul.level-3 > li > a{font-size: 16px}
.sidebarBody ul.level-3 > li > a{font-weight: 400}
.sidebarBody ul.level-3 > li > a{text-transform: none}
.sidebarBody ul.level-3 > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-3{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-3 > li:hover > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-3 > li:hover{background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-3.selected > li {background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-3.selected > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-3 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-3 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-4 > li > a{font-family: Arial}
.sidebarBody ul.level-4 > li > a{font-size: 16px}
.sidebarBody ul.level-4 > li > a{font-weight: 400}
.sidebarBody ul.level-4 > li > a{text-transform: none}
.sidebarBody ul.level-4 > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-4{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-4 > li:hover > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-4 > li:hover{background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-4.selected > li {background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-4.selected > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-4 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-4 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
.sidebarBody ul.level-5 > li > a{font-family: Arial}
.sidebarBody ul.level-5 > li > a{font-size: 16px}
.sidebarBody ul.level-5 > li > a{font-weight: 400}
.sidebarBody ul.level-5 > li > a{text-transform: none}
.sidebarBody ul.level-5 > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-5{background-color: rgb(242, 242, 242)}
.sidebarBody ul.level-5 > li:hover > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-5 > li:hover{background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-5.selected > li {background-color: rgb(231, 231, 231)}
.sidebarBody ul.level-5.selected > li > a{color: rgb(0, 0, 0)}
.sidebarBody ul.level-5 > li > a{padding-left: 10px !important; padding-right: 10px !important}
.sidebarBody ul.level-5 > li > a{padding-top: 10px !important; padding-bottom: 10px !important}
