/* Cherrypick to cwbmodernized next -- General */
[id]:target {
    padding-top: 200px;
    margin-top: -200px;
}
body {
    font-family: 'Sarabun', "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#main a {
    font-weight: 400;
    text-decoration: underline;
}
body.not-front #main a:hover,
body.not-front #main a:focus,
body.not-front #main a:active,
body.not-front #main .link:hover,
body.not-front #main .link:focus,
body.not-front #main .link:active {
    color: #444;
}
.mm-menu .mm-listview > li > a, .mm-menu .mm-listview > li > span {
    font-weight: 500;
}
#main a.button, #main a.button:hover, #main a.button:active, #main a.button:focus {
    text-decoration: unset;
    color: #fff !important;
}
.card__body-button a {
    text-decoration: unset !important;
    color: #fff;
}
.mm-menu .mm-btn {
    width: auto;
    height: auto;
}
td {
    background: transparent;
    border: 0;
}
li.pager__item.pager__item--current {
    margin: 0.65rem;
}
.pager li > a, .pager li > span {
    border-radius: 0;
    margin: 0 0.125rem;
}

/* Tri-state G&T General Style Changes */
body.not-front main#main .l-constrain--no-padding .l-sidebars__main {
    box-shadow: none;
}
body.not-front main#main .l-constrain--no-padding {
    margin: 0 auto 2rem auto;
    max-width: 1200px;
}
.form-item.js-form-item.form-type-search.js-form-type-search {
    min-width: 0;
    padding: 0;
}
.form-item {
    margin: 0 0 0.764706rem;
}
header .navbar-default {
    background-color: transparent;
}
header.header {
    box-shadow: none;
    border-bottom: 1px solid rgba(128,128,128,1);
}
header.header .header-col_2, header.header .header-col_3 {
    max-height: 125px;
    display: flex;
}

@media (min-width: 768px) {
    header.header .site-logo__grid,
    header.header .header-col_2,
    header.header .header-col_3 {
        height: 125px;
    }
}

.shrink .site-logo__grid, .shrink .header-col_2, .shrink .header-col_3 {
    max-height: 95px !important;
}
#block-tristate-gt-horizontalmenu-2, #block-tristate-gt-horizontalmenu-2 .block__content {
    height: 100%;
}
header.header .site-logo__grid img.site-logo___image {
    padding: 0.75rem;
}
header.header .site-logo__grid img.site-logo___image:hover, header.header .site-logo__grid img.site-logo___image:focus, header.header .site-logo__grid img.site-logo___image:active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}
header.header .site-logo__grid.shrink {
    height: 95px;
}
header.header .site-logo__grid img.site-logo___image {
    max-height: 100px;
    top: 0.75rem;
    position: relative;
}
header.header .site-logo__grid.shrink img {
    max-height: 95px;
}
header.header .header-col_2 .region-header-col-2 {
    display: block;
    /*width: 100%;*/
    height: 100%;
}
.header-col_2.col-sm-7.col-lg-8 {
     padding: 0;
}
nav.responsive-menu-block-wrapper.navbar-default {
    display: flex;
    align-items: center;
    align-content: center;
    align-self: center;
    height: 100%;
}
.navbar-nav {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    /*margin-top: 1.875rem;*/
}
header.header .social-media-links--platforms.horizontal li {
    padding: 0;
}
.region-header-col-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
    padding: 0.5rem 1rem;
}
.region-header-top-right {
    justify-content: flex-end;
    display: flex;
}
div#block-tristate-gt-responsivemenumobileicon {
    position: absolute;
    top: 0;
    right: 0;
}
div#block-socialmedialinks-3 {
    padding-left: 15px;
    padding-right: 15px;
}
.card .card__specific-media {
    margin-bottom: 0.3529411765rem;
    max-height: 215px;
    min-height: 215px;
    background-size: cover;
    display: block;
    background-position: 50%;
}
footer .footer-col_grid.row {
    padding: 0;
}

/* Paragraph Color Options */
.paragraph--color--rgba-black-slight {
    background: rgba(246,246,246,1);
}
.paragraph--color--rgba-black-light {
    background: rgba(230,230,230,1);
}
.paragraph--color--rgba-black-strong {
    background: rgba(102,102,105,1);
}
.paragraph--color--info {
    background: rgba(100,123,95,1);
}
.paragraph--color--warning {
    background: rgba(196,169,92,1);
}
.paragraph--color--danger {
    background: rgba(219,116,71,1);
}

/* Flex News Cards */
body.front #main h2.block__title {
    font-size: 300%;
}
body.not-front #main .view--card-display {
    max-width: calc(100% - 2rem);
    margin: 2rem auto;
}
.card {
    background: #eee;
}
h3.card__title a {
    color: #666;
}
@media (max-width: 787px){
    body.front #main h2.block__title {
        font-size: 200%;
    }
}
#main .view--card-display {
    max-width: 73rem;
    margin: 0 auto;
}
.card {
    max-width: 420px;
    height: 100%;
}
.view--card-display .view__content .view__row {
    flex: 1;
    margin: 0 0 2rem 0;
}

/* general styling */
.navbar-nav span.caret {
    display: none;
}
article.node.node--type-article {
    min-height: 200px;
}
ul.mm-listview > li:hover, ul.mm-listview > li:active, ul.mm-listview > li:focus {
    border-left: 5px solid #222;
    transition: 0.2s;
}
.region-page-title .page-title {
    background-color: #fff;
    color: #666;
}
.region-page-title .page-title::after {
    background-image: none;
    opacity: 0;
    background-color: #fff;
}
.region-page-title .page-title {
    border-bottom: 1px solid #ccc;
    max-width: 1200px;
    margin: 0 auto;
    text-transform: initial;
}
footer ul.social-media-links--platforms a {
    color: #eee;
}
footer ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    color: #222;
    font-weight: 500;
}
footer h2 {
    color: #666;
    font-weight: 300;
    margin: 0.25rem 0;
}
footer .nav > li > a {
    color: #666;
}
.button:focus, .button:hover, .button:active, footer .nav > li > a:focus, footer .nav > li > a:active, footer .nav > li > a:hover {
    color: #eee;
}
footer .button:focus, footer .button:hover, footer .button:active, footer .nav > li > a:focus, footer .nav > li > a:active, footer .nav > li > a:hover {
    background-color: #fff;
}
footer .footer-col_grid.row {
    color: #666;
}
footer a {
    color: inherit;
}
footer .tse_powered .footer-copydate {
    color: #666;
}

@media (min-width: 768px){
    .form-inline .control-label {
        margin-bottom: 5px;
        vertical-align: middle;
    }
}

/* Homepage Layout */
body.front .layout__region.layout__region--first-above, body.front .layout__region.layout__region--second-above {
    padding: 1rem 0;
}
.layout__region.layout__region--middle {
    max-width: 100em;
    margin: 0 auto;
}

/*.block--homepage-buttons {*/
    /*margin-top: 2rem;*/
/*}*/

/* Custom Components */
.button {
    border-radius: 1px;
}
.block--homepage-gt-statistics img {
    max-width: 250px;
}
.paragraph--type--homepage-column-text-image .paragraph.paragraph--type--bp-image img {
    width: 100%;
}
.paragraph--type--homepage-column-text-image .paragraph__column {
    padding: 0;
}
.paragraph--type--homepage-column-text-image .paragraph--type--bp-simple {
    padding: 3rem !important;
    display: block;
}
.hero-bg-image::before {
    background-image: none;
}
.hero-bg-image .hero-bg-image__call-to-action a {
    background: transparent;
}
.hero-bg-image .hero-bg-image__call-to-action a:hover,
.hero-bg-image .hero-bg-image__call-to-action a:focus,
.hero-bg-image .hero-bg-image__call-to-action a:active {
    background: rgba(0,0,0,0.5);
}
.paragraph--type--homepage-column-text-image .paragraph.paragraph--type--bp-columns > .paragraph__column {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.paragraph--type--homepage-column-text-image .paragraph--type--bp-columns__2col > div {
    width: 100%;
    display: block;
}
.paragraph--type--homepage-column-text-image .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__2col {
    padding: 0;
    flex: 1;
    display: flex;
}
.paragraph--type--homepage-column-text-image .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__2col .hero-bg-image {
    flex: 1;
    display: block;
    height: 100%;
}
.paragraph--type--homepage-column-text-image  .paragraph.paragraph--type--bp-simple {
    height: 100%;
}
.hero-bg-image {
    padding: 7vw 1.5em 7vw;
}
.hero-bg-image__content {
    padding: 0 !important;
}
.hero-bg-image__call-to-action {
    text-align: center;
}

/* Apply Flex to Topmost Header Region & CWB Buttons */
.region-header-top {
    background-color: #fff;
}
.region-header-top .block__content {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}
.region-header-top .block__content div, .region-header-top .btn-cwb_button {
    display: flex;
    flex-grow: 1;
}

/* This section is to make the secondary drop down menus present + make horizontal nav usable in .region-header-col-2 */
header.header .header-col_2 {
    overflow: visible;
}
.region-header-col-2 .dropdown-submenu{position:relative;}
.region-header-col-2 .dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:0px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.region-header-col-2 .dropdown-submenu:hover>.dropdown-menu{display:block;}
.region-header-col-2 .dropdown-submenu.nocaret>a:after {display:none;}
.region-header-col-2 .dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.region-header-col-2 .dropdown-submenu:hover>a:after{border-left-color:#ffffff;}
.region-header-col-2 .dropdown-submenu.pull-left{float:none;}
.region-header-col-2 .dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}
.region-header-col-2 ul.nav > li > ul.menu.dropdown-menu {
    left: 0em;
    top: 3.25rem;
}
.region-header-col-2 ul.dropdown-menu li.active:hover > ul.dropdown-menu {
    display: block;
    /*position: relative;*/
    top: 0;
}
.region-header-col-2 .dropdown-menu > li > span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    cursor: pointer;
}
.region-header-col-2 .dropdown-submenu>span:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

/* Misc */
.region-header-col-2 .dropdown-submenu>.dropdown-menu {
    border-radius: 0;
}
#panels-ipe-tray li:last-child {
    margin-bottom: -1px;
}
@media screen and (min-width: 40em) {
    .layout--threecol-25-50-25 > .layout__region--second {
        flex: 0 1 59.85%;
    }
}
@media screen and (min-width: 40em) {
    .layout--threecol-25-50-25 > .layout__region--first, .layout--threecol-25-50-25 > .layout__region--third {
        flex: 0 1 20%;
    }
}

/* Figure Improvements */
figure figcaption {
    padding: 1em;
}

/* Slideshow-login Regions and SVG Overlay */
.glyphicon.glyphicon-home {
    color: #666;
}
.payportal--load {
    background-color: transparent;
}
.slideshow-login_payembed iframe {
    margin: 0 auto;
    text-align: center;
    display: block;
    position: relative;
}
section.slideshow-login {
    display: table;
    position: relative;
    width: 90%;
    max-width: 90%;
    margin: 0 auto;
}
.slideshow-login_slider, .slideshow-login_payembed {
    display: table-cell;
    position: relative;
    vertical-align: top;
}
.slideshow-login_slider {
    width: 70%;
}
.slideshow-login_payembed {
    width: 30%;
}
.slideshow-login_payembed {
    background-color: rgba(0,0,0,0.1);
}
.slideshow-login_payembed h2 {
    padding: 2rem 0 0 1.75rem;
    text-transform: uppercase;
    margin: 20% 0 0 0;
    position: relative;
    display: block;
}
.payportal--embed {
    width: 100% !important;
    margin: 0;
}
.cwb_payportal--wrapper {
    padding: 0 1rem;
}
.white_overlay svg {
    position: absolute;
    top: 0;
    height: 10vw;
    width: 100%;
    background: transparent;
    z-index: 2;
    left: 0;
    opacity: 0.5;
}
.green_overlay svg {
    position: absolute;
    top: 0;
    height: 8vw;
    width: 80%;
    background: transparent;
    z-index: 1;
    right: 0;
}
.cwb_payportal--wrapper {
    min-height: 190px;
}
.slideshow-login_payembed iframe {
    min-height: 190px;
}
.paragraph--type--slideshow-captioned .carousel-control {
    z-index: 2;
}
.carousel-inner img {
    box-shadow: none;
    margin: 0 auto;
}
@media screen and (max-width: 900px) {
    .slideshow-login_slider, .slideshow-login_payembed {
        display: block;
        width: 100%;
    }
    .slideshow-login_payembed h2 {
        padding: 1rem 0 0 1.75rem;
        margin-top: 0;
    }
    .payportal--embed > iframe {
        margin: 0 auto;
        display: block;
    }
    .slideshow-login_payembed h2 {
        font-size: 2.5vw;
    }
}
@media screen and (max-width: 1005px) {
    .slideshow-login_payembed h2 {
        font-size: 1.5vw;
        padding: 1rem 0 0 1.75rem;
    }
    body.front main#main {
        max-width: 100%;
    }
    section.slideshow-login {
        max-width: 100%;
    }
}
@media screen and (max-width: 1041px) {
    .slideshow-login_payembed h2 {
        padding: 1rem 0 0 1.75rem;
    }
}
@media screen and (max-width: 899px) {
    .slideshow-login_payembed h2 {
        font-size: 2.5vw;
    }
}
@media screen and (max-width: 767px) {
    header.header .site-logo__grid {
        height: auto;
    }
    header.header .site-logo__grid img.site-logo___image {
        padding: 0.5rem;
        max-height: 75px;
    }
    .slideshow-login_payembed h2 {
        font-size: 3.5vw;
    }
    section.slideshow-login {
        margin: 0 auto;
    }
    .paragraph--type--homepage-column-text-image .paragraph--type--bp-simple {
        padding: 1.5rem;
    }
}
@media screen and (max-width: 480px) {
    .slideshow-login_payembed h2 {
        font-size: 4.5vw;
    }
}

/* Mobile Menu CSS */
div#block-tristate-gt-responsivemenumobileicon .responsive-menu-toggle-icon span.label {
    top: 5px;
}
/*div#block-tristate-gt-responsivemenumobileicon {*/
    /*!*display: block;*!*/
    /*position: relative;*/
    /*padding: 1em;*/
/*}*/
div#block-tristate-gt-responsivemenumobileicon .site-mobile__grid {
    position: relative;
    display: none;
    float: right;
    z-index: 9999;
    height: 50px;
    width: 50px;
}
div#block-tristate-gt-responsivemenumobileicon a#toggle-icon {
    display: block;
    height: 50px;
    background: rgba(0,0,0,0.90);
}
div#block-tristate-gt-responsivemenumobileicon .responsive-menu-toggle-icon span.label {
    position: relative;
    left: -0.125em;
    font-size: 0.85em;
    top: 2.25em;
    font-weight: 300;
}

@media (max-width: 767px) {
    div#block-tristate-gt-responsivemenumobileicon .site-mobile__grid {
        position: absolute;
        display: block;
        float: none;
        z-index: 9999;
        height: 50px;
        width: 50px;
        right: 1.25rem;
        top: -4.5rem;
    }
    .region-header-col-3 {
        justify-content: center;
    }
    .region-header-col-3 > div {
        padding: 0 1rem;
    }
}

@media (max-width: 640px) {
    div#block-tristate-gt-responsivemenumobileicon .site-mobile__grid {
        top: -4.0rem;
    }
    .paragraph--type--homepage-column-text-image .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__2col {
        min-width: 320px;
        min-height: 320px;
    }
}

@media (min-width: 992px) {
    .layout__region--bottom .cwb-flip-card.col-md-4.col-sm-12 {
        left: 33.33%;
    }
}

@media (max-width: 630px) {
    footer .footer-copyright .l-constrain .tse_powered {
        flex-wrap: wrap;
        justify-content: center;
    }
    .tse_coopinfo {
        text-align: center;
    }
}

/* Quick fixes for Drupal 8.62 */
body.path-node .messages.messages--error {
    display: none !important;
    visibility: hidden;
}
body.path-admin .messages.messages--error {
    display: none !important;
    visibility: hidden;
}
main .messages.messages--status {
    padding: 1rem;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.125) 0%, rgba(0, 0, 0, 0.075) 5%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.025) 75%, rgba(0, 0, 0, 0) 99%);
    border-left: 5px solid green;
}
main .messages.messages--warning {
    padding: 1rem;
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.125) 0%, rgba(0, 0, 0, 0.075) 5%, rgba(0, 0, 0, 0.05) 50%, rgba(0, 0, 0, 0.025) 75%, rgba(0, 0, 0, 0) 99%);
    border-left: 5px solid orange;
}
#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;
}
.mm-navbars_bottom .mm-navbar {
    max-height: 200px;
    height: 100%;
}
.carousel-inner img {
    margin: 0 auto;
    display: block;
}
.header_top-col_grid .header_top_right {
    justify-content: flex-end;
    display: flex;
}

/* 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;
}
.paragraph.paragraph--type--bp-accordion .panel-collapse > .paragraph {
    padding: 0px 1rem 0rem 1.5rem;
}
.post .post__teaser {
    text-transform: initial;
}

/* New Paragraph Types */
.paragraph--type--_-column-boxes {
    margin: 2rem 0;
}
.paragraph--type--_-column-boxes .paragraph--type--bp-simple .paragraph__column {
    padding: 2rem !important;
    border-bottom: 3px solid #aaa;
}
.paragraph--type--_-column-boxes .paragraph--type--bp-columns .paragraph__column {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
}
.paragraph--type--_-column-boxes .paragraph--type--bp-simple {
    display: flex;
    height: 100%;
}
.paragraph--type--_-column-boxes .paragraph--type--bp-columns__4col div {
    height: 100%;
}
.paragraph--type--_-column-boxes .paragraph__column {
    padding-bottom: 0;
}
.paragraph--color--rgba-orange-light {
    background: #ff9800;
}

@media (max-width: 998px) {
    .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__4col {
        float: left;
        width: 50%;
        margin: 1rem 0 1rem 0;
    }
}

@media (max-width: 767px) {
    .paragraph.paragraph--type--bp-columns .paragraph--type--bp-columns__4col {
        float: left;
        width: 100%;
        margin: 1rem 0 1rem 0;
    }
}

/* 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: 450px;
    min-height: 450px;
    overflow: hidden;
}

/* 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: 350px;
    border-radius: 4px;
    min-height: 450px;
}
.flip-card .cover{
    overflow: hidden;
    border-radius: 4px;
    margin: 0 auto;
    max-height: 300px;
    display: block;
}
.flip-card .cover img{
    width: 100%;
    height: 300px;
    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: 10px 20px 20px;
}
.flip-card .back .content .main {
    max-height: 300px;
    overflow-y: auto;
    min-height: 300px;
}
.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: 15px 20px;
    height: 90px;
}
.flip-card .flip-card_title{
    color: #444;
    font-size: 2rem;
    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 .space-30{
    height: 30px;
    display: block;
}
.flip-card .space-50{
    height: 50px;
    display: block;
}
.flip-card .space-200{
    height: 200px;
    display: block;
}
.flip-card .white-board{
    background-color: #FFFFFF;
    min-height: 200px;
    padding: 60px 60px 20px;
}
.flip-card .ct-heart{
    color: #F74933;
}

.flip-card pre.prettyprint{
    background-color: #ffffff;
    border: 1px solid #999;
    margin-top: 20px;
    padding: 20px;
    text-align: left;
}
.flip-card .atv, .flip-card .str{
    color: #05AE0E;
}
.flip-card .tag, .flip-card .pln, .flip-card .kwd{
    color: #3472F7;
}
.flip-card .atn{
    color: #2C93FF;
}
.flip-card .pln{
    color: #333;
}
.flip-card .com{
    color: #999;
}
.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) {
    .flip-card .front, .flip-card .back{
        -ms-backface-visibility: visible;
        backface-visibility: visible;
    }

    .flip-card .back {
        visibility: hidden;
        -ms-transition: all 0.2s cubic-bezier(.92,.01,.83,.67);
    }
    .flip-card .front{
        z-index: 4;
    }
    .flip-card-container:not(.manual-flip):hover .back,
    .flip-card-container.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;
    }
}

@media (min-width: 48em) {
    div#block-phonenumber p {
        font-size: 1.25vw;
    }
    .fa-2x {
        font-size: 2vw;
    }
}

@media (min-width: 40em) {
    header.header .header-col_2 .region-header-col-2 {
        padding: 0.5rem 0;
    }
}

/* Responsive Typography Classes */
.subhead-1, .subhead-2 {
    font-size: 16px;
}
@media (min-width: 768px) {
    .lead {
        font-size: 16px;
    }
}

.headline-1, .headline-2, .headline-3, .headline-4, .headline-5, .headline-6 {
    /*font-weight: 300;*/
    line-height: inherit;
    /*margin: 0;*/
}

.subhead-2 { color: #000; }

.headline-1, .headline-5, .subhead-3 {
    color: #647b5f;
}

.headline-1, .headline-2, .headline-5, .headline-6 {
    font-size: 2rem;
}

.headline-2, .headline-6 {
    color: #db7447;
}

.headline-3, .subhead-1 {
    color: #fff;
}

.headline-4 {
    color: #666;
    font-size: 3rem;
}


/* 1.5rem(24px) @ 30rem(480px) increasing to 2rem(32px) @ 120rem(1920px) */
@media (min-width: 30rem) {
    .headline-1, .headline-2, .headline-5, .headline-6 {
        font-size: calc(1.5rem + ((1vw - 0.3rem) * 0.5556));
        /* Where: * 0.5556 = 100 * font_Size_Difference / viewport_Width_Difference */
    }
}
/* Prevent font scaling beyond this breakpoint */
@media (min-width: 120rem) {
    .headline-1, .headline-2, .headline-5, .headline-6 {
        font-size: 2rem;
    }
}

/* 2rem(32px) @ 30rem(480px) increasing to 3rem(48px) @ 120rem(1920px) */
@media (min-width: 30rem) {
    .headline-3, .headline-4  {
        font-size: calc(2rem + ((1vw - 0.3rem) * 1.1111));
        /* Where: * 1.1111 = 100 * font_Size_Difference / viewport_Width_Difference */
    }
}
/* Prevent font scaling beyond this breakpoint */
@media (min-width: 120rem) {
    .headline-3, .headline-4  {
        font-size: 3rem;
    }
}