﻿

.nav-navbar .nav {
    min-width:40rem;
}

.header-drop-arrow {
    border-top: 4px solid #333 !important;
    border-left: 4px solid transparent !important;
    border-right: 4px solid transparent !important;
}

.nav-link-arrow, .nav-link-title {
    display: inline !important;
    padding-top: 20px !important;
    padding-bottom:20px !important;
}

.nav-link-arrow {
    padding-left: 2px !important;
    padding-right: 7px !important;
}

.custom-padding {
    padding: 0px 0 60px 0;
}

.home-head-title {
    padding: 0px 0 60px 0;
    text-align: center;
}

body{
    color: #333 !important;
}

.navbar{
    top:0 !important;
}

.navbar-dark .nav-navbar > .nav-item > .nav-link, .navbar-dark .nav-navbar > .nav-link, .navbar-stick-dark.stick .nav-navbar > .nav-item > .nav-link, .navbar-stick-dark.stick .nav-navbar > .nav-link {
    color: #333;
}

.nav-navbar .nav .nav-link {
    color: #333;
}

.section-header p.lead {
    font-size: 1.75rem;
}

.CGA-inner-spacing{
    min-height: 108px;
}

.EPG-inner-spacing {
    min-height: 108px;
}

.IE-title-inner-spacing{
    min-height:58px;
}

.IE-inner-spacing {
    min-height: 108px;
}

.nav-navbar .nav-link {
    letter-spacing: .25px;
    font-size: 0.90em;
    word-spacing: .75px;
    padding-left: 1rem;
    padding-right: .25rem;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.no-image-title{
    margin-bottom: 30px !important;
    min-height: 84px !important;
}

.no-image-div-under-title{
    margin-bottom: 30px !important;
    min-height: 54px !important;
}

.custom-contact, .contact-form-title {
    color: #ffffff !important;
}

.contact-info-page-section{
    margin-bottom: 120px !important;
}

.category-grid-box{
    min-height: 325px !important;
}

.grecaptcha-badge {
    visibility: hidden;
}

.ContactUsFL-buttons:hover {
    background-color: #801517 !important;
}

.faded-background {
    z-index: 1002;
    display: block;
    opacity: 0.5;
    position: fixed;
    top: -25%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 125%;
    background: #000;
    will-change: opacity;
}

.hvr-shutter-out-horizontal-save {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    position: relative;
    background: linear-gradient(to bottom,#92393b,#801416) !important;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-shutter-out-horizontal-save:hover, .hvr-shutter-out-horizontal-save:focus, .hvr-shutter-out-horizontal-save:active, .hvr-shutter-out-horizontal-save i, .UAI-action-button-text, .hvr-shutter-out-horizontal-save {
    color: #ffffff !important;
}

.hvr-icon-back {
    /* display: inline-block; */
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
}



.threed:hover {
    -webkit-transform: scale(1.01);
    -ms-transform: scale(1.01);
    transform: scale(1.01);
}

.advancedSearchVisibilityButton {
    display: inline;
    color: #ffffff;
    border-radius: 3px;
    padding: 9px 10px;
    border: none;
    background: linear-gradient(to bottom,#9a3234,#bf2e30) !important;
    margin-right: 30px;
}

.advancedSearchRow {
    width: 100%;
    padding-top: 20px;
}

.advancedSearchMainDiv {
    text-align: center;
    max-width: 1200px;
}

.advancedSearchTagAddButton {
    float: left;
    color: #ffffff;
    border-radius: 3px;
    padding: 9px 10px;
    border: none;
    background: linear-gradient(to bottom,#9a3234,#bf2e30) !important;
    margin-right: 5px;
}

.ManageAccountModal {
    z-index: 1003;
    display: block;
    opacity: 1;
    top: 0px;
    transform: scaleX(1) scaleY(1);
    border-radius: 6px !important;
    position: fixed;
    right: 0;
    left: 0;
    width: 95%;
    max-height: 95%;
    margin: auto;
    padding: 0;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: hidden;
}

.UAI-title-block{
    margin-bottom:10px;
}



.grey {
    border-bottom: 1px solid #333;
}

.elementToFadeInAndOut {
    -webkit-animation: fadeinout 10s linear forwards;
    animation: fadeinout 10s linear forwards;
    -moz-animation: fadeinout 10s linear forwards;
    -o-animation: fadeinout 10s linear forwards;
    -ms-animation: fadeinout 10s linear forwards;
    opacity: 0;
}

@-webkit-keyframes fadeinout {
    0% {
        opacity: 0;
    }

    7% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes fadeinout {
    0% {
        opacity: 0;
    }

    7% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    7% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    7% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    7% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}





@media (max-width: 1199px) {
    .nav-link-arrow, .nav-link-title {
        font-size: 0.8em !important;
        word-spacing: .5px !important;
        padding-left: .5rem !important;
        padding-right: .25rem !important;
    }

    .header-drop-arrow {
        border-top: 4px solid #333 !important;
        border-left: 4px solid transparent !important;
        border-right: 4px solid transparent !important;
    }
}




@media (max-width: 991.98px) {
    .nav-link-arrow, .nav-link-title {
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;
        font-size: 0.6rem !important;
    }

    .header-content .row {
        max-width: 100vw;
    }

    .navbar-expand-lg .nav-navbar .nav .nav-link {
        font-size: 0.5rem;
    }

    .Contact-Contact-Form {
        top: -318px !important;
        right: 0px !important;
    }
}


@media (max-width: 767px) {

    .Contact-Contact-Form {
        position: static !important;
        top: -330px !important;
        right: 0px !important;
    }

    .contact-info-page-section{
        margin-bottom: 50px !important;
    }
}







.custom-gradient-divider {
    display: flex;
    border-top: none;
}

.custom-gradient-divider::before {
    content: "";
    flex: 1;
    border-top: none;
}

.custom-gradient-divider::after {
    content: "";
    flex: 1;
    border-top: none;
}

.gradient-setting {
    align-items: stretch;
    margin: 4em 0;
    height: 2em;
    line-height: 2em;
    color: white;
    background: black;
}

.gradient-setting::before {
    background: linear-gradient(to right, white, black);
}

.gradient-setting::after {
    background: linear-gradient(to left, white, black);
}

.tag-buttons {
    margin-top: -1px;
    max-width: 200px;
    display: inline;
    color: #ffffff;
    border-radius: 3px;
    padding: 5px 15px;
    border: none;
    background: linear-gradient(to bottom,#9a3234,#bf2e30) !important;
    margin-right: 10px;
}

.invalid-form-input {
    border: 4px solid #bb5454;
}

.applyPostDateFilterButton {
    border-radius: 3px;
    padding: 15px 10px;
    border: none;
    background: linear-gradient(to bottom,#9a3234,#bf2e30) !important;
    width: 100%;
    height: 50px;
}


.shares-containers {
    text-align: center;
    padding: 10px;
}

.button-share-container {
    width: 100%;
    text-align: center;
    margin: auto;
}



.share-container-p {
    font-family: 'Rock Salt', sans-serif;
    font-size: 17px;
    font-weight: 700;
}

.pad50 {
    padding-top: 50px;
}

.share-button {
    display: inline-block;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    padding-left: 60px;
    position: relative;
    background-color: rgb(0,0,0);
    color: rgb(255,255,255) !important;
    text-decoration: none;
    text-transform: none;
    letter-spacing: 1px;
    margin-bottom: 14px;
    text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
}

.share-button:hover {
    text-decoration: none;
    color: #fff;
    text-shadow: none;
}

.share-button .share-container-p {
    font-size: 18px;
}

.share-button span {
    position: absolute;
    left: 0;
    width: 50px;
    font-size: 30px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 1px solid rgba(0,0,0,0.15);
    text-decoration: none;
}

.share-button.twitter {
    background: #00acee;
}

.share-button.facebook {
    background: #3b5998;
}

.share-button.google-plus {
    background: #db4a39;
}

.share-button.linkedin {
    background: #0e76a8;
}

.share-button.youtube {
    background: #c4302b;
}

.share-button.github {
    background: #171515;
}

.share-button.android {
    background: #a4c639;
}

.share-button.skype {
    background: #00aff0;
}

.share-button.dropbox {
    background: #3d9ae8;
}

.share-button.foursquare {
    background: #25a0ca;
}

.share-button.apple {
    background: #cdcdcd;
}

.share-button.dribbble {
    background: #ea4c89;
}

.share-button.instagram {
    background: #3f729b;
}

.share-button.pinterest {
    background: #c8232c;
}

.share-button.stackexchange {
    background: #ef8236;
}

.share-button.flickr {
    background: #ff0084;
}

.text-center {
    text-align: center;
}

.shares-container-main {
    padding-top: 50px;
    text-align: center;
}

.na-blog-search-input, .au-blog-search-input {
    width: 100% !important;
    display: inline;
    padding: 8px 12px 6px 12px;
    font-size: 16px;
    border-radius: 3px;
}

.na-blog-search-select, .au-blog-search-select {
    width: 100% !important;
    display: inline;
    height: 39px;
    padding: 6px;
    font-size: 16px;
    border-radius: 3px;
}

.au-blog-search-result-num {
    width: 100% !important;
    display: inline;
    height: 39px;
    padding: 6px;
    font-size: 16px;
    border-radius: 3px;
}

.na-blog-search-advbutton, .au-blog-search-advbutton {
    width: 100% !important;
    height: 39px;
    margin-right: 0px;
    padding: 9px 5px;
}

.new-blog-post-btn, .blog-options-btn {
    min-width: 100%;
    z-index: 99;
    width: 100%;
    display: inline;
    color: #ffffff;
    border-radius: 3px 20px 20px 3px;
    padding: 9px 10px;
    border: none;
    background: linear-gradient(to bottom,#9a3234,#bf2e30) !important;
}

.new-blog-post-btn {
    border-radius: 20px 3px 3px 20px;
}

.blog-options-btn {
    border-radius: 3px 20px 20px 3px;
}

.editTagSubmitButton, .deleteTagSubmitButton {
    float: right;
    color: #ffffff;
    background: linear-gradient(to bottom,#9a3234,#bf2e30) !important;
    border-radius: 3px;
    margin-left: 2px;
    margin-right: 2px;
}

.reportCenterSearchFullscreen{
    /*height: 100vh !important;*/
}

.blog-body-div p a:link {
    color: #0000EE;
}

.blog-body-div p a:visited {
    color: #551A8B;
}

#toast-container {
    top: unset;
    bottom: 10px !important;
}