/* ====================== */
/* Microsite Legacy - CSS */
/* ====================== */

@media only screen and (min-width: 768px) {
  html,
  body {
    height: auto;
  }
}

.canvas > .skip-navigation a {
  font-size: 12px;
}

.new {
  margin: 0;
}

.cq-placeholder,
.new {
  height: auto;
}

.editor,
.editor-title {
  display: none;
}

.cq-Editable-dom .editor,
.cq-Editable-dom .editor-title,
.aem-AuthorLayer-Edit .editor,
.aem-AuthorLayer-Edit .editor-title {
  display: block;
}

.editor sup,
.editor-title sup {
  font-style: italic;
}

/* Header Overrides */

#att-about-header .nav__toggle {
  padding: 0;
}

#att-about-header .nav__menu--primary {
  padding-left: 0;
  margin: 0;
}

#att-about-header .nav__menu .nav__menu-item {
  font-size: 16px;
}

#att-about-header .nav__menu .nav__menu-parent:focus {
  outline: none;
}

@media only screen and (max-width: 767px) {
  #att-about-header .nav__menu.nav__menu--nested .nav__menu-item {
    padding-left: 0;
  }
}

@media only screen and (min-width: 768px) {
  #att-about-header {
    position: relative;
    z-index: 999999999;
    min-height: 105px;
  }

  #att-about-header + *,
  #att-about-header + .header--secondary + * {
    margin-top: 0;
  }

  #att-about-header .nav__menu .nav__menu-item {
    font-size: 14px;
  }
}

/* Banner Overrides */

#masthead {
  position: relative;
  z-index: 99;
}

#masthead .siteheader #masthead {
  position: relative;
  height: auto;
  top: auto;
}

/* Layout Overrides */

#content-container {
  position: relative;
  margin-bottom: 0;
}

/* Content Overrides */

.component h1,
.component h2,
.component h1 b,
.component h1 strong,
.component h2 b,
.component h2 strong {
  font-weight: 300;
  margin-bottom: 15px;
}

.component a {
  text-decoration: none;
}

.component a:hover {
  text-decoration: underline;
}

.text .component li {
  margin-left: 25px;
}

.btn a,
.btn a:hover,
.btn a:focus,
#mega-footer .component .btn a,
#mega-footer .component .btn a:hover,
#mega-footer .component .btn a:focus {
  color: #FFF;
}

@media only screen and (min-width: 768px) {
  .tab-titles li {
    border-left: 1px solid #CCC;
  }

  .tab-titles li:first-child {
    border-left: 0;
  }

  .tab-titles li.active,
  .tab-titles li:hover {
    background-color: #0568AE;
  }

  .tab-titles li a {
    display: block;
    position: relative;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    border-left: 0;
    padding: 3% 15px;
    width: 100%;
    left: 50%;
    height: auto;
    font-size: 14px;
    box-sizing: border-box;
  }
}

form > div {
  margin-bottom: 30px;
}

form > div.end {
  margin-bottom: 0;
}

/* Footer Overrides */

#att-about-footer .footer__wrap {
  font-family: "Arial", "Helvetica", sans-serif;
  font-size: 11px;
  line-height: 1;
}

#att-about-footer .footer__menu {
  padding: 0;
}

#att-about-footer .footer__menu a,
#att-about-footer .footer__copyright a {
  color: #959595;
}

#att-about-footer .footer__copyright p {
  margin: 0;
}

#att-about-footer .footer__copyright a {
  text-decoration: underline;
}
