/*
Breakpoints used by Foundation are below.
These can be used to respond consistently
between site CSS and Foundation.
-----------------------------------------

Small only
@media screen and (max-width: 39.9375em) {}

Medium and up
@media screen and (min-width: 40em) {}

Medium only
@media screen and (min-width: 40em) and (max-width: 63.9375em) {}

Large and up
@media screen and (min-width: 64em) {}

Large only
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}
*/

#angle{
  display:none;
  position:fixed;
  top:25px;
  right:50px;
  height:50px;
  color:#000;
  background-color:#aeaeae;
  border:1px solid black;
  padding:3px;
  z-index: 99999;
  width: 100px;
}

body {
  font-family: MazdaType, arial, helvetica !important;
  background-color: #b3b3b3;
}

h1,
h2,
h3,
h4,
h5 {
  margin-left:0;
  margin:8px 0;
}

h1,
h2,
h3,
.uppercase {
  text-transform: uppercase;
  line-height:1.1;
}

h1 {
  font-size: 30px;
  margin: 5px 0;
}

h2 {
  font-size: 26px;
  margin: 5px 0;
}

h3 {
  font-size: 22px;
  margin: 10px 0;
  font-weight: bold;
}

h4 {
  font-size: 18px;
  margin: 5px 0;
}

blockquote {
  border-left: none;
}

p {
  line-height: 1.3;
}

light-gray-background
{
	background: #e6e7e8;
}

main
{
  background-color:#fff;
}

.top-header {
  background-color: #000;
  padding-top: 3px;
}

.top-header h1,
.top-header h2 {
  margin-bottom: 0;
  line-height: 1.2;
}

nav.menu
{
  position: absolute;
  top: 10px;
  right: 10px;
}


.nav-menu-icon
{
  display:inline-block;
  height: auto;
  width: 35px;
}


#print-view-icon a {
  box-sizing:content-box;
  display:block;
  width:40px;
  height:40px;
  padding:0;
  position:relative;
  top: 0;
  right: 25px;
  padding: 8px;
}


#print-view-icon a img
{
  height: auto;
  width:32px;
}


.nav-menu-icon:hover
{
  cursor:pointer;
}


#link-container
{
  display:none;
  opacity: 0;
  transition:opacity .2s linear;
  width: 200px;
  overflow: visible;
  background-color: #fff;
  position:absolute;
  top: 55px;
  right: 0px;
  z-index: 9999;
  margin: 0;
  border: 1px solid #aaa;
  padding: 0 10px;
}

#link-container li,
ul.nav-list li
{
  display: block;
  /* height: 60px; */
  text-align: center;
  border-bottom: 1px solid #aaa;
  padding: 10px 0;
}


#link-container li:first-child
{
  padding-top:8px;
  padding-bottom:8px;
}


#link-container li:last-child,
ul.nav-list li:last-child
{
  margin-bottom:0;
  border-bottom: none;
}


#link-container li a,
ul.nav-list li a
{
  display:block;
  width: 100%;
  height:100%;
  padding: 10px 0;
  color:#999;
  text-transform: uppercase;
  font-weight: bold;
}


#link-container li a:hover
{
  color:#999;
}


ul.nav-list li
{
  width:90%;
  margin:15px auto;
}


.show
{
  opacity: 1!important;
  display: block!important;
}


nav.menu #nav-icon
{
    fill: #8a8a8a;
    position: relative;
    top: 8px;
}



@media screen and (max-width: 39.9375em)
{

  header.row h1,
  header.row h2
  {
    margin-top:10px;
    font-size:1.25rem;
  }


  .hero.row .small-12.columns.text-center
  {
    padding:0;
  }


  .hero.row img
  {
    width:100%;
  }

  .hero-row .logo-wrap
  {
    text-align: left;
  }

  .hero-row .logo-wrap .logo
  {
    margin:0 0 0 12px;
  }

  nav.menu
  {
    right:5px;
  }


  nav.menu #nav-icon
  {
    top:5px;
    right:5px;
  }


  nav.menu #print-view-icon
  {
    position: absolute;
    top: -5px;
    right:45px;
  }


 #link-container
  {
    position: absolute;
    z-index: 999999;
    width: 100%;
    opacity: 1;
    top: 173px;
    left: 0;
    right: 0;
  }

}

.page
{
  position: relative;
}

.page-number {
  position: absolute;
  bottom: 0;
  right: -19px;
  color: #aaa;
  display: none;
}

header.page-break {
  height: 70px;
  padding: 10px 0 !important;
}

header.page-break + .row {
  margin-top: 0;
}

header.page-break img,
header.page-break h2 {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  margin: 0;
  padding: 0;
  vertical-align: top;
}

header.page-break img {
  margin-right: 20px;
  margin-left: 10px;
}

.nobr,
.brandname {
  white-space: nowrap;
}

header.hero-row
{
  padding: 6px 0!important;
  position: relative;
}


header.row
{
  background-color: #000;
  color: #fff;
}


header.row img.logo {
  display: block;
  min-height: 70px;
  margin: 0 auto;
}

main.content-body h2 {
  font-size: 26px;
}

main.content-body h3 {
  font-size: 20px;
}

table thead th {
  width: 150px;
  height: 70px;
  padding: 0;
  margin: 0;
  max-height: 80px;
  overflow: hidden;
  border-right: 3px solid #fff;
  max-width: 150px;
}

table thead th img {
  width: 100%;
  height: auto;
}

.collapse {
  padding: 0 !important;
}

ul li ul li {
  list-style: none;
}

ul li ul li:before {
  content: "—";
  text-indent: -5px;
  margin-right: 5px;
}

ul li ul.no-bullet li:before {
  content: "";
}

.highlight .badge {
  height: 100%;
  vertical-align: middle;
  margin-right: 10px;
  background-color: #000;
  border-radius: 0;
  font-size: 11px;
  font-weight: 600;
}

.quote {
  border-right: 1px solid #fff;
}

.quote:last-child {
  border-right: none;
}

.page:not(:first-child) {
  margin-top: 33px;
}

.callout-background {
  margin-top: 10px;
  color: #fff;
  padding: 15px 25px;
  background: radial-gradient(#848588, #4d4e50);
  background-repeat: no-repeat;
}

.quote,
.cite {
  font-style: italic;
}

.note {
  font-size: 80%;
}

.callout-with-icon .icon {
  max-width: 30px;
  display: inline;
  max-height: 30px;
}

.callout-with-icon .icon + h4 {
  display: inline;
  vertical-align: middle;
  margin: 0;
}

footer.row {
  margin-top: 15px;
}

footer.row.expanded .small-12.columns,
footer.row .small-12.columns {
  background-color: #e6e7e8;
}

.in-summary{
  padding-top:15px;
}

.small-nav-row
{
  background-color:#fff;
  border-bottom:12px solid #b3b3b3;
}

/*Small Screens*/
@media screen and (max-width: 39.9375em) {
  body
  {
    font-size: 95%;
  }


  .top-header header.row img.logo
  {
    margin-bottom:14px;
  }


  .page-number
  {
    display: none;
  }


  .table-more
  {
    display:block;
  }


  table thead th img
  {
    height: 100%;
    width: 100%;
  }


  main.content-body h1
  {
    font-size: 23px;
    line-height: 1.25;
  }

  main.content-body h2
  {
    font-size: 20px;
    margin-bottom: 10px;
  }

  thead tr
  {
    font-size: 14px;
  }
}

/* Medium Screens */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

  .top-header header.row img.logo {
    margin-bottom:14px;
  }

  table thead th {
    font-size: 80%;
  }

  table thead th img {
    height: 100%;
    width: 100%;
  }

  .page-number{
    right: -9px;
  }
}
