﻿h1,
h2 {
    font-family: Roboto, sans-serif;

}
body,
p,
h1,
h2,
h3,
a {
    font-family: Roboto, sans-serif;
    margin: 0;
    padding: 0;
}

p, 
a {
    font-size: 16px;
    line-height: 1.2;
}

h1,
h2,
h3 {
    font-size: 30px;
    line-height: 1.1;
    font-weight: 700;
}

.bg-green {
    background-color: #0D6940;
}

.bg-red {
    background-color: #AE3C27;
}

/* #region header-section */
#header {
    display: flex;
}

    #header h1,
    #header p,
    #header a:not(.btn) {
        color: #FFFFFF !important;
    }

    #header h1 {
        margin-bottom: 15px;
        text-transform: uppercase;
    }

    #header p {
        line-height: 1.5;
        margin-bottom: 24px;
    }

    #header a:not(.btn) {
        text-decoration: underline;
    }

    #header a.btn {
        margin-bottom: 24px;
        padding: 13px 96px;
    }

    #header a.btn-white,
    #header a.btn-white:hover,
    #header a.btn-white:active,
    #header a.btn-white:visited {
        color: #021831;
        background-color: #FFFFFF;
    }

    #header .flex-item {
        flex: 1;
        padding: 90px 0px;
        background-size: cover;
        background-position: center center;
        display: flex;
    }

        #header .flex-item:first-of-type {
            padding-right: 80px;
            justify-content: flex-end;
            background-image: url('https://media-download.erieri.com/assets/img/SS/left_header.jpg')
        }

        #header .flex-item:last-of-type {
            padding-left: 80px;
            justify-content: flex-start;
            background-image: url('https://media-download.erieri.com/assets/img/SS/right_header.jpg')
        }

        #header .flex-item .item-container {
            max-width: 495px;
            flex-direction: column;
            justify-content: center;
        }


/* #endregion header-section */

/* #region participation-info */
#participation-info {
    padding: 48px 0px;
}

    #participation-info h1 {
        margin-bottom: 7px;
        color: #424242;
    }

    #participation-info p:not(.status) {
        margin-bottom: 28px;
        color: #424242;
    }

    #participation-info p.status {
        color: #FFFFFF;
        font-size: 30px;
        font-weight: 700;
        padding: 23px 60px;
        margin-top: 48px;
    }

    #participation-info a {
        color: #0D6940;
        text-decoration: underline;
    }
/*#endregion participation-info*/

/* #region next-steps*/
#next-steps {
    padding: 26px 0px 49px 0px;
    margin-bottom: 58px;
    background-color: #EFEFEF;
}

    #next-steps .d-flex .flex-item {
        flex: 1;
        padding: 10px 70px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

        #next-steps .d-flex .flex-item:not(:first-of-type) {
            border-left: 1px solid #707070;
        }

        #next-steps .d-flex .flex-item:first-of-type {
            padding-left: 0px;
        }

        #next-steps .d-flex .flex-item:last-of-type {
            padding-right: 0px;
        }

    #next-steps a.btn-green {
        padding-left: 20px;
        padding-right: 20px;
    }

    #next-steps p.bold {
        font-size: 18px;
    }

.phone-number {
    color: #006940;
    font-size: 26px;
    font-weight: 700;
}

.section-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 13px;
}

a.btn-with-icons {
    display: flex;
    justify-content: center;
    align-items: center;
}

    
/* #endregion next-steps */

.workforce-survey-container {
    box-shadow: 0px 3px 8px #00000029;
    border: 1px solid #E5E5E5;
    border-radius: 8px;
    padding: 60px 100px;
    margin-bottom: 96px;
}
    .workforce-survey-container h2 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 16px;
    }
    .workforce-survey-container .content {
        margin-bottom: 24px;
    }

/* #region surveys-list */
#surveys-list {
    display: flex;
    flex-direction: row;
    padding: 0px 100px;
    margin-bottom: 10px;
}

    #surveys-list .flex-item {
        display: flex;
        flex-direction: column;
        flex: 1;
    }

    #surveys-list a:not([class^="btn"]) {
        padding: 0px;
    }

    #surveys-list ul {
        font-family: Roboto, sans-serif;
        font-weight: 300;
        font-size: 14pt;
        padding-left: 0px;
        margin-bottom: 40px;
    }

        #surveys-list ul li {
            background: url('../../images/green-bullet-point.png') no-repeat scroll 0 9px rgba(0, 0, 0, 0) !important;
            line-height: 1.8em;
            list-style: none outside none;
            overflow: inherit;
            list-style: none outside none;
            margin-bottom: 16px;
            padding: 0px 0px 0px 19px;
            font-size: 16px;
            font-weight: 600;
        }

            #surveys-list ul li a:visited,
            #surveys-list ul li a:focus,
            #surveys-list ul li a:active,
            #surveys-list ul li a {
                color: #006940;
                text-decoration: underline;
            }

            #surveys-list ul li:last-of-type {
                margin-bottom: 0px;
            }

.category-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 13px;
}

    .category-title {
        font-size: 26px;
    }
/* #endregion surveys-list */

/* #region mix-block */
.mix-block {
    margin-bottom: 45px;
}

    .mix-block .tab-style-1 > .row {
        background-color: #006940;
        padding: 35px 0px 85px 0px;
    }

    .mix-block .tab-style-1 .tab-content {
        background-color: transparent;
        box-shadow: none;
        border: none;
        margin-bottom: 0px;
        padding: 0px 0px;
    }

        .mix-block .tab-style-1 .tab-content .tab-pane:first-of-type .row {
            margin: 0 -15px;
        }

        .mix-block .tab-style-1 .tab-content p,
        .mix-block a.url-white {
            color: #FFFFFF;
            font-size: 18px;
            font-weight: 700;
            margin-bottom: 8px;
        }

    .mix-block a.url-white {
        margin-bottom: 28px;
        text-decoration: underline;
    }

    .mix-block a:not(.fancybox-button) {
        display: inline-block;
    }


    .mix-block .tab-pane {
        overflow-y: auto;
        overflow-x: hidden;
    }

.tab-style-1 ul.nav-tabs {
    display: flex;
    align-items: flex-end;
}

    .tab-style-1 ul.nav-tabs > li {
        margin: 0px 12px 0px 0px;
    }

    .tab-style-1 ul.nav-tabs li > a {
        font-size: 18px;
        font-weight: 700;
        padding: 15px 35px;
        margin: 0;
        background-color: transparent;
        color: #0D6940;
        border: none;
        border-radius: 0px;
        box-shadow: 0px -2px 4px #0000005C;
    }

    .tab-style-1 ul.nav-tabs li.active > a {
        border: none;
    }

.tab-style-1 .tab-content img,
.gallery-item {
    margin: 0;
    padding: 0;
    border: none;
}

.gallery-item {
    display: flex;
    justify-content: center;
}

.tab-style-1 .tab-content .fancybox-button {
    max-width: 85%;
    padding: 0;
}


/* #endregion mix-block*/


@media (max-width: 1199.98px) {
    #header .flex-item .item-container {
        max-width: 390px;
    }

    .workforce-survey-container img {
        max-width: 400px;
    }
}

@media (max-width: 991.98px) {
    #header .flex-item .item-container {
        max-width: 270px;
    }
}
@media (max-width: 992px) {
    .tab-style-1 {
    }

        .tab-style-1 .tab-content .fancybox-button {
            max-width: 90%;
        }

        .tab-style-1 ul.nav-tabs {
            width: 100%;
        }

            .tab-style-1 ul.nav-tabs li {
                width: 50%;
                margin-right: 0px;
            }

                .tab-style-1 ul.nav-tabs li > a {
                    width: 100%;
                }

    .mix-block .tab-style-1 > .row {
        padding-bottom: 40px;
        padding-top: 15px;
    }

    .gallery-page {
        padding-top: 25px;
    }

    .gallery-item {
        max-width: none;
    }

        .gallery-item:not(:last-of-type) {
            margin-bottom: 17px;
        }

    .tab-style-1 .row [class*="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    #next-steps {
        padding: 30px 0px 35px 0px;
        margin-bottom: 28px;
    }

        #next-steps .d-flex {
            flex-direction: column;
        }

            #next-steps .d-flex .flex-item {
                padding: 20px 0px 30px 0px;
            }

                #next-steps .d-flex .flex-item:not(:first-of-type) {
                    border-left: none;
                    border-top: 1px solid #707070;
                }

                #next-steps .d-flex .flex-item:first-of-type {
                    padding-top: 0px;
                }

                    #next-steps .d-flex .flex-item:first-of-type .bold {
                        margin-bottom: 10px;
                    }

                    #next-steps .d-flex .flex-item:first-of-type .btn-green {
                        margin-top: 14px;
                    }

                #next-steps .d-flex .flex-item:last-of-type {
                    padding-bottom: 0px;
                }

                    #next-steps .d-flex .flex-item:last-of-type .bold {
                        margin-bottom: 11px;
                    }

    .section-title {
        margin-bottom: 7px;
    }

    a.btn-with-icons {
        margin-top: 19px;
    }

    .workforce-survey-container {
        padding: 60px;
    }
        .workforce-survey-container h2 {
            font-size: 32px;
            line-height: 38px;
        }
        .workforce-survey-container img {
            max-width: 300px;
        }

    #surveys-list {
        flex-direction: column;
    }
}

@media (min-width: 768px) {
    .workforce-survey-container {
        display: table;
    }
        .workforce-survey-container .image-container.non-tablet, .workforce-survey-container .content-container {
            display: table-cell;
            vertical-align: middle;
        }
        .workforce-survey-container .content-container {
            padding-right: 36px;
        }
}

@media (max-width: 767px) {
    #header {
        flex-direction: column;
    }

        #header .flex-item:first-of-type {
            padding: 34px 39px;
            justify-content: center;
        }

        #header .flex-item:last-of-type {
            padding: 40px 39px;
            justify-content: center;
        }

        #header .flex-item .item-container {
            max-width: 515px;
        }

    .tab-style-1 {
        margin-left: -15px;
        margin-right: -15px;
        margin-top: 0px;
    }

        .tab-style-1 .tab-content {
            margin-bottom: 38px;
        }

        .tab-style-1 ul.nav-tabs li > a {
            font-size: 16px;
            line-height: 21px;
        }

    .mix-block .tab-pane:first-of-type {
        padding-left: 25px;
        padding-right: 25px;
    }

    .workforce-survey-container img {
        max-width: 100%;
        margin-bottom: 24px;
    }

    #surveys-list {
        padding: 0 50px;
        margin-bottom: 18px;
    }

        #surveys-list ul {
            margin-bottom: 22px;
            padding-left: 25px;
        }
}

@media (max-width: 576px) {
    h1,
    h2,
    h3 {
        font-size: 26px;
    }

    #header h1 {
        margin-bottom: 8px;
    }

    #header a.btn {
        margin-bottom: 15px;
    }

    #header p {
        margin-bottom: 15px;
    }

    .mix-block .tab-style-1 > .container {
        padding: 0;
    }

    #participation-info {
        padding: 25px 0px 44px 0px;
    }

        #participation-info h1 {
            margin-bottom: 12px;
        }

        #participation-info p.status {
            margin: 0px -39px;
            padding: 19px 37px;
        }

        #participation-info p:not(.status) {
            margin-bottom: 24px;
        }

    .workforce-survey-container {
        padding: 36px;
    }

    #surveys-list {
        padding: 0;
    }
}