﻿html {
    position: relative;
    min-height: 100%;
}

body {
    /*margin-top: 75px;*/
    margin-bottom: 210px; /* Margin bottom by footer height */
    color: #434343;

}

html, body {
    height: auto !important;
}

.InTouch {font-weight:bold; font-style:italic;}
.font-size-normal {font-size: 18px;}
.menu-logo{
    height: 74px; 
    width: auto; 
    margin-top:-10px; 
    margin-bottom: -15px; 
}
.footer {
    position: absolute;
    margin-top: 10px;
    bottom: 0px;
    width: 100%;
    background-color: #296e9e;
    color: white;
    z-index: 500;
}

.footer a {color: white !important;}

.pageTitle {
    position: fixed;
    top: 70px;
    padding:5px;    
    background-color: white;
    z-index: 25000;    
}


    .btn-blue {
        color: #fff;
        background-color: #296e9e;
        border-color: #296e9e;
    }

    .border-blue {border-color: #296e9e !important;}
    .text-blue {color: #296e9e !important;}
    .btn-blue:hover {
        color: #fff;
        background-color: #26628b;
        border-color: #26628b;
    }

    .btn-blue.focus, .btn-blue:focus {
        box-shadow: 0px 0px 0px 0px rgba(35,97,138,1);
    }

    .border-aqua {border-color: #75c69b;}
    .btn-aqua {
        color: #fff;
        background-color: #75c69b;
        border-color: #75c69b;
    }

    .btn-aqua:hover {
        color: #fff;
        background-color: #5bae82;
        border-color: #5bae82;
    }

    .btn-aqua.focus, .btn-blue:focus {
        box-shadow: 0px 0px 0px 0px rgba(35,97,138,1);
    }

.line-blue {
    border-color: #296e9e;
    border-width: 2px;
}

    .btn-separator::after {
        content: "|";
        border-right: solid 1px white;
        display: block;
        height: 100%;
        width: 1px;
    }

    .main-menu-lg {    }
    .main-menu-sm {display: none;}

    .nav-link {
        color: #434343;
        font-weight: bold;
        font-size: 1.25rem;
    }

    .nav-buttons {
        display: inline;
    }

    .w-20{width: 20%;}

    .maxW {
        width: 100% !important;
    }

    .maxW50 {
        width: 50% !important;
    }

    .maxW80{width: 80% !important;}
    .maxH {
        height: 100% !important;
    }

    .line-height-25{height: 25px;}
    .line-height-35 {height: 35px;}

    .minH400 {
        min-height: 400px;
    }

    .row-gutter{padding-top: 50px;}

    .nil {
    }

    .overflow-hidden{overflow:hidden !important;}
    .hidden {
        visibility: hidden !important;
        display: none !important;
    }

    .centerDiv {
        margin-left: auto;
        margin-right: auto;
        position: relative;
    }

    .centerVertical {
        position: relative;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .centerHorizontal {
        position: relative;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .modal-dialog {
        top: 30% !important
    }

    .modal-header {
        display: inline !important
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background-color: rgba(0,0,0,0.2);
        z-index: 49999;
    }

    .modalStatus {
        border-radius: 10px;
        box-shadow: 3px 3px 10px #888888;
        position: fixed;
        top: 50%;
        left: 50%;
        margin-top: -100px;
        margin-left: -150px;
        width: 300px;
        height: 200px;
        padding-top: 10px;
        background-color: white;
        text-align: center;
        z-index: 50000;
        font-size: 24px;
        font-weight: bold;
    }

    .bodyModal {
        overflow: hidden;
    }

    .RadAjaxPanel {
        display: inline !important;
    }

    .RadWindow .rwTitleWrapper {
        height: 2.42em !important;
    }

    .RadWindow .rwIcon {
        display: none !important;
    }

    .RadWindow .rwTitle {
        padding: 0 0 0 0 !important;
    }

    .boxShadow {
        -webkit-box-shadow: 5px 10px 30px -10px rgba(0,0,0,0.75);
        -moz-box-shadow: 5px 10px 30px -10px rgba(0,0,0,0.75);
        box-shadow: 5px 10px 30px -10px rgba(0,0,0,0.75);
    }

    .bottomShadow {
        -webkit-box-shadow: 0px 25px 50px 0px rgba(0,0,0,0.37);
        -moz-box-shadow: 0px 25px 50px 0px rgba(0,0,0,0.37);
        box-shadow: 0px 25px 50px 0px rgba(0,0,0,0.37);
    }

.cursor-pointer{cursor: pointer;}
.cursor-default{cursor:default;}
.cursor-help{cursor:help;}

.clr-linkedin {
    color: #0077B5;
}

.clr-facebook {
    color: #36579B;
}

.clr-google {
    color: #4385F4;
}

    .clr-twitter {
        color: #18AAE4;
    }

    .clr-blog {
        color: #FCA100;
    }

    .clr-email {
        color: #FFE695;
    }

    .clr-black {
        color: black !important;
    }
    .clr-holiday{
        color: forestgreen !important;
    }

    input[type=checkbox], input[type=radio] {
        margin-right: 5px !important;
    }

    div.RadWindow {
        z-index: 50000 !important;
    }

    div.rwInactiveWindow {
        z-index: 49000 !important;
    }

.stretched-link::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    pointer-events: auto;
    content: "";
    background-color: rgba(0,0,0,0);
}

.zindex-top {
    z-index: 10;
}

.hero-img {
    display: table;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0px;
    width: 100%;
}

.hero-content {
    display: table-cell;
    vertical-align: middle;
}

.navbar-scroll{overflow-y: scroll;}

.ticket-status-open {
    border-left-width: .25em;
    border-left-color: #f0ad4e;
}

.ticket-status-escalated {
    border-left-width: .25em;
    border-left-color: #dc3545;
}

.ticket-status-closed {
    border-left-width: .25em;
    border-left-color: rgba(0,0,0,.125);
}

.ticket-status-closed-unresolved {
    border-left-width: .25em;
    border-left-color: #6c757d;
}
.blink {
    animation: blink-animation 1s steps(5, start) infinite;
    -webkit-animation: blink-animation 1s steps(5, start) infinite;
}

.color-inherit {color: inherit !important;}

@keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden;
    }
}

@media (max-width: 992px) {
    
    .main-menu-lg{display:none !important;}
    .main-menu-sm {display:initial !important;}
}

@media (max-width: 770px) {
    body {
        margin-bottom: 0px;
    }

    .footer {
        position: relative;
    }

    .text-center-md {
        text-align: center !important;
    }

    .text-center-md .btn-toolbar {
        display: block !important;
    }

}

    @media (max-width: 575.98px) {

        .nav-buttons {
            display: block;
            margin-top: 2px;
            width: 100%;
        }
    }
@media screen and (max-width: 399px) {
	.menu-logo{
	height: auto;
	max-width: 250px;
	}

}