/** Revslider Autoplay Fix **/
.rs-background-video-layer iframe {
    visibility:inherit !important;
}

/* Fonts */
h1, h2, h3, h4, h5, h6 {
    text-transform: initial;  }
body {
    color: #222;  }
body.pff-44,
.sff-44 .site-name,
.slff-44 .site-slogan {
    font-family: 'aktiv-grotesk', Helvetica Neue, Arial, sans-serif;  }
.hff-44 .tp-caption__title,
.hff-44 .tp-caption__subtitle,
.hff-44 .field--name-field-mt-highlight-title,
.hff-44 .nav-tab__title,
.hff-44 h1,
.hff-44 h2,
.hff-44 h3,
.hff-44 h4,
.hff-44 h5,
.hff-44 h6,
.display-1,
.display-2,
.display-3,
.display-4,
.display-5 {
    font-family: 'din-condensed', Helvetica Neue, Arial, sans-serif;  }

/* SVG Logo Fix */
.region-header-top-first .sf-accordion-toggle {
    display: none;  }
.header-container .header-top ul.menu {
    display: block !important;  }

/* Limit the logo height */
a.site-branding__logo img {
    max-height: 125px;
}

/* Paragraphs Corrections */
.js .field--widget-entity-reference-paragraphs .tabledrag-handle .handle {
    min-height: 24px;
    min-width: 24px;  }
a.button {
    box-shadow: 0 2px 1px rgba(0,0,0,0.1), 0 1px 3px rgba(0,0,0,0.3);  }

/* Header & Main Menu */
header p {
    padding: 0;  }
.header-top__container > .row {
  display: flex;
  align-items: center; }
.logo img {
    width: 100%;
    max-width: 300px;  }
.header__container .logo img {
    margin-right: 0;
    display: inline-block;
    text-align: center;  }
ul.icons-list.icons-list--small.text-right.xs-text-center a {
  font-size: 1.5em;
}
.header-top__container {
  border-bottom-width: 0;
}
.tp-title-wrap {
  display: none;
  visibility: hidden;
}
.header-top {
  background: aliceblue;
}

/*!* Region Colors & Style *!*/
body.path-frontpage .main-content__section {
    padding: 0;  }
.region--separator-border-top {
    border-top: 1px solid #ccc;  }
.slideout-toggle {
    padding: 15px;  }
.footermap-col {
    display: block;
    margin: auto;
    width: 100%;  }
.main-content__section, .sidebar__section {
    padding: 0;  }
.col-md-12 .block.block-local-tasks-block {
    padding: 0;  }
.subfooter__section.subfooter-first, .subfooter__section.subfooter-second {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;  }
footer ul.footermap-header.footermap-header--main {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    position: relative;  }
footer nav > ul, footer nav > ul > li > ul {
    padding: 0;  }
footer ul ul {
    padding: 0 20px;  }
ul.footermap-header > li > a {
    font-weight: 700;
    color: #20386d;  }
ul.social-media-links--platforms.platforms.inline.horizontal li {
    background: #8ac440;
    border-radius: 100%;
    padding: 5px;
    min-width: 35px;  }
.subfooter__container { padding: 15px 0; }
.subfooter__container div#block-socialmedialinks {
    padding-right: 30px;  }
.subfooter__section ul.menu li a, .subfooter__section ul.menu li > span {
    text-transform: initial;  }

/* Revslider Changes */
.tp-caption__button {
    border-color: #fff;
    background-color: #66737e;
    border-radius: 0;  }
.tp-caption__title {
    border-radius: 0;  }
.tp-caption__text {
    margin-top: 0;
    border-radius: 0;  }
.slotholder .tp-bgimg.defaultimg {
    background-position: 0 0 !important;  }
.banner .views-field.views-field-title {
    display: block;
    position: relative;
    top: 42%;
    z-index: 2;
    margin-top: 10px;  }

/* Add page title over the hero rev slider component */
.views-field.views-field-title h1 {
  font-size: 3.5vmax;
  color: #fff; }

/* Add padding to Basic Page regions to match column styling */
.block.block-entity-fieldnodebody, .block.block-entity-fieldnodefield-mt-subheader-body {
    padding-left: 15px;
    padding-right: 15px;  }

/* Expand page container width */
div#main-content .container {
    width: 100%;
    max-width: 1400px;  }

/* Transparent Search Bar Background */
.region--white-background .dropdown-menu {
    background-color: transparent;  }

/* TSE Colors */
.header-container .region--dark-typography ul.sf-menu > li > a .sf-sub-indicator::after {
    color: #005A9C;  }
.header-container ul.sf-menu > li > a .sf-sub-indicator::after, .header-container ul.sf-menu > li > span.nolink span.sf-sub-indicator:after {
  font-size: 10px;  }
.tp-caption__button {
    border-color: #005A9C;
    background-color: #005A9C;  }
.slideout-toggle {
    background-color: #005A9C;  }
.region--dark-background {
    background-color: #0288d0;  }
.header-container .region--dark-typography ul.sf-menu > li.sfHover > a .sf-sub-indicator::after {
    color: #fff;  }

/* Paragraph color settings with TSE branding */
.paragraph--color--primary {
    background: #D73647;  }
.paragraph--color--secondary {
    background: #005A9C;  }
.paragraph--color--success {
    background: #008457;  }
.paragraph--color--info {
    background: #000000;  }
.paragraph--color--warning {
    background: #F8991D;  }

/* Touchstome - custom styling */
[id]:target {
    padding-top: 200px;
    margin-top: -200px;  }
#main a {
    font-weight: 500;  }
article.node.node--type-article {
    min-height: 500px;  }

#panels-ipe-tray li:last-child {
    margin-bottom: -1px;  }

/* Figure Improvements */
figure figcaption {
    padding: 1em;  }
.paragraph--type--slideshow-captioned .carousel-control {
    z-index: 2;  }
.carousel-inner img {
    box-shadow: none;
    margin: 0 auto;  }

/* Custom Components */
.paragraph--type--columns-boxes .button {
    border-radius: 1px;  }
.paragraph--type--columns-boxes .paragraph.paragraph--type--bp-image img {
    width: 100%;  }
.paragraph--type--columns-boxes .paragraph__column {
    padding: 0;  }
.paragraph--type--columns-boxes .paragraph.paragraph--color>.paragraph__column {
    padding-top: 0;
    padding-bottom: 0;  }
.paragraph--type--columns-boxes .paragraph--type--bp-simple {
    padding: 3rem !important;
    display: block;  }
.paragraph--type--columns-boxes .hero-bg-image::before {
    background-image: none;  }
.paragraph--type--columns-boxes .hero-bg-image .hero-bg-image__call-to-action a {
    background: rgba(0,0,0,0.35);
    color: #fff;  }
.paragraph--type--columns-boxes .hero-bg-image .hero-bg-image__call-to-action a:hover,
.paragraph--type--columns-boxes .hero-bg-image .hero-bg-image__call-to-action a:focus,
.paragraph--type--columns-boxes .hero-bg-image .hero-bg-image__call-to-action a:active {
    background: rgba(0,0,0,0.5);  }
.paragraph--type--columns-boxes .paragraph.paragraph--type--bp-columns > .paragraph__column {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;  }
.paragraph--type--columns-boxes .paragraph--type--bp-columns__2col > div {
    width: 100%;
    display: block;  }
.paragraph--type--columns-boxes .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__2col {
    padding: 0;
    flex: 1;
    display: flex;  }
.paragraph--type--columns-boxes .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__2col .hero-bg-image {
    /*flex: 1;*/
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;  }
.paragraph--type--columns-boxes  .paragraph.paragraph--type--bp-simple {
    height: 100%;  }
.paragraph--type--columns-boxes .hero-bg-image {
    padding: 2vw 1em 2vw;  }
.paragraph--type--columns-boxes .hero-bg-image__content {
    padding: 0 !important;  }
.paragraph--type--columns-boxes .hero-bg-image__call-to-action {
    text-align: center;  }

@media screen and (max-width: 767px) {
    .paragraph--type--columns-boxes .paragraph--type--bp-simple {
        padding: 1.5rem;  }
}

@media (max-width: 640px) {
    .paragraph--type--columns-boxes .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__2col {
        min-width: 320px;
        min-height: 320px;  }
}

/* Quick fixes for Drupal 8.62 */
#main form {
    padding: 2rem;  }
.ipe-form {
    max-width: 1024px;
    max-height: 600px;  }
.ipe-form form {
    margin-bottom: 2rem;  }
.ipe-tab-content {
    max-height: 600px;
    overflow-y: scroll;  }
.carousel-inner img {
    margin: 0 auto;
    display: block;  }

/* IPE fixes that need attention */
div#panels-ipe-tray table td {
    background: inherit;
    border: none;
    padding: 10px 20px 10px 10px;  }
div#panels-ipe-tray table th {
    border: none;  }

/* Component Improvements */
.paragraph--type--bp-carousel {
    position: relative;
    float: none;  }
.modal-backdrop.in {
    z-index: 0;  }
.modal-dialog {
    top: 25%;  }

/* Flip Card Component */
.card-container {
    -webkit-perspective: 800px;
    -moz-perspective: 800px;
    -o-perspective: 800px;
    perspective: 800px;
    margin-bottom: 30px;
    width: 100%;
    /*padding: 0 0.5rem;*/  }
/* flip the pane when hovered */
.card-container:not(.manual-flip):hover .flip-card,
.card-container.hover.manual-flip .flip-card{
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );  }
.card-container.static:hover .card,
.card-container.static.hover .card {
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;  }

/* MDL Box Shadows */
.card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);  }
.card-1:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);  }
.card-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);  }
.card-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);  }
.card-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);  }
.card-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);  }

/* flip speed goes here */
.flip-card {
    -webkit-transition: -webkit-transform .75s;
    -moz-transition: -moz-transform .75s;
    -o-transition: -o-transform .75s;
    transition: transform .75s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    display: block;  }

/* hide back of pane during swap */
.flip-card .front, .flip-card .back {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #FFF;
    max-height: 250px;
    min-height: 250px;
    overflow: hidden;
    border: 5px solid #fff;  }

/* front pane, placed above back */
.flip-card .front {
    z-index: 2;  }

/* back, initially hidden pane */
.flip-card .back {
    -webkit-transform: rotateY( 180deg );
    -moz-transform: rotateY( 180deg );
    -o-transform: rotateY( 180deg );
    transform: rotateY( 180deg );
    z-index: 3;  }
.flip-card .back .btn-simple{
    position: absolute;
    left: 0;
    bottom: 4px;  }

/* Flipcard Style */
.flip-card{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    color: #444444;  }
.card-container, .flip-card .front, .flip-card .back {
    width: 100%;
    min-height: 300px;
    border-radius: 0;  }
.flip-card .cover {
    overflow: hidden;
    border-radius: 4px;
    margin: 0 auto;
    max-height: 200px;
    min-height: 200px;
    /*display: flex;*/
    vertical-align: middle;
    position: relative;  }
.flip-card .cover img{
    width: 100%;
    height: 200px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;  }
.flip-card .content{
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
    padding: 5px 5px 0 5px;  }
.flip-card .back .content .main {
    max-height: 180px;
    overflow-y: auto;
    min-height: 180px;
    padding: 2rem;  }
.flip-card .back .content .main::-webkit-scrollbar {
    width: 8px;
    background: linear-gradient(to right, #005a9d 0%, #005a9d 100%);
    border-radius: 4px;  }
.flip-card .name {
    font-size: 22px;
    line-height: 28px;
    margin: 10px 0 0;
    text-align: center;
    text-transform: capitalize;  }
.flip-card h5{
    margin: 5px 0;
    font-weight: 400;
    line-height: 20px;  }
.manual-flip .flip-card .footer {
    color: #999999;
    margin: 0;
    padding: 0;
    text-align: center;
    display: inline-block;
    position: absolute;
    bottom: 0;
    width: calc(100% - 40px);  }
.flip-card .back .footer {
    color: #999999;
    margin: 0 auto;
    text-align: left;  }
.flip-card .footer .btn-simple{
    margin-top: -6px;  }
.flip-card .header {
    padding: 0;
    /*height: 90px;*/
    background-color: #20386d;  }
.flip-card .flip-card_title{
    font-size: 1.35rem;
    font-weight: 400;
    text-align: center;
    padding: 10px 0 5px 0;  }
.flip-card_title:after {
    height: 8px;
    content: "";
    background: linear-gradient(to right, #fff 0%, #666 100%);
    display: block;
    position: relative;
    border-radius: 4px;
    width: 20%;
    margin: 0 auto;  }
.flip-card .stats-container{
    width: 100%;
    margin-top: 30px;  }
.flip-card .stats{
    display: block;
    float: left;
    width: 33.333333%;
    text-align: center;  }
.flip-card .stats:first-child{
    border-right: 1px solid #EEEEEE;  }
.flip-card .stats:last-child{
    border-left: 1px solid #EEEEEE;  }
.flip-card .stats h4{
    font-weight: 500;
    margin-bottom: 5px;
    font-size: 150%;  }
.flip-card .stats p{
    /* 	color: #fff; */
    font-weight: 300;  }
.flip-card .btn:hover,
.flip-card .btn:focus,
.flip-card .btn:active{
    outline: 0 !important;  }

/*      Just for presentation        */
.flip-card .title{
    color: #506A85;
    text-align: center;
    font-weight: 300;
    font-size: 44px;
    margin-bottom: 90px;
    line-height: 90%;  }
.flip-card .title small{
    font-size: 17px;
    color: #999;
    text-transform: uppercase;
    margin: 0;  }
.flip-card .btn-simple{
    opacity: 0.85;
    color: #666;
    background-color: transparent;  }
.flip-card .btn-simple:hover,
.flip-card .btn-simple:focus{
    background-color: transparent;
    box-shadow: none;
    opacity: 1;  }
.flip-card .btn-simple i{
    font-size: 16px;  }

/* Flip Card Positioning & Type Selection*/
.flip-card .cover.flip-card__contain img {
    -o-object-fit: contain;
    object-fit: contain;  }
.flip-card .cover.flip-card__cover img {
    -o-object-fit: cover;
    object-fit: cover;  }
.static .flip-card .footer {
    display: none;
    visibility: hidden;  }
.flip-card .cover.flip-card__top_left img {
    -o-object-position: 0 0;
    object-position: 0 0;  }
.flip-card .cover.flip-card__top_center img {
    -o-object-position: 50% 0;
    object-position: 50% 0;  }
.flip-card .cover.flip-card__top_right img {
    -o-object-position: 100% 0;
    object-position: 100% 0;  }
.flip-card .cover.flip-card__middle_left img {
    -o-object-position: 0 50%;
    object-position: 0 50%;  }
.flip-card .cover.flip-card__middle_center img {
    -o-object-position: 50% 50%;
    object-position: 50% 50%;  }
.flip-card .cover.flip-card__middle_right img {
    -o-object-position: 100% 50%;
    object-position: 100% 50%;  }
.flip-card .cover.flip-card__bottom_left img {
    -o-object-position: 0 100%;
    object-position: 0 100%;  }
.flip-card .cover.flip-card__bottom_center img {
    -o-object-position: 50% 100%;
    object-position: 50% 100%;  }
.flip-card .cover.flip-card__bottom_right img {
    -o-object-position: 100% 100%;
    object-position: 100% 100%;  }

/* Panel Layout Region Adjustments */
.layout-region--left_above .cwb-flip-card.col-md-4.col-sm-12,
.layout-region--right_above .cwb-flip-card.col-md-4.col-sm-12,
.layout-region--left_below .cwb-flip-card.col-md-4.col-sm-12,
.layout-region--right_below .cwb-flip-card.col-md-4.col-sm-12 {
    width: 100%;  }

/*       Fix bug for IE      */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cwb-flip-card .front, .flip-card .back{
        -ms-backface-visibility: visible;
        backface-visibility: visible;  }
    .cwb-flip-card .back {
        visibility: hidden;
        -ms-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);  }
    .cwb-flip-card .front{
        z-index: 4;  }
    .card-container:not(.manual-flip):hover .back,
    .card-container.manual-flip.hover .back,
    .cwb-flip-card .manual-flip.hover .back {
        z-index: 5;
        visibility: visible;  }
}

@media screen and (max-width: 1300px){
    .flip-card .flip-card_title {
        font-size: 1.5rem;  }
}
@media screen and (max-width: 1025px){
    .flip-card .flip-card_title {
        font-size: 1.25rem;  }
}

/* Flip Card Additional Work */
.flip-card .header {
    background-color: transparent;  }
.flip-card_title:after {
    height: 5px;
    background: linear-gradient(to right, #fff 0%, #008457 100%);
    border-radius: 2px;
    width: 50%;  }
.flip-card .flip-card_title {
    padding: 5px 0;
    margin: 0 0 5px 0;  }
.flip-card .back .content .main {
    max-height: 205px;
    min-height: 205px;
    padding: 0 10px;  }
.flip-card .back .content .main::-webkit-scrollbar {
    width: 5px;
    background: linear-gradient(to right, #666 0%, #666 100%);
    border-radius: 2px;  }
.block-entity-fieldnodebody {
    margin-top: 4rem;  }
.video_box {
    padding: 1em 0;
    margin-top: 3rem;  }

/* Limit the logo height */
a.site-branding__logo img {
    max-height: none;  }
.header-top-highlighted.region--dark-typography.region--white-background {
    background: #eee;  }

/* Slideout menu */
.slideout ul.menu.sf-accordion li a, .slideout ul.menu.sf-accordion li > span {
    max-width: 82%;  }

/* Energy Resource */
#main-content ul#superfish-mt-mega-menu {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    max-width: 600px;
    margin: 0 auto;  }

/* Dismissible alert */
.alert.alert-dismissible .row {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-evenly;  }
.alert-dismissible .tp-caption__button {
    border-color: #005A9C;
    background-color: rgba(0,0,0,0);
    padding: 10px;
    color: #222;  }

/* Fonts */
.display-3 {
    font-weight: 400;
}

/* Revslider Changes */
.tp-caption__title {
    border-radius: 0;
    padding: .5em 1em 0 1em;
    font-size: 64px;  }
.tp-caption__title a {
    color: #ffffff;
    font-weight: 500;  }
.tp-caption__text {
    margin-top: 0;
    border-radius: 0;  }
.slotholder .tp-bgimg.defaultimg {
    background-position: 0 0 !important;  }
.banner .views-field.views-field-title {
    display: block;
    position: relative;
    top: 42%;
    z-index: 2;  }
.tp-caption__title.region--light-typography.region--black-background, .tp-caption__text {
  color: #fff;
  font-style: normal;
  font-weight: 300; }
.tp-caption__buttons-container {
  margin-top: 0; }

/* Add padding to Basic Page regions to match column styling */
.block.block-entity-fieldnodebody, .block.block-entity-fieldnodefield-mt-subheader-body {
    padding-left: 30px;
    padding-right: 30px;  }

/* Expand page container width */
div#main-content .container {
    width: 100%;
    max-width: 1400px;  }

/* Transparent Search Bar Background */
.region--white-background .dropdown-menu {
    background-color: transparent;  }

/* TSE Colors */
.header-container .region--dark-typography ul.sf-menu > li > a .sf-sub-indicator::after, .header-container ul.sf-menu > li > span.nolink span.sf-sub-indicator:after {
    color: #005A9C;  }
.slideout-toggle {
    background-color: #005A9C;  }

/* Column Boxes */
.paragraph--type--columns-boxes .video_box {
    padding: 0;  }
.paragraph--type--columns-boxes .video_box {
    padding: 1em 0;
    margin-top: 0;  }
.paragraph--type--columns-boxes .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__1col {
    padding-left: 0;
    padding-right: 0;  }
.paragraph--type--columns-boxes .paragraph.paragraph--color>.paragraph__column {
    padding-top: 0;
    padding-bottom: 0;  }
.video-embed-field-responsive-video {
    height: 100%;
    display: block;  }
.field.field--name-field-video-url.field--type-video-embed-field.field--label-hidden.field__item {
    height: 100%;
    display: block;  }
.video_box {
    padding: 0;
    height: 100%;
    display: block;  }

/* Subfooter */
.subfooter .logo-centered img {
    max-width: 200px;  }

/* Font Awesome */
.list--fa-custom li i {
    font-size: 14px;  }

/* Forms */
form fieldset legend {
    border: 0;  }
form select {
    margin: 0;  }

/* Overlay Styling */
.overlay-caption--black {
    background-color: rgba(0,90,156,0.85);
    width: 50%;
    margin: 0 auto;  }
.overlay-container:hover .overlay-caption--black:before {
    background-color: rgba(0,0,0,0.125);  }
.overlay-container:hover .overlay-caption--black {
    background-color: rgba(0,90,156,0.85);  }

/* Fancy Blocks */
.fancy-block-text {
    padding: 40px;  }
.fancy-block-container {
    margin-bottom: 4rem;  }

/* Energy Solutions */
.tse-energysolutions img {
    max-width: 75%;
    margin: 0 auto;
    display: block;  }

/* CTA Blocks */
.tse-coop_finder p {
    padding: 0;  }

/* Paragraph Boxes */
.paragraph--type--columns-boxes .paragraph.paragraph--type--bp-simple {
    display: flex;
    align-items: center;  }
.paragraph--type--columns-boxes a.button.darkblue {
    background-color: #fff;  }
.paragraph--type--columns-boxes a.button.darkblue:hover, a.button.darkblue:active, a.button.darkblue:focus {
    background-color: #002e51;  }
.hero-bg-image__content {
    text-align: center;  }
.hero-bg-image::after {
    background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0) 40%, rgba(0,0,0,0) 60%, rgba(0, 0, 0, 0.1) 80%, rgba(0, 0, 0, 0.2) 100%);  }
h1.hero-bg-image__title {
    text-transform: none;  }
.block-region-sidebar {
    margin-top: 3rem;  }
.highlight-body {
    font-size: 20px;
    font-weight: 300;  }
.tp-caption.Hero-Button, .Hero-Button {
    background: rgba(0,0,0,0.3);  }
.tp-caption.Hero-Button:hover, .Hero-Button:hover,
.tp-caption.Hero-Button:active, .Hero-Button:active,
.tp-caption.Hero-Button:focus, .Hero-Button:focus {
    background: rgba(0,0,0,0.5) !important;
    border-color: #005A9C !important;
    color: #fff !important;  }
.tp-caption.Hero-Button, .Hero-Button {
    text-transform: uppercase;
    border-width: 2px !important;
    border-color: #fff;
    border-radius: 0;
    background-color: rgba(0,0,0,0.15);  }

/* Keep search box inside of the header */
.dropdown.open .dropdown-menu.dropdown-menu-right {
    padding: 0;  }

/* Float button to join TSE */
.call-to-action a.button {
    float: right;  }
.container-fluid .call-to-action {
    max-width: 1360px;  }
.tse-coop_finder {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;  }
.call-to-action, .container-fluid .call-to-action {
    text-align: left;  }

/* TSE Infographic */
.tse-infographic {
    margin-top: 4rem;  }
.highlight-image img {
    max-width: 37.5%;  }
.highlight-head.localcoops:after, .highlight-head.landmass:after, .highlight-head.linespowered:after {
    font-size: 75%;
    display: inline-block;
    position: relative;
    top: -3px;  }
.highlight-head.localcoops:after, .highlight-head.linespowered:after {
    content: "+";  }
.highlight-head.percent:after {
    content: "%";  }

/* Page Title */
div#block-touchstone-page-title {
  text-align: center;
  background-color: rgba(0,90,156,0.95);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  padding: 8px 16px;
  display: block;
}
/* TSE Powered by CWB Footer */
.tse_footer .container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1440px;
}
.tse_coopinfo {
  flex: 1;
}
.tse_powered {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.tse_powered img {
  max-width: 300px;
}
.tse_footer {
  font-size: 85%;
  padding: 4px 0;
  background-color: #000;
}
p.footer-copydate {
  font-weight: 300;
  color: #fff;
  padding: 0;
}
button.btn.btn-sm.btn-primary.tse_powered-btn {
  background-color: transparent;
  border: none;
}

/* Responsive Media */
@media (min-width: 768px){
    .inverted-header-enabled:not(.onscroll) .js-transparent-header ul.sf-menu > li > a .sf-sub-indicator:after {
        color: #178eeb;  }
    .container, div#main-content .container {
        width: 750px;  }
    .header__container .logo {
        /*float: left;*/
        /*margin-right: 10px;*/
        display: block;
        width: 100%;
        /*max-width: 150px;  */
    }
    button.slideout-toggle.slideout-toggle--fixed {
        display: none;
        visibility: hidden;  }
}
@media (min-width: 992px){
    .header__container > .row {
      align-items: center;
      display: flex;
    }
    .container, div#main-content .container {
        width: 970px;  }
    .tse-infographic .col-md-2 {
        width: 20%;  }
    .layout__region--bottom .cwb-flip-card.col-md-4.col-sm-12 {
        left: 33.33%;  }
}
@media (min-width: 1200px){
    .container, div#main-content .container {
        width: 1170px;  }
}
@media (min-width: 1400px) {
    .container, div#main-content .container {
        width: 1400px;  }
}
@media (max-width: 991px) {
  .region.region-header-first {
    display: flex;
    justify-content: center;
  }
  .onscroll .header__container > .row > div:nth-child(even) {
    display: block;
  }
  .header__container .logo {
    display: block;
    width: 100%;
    max-width: 150px;
  }
  .header__container > .row {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 768px) {
    header div#block-megamenu {
        display: none;  }
    a.site-branding__logo img {
        /* touchstone.css 109 */
        max-width: 300px;
        max-height: none;  }
    .tp-caption__title {
        border-radius: 0;
        padding: .5em 1em 0 1em;
        font-size: 48px;  }
    body .video-card {
        margin-bottom: 4rem;  }
}
@media (max-width: 630px) {
  footer .footer-copyright .l-constrain .tse_powered {
    flex-wrap: wrap;
    justify-content: center;
  }
  .tse_powered {
    order: 1;
  }
  .tse_coopinfo {
    order: 2;
    text-align: center;
  }
}
