/*Comments som.scss****************************************************************************
************************************************************************************************

o	Includes the globalIncludes and compiles into som.css
o	Purpose: single point of includes for State of Michigan standards css

*/
/*colors*/
/*eMI requested the same :focus color be used for all applications.
  please do not change the value of  $focus: #66afe9
*/
/* line 2, _typography.scss */
body {
  font-family: "Lucida Grande","Segoe UI","Arial",sans-serif;
  color: #444444;
}

/* line 4, _typography.scss */
h1, .h1 {
  font-size: 2.571em;
}

/* line 5, _typography.scss */
h2, .h2 {
  font-size: 2.143em;
}

/* line 6, _typography.scss */
h3, .h3 {
  font-size: 1.714em;
}

/* line 7, _typography.scss */
h4, .h4 {
  font-size: 1.286em;
}

/* line 8, _typography.scss */
h5, .h5 {
  font-size: 1.000em;
}

/* line 9, _typography.scss */
h6, .h6 {
  font-size: 0.857em;
}

/* line 11, _typography.scss */
.header {
  font-family: "Myriad Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 1, _base.scss */
a, a:hover {
  color: #1a5da1;
}

/*eMI requested the same :focus color be used for all applications.*/
/* line 4, _base.scss */
a:focus {
  border: 1px dotted #66afe9 !important;
}

/* line 7, _base.scss */
html, body {
  height: 100%;
  min-width: 420px;
}

/* line 12, _base.scss */
body {
  background-color: #899599;
}

/*body: tablet & mobile*/
@media all and (min-width: 0px) and (max-width: 960px) {
  /* line 16, _base.scss */
  body {
    background: white;
  }
}
/*bootstrap override: 1258*/
@media (min-width: 992px) {
  /* We reset our .container at desktop to remain at 960px per our standard */
  /* line 23, _base.scss */
  .container {
    width: 960px;
    /*970px*/
  }
}
/*bootstrap override: 1421*/
@media (min-width: 1200px) {
  /* line 30, _base.scss */
  .container {
    width: 960px;
    /*1170px*/
  }
}
/*bootstrap override: 1096*/
@media (min-width: 768px) {
  /* line 38, _base.scss */
  .container {
    width: 100%;
  }
}
/*Wrapper for page content to push down footer*/
/* line 44, _base.scss */
.mainWrap {
  min-height: 100%;
  /*eMI standard*/
  max-width: 960px;
  height: auto;
  /*Negative indent footer by its height*/
  margin: 0 auto -132px;
  /*Pad bottom by footer height*/
  padding: 0 0 132px;
  background-color: white;
}

/*phone number styling for mobile */
/* line 57, _base.scss */
.phoneNumber {
  text-decoration: underline;
}

/*phone number styling. Desktop and Tablet All */
@media (min-width: 480px) {
  /* line 61, _base.scss */
  .phoneNumber {
    color: #444444;
    text-decoration: none;
  }
}
/*screen-reader focus. when element is given focus, display block.*/
/* line 69, _base.scss */
.sr-only:focus {
  display: block;
  height: auto;
  width: auto;
  position: relative;
  clip: auto;
  background: #ffff66;
  color: black;
}

/* line 2, _brandingBar.scss */
.som-brandbar .container {
  padding: 0;
}

/*same markup as arcgis content editor*/
/* line 6, _brandingBar.scss */
.miGovHome {
  background-image: url(http://mi.gov/images/miniMIgovLogo.png);
  background-position: 0 5px;
  background-repeat: no-repeat;
  padding-left: 38px !important;
}

/* line 14, _brandingBar.scss */
.nav {
  background-color: #505060;
  width: 100%;
  height: 45px;
  text-align: right;
  margin-bottom: 0 !important;
}
/* line 20, _brandingBar.scss */
.nav li {
  display: inline-block;
}
/* line 23, _brandingBar.scss */
.nav a {
  color: white !important;
  padding: 10px;
  display: inline-block;
  line-height: 25px;
  border: 1px dotted transparent;
}
/* line 29, _brandingBar.scss */
.nav a:hover {
  background-color: #1a5da1 !important;
}
/* line 32, _brandingBar.scss */
.nav a:focus {
  background-color: #505060 !important;
}

/* line 39, _brandingBar.scss */
.shortcuts {
  background-image: url(http://webuat.mcgi.state.mi.us/AGOOpenData/images/icons/shortcutsArrow.png);
  background-position: 4px 8px;
  background-repeat: no-repeat;
  padding-left: 30px !important;
}

/* line 46, _brandingBar.scss */
.shortcutsMenu {
  position: absolute;
  top: 45px;
  left: 0;
  background: #505060;
  width: 207px;
  border-left: 1px solid #505060;
  display: none;
}

/* line 56, _brandingBar.scss */
.shortcutsMenu ul {
  padding-left: 0;
}

/* line 58, _brandingBar.scss */
.shortcutsMenu li {
  border-bottom: 1px solid #999;
  display: block;
  overflow: hidden;
}

/* line 64, _brandingBar.scss */
.shortcutsMenu a {
  padding-left: 50px;
  text-align: left;
  overflow: hidden;
  position: relative;
  float: left;
  clear: both;
  width: 100%;
}

/* line 73, _brandingBar.scss */
.shortcutsMenu a:hover {
  background-color: #1a5da1;
  color: white !important;
}

/* line 78, _brandingBar.scss */
.shortcutsMenu img {
  max-height: 24px;
  position: absolute;
  top: 10px;
  left: 10px;
}

/*header wrapper which includes home-link, logo, website title, and tagline */
/* line 2, _header.scss */
.header {
  background: #1a5da1;
  height: auto;
  margin-bottom: 20px;
  letter-spacing: 0.02em;
  /*.wraps logo, siteTitle, and tagline*/
}
/* line 8, _header.scss */
.header .home-link {
  overflow: hidden;
  padding: 5px 0;
}
/* line 11, _header.scss */
.header .home-link:link, .header .home-link:hover, .header .home-link:visited {
  color: #333;
  text-decoration: none;
}
/* line 16, _header.scss */
.header .logo {
  padding: 5px 10px 5px 0;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  float: left;
}
/* line 23, _header.scss */
.header .siteTitle {
  font-size: 28.8px;
  margin: 0;
  font-weight: bold;
  margin-top: 15px !important;
  margin-bottom: 5px;
  text-align: left;
  color: white;
  text-shadow: 1px 1px 2px #444;
}
/* line 33, _header.scss */
.header .tagline {
  color: white;
  text-shadow: 1px 1px 2px #444;
  font-size: 16px;
  font-weight: normal;
  line-height: 0.9em;
  text-align: left;
  margin-top: 0;
}

/*Set the fixed height of the footer here*/
/* line 2, _footer.scss */
.footer {
  height: 132px;
  border-top: 1px solid #abacac;
  text-align: center;
  background: #dddddd;
  /*confirm class*/
}
/* line 8, _footer.scss */
.footer a {
  padding-left: 7px;
  margin-right: 8px;
}
/* line 12, _footer.scss */
.footer .container {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 960px;
  min-width: 0;
  padding: 0 1em;
  height: 100%;
  width: 100%;
  background: #dddddd;
}
/* line 23, _footer.scss */
.footer .footer-links {
  margin: 8px 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
/* line 29, _footer.scss */
.footer .footer-link-trail {
  display: block;
  line-height: 44px;
}

/*footer for tablet and desktop*/
@media (min-width: 480px) {
  /*footer wrapper*/
  /* line 39, _footer.scss */
  .footer {
    border-top: none;
    background: transparent;
    /*footer links child*/
    /*footer links grandchild*/
  }
  /* line 43, _footer.scss */
  .footer .footer-link-trail {
    display: inline-block;
    line-height: normal;
  }
  /* line 48, _footer.scss */
  .footer .footer-link {
    display: block;
    padding: 12px;
  }
}
