body {
    background-color: #ebebeb;
}

/*--------------------------------------------------------------------------------Sites Main Colors-------------------------------------------------------------------------------- */
.topnavcolor {
    background: #bf0000;
}

.primarycolor {
    background: #bf0000;
}

.secondarycolor {
    background: #333;
}

.tertiarycolor {
    background: #000;
}

.highlightcolor {
    background: #703116;
}

/*--------------------------------------------------------------------------------Other Site Colors--------------------------------------------------------------------------------*/
#headerwrapper {
    background-color: #fff;
    border-bottom: 4px solid #bf0000;
}

#slideshowwrapper {
    background: url("/templates/t_images/montage.png") no-repeat top center;
}

#buttonswrapper {
    background-color: #fff;
}

#contentwrapper.secondary:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 567px;
    background: url("/templates/t_images/montage.png") no-repeat top center;
    z-index: -1;
}

#contentwrapper.secondary #contentwrapperin {
    background: #fff;
}

#sloganwrapper {
    background-color: #fff;
}

/*--------------------------------------------------------------------------------Menu Colors--------------------------------------------------------------------------------*/
/*-----------------MAIN (Header) MENU-----------------*/
/***Background Color***/
.RadMenu_ezSilk .rmHorizontal {
    background: #fff;
}

#menu .RadMenu_ezSilk .rmRootGroup>.rmItem:hover>.rmLink {
    background-color: #034670;
    color: #fff;
}

/***Link Color***/
.RadMenu_ezSilk,
.RadMenu_ezSilk .rmLink {
    color: #333333;
}

.RadMenu_ezSilk .rmGroup span.rmLink,
.RadMenu_ezSilk .rmGroup a.rmLink {
    color: #fff;
}

/* Background Color of Dropdown*/
.RadMenu_ezSilk .rmGroup {
    /* background-color: #bf0000; */
    background-color: rgba(191, 0, 0, .9);
    -webkit-box-shadow: 1px 2px 8px rgba(0, 0, 0, .3);
    box-shadow: 1px 2px 8px rgba(0, 0, 0, .3);
}

/*Links in Dropdown*/
.RadMenu_ezSilk .rmGroup .rmLink {
    border-bottom: solid 1px rgba(0, 0, 0, 0.1) !important;
    position: relative;
}

/* Rollover on Dropdown Items*/
.RadMenu_ezSilk .rmGroup .rmLink:hover {
    background-color: #900000;
    color: #fff !important;
}

#header .RadMenu_ezSilk .rmRootGroup>.rmItem:hover>.rmLink {
    background: #bf0000;
    color: #fff;
}

#header .RadMenu_ezSilk .rmRootGroup>.rmItem:hover:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    top: -3px;
    left: 3px;
    /* IE 9 */
    -webkit-transform: skewX(-5deg);
    /* Safari */
    transform: skewX(-5deg);
    /* Standard syntax */
}

/*-----------------VERTICAL AND HORIZONTAL MENUS(inside the Content Wrapper)-----------------*/
/***Background and text color***/
#contentwrapper .RadMenu_ezSilk .rmRootGroup {
    background-color:transparent;
}

/***Background and text color on hover***/
#contentwrapper .RadMenu_ezSilk .rmRootGroup .rmItem:hover,
#contentwrapper .rmRootGroup .rmItem:hover {
    background-color: #5E5E68;
}

/***Background and text color on Flyouts***/
#contentwrapper .RadMenu_ezSilk .rmGroup .rmLink {
    background-color: #5E5E68;
    color: #fff;
}

/***Background and text color on Flyouts when Hovered***/
#contentwrapper .RadMenu_ezSilk .rmGroup .rmLink:hover,
#contentwrapper .RadMenu_ezSilk .rmGroup .rmLink:hover .rmText {
    background-color: #900000;
    color: #fff;
}

/***VERTICAL MENU Text Colors***/
#contentwrapper .RadMenu_ezSilk .rmVertical .rmItem .rmText,
#contentwrapper .RadMenu_ezSilk {
    color: #000000;
}

#contentwrapper .RadMenu_ezSilk .rmRootGroup>.rmItem:hover>.rmLink {
    color: #fff;
}
#contentleftin .RadMenu_ezSilk .rmRootGroup {
	background-color:#efefef;
}

/*-----------------PANEL BAR-----------------*/
/***Backgorund and text color***/
#contentwrapperin .RadPanelBar_ezMetro .rpLink,
#contentwrapperin .RadPanelBar_ezMetro .rpHeaderTemplate {
    color: #703116;
    background-color: #E8E8E8;
}

/***1st selected hover bar***/
#contentwrapperin .RadPanelBar_ezMetro .rpLink.rpExpanded:hover,
#contentwrapperin .RadPanelBar_ezMetro .rpHeaderTemplate.rpExpanded:hover {
    color: #fff;
    background-color: #bf0000;
}

/***1st selected bar***/
#contentwrapperin .RadPanelBar_ezMetro .rpLink.rpFocused,
#contentwrapperin .RadPanelBar_ezMetro .rpLink.rpExpanded,
#contentwrapperin .RadPanelBar_ezMetro .rpHeaderTemplate.rpFocused {
    color: #fff;
    background-color: #bf0000;
}

/***Backgorund and text color on hover (exluding first item)***/
#contentwrapperin .RadPanelBar_ezMetro .rpLink:hover,
#contentwrapperin .RadPanelBar_ezMetro .rpHeaderTemplate:hover {
    color: #fff;
    background-color: #bf0000;
}

/***Background and text color on focus***/
.RadPanelBar_ezMetro .rpLink.rpFocused,
.RadPanelBar_ezMetro .rpHeaderTemplate.rpFocused {
    color: #fff;
    background-color: red;
}

/***background and text color for submenu item***/
#contentwrapperin .RadPanelBar_ezMetro .rpRootGroup {
    border-color: ;
    background: efefef;
}

/***Background and text color for sub menu item that is selected***/
#contentwrapperin .RadPanelBar_ezMetro .rpGroup .rpItem .rpLink.rpExpanded,
#contentwrapperin .RadPanelBar_ezMetro .rpGroup .rpItem .rpHeaderTemplate.rpExpanded {
    color: #333;
    background-color: #efefef;
}

/***Background and text color for submenu item on hover***/
#contentwrapperin .RadPanelBar_ezMetro .rpGroup .rpItem .rpLink:hover,
#contentwrapperin .RadPanelBar_ezMetro .rpGroup .rpItem .rpHeaderTemplate:hover {
    color: white;
}

/***Background and text color for a SUB(2nd level) submenu item that is selected***/
#contentwrapperin .RadPanelBar_ezMetro .rpGroup .rpItem .rpLink.rpSelected,
#contentwrapperin .RadPanelBar_ezMetro .rpGroup .rpItem .rpHeaderTemplate.rpSelected {
    background-color: #d7d7d7;
}

/*Submenu Hover*/
#contentwrapperin .RadPanelBar_ezMetro .rpGroup .rpLink.rpHovered {
    background-color: #d7d7d7 !important;
}

/*--------------------TAB STRIPS (Make sure both sets are the same)--------------------*/
html .eztabs__tabs__wrapper {
    border-bottom: 0px;
}

html .eztabs__tab {
    padding: 7px 18px 10px 18px;
    background: #DEDEDE;
    color: #000;
    margin-left: 0px;
    margin-left: -1px;
    margin-right: 0px;
    border-bottom-width: 0px;
    margin-right: 8px;
    border-radius: 5px;
}

html .eztabs__tab:hover::after,
html .eztabs__tab--active::after {
    content: "";
    position: absolute;
    bottom: -16px;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: #bf0000 transparent transparent transparent;
}

html .eztabs__tab:hover {
    color: #fff;
    background: #333;
}

html .eztabs__tab--active {
    background: #bf0000;
    color: #fff;
}

html .eztabs__tab--active:hover {
    background: #bf0000;
    color: #fff;
}

/*---------------Styles for preview/page site---------------*/
/***Text Color and Background Color of Non-Selected Tabs***/
html .eztabs__tab {
    color: #666;
    border: 0px solid #cdcdcd;
    background-color: #dedede;
}

/*Hover on Non-Selected Tabs*/
html .eztabs__tab:hover {
    background-color: #bf0000;
}

/***The Selected Tab Colors***/
html .eztabs__tab--active,
html .eztabs__tab--active:hover {
    background-color: #bf0000;
    border-color: #bf0000;
    color: #333;
}

/***Text Color for the Selected Tab***/
html .eztabs__tabs .eztabs__tab--active .eztabs__tab__inner {
    color: #fff;
}

/***Border for the entire tab menu***/
html .eztabs__tabs__wrapper {
    border-bottom: none;
}

/*------------------Styles for editor----------------*/
/***Selected Tab Colors***/
html .RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected,
html .RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected:hover {
    background-color: #bf0000 !important;
    border-color: #bf0000 !important;
    color: #333;
}

/***Text Color***/
html .RadTabStrip_MetroTouch .rtsLevel1 .rtsLink {
    color: #333 !important;
}

/***Text Color for the Selected Tab***/
html .RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected .rtsTxt {
    color: #fff;
}

/***Border for the entire tab menu***/
.RadTabStripTop_MetroTouch .rtsLevel1 {
    border-bottom: 3px solid #bf0000 !important;
}

/*-----------------DROP DOWN MENUS(in content wrapper)-----------------*/
#contentwrapper .RadDropDownList_ezMetro .rddlInner {
    color: white;
    background: #bf0000;
    padding: 10px;
}

/***Dropdown***/
.rddlPopup_ezMetro {
    border-color: #bf0000;
    color: #fff;
    background-color: #bf0000;
    font-size: 16px;
    font-family: "Segoe UI", Arial, Helvetica, sans-serif;
    line-height: 150%;
}

.rddlPopup_ezMetro a {
    text-decoration: none;
    color: #fff;
}

.rddlPopup_ezMetro .rddlItemHovered {
    color: #000;
    background-color: #703116;
}

/*--------------------------------------------------------------------------------Theme Color Page--------------------------------------------------------------------------------*/
.color-block {
    width: 50px;
    height: 50px;
    margin: 0 10px;
}

.theme-headline {
    width: 100%;
    display: table;
    padding: 0;
    margin: 0;
}

.btn-small {
    width: 100px !important;
    display: inline-block !important;
}

/*--------------------------------------------------------------------------------Search Box--------------------------------------------------------------------------------*/
#header #searchbox {
    border: 1px solid #ccc;
    border-radius: 30px;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .2);
}

/***INPUT***/
#header #searchbox .input-wrapper input {
    border: 0px;
    outline: 0px;
    background: transparent;
    color: #666;
}

#header #searchbox .input-wrapper input:focus {}

#header #searchbox .input-wrapper input:-webkit-input-placeholder {
    /*--deprecated in new browsers*/
    color: #666;
    font-size: 14px;
}

#header #searchbox .input-wrapper input::-webkit-input-placeholder {
    color: #666;
    font-size: 14px;
}

#header #searchbox .input-wrapper input:-moz-placeholder {
    /*--deprecated in new browsers*/
    color: #666;
    font-size: 14px;
}

#header #searchbox .input-wrapper input::-moz-placeholder {
    color: #666;
    font-size: 14px;
}

#header #searchbox .input-wrapper input:-ms-input-placeholder {
    color: #666;
    font-size: 14px;
}

/***BUTTON***/
#header #searchbox .input-wrapper button {
    color: #fff;
    background: transparent;
    border-radius: 0 3px 3px 0;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .3);
    border-left: 1pt solid rgba(0, 0, 0, .05);
}

#header #searchbox .input-wrapper button:hover {
    background: transparent;
}

#header #searchbox .input-wrapper button:active,
#header #searchbox .input-wrapper button:focus {
    background: rgba(0, 0, 0, 0.7);
}
