div.ui.piled.segment span {
    font-size: 1.5em;
}

.hidden.menu {
    display: none;
}

.masthead.segment {
    min-height: 300px;
    padding: 1em 0em;
}

.masthead .logo.item img {
    margin-right: 1em;
}

.masthead .ui.menu .ui.button, .top-button {
    margin-left: 0.5em !important;
}

.masthead h1.ui.header {
    margin-top: 1em;
    margin-bottom: 0em;
    font-size: 4em;
    font-weight: normal;
}

.masthead h2 {
    font-size: 1.7em;
    font-weight: normal;
}

.ui.vertical.stripe {
    z-index: 10;
    padding: 8em 0em;
}

#paws-logo {
    width: 360px;
}

@media only screen and (max-width: 800px) {
    #paws-logo {
        width: 240px;
    }
}

@media only screen and (max-width: 600px) {
    .ui.vertical.stripe {
        z-index: 10;
        padding: 2em 0em;
    }

    #paws-logo {
        width: 160px;
    }
}

.ui.vertical.stripe h3 {
    font-size: 2em;
}


ul > li, ol > li {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 1.33em;
}

li>ol {
    font-size: 17px;
}

.ui.vertical.stripe .floated.image {
    clear: both;
}

.ui.vertical.stripe p {
    font-size: 1.33em;
}

.ui.vertical.stripe .horizontal.divider {
    margin: 3em 0em;
}

.quote.stripe.segment {
    padding: 0em;
}

.quote.stripe.segment .grid .column {
    padding-top: 5em;
    padding-bottom: 5em;
}

.footer.segment {
    padding: 3em 0em;
}

.secondary.pointing.menu .toc.item {
    display: none;
}

@media only screen and (max-width: 700px) {
    .ui.fixed.menu {
        display: none !important;
    }

    .secondary.pointing.menu .item,
    .secondary.pointing.menu .menu {
        display: none;
    }

    .secondary.pointing.menu .toc.item {
        display: block;
    }

    .masthead.segment {
        min-height: 350px;
    }

    .masthead h1.ui.header {
        font-size: 2em;
        margin-top: 1.5em;
    }

    .masthead h2 {
        margin-top: 0.5em;
        font-size: 1.5em;
    }
}

.center.aligned.segment.header_main {
    background-color: #37536f;
}

.ui.large.secondary.inverted.pointing.menu {
    border: none;
}

.ui.vertical.stripe.segment {
    border-bottom: none;
}

.footer-placer {
    height: 120px;
}

.ui.inverted.vertical.segment {
    background-color: #263f58;
}

.ui.inverted.link.list a.item {
    color: rgba(255, 255, 255, 0.7);
}

.footer-image {
    margin-left: 20px;
    margin-bottom: 12px;
    vertical-align: middle;
}

.footer-image-chl {
    width: 160px;
}

.footer-image-fnr {
    height: 60px;
}

.footer-image-lcsb {
    height: 82px;
}

#footer-logo-columns {
    background-color: white;
    border-radius: 17px;
}

.footer-segment {
    z-index: 100;
    margin-top: 8px !important;
}

@media (min-height: 320px) {
    /* So that footer sticks to the page's bottom */
    .ui.footer {
        bottom: 0;
        position: absolute;
        width: 100%;
        z-index: 0;
    }
}
