*,
*:before,
*:after {
    box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}

footer,
header,
nav,
section,
main {
    display: block;
}

body {
    font-family: "Lato", sans-serif;
    color: #000;
    font-weight: 400;
}

svg,
img {
    max-width: 100%;
    height: auto;
}

ol,
ul {
    list-style: none;
    margin-bottom: 20px;

    li {
        font-size: 17px;
        line-height: 31px;
        margin-bottom: 5px;

        &.disc {
            list-style: disc;
        }
    }
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input {
    -webkit-appearance: none;
    border-radius: 0;
}

a,
a:hover {
    text-decoration: none;
    color: inherit;
    transition: 0.3s ease;
}

p {
    font-size: 17px;
    line-height: 31px;
    margin-bottom: 20px;


}

h1 {
    font-size: 64px;
    margin-bottom: 20px;
}

h2 {
    font-size: 50px;
    margin-bottom: 20px;

    @media only screen and (max-width: 600px) {
        font-size: 35px;
    }
}

h3 {
    font-size: 35px;
    margin-bottom: 20px;

    @media only screen and (max-width: 600px) {
        font-size: 23px;
    }
}

h4 {
    font-size: 25px;
    margin-bottom: 20px;
    color: #f47f23;


}

h5 {
    font-size: 21px;
    margin-bottom: 20px;

    @media only screen and (max-width: 600px) {
        font-size: 17px;
    }
}

h6 {
    font-size: 19px;
    margin-bottom: 20px;
}

.yellow-button {
    font-size: 22px;
    color: white;
    font-weight: 700;
    line-height: 33px;
    padding-left: 1.75em;
    padding-right: 1.75em;
    padding-top: 0.8em;
    padding-bottom: 0.8em;
    background-color: rgb(255, 148, 62);
    background-image: linear-gradient(rgb(255, 148, 62), rgb(246, 119, 33));
    border: 1px solid rgb(255, 148, 62);
    border-radius: 4px !important;
    text-align: center;
    cursor: pointer;

    &:hover {
        color: white;
    }

    &.full {
        width: 100%;
    }

    &.medium {
        padding: 11px 20px;
        font-size: 17px;
    }

    @media only screen and (max-width: 600px) {
        font-size: 14px !important;
    }
}

.sidebar-container {
    height: 100%;
}

.aligncenter,
.text-center {
    text-align: center;
}

.ehb-small-container {
    max-width: 919px;
    margin: auto;
}

.ehb-medium-container {
    max-width: 1300px;
    margin: auto;
}

.section-padding,
.ehb-content-w-sidebar {
    padding: 40px 20px;

    @media only screen and (max-width: 600px) {
        padding: 40px 15px;
    }
}

div.ugb-b828939-content-wrapper.ugb-container__content-wrapper {
    width: 100% !important;

    @media only screen and (max-width: 600px) {
        width: 100% !important;
    }
}

.no-padding-bottom {
    padding-bottom: 0;
}

/* tables */

table {
    width: 100%;
    text-align: left;
    margin: 32px 0px;
    padding: 0px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    border: 3px solid rgba(0, 0, 0, 0.12);
    border-spacing: 0;
    border-radius: 4px;

    p {
        margin: 6px 0px;
        padding: 0px;
    }

    form {
        margin: 6px 0px;
        padding: 0px;
    }

    ul {
        margin: 6px 0px;
        padding: 0px;
    }

    li {
        margin: 6px 0px;
        padding: 0px;
    }

    thead {
        border: 1px solid #dddddd;
        border: 1px solid rgba(0, 0, 0, 0.12);
    }

    tfoot {
        border: 1px solid #dddddd;
        border: 1px solid rgba(0, 0, 0, 0.12);
    }

    tbody {
        tr {
            &:nth-child(odd) {
                background: rgba(0, 0, 0, 0.04);
            }
        }
    }

    th {
        font-size: 1.1rem;
        text-transform: uppercase;
        margin: 0px;
        padding: 12px;
        border-top: 1px solid #dddddd;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        box-sizing: border-box;
    }

    td {
        padding: 12px;
        margin: 0px;
        border-top: 1px solid #dddddd;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        box-sizing: border-box;
    }
}

table.wp-block-table {
    width: 100%;
    text-align: left;
    margin: 32px 0px;
    padding: 0px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.08);
    border: 3px solid rgba(0, 0, 0, 0.12);
    border-spacing: 0;
    border-radius: 4px;

    thead {
        border: 1px solid #dddddd;
        border: 1px solid rgba(0, 0, 0, 0.12);
    }

    tfoot {
        border: 1px solid #dddddd;
        border: 1px solid rgba(0, 0, 0, 0.12);
    }

    th {
        font-size: 1.1rem;
        text-transform: uppercase;
        margin: 0px;
        padding: 12px;
        border-top: 1px solid #dddddd;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        box-sizing: border-box;
    }

    td {
        padding: 12px;
        margin: 0px;
        border-top: 1px solid #dddddd;
        border-top: 1px solid rgba(0, 0, 0, 0.12);
        box-sizing: border-box;
    }
}

table.wp-block-table.is-style-stripes {
    border-collapse: collapse;

    td {
        border: 1px solid #dddddd;
        border: 1px solid rgba(0, 0, 0, 0.12);
    }
}

.content-format {
    ol {
        list-style: decimal;
        padding-left: 20px;
    }

    ul {
        list-style: initial;
        padding-left: 20px;
    }
}

main {
    background-color: #d9d9d9;
}

header {
    background-color: #fff;
}

header .menu-header-menu-container {}

header .menu-header-menu-container ul {
    text-align: right;
    margin-bottom: 0;
}

header .menu-header-menu-container ul li {
    display: inline-block;
    margin-left: 8%;
    color: #253793;
    font-size: 20px;
    font-weight: bold;
}

header .menu-header-menu-container ul li:hover {
    color: #f47f23;

}

@media (max-width: 576px) {
    .logo {
        max-width: 80%;
        margin: 0 auto;
        width: 100%;
        display: block;
    }
}

@media (max-width: 576px) {
    header .menu-header-menu-container ul {
        text-align: center;
    }

    header .menu-header-menu-container ul li {
        margin-left: 5%;
        font-size: 16px !important;
    }

    header .menu-header-menu-container ul li:first-child {
        margin-left: 0% !important;
    }
}

.home .header-hero {
    background: url('assets/images/Pittsburgh Skyline.png') no-repeat;
    background-size: cover;
    background-position: center center;
    height: calc(100vh - 159px);
}

@media (max-width: 992px) {
    .home .header-hero {
        height: auto;

    }
}

.home .header-hero .overlay {
    background-color: rgba(0, 0, 0, 0.6);
    height: 100%;
    width: 100%;
    padding-bottom: 12%;
}

.home .header-hero .title {
    text-align: center;
    color: #fff;
    font-size: 4vw;
    padding-top: 12%;
    max-width: 60%;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .home .header-hero .title {
        font-size: 16px !important;
    }
}

.contact-us {
    color: #253793;
    height: calc(100vh - 159px);
    text-align: center;
    padding-top: 8%;

    h4 {
        color: #253793 !important;
    }

    p {}
}