﻿/*! Please do not edit directly from this file
 * This CSS is compiled from SASS: /devdesign/featured/nav/_sources/nav.scss
 */
/*-------------------
      Base Sizes
--------------------*/
/* This is the single variable that controls them all */
/* The size of page text  */
/*-------------------
     Transitions
--------------------*/
.intro-screen {
    bottom: 0;
    top: 0;
    right: 0;
    width: 100%;
    position: absolute;
    background: transparent url(../png/gve-headerybl5.png) center no-repeat;
    background-position: calc(50% + 300px);
}

@media (max-width: 991.98px) {
    .intro-screen {
        background-position: calc(50% + 200px);
    }
}

.btn-info {
    background: #20809D;
    font-size: 1.3rem;
    padding: .75rem 3.5rem;
}

    .btn-info:hover {
        background: #175d73;
    }

.alert-info {
    padding: 3rem 2rem;
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bcdff1;
}

.hero-alert {
    position: absolute;
    bottom: -1.8rem;
    left: 0;
    right: 0;
    z-index: 1;
}

.link-video {
    color: #fff !important;
    background-color: #007bff;
    border: 1px solid #007bff;
    padding: .5rem 1rem;
    border-radius: 4px;
}

    .link-video:before {
        content: "\f03d";
        padding-right: .5rem;
        padding-left: 0;
    }

@media (max-width: 767.98px) {
    .tab-content .tab-pane.fade {
        opacity: 1;
    }

    .tab-content .tab-pane {
        display: block !important;
    }
}

.tab-group {
    position: relative;
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    border: 0;
}

@media (max-width: 767.98px) {
    .tab-group {
        display: none;
    }
}

.tab-group .nav-item {
    position: relative;
    float: left;
    display: inline-block;
    margin-left: -1px;
}

    .tab-group .nav-item a {
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: 1px solid transparent;
        padding: .375rem 2rem;
        color: #007bff;
        background-color: #fff;
        border-color: #007bff;
    }

        .tab-group .nav-item a.active {
            background-color: #007bff;
            color: #fff;
        }

        .tab-group .nav-item a:hover {
            text-decoration: none;
        }

        .tab-group .nav-item a.first {
            border-radius: .25rem 0 0 .25rem;
        }

        .tab-group .nav-item a.last {
            border-radius: 0 .25rem .25rem 0;
        }

.media-img img {
    width: 70px;
}

.accordion-toggle-arrow .fa-caret-down {
    display: none;
}

.accordion-toggle-arrow .fa-caret-up {
    display: inline;
}

.accordion-toggle-arrow.collapsed .fa-caret-down {
    display: inline;
}

.accordion-toggle-arrow.collapsed .fa-caret-up {
    display: none;
}

@media (min-width: 768px) {
    .two-column {
        -webkit-columns: 2;
        columns: 2;
    }
}

.roomaware-dia {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .roomaware-dia :before {
        content: none;
    }

    .roomaware-dia p {
        font-size: .9em;
        line-height: 1.2;
        font-weight: normal;
        margin: 0;
    }

    .roomaware-dia .roomaware-dia-rectangles {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .roomaware-dia .roomaware-dia__rectangle {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        width: 100%;
        border-radius: 7%;
        padding: .75em;
        margin-bottom: 1em;
        background: #def0fc;
        text-align: center;
    }

        .roomaware-dia .roomaware-dia__rectangle img {
            padding-bottom: .3em;
            margin: 0 auto;
        }

    .roomaware-dia .roomaware-dia-circle {
        background: url(../png/roomaware_dia_dotsuw1o.png);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-size: contain;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
    }

    .roomaware-dia .roomaware-dia__title {
        font-size: 1.3rem;
        font-weight: 400;
        -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
        color: #fff;
    }

@media (max-width: 767.98px) {
    .roomaware-dia .roomaware-dia__title {
        font-size: .8rem;
    }
}

