/* Custom styles since adoption of Joomla. Created: 18/07/2019 */
/* Adapted for self-service. 20/08/2020 */

/*
 * Contents
 * --------
 * 1. Main navigation
 * 2. Side navigation
 * 3. Social navigation
 * 4. Footer information module
 * 5. Footer
 * 6. General layout
 * 7. Button
 * 8. Header
 * 9. CIVIC Cookie Control
 */

/*--------------------------
 * 1. Main navigation
 *--------------------------*/

button#mobile-menu-button {
  	position: absolute;
  	right: 0px;
  	float: none;
}

nav#nav .navbar-header {
  	position: relative;
}

nav#nav .navbar-brand {
  	padding: 12.5px 0;
}

nav#nav .navbar-brand a {
  	color: #FFF;
}

#navbar li a span.glyphicon {
	font-size: 13px;
}

nav#nav #mob-menu ul#navbar li.dropdown ul.dropdown-menu li.active a {
    background-color: #7cc243;
}

@media only screen and (max-width: 991px) {
  	/*#navbar li a span.more-caret-icon {
		display: none !important;
	}*/
  	nav#nav #mob-menu ul#navbar li.dropdown a.dropdown-toggle {
		pointer-events: none;
    }
  
    nav#nav #mob-menu ul#navbar li.dropdown ul.dropdown-menu {
		display: block;
      	position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }
}

.social-logos-navbar {
	width: 41px;
	height: 41px;
}

.hiddensearchlabel {
  	border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.skipnav { text-align: left; background-color: #fff; }
  .skipnav a { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
  .skipnav a:focus, .skipnav a:active { position: static; left: 0; width: auto; height: auto; overflow: visible; text-decoration: underline; }


/*--------------------------
 * 2. Side navigation
 *--------------------------*/

#sidenav li.catItem a {
  	background-color: #0071BC;
  	border-bottom: 1px solid #dddddd;
  	color: #FFF;
  	font-size: 16px;
  	font-weight: bold;
  	margin-bottom: 4px;
  	padding: 8px 12px;
  	border-top-left-radius: 4px;
  	border-top-right-radius: 4px;
}

#sidenav li.catItem a:hover,
#sidenav li.catItem a:focus,
#sidenav li.catItem a:active {
  	background-color: #0071BC;
  	text-decoration: none;
  	color: #FFF;
}

#sidenav li a {
  	color: #0071BC;
  	font-size: 14px;
  	padding: 4px 10px;
}

#sidenav li:last-child {
  padding-bottom:4px;
}

#sidenav > li > a:hover,
#sidenav > li > a:focus,
#sidenav > li > a:active {
  	background-color: transparent;
  	text-decoration: underline;
  	color: #0071BC;
}

#sidenav li.active > ul.side-sub-menu {
	display: block;
}

#sidenav > li.active > a {
  	color: #0071BC;
}

#sidenav li.current > a {
	font-weight: bold;
}

#sidenav ul.side-sub-menu {
	display: none;
  	padding-inline-start: 35px;
}

#sidenav ul.side-sub-menu li {
	list-style-type: unset;
}

#sidenav ul.side-sub-menu li.current > a {
	color: #0071BC;
  	font-weight: bold;
}

#sidenav ul.side-sub-menu li a {
  	display: block;
  	color: #0071BC;
	font-size: 14px;
  	font-weight: normal;
}

#sidenav ul.side-sub-menu li:first-child {
  	/*padding-top: 0px;*/
}

#sidenav ul.side-sub-menu li a:hover,
#sidenav ul.side-sub-menu li a:focus,
#sidenav ul.side-sub-menu li a:active {
  	text-decoration: underline;
  	color: #0071BC;
}

#sidenav ul.side-sub-menu li.dropdown {
  	display: block;
}

@media only screen and (max-width: 991px) {
    .sidenav-panel {
    	margin-top: 20px;
  	}
}

/*--------------------------
 * 4. Footer information module
 *--------------------------*/

#footer-info-module {
	padding: 17px 0 5px 0;
}


/*--------------------------
 * 5. Footer
 *--------------------------*/

ul#footer-nav {
  	position: relative;
}

#feedbackLinkListItem {
	display: inline-block !important;
    position: absolute;
    right: 0;
}

@media only screen and (max-width: 991px) {
  	#feedbackLinkListItem {
		display: none !important;
	}
}

#feedbackLink:hover #feedbackCon .feedbackText, #mobFeedbackLink:hover #mobFeedbackCon .feedbackText,
#feedbackLink:focus #feedbackCon .feedbackText, #mobFeedbackLink:focus #mobFeedbackCon .feedbackText,
#feedbackLink:active #feedbackCon .feedbackText, #mobFeedbackLink:active #mobFeedbackCon .feedbackText {
  	color: #FFF;
  	text-decoration: underline;
}

#feedbackCon, #mobFeedbackCon {
  	display: inline-flex;
  	color: #FFF;
}

#feedbackCon span, #mobFeedbackCon span {
  	font-size: 18px;
  	padding-right: 10px;
}

#mobFeedbackCon {
  	padding-top: 15px;
}

#footer-nav {
	margin: 0;
}

#footer-nav li {
	padding: 0 10px 0 0;
}

@media only screen and (max-width: 768px) {
  	#social-bottom-nav {
		padding-top: 15px;
	}
}

/*--------------------------
 * 6. General layout
 *--------------------------*/

.app_holder {
	margin-bottom: 20px;
}

.main-col-left {
	padding: 0 15px 0 0;
}

.main-col-right {
	padding: 0 0 0 15px;
}

@media only screen and (max-width: 992px) {
    .main-col-left, .main-col-right {
    	padding: 0 0 0 0;
  	}
}

.equal-col {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
}

input:focus, textarea:focus, select:focus {
	border: 3px solid #ffdd00 !important;
	box-shadow: none !important;
}

input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: 2px solid #ffdd00 !important;
}

div.dropzone:focus {
	border: 2px dashed #ffdd00 !important;
	outline: none;
}

.bg-white {
	background-color: #fff !important;
}

/*--------------------------
 * 7. Button
 *--------------------------*/

@media only screen and (max-width: 767px) {
  .cta-button {
      margin-bottom: 5px;
      text-align: center;
      display: block;
      justify-content: center;
      align-items: center;
      height: 100%;
      color: #ffffff;
      background-color: #0071bc;
      padding: 12px 12px;
      font-weight: normal !important;
      line-height: 24px;
      cursor: pointer;
      border: 1px solid #0071bc;
      border-bottom: 5px solid #144080;
      border-radius: 4px;
      white-space: normal;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
  }
}

@media only screen and (min-width: 768px) {
  .cta-button {
      margin: 2.5px;
      text-align: center;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      height: 100%;
      color: #ffffff;
      background-color: #0071bc;
      padding: 12px 12px;
      font-weight: normal !important;
      line-height: 24px;
      cursor: pointer;
      border: 1px solid #0071bc;
      border-bottom: 5px solid #144080;
      border-radius: 4px;
      white-space: normal;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      -o-user-select: none;
      user-select: none;
  }
}

.cta-button:hover,
.cta-button:active,
.cta-button:focus {
  	background-color: #144080;
  	border: 1px solid #144080;
  	border-bottom: 5px solid #144080;
  	color:white;
}

/*--------------------------
 * 8. Header
 *--------------------------*/

#main-header {
  	height: 150px;
}

#header-container {
  	height: 100%;
}

.header-column {
  	height: 100%;
}

#main-logo-con,
#proudOfPlace-con {
  	display: flex;
  	height: 100%;
  	align-items: center;
}

@media only screen and (max-width: 768px) {
  	#main-logo-con {
		justify-content: center;
	}
}

#proudOfPlace-con img {
  	max-width: 100%;
  	height:auto;
}

#gdCta-con {
  	display: flex;
  	height: 100%;
  	align-items: center;
  	justify-content: center;
}

#gdCta-con img {
  	max-width: 250px;
  	height:auto;
}

#mob-email-alerts-banner {
  	display: flex;
  	align-items: center;
  	justify-content: center;
  	height: 40px;
  	width: 100%;
  	background-color: #0071bc;
}

#mob-email-alerts-banner a:hover {
  	text-decoration: none;
}

#mob-email-alerts-banner span {
  	color: #FFF;
  	font-size: 16px;
  	font-weight: bold;
}

#mob-email-alerts-banner span.glyphicon {
  	font-weight: normal;
  	top: 2px;
}

/*--------------------------
 * 9. CIVIC Cookie Control
 *--------------------------*/

#ccc-content.ccc-content--dark #ccc-close.ccc-close--labelled:focus,
#ccc-content.ccc-content--dark #ccc-close.ccc-close--labelled:focus *,
#ccc #ccc-recommended-settings:focus,
#ccc #ccc-recommended-settings:focus *,
#ccc .ccc-content--highlight .checkbox-toggle-input:focus~.checkbox-toggle-toggle,
#ccc .ccc-link.ccc-tabbable:focus,
#ccc .ccc-link.ccc-tabbable:focus * {
    -webkit-filter: invert(0%) !important;
    filter: invert(0%) !important;
    background: #ffdd00 !important;
    color: #333 !important;
    fill: #333 !important;
    font-weight: bold !important;
}

#ccc .ccc-content--dark span:focus, #ccc .ccc-content--dark svg:focus, #ccc-close-label:focus, #ccc #ccc-close:focus #ccc-close-label {
  	color: #333 !important;
}

#ccc #ccc-info-link:focus .ccc-svg-element svg, #ccc #ccc-close:focus svg {
  	fill: #333 !important;
}