@charset "UTF-8";
@font-face {
    font-family: Cairo-VariableFont;
    src: url('/common/bootstrap/fonts/Cairo-VariableFont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
.ArText {
    direction: rtl !important;
    font-family: Cairo-VariableFont !important;
}
html *, body, div, .ArMenu, .RadButton_Glow .rbDecorated, .RadInputMgr_Glow, input, textarea, rddtFakeInput, .rddtEmptyMessage, .rddtFakeInput,
.rddtInner, input[type="submit"], .rddlFakeInput, rddlItem, .rddlPopup_Glow {
    font-family: Cairo-VariableFont !important;
}
.footer-blurb {
    padding: 10px 8px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.36);
    margin: 17px auto !important;
    max-width: 280px !important;
    color: #8edee6;
}
.footer-blurb:hover {
    background: black;
}
.footer-icon {
    color: #df9923;
    display: block;
    margin-bottom: 13px;
}
.footer-copyright {
    color: rgba(255, 255, 255, 0.36) !important;
    border: 1px solid rgba(255, 255, 255, 0.36);
    padding: 8px;
    max-width: 330px;
    text-align: center;
    margin: 18px auto;
}
.footer-copyright a {
    color: rgba(255, 255, 255, 0.63) !important;
}
.navigation {
  height: 70px;
  background: white;
}
.nav-border-bottom {
  border-bottom: 2px solid #FEB951;
  box-shadow: 0 13px 17px rgba(0, 0, 0, 0.36);
}
.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a, .brand a:visited {
  color: grey;
  text-decoration: none;
}
.nav-container {
  max-width: 1230px;
  margin: 0 auto;
}
nav {
  float: right;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a, nav ul li a:visited {
  display: block;
  padding: 0 20px;
  line-height: 70px;
  background: white;
  color: grey;
  text-decoration: none;
  background: white;
}
nav ul li a:hover, nav ul li a:visited:hover {
  background: #0c71c3;
  color: white;
}
nav ul li a:not(:only-child):after, nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: " ▾";
}
nav ul li ul li {
  min-width: 190px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}

/* Mobile navigation */
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: white;
  height: 70px;
  width: 70px;
}
@media only screen and (max-width: 1030px) {
  .nav-mobile {
    display: block;
  }
  nav {
    width: 100%;
    padding: 70px 0 15px;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
    padding: 15px;
    line-height: 20px;
  }
  nav ul li ul li a {
    padding-left: 30px;
  }
  .nav-dropdown {
    position: static;
  }
}
@media screen and (min-width: 1030px) {
  .nav-list {
    display: block !important;
  }
  .nav-border-bottom {
    z-index: 628496;
    position: sticky;
    top: 0;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: grey;
  position: absolute;
  display: block;
  content: "";
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}
article {
  max-width: 1230px;
  margin: 0 auto;
  padding: 10px;
}
/*# sourceMappingURL=taniarascia-menu.css.map */
