.region-sidebar-first,
.region-sidebar-second,
.region-footer,
.region-content {
  padding: 0;
}

/* 1. Mobile Default (0px to 739px) */
.container-12 {
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px; /* Added padding so text doesn't hit the screen edge */
  width: auto; /* Let it be fluid on mobile */
  max-width: 100%;
}

.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8,
.grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15,
.grid-16, .grid-17, .grid-18, .grid-19, .grid-20, .grid-21, .grid-22,
.grid-23, .grid-24 {
  position: relative;
  margin-left: 0; /* Stack them vertically on mobile */
  margin-right: 0;
  width: 100%; /* Full width by default */
  float: none; /* No floating on mobile */
}

/* 2. Tablet / Narrow Desktop (740px+) */
@media (min-width: 740px) {
  .container-12 {
    width: 720px;
    padding: 0;
  }
  /* Start floating and margins only once we hit tablet size */
  .grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8,
  .grid-9, .grid-10, .grid-11, .grid-12, .grid-13, .grid-14, .grid-15,
  .grid-16, .grid-17, .grid-18, .grid-19, .grid-20, .grid-21, .grid-22,
  .grid-23, .grid-24 {
    float: left;
    display: inline;
    margin-left: 10px;
    margin-right: 10px;
  }
  .container-12 .grid-12 {
    width: 700px;
  }
  .container-12 .grid-8 {
    width: 460px;
  }
}
/* 3. Normal Desktop (980px+) */
@media (min-width: 980px) {
  .container-12 {
    width: 960px;
  }
  .container-12 .grid-12 {
    width: 940px;
  }
  .container-12 .grid-8 {
    width: 620px;
  }
}
/* 4. Wide Desktop (1220px+) */
@media (min-width: 1220px) {
  .container-12 {
    width: 1200px;
  }
  .container-12 .grid-12 {
    width: 1180px;
  }
  .container-12 .grid-8 {
    width: 780px;
  }
}
main .tabs-primary {
  margin: 0;
}

/* Drupal 7 theme styles */
/* This file will hold styles for the mobile version of your website (mobile first). */
/* This also can include ANY global CSS that applies site-wide. Unless overwritten by a more specific style rule, CSS declarations in global.css will apply site-wide. */
html {
  background-color: #00579E;
}

body {
  font-family: helvetica, Arial, sans-serif;
  color: #282828;
  font-size: 12px;
}

h1,
h2,
h3,
h4,
h5,
h6,
h7,
h8,
h9 {
  clear: left;
  font-family: inherit;
  letter-spacing: -0.05em;
}

h1.site-name,
h2.site-name {
  font-size: 36px;
}

h2.block-title {
  font-size: 18px;
  margin: 0;
}

h2.node-title {
  font-size: 28px;
}

h3 {
  font-size: 21px;
  font-weight: bold;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

a,
a:link,
a:visited {
  text-decoration: none;
  color: #00579E;
}

a:hover,
a:active {
  text-decoration: underline;
}

a.close {
  border: none;
  width: 16px;
  height: 16px;
}

.block-title {
  display: none;
}

.view-taxonomy-term .view-header {
  display: none;
}

#page {
  background-color: #00579E;
  background-image: url("../images/gradation_black_to_clear.png");
  background-position: top;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

#zone-content-wrapper {
  background-color: #00579E;
  background-image: url("../images/gradation_black_to_clear.png");
  background-position: top;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

#zone-content {
  background-color: white;
}

#zone-branding-wrapper {
  background-color: white;
  background-image: url("../images/gradation_gray_to_white.png");
  background-position: 0% 100%;
  background-repeat: repeat-x;
}

#zone-branding-wrapper,
#zone-menu,
#zone-content {
  background-color: #D1D1D1;
}

#zone-branding div {
  text-transform: uppercase;
  display: inline-block;
}

#zone-branding p {
  margin: auto 0;
}

#zone-branding {
  background-color: white;
  position: relative;
}

#zone-content {
  padding-bottom: 10px;
}

#region-menu {
  background-color: #00579E;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
}

#main-menu {
  font-size: 0.8em;
}

#main-menu a {
  color: #d1d1d1;
  text-decoration: none;
}

#main-menu a:hover {
  text-decoration: underline;
}

.views-field-field-image {
  text-align: center;
}

.field-name-title-field,
.swx-views-field-title {
  font-family: LeagueGothicRegular;
  font-size: 1.75em;
  text-transform: uppercase;
}

.block-system-main-block {
  margin: 10px;
}

.field-item,
.field-label {
  margin: 10px;
}

.node--type-phenomenon .field__item,
.node--type-phenomenon .field__label,
.node--type-impact .field__item,
.node--type-impact .field__label {
  margin: 10px;
}
.node--type-phenomenon .field--name-title,
.node--type-impact .field--name-title {
  margin: 10px;
  display: inline-block;
}

.ui-widget-content.ui-widget .ui-tabs-nav a {
  color: #333;
}

.views-view-grid tr td {
  vertical-align: top;
  background-color: #D1D1D1;
  border: solid 1px black;
  padding: 10px;
}

.views-view-grid tr td img {
  width: 100%;
  height: auto;
  margin: 0;
}

.views-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
}

.views-col {
  width: 100% !important;
  display: flex;
}

/* Products and Dashboards page layout. */
.product-grid-cell-title {
  font-family: LeagueGothicRegular;
  font-size: 1.75em;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: normal;
  font-weight: normal;
}

.product-grid {
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 10px;
  border: none;
  margin: -10px;
  width: calc(100% + 20px);
}

.product-grid tr td {
  vertical-align: top;
  background-color: #D1D1D1;
  border: solid 1px black;
  padding: 4px 8px;
  text-align: center;
}

.product-grid tr td img {
  width: 100%;
  height: auto;
  margin: 0;
}

.credit {
  margin: 0.25em 0;
}

@font-face {
  font-family: "LeagueGothicRegular";
  src: url("../fonts/League_Gothic-webfont.eot");
  src: url("../fonts/League_Gothic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/League_Gothic-webfont.woff") format("woff"), url("../fonts/League_Gothic-webfont.ttf") format("truetype"), url("../fonts/League_Gothic-webfont.svg#LeagueGothicRegular") format("svg");
}
nav.node-links {
  display: none;
}

h1 span.field--name-title {
  background-color: #D1D1D1;
  color: #264178;
  text-transform: uppercase;
  margin: 0;
  margin-top: -1px;
  border-right: none;
  border-left: none;
  font-family: inherit;
  font-size: 2em;
  font-size: 24px;
  font-weight: 700;
}

#block-system-main {
  border: solid 1px black;
  background-color: white;
}

#block-system-main tbody td {
  vertical-align: top;
}
#block-system-main .noaa_probability_block .label {
  display: table-cell;
}
#block-system-main .noaa_probability_block tbody td {
  vertical-align: middle;
}

#block-system-navigation {
  background-color: #002A5B;
}

/* Breadcrumb styling */
#breadcrumb {
  margin-left: 10px;
  line-height: 25px;
}

#breadcrumb * {
  margin: 0;
  padding: 0;
}

#breadcrumb a {
  text-decoration: none;
  color: #00579E;
}

#breadcrumb a:hover {
  text-decoration: underline;
}

#block-swpc-page-title {
  border-left: none;
  border-right: none;
  border-bottom: solid 1px black;
  margin-left: -1px;
  margin-right: -1px;
}

/* Search styling */
#search-block-form {
  text-align: right;
}

#search-block-form .form-text {
  width: 15em;
}

#zone-header {
  background-color: rgb(209, 209, 209);
  padding: 0.25em 0;
}

#region-header-first {
  min-height: 1em;
}

#educationOutreachArea #tablelinks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#educationOutreachArea #tablelinks div {
  flex-basis: 40%;
  box-sizing: border-box;
  padding: 10px;
}

.view-header {
  margin: 10px 10px 0 10px;
  overflow: auto;
  background-color: #D1D1D1;
  border: solid 1px black;
  padding: 10px;
}

.view-header img {
  float: right;
  width: 66%;
  margin-left: 10px;
}

.view-header h1 {
  font-family: "LeagueGothicRegular";
  font-size: 1.75em;
  text-transform: uppercase;
  margin: 0;
}

#region-footer-first,
#region-footer-second,
#region-footer-third {
  margin: 0;
  width: 100%;
}

#region-footer-first {
  background-color: #00579E;
  text-align: right;
}

#region-footer-first p {
  margin: 0;
}

#section-footer .region-inner {
  padding: 5px;
}

.region-footer-first-inner {
  padding: 0 !important;
}

#region-footer-second {
  background-color: #002A5B;
}

#region-footer-third {
  background-color: white;
}

#region-footer-second .menu ul li {
  list-style-type: none;
}

table {
  margin-bottom: 0;
}

#region-footer-third p {
  margin: 0;
}

/* Dynamic resizing logo and disclaimer */
#usaGovLogo {
  float: left;
  width: 200px;
  margin-bottom: 1em;
}

#disclaimer {
  clear: both;
  margin-left: auto;
}

@media screen and (min-width: 670px) {
  #disclaimer {
    clear: none;
    margin-left: 210px;
  }
  #usaGovLogo {
    margin-bottom: auto;
  }
}
.disclaimer-header {
  color: #00579E;
  font-size: larger;
  font-weight: bolder;
  text-transform: uppercase;
}

#block-menu-menu-footer-menu a,
#block-menu-block-1 a {
  text-decoration: none;
}

#block-menu-menu-footer-menu a:hover,
#block-menu-block-1 a:hover,
#block-menu-menu-footer-menu a:active,
#block-menu-block-1 a:active {
  text-decoration: underline;
}

#block-menu-menu-footer-menu ul.menu li,
#block-menu-block-1 ul.menu li {
  list-style: none;
}

#block-menu-menu-footer-menu > div > div > ul > li a,
#block-menu-block-1 > div > div > div > ul > li a {
  color: #D4E5EC;
}

#block-menu-menu-footer-menu > div > div > ul > li > a,
#block-menu-block-1 > div > div > div > ul > li > a {
  color: #5FA5F3;
  font-size: larger;
  font-weight: bolder;
  text-transform: uppercase;
}

#block-menu-menu-footer-menu,
#block-menu-block-1 {
  -moz-column-count: 3;
  /* Firefox */
  -webkit-column-count: 3;
  /* Safari and Chrome */
  column-count: 3;
}

.expanded {
  -webkit-break-inside: avoid;
  -moz-break-inside: avoid;
  break-inside: avoid;
}

.field-items sub {
  vertical-align: sub;
  font-size: smaller;
}

.field-items sup {
  vertical-align: super;
  font-size: smaller;
}

#region-branding {
  background-image: url("../images/header_background.svg");
  background-position: right;
  background-repeat: no-repeat;
  background-size: contain;
}

#organizations {
  padding-top: 1.5rem;
  vertical-align: middle;
  height: 75px;
}

.logo {
  width: 65px;
  height: 65px;
  margin: 5px 5px 5px 0;
}

#organization_name {
  font-size: 1.5em;
  line-height: 0.9em;
  text-transform: uppercase;
}

#parent_organization_name {
  text-transform: uppercase;
}

#clock {
  background-color: rgba(255, 255, 255, 0.75);
  padding: 0 10px;
  position: absolute;
  right: 0;
  bottom: 0;
  text-transform: none !important;
}

#swx_communities {
  border-top: solid 1px black;
  border-bottom: solid 1px black;
  margin: 10px 0px -1px 0px;
  padding: 0px 10px 0px 10px;
  background-color: #D1D1D1;
}

#swx_communities ul {
  list-style: none;
  margin-bottom: 10px;
}

#swx_communities ul > li {
  width: 23%;
  display: inline-block;
  text-align: left;
}

#swx_communities a {
  font-weight: bolder;
  color: #000000;
  text-decoration: none;
}

@media screen and (max-width: 979px) {
  #swx_communities ul > li {
    display: inline;
    width: auto;
  }
  #swx_communities ul > li:after {
    content: " | ";
  }
  #swx_communities ul > li:last-child:after {
    content: "";
  }
}
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
}

.bx-pager {
  display: none;
}

.bx-viewport {
  margin-left: 5px;
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

.G_Scales,
R_Scales,
S_Scales table,
th,
td {
  border: 1px solid;
}

.block-inner {
  margin-bottom: -1px;
}

.block-subject-teasers-block {
  background-color: white;
  border: solid 1px black;
}

.node--type-product iframe {
  width: 100%;
  height: 400px;
  border: none;
}

#search-block-form input.form-text {
  background: white;
  border-radius: 25px;
}

/* Lightbox Styling */
#lightBox {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  text-align: center;
  overflow: auto;
}

#lightBox div.animation,
#lightBox img.lightBoxable {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  overflow: visible;
}

#lightBox div.animation.tooTall,
#lightBox img.lightBoxable.tooTall {
  transform: none;
  top: 0;
}

/* Section Page Styling */
/* CSS Reset */
.menu-block-2 ul,
.menu-block-2 li {
  padding: 0;
  margin: 0;
  font-size: 100%;
  line-height: 1;
}

.menu-block-2 ul li {
  list-style: none;
}

.menu-block-2 {
  column-count: 3;
  column-gap: 1em;
  -webkit-column-count: 3;
  -webkit-column-gap: 1em;
  -moz-column-count: 3;
  -moz-column-gap: 1em;
  padding: 10px;
}

.menu-block-2 .expanded:not(.leaf) {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  -moz-page-break-inside: avoid;
  page-break-inside: avoid;
}

.menu-block-2 li.expanded:not(.leaf) > a {
  background-color: #D1D1D1;
  display: block;
  padding: 0.25em;
  font-weight: bold;
  font-size: 1.5em;
}

.menu-block-2 li {
  line-height: 2em;
}

/* Dynamically scale Impacts, Phenomena and Top News header images. */
.field-name-field-main-impact-image img,
.field-name-field-main-image img,
article.node-top-news img {
  display: inline-block;
  width: 100%;
  height: auto;
}

.field-name-field-main-impact-image img,
.field-name-field-main-image img {
  max-width: 620px;
}

article.node-top-news img {
  max-width: 940px;
}

/* Dynamically scale product page content. */
article.node--type-product div.field-content,
article.node--type-product div.field-content {
  display: inline-block;
}

article.node--type-product div.field-content img,
article.node--type-product div.field-content canvas {
  width: 100%;
}

/* Correct for misaligned side margins. */
div.view-top-news-archive {
  margin: 0 -11px;
}

/* Updated timestamp style for top news item */
article.node-top-news div.field-name-title-field {
  margin-bottom: 0px;
  line-height: 1;
}

.updated-date {
  margin-left: 10px;
  font-weight: normal;
  color: rgb(102, 102, 102);
}

table.cols-2 td {
  width: 50%;
}

table.cols-3 td {
  width: 33.33%;
}

.attribution {
  margin: 0.5em 0;
  color: gray;
  text-align: right;
}

/* Override the library's default padding. */
.ui-tabs .ui-tabs-panel {
  padding: 10px;
}

.tab-content {
  padding: 10px;
}

#block-swpc-content {
  padding-bottom: 10px;
}

footer {
  padding: 0;
}

.body.is-front .breadcrumb {
  display: none;
}

.views-view-grid .node--type-phenomenon {
  background-color: #D1D1D1;
  border: solid 1px black;
  padding: 10px;
}
.views-view-grid .node--type-phenomenon .node__links {
  display: none;
}

.views-view-grid .node--type-impact {
  background-color: #D1D1D1;
  border: solid 1px black;
  padding: 10px;
}
.views-view-grid .node--type-impact .node__links {
  display: none;
}

.field--name-title {
  font-family: "LeagueGothicRegular";
  font-size: 1.75em;
  text-transform: uppercase;
  margin: 0;
  color: black;
}

.field--name-field-body-title {
  font-family: "LeagueGothicRegular";
  font-size: 21px;
  text-transform: uppercase;
  margin: 10px 0px;
}

.view-impacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.view-impacts .view-content {
  flex: 1;
  padding: 0px 10px 0px 10px;
}
.view-impacts .field--name-field-main-impact-image {
  display: flex;
  justify-content: center;
}
.view-impacts .field--name-field-main-impact-image a {
  width: 100%;
}
.view-impacts .field--name-field-main-impact-image img {
  width: 100%;
}

.view-phenomena {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.view-phenomena .view-content {
  flex: 1;
  padding: 0px 10px 0px 10px;
}
.view-phenomena .field--name-field-main-image {
  display: flex;
  justify-content: center;
}
.view-phenomena .field--name-field-main-image a {
  width: 100%;
}
.view-phenomena .field--name-field-main-image img {
  width: 100%;
}

.block-page-title-block h1 {
  background-color: #D1D1D1;
  color: #264178;
  text-transform: uppercase;
  margin: 0;
  margin-top: -1px;
  padding: 0 0.5em;
  border-right: none;
  border-left: none;
  font-family: inherit;
  font-size: 2em;
  font-size: 24px;
  font-weight: 700;
}

.pagination {
  padding-bottom: 0px;
  padding-top: 0px;
  margin-bottom: 0px;
}

.top-news-image {
  width: 50%;
  height: 349px;
  background: black;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 980px) {
  .top-news-image {
    display: none;
  }
}

@media screen and (min-width: 980px) {
  .top-news-blurbs {
    width: 50%;
  }
}

.view-slider-nodequeue {
  margin-bottom: -10px;
}

.top-news-image img {
  width: 100%;
  height: 349px;
}

.top-news-blurbs {
  height: 349px;
  display: flex;
  flex-direction: column;
}

.views-slideshow-pager-field-item {
  height: 85px;
  width: auto;
  position: relative;
  background-color: #EEEEEE;
  vertical-align: middle;
  padding-left: 10px;
  border-width: 1px 0px 0px 0px;
  line-height: 16px;
}

.views-slideshow-pager-field-item.active {
  background-color: #FFFFFF;
}

@media screen and (min-width: 980px) {
  .views-slideshow-pager-field-item.active:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    left: -21px;
    top: 0px;
    border-style: solid;
    border-width: 45px 22px 43px 0;
    border-color: transparent #FFFFFF transparent transparent;
    border-color: transparent white transparent transparent;
    z-index: 6;
  }
}

@media screen and (min-width: 980px) {
  .views-slideshow-pager-field-item.active:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    left: -22px;
    top: -1px;
    border-style: solid;
    border-width: 46px 22px 44px 0;
    border-color: transparent #000000 transparent transparent;
    border-color: transparent black transparent transparent;
    z-index: 5;
  }
}

.views-slideshow-pager-field-item {
  margin-top: -1px;
  padding-top: 1px;
  flex: 1;
}

.rtecenter {
  text-align: center;
}

.node--type-top-news {
  margin: 10px;
}

table {
  width: 100%;
}

td,
th {
  padding: 4px 8px;
  vertical-align: middle;
}

.btn:hover {
  background: #FFFFFF;
  color: #333;
}

header .show {
  background-color: white;
}
header a.nav-link:hover {
  color: #FFFFFF;
}
header .dropdown-mega-menu a:hover {
  text-decoration: underline;
}
header .navbar {
  padding-top: 0px;
  padding-bottom: 0px;
}

.node--type-phenomenon h2 {
  display: none;
}

.node--type-impact h2 {
  display: none;
}

/* The animation controls style and behavior. */
.animation {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.progressBar {
  position: absolute;
  top: 50%;
  left: 10%;
  width: 80%;
  height: 10px;
  margin-top: -40px;
}

.animationToolbar {
  position: relative;
  display: block;
  text-align: left;
  padding: 5px;
  background-color: #3f3f3f;
  overflow: hidden;
}

button.animationButton {
  float: left;
}

div.animationToolbarSlider {
  width: auto;
  height: 20%;
  margin: auto 13px auto 57px;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

button.animationButton.play {
  height: 40px;
  width: 40px;
  border-radius: 40px;
  border: 5px solid #CCC;
  background-color: #CCC;
  background: url("../images/media_control_icons.svg");
  background-size: 200% 200%;
  background-repeat: no-repeat;
  background-position: bottom left;
}

button.animationButton.pause {
  background-size: 200% 200%;
  background-position: bottom right;
}

button.animationButton.play:active {
  border-color: #FFF;
  background-position: top left;
}

button.animationButton.pause:active {
  border-color: #FFF;
  background-position: top right;
}

.animationCanvas {
  width: 100%;
  display: block;
}

/* Hide the selection outline after a button is clicked. This is purely aesthetic. */
button.animationButton:focus {
  outline: none;
}

button.animationButton::-moz-focus-inner {
  border: 0;
}

/* Big Ass Menu (BAM) Definitions */
section.block-system-main-menu div.content > ul {
  position: relative;
}

#block-swpc-main-navigation .dropdown-mega-menu {
  font-size: 12px;
}

ul.navbar-nav.justify-content-end.flex-wrap.nav-level-0 {
  display: block;
}

/* Make BAM white. */
section.block-system-main-menu a {
  color: white;
}

.dropdown-mega-menu ul {
  padding: 0;
}

.dropdown-mega-menu li {
  list-style: none inside none;
  padding-left: 0;
}

.dropdown-mega-menu li > a {
  text-transform: none;
  color: rgb(40, 40, 40) !important;
  font-size: 12px;
}

.dropdown-mega-menu > li {
  margin: 1em;
  display: inline-block;
  vertical-align: top;
  width: auto;
  padding: 0.2em 0.5em 0 0;
}

.dropdown-mega-menu > li > a {
  font-size: 15px;
  text-decoration: none;
  text-transform: uppercase;
}

.dropdown-mega-menu a.main-menu-links__item {
  color: black;
}

.dropdown-mega-menu ul.main-menu-level-2 {
  max-width: 25em;
}

.dropdown-mega-menu {
  border: solid 10px #00579E;
  border-top: none;
  padding: 1em;
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 0;
  top: 90% !important;
  left: 0;
  right: 0;
  z-index: 10;
  background-color: rgba(255, 255, 255, 0.95);
}

.ui-tabs > nav {
  background: linear-gradient(#FFF, #CCC);
  border-radius: 4px;
  padding: 0.3em 0.3em 0 0.2em;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-radius: 4px;
}

#tabs nav {
  border: 1px solid #aaa;
  background: #ccc url(../images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222;
  font-weight: 700;
}
#tabs nav .nav-link {
  background: #e6e6e6 url(../images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  float: left;
  margin: 1px 0.2em 0 0;
  padding: 0.5em 1em;
  text-decoration: none;
  color: #555;
  border: 1px solid #d3d3d3;
  border-bottom-width: 0;
  height: auto;
  width: auto;
  z-index: auto;
}
#tabs nav .nav-link.active {
  background: #FFF;
  margin-bottom: -1px;
  padding-bottom: 6px;
}

.ui-widget p, .ui-widget a {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

.ui-widget-content.ui-widget a {
  color: #00579E;
}

.ui-widget-header {
  border: 1px solid #aaa;
  background: #ccc url(/themes/custom/swpc/libraries/jquery.ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png) 50% 50% repeat-x;
  color: #222;
  font-weight: 700;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(/themes/custom/swpc/libraries/jquery.ui/images/ui-bg_glass_75_e6e6e6_1x400.png) 50% 50% repeat-x;
  font-weight: 400;
  color: #555;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #aaa;
  background: #fff url(/themes/custom/swpc/libraries/jquery.ui/images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
  font-weight: 400;
  color: #212121;
}

#block-swpc-mainmenu .navbar {
  padding: 0;
}
#block-swpc-mainmenu .navbar .navbar-nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 120px;
}
#block-swpc-mainmenu .navbar .navbar-nav a {
  padding: 4px;
}

#block-swpc-mainmenu-2 .nav-link {
  background-color: #D1D1D1;
  display: block;
  padding: 0.25em;
  font-weight: bold;
  font-size: 1.5em;
}
#block-swpc-mainmenu-2 .dropdown-menu {
  display: flex;
  position: inherit;
  flex-direction: column;
}
#block-swpc-mainmenu-2 .dropdown-mega-menu {
  border: none;
  margin: 0 0 0 0.5em;
  padding: unset;
}
#block-swpc-mainmenu-2 .dropdown-mega-menu li {
  margin: unset;
  overflow-wrap: break-word;
  break-inside: avoid;
}
#block-swpc-mainmenu-2 .dropdown-mega-menu a {
  color: #00579E !important;
  font-size: 12px;
  text-transform: none;
  white-space: normal;
  text-wrap: wrap;
}
#block-swpc-mainmenu-2 .dropdown-toggle::after {
  display: none;
}
#block-swpc-mainmenu-2 .position-static {
  position: unset !important;
  width: 33%;
}
#block-swpc-mainmenu-2 .container-fluid {
  display: unset;
}
#block-swpc-mainmenu-2 .navbar-nav {
  display: flex;
  flex-flow: column wrap;
  max-height: 850px;
  align-content: flex-start;
  gap: 0.5rem 1.5rem;
  list-style: none;
  padding: 1rem;
  overflow: hidden;
  box-sizing: border-box;
}

#block-swpc-mainmenu-3 .navbar {
  padding: 0;
}
#block-swpc-mainmenu-3 .navbar .navbar-nav {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
  height: 100px;
}
#block-swpc-mainmenu-3 .navbar .navbar-nav a {
  padding: 4px;
}

.views-slideshow-pager-field-item {
  width: auto;
  background-color: #FFFFFF;
  border-style: solid;
  border-color: #000000;
  border-width: 1px 0px 1px 0px;
  padding: 1px 5px 0px 5px;
  margin-top: -1px;
  flex: 1;
}

.views-field-changed,
.view-label-changed,
.views-content-changed {
  display: inline;
  font-weight: normal;
  font-style: italic;
  font-size: 95%;
  color: rgb(102, 102, 102);
}

.top-news-image {
  width: 50%;
  height: 349px;
  background: black;
  display: flex;
  justify-content: center;
}
.top-news-image img {
  width: 100%;
  height: 349px;
}

.view-slider-nodequeue {
  margin-bottom: -10px;
}

.top-news-blurbs {
  height: 349px;
  display: flex;
  flex-direction: column;
}

.views-slideshow-pager-field-item.active {
  background-color: #FFFFFF;
}

@media screen and (min-width: 980px) {
  #views_slideshow_cycle_main_slider_nodequeue-block_1_1 {
    float: left;
    display: block;
  }
  #views_slideshow_pager_field_item_bottom_slider_nodequeue-block_1_1_3 {
    border-bottom-width: 0px;
  }
  #block-views-slider-nodequeue-block-1 {
    overflow: hidden;
  }
  .views-slideshow-pager-field-item {
    height: 85px;
    position: relative;
    background-color: #EEEEEE;
    vertical-align: middle;
    padding-left: 10px;
    line-height: 16px;
  }
  .top-news-blurbs {
    width: 50%;
  }
  .views-slideshow-pager-field-item.active:before {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    left: -21px;
    top: 0px;
    border-style: solid;
    border-width: 44px 22px 43px 0;
    border-color: transparent white transparent transparent;
    z-index: 6;
  }
  .views-slideshow-pager-field-item.active:after {
    content: "";
    width: 0px;
    height: 0px;
    position: absolute;
    left: -22px;
    top: -1px;
    border-style: solid;
    border-width: 45px 23px 44px 0;
    border-color: transparent black transparent transparent;
    z-index: 5;
  }
}
@media screen and (max-width: 980px) {
  .top-news-image {
    display: none;
  }
}
/* mobile styling of heder */
@media (max-width: 768px) {
  #zone-header {
    padding: 0 15px;
  }
  .field-name-title-field, .swx-views-field-title {
    font-size: 16px;
  }
  h1 span.field--name-title {
    font-size: 18px;
  }
  header #block-swpc-main-navigation ul.navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }
  header #block-swpc-main-navigation a.nav-link {
    text-transform: none;
    padding: 0.25rem;
  }
  header #zone-branding .region-branding-inner {
    width: 100%;
  }
  header #zone-branding .region-header {
    display: grid;
    grid-template-columns: 10% 10% 80%;
    gap: 5px;
  }
  header #zone-branding .logo {
    max-width: 35px;
    max-height: 35px;
    width: auto;
    margin: 5px 5px 5px 0;
  }
  header #zone-branding #organizations {
    height: 30px;
    padding-top: 6px;
  }
  header #zone-branding #organization_name {
    font-size: 13px;
    font-weight: normal;
    text-transform: none;
  }
  header #zone-branding #parent_organization_name {
    font-weight: normal;
    text-transform: none;
  }
}
/* UI Consistency */
::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input[type=search]::-webkit-search-decoration {
  display: none;
}

input,
button,
select,
textarea {
  margin: 0;
  vertical-align: middle;
}

button,
input[type=reset],
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border-radius: 4px;
  background: #ddd url(../images/button.png) repeat-x;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(1, #ddd));
  background: -moz-linear-gradient(top center, #fff 0%, #ddd 100%);
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  outline: 0;
  overflow: visible;
  padding: 5px 10px 3px;
  text-shadow: #fff 0 1px 1px;
  width: auto;
  *padding-top: 2px; /* IE7 */
  *padding-bottom: 0px; /* IE7 */
}

button {
  *padding-top: 1px; /* IE7 */
  *padding-bottom: 1px; /* IE7 */
}

textarea,
select,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=email],
input[type=month],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=time],
input[type=url],
input[type=week] {
  -webkit-appearance: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -moz-background-clip: padding;
  -webkit-background-clip: padding;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  outline: 0;
  padding: 2px 3px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  height: 1.8em;
  *padding-top: 2px; /* IE7 */
  *padding-bottom: 1px; /* IE7 */
  *height: auto; /* IE7 */
}

/* Separate rule for Firefox. Cannot stack with WebKit's. */
input.placeholder_text,
textarea.placeholder_text,
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #888;
}

::-webkit-input-placeholder {
  color: #888;
}

button:focus,
button:active,
input:focus,
input:active,
select:focus,
select:active,
textarea:focus,
textarea:active {
  -moz-box-shadow: #06f 0 0 7px;
  -webkit-box-shadow: #06f 0 0 7px;
  box-shadow: #06f 0 0 7px;
  z-index: 1; /* For Opera */
}

input[type=file]:focus,
input[type=file]:active,
input[type=radio]:focus,
input[type=radio]:active,
input[type=checkbox]:focus,
input[type=checkbox]:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

select[disabled],
textarea[disabled],
input[type=date][disabled],
input[type=datetime][disabled],
input[type=datetime-local][disabled],
input[type=email][disabled],
input[type=month][disabled],
input[type=number][disabled],
input[type=password][disabled],
input[type=search][disabled],
input[type=tel][disabled],
input[type=text][disabled],
input[type=time][disabled],
input[type=url][disabled],
input[type=week][disabled] {
  background-color: #eee;
}

button[disabled],
input[disabled],
select[disabled],
select[disabled] option,
select[disabled] optgroup,
textarea[disabled] {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  color: #888;
  cursor: default;
}

textarea,
select[size],
select[multiple] {
  height: auto;
}

/* Tweaks for Safari + Chrome. */
@media (-webkit-min-device-pixel-ratio: 0) {
  select {
    background-image: url(../images/select-arrow.gif);
    background-repeat: no-repeat;
    background-position: right center;
    padding-right: 20px;
  }
  select[size],
  select[multiple] {
    background-image: none;
    padding: 0;
  }
}
textarea {
  min-height: 40px;
  overflow: auto;
  resize: vertical;
  width: 100%;
}

optgroup {
  color: #000;
  font-style: normal;
  font-weight: normal;
}

/* IE6 */
.ie6-button,
* html button {
  background: #ddd url(../images/button.png) repeat-x;
  border: 1px solid;
  border-color: #ddd #bbb #999;
  cursor: pointer;
  color: #333;
  font: bold 12px/1.2 Arial, sans-serif;
  padding: 2px 10px 0px;
  overflow: visible;
  width: auto;
}

* html button {
  padding-top: 1px;
  padding-bottom: 1px;
}

.ie6-input,
* html textarea,
* html select {
  background: #fff;
  border: 1px solid;
  border-color: #848484 #c1c1c1 #e1e1e1;
  color: #000;
  padding: 2px 3px 1px;
  font-size: 13px;
  font-family: Arial, sans-serif;
  vertical-align: top;
}

* html select {
  margin-top: 1px;
}

.placeholder_text,
.ie6-input-disabled,
.ie6-button-disabled {
  color: #888;
}

.ie6-input-disabled {
  background: #eee;
}

/*# sourceMappingURL=style.css.map */
