﻿.full {
    width: 100%;
}

.footer {
    background: darkgreen;
    height: auto;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
    bottom: 0px;
}

    .footer p {
        margin: 0;
    }

    .footer h3 {
        border-bottom: 1px solid white;
        color: white;
        font-size: 18px;
        font-weight: 600;
        line-height: 27px;
        padding: 10px 0 10px;
    }

    .footer ul {
        font-size: 13px;
        list-style-type: none;
        margin-left: 0;
        padding-left: 0;
        margin-top: 15px;
        color: white;
    }

        .footer ul li a {
            padding: 0 0 5px 0;
            display: block;
        }

    .footer a {
        color: white;
    }

        .footer a:hover {
            color: white;
        }

.footer-bottom {
    background: black;
    color: white;
    height: 100%;
}

.dropdown-menu {
    list-style: none;
    min-width: 200px;
    background-color: #f1f1f1;
}

    .dropdown-menu li a {
        display: block;
        clear: both;
        line-height: 1.428571429;
        color: black;
        padding: 5px 5px;
        font-weight: 400;
    }

        .dropdown-menu li a:hover {
            text-decoration: none;
            color: #262626;
            background-color: darkseagreen;
        }

    .dropdown-menu.columns-2 {
        min-width: 600px;
        background-color: #f1f1f1;
    }

    .dropdown-menu.columns-3 {
        min-width: 800px;
        background-color: #f1f1f1;
    }

.multi-column-dropdown {
    list-style: none;
}

    .multi-column-dropdown li a {
        display: block;
        clear: both;
        line-height: 1.428571429;
        color: black;
        border-bottom: solid black 1px;
        font-family: inherit;
    }

        .multi-column-dropdown li a:hover {
            text-decoration: none;
            color: #262626;
            background-color: darkseagreen;
        }

@media (max-width: 767px) {
    .dropdown-menu.multi-column {
        min-width: 240px !important;
        overflow-x: hidden;
    }
}

h5 {
    text-align: center;
    border-bottom: solid darkgreen 2px;
    padding-top: 10px;
}

.bg-dark {
    background-color: #212121 !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
    font-size: larger;
}

.navbar-nav > li {
    padding-left: 10px;
    padding-right: 10px;
}

.carousel {
    width: 100%;
}

p {
    font-family: inherit;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

a.btn-social,
.btn-social {
    border-radius: 50%;
    color: #ffffff !important;
    display: inline-block;
    height: 54px;
    line-height: 54px;
    margin: 8px 4px;
    text-align: center;
    text-decoration: none;
    transition: background-color .3s;
    webkit-transition: background-color .3s;
    width: 54px;
}

    .btn-social .fa,
    .btn-social i {
        backface-visibility: hidden;
        moz-backface-visibility: hidden;
        ms-transform: scale(1);
        o-transform: scale(1);
        transform: scale(1);
        transition: all .25s;
        webkit-backface-visibility: hidden;
        webkit-transform: scale(1);
        webkit-transition: all .25s;
    }

    .btn-social:hover,
    .btn-social:focus {
        color: #fff;
        outline: none;
        text-decoration: none;
    }

        .btn-social:hover .fa,
        .btn-social:focus .fa,
        .btn-social:hover i,
        .btn-social:focus i {
            ms-transform: scale(1.3);
            o-transform: scale(1.3);
            transform: scale(1.3);
            webkit-transform: scale(1.3);
        }

    .btn-social.btn-xs {
        font-size: 9px;
        height: 24px;
        line-height: 13px;
        margin: 6px 2px;
        width: 24px;
    }

    .btn-social.btn-sm {
        font-size: 13px;
        height: 36px;
        line-height: 18px;
        margin: 6px 2px;
        width: 36px;
    }

    .btn-social.btn-lg {
        font-size: 22px;
        height: 72px;
        line-height: 40px;
        margin: 10px 6px;
        width: 72px;
    }

.btn-facebook {
    background-color: #3b5998;
}

.btn-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.btn-linkedin {
    background-color: #0976b4;
}

.btn-twitter {
    background-color: #55acee;
}

.btn-youtube {
    background-color: #e52d27;
}

body,
wrapper {
    min-height: 100vh;
}

.flex-fill {
    flex: 1 1 auto;
}

a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
}

    a.skip-main:focus,
    a.skip-main:active {
        color: #fff;
        background-color: #000;
        left: auto;
        top: auto;
        width: 30%;
        height: auto;
        overflow: auto;
        margin: 10px 35%;
        padding: 5px;
        border-radius: 15px;
        border: 3px solid darkorange;
        text-align: center;
        font-size: 1.2em;
        z-index: 999;
    }

/* (A) FIXED WRAPPER */
.hwrap {
    overflow: hidden;
    /* HIDE SCROLL BAR */
    background: #eee;
    width: 93%;
    float: right
}

/* (B) MOVING TICKER WRAPPER */
.hmove {
    display: flex;
}

/* (C) ITEMS - INTO A LONG HORIZONTAL ROW */
.hitem {
    flex-shrink: 0;
    width: 45%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
}

.hitem0 {
    flex-shrink: 0;
    width: 10%;
    box-sizing: border-box;
    padding: 10px;
    text-align: center;
    z-index: 98;
}

/* (D) ANIMATION - MOVE ITEMS FROM RIGHT TO LEFT */
/* 4 ITEMS -400%, CHANGE THIS IF YOU ADD/REMOVE ITEMS */
@keyframes tickerh {
    0% {
        transform: translate3d(100%, 0, 0);
    }

    100% {
        transform: translate3d(-200%, 0, 0);
    }
}

.hmove {
    animation: tickerh linear 55s infinite;
}

    .hmove:hover {
        animation-play-state: paused;
    }

.hleft {
    width: 7%;
    padding: 10px;
    background-color: darkgreen;
    color: white;
}
