  /* LAYOUT */
.widget-row {
    margin: 0rem;
}
.wrapper > .inner {
    width: 100% !important;
}
.wrapper, 
.row > * {
  padding: 0;
}
.widget-row:nth-of-type(3) {
    background-color: var(--blue-2);
      padding: 2em;
}
.widget-row:nth-of-type(3) p, 
.widget-row:nth-of-type(3) h2, 
.widget-row:nth-of-type(3) li {
      color: white;
}
/* HEADER */
#header::before {
    content: "";
    background-image: url("/westtoeastlink/site/images/ccwellogo600.png");
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 4em;
    width: 18em;
    margin: 0.5em 1.8em;
    position: absolute;
}
#header.alt::before {
    display: none;
}
header.alt .special {
    background-color: #fff;
}
#banner:after {
    background-color: var(--blue-3);
}
#banner .more {
    background-color: rgba(3,3,3,0.8);
  }
#banner .more:focus, 
#banner .more:hover {
    background-color: var(--blue-3) !important;
    color: #fff !important;
    outline: 1px solid #000;
}
#banner h2 {
    display: none;
}
#one .widget-row:first-of-type {
    position: absolute;
    top: 0%;
    left: 5%;
    width: 60%;
    color: black;
    background-color: rgba(255,255,255,0.7);
    padding: 1em;
}
#one h1 {
    font-size: 4.5em;
    font-weight: 200;
    letter-spacing: 0.08em;
    margin-top: 1em;
    color: #000;
}
/* NEWS WIDGET */
.listing {
    padding: 1em 2.5em;
}
.listing--featured {
    background-color: var(--blue-4);
    padding: 1em 2.5em;
}
.listing__link:hover,
.listing__link:focus {
    outline: 1px solid var(--orange-1);
}
/* IMAGE SUPPLEMENT */
.widget-image .image__caption {
    border: 3px solid var(--blue-3);
    text-align: center;
    border-radius: 25em;
    padding: 0.5em;
    width: 80%;
    margin: 0 auto;
    background-color: var(--blue-1);
    color: var(--blue-3) !important;
    font-weight: 600;
    font-size: 1em;
}
.widget-image .image__caption:hover,
.widget-image .image__caption:focus {
    background-color: var(--blue-3);
    color: var(--blue-1) !important;
    transition: all 0.5s;
}
/* RESPONSIVE */
@media screen and (max-width: 950px){
    #one h1 {
        font-size: 3em;
    }
    #one .widget-row:first-of-type {
        font-size: 0.8em;
    }
}
@media screen and (max-width: 738px){
    #one .widget-row:first-of-type {
    position: initial;
    background-color: transparent;
    font-size: 1em;
    width: auto;
    }
    #banner h2 {
      position: initial;
      display: block;
    }
    #one h1 {
      display: none;
    }
}
@media screen and (max-height: 820px){
    #one .widget-row:first-of-type {
        font-size: 0.8em;
        line-height: 1.5em;
    }
}