/*-- Performance Publishing Skins --*/

body {
    background: #CCCCCC;
}

h1 {
    color: #F73136;
    padding-bottom: 10px;
    font-weight: 100;
}

h2 {
    color: #535353;
}

a, body input.a {
    color: inherit;
}

    a:visited,
    body input.a:visited,
    a:link,
    body input.a:link {
        color: #1F497D;
    }

    a:hover, body input.a:hover,
    a:active, body input.a:active {
        color: #49638C;
    }

.after {
    border-bottom: none !important;
}

/*-- Admin User Buttons --*/

input[type=button], input[type=submit], .button, a.button {
    color: #2e3d47;
    font-weight: 500;
    background: #CED2D8;
}

    input[type=button]:hover, input[type=submit]:hover, .button:hover, a.button:hover {
        background: #376697;
        color: #D4D4D4;
    }

/*-- End of Admin User Buttons --*/

/*-- Directory Search Button ONLY --*/

#btnSearch {
    color: #314E7A;
}
/*-- End of Directory Search Button --*/

/*-- Banner --*/

#banner {
	height: 327px;
    background: url(logo.jpg) no-repeat;
}

/*-- End of Banner --*/

/*-- Main Navigation --*/

#navigation {
    border: none !important;
}

    #navigation a {
        color: #535353;
        font-weight: 900;
    }

        #navigation a:hover {
            color: #C11820;
        }

    #navigation, #navigation ul, #navigation li {
        background: #E1E1E1;
        border: none;
    }

        #navigation, #navigation ul {
            height: 28px;

        }

            #navigation > li span {
                color: #535353;
                font-weight: 100;
                
            }

            #navigation li > ul > li {
                background: #fff;
                -webkit-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .8);
            box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, .8);
            border-bottom: 1px solid #ccc !important;
                border-top: none;
            }

                #navigation li > ul > li:hover {
                    color: #C11820;
                }

            #navigation > li:hover, #navigation ul li:hover {
                color: #C11820;
            }

            #navigation > li:not(:last-child) {
                
            }

/*-- End of Main Navigation --*/

/*-- Admin Navigation --*/

.loginRegion {
    background: #f2f2f2;
    border: 1px solid #ccc;
}

#navLink {
    background: #871313;
}

#adminNav a {
    border-top: 1px solid #000;
}

    #adminNav a:first-child {
        border-right: 1px solid #000;
    }

#login, #user {
    margin: 15px 5px 5px 5px;
}

    #user a {
        background: #083B7B;
        color: #D8D7D7;
        display: block;
    }

        #user a:hover {
            background: #0a4da0;
        }
		
				/*-- Drop Down Nav Style --*/

#user .HasSub ul {
    background: #083B7B;
	}
	
	#user .HasSub li a:hover {
	background: #0a4da0;
	}

    #login a {
        color: #D8D7D7;
        font-weight: 500;
        font-size: 14px;
    }

#login {
    background: #083B7B;
    display: block;
    margin: 25px 15px 0 0;
}

    #login a:hover {
        background: #0a4da0;
    }

#loginLink {
    background: #871313;
    color: #EEE;
}

/*-- End of Admin Navigation --*/

/*-- Footer --*/

#footer {
    background: #ccc;
}

    #footer, #footer a {
        color: #777;
    }

        #footer a:hover, #footer a:active {
            color: #444;
        }

/*-- End of Footer --*/

/*-- ///// Non Style Mods ///// --*/

#content {

}

#txtSearch {
}

.placeholder .loginRegion input[type="text"], .placeholder .loginRegion input[type="password"] {
    padding: 5px;
    width: 200px !important;
}

/*-- Edit Rad Strip Font Color --*/

.RadTabStrip .rtsLevel .rtsOut, .RadTabStrip .rtsLevel .rtsIn, .RadTabStrip .rtsLevel .rtsTxt, .RadTabStripVertical .rtsLevel .rtsOut, .RadTabStripVertical .rtsLevel .rtsIn, .RadTabStripVertical .rtsLevel .rtsTxt {
    color: #314E7A  !important;
}

    .RadTabStrip .rtsLevel .rtsOut:hover, .RadTabStrip .rtsLevel .rtsIn:hover, .RadTabStrip .rtsLevel .rtsTxt:hover, .RadTabStripVertical .rtsLevel .rtsOut:hover, .RadTabStripVertical .rtsLevel .rtsIn:hover, .RadTabStripVertical .rtsLevel .rtsTxt:hover {
        color: #537cba !important;
    }

/*-- End of Edit Rad Strip Font Color --*/

.RadComboBoxDropDown_Black .rcbHovered {
    color: #610D0D !important;
}

.RadComboBox_Black .rcbHovered .rcbReadOnly .rcbInput, .RadComboBox .rcbArrowCell a:hover {
    color: #610D0D !important;
}

#user span {
    background: #fff;
    color: #000;
}

    #user a:last-child, #login a:last-child, #login a:first-child, #user span:first-child {
        border-radius: 0 !important;
    }


	.QuickNavWrapper a
	{
		background-color: #083B7B;
		color: white;
	}
	
	.QuickNavBanner
	{
		background-color: #E1E1E1;
	}

/*-- MNND Outlook Color Change --*/

.RadComboBoxDropDown_Outlook .rcbHovered {
    background: #CCDB73 !important;
}

/*-- End of MNND Outlook Color Change --*/

/*-- MNDC background shadow --*/

body #content {
	background:#FFF;
	-webkit-box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, .8);
	box-shadow:  0px 2px 2px 0px rgba(0, 0, 0, .8);
}


/*-- ///// End of Mods ///// --*/

/***** EDITOR STYLES ******/

.Header1 {
    font-size: 2em;
    color: #00549D;
}

.Header2 {
    font-size: 1.4em;
    color: #A1D27C;
}


/*-- MOBILE STYLES --*/

@media only screen and (max-width: 1024px) {
    #banner {
        width: 100%;
        height: 168px !important;
    }

    #servicesPane td {
        border: inherit;
    }

    .menu > li {
        background: #fff;
        border-bottom: 1px solid #999;
    }

        .menu > li > a {
            color: #535353;
        }

        .menu > li:hover {
            background: #fff;
        }

        .menu > li > a:hover {
            color: #C11820;
        }


    .toggle:after {
        background: #E1E1E1;
        color: #535353 !important;
        border-bottom: 1px solid #999;
    }

    .toggle:hover:after {
        background: #e1e1e1;
        color: #C11820 !important;
    }

    #user a, #user span, #login a {

    }

        #login a:hover, #user a:hover {
            color: #D8D7D7 !important;
        }
}

@media only screen and (min-width : 320px) and (max-width : 568px) {
    body {
        background: #fff !important;
    }

    #banner {
        background: url(logomobile.jpg) no-repeat !important;
        width: 568px;
        height: 95px !important;
    }

    #navigation, #navigation ul {
        background: #393A3A;
    }

        #navigation ul li {
            border: inherit;
			font-weight: 500;
			
        }

        #navigation li:hover {
            background: #393A3A;
            color: #FFE59E;
        }
}