/*
* Full Documentation can be found at https://foundation.zurb.com/sites/docs/.
*
* Grid Width is 1200px as standard. To change this, open foundation.min.css, and find and replace all 1200px values.
*
* To clear floats, add the .clearfix class to the parent element.
*/


:root {
  --default-margin-bottom: 2.1rem;  /*use like: var(--default-margin-bottom); */
}

html {
	font-size:16px !important;
}


@media (max-width: 480px) {
  html {
    font-size: 14px!important; /* Fixed size on mobile var(--site-font) */
  }
}





body {
	font-size:1rem!important;

	font-family: var(--site-font);
	
    font-weight: 400;
	letter-spacing: 0.03em;

}

.defaultMarginBtm {
	margin-bottom:var(--default-margin-bottom);
}

.maincolorback, .large-navigation ul li .children li:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, 
		h2.sectiontitle:before, #commentform .form-submit input[type=submit], .row.slidetitle,
		.button {
            background-color: var(--main-colour);
        }

        .subcolorback, .large-navigation ul li .children, .bx-wrapper .bx-pager.bx-default-pager a:hover, 
		.bx-pager.bx-default-pager a:focus, #commentform .form-submit input[type=submit]:hover {
            background-color: var(--secondary-colour);
        }

        .bx-wrapper .bx-controls-auto .bx-start:hover,
        .bx-wrapper .bx-controls-auto .bx-start:focus {
             background-color: #f7f306;
        }

        .bx-wrapper .bx-controls-auto .bx-stop.active {
            background-color: var(--main-colour);
        }

        .bx-wrapper .bx-controls-auto .bx-stop:hover,
        .bx-wrapper .bx-controls-auto .bx-stop:focus {
            background-color: #f7f306;
        }


        .mainColorBG .bx-wrapper .bx-controls-auto .bx-start.active {
            background-color: #f7f306;
        }

        .maincolor, .colorlist ul{
            color: var(--main-colour);
        }
		
		a, .colorlist ul, .sidebarnav li.current_page_item a, .contentRow a {
            color: var(--primary-hyperlink-colour);
        }
		
	     a:hover {
			 color: var(--primary-hyperlink-colour-hover);
			 text-decoration-thickness: max(2px, .0625rem) !important;
		 }


#content {
            background-color: var(--page-bg-colour);
		}		
		  /* === MAIN HEADING STYLE #2 === */
		.pagetitlebarTwo h1:after {
            background-color: var(--main-colour);
		}

        .subcolor, a.subcolor {
            color: var(--highlight-colour);
        }

        .maincolorsvg svg path {
            fill: var(--main-colour)!important;
        }

        .subcolorsvg svg path {
            fill:var(--highlight-colour) !important;
        }
		
		.pagetitlebarTwo h1 {
	   color: var(--titles-colour-main-body) !important;
		}
  
        .mainbody > h1, .mainbody > h2, .mainbody > h3, .mainbody>  h4, .mainbody > h5, .mainbody > h6 {
            color: var(--titles-colour-main-body) ;
        }
		
		/*  .mainbody>.whiteback > h1, .mainbody>.whiteback  >  h2, .mainbody>.whiteback >  h3, 
		 .mainbody>.whiteback >  h4, .mainbody >.whiteback>  h5, .mainbody>.whiteback  > h6 {
            color: var(--titles-colour-main-body) ;
        } */
		
		.maincolorback {
             color: var(--text-on-main-colour) !important;
        }

		.maincolorback >.slimNews > .smalldate, .maincolorback >.news-item__date {
			 color: var(--text-on-main-colour) !important;
		}
		
		 .subcolorback {
            color: var(--text-on-secondary-colour) !important;
        }
		
		.highlightbox {
			 background-color: var(--highlight-bg-colour);
			     /*border-bottom: 5px solid var(--highlight-colour);*/
		}
		
		.highlightbox a {
            color: var(--highlight-link-colour);
        }
		
		 .highlightbox a:hover {
            color: var(--highlight-rollover-colour);
        }
		
		.maincolorback a, .large-navigation ul li.current_page_item ul li a {
            color: var(--hyperlink-text-on-main-colour) !important;
        }
		
		.maincolorback a:hover, .large-navigation ul li.current_page_item ul li a:hover {
            color: var(--hyperlink-text-on-main-colour-hover) !important;
        }

        a.skip-acc {
            background-color: fill: var(--main-colour);
            color: var(--text-on-main-colour) !important;
        }
		
		  .subcolorback, .subcolorback a {
            color: var(--hyperlink-text-on-secondary-colour) !important;
        }
		
		.subcolorback a:hover, .large-navigation ul li.current_page_item a:hover {
            color: var(--hyperlink-text-on-secondary-colour-hover) !important;
        }


/*
* End imported from header
*
*/

 #content {
      flex: 1; /* This ensures the content takes up available space, pushing the footer to the bottom */
    min-height: 70vh;
	}

.row {
	max-width:1024px;
}

.modernRow {
	background-color: var(--breadcrumbs-bg-colour);
	min-height:30px;
	width:100%;
}

.contentRow {
    display: flex;
    flex-wrap: wrap;
  }
  
  .contentcolumns {
    display: flex;
    flex-direction: column;
      flex-wrap: wrap;
  }
  
  
  
  .outline {
        flex: 1;
        border-style: solid;
      border-width: 2px;
      border-color: #d9d9d9;
      margin-bottom: 1.25rem;
      padding: 5px; 
  }
  
  .outline h2 a {
      font-size:0.8em;
      font-weight:600 !important;
  }
  
  .small{
	  font-size:0.9em !important;
  }
  
  

  
  .siblings {
	  margin-top:3rem;
	  margin-bottom:var(--default-margin-bottom);
  }

/*
.navigation {
	//margin-left:8px;
}*/

.cf:before,
.cf:after,
.arconix-faq-content.faq-open:before,
.arconix-faq-content.faq-open:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after,
.arconix-faq-content.faq-open:after {
    clear: both;
}

.cf,
.arconix-faq-content.faq-open {
    *zoom: 1;
}

/* CUSTOMISING ANIMATE.CSS TO REDUCE THE DISTANCE OF fadeInUp */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 5%, 0);
        /*ABOVE LINE IS THE MAGIC*/
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    animation-name: fadeInUp;
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-5%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    animation-name: fadeInLeft;
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(5%, 0, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    animation-name: fadeInRight;
}

/* END: CUSTOMISING ANIMATE.CSS */
.font-changer {
    display: none;
}

.font-changer span:hover {
    cursor: pointer;
}

.js-font-decrease {
    font-size: 75%;
}

.js-font-increase {
    font-size: 125%;
}

/***** Global. *****/
#backToTop {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 40px;
  right: 90px;
  z-index: 100;
  font-size: 18px;
  padding: 10px 15px;
  background-color: var(--highlight-colour);
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#backToTop:hover {
  background-color: #555;
}



/***** Always hide Horizontal Scroller. *****/
p {
    line-height: 1.6;
}

h1 {
    line-height: 1.2; 
}

h2 {
    font-size: 1.55rem;
	 
		line-height: 1.3; 
		margin: 0em 0em var(--default-margin-bottom); 
}

h3 {
    font-size: 1.35rem;
	    
		line-height: 1.4; 
		margin: 00px 0 1.3rem;
}

h4 {
     font-size: 1.25rem;
	     
		  line-height: 1.5; 
		  margin: 00px 0 1.2rem;

}

h5 {
    font-size: 1.15rem;
	
		line-height: 1.6; 
		margin: 00px 0 1.2rem;
}

h6 {
    font-size: 1rem;
	    
		line-height: 1.7; 
		margin: 00px 0 1.2rem;
}

p {
	margin-bottom: 1.4rem; 
}



.p-before-header {
	margin-bottom: var(--default-margin-bottom) !important; 
}




svg {
    max-width: 100%;
    /*height: auto;*/
}

#gtranslate_selector:hover{
	cursor: pointer;
}

hr {
    width: 100%;
	  border: 0;
  border-top: 1px solid #8c8c8c;

}

#main {
    /* padding-top: 10px; */
	 min-height:500px
}

.hero-type2 {
    position: relative;
    background-size: cover;
    height: 225px; 
    display: flex;
    align-items: center; /* Vertically center content */
}

.hero-type2 .hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 1;
}

.hero-type2 .hero-overlayBT {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0) 80%);
    pointer-events: none;
    z-index: 1;
}

.hero-row {
    display: flex;
    align-items: center;   /* Vertically center .hero-content2 */
    height: 100%;          /* Inherit height from parent (.hero) */
}

.hero-section-row {
	margin:1.2rem;
	width: 100%;
}

.hero-type2 .hero-row {
    max-width: 1000px; /* Limit row width */
    margin: 0 auto; /* Center the row */
    width: 100%; /* Ensure it spans the available space */
    box-sizing: border-box; /* Include padding in width calculation */
}

.hero-type2 .hero-content2 {
    position: relative;
    z-index: 2;
    text-align: left;
    color: #fff;
    max-width: 70%; /* Limit content width */
    line-height: 1.5;
}

.hero-content-none {

    color: #fff;
}

.hero-content2 h1{
  font-weight:600;
  font-size:2rem;
}
 /*
.heroSection {
  padding-left:20px;
}
 */

 .heroSection {
  display: flex;
    flex-direction: column;
}
 
  .leader {
	 font-size:1.16rem;
	 font-weight:600;
 }


.card-alert {
	 border-left: 10px solid #e90707;
	 padding:10px;
	 margin: 2rem 0 var(--default-margin-bottom);
 }


.card {
	 border-left: 10px solid #7f7b7b;
	 padding:10px;
	   margin: 0em 0 var(--default-margin-bottom);
 }
 
 .card h2, .card-alert h2 {
	  font-size:1.5rem;
	   margin-bottom:0.6rem;
	   font-weight:600;
 }
 
  .card h3, .card-alert h3 {
	  font-size:1.3rem;
	   margin-bottom:0.6rem;
	   font-weight:600;
 }

.card p, .card-alert p {
	 margin-bottom: 0rem !important;
 }

.action {
	margin-bottom:var(--default-margin-bottom);
	font-weight:600;
		font-size: 1.6rem;   
	}


.action i {
	color: green;   
        }
		
		.action a {
font-size: 1.5rem; 
	font-weight:700;
        }

.anchorMenu{
  background-color: #f2f1f1; 
  padding:1.2em;
  display: inline-block; 
  min-width:60%;
 margin-bottom:var(--default-margin-bottom);
  
}

.anchorMenu h2, .anchorMenu h3 {

 margin-bottom:1.1rem;
 font-weight:600;
  
}



.anchorMenu ul {
	padding:0em;
list-style-type: none; /* Remove default bullets */
margin-left: 0;
}

.anchorMenu li::before {
content: '-';
      margin-right: 8px;
	 
color: #000; /* Bullet color */
font-size: 24px; /* Make the dash bigger */

}
.anchorMenu li{

	padding:5px;
}

.anchorMenu li:hover {
	background-color: #cbc8c8; 
	padding:5px;
}




/* See Line 2625 */

.Sectionheading {
    font-weight: 700;


}

.section-button {
  display: flex;
  justify-content: flex-end;
  margin-top: 2em;
}

.SectionheadingNoPadding {		
 font-weight: 700;
		margin: 0em 0em var(--default-margin-bottom) !important;
}

.CategorySection {
	margin-top:2em;
	padding-top:2em;
	border-top: 2px solid #F0F0F0;
}

.CategorySection .button {
    font-size: 0.9rem;
    font-weight: 500;
     padding: 5px; 
}

/* Hero */

.hero {
   
    background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	
}

.hero-content-box {

	width: 70%;
	 background: #00000074;
	 max-width: 1024px;
    padding: 1rem; 
    border-radius: 12px;
}

 .hero-content-box h1{
      font-weight:600;
  font-size:2em;
	}

.hero-home {
	padding-left: 0.9rem; 
}

.hero-type1 H1{
    font-size: 2.5rem;
    font-weight: 600;
	
   	margin-bottom: 0
}

.hero-type1 .hero-summary {
	color: #000;
	font-weight: 300;
	font-size: 1.2em;
	
}

.hero-summary p {
    margin-bottom: 0rem !important;
}

.leaflet-container {
	    margin-bottom: var(--default-margin-bottom) !important;
	
}

/* News/Posts */


					.paddingTop {
							padding-top:5px;
						}
						
						.paddingTop10 {
							padding-top:0.75rem  !important;
						}
						
						.paddingTop20 {
							padding-top:1.5rem !important;
						}
						.paddingTop30 {
							padding-top:2rem !important;
						}
						.paddingTop40 {
							padding-top:2.5rem !important;
						}
						
						
						.padding10 {
							padding:10px !important;
						}
						
						.padding20 {
							padding:20px !important;
						}

						.subNewsPic {
							 width: 100%;
						}
						
						.news-content {
							margin-bottom: 1.25em;
						
						}
						
						img.mainNewsPic,img.subNewsPic {
							width:100%;
							padding-bottom: 1.2em;
						}
						
						.news-content h2{
							font-size:  1.7rem;
						}
						
						.news-content h3{
							margin-top: 10px;
							font-size: 1em;
							 min-height: 100px;
						}
						.NewsSpacer {
							margin-top: var(--default-margin-bottom);
						}
						
						
						
						
						
						
							/* Side-by-side at all sizes */
.news-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: nowrap;          /* never wrap to a new line */
}


/* The image column is responsive but fixed-width style:
   min 120px, max 240px, ~30vw in between */
.news-item__media {
  flex: 0 0 clamp(150px, 30vw, 220px);
  max-width: 100%;
}

.news-item__media_large {
	 flex: 0 0 clamp(150px, 30vw, 350px);
  max-width: 100%;
}

.news-item__img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  /* Optional consistent crop:
  aspect-ratio: 2 / 1;
  object-fit: cover;
  */
}

/* Text column fills remaining space */
.news-item__content {
  flex: 1 1 auto;
  min-width: 0;               /* allows wrapping instead of overflow */
}

.firstNews {
  margin: 0 0 .35rem 0;
  font-size: clamp(1rem, 1.1vw + .85rem, 1.8rem) !important;
  line-height: 1.25;
}

.firstNews a{
  text-decoration: none!important;
  font-weight:550;
}

/* Headline + link */
.news-item__title {
  margin: 0 0 .35rem 0;
  font-size: clamp(1rem, 1.1vw + .85rem, 1.2rem);
  line-height: 1.25;
}

.news-item__title a{
  text-decoration: none!important;
   font-weight:500;
}

.news-item__title a:hover,
.news-item__title a:focus {
  text-decoration: underline;
}

.news-item__date {
  display: inline-block;
  font-size: .875rem;

}

/* Safety for very long words/URLs in titles */
.news-item__content,
.news-item__title a {
  word-wrap: break-word;
  overflow-wrap: anywhere;
}
		

 .newsExcerpt {
	 margin-top: 0.2rem!important;
	 margin-bottom: 0rem !important;
 }	 
						
						
						
						
						
						
						
						
						
						
						
						
						
						
						.newsFeaturedHeadline2 {
							
							font-size: 1.1rem;
						}
						
						.newsFeaturedHeadline3 {
							
							font-size: 1.2rem;
						}

						.news-headline {
							padding-top:1.2em;
						}
						
						.news-headline a {
							padding-top:1.2em;
						}
						
						.news-headline a:hover {
							 border-bottom: 2px solid;
						}
						

						

						.news-img img{
							width: 100%;
							max-height: 150px;
						}


						.news-text{
							font-size:1.15em;
						}

.news-text a{
 /* text-decoration: underline;
text-decoration-thickness: max(1px, .0625rem);*/
    text-underline-offset: .1578em;
	font-weight: 500;
}

.post-text{

	font-weight: 550;
	font-size:1.025em;
}
 
  h2.categoryHeading {
	 font-weight: 550;
 }
 
 h3.categoryHeading {
	 font-size:1.15rem;
	 
 }
 
.categoryHeading a { 
	text-decoration: none !important;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em;
    font-weight: 500;
}

.categoryHeading a:hover { 
	border-bottom: 2px solid; 
}
 
 
 .news-panel {
    border-style: solid;
    border-width: 1px;
    border-color: #d9d9d9;
    padding: 0.75em;
    background: var(--highlight-bg-colour);
    flex: 1;
}
 
 
/************************************************************************************
SMALL SCREENS ONLY
*************************************************************************************/
/***** Small. *****/
@media screen and (max-width: 639px) and (min-width: 100px) {
	


.breadcrumb {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  display: block;
  font-size: 1.05rem !important;

  /* Hide scrollbar */
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;  /* IE 10+ */
}

.breadcrumb::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.breadcrumb a {
  display: inline-block;
 
}



	.column {
    
     padding-right: 0.4rem; 
     padding-left: 0.4rem; 
}


      .subsiteSectionPadding {
			padding:10px;
		}
		   .subsiteSectionPadding .topicBlock,.subsiteSectionPadding .Sectionheading {
			margin:5px;
		}
		
		 .hero {
    height: 200px !important;
	
 }
 
 .hero-content-box {
	bottom: 10px;
	width: 100%;

    padding: .5rem; 
}
 
 .hero-content-box h1{
    font-size: 1.4rem;
	}
	
	.hero-content2 h1{
  font-size:1.5rem;
}

.hero-row {
	margin:1rem !important;
}

	.hero-section-row {
	margin:1rem;
}
	.hero-type2 .hero-content2 {
    max-width: 90%; /* Limit content width */

}

#backToTop {

  bottom: 20px;
  right: 10px!important;

}

	
/* #menuButton, #searchButton {
    font-size: 1rem;
    line-height: 1.2;
    height: 105px;
    min-width: 82px!important;
    padding: 4px 5px;
    text-align: center;
} */
	
.categoryHeading {
	
	 padding-top:20px;
 }

}

.single-post .mainbody {
    display: inline-block;
    width: 100%;
}



.directory >li > a {
	text-decoration: none; /* Remove the default underline */
}

/* fix for gravity forms select */
select {
	    background-position: right !important;
}

/* END: custom layout for WPFD */

.panel {
    border-style: solid;
    border-width: 1px;
    border-color: var(--main-colour);
    margin-bottom: var(--default-margin-bottom);
    padding: 15px;
    background: var(--secondary-colour);
    flex: 1; /* This will make the .panel fill the available space within .columns */
}

.panel h2, .panel h2 a {
	
	font-weight:600;
	margin-bottom:1.2rem;

}

.panel h3, .panel h3 a {
	font-size:1.3rem;
	font-weight:600;
	margin-bottom:1.1rem;
	
}

/* .panel p {
	margin-bottom:0rem;
	
} */

.highlightcolour {
	color: var(--highlight-colour) !important;
}
  .panelHighlight {
    background-color: var(--highlight-bg-colour);
    border: 1px solid var(--highlight-colour);
    transition: border-left-color 0.3s;
   }
   
   .HighlightLftBorder {
    border-left: 10px solid var(--highlight-colour);
   }
   
    .HighlightBtmBorder {
    border-bottom: 10px solid var(--highlight-colour);
   }

.whiteback {
    background: #fff;
}

.whitetext *{
    color: #fff !important;
}

/* .whitetext a, .whitetext h1, .whitetext h2, .whitetext h3, 
.whitetext h4, .whitetext h5, .whitetext h6,
.whitetext p {
color: #fff;
} */


.blacktext * {
    color: #000 !important;
}




.table-container {
overflow-x: auto;
}

table {
	margin-bottom: var(--default-margin-bottom) !important;
}


table, th, td {
  border: 1px solid #000;
      background-color: var(--highlight-bg-colour);
	   text-align: left;
	   
} 

th {
	background-color:var(--highlight-colour);
	color:#fff;
   
}

.screen-reader-text,
.searchbox span.screen-reader-text {
    display: none;
}

.acf-map {
    width: 100%;
    height: 400px;
    border: #ccc solid 1px;
    margin: 20px 0;
}





/* fixes potential theme css conflict */
.acf-map img {
    max-width: inherit !important;
}

/* FIX FOR MAPS, VIDEOS & IMAGES ON MOBILE */
iframe,
.whiteback.mainbody img {
    max-width: 100% !important;
}

/***** iPod/iPhone/iPad Safari Phone Number Fix. *****/
a[href^=tel] {
   
    font-size: inherit;
    text-decoration: none;
}



.hoverLinkBox {
	
	border:1px solid transparent;
    margin-bottom: 1.25em;
    padding:1.25em;
    background: #f2f2f2;
}

.hoverLinkBox:hover {

    background-color:#D0DDF2;
    border-radius:5px;
    border:1px solid #bfbfbf;
}




/* Links */

.mainbody a,
.accordion-content a,
.panel a,
.topicBlock a,
.bottom-row a,
.footer_content a,
.breadcrumb a,
.link-list-arrow li a,
.siblings h2 a {
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em;
    -webkit-font-smoothing: antialiased;
}

/* .mainbody > a, .mainbody p > a, .mainbody h2 > a, .mainbody h3 > a,.mainbody h4 > a, 
.mainbody > ul > li > a, .accordion-content a, .panel >  a, 
.topicBlock a , 
.HSCLinkBlock h2, .mainbody p > a, .mainbody > a, .mainbody > ul > li > a, .bottom-row a, 
.footer_content a, .breadcrumb a, .link-list-arrow li a,
.siblings > h2 a{
       
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em;
    -webkit-font-smoothing: antialiased;
} */




.accordion-title:hover, .accordion-title {
	border-bottom: 0px solid !important; 
}

.subsite-subheading{
	 font-size: 1.6rem;
	    font-weight: 700;
		padding:20px 0px 20px 0px
}


.button {
	font-size: 1.1rem;
	font-weight:600;
	padding:0.6rem;
	background-color:var(--highlight-colour);
}

.catBtn {
	margin:5px;
}

.button:focus, .button:hover {
    background-color: var(--highlight-rollover-colour);
    color: #fefefe;
}

.button-green {
	background-color:  #047149  !important; /* Green */
}

.button-green:hover {
	background-color: #04AA6D !important;
}

.button a {
    border-bottom: 0; 
	text-decoration:none;
	font-size: 1.1rem;
    font-weight: 600;
    color: #fefefe;
}

.button a:hover {
    border-bottom: 0; 
	text-decoration:none;
	color: #fefefe;
}

.width-50 {
	width:50%;
}
.width-75 {
	width:75%;
}
.width-100 {
	width:100%;
}

/* Section Blocks*/

						.SectionBlock {
							 padding-top:2.8rem;
							 padding-bottom:2.8rem;
						 }
						 
						 /* if no section heading this padding is added by default */
						 .AddSectionPadding {
						 padding-top: 2.8rem;
						 padding-bottom: 2.8rem;
						 }
						 
						/* .SectionHR {
						display: block ;
						border-top: 1px solid #8c8c8c ;
						padding-top: 1.5em;
					}
					*/
					
					.SectionHR {
    border-top: 0px;
    border-bottom: 0px;
    display: none;
}
						 
						/* .topicBlock {
								
					
						flex: 1;
						    position: relative;
							margin-bottom: 1.5em;
							}
							
                            .topicBlockHeading i {
                                margin-left: 8px; 
                                transition: color 0.3s ease;
                                color: #02060d;
                              }
                             
                              .topicBlockHeading a:hover i {
                                color: #9fa0a2;
                              }

							.topicBlock h2, .topicBlock h3 a{
								
						font-size:1em;
						font-weight:600;
						
							}
							
							.topicBlockHeading {
								font-size:1.1em;
								padding-bottom:0.5em;
								
							}
							
							/* .topicBlock a{ */
								/* font-weight:600; */
							/* } */
							
							/* .topicBlock a { */
								 /* border-bottom: 1px solid; */
							/* } */
							
							/* .topicBlock a:hover { */
								 /* border-bottom: 2px solid; */
							/* } */
							
							.borderBtm {
							border-bottom: 2px solid #033170;
							
							}
							
							.filled {
							
							background: #cde5f3;
							padding:7px;
						}
							
							


/* Postcard */
.postcard {
  flex-wrap: wrap;
  display: flex;
  box-shadow: 0 3px 15px -12px rgba(0, 0, 0, 0.66);
  border-radius: 0px;
  margin: 0 0 2rem 0;
  overflow: hidden;
  position: relative;
}

.postcard__text {
      padding: 1.5rem 1rem 0.5rem 1rem;
    }


.jobTitle {
	margin-top:0px !important;
	font-size:1.1em;
}

@media screen and (min-width: 769px) {
  .postcard {
    flex-wrap: inherit;
	}

}
@media screen and (min-width: 1024px){
	
		.postcard__text:before {
      content: "";
      position: absolute;
      display: block;
      
      top: -20%;
      height: 130%;
      width: 55px;
    }
}

/* Images */
.alignleft {
    float: left;
    display: inline-block;
}

.alignright {
    float: right;
    display: inline-block;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.bx-wrapper .bx-prev:focus, .bx-wrapper .bx-next:focus {
    outline: 5px double #F7F306;
}


/* Make captioned images responsive */
.wp-caption img {
    max-width: 100%;
    height: auto;
}

/* Make the caption box scale with the image */
.wp-caption {
    max-width: 100% !important;
    height: auto;
}



figure.wp-caption.alignleft,
img.alignleft {
    margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
    margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
    margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
    margin: 5px 0 5px 10px;
}

img.aligncenter {
    margin: 5px auto;
}

img.alignnone {
    margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
     color: #fff;
    font-size: 0.8em;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 24px;
	padding:5px;
	background-color:#000;
}

div.wp-caption.alignright img[class*="wp-image-"] {
    float: right;
}

div.wp-caption.alignright .wp-caption-text {
    padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
    list-style-position: inside;
}

/***** Small. *****/
/***** Header. *****/
.deskonly,
.headerdesk,
.desktel,
.gtranslatewidth label,
.screen-reader-text {
    display: none;
}

.small-navigation {
    height: 75px;
}

.hamburger,
.hamburger-box,
.hamburger--slider,
.is-active {
    outline: 0 !important;
}
.searchhold button:focus {
    outline: 3px solid #0b8200 !important;
}

.hamburger {
    padding: 15px 0px 0px 0px;
    position: relative;
}

.hamburger .hamburger-box {
    width: 25px;
    height: 25px;
}

.hamburger .hamburger-box .hamburger-inner,
.hamburger .hamburger-box .hamburger-inner:before,
.hamburger .hamburger-box .hamburger-inner:after {
    width: 25px;
    height: 2px;
    background-color: #0A0A0A;
    border-radius: 0;
}

.hamburger--slider .hamburger-inner:before {
    top: 8px;
}

.hamburger--slider .hamburger-inner:after {
    top: 16px;
}

.hamburger--slider.is-active .hamburger-inner:after {
    transform: translate3d(0, -16px, 0) rotate(-90deg);
}

.navigation-overlay {
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0.9375rem;
    position: fixed;
    z-index: 3;
    background-color: #FEFEFE;
    border-right: 1px solid #40B1E4;
    overflow-y: auto;
    overflow-x: hidden;
    visibility: hidden;
    opacity: 0;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    text-align: left;
}

.navigation-overlay .navigation-overlay-container {
    position: relative;
    top: 55px;
}

.navigation-overlay .navigation-overlay-container .mobhead {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 10;
}

.navigation-overlay .navigation-overlay-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.navigation-overlay .navigation-overlay-container ul li {
    position: relative;
}

.navigation-overlay .navigation-overlay-container ul li.page_item_has_children:before {
    top: 3.5px;
    right: 0;
    position: absolute;
    display: block;
    color: #5C5D5F;
    font-family: 'FontAwesome';
    font-size: 14px;
    content: '\f107';
    cursor: pointer;
    z-index: -1;
}

.navigation-overlay .navigation-overlay-container ul li.page_item_has_children ul li.page_item_has_children:before,
.navigation-overlay .navigation-overlay-container ul li.page_item_has_children ul li ul {
    display: none;
}

.navigation-overlay .navigation-overlay-container ul li a {
    padding: 0.46875rem 0rem 0.46875rem 0rem;
    display: inline-block;
    border-bottom: 1px solid #F2F2F2;
    color: #5C5D5F;
    
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 1px;
}

.navigation-overlay .navigation-overlay-container ul li a:hover {
    color: #5C5D5F;
}

.navigation-overlay-is-open .navigation-overlay {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.secondary-menu .children {
    height: 0;
    visibility: hidden;
    opacity: 0;
    margin-bottom: 0;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.secondary-menu .children.sub-menu-is-active {
    height: 100%;
    visibility: visible;
    opacity: 1;
    margin: 10px 0px 0px 0px;
    padding-left: 25px;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}




.search-field:focus, .featthumbhold:focus, .featboxtitle:focus, a:focus, .featthumb:focus,
 .bx-start:focus, .news-text a:focus, #translateButton:focus {
    outline: 5px solid #f7f306 !important;
    outline-offset: 2px !important;
}






#sidemenu {
    position: relative;
}

#sidemenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sidemenu ul li {
    display: block;
    float: left;
    position: relative;
    width: 100%;
    border-bottom: solid 1px #f2f2f2;
}



/* removed menu css */

.ink {
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    -webkit-transform: scale(0);
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100%;
    display: block;
    position: absolute;
    transform: scale(0);
}

.animate-ink {
    -moz-animation: ripple .3s linear;
    -ms-animation: ripple .3s linear;
    -o-animation: ripple .3s linear;
    -webkit-animation: ripple .3s linear;
    animation: ripple .3s linear;
}

@-moz-keyframes 'ripple' {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

@-webkit-keyframes 'ripple' {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}

@keyframes 'ripple' {
    100% {
        opacity: 0;
        transform: scale(2.5);
    }
}


/***** Full Screen Search. *****/
.search-overlay-trigger {
    top: -7px;
    right: 20px;
    position: relative;
    z-index: 3;
}
.search-overlay-trigger:focus {
    outline: 3px solid #0b8200;
}
.search-overlay-trigger .fa {
    color: #0A0A0A;
    font-size: 25px;
    line-height: 25px;
}

.search-overlay {
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 11;
    background-color: rgba(254, 254, 254, 0.9);
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    -moz-transition: .5s ease-in-out;
    -ms-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.search-overlay .fa-times-circle {
    top: 22.5px;
    right: 25px;
    position: absolute;
    color: #000;
    font-size: 25px;
    line-height: 25px;
}

.search-overlay .fa-times-circle:hover {
    color: #000;
    opacity: 0.9;
    cursor: pointer;
}

.search-overlay .search-overlay-container {
    width: 100%;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 0.9375rem;
    position: fixed;
    text-align: center;
}

.search-overlay-is-open .search-overlay {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

/*body.search-overlay-is-open {
	width: 100%;
	position: fixed;
}*/

.search-overlay input[type=search] {
    width: 90%;
    height: auto;
    padding: 0;
    margin: 0;
    display: inline-block;
    background-color: transparent;
    border: none;
    border-radius: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #0A0A0A;
    /*font-family: 'Lato', sans-serif;*/
    font-size: 25px;
    font-weight: 900;
    line-height: 50px;
    text-align: left;
    float: left;
}

.search-overlay input[type=search]::-webkit-input-placeholder,
input[type=search].search-field::-webkit-input-placeholder {
    color: #171717;
   
}

.search-overlay input[type=search]::-moz-placeholder,
.search-field input[type=search].search-field::-moz-placeholder {
    color: #3e3e3e;
    
}

.search-overlay input[type=search]:-ms-input-placeholder,
input[type=search].search-field:-ms-input-placeholder {
    color: #3e3e3e;
   
}

.search-overlay input[type=search]:-moz-placeholder,
input[type=search].search-field:-moz-placeholder {
    color: #3e3e3e;

}

.search-overlay input[type=search]:focus {
    border: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.search-overlay .search-submit {
    float: right;
}

.search-submit {
    cursor: pointer;
}

.search-submit .fa {
    color: #0A0A0A;
    font-size: 25px;
    line-height: 51px;
}

.search-submit .fa:hover {
    color: #0A0A0A;
    opacity: 0.9;
}

.desksearch {
    margin-top: 75px;
}

.search-field {
    background-color: #f3f3ee;
    color: #3e3e3e;
    border: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    border-radius: 0px;
    width: 100%;
    height: 40px;
    line-height: 40px;
}

.site-header .search-field {
    float: right;
    max-width: 500px;
}

.desksearch .search-field {
    background-image: url('../img/search.svg');
    background-repeat: no-repeat;
    background-position: 98% 45%;
}

.namedatetable {
    margin-bottom: 50px;
}


/************************************************************************************
Header
*************************************************************************************/
header {
    background: #fff;
}

#masthead .a11y-toolbar {
    top: 3rem;
    z-index: 999999;
}

.home-link {
    display: block;
    max-width: 200px;
    position: relative;
    margin-top: 20px;
    margin-bottom: 20px;
}

.toprow {
    padding: 15px 10px;
    display: block;
    width: 100%;
    position: absolute;
}

.site-header .columns {
    padding-right: 0rem;
    padding-left: 0rem;
}

.site-header .columns.mobheadpad {
    padding: 0 10px;
}



/*
.gtranslatewidth option:not(:checked) { 
    background-color: #f3f3ee; 
}
.gtranslatewidth option:checked { 
    background-color: #cfcfcf; 
}*/


.styled-select {
    height: 40px;
    overflow: hidden;
    width: 100px;
    text-align: center;
    margin: 0;
    position: relative;
    float: right;
}

.styled-select select {
    background: transparent;
    background-color: #f3f3ee;
    color: #3e3e3e;
    border: none;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 2;
    padding: 0px 15px; /* If you add too much padding here, the options won't show in IE */
    width: 270px;
}

.gtranslatewidth:after {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    /*z-index: 999;*/
    background: url('../img/downarrow.png') no-repeat;
    width: 16px;
    height: 9px;
}

.styled-select select option {
    line-height: 2;
}


.sociallinks {
    list-style: none;
    float: left;
    padding: 6px 0px;
    margin: 0;
}

.sociallinks li {
    display: inline-block;
    margin: 0px;
}

.sociallinks li svg {
    height: 15px;
}

.searchhold {
    position: relative;
    margin-top: 20px;
    text-align: right;
    padding-right: 20px;
}

.searchhold .navigation-overlay .navigation-overlay-container ul li {
    text-align: left;
}

.nav-menu ul {
    list-style: none;
}

div#navbar {
    position: relative;
    z-index: 99999;
}


/***** Page Contact. *****/
#map {
    width: 100%;
    height: 500px;
}

/***** Footer. *****/
.footerpad {
    padding: 50px 25px;
}

footer {
    color: #fff;
}

footer .columns {
    padding: 5px 0.9375rem;
}

ul.footmenu {
    list-style: square;
    padding-left: 20px;
    margin: 10px 0;
}

ul.footmenu a {
    color: #fff;
}

.hostelcols strong {
    display: block;
    margin-bottom: 5px;
}

.hostelcols {
    position: relative;
}

.footer-column {
    border-bottom: 1px solid #FEFEFE;
}

footer h6 {
    padding-top: 10px;
    margin: 0;
    color: #FFF;
    border-top: 1px solid;
    border-color: rgba(255, 255, 255, 0.25);
	font-weight:600;
}

.footer_content h2,
.footer_content h3,
.footer_content h4
{
	font-weight:700;
}

/*#colophon h6:after {*/
/*	margin-right: 0.9375rem;*/
/*	display: inline-block;*/
/*	float: right;*/
/*	content: "\f067";*/
/*    font: normal normal normal 14px/1 FontAwesome;*/
/*       -moz-transition: .25s ease-in-out;*/
/*	    -ms-transition: .25s ease-in-out;*/
/*	     -o-transition: .25s ease-in-out;*/
/*	-webkit-transition: .25s ease-in-out;*/
/*	        transition: .25s ease-in-out;*/
/*	cursor: pointer;*/
/*}*/

/*#colophon h6.h6-is-active:after {*/
/*	    -ms-transform: rotate(45deg);*/
/*    -webkit-transform: rotate(45deg);*/
/*            transform: rotate(45deg);*/
/*    transform-origin: 50% 50%;*/
/*}*/

/*#colophon .footer-column-content {*/
/*	height: 0;*/
/*	opacity: 0;*/
/*	overflow: hidden;*/
/*	   -moz-transition: 1s ease-in-out;*/
/*	    -ms-transition: 1s ease-in-out;*/
/*	     -o-transition: 1s ease-in-out;*/
/*	-webkit-transition: 1s ease-in-out;*/
/*	        transition: 1s ease-in-out;*/
/*}*/

/*#colophon .footer-column-content.footer-column-content-is-active {*/
/*	height: auto;*/
/*	opacity: 1;*/
/*}*/

footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

footer .fa {
    padding: 5px;
    color: #FFF;
    font-size: 25px;
}

footer .fa:hover {
    color: #FFF;
    opacity: 0.9;
}

.investorlogo img {
    /*margin-top: 20px;*/
    max-height: 50px;
}

.investorlogo.txtcenter img {
    margin: 0 auto;
    display: block;
}

/************************************************************************************
HOMEPAGE
*************************************************************************************/


.emergencynotice p {
    margin-bottom: 0px;
}



.bx-controls {
    background: #d2d2d2;
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: center;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #FFF;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

.bx-wrapper .bx-controls-auto .bx-controls-auto-item, .bx-wrapper .bx-pager-item {
    vertical-align: middle;
}

.featthumbhold {
    overflow: hidden;
    display: block;
    position: relative;
    max-width: 100%;
    /*height: 56.25%;*/
}

.featthumb {
    padding-bottom: 56.25%;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    display: block;
    overflow: hidden;
}

.featthumb.tallthumb {
    padding-bottom: 76.25%;
}

.medthumb {
    width: 100%;
    display: block;
    overflow: hidden;
}



.featthumb {
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    overflow: hidden;

    /*width: 100%;*/
}

.medthumb .featthumb {
    padding-bottom: 90%;
}


.featthumb:hover{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    overflow: hidden;
}

.captionpad:hover {
	color:var(--hyperlink-text-on-secondary-colour) !important;
}



.subcolorback .captionpad {
   
    padding: 12px;
}

.captionpad > p {
	
	margin-bottom:0px;
	font-size: 0.8em;
}

.subcolorback .captionpad a {
    color: #fff;
    line-height: 1;
   
}

.quicklinkpadding {
    padding: 12px;
    margin: 0 auto; 
	font-size:0.9em;
}




.smalldate {
    display: block;
    line-height: 1;
    font-size: 0.9em;
    margin-bottom: 10px;
	 color: #000;
}

.margin-left-20 {
	 margin-left: 20px;
}






.newsstripthumb {
    float: left;
    width: 38%;
    height: auto;
    overflow: hidden;
}

.newsstripthumb .featthumb {
    padding-bottom: 100px;
}

 .newsstrip {
       
        overflow: hidden;
		margin-bottom: 1.5em;
    }
	
	.slimNews {
		padding: 0rem;
		
	}
	
	.slimNews h3 {
		font-size:1em;
	}
	
	


.newsstrip .featboxpadding {
    padding: 0.2rem;
    float: right;
    
}

.newsstrip .featboxpadding.w-full {
    float: unset;
    width: 100%;
}

/*.newsstrip .featboxpadding{
	float: right;
	width: calc(100% - 220px);
}*/
.newsstrip .featboxtitle {
    line-height: 1;
}






.compat_object_fit {
    background-size: cover;
    background-position: center center;
    max-width: 100%;
}


.nosocialmargintop .ff-stream-wrapper {
    margin-top: 0px;
}

.searchrow {
    margin: 20px auto;
}

.searchbox {
    padding: 20px;
    color: #000;
    font-size: 14px;
}

.searchbox span {
    font-size: 21px;
    font-size: 1.3125em;
    display: inline-block;
}

.searchbox p {
    display: inline-block;
    margin: 0;
    vertical-align: bottom;
}

.search-form {
    margin-top: 17px;
}

.search-form input[type=search] {
    width: 100%;

    line-height: 1;
    height: 50px;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.search-form input.search-submit {
    width: 100%;
    height: 50px;
    color: #fff;
    border: 0px;
    text-align: center;
    font-size: 20px;
    font-size: 1.24em;
    
    display: block;
    margin-bottom: 15px;
}

.site-header .search-form input.search-submit {
    display: none;
}

.sidesearchlinks {
    padding: 20px 30px;
}

.sidesearchlinks ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.sidesearchlinks ul li {
    line-height: 60px;
}

.sidesearchlinks ul li:first-child {
    border-bottom: 1px solid #fff;
}

.sidesearchlinks ul li a {
    color: #fff;
    font-size: 14px;
    display: block;
    padding-left: 45px;
}

.catsidelink {
    background: url('../img/boxes.svg') 0 50% no-repeat;
}

.faqsidelink {
    background: url('../img/like.svg') 0 50% no-repeat;
}

.alternboxes,
 {
    color: #fff;
}

.alternboxes a {
	border-bottom: 1px solid; 
}
.alternboxes a:hover {
	 border-bottom: 2px solid; 
}



.alternboxes h4 {
 
    font-weight: 700;
    line-height: 1;
    margin: 25px 0;
}

.featicon {
    height: 50px;
    display: block;
    margin-top: 1rem;
}

.featicon img {
    width: auto;
    max-height: 100%;
    display: block;
}





.pagetitlebar {
    padding:0px;
	margin-top:2.2rem;
	margin-bottom:2.2rem;
}

.BarCustom {
	margin-top:3rem;
	margin-bottom:3rem;
}


.BarDefault h1 {
   
    font-size: var(--default-margin-bottom);
    font-weight: 500;
	padding:20px;
   
}

/* Addtional Heading */

  /* === MAIN HEADING STYLE #2 === */
 /* .BarTwo  {
   margin-top:2rem!important;
   margin-bottom:2rem!important;
}
*/

.BarTwo h1 {
   font-size: 2rem;
   font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 0.7rem;
  position: relative;
}
  
		.BarTwo h1:after {
		  content: "";
		  position: absolute;
		  left: 0;
		  bottom: 2px;
		  height: 5px;
		  width: 100%;
		    background-color: var(--main-colour);
		  
		}
		
		
		.BarCustom h1{
		
			   font-size: 2.3em;
			     font-weight: 600;
		}

.pagetitlebar .smalldate {
    margin: 10px 0 0;
    color: #fff;
}

.mainbody {
  
    margin-bottom: 0px;
}

.RemoveMarginBottom {
  
	    margin-bottom: 0rem !important;
}

.mainbodyRemovePadding {
    padding: 0px 0px 0px 0px;
	    margin-bottom: 0px;
}

/*.mainbody p:first-of-type{
	font-size: 18px;
	font-size: 1.2857em;
}
.mainbody > p {
	margin-bottom: 1.2rem;
}
*/


.mainbody > h1,
.mainbody > h2,
.mainbody > h3,
.mainbody > h4,
.mainbody > h5,
.mainbody > h6 {
    font-weight: 700;
} 

.mainbody > h1 {
    margin: 0px 0 var(--default-margin-bottom);
}






.mainbody > ul, .accordion-content > ul, .mainbody > ol {
    margin-left: 3.25em;
	margin-bottom: var(--default-margin-bottom) !important;
}



.mainbody > ul > li, .accordion-content > ul >li, .mainbody > ol > li {
    	margin-bottom: 0.6em !important;
}

li::marker 
{
    font-size: 1.2rem;
    font-weight: bolder;
}

.mainbody > hr {
    margin:  var(--default-margin-bottom) auto;
    border-bottom: 1px solid #cccccc;
}

.mainbody > table {
    overflow-x: auto;
}

.socialpad {
    padding: 2.5rem;
}

.ff-stream {
    background: transparent !important;
}

.commentsbody {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.commentsbody .mainbody h2 {
    margin: 0px 0 25px;
}

#commentform .form-submit input[type=submit] {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 1rem 0;

    padding: .85em 1em;
    -webkit-appearance: none;
    border: 1px solid transparent;
    border-radius: 3px;
    transition: background-color .25s ease-out, color .25s ease-out;
    font-size: .9rem;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    /*background-color: #2ba6cb;*/
    color: #fefefe;
}



/*
 * BREADCRUMBS
 **************************************************/
.breadcrumb {
    font-size: 0.9em;
    padding: 8px 10px 8px 0px;
	background-color: var(--breadcrumbs-bg-colour);
	margin-left:3px;
}

.breadcrumb a {
    color: #3e3e3e;
    
}

.breadcrumb .fa {
    margin: 0 8px;
    color: #3e3e3e;
}

.sidebarnav,
#sidemenu {
    padding: 0.5rem;
    font-size: 16px;
    margin-bottom: 20px;
	margin-top: 30px;
}

#sidemenu {
    padding: 0.5rem 0;
}

.sidebarnav h3,
#sidemenu h3 {

    font-size: 1.3em;
     margin: 10px 0px 15px 10px;
    line-height: 1;
    font-weight: 700;
}

.sidebarnav li{
	list-style-type: none;
}

h3.expanding-archives-title {
    margin: 0;
    border-bottom: 1px solid #ccc;
}

.sidebarnav ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.sidebarnav li {
    border-top: 1px solid #cccccc;
    padding: 15px 20px 15px 10px;
    line-height: 1;
    position: relative;
}

.sidebarnav .expanding-archives-section li {
    border-top: 0px;
    line-height: 1.5;
}

/* .sidebarnav li.page_item_has_children:after { */
    /* content: "\f107"; */
    /* font-family: "FontAwesome"; */
    /* font-size: 1.5rem; */
    /* position: absolute; */
    /* right: 3px; */
    /* top: 10px; */
    /* display: inline-block; */
    /* color: #7d7c7d; */
    /* font-weight: 700; */
    /* -ms-transform: rotate(-90deg); */
    /* -webkit-transform: rotate(-90deg); */
    /* transform: rotate(-90deg); */
/* } */

.sidebarnav li.page_item_has_children.sub-menu-is-active:after,
.sidebarnav li.page_item_has_children.current_page_item:after,
.sidebarnav li.page_item_has_children.current_page_parent:after {
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 50% 50%;
}

.sidebarnav li a,
.sidebarnav li.current_page_item li a {
    color: #3e3e3e;
    font-weight: 700;
}

.sidebarnav li ul li {
    border-top: 0px;
    padding: 15px 10px;
    line-height: 1;
}

.sidebarnav .children {
    /*display: none;
    /*padding-top: 15px;*/
    font-weight: 400;
}

.sidebarnav .current_page_item .children,
.sidebarnav .current_page_ancestor .children,
.sidebarnav .current_page_parent .children,
.sidebarnav .children.sub-menu-is-active {
    display: block;
}

.columns.azsearchbox {
    margin: 40px 0 0;
}

.azlist {
    margin-top: 60px
}


/* .mainbody .azlist ul { */
    /* list-style: none; */
    /* margin: 0 0 60px; */
    /* padding: 5px; */
/* } */
	 




.azlistitems {
  background-color: var(--highlight-bg-colour);
margin-left: 0rem !important;
}

.azlistitems > ul {
	
}

.azlistitems li {
    padding: 10px 10px;
     list-style: none; 
    border-bottom: 1px solid #ccc;
    line-height: 1.5;
	
}

.azlist .alphatitle {
    border-bottom: 1px solid #cccccc;
    line-height: 1;
    padding: 10px;
    font-weight: 700;
    font-size: 1.2em;
    display: block;
	  background-color: var(--main-colour);
	  color: var( --text-on-main-colour);
}


.azlist a {

    font-weight: 500;
    text-decoration: none;
    
}

.azlist .alphatitle a {
    font-weight: 700;
    text-transform: capitalize;
}

.azlist a:hover {
    text-decoration: none;
}

.azlist ul:first-of-type {
    display: none;
}

.contactBx  {
	box-sizing: border-box;
    padding: 10px;
    height: auto;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    position: relative;
	border: 1px solid var(--highlight-colour);
	background-color: var(--highlight-bg-colour);
	font-size:1em;
}

a.tellink {
    font-weight: 700;
    background-repeat: no-repeat;
    height: 32px;
    line-height: 32px;
    display: inline-block;
    background-position: 0 50%;
}


a.maillink {
    margin-top: 16px;
    font-weight: 700;
    background-repeat: no-repeat;
    line-height: 22px;
    display: inline-block;
    background-position: 0 50%;
    word-wrap: anywhere; /* to remove the wrapping for longer emails switch anywhere to break-word */
    align-items: center;
	border-bottom: 0px solid !important; 
}

a.maillink svg {
    flex-shrink: 0;
}

a.tellink svg, a.maillink svg {
    margin-right: 15px;
    vertical-align: middle;
}

/*a.tellink{
	background-image: url('../img/telicon.svg');
}
a.maillink{
	background-image: url('../img/mailicon.svg');
}
.gform_wrapper label.gfield_label {
    font-size: 120% !important;
}

.gform_wrapper.gravity-theme .gfield_checkbox label, .gform_wrapper.gravity-theme .gfield_radio label {
    font-size: 1em!important;
}

.gform_wrapper label.gfield_label {
    font-size: 1em!important;
}

.gform_wrapper.gravity-theme .gfield_label {
     font-size: 1em!important;
}
*/

.gsection_title {
	margin-bottom:var(--default-margin-bottom);
	font-size: 1.1em!important;
}

.pagination a, .pagination button,
.page-numbers {
    display: inline-block;
    padding: .1875rem .625rem;
    border-radius: 0px;
    color: #0a0a0a;
    margin: 10px 10px 10px 0;
    background: #dadada;
}

.pagination .current,
.page-numbers.current {
    padding: .1875rem .625rem;
    background:var(--highlight-colour);
    color: #fefefe;
    cursor: default;
    display: inline-block;
    margin: 10px 10px 10px 0;
}

.widget {
    background: #fff;
    margin-bottom: 20px;
    padding: 2em 0;
}

.widget-title {
    padding: 0 20px;
}

.expanding-archives-title {
    background: transparent;
    padding: 10px 15px;
    font-size: 20px;
}

.expanding-archive-month-results,
.expanding-archive-month-results ul {
    padding-left: 5px;
}

.expanding-archive-month-results ul li {
    margin-bottom: 10px;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
    font-size: 14px;
}

/*.expanding-archive-month-results ul li:last-child{
	border-bottom: 0px;
}*/
.csscols {
    -webkit-columns: 2 300px;
    -moz-columns: 2 300px;
    columns: 2 300px;
    -webkit-column-gap: 4em;
    -moz-column-gap: 4em;
    column-gap: 4em;
}


ul.accordion {
    list-style: none;
    padding: 0px;
    margin: 20px 0;
	 border: 2px solid #e6e6e6;
}

.accordion-title {
    position: relative;
    display: block;
    padding: 1rem 1rem !important;
   
    border-bottom: 0;
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: 600 !important;
}

.accordion-item {
	
	
}



/*.mainbody .accordion-content p:first-of-type{
	font-size: 16px;
	font-size: 1em;
}*/


.box-search-filter button#btnsearch {
    height: 61px;
}

.btn-band{
    min-width: 135px;
}



.mainbody .wp-post-image {
    margin-bottom: 0px;
}

.featimg {
    margin-bottom: 20px;
}

h3.quicklinksmob {
    display: none;
}

hr.separator {
    border-top: 0px solid black;
    margin-top: 40px;
    margin-bottom: 0;
    padding: 0;
}

.full-width-spacer {
    height: 1.5em; 
}

/************************************************************************************
Accessibility
*************************************************************************************/
a.skip-acc {
    opacity: 0;
    position: absolute;
    top: -1000em;
    z-index: 99999999;
    transition: opacity ease-in-out 150ms;
    padding: 1rem 2rem;
}

a.skip-acc:focus,
a.skip-acc:active {
    opacity: 100%;
    left: 6px;
    top: 7px;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #eee;
    clip: auto !important;
    clip-path: none;
    color: #444;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; /* Above WP toolbar. */
}

.news-order-1 {
    order: 2;
}

.news-order-2 {
    order: 3;
}

@media screen and (min-width: 1024px) {
    .news-order-1 {
        order: 3;
    }

    .news-order-2 {
        order: 2;
    }
}

/************************************************************************************
SMALL SCREENS ONLY
*************************************************************************************/
/***** Small. *****/
@media screen and (max-width: 639px) and (min-width: 100px) {
	
	.mainbody {
    padding: 20px 8px 10px 8px !important;


}

.SectionBlock {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.contentPadding
		{
			padding-left:10px!important;
			padding-right:10px!important;
			
		}

#menuItems {
	padding:20px 0px 20px 0px;
	
}

.breadcrumb {
    font-size: 0.8em;
    padding: 5px 5px 5px 5px;

}

.pagetitlebar {

	margin-top:1em!important;
	margin-bottom:1.5em!important;
}

.AddSectionPadding {
						 padding-top: 2em;
						 padding-bottom: 2em;
						 }
						 
	

#content > .row > .columns {

   padding-right: 0.2rem;
   padding-left: 0.2rem;
}

    .toprow.maincolorback .maincolorsvg svg path {
        fill: #fff !important;
    }

    .cleartoprow {
        min-height: 70px;
    }

    .bx-pager.bx-default-pager {
        display: none;
    }
	


.footerpad {
    padding: 20px 0px;
}

}

/************************************************************************************
SMALL SCREENS ONLY - SIDEBAR NAV ABOVE CONTENT
*************************************************************************************/
/***** Small. *****/
@media screen and (max-width: 1023px) and (min-width: 100px) {
	

	
	.pagetitlebar h1 {
		    font-size: 2rem;
	}
	
	
	.BarCustom h1 {
    font-weight: 600;
    margin: 0px 0px 0px 0px;
}
	
    h3.quicklinksmob {
        background: #d5d5d5;
        position: relative;
        line-height: 50px;
        padding-left: 10px;
        display: block;
		  font-size: 1em;
    }

    h3.quicklinksmob:before, h3.quicklinksmob:after {
        transition: .1s all ease-in;
        position: absolute;
        right: 20px;
        top: 25px;
        width: 8px;
        height: 1px;
        background: #000;
        content: '';
    }

    h3.quicklinksmob:hover {
        cursor: pointer;
    }

    h3.quicklinksmob:before {
        right: 25px;
        transform: rotate(45deg);
    }

    h3.quicklinksmob:after {
        transform: rotate(-45deg);
    }

    h3.quicklinksmob.filteractive {
        margin-bottom: unset;
    }

    h3.quicklinksmob.filteractive:before {
        right: 26px;
        transform: rotate(-45deg);
    }

    h3.quicklinksmob.filteractive:after {
        transform: rotate(45deg);
    }



    .sidemob {
        height: 0px;
        overflow: hidden;
        margin-bottom: 0px;
        transition: all .3s ease-in-out;
    }

    .sidemob.show-content {
        height: auto;
        margin-bottom: 25px;
        transition: all .3s ease-in-out;
        /*padding-top: 20px;*/
    }
    h3.mobhide {
        display: none;
    }
	
	.subcolorback .captionpad {
    padding: 8px;
}

.mobileHide {
	display:none;
}



.button {
    padding:10px;
}

.hero-content-box {
	margin:10px;
    width:95%;
}


}

/************************************************************************************
Larger than 520
*************************************************************************************/
/***** Medium. *****/
@media screen and (min-width: 520px) {
    
    

}

/************************************************************************************
Larger than 640
*************************************************************************************/
/***** Medium. *****/
@media screen and (min-width: 640px) {

 


    .txtright {
        text-align: right;
    }

    .home-link {
        /*max-width: 340px;*/
        max-width: 500px;
    }

    .toprow.maincolorback {
        background-color: transparent;
    }


	

    /***** Full Screen Search. *****/
    .search-overlay input[type=search] {
        width: 500px;
        border-bottom: 5px solid #B3B3B3;
        font-size: 75px;
        line-height: 75px;
    }

    .search-submit .fa {
        font-size: 75px;
        line-height: 75px;
    }

    /***** Footer. *****/
    .footer-column {
        border-bottom: none;
    }

    footer h6 {
        margin-bottom: 10px;
        padding-top: 0px;
        color: #FFF;
        border-top: 0px;
    }

    #colophon h6:after {
        display: none;
        content: '';
    }

    #colophon .footer-column-content {
        height: auto;
        opacity: 1;
    }

    .toprow {
        border-bottom: 0;
        padding: 15px 0px;
		margin-top: 10px;
    }

    .styled-select {
        width: 200px;
    }

    .styled-select select {
        font-size: 16px;
    }

    .sociallinks {
        float: right;
    }

    footer .columns {
        padding: 0.9375rem;
    }

    footer .columns.hostelcols {
        padding-right: 1.5rem;
    }
	
	.footer-hosp {
		min-height:100px;
	}

    .hostelcols:after {
        content: "";
        width: 1px;
        height: 45px;
        background: #fff;
        display: block;
        position: absolute;
        top: 21px;
        right: .75rem;
    }

    footer .columns.hostelcols:last-of-type {
        padding-right: 0rem;
    }

    .hostelcols:last-of-type:after {
        display: none;
    }

    ul.footmenu {
        list-style: none;
        padding: 0px;
    }

    ul.footmenu li {
        display: inline-block;
        padding-right: 15px;
    }

    ul.footmenu li:after {
        content: "|";
        display: inline-block;
        padding-left: 15px;
    }

    ul.footmenu li:last-of-type:after {
        display: none;
    }

    .bordertop {
        border-top: 1px solid #fff;
        margin-top: 10px;
        padding-top: 10px;
    }

    .investorlogo {
        margin-top: 0px;
    }

    .slidecaption {
        position: absolute;
        bottom: 30px;
        left: 50px;
        z-index: 2;
        min-width: 50%;
		 max-width: 90%;
    }

    .mainbody .small-12.medium-6.columns:nth-child(2n+3) {
        clear: left;
    }

    .azsearchbox .search-form label {
        width: calc(100% - 100px);
    }

    .azsearchbox .search-form input[type=search] {
        width: calc(90% - 183px);
        max-width: 100%;
        display: inline-block;
    }

    .search-form input.search-submit {
        width: 180px;
        display: inline-block;
    }

    .disflex {
        display: flex;
        flex-direction: column;
    }

    .order-1-md {
        order: 1;
    }

    .order-2-md {
        order: 2;
    }

    .order-3-md {
        order: 2;
    }
}

/************************************************************************************
Larger than 768
*************************************************************************************/
/***** Large. *****/
@media screen and (min-width: 768px) {
    .font-changer {
        font-weight: 700;
        float: right;
        clear: none;
        display: inline-block;
        margin: 0 15px;
    }

    .searchbox {
        padding: 20px 50px;
    }

    .search-form input[type=search] {
        width: 75%;
        /*display: inline-block;*/
        float: left;
        margin-bottom: 15px;
    }

    .site-header .search-form input[type=search] {
        float: right;
    }

    .search-form input.search-submit {
        width: 24%;
        /*display: inline-block;*/
        float: left;
        margin-bottom: 15px;
    }

    .sidesearchlinks ul li {
        width: 45%;
        display: inline-block;
    }

    .sidesearchlinks ul li:first-child {
        border-right: 1px solid #fff;
        border-bottom: 0px;
        margin-right: 5%;
    }

    /*.mainbody {
        padding: 30px;
    }*/

    .csscolumns {
        -webkit-column-count: 2; /* Chrome, Safari, Opera */
        -moz-column-count: 2; /* Firefox */
        column-count: 2;
        -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
        -moz-column-gap: 40px; /* Firefox */
        column-gap: 40px;
    }

    .csscolumns ul {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
    }

    .smallfeatimg {
        float: left;
        margin: 0 0 20px 0px;
    }

    .img-caption {
        display: block;
        font-style: italic;
        font-size: 0.8rem;
        text-align: left;
		background-color:#000;
		padding:5px;
		color:#fff;
		margin-bottom:var(--default-margin-bottom);
		
    }
	
.entry-featured-image {
  text-align: center;
}

.entry-featured-image-no-caption {
  margin-bottom:var(--default-margin-bottom);
}

.entry-featured-image img {
  height: auto;
  max-width: 100%;
}


	
	blockquote {
		margin-bottom:var(--default-margin-bottom);
		
	}
	
	blockquote p {
		color: #201919 !important;
		font-style: italic;
		font-size: 1.1rem;
		font-weight:600;
	}

}

/************************************************************************************
Larger than 1024
*************************************************************************************/
/***** Large. *****/
@media screen and (min-width: 1024px) {
   
    .footerpad {
        padding: 20px 0px 10px;
    }
	
	footer {
			margin-top:0px;
	}

    /***** Full Screen Search. *****/
    .search-overlay-trigger .fa {
        line-height: 37.5px;
    }

    .search-overlay input[type=search] {
        width: 750px;
        font-size: 50px;
        line-height: 50px;
    }

    .search-overlay .fa-times-circle {
        top: 20px;
        font-size: 50px;
        line-height: 50px;
    }

    .search-submit .fa {
        font-size: 100px;
        line-height: 100px;
    }


    .hostelcols {
        width: 20%;
    }



    .newsstripthumb {
        width: 200px;
        height: 100px;
        margin-right: 10px;
    }

    .newsstrip .featboxpadding {
        
        float: right;
        width: calc(100% - 220px);
    }

   
    .searchbox span {
        padding-right: 17px;
        border-right: 1px solid #000;
        margin-right: 17px;
    }

    .searchbox p {
        line-height: 30px;
    }

    .sidesearchlinks ul li {
        width: 100%;
        display: block;
    }

    .sidesearchlinks ul li:first-child {
        border-bottom: 1px solid #fff;
        border-right: 0px;
        margin-right: 0px;
    }

    .bx-controls-direction {
        display: block;
    }

    .csscolumns:not(.twocols) {
        -webkit-column-count: 3; /* Chrome, Safari, Opera */
        -moz-column-count: 3; /* Firefox */
        column-count: 3;
        -webkit-column-gap: 35px; /* Chrome, Safari, Opera */
        -moz-column-gap: 35px; /* Firefox */
        column-gap: 35px;
    }

    .mainbody .small-12.medium-6.columns:nth-child(2n+3) {
        clear: none;
    }

    .mainbody .small-12.medium-6.columns:nth-child(3n+4),
    .mainbody .small-12.large-3.columns:nth-child(4n+3) {
        clear: left;
    }

}