body {
    font-family: 'Montserrat', sans-serif;
    color: #616161;
    font-size: 12px;
    line-height: 20px;
    font-weight: 200;
}

h1 {
    display: block;
    margin: 0 0px 12px;
    font-family: 'Montserrat', sans-serif;
    color: #35445b;
    font-size: 24px;
    line-height: 36px;
    font-weight: 500;
}

h2 {
    margin: 0 0px 10px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 36px;
    line-height: 43px;
    font-weight: 300;
    letter-spacing: 0px;
}

h3 {
    margin: 10px 0px 23px;
    padding-right: 366px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

h5 {
    margin: 10px 428px 10px 0px;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
    font-size: 22px;
    line-height: 28px;
    font-weight: 300;
}

h5 {
    margin: -8px 0px 10px;
    padding-bottom: 6px;
    border-bottom: 1px solid hsla(0, 0%, 50%, .2);
    font-family: 'Montserrat', sans-serif;
    color: #4182d0;
    font-size: 19px;
    line-height: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

h6 {
    margin: 10px 0px;
    padding-right: 13px;
    padding-left: 13px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    text-align: center;
}

p {
    display: block;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #616161;
    font-size: 14px;
    line-height: 27px;
    font-weight: 300;
}

.small-footer {
    float: right;
    clear: right;
    font-family: 'Sorts Mill Goudy', sans-serif;
    color: #fff;
    font-size: 0.7rem;
    line-height: 1.1rem;
    font-weight: 300;
    text-decoration: none;
}

.small-footer.sml {
    font-size: 0.6rem;
    letter-spacing: 0.5px;
    color: #fff;
}

.header {
    position: static;
    left: 0px;
    top: 0px;
    right: 0px;
    z-index: 250;
    height: 120px;
    margin-top: 0px;
    margin-bottom: 60px;
    padding-right: 5%;
    padding-left: 5%;
    background-color: hsla(0, 0%, 100%, 1);
    box-shadow: 0 11px 15px -5px rgba(0, 0, 0, .4);
}

.april2014 {
    overflow: hidden;
}

.ipo-heading {
    position: absolute;
    z-index: 1;
    left: 12px;
    width: 120px;
}

.march2014 {
    overflow: hidden;
}

.home {
    background-color: hsla(0, 0%, 100%, .4);
    background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .4)), url('../images/Perscitus-abstract-med-lg.jpg');
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .4), hsla(0, 0%, 100%, .4)), url('../images/Perscitus-abstract-med-lg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
}

.home.inside {
    background-image: none;
}

.navbar {
    background-color: transparent;
}

.brand {
    width: 270px;
    height: 120px;
}

.image {
    position: relative;
    max-height: 80%;
    top: 50%;
    display: block;
    width: 80%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.nav-menu {
    display: inline-block;
    margin-top: 51px;
    color: #535b6a;
}

.nav-link {
    padding: 0px;
    color: #535b6a;
    font-size: 0.8rem;
    line-height: 1.2rem;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 300;
}

.nav-link:hover {
    color: #000;
}

.nav-link:active {
    color: #d8d3b5;
}

.nav-link.w--current {
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d8d3b5;
    color: #525252;
}

.nav-link.topbtn {
    margin-bottom: 21px;
    padding-bottom: 16px;
    color: #535b6a;
}

.nav-link.topbtn.w--current {
    border-bottom-style: none;
}

.homebtn {
    width: 40px;
    height: 45px;
    margin-right: 14px;
    background-image: url('../images/home.svg');
    background-position: 50% 50%;
    background-size: 40px;
    -webkit-transform: translate(0px, -12px);
    -ms-transform: translate(0px, -12px);
    transform: translate(0px, -12px);
    float: left;
}

.homebtn:hover {
    background-image: url('../images/home-k.svg');
}

.homebtn:active {
    background-image: url('../images/home-on.svg');
}

.homebtn.w--current {
    padding-bottom: 16px;
    border-bottom: 1px solid #d8d3b5;
    color: #525252;
}

.home-main-content {
    position: relative;
    display: block;
    margin-right: auto;
    margin-bottom: 120px;
    margin-left: auto;
    padding-bottom: 120px;
}

.hp-main-content {
    position: absolute;
    left: 0px;
    top: 54%;
    right: 0px;
    display: block;
    margin-right: auto;
    margin-bottom: 120px;
    margin-left: auto;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.main-content-wrap {
    display: block;
    margin-right: 32%;
    margin-left: 32%;
}

.main-content-wrap.inside {
    margin-top: 29px;
    margin-right: 25%;
    margin-left: 25%;
}

.main-content-wrap.news {
    margin: 20px 0% 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    clear: left;
    border-bottom: 1px solid rgba(83, 91, 106, .5);
    cursor: pointer;
    text-decoration: none;
}

.main-content-wrap.news:hover {
    background-color: rgba(83, 91, 106, .05);
}

.home-logo-image {
    display: block;
    width: 60%;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
}

.paragraph {
    color: #000;
    text-align: justify;
}

.paragraphcenter {
    color: #000;
    text-align: center;
}

.paragraph ul {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    color: #616161;
    font-weight: 300;
}

.paragraph.italic {
    font-family: 'Cormorant Garamond', sans-serif;
    font-size: 1.2rem;
    line-height: 1.5rem;
    font-style: italic;
    text-align: left;
}

.footer {
    position: fixed;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-top: 15px;
    padding-right: 5%;
    padding-bottom: 15px;
    background-color: rgba(53, 68, 91, 1 );
    text-decoration: none;
    z-index: 1;
}

.inset-image {
    width: 60%;
    height: auto;
    margin-bottom: 20px;
    clear: both;
}

.mugwrap {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.heading {
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: center;
}

.utility-page-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    height: 100vh;
    max-height: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.utility-page-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
}

.utility-page-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.main-title {
    margin-top: -61px;
    margin-bottom: 52px;
    padding: 68px 20% 20px;
    background-color: #535b6a;
    background-image: url('../images/repeat-roundel.svg');
    background-position: 50% 50%;
    background-size: auto 150%;
    background-repeat: repeat-x;
    font-family: 'Cormorant Garamond', sans-serif;
    color: #fff;
    font-size: 2.5rem;
    line-height: 2rem;
    font-style: normal;
    font-weight: 300;
    text-align: center;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.menu-spacer {
    position: relative;
    display: inline-block;
    width: 1px;
    height: 20px;
    margin-bottom: 20px;
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid #000;
}

.tile {
    width: 100%;
    margin: 10px 1%;
    height: 250px;
    background-color: #fff;
    box-shadow: 0px 4px 16px -3px #999999;
    text-decoration: none;
    overflow: hidden;
}

.tile:hover {
    box-shadow: 0 4px 20px 0 #999;
}

.tile-pic-container {
    overflow: hidden;
    height: 70%;
    text-align: center;
}

.tile-caption {
    overflow: hidden;
    height: 30%;
    padding-top: 14px;
    padding-right: 8px;
    padding-left: 8px;
    font-size: 0.75rem;
    line-height: 1.2rem;
    text-align: center;
}

.tile-logo {
    position: relative;
    top: 50%;
    max-height: 80%;
    max-width: 80%;
    -webkit-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
}

.tabs {
    z-index: 1;
    margin-right: 20%;
    margin-left: 20%;
}

.tabs-menu {
    width: 250px;
    margin-right: 10px;
    float: left;
}

.tablink {
    width: 90%;
    font-weight: 500;
    color: #35445b;
    background-color: transparent;
    font-size: 0.85rem;
}

.tablink.w--current {
    background-color: hsla(51, 31%, 78%, .4);
}

.image-2 {
    width: 100%;
}

.paragraph-2 {
    font-size: 1rem;
    line-height: 2rem;
    color: black;
    font-weight: 400;
    text-align: justify;
}

.names {
    font-family: 'Cormorant Garamond', sans-serif;
    color: #535b6a;
    font-size: 2.5rem;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.tab-pane {
    z-index: 1000;
    margin-top: 0px;
}

.row {
    margin-right: 5%;
    margin-left: 5%;
    text-align: center;
}

.news-title {
    display: inline-block;
    padding-right: 15px;
    color: #35445b;
    font-size: 1.2rem;
    font-weight: 300;
    text-align: right;
}

.news-title.article {
    font-size: 1.8rem;
    line-height: 2rem;
    text-align: left;
}

.column {
    padding-left: 25px;
    border-left: 1px solid rgba(83, 91, 106, .5);
}

.date {
    margin-right: -10px;
    padding: 5px;
    background-color: rgba(83, 91, 106, .1);
    color: #535b6a;
    font-size: 0.75rem;
    text-align: center;
    text-decoration: none;
}

.tags-wrapper {
    width: 100%;
    margin: 0 0 1rem;
    height: auto;
    clear: right;
}

.blog-archive-wrap {
    width: 17.5%;
    margin-left: 20px;
    float: left;
}

.year-title-tag {
    padding: 8px;
    margin-right: 10px;
    position: relative;
    float: left;
    font-size: larger;
    font-weight: 500;
    color: #000;
    background-color: rgba(83, 91, 106, .1);
}

.year-tag {
    text-decoration: none;
    text-align: center;
    color: #535b6a;
    background-color: #d8d3b5;
}

.year-tag:active, .year-tag.active {
    color: #d8d3b5;
    background-color: #535b6a;
}

.jm {
    font-size: larger;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 20px;
}

.column-title {
    background-color: #d8d3b5;
    padding: 8px;
    text-align: center;
    width: 100%;
    margin-bottom: 1rem;
    text-transform: uppercase;
    display: block;
    clear:right;
    margin-top: 2rem;
}

.right {
    float: right;
}

.blog-sub {
    float: left;
    font-family: 'Cormorant Garamond', sans-serif;
    color: #535b6a;
    font-size: 1.6rem;
    font-style: italic;
    width: 100%;
}

.news-outer-wrap {
    width: 50%;
    margin-left: 15%;
    float: left;
}

.comment-outer-wrap {
    width: 70%;
    margin-left: 15%;
    display: flex;
    flex-direction: column;
}

.text-field {
    width: 80%;
    float: left;
}

.submit-button {
    width: 20%;
    background-color: #535b6a;
}

.submit-button:hover {
    background-color: #35445b;
}

.submit-button.right {
    width: 82%;
    text-transform: uppercase;
}

.submit-button.left {
    width: 20%;
    margin-left: 18%;
    background-color: rgba(83, 91, 106, .8);
    text-transform: uppercase;
}

.aside-head {
    margin-top: 4px;
    margin-bottom: 17px;
    padding-bottom: 19px;
    color: #35445b;
    font-size: 1.6rem;
    font-weight: 300;
    text-transform: none;
}

.archive-btn {
    width: 100%;
    margin-bottom: 4px;
    background-color: rgba(83, 91, 106, .2);
    color: #35445b;
    font-weight: 300;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
}

.archive-btn.w-active {
    background-color: #535b6a;
    color: white;
}

.right {
    float: right;
}

.prev-next {
    width: 90px;
    margin-top: 40px;
    margin-right: 6px;
    background-color: #535b6a;
    text-align: center;
}

.address-panel {
    width: 82%;
    margin-left: 18%;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 0px;
    float: left;
}

.form-label {
    width: 18%;
    margin-top: 9px;
    float: left;
    text-align: right;
    padding-right: 20px;
}

.form-field {
    width: 82%;
}

.tel {
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 400;
}

.contact-txt-area {
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.6rem;
}

.station {
    width: 85px;
    height: 30px;
    margin-top: -45px;
    margin-left: -110px;
    text-align: right;
}

.station-directions {
    margin-top: 5px;
    margin-bottom: 20px;
}

.text-block-4 {
    margin-top: -26px;
    margin-bottom: 28px;
    margin-left: 42%;
    font-size: 0.75rem;
}

.office {
    position: relative;
    z-index: -1;
    width: 500px;
    height: 730px;
    margin-top: -407px;
    margin-left: 94%;
    background-image: url('../images/10-Buckingham-Street-PerscitusLLP.jpg');
    background-position: 0px 0px;
    background-size: cover;
    background-repeat: no-repeat;
}


.menu {
    z-index: 2;
    margin-top: 10px;
    width: 100%;
    text-align: center;
}

/* style for the button */
.menu:before {
    content: "Share";
    color: white;
    padding: 0.5rem;
    text-align: center;
    width: 100%;
}

.menu:focus {
    pointer-events: none;
}

/* If :focus detected the dropdown menu is displayed by making it visible */
.menu:focus .menu-dropdown {
    margin-top: 10px;
    opacity: 1;
    visibility: visible;
}

/* style for the dropdown box */
.menu-dropdown {
    pointer-events: auto;
    position: absolute;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: visibility 1s;
    margin-left: 0px;
}

/* style the links in the dropdown */
.menu-dropdown a {
    background-color: #535b6a;
    display: block;
    color: white;
    text-decoration: none;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 1px;
}

.menu-dropdown a:hover {
    background-color: #35445b;
}

.comment-links {
    color: #ffffff;
    font-weight: 400;
    font-size: 0.75rem;
    background-color: #535b6a;
    padding: .5rem;
    width: 100%;
    margin-top: 10px;
}

.link {
    color: #fff;
    text-decoration: none;
}

.link:hover {
    color: #d8d3b5;
}

.news-logo {
    max-height: 250px;
}

html.w-mod-js *[data-ix="display-none"] {
    display: none;
}

@media (max-width: 991px) {
    h1 {
        padding-left: 0px;
        font-size: 23px;
        line-height: 35px;
    }

    h3 {
        padding-left: 39px;
        font-size: 15px;
        line-height: 22px;
    }

    h4 {
        margin-right: 257px;
    }

    h5 {
        font-size: 16px;
    }

    p {
        font-size: 12px;
        line-height: 16px;
    }

    .small-footer.sml {
        font-size: 0.5rem;
        text-align: right;
    }

    .home {
        background-image: url('../images/Perscitus-abstract-med-lg-p.jpg');
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .inset-image {
        width: 100%;
        height: auto;
        margin-left: 0px;
        margin-bottom: 20px;
    }

    .mugwrap {
        width: 100%;
        margin-bottom: 20px;
        margin-left: 0px;
    }

    .nav-menu {
        position: absolute;
        z-index: 100;
        margin-top: 0px;
        background-color: hsla(51, 31%, 78%, .9);
    }

    .nav-link {
        display: block;
        padding-top: 12px;
        padding-bottom: 12px;
        border-bottom: 1px solid #fff;
        border-left-style: none;
    }

    .nav-link:hover {
        color: #000;
    }

    .nav-link:active {
        color: #fff;
    }

    .nav-link.w--current {
        margin-bottom: 0px;
    }

    .nav-link.topbtn {
        margin-bottom: 0px;
        border-top: 1px solid #fff;
    }

    .homebtn {
        display: block;
        margin-top: 18px;
        margin-right: auto;
        margin-left: auto;
    }

    .tabs {
        margin-top: -36px;
        margin-right: 10%;
        margin-left: 4%;
    }

    .main-content-wrap.news {
        margin-right: 0%;
        margin-left: 5%;
    }

    .home-logo-image {
        width: 100%;
        margin-bottom: 30px;
    }

    .footer {
        padding: 11px 4%;
    }

    .heading {
        font-size: 1.3rem;
    }

    .menu-button {
        margin-top: 30px;
        background-color: hsla(51, 31%, 78%, .4);
    }

    .menu-button:hover {
        background-color: hsla(51, 31%, 78%, .8);
    }

    .menu-button:active {
        background-color: rgba(83, 91, 106, .7);
    }

    .menu-spacer {
        display: none;
    }

    .tile-wrap {
        padding-right: 4%;
        padding-left: 4%;
    }

    .tile {
        margin-right: 14px;

        /* margin-bottom: 12px;
  } */
        .tile-caption {
            font-size: 0.7rem;
        }

        .mugwrap {
            width: 100%;
            margin-bottom: 20px;
        }

        .paragraph-2 {
            padding-left: 0px;
            font-size: 0.7rem;
            line-height: 1.8rem;
        }

        .names {
            padding-right: 0px;
            font-size: 1.75rem;
        }

        .news-title {
            display: block;
            padding-right: 0px;
            padding-left: 0px;
        }

        .blog-archive-wrap {
            width: 22.5%;
        }

        .blog-sub {
            line-height: 2rem;
        }

        .news-outer-wrap {
            width: 85%;
            margin-left: 8%;
        }

        .text-field {
            width: 75%;
        }

        .submit-button {
            width: 25%;
            padding-right: 0px;
            padding-left: 0px;
        }

        .submit-button.right {
            padding-right: 15px;
            padding-left: 15px;
        }

        .address-panel {
            width: 100%;
        }

        .form-label {
            width: 20%;
        }

        .form-field {
            width: 80%;
        }

        .contact-txt-area {
            font-size: 0.8rem;
        }

        .station-directions {
            width: 65%;
        }

        .news-logo {
            max-height: 150px;
        }

        .office {
            width: 300px;
            height: 500px;
            margin-top: -43px;
            margin-left: 62%;
        }
    }

    @media (max-width: 767px) {
        h1 {
            padding-top: 0px;
            padding-right: 98px;
            padding-left: 18px;
        }

        h2 {
            margin-top: 0px;
            padding-left: 0px;
            text-align: left;
        }

        h3 {
            padding-right: 98px;
            padding-left: 70px;
        }

        h4 {
            margin-right: 204px;
            font-size: 18px;
        }

        p {
            padding-left: 0px;
            text-align: left;
        }

        .small-footer {
            margin-right: 1px;
            padding-bottom: 5px;
            float: none;
            font-size: 8px;
            text-align: right;
        }

        .small-footer.sml {
            font-size: 0.35rem;
        }

        .header {
            height: 70px;
        }

        .home {
            background-image: url('../images/Perscitus-abstract-med.jpg');
            background-position: 50% 50%;
            background-size: cover;
        }

        .brand {
            height: 70px;
        }

        .paragraph-2 {
            font-size: 0.7rem;
            line-height: 1.4rem;
        }

        .image {
            display: block;
            width: 70%;
        }

        .main-content-wrap {
            margin-right: 10%;
            margin-left: 10%;
        }

        .main-content-wrap.inside {
            margin-right: 8%;
            margin-left: 8%;
        }

        .main-content-wrap.news {
            margin-right: 5%;
        }

        .home-logo-image {
            display: none;
            width: 80%;
        }

        .paragraph {
            padding-left: 0px;
        }

        .footer {
            padding: 6px 1%;
        }

        .heading {
            padding-right: 0px;
            padding-left: 0px;
            line-height: 1.9rem;
        }

        .menu-button {
            margin-top: 9px;
            padding: 12px;
        }

        .main-title {
            margin-bottom: 32px;
            font-size: 1.8rem;
        }

        .tile-wrap {
            padding-right: 4%;
            padding-left: 4%;
        }

        .tile {
            margin-right: 14px;
        }

        .tabs {
            margin-top: -20px;
            margin-right: 3%;
            margin-left: 0%;
        }

        .tabs-menu {
            width: 140px;
        }

        .tablink {
            width: 100%;
            padding-right: 20px;
            padding-left: 20px;
            font-size: 0.7rem;
        }

        .names {
            padding-right: 0px;
            font-size: 1.5rem;
        }

        .news-title {
            text-align: left;
        }

        .column {
            padding-left: 0px;
            border-left-style: none;
        }

        .blog-archive-wrap {
            width: 80%;
            margin-left: 10%;
            margin-top: 25px;
        }

        .news-outer-wrap {
            width: 100%;
            margin-left: 0%;
            padding-right: 50px;
            padding-left: 50px;
        }

        .address-panel {
            display: block;
            width: 100%;
            margin-right: auto;
            margin-left: auto;
            float: left;
            text-align: center;
        }

        .contact-txt-area {
            margin-left: 18%;
        }

        .station {
            width: 82%;
            margin-top: -15px;
            margin-left: 18%;
            margin-bottom: 20px;
            text-align: center;
        }

        .station-diections {
            width: 82%;
            margin-left: 18%;
        }

        .office {
            display: none;
        }

        .news-logo {
            max-height: 120px;
        }
    }

    @media (max-width: 767px) {
        .station-directions {
            width: 82%;
            margin-left: 18%;
        }
    }

    @media (max-width: 479px) {
        h1 {
            margin-bottom: 11px;
            padding-right: 10px;
            padding-left: 20px;
            font-size: 18px;
            line-height: 27px;
        }

        h2 {
            font-size: 28px;
        }

        h3 {
            padding-right: 31px;
            padding-left: 26px;
            font-size: 16px;
            line-height: 23px;
        }

        h4 {
            margin-right: 17px;
            font-size: 12px;
        }

        p {
            font-size: 12px;
            line-height: 18px;
        }

        .small-footer {
            margin-top: 0px;
            font-size: 9px;
            text-align: center;
        }

        .home {
            background-image: url('../images/Perscitus-abstract-sml-p.jpg');
        }

        .main-content-wrap.inside {
            margin-right: 5%;
            margin-left: 5%;
        }

        .main-title {
            margin-bottom: 20px;
            padding-top: 29px;
            font-size: 1.6rem;
        }

        .paragraph-2 {
            font-size: 0.6rem;
            line-height: 1.3rem;
        }

        .tile-wrap {
            margin-right: 5%;
            margin-left: 5%;
            padding-right: 0%;
            padding-left: 0%;
        }

        .tile {
            margin-right: 3%;
        }

        .tabs {
            margin-top: -5px;
        }

        .tabs-menu {
            width: 90px;
        }

        .tablink {
            padding-right: 10px;
            padding-left: 10px;
        }

        .news-outer-wrap {
            padding-right: 10px;
            padding-left: 10px;
        }

        .submit-button.right {
            width: 100%;
        }

        .submit-button.left {
            width: 24%;
            margin-left: 0%;
        }

        .form-label {
            float: none;
        }

        .form-field {
            width: 100%;
        }

        .contact-txt-area {
            margin-left: 0%;
        }

        .station {
            width: 100%;
            margin-left: 0%;
        }

        .station-directions {
            width: 100%;
            margin-left: 0%;
        }

        .text-block-4 {
            margin-top: -36px;
            margin-left: 25%;
        }

        .mobile-hide {
            display: none;
        }
    }
}

.comment-desktop {
  display: inline-flex;
}

.comment-mobile {
  display: none !important;
}

.comment-embed-pdf {
  margin-bottom: 250px; 
  height: 100vh;
}

@media (max-width: 479px) {  
  .year-tag {
    display: block;
  }
  
  .comment-desktop {
    display: none;
  }
  
  .comment-mobile {
    display: inline-flex !important; 
  }
  
  .comment-embed-pdf {
    margin-bottom: 250px; 
    height: 55vh;
  }
}

.link-bar {
          border-bottom-width: 1px;
      border-bottom-style: solid;
	margin-bottom: 1.5rem;
	padding-bottom: 2rem;

}

.comment-jump-to-section {
  display: block;
  border-bottom: 1px solid #545b6a;
  margin-bottom: 0;
}

.comment-jump-to-btn {
  text-decoration: none;
  color: #616161;
}

@media (min-width:768px) {
  
    .comment-jump-to-section {
      display: none;
    }
    
    .column-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
     }
    
    .comment-column {
        width: 46%;
        padding-bottom: 30px;
        display: inline-flex;
        flex-direction: column;
    }

    .link-bar {
        display: flex;
        justify-content: space-between;
        margin-top: 0px;
        flex-direction: column;
        border-bottom-width: 1px;
        border-bottom-style: solid;
		margin-bottom: 0.5rem;
    }

}
@media (min-width:991px) {
    .comment-links {
        font-size: 1rem;
        background-color: #535b6a;
        padding: .5rem;
        width: 30%;
    }

    .link-bar {
        flex-direction: row;

    }
}

.comment-links:hover {
    background-color: #35445b;
}

.comment-thumb {
    width: 28%;
}

.comment-details {
    padding-top: 25px;
    padding-bottom: 25px;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
}

.title-date {
    color: #535b6a;
    width: 100%;
}

.comment-detail-txt {
    width: 68%;
}

.comment-article-name {
    margin-top: 0px;
    border-top-width: 1px;
    border-top-style: solid;
    padding-top: 14px;
    color: #000000;
}

.pen-thb {
    width: 29.6%;
}