/*Menu Animated Mobile*/
#rdwtogglemenu {
  width: 28px;
  height: 30px;
  margin: 10px 10px;
  background: none;
  cursor: pointer;
  float:left;
}

#rdwtogglemenu div {
  width: 28px;
  height: 5px;
  background: white;
  margin: 4px auto;
  transition: all 0.3s;
  backface-visibility: hidden;
}

#rdwtogglemenu.on .one {
  transform: rotate(45deg) translate(5px, 5px);
}

#rdwtogglemenu.on .two {
  opacity: 0;
}

#rdwtogglemenu.on .three {
  transform: rotate(-45deg) translate(7px, -8px);
}

.rdw-menu-mobile {
    display:none;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    margin-top: 72px;
    background-color: rgba(256,256,256, 1);
    overflow: auto;
    /*transition: 1s;*/
}

p.rdw-menuitem-overlay>a {
    font-weight: 400;
    
}
p.rdw-menuitem-overlay>a:hover {
    font-weight: 400;
    
}

/*change menu position after overlay */

.position-fixed{
position:fixed; 
}

.overflow-hidden{
overflow: hidden;  
}

.rdw-utility-nav{
padding:30px 0 10px 0; 
border-top:1px solid #e3e3e3;
}

.rdw-btn-under-attack {
    padding: 0 0 0 5px;
    border: 1px solid #A00312;
    margin-right: 5px;
    cursor: pointer;
}

.space73{
margin:73px 0 0 0;
}

.rdw-icon-1em {
    font-size: 0.9em;
    margin-top: -4px;
    padding-top: 3px;
    margin-bottom: -4px;
    padding-bottom: 3px;
    vertical-align: middle;
}

li.visible-desktop.rdw-btn-under-attack {
    padding: 0 0 0 5px;
    border: 1px solid #A00312;
    margin-right: 5px;
    background:#A00312;
}

img.logo-header{
width: 150px;
}

.navbar .btn-navbar {
background-image: none;
box-shadow: none;    
}

.navbar .nav > li > a {
    float: none;
    padding: 14px 20px 10px 5px;
    color: #FFFFFF;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
}

.navbar .nav > li > a:focus, .navbar .nav > li > a:hover {
    color: #FFFFFF;
}

.rdw-top-level-navitem{
    margin: 15px 0 0 5px;
    position: absolute;
    font-weight: 600;
    color: #FFF;
    cursor: pointer;
    
}


.navbar .nav {
    padding-right: 60px;
    margin: 10px 20px 0 0;
}

.rdw-user-menu li a {
    color: ##830c18;
    text-transform: uppercase;
    font-size: 12px;
}
.rdw-user-menu li {
    list-style: none;
    padding: 0;
    margin: 0 10px;
    display: inline-block;
}

h4.rdw-box-menu-sections-title a {
    color: #000;
    padding: 5px 10px 5px 10px;
}

h4.rdw-box-menu-sections-title a:hover {
    color: #FFFFFF;
    background-color: #830C18;
    transition: all 0.5s ease;

}


span.rdw-menu-bar {
    border-right: 5px solid #830C18;
    margin-right: 10px;
}


@media (max-width: 979px) {
.navbar .brand {
    margin: 0 0 0 -10px;
}
}

.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    background-color: rgba(256,256,256, 1);
    overflow: auto;
    transition: 0.5s;
}

.overlay-content {
   margin-top:40px; 
    position: relative;
   }

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px !important;
}

.rdw-under-attack-alert{
padding:100px 0 0 0;  
}

span.tt-dropdown-menu{
  display: none !important;
}

@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .closebtn {
    font-size: 40px !important;
    top: 15px;
    right: 35px;
  }
}

div#searchModal {
    width: 100%;
    top: 0;
    left: 0;
    margin-left: 0;
    z-index: 101000;
}



.modal .modal-header-search h3 {
    font-weight: 400;
    font-size: 2.5em;
    line-height: 1.5em;
}

.modal-body.rdw-search-modal{
    padding: 10px 0 20px 0;
    overflow: hidden;
}

input#uxSiteSearchInput_queryText_0_TextField_0_aspInput_0 {
    width: 450px;
    padding: 10px 10px;
    font-size: 1.5em;

}
.close-search{
    
    font-size: 3em;


}

.rdw-mobile-menu-selector {
    display: inline-block;
    padding: 20px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

 ul.nav-tabs.rdw-menu-tabs li a {
    border-radius:0;
    font-size: 1.1em;
    background: #FFFFFF;
    border: none;
    margin: 0;
    color: #000000;
    padding: 10px 30px 11px 30px;
  
}

 ul.nav-tabs.rdw-menu-tabs li a:hover {
color: #830c18;
}

 ul.nav-tabs.rdw-menu-tabs li.active a, ul.nav-tabs-overlay li.active a:hover {
    background: #ffffff;
    border-radius: 0;
    color: #830c18;
    padding: 10px 30px 10px 30px;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #830c18;
    border-bottom: 1px solid #830c18;
}

.nav-pills.nav-stacked.rdw-nav-stacked > li > a {
    margin-bottom: 3px;
    background-color: #FFFFFF;
    padding: 0 10px 10px 0;
    border-radius: 0;
    border-bottom: 1px solid #D8D8D8;
}

@media (max-width: 979px) {

  img.logo-header{
width: 100%;
}

.navbar-fixed-top {
    position: fixed;
}
h2.section-title {
    font-size: 3em;
}

 .overlay-content {
   margin-top:0; 
    position: relative;
   } 
.nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a.rdw-mobile-menu-section-header {
    padding: 9px 15px;
    font-weight: bold;
    font-size: 1em;
    color: #000;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.nav-collapse .dropdown-menu li + li a {
    margin-bottom: 2px;
    font-size: 0.8em;
    line-height: 1em;
}
.navbar .brand {
    
    width: 150px;
}

.modal .modal-header-search h3 {
    font-weight: 400;
    font-size: 1.5em;
    line-height: 1em;
    margin: 25px 25px 0 25px;
}

button.close.close-search {
  padding: 0 20px 20px 20px;
}

.rdw-mobile-footer-nav {
   
    position: fixed;
    top: 90%;
    margin: 10px 10px 0 10px;
    background-color: #FFF;
    padding-top: 7px;
}

.btn-mobile-footer-nav {
    padding: 11px 19px;
    font-size: 0.9em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    width: 65%;
}

.navbar-header.bottom-nav-spacer {
    padding: 10px 0;
    background-color: #343331;
}

.nav-collapse .nav {
    float: none;
    margin: 0 0 100px;
    padding-bottom: 50px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}
.navbar-inverse {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
}
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus, 
.dropdown-submenu:hover > a, 
.dropdown-submenu:focus > a{
background-image: linear-gradient(to bottom, #830c18, #830c18);
}

.rdw-menu-mobile-item {
       border-bottom: 1px solid #9E9E9E;
    background-color: rgba(255, 255, 255, 0.15);
    padding-bottom: 10px;
}

li[role=presentation] {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 5px;
}

.nav-collapse .nav > li > a:hover, .nav-collapse .nav > li > a:focus, .nav-collapse .dropdown-menu a:hover, .nav-collapse .dropdown-menu a:focus {
    background-color: #ddd;
}

.rdw-under-attack-alert{
padding:80px 0 0 0;  
}

input#uxSiteSearchInput_queryText_0_TextField_0_aspInput_0 {
    width: 250px;
    padding: 10px 10px;
    font-size: 1.5em;
    margin-left: 25px;
}

}


@media (max-width: 320px) {

.navbar .nav {
    padding-right: 0;
  }

input#uxSiteSearchInput_queryText_0_TextField_0_aspInput_0 {
    width: 220px;
}

.rdw-top-level-navitem {
display: none;
}

}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : landscape) {

.navbar-header.bottom-nav-spacer {
    padding: 5px 0;
    background-color: #343331;
}
.nav-pills.nav-stacked.rdw-nav-stacked > li > a {
    margin-bottom: 3px;
    background-color: #FFFFFF;
    padding: 0 10px 10px 0;
    border-radius: 0;
    border-bottom: 1px solid #D8D8D8;
}

}