.header__search {
    display: none;
}

.logo img {
    max-width: 4rem;
}

header a.logo.image-link {
    width: inherit;
}
/******** Footer **********/

#footer {
    background-color: #e8e8e8;
}

.contact-info__container {
    color: #656565;
}

.footer-inner__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    position: relative;
    width: 100%;
    background-color: #323232;
    height: 100%;
    z-index: 1;
    padding-top: 1rem;
}

.footer-inner__wrapper:before {
    position: absolute;
    top: 0px;
    background: #323232;
    padding: 0;
    margin-left: -9999px;
    z-index: -1;
    content: "";
    display: block;
    height: 100%;
    width: 99999px;
}


.acknowledgement {
    background-color: #323232;
}
.acknowledgement .acknowledgement-inner {
    max-width: 1210px;
    margin: 0px auto;
    padding-bottom: 20px;
}

.acknowledgement .acknowledgement-inner p {
    font-size: 15px;
    text-align: left;
    color: #fff;
}


@media (max-width: 1058px) {
    .acknowledgement .acknowledgement-inner p {
        padding: 12px 45px 30px 45px;
        text-align: center;
    }
    .acknowledgement .acknowledgement-inner {
        margin: 0px;
    }    
        
}

@media (min-width: 1059px) {
    .acknowledgement .acknowledgement-inner p {
        padding: 30px;
    }
}


.footer-inner {
    border-bottom: 1px solid #535353;
    padding-bottom: 20px;
}



#footer {
    padding: 0px;
}


.contact-info__item {
    margin: 5% 0;
}

.contact-info__container a, .company__text--name h4 {
    color: #3a828e;
}

.company__image {
    display: inline-block;
    width: 50vw;
    min-width: 8.625rem;
    min-height: 8.625rem;
    height: 50vw;
    max-width: 10.563rem;
    max-height: 10.563rem;
    margin-bottom: 1.875rem;
    position: relative;
}

.company__image img {
    max-width: 100%;
}

.footer-inner {
    background-color: #323232;
    width: 95%;
}

.text-uppercase {
    text-transform: uppercase;
}

.company__text {
    margin: 1em 0;
}

.contact-info__item h3 {
    font-size: 1.5em;
}

.contact-info__item .triple-zero {
    font-size: 1em;
}   

.contact-info__item span {
    font-size: 0.8em;
}

.company__text--phone {
    list-style: none;
    padding-left: 0;
    margin: 1.5em 0;
}

.company__text--phone a {
    text-transform: lowercase;
    float: right;
}

.company__text--phone li {
    position: relative;
    display: block;
    text-align: left;
    width: 75%;
    margin: 0 auto;
    font-size: 1.2em;
}

/******** End Footer **********/

/* Site Search */
.site-search, .media-search {
    display: -ms-flexbox;
    display: flex;
    /*width: 80%;*/
    margin: 0 auto;
}

.search-all__field {
    width: 100%;
}

.header .site-search input {
    width: inherit;
} 

.site-search input, .media-search input {
    border-radius: 0;
}

.search-all__field {
    padding: 0 0.75em;
}

.site-search input[type=submit], .site-search button {
    color: #fff;
    background: #3a828e;
    border: 0;
    height: 40px;
    width: 40px;
    display: inline-block;
    max-width: 48px;
    position: relative;
    z-index: 2;
}

.site-search i.glyphicon.glyphicon-search {
    /*position: relative;*/
    /*top: 13px;*/
    /*left: -26px;*/
    /*width: 16px;*/
    /*height: 16px;*/
    /*z-index: 2;*/
    /*color: #fff;*/
    /*cursor: pointer;*/
    display: none;
}

.site-search input[type=submit] {
    color: rgba(0,0,0,0);
    background-image: url(https://www.energyq.com.au/__data/assets/image/0012/414021/hourglass.png);
    cursor: pointer;
}

.site-search button[type=submit] {
    color: rgba(0,0,0,0);
    background-image: url(https://www.energyq.com.au/__data/assets/image/0012/414021/hourglass.png);
    cursor: pointer;
}


.article {
    border-top: 1px solid gray;
    padding-top: 1.5rem;
    margin: 1.5rem 0 1.5rem;
}

.article__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
}

.article__header a {
    color: #3a828e;
}

.article__header h3 {
    font-size: 1.5rem;
}

.pagination {
  margin-bottom: 3em;
}

.main__content .pagination {
  display: inline-block;
  list-style-type: none;
  margin-bottom: 0.5em;
}

.result-item__content,
.result-item__link {
  font-size: 1.25rem;
  line-height: 1;
}

.main__content .pagination {
  color: #444444;
  display: block;
  margin-right: 0.5em;
}

.main__content .pagination a {
/*.main__content .pagination a:visited {*/
  background: #f5f5f5;
  color: #00bac6;
  display: inline-block;
  font-weight: 400;
  padding: 0.5em 1em;
}

.main__content .pagination b {
  background: #00838c;
  border: 1px solid #efefef;
  color: #fff;
  display: inline-block;
  font-weight: 300;
  padding: 0.5em 1em;
  text-transform: uppercase;
}

.main__content .pagination strong {
    background: #00838c;
    border: 1px solid #efefef;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    padding: 0.5em 1em;
    text-transform: uppercase;
}



.pagination a:hover {
  background: #00bac6;
  color: #f5f5f5;
  display: inline-block;
  padding: 0.5em 1em;
  text-decoration: none;
}

.pagination-item a {
  display: inline-block;
  padding: 0.5em 1em;
}

.main__content .list a {
     color: #656565; 
}

.main__content .search__results-container a:link,
.main__content .search__results-container a:visited {
  color: #00bac6;
}

.next span.glyphicon, .prev span.glyphicon {
    top: 2px;
}

.next span.glyphicon {
    margin-left: .5em;
}

.prev span.glyphicon {
    margin-right: 0.5em;
}

.no-results {
    margin: 1rem 0 0 0;
}

.no-results li {
    margin: 1rem 0;
}

/* Media Search*/
.media-releases__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.media-releases__header h2 {
    margin: 1rem 0;
}

.media-releases__results-found {
    padding: 1rem 0 0 0;
}

.article .sub {
    font-size: 0.9rem;
}

.media-search {
    width: 100%;
    margin: auto 0;
}

.media-search button {
  color: #fff;
  background: #3a828e;
  border: 0;
  height: 40px;
  width: 40px;
  display: inline-block;
  /*max-width: 48px;*/
  /*font-size: 1.25em;*/
  position: relative;
  z-index: 2;
}

/* Media Articles */
.media-article__title {
    text-align: left;
}

.media-article__summary p {
    font-size: 1.2rem;
    margin: 1rem 0;
}

.media__mini-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}

.back-to-media {
    font-size: 1.2rem;
}

.back-to-media span {
    font-size: 0.9rem;
    margin-right: 1rem;
}

.media__mini-footer {
    flex-direction: column;
    margin-top: 1rem;
    height: 6rem;
}

@media screen and  (min-width: 37.5em) {
    .media__mini-footer {
        flex-direction: row;
        margin-top: 0rem;
        height: inherit;
    }
}

/**** End Media Articles ****/


/* Video Carousel Module */

.video-module .show-hide .panel-heading {
    border: 0px;
}

.video-module {
    position: relative;
    display: block;
    width: 100%;
}

.video-module .flexslider {
    border: none;
    margin-bottom: 0;
}

.video-module .panel.panel-default.show-hide .panel-heading, .video-module .panel.panel-default.show-hide .panel-body {
    background: #EEEEEE;
    color: #000;
}

.video-module .flexslider-video-container {
    display: block;
    position: relative;
    width: 100%;
    margin-left: 0;
}

.video-module .flex-direction-nav {
    display: none;
}

.video-module__video--touch-slider {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.touch-slider1 {
    bottom: 69%;
}

.touch-slider2 {
    top: 31%;
    bottom: 30%;
    right: 60%;
}

.touch-slider3 {
    top: 31%;
    bottom: 30%;
    left: 61%;
}

.touch-slider4 {
    top: 54%;
    bottom: 30%;
    left: 0%;
}

.video-module .flex-control-nav, .control-nav {
    position: relative;
    bottom: 0px;
}

.video-module .flex-control-nav li {
    margin-top: 1em;
}

.ytplayer {
    position: absolute: top: 0;
    z-index: 100;
}

.video-module__video--wrapper {
    position: relative;
    z-index: 1;
}

.video-module__text--caption {
    display: none;
}

.panel {
    border: 0;
    margin-bottom: 0;
}

.panel-body {
    border: 0;
    box-shadow: none;
}

.panel-default>.panel-heading {
    background-color: #EDEDED;
    border-bottom: 1px solid #C6C6C6;
    padding: 15px 20px;
}

.panel-body a, .panel-body a:hover, .panel-body a:focus {
    text-decoration: none;
}

.card-section.multi-button .panel-body a {
      text-decoration: underline;
}

.panel-body li {
    padding: 0 0 5px;
}

.panel-body li:last-child {
    padding: 0;
}


/*! Show/hide */

.show-hide {
    overflow: hidden;
    z-index: 1;
    position: relative;
    display: block;
}

.show-hide+.show-hide {
    margin-top: 0;
}

.show-hide .panel-heading {
    border: 1px solid rgb(221, 221, 221);
    overflow: auto;
    padding: 15px;
    position: relative;
    background: #007d85;
    color: #fff;
}

.show-hide.collapsed .panel-heading {
    background: #EDEDED;
    color: #2d7581; 
}

.show-hide .panel-heading:before {
    content: "-";
    width: 20px;
    height: 20px;
    position: absolute;
    left: 15px;
    top: 12px;
}

.show-hide .panel-title, .show-hide .panel-heading:before {
    color: inherit;
    font-size: 1rem;
}
.show-hide .panel-title {
    font-family: 'Lato',Arial,Helvetica,sans-serif;
    text-transform: none;
    margin-left: 20px;
    text-align: left;
    font-weight: bold;
}

.show-hide .panel-body {
    -webkit-transition: height 0.2s;
    transition: max-height 0.5s;
    max-height: 6000px;
}

.show-hide .panel-body a {
    text-decoration: underline;
}

.panel-body.show-hide-full-height {
    height: 100%;
    overflow-y: auto;
}

.show-hide.collapsed .panel-heading {
    border-bottom: transparent;
}

.show-hide.collapsed .panel-heading:before {
    content: "+";
}

.show-hide.collapsed .panel-body {
    max-height: 0;
    transition: max-height 0.1s;
    opacity: 0;
    filter: alpha(opacity=0);
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
}

.blog-content .show-hide .panel-body {
    height: auto;
    overflow-y: visible;
}

.blog-content .show-hide.collapsed .panel-body {
    height: 0;
    overflow: hidden;
}

.slow-hide .panel-body a {
    text-decoration: underline;
}

.Privacy h3:first-child {
    margin-top: 3.125rem;
}
/*Columns Module*/

.wrapper.columns__1 {   
    -ms-flex-pack : center;
    justify-content: center;
}

/* Multi-Column Module */

.multi-column__module {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 0;
    padding: 2rem 1rem;
}

.multi-column__module .wrapper {
    display: block;
}

.multi-column__module:before {
    position: absolute;
    top: 0px;
    padding: 0;
    margin-left: -9999px;
    z-index: -1;
    content: "";
    display: block;
    height: 100%;
    width: 99999px;
}

/* Multi-Column Module - Colours */
.multi-column__teal {
    background-color: #C6D8DB;
}

.multi-column__teal:before {
    background-color: #C6D8DB;
}

.multi-column__teal h3, .multi-column__gray h3 {
    color: #3a828e;
}

.multi-column__gray {
    background-color: #F5F5F5;
}

.multi-column__gray:before {
    background-color: #F5F5F5;
}

/* Multi-Column Module - End of Colours */

.multi-column__module  h2 {
    margin-bottom: 2rem;
}

.multi-column__module  h3 {
    font-size: 2rem;
    /*height: 4rem;*/
}

.multi-column__module p {
    margin-bottom: 2rem;
}

.multi-column__module .image-wrapper {
    width: 40vw;
    height: 40vw;
    min-width: 0;
    min-height: 0;
}


.multi-column__module .column + .column {
    margin-top: 0rem;
    margin-bottom: 2rem;
}


/* Video disclaimer */

.video-disclaimer {
    background-color: rgb(50, 50, 50);
    color: #fff;
    display: table;
    font-size: 0.9em;
    opacity: 0.9;
    padding: 15px 30px;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 1;
}

.video-disclaimer>div {
    display: table-cell;
    vertical-align: middle;
}

.video-disclaimer div.disclaimer-icon {
    padding: 0 30px 0 0;
}

.video-disclaimer div.disclaimer-icon .ergonicon {
    font-size: 32px;
}

.video-disclaimer div.disclaimer-close {
    padding: 0;
    text-align: center;
    width: 10px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.video-disclaimer div.disclaimer-close .ergonicon {
    cursor: pointer;
    font-size: 24px;
    margin: 0;
    padding: 0;
}

.ytplayer {
    position: absolute: top: 0;
    z-index: 100;
}

.video-module__video--wrapper {
    position: relative;
}

.video-module .flex-direction-nav {
    display: none;
}

.video-module__video--wrapper {
    position: relative;
}

.video-module__text--container {
    display: flex;
    justify-content: center;
}

.video-module__text--container--inner {
    width: 80%;
    align-self: center;
}

h3.video-module__text--title strong {
    font-size: 1.125em;
}

.video-module__text--caption p {
    z-index: 999999;
    position: relative;
}

.video-module__text--caption p {
    font-size: 0.75em;
}

div.video-module__text--container h3, div.video-module__text--container span.make-ellipsis.lines-3.ellipsis-content {
    color: white;
}

.video-module__text--container {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: 90%;
    margin-left: 1rem;
}

.video-module__text--container--inner {
    position: absolute;
    width: 100%;
    bottom: 0px;
    padding-bottom: 1rem;
    text-align: left;
}

.video-module__text--container--inner:before {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    padding: 0;
    margin-left: -1rem;
    z-index: 1;
    content: "";
    display: block;
    height: 100%;
    width: 111%;
    top: 0px;
    bottom: 0px;
}

.video-module__text--caption.ellipsis-container.lines-3, h3.video-module__text--title {
    z-index: 1;
    position: relative;
}

h3.video-module__text--title strong {
    font-size: 1.125em;
    z-index: 3;
    position: relative;
    display: block;
    color: white;
    z-index: 999999;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}

.video-module__text--caption p {
    font-size: 0.875em;
    color: #fff;
}

div.video-module__text--container h3, div.video-module__text--container span.make-ellipsis.lines-3.ellipsis-content {
    color: #fff;
}

div.video-module__text--container h3, div.video-module__text--container span.make-ellipsis.lines-3.ellipsis-content {
    color: white;
}

h3.video-module__text--title {
    z-index: 9999;
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    margin-top: 1rem;
}

@media screen and  (max-width: 62em) {
    .video-module__video--wrapper, .ytplayer {
        position: relative;
        z-index: 1;
    }
    .video-disclaimer > div.disclaimer-close {
        vertical-align: top;
    }
    
    .video-module .flex-direction-nav {
        display: none;
    }
    
}

.alert-banner {
    background-color: #e8e8e8;
    position: relative;
    width: 100%;
    min-height: 125px;
    margin-bottom: 1rem;
    display: none; 
}

.alert-banner .row {
    position: relative;
    width: 100%;
}

.alert-banner.active {
    display: flex;
}

.alert-banner__inner {
    padding: 1em 0;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}

button.alert-banner__text--close {
    background-color: #3a828e;
    border-color: #3a828e;
}

button.alert-banner__text--close:hover {
    background-color: #00bac6;
    border-color: #00bac6;
}

.alert-banner__icon {
    display: inline-block;
    float: left;
    position: relative;
    display: none;
}

.alert-banner__icon img {
    display: inline;
    float: left;
    position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.alert-banner__text--title h4, .alert-banner__text--close {
    display: inline-block;
}

.alert-banner__text--title h4 {
    margin: 0;
    color: #3a828e;
    font-size: 1.5rem;
}

.alert-banner__text--close {
    position: absolute;
    right: 0;
    /*   background: pink; */
    z-index: 1;
    margin: 0.5rem;
    cursor: pointer;
}

.alert-banner__text {
    display: inline-block;
    float: left;
    height: 100%;
    position: relative;
    margin: 0px .5em;
    padding-right: 3rem;
}

.alert-banner__text--close {
    display: inline-block;
}


@media screen and  (min-width: 37.5em) {
    .company__text--phone li {
        width: 55%;
    }
    
    .article__header h3 {
        font-size: 1.725rem;
    }    
}


@media screen and  (min-width: 43.75em) {
    
    .logo img {
        max-width: 102px;
    }    
    
    .alert-banner__inner {
        /*padding: 1em 2rem;*/
    }
    
    .alert-banner__text--description p {
        font-size: 1em;
    }
    .alert-banner__text {
        /*width: 86%;*/
        /*margin: 0px 1em;*/
    }
    
    .video-module .flex-direction-nav {
        display: none;
    }
}

@media screen and  (min-width: 48em) {
    .alert-banner:before {
        position: absolute;
        background: #e8e8e8;
        padding: 0;
        margin-left: -9999px;
        z-index: 0;
        content: "";
        display: block;
        min-height: 125px;
        width: 99999px;
        height: 100%;
    }
    
    .alert-banner__icon {
        font-size: xx-large;
    }
    
    .alert-banner__text {
        /*width: 83%;*/
        /*margin: 0px 1em;*/
    }
    
    .alert-banner__text--title h4 {
        font-size: 1.5em;
    }
    
    .alert-banner__text--description p {
        font-size: 1.125em;
    }
    
    /* Multi-Colum Module*/
    .multi-column__module .wrapper {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: space-around;
        justify-content: space-around;
    }

    .multi-column__module.columns-equal-module {
         padding-left: 0; 
         padding-right: 0; 
    }

    .multi-column__module h2, .multi-column__module > p {
        text-align: left;
    }
    
    .multi-column__module .wrapper p {
        margin-bottom: 0;
        font-size: 1.1rem;
    }
    
    .multi-column__module .image-wrapper {
        width: 20vw;
        height: 20vw;
    }
    
    .multi-column__module .columns__2 .column {
        width: calc((100% - 30px)/2);
        max-width: 35.625rem;
    }  
    
    .multi-column__module.thin .columns__2 .column {
        max-width: 17.625rem;
    }   
    
    .multi-column__module.thin .columns__3 .image-wrapper {
        width: 14vw;
        height: 14vw;
    }
    
    .multi-column__module .columns__3 .column {
        width: calc((100% - 30px)/3);
        max-width: 12.625rem;
    }  
        
    .multi-column__module.thin .columns__3 .column {
        max-width: 9.625rem;
    }  
    
    .multi-column__module .columns__4 .column {
        width: calc((100% - 30px)/4);
        max-width: 9.625rem;
    }  
    
    .multi-column__module.thin .columns__4 .column {
        max-width: 7.625rem;
    }
    
    .multi-column__module .columns__4 .image-wrapper {
        width: 16vw;
        height: 16vw;
    }
    
    .columns-equal-module .columns__4 .column {
        /*margin-left: 2.375rem;*/
        /*margin-right: 2.375rem;*/
    }    
    
    .multi-column__module.thin .columns__4 .image-wrapper {
        width: 11vw;
        height: 11vw;
    }
    
    .multi-column__module .column:first-child {
        margin-left: 0;
    }
    
    .multi-column__module .column:last-child {
        margin-right: 0;
    }
    /* Media Article */
    .media-article__date {
        font-size: 1.2rem;
    }
    
    .media-article__summary p {
        font-size: 1.5rem;
        font-weight: 800;
    }
    /* End Media Article */
    
    .article__header h3 {
        font-size: 2rem;
    }    
}

@media screen and  (min-width: 60em) {
    .alert-banner__text {
        width: 89%;
        margin: 0px 1em;
    }
            
    .video-module .flex-direction-nav {
        display: none;
    }
    
    .video-module__text--caption {
        display: block;
    }
    
    .alert-banner__icon {
        display: block;
    }
}

@media screen and (min-width: 62em) {
    
    .article__header {
        flex-direction: row;
    }
    
    .company__image img {
        max-width: 80%;
    }
    
    .company__image {
        width: 100%;
        min-width: 1em;
    }
    
    .company__text--name h4 {
        text-align: left;
    }
    
    .company__ergon, .company__energex {
        display: -ms-flexbox;
        display: flex;
    }   
    
    .company__energex {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end
        justify-content: flex-end;
    }
    
    .company__energex .company__text {
        -ms-flex-order: -1;
        order: -1;
    }

    .contact-info__item .triple-zero {
        font-size: 1.5em;
    }    
    
    .company__text {
        margin: 0;
        width: 56%;
    }
    
    .company__text--name h4 {
        font-size: 1.1em;
    }    
    .company__ergon .company__text {
        padding-left: 1rem;
    }
    
    .company__energex .company__text {
        padding-right: 1rem;
    }
    
    .company__text--phone li {
        font-size: 1em;
        margin: 0 0 0.75em 0;
        width: 100%;
        font-weight: bold;
    }
    
    .contact-info__item span {
        font-size: 1em;
    }
    
    .contact-info__item h3 {
        width: 100%;
        text-align: center;
        margin: 0em auto;
        font-size: 1.2em;
    }
    
    /* Media Search*/
    
    .media-search {
        width: 40%;
        height: 40px;
        vertical-align: middle;
    }
        
    .article .sub {
        font-size: 1.1rem;
    }
    /* Site Search */
    
    .header__search {
        display: block;
        height: 4rem;
    }
    
        /* Video Module */
    .video-module .flexslider-container {
        width: 180%;
        margin-left: -40%;
    }
    .video-module .flex-direction-nav {
        display: none;
    }
    .video-module .flexslider:hover .flex-direction-nav .flex-prev {
        left: 19%;
    }
    .video-module .flexslider:hover .flex-direction-nav .flex-next {
        right: 19%;
    }
    .video-module .slides li:before {
        background-size: cover;
        background-repeat: no-repeat;
        width: 100%;
        margin-right: 0px;
        float: left;
        display: block;
        -webkit-filter: blur(5px);
        -moz-filter: blur(5px);
        -o-filter: blur(5px);
        -ms-filter: blur(5px);
        filter: blur(5px);
        content: " ";
        position: absolute;
        top: 0;
        bottom: 0;
    }
    .video__flexslide__item {
        padding: 0 29rem;
        z-index: 1;
        display: block;
        position: relative;
    }
    .video-module .slides .panel {
        margin-bottom: 0;
        border: 0;
    }
    
    .multi-column__module.thin .columns__3 .image-wrapper {
        width: 18vw;
        height: 18vw;
    }
    
    .multi-column__module .columns__3 .column {
        width: calc((100% - 30px)/3);
        max-width: 16.625rem;
    }  
        
    .multi-column__module.thin .columns__3 .column {
        max-width: 11.625rem;
    }  
    
    .multi-column__module.thin .columns__4 .image-wrapper {
        width: 13vw;
        height: 13vw;
    }
    
     .multi-column__module.thin .columns__4 .column {
        max-width: 9.625rem;
    }        
    
    .multi-column__module.thick .columns__4 .column {
        max-width: 12.625rem;
    }
}

@media screen and (min-width: 75em) {
    
    .columns-equal-module.thin .column {
         margin-left: 0; 
         margin-right: 0; 
    }
    
    .multi-column__module.thin .columns__3 .image-wrapper {
        width: 13vw;
        height: 13vw;
    }
    
    .multi-column__module .columns__3 .column {
        width: calc((100% - 30px)/3);
        max-width: 19.625rem;
    }  
        
    .multi-column__module.thin .columns__3 .column {
        max-width: 15.625rem;
    }  
    
    .multi-column__module.thin .columns__4 .image-wrapper {
        width: 13vw;
        height: 13vw;
    }
    
     .multi-column__module.thin .columns__4 .column {
        max-width: 13.625rem;
    }        
    
    .multi-column__module.thick .columns__4 .column {
        max-width: 15.625rem;
    }
}

.media-articles header .page-title {
    color: rgba(0,0,0,0);
    visibility: hidden;
    position: relative;
    display: block;
    /*width: 100%;*/
}

.media-articles header .page-title:after {
    color: #757778;
    content: "Media";
    position: absolute;
    display: block;
    visibility: visible;
    /*width: 100%;*/
    /*left: 50%;*/
    left: 10%;
    top: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding-left: 1rem;
}

@media screen and (min-width: 48em) {
    
    .media-articles header .page-title:after {
        color: #757778;
        position: relative;
        visibility: visible;
        /*font-size: 1.5rem;*/
        left: 5%;
    }

}

@media screen and (min-width: 62em){ 
    .header__search {
        width: 15rem;
    }
    
    .header .site-search input {
        width: 80%
    }

    .header .site-search {
        width: 8rem;
    }
    
    .media-articles header .page-title {
        color: #757778;
        position: relative;
        visibility: visible;
        font-size: 1.5rem;
    }
    
    .media-articles header .page-title:after {
        content: "";
    }
}

@media screen and (min-width: 68em){ 
    .header .site-search {
        width: 15rem;
    }
    
    .header .site-search input {
        width: 80%
    }
}


/* Accessibility Audit */

header .page-title {
    color: #757778;
}

.header-inner .active span.link-text {
    background-color: #38808c;
}

.contact-info__container a, .company__text--name h4 {
    color: #2a727e;
}

.bg-teal-light h2.title {
    color: #39818d;
}

.bg-teal-light p {
    color: #5c5c5c
}

.bg-teal-light .underline {
   color: #39818d;
}

.bg-teal-light .box.bg-teal h3 {
    color: #fff;
}

.bg-teal-light .box h3 {
    /*color: #39818d;*/
    color: #1d6571;;
}

.box.bg-teal {
    background-color: #38808c;
}

.bg-teal-light .box.bg-teal p {
    color: #fff;
}

a {
   color: #007d85;
   text-decoration: underline;
}

a:hover, a:focus {
  color: #00bac6;
}

.form-module label {
    color: #2d7581;
}

#banner .caption p {
    text-shadow: 4px 5px 4px rgba(0, 0, 0, 1);
}

.simple.file-listing th {
    color:#327a86;
    font-weight:600;
}

@media screen and (max-width:62rem) {
    .header .nav-segments > li {
         background: #38808c;
    }
}

@media screen and (min-width: 62rem) {

    header .nav-segments > li > a {
        color: #6c6e6f;
    }

}

.alert-banner .alert-banner__text--description a {
    color: #00393D;
}

/* END Accessibility Audit */




