/* Global Variables */
:root {
  --background-color-primary: #F0EFE6;
  --dark-blue-primary: #00213F;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}

main {
  display: block;
}

body {
  overflow-x: hidden;
  background-color: #F0EFE6;
  font-family: 'Moderat';
  color: #00213f;
  /* somehow something was giving us a margin! */
  margin: 0px;
}

/* Still need to override mapbox fonts */
.mapboxgl-map,
.mapboxgl-ctrl-geocoder,
.mapboxgl-ctrl-geocoder--input {
  font-family: 'Moderat' !important;
}

.navbar {
  margin-top: 56px;
}

.navbar .container {
  margin-left: 2rem;
}

h1 {
  font-size: 25px;
}
h2 {
  font-size: 16px;
}
h3 {
  font-size: 14px;
}
h4 {
  font-size: 12px;
}

.uppercase-text {
  letter-spacing: 0.1em;
  margin-bottom: 0px;
}

h1.uppercase-text {
  letter-spacing: 0.1em;
  margin-bottom: 0px;
}

/* Override Bootstrap Styles */

.accordion-button:not(.collapsed) {
  box-shadow: none;
}

.form-control {
  border: none;
  border-bottom: 1px solid #D7D6D1;
}
.marketing h1 {
  font-size: 35px;
}

.marketing h2 {
  font-size: 19px;
}

.marketing h3 {
  font-size: 16px;
}

.marketing h4 {
  font-size: 12px;
}

p {
  font-size: 12px;
}

.enviro li {
  font-size: 12px;
}

.main-links a {
  color: #00213f;
  text-decoration: none;
}

.main-links h4 {
  margin-right: 1rem;
}

.test-header {
  background-color: orange;
}

.test-header::before {
  content: "TEST SITE";
  position: absolute;
  color: black;
  font-size: 3rem;
  font-weight: bolder;
  left: 43%;
  top: -10px;
  height: 100%;
  overflow: hidden;
  max-width: 30%;
}

.local-header {
  background-color: yellow;
}

.local-header::before {
  content: "LOCAL SITE";
  position: absolute;
  color: black;
  font-size: 3rem;
  font-weight: bolder;
  left: 43%;
  top: -10px;
  height: 100%;
  overflow: hidden;
  max-width: 30%;
}

#footer {
  margin: 2rem 0 1rem 2rem;
}

#footer a {
  color: #00213f;
  text-decoration: none;
}

#small-map-sidebar #footer {
  margin: 0px 0px 1rem 0px;
  visibility: visible;
}

#small-map-sidebar #footer a{
  font-size: 11px;
}

.bottom-line span {
  font-size: 10px;
  margin-right: 1rem;
}

.bottom-line a {
  text-decoration: none; color: #00213f;
}

.text-primary {
  color: #00213f;
}

.attributions {
  font-size: x-small;
  margin: 12px;
  cursor: pointer;
}

.card {
  position: relative;
  border: none;
  background-color: transparent;
  display: flex;
  align-items: center;
}

.card h2 {
  color: #00213F;
}

a.card {
  text-decoration: none;
}

.tooltip-inner {
  color: black;
  background-color: #A6B3FF;
}

[data-popper-placement="bottom"] .tooltip-arrow::before{
  border-bottom-color: #A6B3FF;
}

[data-popper-placement="top"] .tooltip-arrow::before{
  border-top-color: #A6B3FF;
}

[data-popper-placement="right"] .tooltip-arrow::before{
  border-right-color: #A6B3FF;
}

[data-popper-placement="left"] .tooltip-arrow::before{
  border-left-color: #A6B3FF;
}

/* admin */
.wide .tooltip-inner {
  max-width: 360px;
}
.admin-tip.tooltip {
  margin-left: -30px !important;
}
.admin-tip[data-popper-placement="bottom"] .tooltip-arrow {
  left: -30% !important;
}
.admin-tip[data-popper-placement="top"] .tooltip-arrow {
  left: -30% !important;
}

.help-tip{
  margin: 5px;
  vertical-align: text-top;
  text-align: center;
  background-color: #A6B3FF;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 12px;
  line-height: 13px;
  display: inline-block;
  cursor: default;
  padding-left: 2px;
}
.help-tip:before{
  content:'?';
  font-weight: bold;
  color:#fff;
}

#council_list {
  width: 100%;
  padding-bottom: 30px;
}
.accordion-item {
  background-color: #F0EFE6;
  border: 1px solid #D7D6D1;
  margin-bottom: 0.5rem;
  padding-bottom: 0.5rem;
}
.accordion-item:first-of-type {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.search-icon {
  background-color: #000;
  -webkit-mask-image: url('/public/images/search_icon.svg');
  -webkit-mask-size: 20px 20px;
  height: 20px;
  width: 20px;
}

#sidebar-map-container {
  display: flex;
  min-height: calc(100vh - 56px);
  margin-top: 56px;
}

#map-sidebar #sub-accordionExample .accordion-header {
  display: flex;
}

#map-sidebar #sub-accordionExample .accordion-item {
  border: none;
}

#map-sidebar #sub-accordionExample .filter-item {
  margin-right: 0.5rem;
  width: 80px;
}

#map-sidebar #accordionExample .ib-action span {
  padding-right: 1rem;
}

#sub-accordionExample .accordion-body ul {
  padding-left: 0px;
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#council_list.accordion .accordion-button {
  padding: 0px;
  background-color: #F0EFE6;
}
.accordion-body {
  background-color: #F0EFE6;
  color: #00213F;
}
.summary.table {
  color: #00213F;
}
#council_list.accordion .accordion-body {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #F0EFE6;
}
#council_list.accordion .list-group-item {
  padding: 0px;
  border: none;
  background-color: #F0EFE6;
  color: #00213F
}
#council_list.accordion .list-group-item:hover {
  color: #00213F;
}

.accordion-button {
  color: #00213F;
}

.accordion-button:not(.collapsed) {
  background-color: #95A2F1;
  color: #00213F;
}

.accordion-button:not(.collapsed)::after {
  background-image: url("/public/images/arrow-down.svg");
  margin-bottom: 0.3rem;
}

.accordion-button::after {
  background-size: 0.8rem;
  background-image: url("/public/images/arrow-down.svg");
  width: 1rem;
  height: 0.8rem;
  margin-top: 0.3rem;
}

input.filter-input {
  margin: 0px 0px 10px !important;
  line-height: 1rem;
  height: 1.5rem;
}

#user_councils {
  width: 100%;
  background-color: #F0EFE6;
  border: none;
}

#news_councils {
  width: 100%;
  background-color: #F0EFE6;
  border: none;
}

select option[disabled] {
  display: none;
}
select.always_open .subnav {
  height:auto!important
}

.login-button-desktop {
  border-radius: 50px;
  width: 5rem;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.375rem .75rem;
}

.btn-check:focus+.btn, .btn:focus {
  box-shadow: none;
}

.demo-button-desktop {
  border-radius: 50px;
  width: 5rem;
  margin-left: 1rem;
  text-align: center;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0.375rem .75rem;
}

/* index */
.background_image {
  background-color: #F0EFE6;
}

.object-position-bottom {
  object-position: bottom;
}

.mh-80 {
  max-height: 80%;
}

.top-donut-container {
  width: 100vw;
  height: 100%;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
}

.doughnut {
  background: conic-gradient(#A6B3FF 33%, #E04B26 0 66%, #FF933D 0 99%, #A6B3FF 0);
  animation: spin 20s linear infinite;
  border-radius: 100%;
  height: 31.4vw;
  width: 31.4vw;
  min-height: 44vh;
  min-width: 44vh;
  margin: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.auditSummaryRow {
  display: flex;
}

.auditSummaryRow p:first-child {
  width: 30%;
  min-width: 200px;
}

#mapinfotable {
  width: 100%;
  font-size: 0.75rem;
  border-collapse: collapse;
}

.reportlist {
  font-size: 0.75rem;
}

/* XXX Hacks to help with preflight vs. hardcoded html mapinfo h3s in Map Layer Atttribution sections */
#menu h3:not(#\#) {
  font-size: 1rem;
  margin: .5rem 0rem;
}
#menu h3+a ~ p {
  margin: 0rem;
}

#mapinfotable td, #mapinfotable th {
  border: 1px solid #95A2F1;
  padding: 4px;
}

#mapinfotable tr:hover {background-color: #f0efe6;}

#mapinfotable th {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: left;
  background-color: #95A2F1;
}

@media (orientation: portrait) {
  #carouselHero .hero-container {
    height: 70vh;
  }

  .doughnut {
    min-height: 33vh;
    min-width: 33vh;
  }

  .top-donut-container {
    height: 70vh;
  }

  .mh-md-60 {
    max-height: 60%;
  }
}

.login-logo-container {
  margin-bottom: 1rem;
}

.login-logo-container img {
  width:25px;
  margin-bottom: 0.3rem;
}

.login-description-opticity {
  margin-bottom: 1rem;
}

.login-alert {
  display: none
}

.login-page-login-button {
  border: 2px solid;
  border-radius: 55px;
  width: 6rem;
}

.forgot_password {
  color: #00213f;
  font-size: 12px;
}

.background_login {
  background-image: url('/public/images/Opticity-Highway.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.form-signin {
  width: 100%;
  max-width: 350px;
  padding: 15px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #F0EFE6;
}

.form-signin .form-floating {
  margin: 10px;
}

.form-check-input:checked {
  background-color: #3C6EB4;
  border-color: #00213F;
}
.inverse .form-check-input {
  background-color: #00213F;
  border-color: #3C6EB4;
}

.inverse .form-check-input:checked {
  background-color: #F0EFE6;
  border-color: #3C6EB4;
}

.form-control:focus {
  box-shadow: none;
}

.header-product {
  width: 2rem;
  height: 2rem;
  margin: 0em .5rem;
  padding: 0px;
  border: none;
}

.header-product-image {
  width: 80%;
  height: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header-product-image img {
  width: 25px;
  height: 25px;
}

.headerIconHover {
  border-radius: 4px;
  padding: 10px 15px;
  font-size: 15px;
  line-height: 1;
  background-color: white;
  box-shadow: hsl(206 22% 7% / 35%) 0px 10px 38px -10px, hsl(206 22% 7% / 20%) 0px 10px 20px -15px;
}

.main-container {
  display: flex;
  justify-content: left;
  padding-top: calc(2rem + 56px);
}

#sidebar {
  min-width: 250px;
  padding-left: 2rem;
  margin-bottom: 1rem;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100vh - 56px - 2rem - 2rem);   /* vh -  header - padding top - padding bottom   */
  position: fixed;
}

#data_tables {
  left: 0px;
}

.form-switch.sites-toggle {
  display: none;
}

#map-sidebar {
  width: 100%;
  max-width: 17vw;
  position: relative;
  left: 0px;
  transition: 0.25s;
}

.extendedSidebar tbody, td, tfoot, th, thead, tr {
  border-style: hidden
}

#legendandco.legendSidebar {
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  height: calc(100vh - 56px - 10vh);
  background-color: #A6B3FF;
  z-index: 6;
  overflow-y: auto;
  width: 100%;
  transition: 0.25s;
}

#legendandco.legendSidebar {
  padding: 0px;
  margin: 0px;
}

.extendedSidebar {
  position: absolute;
  top: 0px;
  height: calc(100vh - 56px);
  background-color: #A6B3FF;
  z-index: 6;
  overflow-y: auto;
  width: 0px;
  transition: 0.25s;
}

.extendedSidebar.active {
  width: 30vw;
  display: block;
  transition: 0.25s;
  height: 100%;
}

.extendedSidebar.active.fullscreen {
  display: block;
  width: 83vw;
  transition: 0.25s;
}

#map-sidebar .accordion {
  font-size: 12px;
  width: 100%;
}

#map-sidebar .accordion-button {
  font-size: 12px;
  letter-spacing: 0.1em; /* THIS ONE MESSES UP THE FILTERS FONT */
}

#map-sidebar .accordion-body .accordion-button {
  letter-spacing: 0.0em;
}

.accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  box-shadow: none
}

#map-sidebar #sub-accordionExample .accordion-button {
  padding: 0px 0px;
  display: flex;
  align-items: flex-start;
}

#map-sidebar #sub-accordionExample .accordion-body {
  padding: 0px 0px
}

#sub-accordionExample .dropdown-item {
  padding: 0px 0px;
  display: flex;
}

.extendedSidebar .accordion-button h5 {
  font-size: 16px;
}

#map-sidebar #report .arrow-right {
  content:url("/public/images/arrow-right.svg");
}

#map-sidebar #report.open .arrow-right {
  content:url("/public/images/arrow-left.svg");
}

#map-sidebar #sitesTableArrow.open .arrow-right {
  content:url("/public/images/arrow-left.svg");
}

#map-sidebar .btn.o-btn-dblue {
  margin-right: 1rem;
}

#maptitle {
  padding-left: 0px;
}

#maptitle2 {
  text-align: center;
  font-size: 12px;
}

#maptitle3 {
  display: none;
}

#map-sidebar #maptitle {
  font-size: 16px;
  margin-right: 1rem;
}

.title-container {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D7D6D1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#small-map-sidebar .title-container {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.sidebar-container {
  max-height: calc(100vh - 56px);
  height: 100%;
  overflow-y: auto;

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#closeSidebarTab {
  font-weight: 500;
  background-color: #F0EFE6;
  cursor: pointer;
  color: #00213F;
}

.sidebar-contents {
  display: flex;
  flex-direction: column;
  margin-top: 2rem;
}

#map-sidebar .dropdown-toggle::after {
  display: none;
}

#map-sidebar.hide {
  width: 0rem;
  transition: 0.25s;
  display: none;
}

#small-map-sidebar {
  width: 0px;
  position: absolute;
  left: -500px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.tool-items {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#small-map-sidebar.show {
  position: static;
  margin-left: 1rem;
  margin-right: 1rem;
  margin-top: 2rem;
  width: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sidebar-icon {
  margin-bottom: 1.5rem;
  cursor: pointer;
  width: 1rem;
  height: 1rem;
}

.extendedSidebarInner {
  margin-left: 2rem;
  margin-top: 2rem;
  margin-right: 2rem;
}

.extendedSidebar h1 {
  font-size: 12px;
}

.extendedSidebar #fold {
  margin-top: 1rem;
}

.expand-close-container {
  display: flex;
  align-items: center;
  position: relative;
}

.title-and-expand-container {
  display: flex;
  justify-content: space-between;
}

#expand {
  cursor: pointer;
  width: 19px;
  height: 19px;
  position: absolute;
  right: 1.4rem;
}

.close-button {
  font-weight: 600;
  font-size: 16px;
  margin: 0px;
  cursor: pointer;
  position: absolute;
  right: 0px;
}

.close-legend.close-button {
  right: 2rem;
}

.fullscreen #expand {
  content: url("/public/images/Contract.svg");
  height: 27px;
  width: 27px;
}

.arrow-right {
  height: 0.8rem;
  width: 0.8rem;
}

#map-sidebar .ib-action:hover {
  background-color: transparent;
}

.extendedSidebar .accordion-button h5 {
  margin-bottom: 0rem;
  text-transform: capitalize;
}

.extendedSidebar .accordion-item {
  padding-bottom: 0rem;
  background-color: transparent;
  border-left: none;
  border-right: none;
  border-width: 2px;
  border-color: #95A2F1;
}

.extendedSidebar .accordion-button {
  padding: 1rem 0rem;
  background-color: #A6B3FF;
}

.extendedSidebar .accordion-body {
  padding: 1rem 0rem;
  background-color: #A6B3FF;
}

.extendedSidebar .accordion-button:not(.collapsed) {
  background-color: #A6B3FF;
}

#map-sidebar .accordion-body li {
  list-style-type: none;
  display: flex;
  line-height: 1rem;
  margin-bottom: 0.5rem;
  position: relative;
}

#map-sidebar .accordion-body li .ticksImg {
  height: 10px;
  width: 10px;
  color: #00213F;
  visibility: hidden;
  font-weight: 600;
  font-size: 13px;
  margin-right: 1rem;
}

#map-sidebar .accordion-body li.active .ticksImg {
  visibility: initial;
}

#map-sidebar .group_graphs {
  list-style-type: none;
  display: flex;
  align-items: center;
}

#map-sidebar .group_graphs.active::before {
  visibility: visible;
}

#map-sidebar .ib-action {
  line-height: 1rem;
  margin-bottom: 0.2rem;
}

#map-sidebar .ib-action.active {
  background-color: transparent;
  display: flex;
  align-items: flex-start;
}

#map-sidebar .accordion-item {
  margin-bottom: 0rem;
  padding-bottom: 0rem;
  border: none;
  border-bottom: 1px solid #D7D6D1
}

#map-sidebar .accordion-body {
  padding: 0px 2rem;
}

#map-sidebar .accordion-body:last-child {
  padding-bottom: 1rem;
}

#map-sidebar .accordion-button {
  padding: 1rem 2rem;
}

#map-sidebar .accordion-button:not(.collapsed) {
  background-color: #F0EFE6
}

.product {
  background-color: white;
  align-items: center;
  height: 159px;
  width: 159px;
  border: none;
  border-radius: 0;
}

.product-image {
  width: 90%;
  height: 100px;
}

.product-image-council-page svg {
  width: 80px;
  height: 80px;
}

.product-image-council-page img {
  width: 80px;
  height: 80px;
}

.product-image-disabled {
  filter: grayscale(100%) contrast(0%) brightness(165%) sepia(0.08);
}

.product-title {
  padding-top: 13px;
  padding-bottom: 13px;
  background-color: #F0EFE6;
  max-width: 159px;
}

.product-title-disabled {
  padding-top: 13px;
  padding-bottom: 13px;
  opacity: 55%;
  height: 4em;
}

.product-title div {
  text-decoration: none;
  color: #00213f;
  max-width: 159px;
  display: inline-block;
}

.product-title-disabled div {
  text-decoration: none;
  color: #00213f;
  max-width: 159px;
  display: inline-block;
}


.product-svg {
  margin-left: 10px;
}

.product-svg-sml {
  vertical-align: baseline;
  margin-left: 1px;
}

.main-bar {
  margin-right: 2rem;
  margin-left: calc(250px + 2rem);
}

.stamp {
  position: absolute;
  width: 80%;
  left: 10%;
  top: 30%;
  font-weight: 400;
  z-index: 1;
  border-radius: 20px;
  background-color: #E04B26;
  color: white;
}

.stamp:hover {
  color: white;
}

.news-content {
  width: 366px;
  overflow-y: auto;
  height: 159px;
}

.news-item {
  height: 69px;
  padding: 0px 15px;
  border: none;
  border-radius: 0px;
  background-color: white;
  position: relative;
}

.news-item:not(:last-child) {
  margin-bottom: 21px;
}

.news-item:last-child {
  margin-bottom: 0px;
}

.news-item:hover {
  cursor: pointer;
}

.news-item-overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 69px;
}

.news-item-overlay:hover {
  background-color: rgba(0,0,0,.15);
}

.news_text {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  height: 1.5em;
  /* margin: 0px 5px 0px; */
}

#heading-logo {
  margin-right: 125px;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.logo-text {
  margin: 0;
  margin-left: 0.3rem;
  font-size: 24px;
  color: #00213F;
}

.logo-lg{
  background-image: url("/public/images/Opticity-Logo.png");
  width: 917.22px;
  height: 204px;
  background-size: cover;
  margin: 1em 1em 1em 2em;
}

.ironbark_logo {
  background-image: url("/public/images/IRO_GEN_001_IBLogo_TransparentBackground.png");
  width: 63px;
  height: 41px;
  background-size: cover;
}


.index-background {
  background-image: url("/public/images/34bd7d39-caa1-4b4a-93cb-d057ae15149c_pexels-maegan-neufeld-342411-widecut.jpg");
  background-size: cover;
  z-index: 0;
  position: absolute;
  opacity: .3;
}
.index-background ~ *{
  z-index: 1;
}

.index-action {
  max-width: 260px;
  margin: 15px;
  border: none;
  border-radius: 0px;
}

.index-action:hover {
  border: 1px solid #E04B26;
}

.cc-img {
  height: 1.5em;
}

.pole-color-img {
  height: 130px;
  width: 130px;
  padding: 3px 0px;
  object-fit: cover;
}

figure img {
  max-width: 100%;
}

.ns-message {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -75%);
  text-align: center;
}

.background-overlay {
  background-color: rgba(0,0,0,.15);
  width: 159px;
  height: 159px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.card:hover .background-overlay {
  visibility: visible !important;
}

.card:hover .stamp {
  visibility: visible !important;
}

.tool-item .card:hover .product-title-disabled {
  opacity: 100%;
}

.login-input {
  border: none;
  border-bottom: 1px solid #00213f;
  background-color: #F0EFE6;
  color: #00213f;
  width: 300px;
}

/* OPTICITY BASICS */
.bg-color-primary {
  background-color: var(--background-color-primary);
}

.bg-color-white {
  background-color: white;
}

.o-btn-red {
  border: 1px solid #E04B26;
  background-color: #E04B26;
  color: white;
}
.o-btn-red:hover {
  color: white;
}

.o-btn-red-nav {
  border: 1px solid #E04B26;
  background-color: #E04B26;;
  color: white;
}

.o-btn-red-nav:hover {
  border: 1px solid #E04B26;;
  background-color: white;
  color: #E04B26;
}

.o-btn-red-nav a:hover {
  color: #E04B26;
}


.o-btn-red-nav-secondary {
  border: 1px solid #E04B26;
  background-color: white;
  color: #E04B26;
}

.o-btn-red-nav-secondary:hover {
  background-color: #E04B26;
  color: white;
}

.o-btn-tangerine {
  border: 0px;
  background-color: #FF933D;
  color: white;
}
.o-btn-tangerine:hover {
  color: white;
}

.o-btn-lblue {
  border: 0px;
  background-color: #A6B3FF;
  color: white;
}
.o-btn-lblue:hover {
  color: white;
}

.o-btn-dblue {
  border: 0px;
  background-color: var(--dark-blue-primary);
  color: #F0EFE6;
}

.o-btn-dblue-secondary {
  border: 1px solid #213C63;
  color: #213C63;
  background-color: white;
}

.o-btn-dblue-secondary:hover {
  background-color: #213C63;
  color: white;
}

.o-btn-dblue-secondary:hover {
  color: white;
}
.o-btn-dblue:hover {
  color: white;
}

.o-btn-play { /* same as action */
  border-color: rgba(0,0,0,.125);
}
.o-btn-play:hover { /* +3 shade */
  background-color: unset;
  color: unset;
}

/* IRONBARK BASICS */
/* Colours mainly based off existing ironbark website/logo additional variants sourced using https://coolors.co/ */

/* shades are variants of the ib-blue 1 off white and two above that */
.ib-action {
  color: #00213F;
  background-color: #F0EFE6;
  border: none;
}

.ib-action:hover {
  background-color: #A6B3FF;;
  cursor: pointer;
  text-decoration: none;
}

.ib-action.active {
  background-color: #A6B3FF;
}

.ib-action.active:hover {
  background-color: #A6B3FF;
}

/* shade variant of the ib-blue 1 off white*/

.ib-lblue { /* from logo */
  background-color: #A6B3FF;
}


#products_list {
  display: inline-flex;
  justify-content: left;
  flex-wrap: wrap;
  margin-bottom: 32px;
  width: 100%;
}

.line {
  border-top: 1px solid #C4C4C4;
  margin-bottom: 32px;
}

.tool-item {
  margin-right: 48px;
  position: relative;
}

.tool-item:last-child  {
  margin-right: 0px;
}

.news {
  margin-bottom: 32px;
}

#News_Resources {
  column-gap: 48px;
}

.icons-container {
  display: flex;
  align-items: center;
}



@keyframes slideInFromRight {
  from {
    transform: translateX(-100%);
  }

  to {
    transform: translateX(0);
  }
}

.date_time_mobile {
  display: none;
}

.slide-image-container {
  animation: slideInFromRight 1000ms;
}

.mobile-tools {
  display: none;
}

.cover-container {
  overflow: hidden;
}

.container-alert-page {
  min-height: calc(100vh - 56px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 56px;
}

.try-demo-mobile {
  display: none;
}

.try-demo-mobile a {
  border-radius: 50px;
  width: 100%;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.carousel-caption {
  position: relative;
  left: 0;
  top: 0;
}

.doughnut2 {
  background: #F0EFE6;
  border-radius: 100%;
  height: 65%;
  width: 65%;
  margin: 25px;
}

.doughnut-mobile {
  animation: spin 20s linear infinite;
  background: conic-gradient(#A6B3FF 33%, #E04B26 0 66%, #FF933D 0 99%, #A6B3FF 0);
  border-radius: 100%;
  height: 75vw;
  width: 75vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -36.5vw;
}

.doughnut2-mobile {
  background: #F0EFE6;
  border-radius: 100%;
  height: 67%;
  width: 67%;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.carousel {
  position: relative;
  width: 100%;
  height: calc(100vh - 56px);
  overflow: hidden;
}

.carousel-item {
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  position:absolute;
}
.carousel-item.active {
  opacity: 1;
}

.skyline-shapes-container {
  display: flex;
  align-items: flex-end;
  width: 50.01%;
}

.traffic-shapes-container {
  position: relative;
  width: 50%;
  overflow: hidden;
}

.tool-icons-container {
  width: 100%;
  padding-bottom: 2rem;
}

.tool-icons {
  width: 80%;
}

.tool-icons img {
  height: 90px;
  width: 90px;
  cursor: pointer;
  margin: 0 1rem;
}

.hamburger-container {
  display: none;
}

.mobile-nav {
  display: none;
}

.hero-mobile {
  display: none;
}

#header-ironbark-links {
  display: flex;
  margin-left: -5rem;
}

#header-ironbark-links a{
  text-decoration: none;
  color: #00213f;
  margin-right: 1rem;
}

#header-ironbark-links a.active {
  color: #E04B26;
  pointer-events:none;
}

#nav_row {
  margin-left: 2rem;
  margin-right: 2rem;
}

.header-layout-container {
  height: 2.5rem;
}

.standard #nav_row {
  margin-left: 2rem;
  margin-right: 2rem;
}



#reset_button {
  color: #F0EFE6;
}

.admin-column {
  min-width: 300px;
}

.left-column{
  width: 20%;
}

.middle-column {
  width: 30%;
}

.right-column {
  width: 30%;
}

#admin-container {
  margin-top: calc(2rem + 56px);
  margin-right: 2rem;
  margin-left: 2rem;
}

.news-title-input input {
  width: 100%;
  border: none;
}

.news-date-input {
  width: 47.5%;
  border-bottom: 1px solid #D7D6D1;
}

.news-date-input input {
  background-color: #F0EFE6;
  border: none;
  width: 100%;
}

.news-select {
  width: 47.5%;
  margin-right: 5%;
  border-bottom: 1px solid #D7D6D1;
}

.news-select select {
  background-color: #F0EFE6;
  border: none;
  width: 100%;
}

.user-select {
  height: 27px;
  margin-right: 5%;
  width: 47.5%;
}

.user-select select {
  width: 100%;
}

.user-pw-inputs-container {
  display: flex;
  flex-direction: column;
  width: 47.5%;
}

.user-pw-inputs-container .input-field-container {
  border-bottom: 1px solid #D7D6D1
}

.admin-section-container .accordion-button::after {
  background-size: 15px;
}

.admin-section-container .accordion-body::-webkit-scrollbar {
  width: 5px;
}

.admin-section-container .accordion-body::-webkit-scrollbar-thumb  {
  background-color: #D7D6D1;
  width: 5px;
}

.admin-section-container .accordion-body  {
  overflow-y: auto;
  scrollbar-color: #D7D6D1 #F0EFE6;
}

.admin-section-container select::-webkit-scrollbar {
  width: 5px;
}

.admin-section-container select::-webkit-scrollbar-thumb  {
  background-color: #D7D6D1;
  width: 5px;
}

.admin-section-container select  {
  overflow-y: auto;
  scrollbar-color: #D7D6D1 #F0EFE6;
}

.search-input {
  border: none;
  border-radius: 10px;
}

#role-container label {
  width: 47.5%;
  margin-right: 5%;
}

#roles {
  width: 47.5%;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.container-add-and-remove-buttons {
  display: flex;
}

.container-add-and-remove-buttons .add-and-remove-buttons {
  color: #F0EFE6;
  margin-right: 1rem;
}

#user_login_row {
  margin-left: auto;
}

#user_login_row .dropdown-menu {
  background-color: #F0EFE6;
}

.floating-carousel-text {
  position: absolute;
  top: 7%;
  left: 2rem;
  z-index: 2;
}

.mobile-hero-side-height {
  height: 82vw;
}

.dark-blue-background {
  background-color: var(--dark-blue-primary);
}

.light-beige-background {
  background-color: var(--background-color-primary);
}

.title-hero-text {
  font-size: 40px;
}

.subtitle-hero-text {
  font-size: 20px;
}

.hero-image-fit {
  object-fit: cover;
  object-position: center left;
  width: 50%;
  height: 100%;
  position: relative;
  right: 0px;
  top: 0px;
}

.fade-in {
  animation: fadeIn ease 5s;
  -webkit-animation: fadeIn ease 5s;
  -moz-animation: fadeIn ease 5s;
  -o-animation: fadeIn ease 5s;
  -ms-animation: fadeIn ease 5s;
}
@keyframes fadeIn {
  0% {opacity:0;}
  25% {opacity:0;}
  100% {opacity:1;}
}

@-moz-keyframes fadeIn {
  0% {opacity:0;}
  25% {opacity:0;}
  100% {opacity:1;}
}

@-webkit-keyframes fadeIn {
  0% {opacity:0;}
  25% {opacity:0;}
  100% {opacity:1;}
}

@-o-keyframes fadeIn {
  0% {opacity:0;}
  25% {opacity:0;}
  100% {opacity:1;}
}

@-ms-keyframes fadeIn {
  0% {opacity:0;}
  25% {opacity:0;}
  100% {opacity:1;}
}

#tools-section {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: white;
}

#highlight-section {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 2rem;
  padding-left: 2rem;
  padding-right: 2rem;
  background-color: #00213F;
  color: #D7D6D1;
}

.tool-information-container {
  width: 50%;
  margin-left: 5rem;
}

.tool-icons-container {
  margin-top: 3rem;
}

#footer-section {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: white;
  padding-left: 2rem;
  padding-right: 2rem;
}

#footer-section h3 {
  display: inline-block;
  margin-bottom: 1rem;
}


#footer-section .hyperlink-ironbark {
  text-decoration: auto;
  color: #00213F;
}

#footer-section h3:hover .hyperlink-ironbark {
  border-bottom: 1px solid #00213F;
}

#alert-section {
  padding-left: 2rem;
  padding-right: 2rem;
  margin-top: calc(3rem + 56px);
  margin-bottom: 3rem;
}

.jetty-picture {
  width: 100%;
}

.jetty-picture img {
  width: 100%;
  height: 80vh;
  object-fit: cover;
  object-position: top;
}



.address-container {
  display: flex;
}

.address-container h4 {
  width: 9rem;
  margin-right: 4rem;
}

.council-header-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.button-dropdown-nav {
  border: none;
  background-color: white !important;
  padding: 0px;
  border-radius: 0px;
}

.button-dropdown-nav:hover {
  background-color: inherit;
  color: inherit;
}

.dropdown-list-item {
  background-color: #F0EFE6;
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #A6B3FF;
}

.dropdown-item:focus, .dropdown-item:hover {
  background-color: transparent;
}

#dropdowns {
  flex-direction: column; width: 100%;
}

.dropdownIconImage {
  width: 1rem;
  height: 1rem;
  margin-right: 1rem;
}

.item-title {
  color: #00213F;
  letter-spacing: 0.1em;
}

#councilName {
  margin-right: 2rem;
}

.headerIcon {
  width: 23px;
  height: 23px;
  display: flex;
  align-items: center;
}

/* special case for safari */
.headerIcon > img {
  height: 24px;
}

.initials {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: #A6B3FF;
  color: white;
}

#tool-description {
  min-height: 5rem;
}

@media only screen and (max-width: 1600px) {

  #map-sidebar {
    max-width: 20vw;
  }

  .extendedSidebar.active {
    width: 40vw;
  }

  .extendedSidebar.active.fullscreen {
    width: 80vw;
  }
}

@media only screen and (max-width: 1200px) {
  #tool-description {
    min-height: 5rem;
  }
  .custom-max-width {
    max-width: 721px;
  }
}

@media only screen and (max-width: 992px) {
  #tool-description {
    min-height: 8rem;
  }
  .tool-icons {
    width: 100%;
  }

  #data_tables + #map {
    width: 100%;
  }

  #map-sidebar {
    min-width: 25vw;
  }

  .extendedSidebar.active {
    width: 75vw;
  }

  .extendedSidebar.active.fullscreen {
    width: 75vw;
  }

  #expand {
    display: none;
  }
}

.custom-max-width {
  object-fit: cover;
  object-position: bottom;
  max-height: 303px;
}

@media (min-width: 1200px) {
  .custom-max-width {
    max-width: 60%;
    max-height: 500px;
  }
}

/* On screens that are 768px or less*/
@media only screen and (max-width: 768px) {
  #tool-description {
    min-height: 11rem;
  }

  .icons-container {
    margin-right: -20rem;
    visibility: hidden;
  }

  #header-ironbark-links {
    display: none;
  }


  .header-buttons-container {
    display: none;
  }

  .hamburger-container {
    display: block;
  }


  .hamburger {
    position: relative;
    display: block;
    width: 35px;
    cursor: pointer;

    appearance: none;
    background: none;
    outline: none;
    border: none;
  }

  .hamburger .bar, .hamburger:after, .hamburger:before {
    content: '';
    display: block;
    width: 27px;
    height: 3px;
    background-color: #00213f;
    margin: 4px 0px;
    transition: 0.4s;
  }

  .hamburger.is-active {
    position: fixed;
    right: calc(2rem - 6px);
    top: 1rem;
  }

  .hamburger.is-active:before {
    transform: rotate(-45deg) translate(-10px, 1px);
    margin-left: 5px;
  }

  .hamburger.is-active:after {
    transform: rotate(45deg) translate(-5px, -4px);
  }

  .hamburger.is-active .bar {
    opacity: 0;
  }

  .mobile-nav {
    height: 100vh;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    z-index: -1;
    background-color: white;
    transition: 0.4s;
    display: block;
    overflow-y: scroll;
  }

  .mobile-nav.is-active {
    left: 0;
  }

  .mobile-nav a {
    text-decoration: none;
  }

  .mobile-content .links {
    padding-bottom: 3rem;
  }

  .mobile-content .links a {
    display: block;
    width: 100%;
    margin: 0 auto 4px;
    text-align: center;
    padding: 4px 16px;


    color: #00213f;
    text-decoration: none;
    font-size: 35px
  }

  .mobile-content .links a.active {
    color: #E04B26;
    pointer-events:none;
  }

  .container-council-nav {
    min-height: 100vh;
    padding-top: 90px;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
  }

  #icon-tools-mobile-container {
    width: 100%;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .icon-tools {
    margin-left: 2rem;
    margin-right: 2rem;
    display: flex;
    flex-direction: column;
    /* justify-content: space-between; */
    align-items: center;
    /* border: 1px solid red; */
    text-align: center;
    /* flex-wrap: wrap; */
  }

  .tool-item {
    margin-right: 0px;
    width: 159px;
  }

  .mobile-content {
    min-height: 100%;
    padding-top: 90px;
    padding-bottom: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;

  }

  .mobile-nav-header {
    position: relative;
    display: flex;
    justify-content: flex-start;
    margin-left: 2rem;
    margin-top: 1rem;
  }

  .mobile-nav-header a {
    position: fixed;
  }

  .mobile-nav-header img {
    width: 117px; height: 26px;
  }

  .council-header-info {
    display: none;
  }

  .hamburger-tool-image {
    width: 30px;
    height: 30px;
    /* margin-bottom: 1rem; */
  }

  #nav-buttons {
    margin-bottom: 5rem;
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .btn-mobile-nav {
    height: 46px;
  }

  .btn-mobile-nav > img {
    height: 24px;
    margin-right: 10px;
  }

  .mobile-btn {
    border-radius: 50px;
    cursor: pointer;
    margin-bottom: 1rem;
  }

  #council-button {
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .headerIcon-mobile {
    width: 23px;
    height: 23px;
    margin-right: 1rem;
  }

  #councilNameHamburger {
    padding: 0px;
    margin: 0px;
  }

  .icon-tools a{
    color: #00213f;
  }

  .icon-tools a.link-disabled h3 {
    color: #00213f;
    filter: grayscale(100%);
    opacity: 55%
  }

  .header-product-mobile {
    border: none;
    min-width: 215px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.5rem;
  }

  .header-product-mobile h3 {
    margin-left: 2rem;
    margin-bottom: 0rem;
    text-align: left;
  }

  .header-product-mobile.notactive h3 {
    filter:grayscale(100%);
    opacity: 55%;
  }

  .header-product-mobile:hover h3{
    filter: grayscale(0%);
    opacity: 100%;
  }

  .news-content {
    width: 159px;
  }

  #map-sidebar {
    min-width: 35vw;
  }

  .extendedSidebar.active {
    width: 65vw;
  }

  .extendedSidebar.active.fullscreen {
    width: 65vw;
  }

  .title-hero-text {
    font-size: 25px!important;
  }

  .subtitle-hero-text {
    font-size: 18px!important;
  }
}

@media only screen and (max-width: 576px) {
  #map {
    height: calc(100vh - 10vh - 56px);
    height: calc((var(--vh, 1vh) * 100) - 10vh - 56px);
  }

  #map.hidden {
    visibility: hidden;
  }

  #small-map-sidebar #footer {
    visibility: hidden;
  }

  #maptitle2 {
    font-size: 16px;
    display: none;
  }

  #maptitle3 {
    display: block;
    margin-left: 2rem;
  }

  #sidebar-map-container {
    flex-direction: column-reverse;
    min-height: calc((var(--vh, 1vh) * 100) -56px);
  }

  #map-sidebar {
    min-width: 100vw;
    position: absolute;
    /* z-index: 100; */
    /* height: calc(100vh - 56px); */
    top: 56px;
  }

  .title-container {
    padding-bottom: 0px;
    border-bottom: none;
  }

  .container-sidebar-icon {
    display: flex;
    flex-direction: row;
    margin-right: 2rem;
    overflow-x: auto;
  }

  #small-map-sidebar.show {
    margin-left: 0px;
    margin-top: 0px;
    width: 100%;
    height: 10vh;
    height: calc((var(--vh, 1vh) * 10));
    flex-direction: row;
    border-top: 1px solid #D7D6D1;
  }

  .sidebar-icon {
    margin-bottom: 0px;
    margin-left: 1.5rem;
    height: 1.4rem;
    width: 1.4rem;
  }

  #map-sidebar.hide {
    display: none;
  }

  .extendedSidebar.active {
    width: 100%;
  }

  #map-sidebar #closeSidebarTab .arrow-right {
    display: none;
    content:url("/public/images/arrow-down.svg");
  }

  #small-map-sidebar .title-container {
    padding-right: 0px;
    margin-bottom: 0px;
  }

  #small-map-sidebar.tender .title-container {
    display: none;
  }

  #small-map-sidebar .title-container .arrow-right {
    content:url("/public/images/arrow-up.svg");
    height: 1.4rem;
    width: 1.4rem;
  }

  #small-map-sidebar .title-container .arrow-down {
    content:url("/public/images/arrow-down.svg");
    height: 1.4rem;
    width: 1.4rem;
  }

  .extendedSidebar.active.fullscreen {
    width: 100vw;
  }

  .sidebar-container {
    /* height: auto */
    max-height: calc(100vh - 56px - 5rem);
  }

  #sitesTableArrow {
    display: none;
  }

  .marketing p {
    font-size: 17px;
  }

  .marketing h1 {
    font-size: 25px;
  }



  .background_login {
    background-image: url("/public/images/Opticity-Highway.jpg");
  }

  #tools-section {
    display: none;
  }

  .tool-items {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
  }

  .mobile-tools {
    display: block;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: white;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .mobile-tools .title {
    margin-bottom: 1rem;
  }

  .mobile-tools .carousel-control {
    padding-bottom: 3rem;
    color: #00213F;
    text-decoration: none;
  }

  #tools {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mobile-tools img {
    height: 75px;
    width: 75px;
  }

  .mobile-tool-name {
    text-align: start;
    color: #00213F;
    margin-bottom: 5rem;
  }

  .mobile-tool-description {
    margin-top: 5rem;
    height: 19.4rem;
  }

  .try-demo-mobile {
    display: flex;
    justify-content: center;
    padding-top: 3rem;
    padding-bottom: 3rem;
    background-color: #F2F1EA;
    padding-left: 2rem;
    padding-right: 2rem;
    height: calc(3rem + 3rem + 2.5rem)
  }

  .hero {
    display: none;
  }

  /* turn off main carousel */
  .carousel {
    display: none;
  }
  /* turn on mobile carousel */
  .carousel.hero-mobile {
    display: block;
  }

  .mobile-top-donut-container {
    width: 100vw;
    height: 50vw;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    overflow: hidden;
  }

  .getintouch-container {
    display: flex;
    justify-content: space-between;
  }

  .address-container {
    flex-direction: column;
  }

  .address-container h4 {
    margin-bottom: 2rem;
    margin-right: 0rem;
  }

  .carousel-control-prev {
    height: 210px;
    align-items: flex-end;
    justify-content: left;
  }

  .carousel-control-next {
    height: 210px;
    align-items: flex-end;
    justify-content: right;
  }

  .news-content {
    width: 159px;
  }

  #News_Resources {
    flex-direction: column;
  }

  #products_list {
    flex-direction: column;
    justify-content: center;
  }

  .tool-item {
    margin-right: 0;
    height: 100%;
    width: 100%;
  }

  .tool-item:last-child  {
    margin-right: 0px;
  }

  .content-container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .main-bar {
    margin: 0px 0px;
  }

  .product-image {
    width: 100px;
    height: 100px;
  }

  .background-overlay {
    height: 250px;
    width: 250px;
  }

  .stamp {
    top: 35%;
  }

  .product-title {
    max-width: 250px;
  }

  .product-title a {
    max-width: 250px;
  }

  .product-title-disabled div {
    max-width: 250px;
  }

  .news-content {
    width: 250px;
  }

  .main-links {
    margin-left: 1rem;
  }

  .date_time_mobile {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
  }

  .date_time_mobile .current_date {
    margin-right: 1rem;
  }

  .admin-column {
    margin-bottom: 3rem;
    width: 100%;
  }

  .admin-column .column-title {
    color: #00213F;
  }

  .distance-container {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 1;
  }

  .distance-container > * {
    background-color: rgba(255, 255, 255, 0.5);
    color: #000;
    font-size: 11px;
    line-height: 18px;
    display: block;
    margin: 0;
    padding: 5px 10px;
    border-radius: 3px;
  }
}
