/*
* 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.
*/

/*
*  imported from header
*
*/



.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, .blockLinksArrow li > a {
            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, .button:focus, 
		.button:hover {
            background-color: var(--secondary-colour);
        }

        .bx-wrapper .bx-controls-auto .bx-start:hover,
        .bx-wrapper .bx-controls-auto .bx-start:focus {
            background-color: var(--secondary-colour);
        }

        .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: var(--secondary-colour);
        }


        .mainColorBG .bx-wrapper .bx-controls-auto .bx-start.active {
            background-color: var(--main-colour);
        }

        .maincolor, a.maincolor, a, .colorlist ul, .sidebarnav li.current_page_item a, .contentRow a {
            color: var(--main-colour);
        }

        a.maincolortext, li.ext a  {
            color: var(--main-colour) !important;
        }
		
		  /* === MAIN HEADING STYLE #2 === */
		.pagetitlebarTwo h1:after {
            background-color: var(--main-colour);
		}

        .subcolor, a.subcolor, a:hover {
            color: var(--secondary-colour);
        }

        .maincolorsvg svg path {
            fill: var(--main-colour)!important;
        }

        .subcolorsvg svg path {
            fill:var(--secondary-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;
        }
		 .subcolorback {
            color: var(--text-on_secondary-colour) !important;
        }
		
		.maincolorback a, .large-navigation ul li.current_page_item ul li a {
            color: var(--hyperlink-text-on-main-colour) !important;
        }

        a.skip-acc {
            background-color: fill: var(--main-colour);
            color: var(--text-on-main-colour) !important;
        }
		
		  .subcolorback, .subcolorback a, .large-navigation ul li.current_page_item a {
            color: var(--hyperlink-text-on-secondary-colour) !important;
        }


/*
* End imported from header
*
*/

 #content {
      flex: 1; /* This ensures the content takes up available space, pushing the footer to the bottom */
    }

.row {
	max-width:1024px;
}

.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.25em;
      padding: 5px; 
  }
  
  .outline h2 a {
      font-size:0.8em;
      font-weight:600 !important;
  }

/*
.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. *****/
/***** Always hide Horizontal Scroller. *****/
/* html, body { */
	/* font-family: "Lato", sans-serif; */
   
/* } */
body {
	font-size:17px !important;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
    font-family: 'Inter', sans-serif;
	 background: var(--page-bg-colour);
}

svg {
    max-width: 100%;
    /*height: auto;*/
}

#gtranslate_selector:hover{
	cursor: pointer;
}

hr {
    width: 100%;
	  border: 0;
  border-top: 1px solid #8c8c8c;
  border-bottom: 1px solid #fff;
}

#main {
    /* padding-top: 10px; */
	 min-height:500px
}


 

   /* .subsiteSectionPadding .topicBlock { */
	/* margin:10px; */
/* } */

.Sectionheading {
	
	    font-size: 1.6em;
		margin-bottom:1.5em;
}

.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 {
	position: absolute;
	bottom: 20px;
	width: 100%;
	 background: rgba(3, 49, 112, 0.55);
	 color:#f8f8f8;
	 max-width: 1024px;
    padding: .5rem; 
}

.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;
	
}




/************************************************************************************
SMALL SCREENS ONLY
*************************************************************************************/
/***** Small. *****/
@media screen and (max-width: 639px) and (min-width: 100px) {
	

	.column {
    
     padding-right: 0.4rem; 
     padding-left: 0.4rem; 
}


      .subsiteSectionPadding {
			padding:10px;
		}
		   .subsiteSectionPadding .topicBlock,.subsiteSectionPadding .Sectionheading {
			margin:5px;
		}
		
		 .hero {
    height: 250px;
	
 }
 
 .hero-content h1{
    font-size: 1.4rem;
	}
	


}

.single-post .mainbody {
    display: inline-block;
    width: 100%;
}

/* custom layout for WPFD */
.single-wpfd_file #main {
    padding-top: 10px;
    max-width: 1170px;
    margin: 20px auto;
}

.wpfd-single-file {
    padding: 40px !important;
}

#et-boc .wpfd-content-tree ul .wpfd-file.ext a.wpfd-file-link, #et-boc .wpfd-content-tree ul li.directory a.catlink, .wpfd-content-tree ul .wpfd-file.ext a.wpfd-file-link, .wpfd-content-tree ul li.directory a.catlink {
    /* font-size: 1em; */
    line-height: 38px !important;
    height: 38px !important;
    display: block !important;
    /* color: #666666; */
}

.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: #d9d9d9;
    margin-bottom: 1.25em;
    padding: 15px;
    background: #f2f2f2;
    flex: 1; /* This will make the .panel fill the available space within .columns */
}

.panel h2, .panel h2 a {
	font-size:1.1em;
	font-weight:600;
	margin-bottom:1.6em;
}

  .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);
   }

.whiteback {
    background: #fff;
}

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;
}

/*
a {
    font-weight: 700;
}*/

a {
   font-weight: 500;
}



h2 {
    font-size: 1.6em;
	    font-weight: 700;
}

h3 {
    font-size: 1.25em;
	    font-weight: 700;
}

h4 {
     font-size: 1.1em;
	     font-weight: 700;

}

h5 {
    font-size: 1em;
	    font-weight: 700;
}

h6 {
    font-size: 1em;
	    font-weight: 700;
}

.featboxpadding h2, .featboxpadding h3, .captionpad h2, .captionpad h3 {
	font-size: 1.1em;
}

.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, .mainbody p > a, .mainbody > ul > li > a, .accordion-content a, .panel >  a, .topicBlock a , 
.HSCLinkBlock h2, .mainbody p > a, .mainbody > a, .mainbody > ul > li > a{
       
    text-decoration: underline;
    text-decoration-thickness: max(1px, .0625rem);
    text-underline-offset: .1578em;
	font-weight: 600;
	
	font-family: "GDS Transport", arial, sans-serif;
    -webkit-font-smoothing: antialiased;
}



 /*
.mainbody > a:hover,
.mainbody p > a:hover,
.mainbody ul > li > a:hover,
.mainbody h3 > a:hover,
.mainbody h4 > a:hover,
.mainbody h5 > a:hover,
.panel >  a:hover, 
.alternboxes > a:hover,
.captionpad > a:hover,
.captionpad h2 > a:hover,
.captionpad h3 > a:hover,
.captionpad > a:hover,
.featboxpadding h2 > a:hover,
.featboxpadding h3 > a:hover,
.featboxpadding > a:hover,
.featboxpadding p > a:hover,
.featboxpadding li > a:hover,
.footer-column-content > a:hover,
.news-text > a:hover,
ul.footmenu a:hover,
.h1 a:hover {
 border-bottom: 3px solid; 
 
}*/

.accordion-title:hover, .accordion-title, .bxslider li > a:hover {
	border-bottom: 0px solid !important; 
}

.subsite-subheading{
	 font-size: 1.6em;
	    font-weight: 700;
		padding:20px 0px 20px 0px
}


.button {
	font-size: 1.1rem;
	font-weight:600;
	padding:15px;
}

.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:2em;
							 padding-bottom:1em;
							
						 }
						 
						 .SectionHR {
							 border-top: 0px;
							  border-bottom: 0px;
							  display: none;
						 }
						 
						 
						.topicBlock {
								
						margin-bottom: 1.25em;
						flex: 1;
						    position: relative;
							}
							
                            .topicBlockHeading i {
                                margin-left: 8px; /* Spacing between text and icon */
                                transition: color 0.3s ease;
                                color: #02060d;
                              }
                              
                              .topicBlockHeading a:hover i {
                                color: #9fa0a2;
                              }

							.topicBlock h2{
								
						font-size:1.1em;
							}
							
							.topicBlockHeading {
								font-size:1.1em;
							}
							
							/* .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;
}
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: #220e10;
    font-size: 18px;
    font-style: italic;
    font-weight: 300;
    margin: 0 0 24px;
}

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-family: 'Roboto', sans-serif;
    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;
}

.featboxcapheight .featthumbhold {
    height: auto;
}





.search-field:focus, .featthumbhold:focus, .featboxtitle:focus, a:focus, .featthumb:focus, .bx-start: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);
}

/*#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 {
    padding: 15px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    margin: 10px auto;
}

.emergencynotice p {
    margin-bottom: 0px;
}

.emergencynotice a {
    color: #fff;
    text-decoration: underline;
}

.emergencynotice a:hover {
    color: #f2f2f2;
}

.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;
}

.sliderheight.featbox .medthumb {
    max-height: 250px;
}

.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;
}
/*
/*.featbox{
	padding: 1px;
}*/
/* .featbox a { */
    /* color: #3e3e3e; */
/* } */

.maincolorback .featboxpadding {
    color: #fff;
}

.subcolorback .captionpad {
    color: #fff;
    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;
}


.featboxpadding {
    padding: 12px;
   /* max-width: 325px;*/
    margin: 0 auto; 
}

.featboxpadding p {
	padding-top:5px;
}
.featbox .featboxpadding.boldlinks a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.smalldate {
    display: block;
    line-height: 1;
    font-size: 0.7em;
    font-weight: 700;
    margin-bottom: 5px;
	 margin-top: 5px;
	 color: #000;
}

.margin-left-20 {
	 margin-left: 20px;
}

.featboxtitle {

  font-weight: 550;
}

.featboxtitle,
.capboxtitle {

    margin-bottom: 18px;
    word-break: keep-all;
}

.featboxtitle.lgtitle {
    font-size: 1.1em;
    text-align: center;

}

.featboxtitle.center {
    text-align: center;
}

.featboxtitle.normal {
    font-weight: 400;
}

/*
span.featboxtitle.lgtitle {
    font-weight: 400;
}
*/

.maincolorback a.featboxtitle {
    color: #fff;
}

/* .capboxtitle { */
    /* line-height: 1.25; */
    /* margin-bottom: 0px; */
/* } */

/* .capboxtitle span { */
    /* font-weight: 400; */
    /* display: block; */
/* } */

.featbox p,
.featbox li {
    font-size: 0.9em;
}



.slidermargin,
.featbox {
    margin: 10px auto; 
}

.bxslider,
.hospitalslider{
    visibility: hidden;
}

.bxslider li {
    position: relative;
    background-size: 0;
    background-repeat: no-repeat;
}

.bxslider li img {
    position: relative;
    z-index: 1;
}


 

.sliderImage {
    display: block;
    width: 100%;
    height: 470px;
	 text-decoration: none!important; /* Remove the default underline */

    border-bottom: 0px solid!important;
   
}
	
}
.sliderImage a:hover{
    text-decoration: none; /* Remove the default underline */
}
@media screen and (max-width: 639px) {
    .bxslider li a {
        height: 100%;
    }
}



.slidecaption {
    color: #fff;
    padding: 15px 30px;
	
}

.slidecaption h1,
.slidecaption .h1,
.slidecaption .h1 a, 
.slidecaption .h1 > a{
    font-weight: 600;
    font-size: 1.15em;
    margin: 0px 0 5px;
    line-height: 1.4;
	color:#fff;
	text-decoration: none; /* Remove the default underline */
	
}




.newsstripthumb {
    float: left;
    width: 40%;
    height: auto;
    overflow: hidden;
}

.newsstripthumb .featthumb {
    padding-bottom: 100px;
}

.newsstrip .featboxpadding {
    padding: 0.2rem;
    float: right;
    width: 55%;
}

.newsstrip .featboxpadding.w-full {
    float: unset;
    width: 100%;
}

/*.newsstrip .featboxpadding{
	float: right;
	width: calc(100% - 220px);
}*/
.newsstrip .featboxtitle {
    line-height: 1;
}

.sliderheight.featbox img {
    /*object-fit: cover;*/
    max-width: 150%;
    height: 250px;
}

.featboxcap.featbox img {
    /*object-fit: cover;*/
    max-width: 150%;
    height: 280px;
}

.featboxcap.featbox .featboxpadding img {
    max-width: 100%;
    height: auto;
    float: none;
    margin: 10px auto;
}

.sliderheight.featbox .wysiwygimg img {
    max-width: 100%;
    height: auto;
}

.compat_object_fit {
    background-size: cover;
    background-position: center center;
    max-width: 100%;
}

.featbox.compat_object_fit img {
    display: none;
}

h2.sectiontitle {
    font-size: 20px;
	 font-size: 1.3em;
    font-weight: 700;
    color: #3e3e3e;
    line-height: 1;
    margin: 30px 0 20px;
}

h2.sectiontitle a {
    color: #3e3e3e;
    text-decoration: none;
}

h2.sectiontitle:before {
    content: "";
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 0px 10px 2px 0;
}

.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%;
    border: 0px;
    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; 
	 color:var(--secondary-colour);
}

.featboxpadding.alternboxes {
    margin-bottom: 20px;
}

.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;
}

.colslider {
    padding: 1px;
}

.colslider .bx-wrapper {
    margin: 0px auto;
}

.colslider .bx-wrapper ul {
    margin: 0px;
}

.bx-controls-direction {
    display: none;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.colslider .bx-wrapper .bx-prev {
    left: -40px;
    background: url(../img/controls.png) no-repeat 0 -34px;
}

.colslider .bx-wrapper .bx-next {
    right: -40px;
    background: url(../img/controls.png) no-repeat -34px -34px;
}

.colslider .bx-wrapper .bx-prev:hover {
    background-position: 0 0;
}

.colslider .bx-wrapper .bx-next:hover {
    background-position: -34px 0;
}

.colslider .bx-wrapper .bx-controls-direction a {
    position: absolute;
    bottom: 18%;
    /*margin-top: -18px;*/
    outline: 0;
    width: 34px;
    height: 34px;
    text-indent: -9999px;
    z-index: 99;
}
.bx-wrapper .bx-controls-direction a:focus{
    outline: 5px solid #f7f306;
    outline-offset: 5px;
}

.pagetitlebar {
    padding:10px 10px 10px 20px;
	margin-top:30px;
}



.BarDefault h1 {
   
    font-size: 1.7em;
    font-weight: 500;
   
}

/* Addtional Heading */

  /* === MAIN HEADING STYLE #2 === */
.BarTwo h1 {
   font-size: 1.8em;
   font-weight: 600;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 15px;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding:20px;
}
  
		.BarTwo h1:after {
		  content: "";
		  position: absolute;
		  left: 0;
		  bottom: 2px;
		  height: 5px;
		  width: 100%;
		  
		}
		
		.BarCustom {
			padding:0px 0px 0px 20px;
		}
		
		.BarCustom h1{
			   font-size: 2.5em;
			     font-weight: 600;
				 margin: 30px 0px 30px 0px;
			
		}

.pagetitlebar .smalldate {
    margin: 10px 0 0;
    color: #fff;
}

.mainbody {
    padding:20px 20px 20px 20px;
    margin-bottom: 20px;
	min-height: 50vh;
}

/*.mainbody p:first-of-type{
	font-size: 18px;
	font-size: 1.2857em;
}*/
.mainbody > h1,
.mainbody > h2,
.mainbody > h3,
.mainbody > h4,
.mainbody > h5,
.mainbody > h6 {
    font-weight: 700;
}

.mainbody > h1 {
    margin: 0px 0 20px;
}

.mainbody > h2 {
    margin: 20px 0 30px; 
}

.mainbody > h3, columns > h3 {
    margin: 20px 0 20px;
}

.mainbody >  h4 {
    margin: 15px 0 15px;
}

.mainbody > h5 {
    margin: 15px 0 15px;
}

.mainbody > h6 {
    margin: 0px 0 15px;
}

.mainbody > p {
	margin-bottom: 1.5rem;
}

.mainbody > ul, .accordion-content > ul {
    margin-left: 3em;
}

.mainbody > ul > li, .accordion-content > ul >li {
    margin-bottom:10px;
	
}

li::marker 
{
    font-size: 1.2rem;
    font-weight: bolder;
}

.mainbody > hr {
    margin: 3.25rem 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;
    font-family: inherit;
    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: 10px 10px 10px 0px;
	 /*background-color: #2ba6cb;*/
	 
}

.breadcrumb a {
    color: #3e3e3e;
    
}

.breadcrumb .fa {
    margin: 0 16px;
    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;
    min-height: 250px;
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    position: relative;
	border: 2px 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%;
	color: var(--main-colour);
}

a.tellink:hover, a.maillink:hover {

	color: var(--secondary-colour)

}

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-top:1.7em;
	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: #2ba6cb;
    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;
}

.gform_body [type=checkbox],
.gform_body [type=file],
.gform_body [type=radio],
.gform_body [type=email],
.gform_body [type=number],
.gform_body [type=tel],
.gform_body [type=text],
.gform_body textarea {
    margin: 0 0 5px;
}

.mainbody .wp-post-image {
    margin-bottom: 0px;
}

.featimg {
    margin-bottom: 20px;
}

h3.quicklinksmob {
    display: none;
}

/************************************************************************************
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;
}

#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;
    }
	
	.pagetitlebar {
    padding: 10px 10px 10px 10px;
}

.footerpad {
    padding: 20px 0px;
}

}

/************************************************************************************
SMALL SCREENS ONLY - SIDEBAR NAV ABOVE CONTENT
*************************************************************************************/
/***** Small. *****/
@media screen and (max-width: 1023px) and (min-width: 100px) {
	
	body {
	font-size:15px !important;
}
	
	.pagetitlebar h1 {
		    font-size: 2em;
	}
	
	.BarCustom h1 {
    font-weight: 600;
    margin: 0px 0px 10px 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: 0;

    }

    .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;
}

.featboxtitle, .capboxtitle {
    font-weight: 550;
}

.slidecaption h1, .slidecaption .h1, .slidecaption .h1 a, .slidecaption .h1 > a {
    font-size: 1em;
}

.mobileHide {
	display:none;
}

.panel {
    padding: 8px;
}

.button {
    padding:10px;
}

}

/************************************************************************************
Larger than 520
*************************************************************************************/
/***** Medium. *****/
@media screen and (min-width: 520px) {
    /*	.featbox{
            padding: 0px;
        }*/
    .sliderheight.featbox .medthumb {
        float: left;
        margin-right: 2rem;
    }

    .sliderheight.featbox.maincolorback {
        min-height: 250px;
    }

    .sliderheight.featbox .medthumb {
        width: 280px;
    }

    .featboxpadding {
        max-width: 100%;
        margin: 0;
    }

}

/************************************************************************************
Larger than 640
*************************************************************************************/
/***** Medium. *****/
@media screen and (min-width: 640px) {

    .bxslider li {
        background-size: cover;
    }

    .sliderheight .bx-wrapper,
    .sliderheight .bx-viewport,
    .sliderheight .bxslider,
    .sliderheight .bxslider li {
        min-height: 470px;
    }

    .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: 13px;
        text-align: left;
		background-color:#000;
		padding:5px;
		color:#fff;
		
    }

}

/************************************************************************************
Larger than 1024
*************************************************************************************/
/***** Large. *****/
@media screen and (min-width: 1024px) {
    /***** Global. 
    .mainbody h1 {
        font-size: 28px;
    }

    .mainbody h2 {
        font-size: 24px;
    }

    .mainbody h3 {
        font-size: 22px;
    }

    .mainbody h4 {
        font-size: 20px;
    }

    .mainbody h5 {
        font-size: 18px;
    }

    .mainbody h6 {
        font-size: 17px;
    }
*****/
    .footerpad {
        padding: 20px 0px 10px;
    }
	
	footer {
			margin-top:30px;
	}

    /***** 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;
    }

    .font-changer {
        margin: 0 30px;
    }

    .hostelcols {
        width: 20%;
    }

    .sliderheight .bx-wrapper,
    .sliderheight .bx-viewport,
    .sliderheight .bxslider,
    .sliderheight .bxslider li,
    .sliderheight .bxslider li img {
        min-height: 470px;
    }

    .sliderheight .bx-wrapper img {
        max-width: 200%;
    }

    .sliderheight.featbox .medthumb {
        float: none;
        margin-right: 0;
        width: 100%;
    }
	
	/*.sliderTitle a {
		height: 20px !important;
	}*/

    .newsstripthumb {
        width: 200px;
        height: 100px;
        margin-right: 20px;
    }

    .newsstrip .featboxpadding {
        
        float: right;
        width: calc(100% - 220px);
    }

    .whiteback.newsstrip {
        max-height: 100px;
        overflow: hidden;
    }

    .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;
    }

}