﻿body {
}

table tbody {
    border: none;
}

a {
    color: #000;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
        color: #000;
    }

    a.nolink {
        text-decoration: none;
    }

section.page-header {
    margin-top: 60px;
}

section#contact-us {
    font-size: 1rem;
    line-height: 1.25rem;
    background-color: #fff;
}

.page-content {
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: 0;
    color: #1e1e1e;
    padding: 1.875rem;
    border-bottom: 1px solid #1e1e1e;
}

.sub-menu {
    border-bottom: 1px solid #1e1e1e;
    border-collapse: collapse;
}

.menu-item:first-child {
    border-left: none;
}

.menu-item {
    text-align: center;
    border-left: 1px solid #1e1e1e;
}

.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    max-width:1200px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}

@media (max-width: 400px) {
    section#contact-us .col-sm-12 {
        margin-bottom: 30px;
    }

    header#root-header #root-header-main-container {
        padding-right: 0rem;
    }

    header#root-header #root-header-main-container #identity {
        font-size: 1rem;
    }

    .hidden-xs {
        display:none;
    }

    section.page-header {
        margin-top: 100px;
    }
}
