@charset "utf-8";
/* CSS Document */
/*! CSS Used from: Embedded */
.covidWriting {
  width: 49%;
  display: inline-block;
  float: left;
}
.headingBox h2 {
  font-size: 18px;
  font-weight: 500;
  margin-top: 0px;
  margin-bottom: 5p;
  margin-bottom: 5px;
  text-align: left;
  color: black;
}
.covidWriting img {
  float: left;
  margin: 3px 10px 3px 3px;
}
.covidWriting p {
  font-size: 16px;
  line-height: 22px;
}
.covid-sec-left {
  margin-right: 18px;
}
@media screen and (max-width: 920px) {
  .covidWriting img {
    float: none;
    margin: 0 0 10px 0;
    width: 100%;
  }
  .covid-sec-left {
    margin: 0;
  }
  .covid-sec-right {
    float: right;
  }
  .headingBox .visitCovidMapButton {
    width: auto;
  }
}
@media screen and (max-width: 550px) {
  .covidWriting {
    width: 100%;
  }
  .covid-sec-left, .covid-sec-right {
    float: none;
    padding: 8px;
    box-sizing: border-box;
  }
  .covid-sec-left {
    margin-bottom: 25px;
  }
}
.homeSvgImage {
  margin-right: 10px;
  float: left;
}
.visitCovidMapButton {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: red;
  border: 1px solid #0A4B04;
  border-radius: 5px;
  box-shadow: 3px 3px 3px darkgray;
  color: white;
  font-weight: 500;
  width: 300px;
  float: left;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  line-height: 1.1;
  margin-top: 7px;
}
.visitCovidMapButton a {
  color: white;
}
.buyCCGMapDiv {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: limegreen;
  border: 1px solid #0A4B04;
  border-radius: 5px;
  box-shadow: 3px 3px 3px darkgray;
  color: white;
  font-weight: 500;
  width: 224px;
  float: left;
  font-size: 16px;
  cursor: pointer;
  text-align: center;
  line-height: 1.1;
  margin-right: 20px;
}
.buyCCGMapDiv a {
  color: white;
}
.buyCCGMapDiv:hover {
  position: relative;
  top: -1px;
  left: -1px;
  box-shadow: 4px 5px 7px darkgray;
  background-color: limegreen;
  color: white;
  font-weight: 600;
}
.buyCCGMapDiv:active {
  position: relative;
  top: 1px;
  left: 0px;
  box-shadow: 2px 2px 2px darkgray;
  background-color: lightgreen;
  color: white;
  font-weight: 600;
}
.visitCovidMapButton:hover {
  position: relative;
  top: -1px;
  left: -1px;
  box-shadow: 4px 5px 7px darkgray;
  background-color: lightcoral;
}
.visitCovidMapButton:active {
  position: relative;
  top: 1px;
  left: 0px;
  box-shadow: 2px 2px 2px darkgray;
  background-color: darkred;
}
.ccgPriceButBox {
  padding: 10px 10px 9px 0px;
  width: 250px;
  float: left;
  display: inline-block;
}
#fileTypes img {
  float: left;
  width: 20px;
}
.fileTypeIcon {
  width: 36px !important;
  float: left !important;
}
/*! CSS Used from: https://www.gbmaps.com/march-2018-stylesheet.css ; media=screen */
@media screen {
  body {
    font-family: 'Open Sans', sans-serif;
    color: #666;
    height: 100%;
    background-color: #f5f5f5;
  }
  #menu {
    position: relative;
    z-index: 4;
    padding-top: 20px;
    max-width: 1200px;
  }
  #menu-toggle {
    display: none;
  }
  #menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0 1%;
  }
  #menu #navigation {
    float: left;
    margin-right: 05px;
  }
  #menu #help {
    position: absolute;
    right: 0;
  }
  #menu ul ul {
    position: absolute;
    left: 0;
    top: 100%;
    width: 275px;
    display: none;
    z-index: 5;
  }
  #menu li:hover ul {
    display: block;
  }
  #menu li {
    float: left;
    position: relative;
  }
  #menu #helplink {
    float: right;
  }
  #menu li li {
    float: none;
  }
  #menu a, #helplink a {
    display: block;
    background-color: #282D3B;
    color: #FFFFFF;
    padding: 8px;
    text-decoration: none;
    border: 1px solid #FFFFFF;
    text-align: center;
    margin-left: -1px;
    margin-top: -1px;
  }
  #menu a:hover {
    background-color: #636466;
  }
  #helplink a {
    border-left: 1px solid #FFFFFF;
    background-color: #56BA48;
  }
  #menu li li a {
    background-color: #636466;
    border: none;
    border-top: 1px solid #636466;
    border-bottom: 1px solid #636466;
    margin-top: 0;
  }
  #menu li li a:hover {
    background-color: #000000;
    border-color: #FFFFFF;
    width: auto;
  }
  #header-logo, #footer-logo {
    display: inline-block;
    width: 345px;
    float: left;
    padding-left: 10px;
  }
  #top-bar {
    background-color: #2f466b;
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
    text-align: center;
    min-height: auto;
    padding: 7px 7px 0px 7px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
  }
  #top-bar p {
    font-size: 16px;
  }
  #header {
    margin-bottom: 0px;
  }
  .breadcrumbs-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    padding-bottom: 7px;
  }
  ol {
    padding-left: 1rem;
  }
  .breadcrumb li {
    display: inline;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
  }
  .breadcrumb li a {
    color: green;
    text-decoration: none;
  }
  .breadcrumb li + li:before {
    content: "» ";
    color: red;
  }
  * {
    padding-top: 0;
    padding-right: 5;
    padding-left: 5;
    padding-bottom: 5;
    margin: 0;
  }
  .inner-wrap {
    max-width: 1200px;
    margin: 0 auto;
    min-width: 300px;
    padding-top: 20px;
    padding-bottom: 0px;
  }
  #shortcutRow {
    width: auto;
    padding-left: 15px;
    line-height: 18px;
    margin: auto;
  }
  #shortcutRow hr {
    width: 98%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .shortcutColumn, .shortcutColumn2, .shortcutColumn3, .shortcutColumn4, .shortcutColumn5, .shortcutColumn6 {
    width: 150px;
    float: left;
  }
  .shortcutColumn a, .shortcutColumn2 a, .shortcutColumn3 a, .shortcutColumn4 a, .shortcutColumn5 a, .shortcutColumn6 a {
    display: block;
    line-height: 18px;
    text-align: left;
    text-decoration: none;
    color: #C6C6C6;
  }
  .shortcutColumn a:link, .shortcutColumn2 a:link, .shortcutColumn3 a:link, .shortcutColumn4 a:link, .shortcutColumn5 a:link, .shortcutColumn6 a:link {
    color: #C6C6C6;
    text-align: left;
    margin-bottom: 5px;
    padding-left: 5px;
    height: 18px;
    font-size: 16px;
  }
  #shortcutTitle, #shortcutTitle2, #shortcutTitle3, #shortcutTitle4, #shortcutTitle5, #shortcutTitle6 {
    font-weight: 600;
    padding-left: 5px;
    color: white;
  }
  #header-logo h2, #footer-logo h2 {
    float: left;
    font-size: 24px;
    padding-left: 10px;
    line-height: 22px;
  }
  #header-logo h3, #footer-logo h3 {
    float: left;
    font-size: 16px;
    width: 245px;
    font-weight: 100;
    text-align: left;
    padding-left: 10px;
  }
  .flag, .social-logos-facebook-icon, .social-logos-twitter-icon, .social-logos-linkedin-icon, .social-logos-you-tube-icon {
    float: right;
    background: url(https://www.gbmaps.com/sprites.png) no-repeat;
  }
  .flag {
    float: left;
    background-position: 0 0;
    width: 83px;
    height: 42px;
  }
  .social-logos-facebook-icon {
    background-position: -92px -4px;
    width: 35px;
    height: 35px;
  }
  .social-logos-twitter-icon {
    background-position: -138px -4px;
    width: 35px;
    height: 35px;
  }
  .social-logos-linkedin-icon {
    background-position: -182px -4px;
    width: 35px;
    height: 35px;
  }
  .social-logos-you-tube-icon {
    background-position: -224px -4px;
    width: 35px;
    height: 35px;
  }
  #footerContainer {
    background-color: #2f466b;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: white;
    width: 100%;
    text-align: center;
    padding: 20px 0 0 0;
    border-top: 4px solid #09f;
    min-width: 300px;
  }
  #myfooter {
    margin: 0 auto;
    margin-bottom: 15px;
    padding-top: 5px;
    padding-right: 1%;
    padding-left: 1%;
    padding-bottom: 15px;
    width: 96%;
    font-size: 14px;
    line-height: 22px;
  }
  #footer-text {
    padding-right: 10px;
    font-size: 13px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    float: right;
    text-align: right;
    width: 350px;
    padding-top: 7px;
  }
  #footer-text a {
    color: white;
  }
  #footer-logo {
    display: inline-block;
    width: 340px;
    float: left;
    padding-left: 10px;
  }
  #pagewrap {
    padding: 5px;
    width: 1200px;
    margin: 0px auto;
  }
  .content {
    width: 375px;
    float: left;
    padding: 5px 8px;
    background-color: white;
  }
  .middle {
    width: 375px;
    float: left;
    padding: 5px 8px;
    margin: 0px 5px 5px 5px;
    background-color: white;
  }
  .sidebar {
    width: 375px;
    padding: 5px 8px;
    float: left;
    background-color: white;
  }
  .sidebar h2, .sidebar h2 a, .content h2, .content h2 a, .middle h2, .middle h2 a, .headingBox h1, .headingBox h1 a {
    color: #2f466b;
    margin-top: 3px;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
  }
  .writing p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  .sidebar, .content, .middle {
    background: white;
  }
  .content, .middle, .sidebar {
    margin-bottom: 5px;
  }
  .content, .middle, .sidebar {
    border: solid 1px #ccc;
  }
  #header-text {
    padding-right: 10px;
    font-size: 13px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    float: right;
    text-align: right;
    width: 150px;
    padding-top: 3px;
  }
  a {
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
  }
  .actionBuyButton, .actionBuyButtonSide {
    border: 2px solid #EF5D1B;
    padding: 9px 25px 6px 25px;
    margin-top: 7px;
    margin-right: 7px;
    margin-left: 7px;
    margin-bottom: 7px;
    color: #FFFFFF;
    max-width: 100%;
    font-size: 15px;
    background-color: #E46446;
    text-align: center;
    width: auto;
    background-image: url(https://www.gbmaps.com/images/white-chevron.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 5px) center;
  }
  .actionBuyButton:hover, .actionBuyButtonSide:hover {
    background-color: #D39973;
    border: 2px solid #E46446;
    color: #ffffff;
  }
  .headingBox {
    color: #666;
    background-color: #FFF;
    margin-bottom: 10px;
    padding-top: 5px;
    padding-right: 1.5%;
    padding-left: 1.5%;
    padding-bottom: 10px;
    width: 96%;
    overflow: auto;
    border: solid 1px #ccc;
  }
  .headingBox {
    text-decoration: none;
  }
  .headingBox p {
    font-size: 16px;
    line-height: 24px;
  }
  #callSupport {
    display: block;
    float: left;
    width: auto;
    font-size: 14px;
    padding-left: 15%;
    line-height: 20px;
      visibility:hidden;
  }
  #callSupport h2 {
    font-size: 24px;
  }
  @media screen and (max-width: 920px) {
    #header #menu-toggle {
      display: block;
      float: none;
      cursor: pointer;
      margin-top: 0;
      padding-bottom: 10px;
    }
    #menu #navigation, #menu #help {
      float: none;
      margin-right: 0;
    }
    #menu ul {
      padding: 0;
      display: none;
    }
      .active-menu #menu ul {

	display: block;

}
    #menu #help {
      position: static;
    }
    #menu li, #menu #helplink {
      float: none;
    }
    #menu ul ul {
      display: block;
      position: static;
      width: auto;
    }
    #menu {
      padding-top: 0px;
    }
    #pagewrap {
      width: 94%;
    }
    .content {
      width: 41%;
      padding: 1% 4%;
    }
    .content img, .middle img, .sidebar img {
      width: 90%;
      height: auto;
      max-width: 270px;
    }
    .middle {
      width: 41%;
      padding: 1% 4%;
      margin: 0px 0px 5px 5px;
      float: right;
    }
    .sidebar {
      clear: both;
      padding: 1% 4%;
      width: auto;
      float: none;
    }
    .writing {
      width: auto;
      margin-left: 10px;
      margin-right: 10px;
      display: block;
    }
    .sidebar img {
      float: left;
      margin-left: 0px;
      margin-right: 2%;
    }
  }
  @media screen and (max-width: 888px) {
    .shortcutColumn, .shortcutColumn2, .shortcutColumn3, .shortcutColumn4, .shortcutColumn5, .shortcutColumn6 {
      width: 150px;
      margin-bottom: 15px;
    }
  }
  @media screen and (max-width: 767px) {
    .sidebar img {
      width: 95%;
    }
    #header-logo, #header-text {
      float: none;
      margin: 0 auto;
    }
    #callSupport {
      float: none;
      margin: 0 auto;
      width: auto;
      display: block;
      font-size: 18px;
      padding-left: 0px;
      padding-bottom: 15px;
      line-height: 20px;
        visibility:hidden;
    }
    #callSupport h2 {
      font-size: 35px;
      padding-top: 10px;
    }
    #menu {
      padding-top: 0px;
    }
  }
  @media screen and (max-width: 600px) {
    .content {
      width: auto;
      float: none;
    }
    .middle {
      width: auto;
      float: none;
      margin-left: 0px;
    }
    .sidebar {
      width: auto;
      float: none;
    }
    .sidebar img {
      float: left;
    }
    .writing {
      width: auto;
    }
    .sidebar img {
      float: none;
      display: block;
      margin: 0 auto;
    }
  }
  @media screen and (max-width: 480px) {
    h1 {
      font-size: 2em;
    }
  }
}
/*! CSS Used from: https://www.gbmaps.com/top4Buttons.css ; media=screen */
@media screen {
  #buttonsSpaced {
    display: flex;
    border: 2px dashed #444;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
    padding-bottom: 15px;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .buildButton {
    background: #3db42c;
    ;
    padding: 8px;
    border-radius: 41px;
    width: 146px;
    text-align: center;
    font-weight: 600;
    color: white;
    margin-top: 15px;
    margin-bottom: 12px;
    box-shadow: black 2px 2px 4px;
    cursor: pointer;
    font-size: 18px;
  }
  .buildButton:hover {
    margin-top: 13px;
    margin-left: -2px;
    margin-right: 2px;
    margin-bottom: 14px;
    box-shadow: black 4px 4px 6px;
  }
  .buildButton a {
    color: white;
    font-weight: bold;
    text-decoration: none;
  }
  #fullyTest {
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    color: black;
    font-style: italic;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .noSignup {
    background: red;
    margin: 5px;
    color: white;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
    text-align: center;
    min-width: 85px;
  }
  #noSignupBar {
    width: 100%;
    display: none;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
/*! CSS Used from: https://www.gbmaps.com/login.css ; media=screen */
@media screen {
  #unlockBox {
    border-radius: 5px;
    border: 1px solid #ffffff;
    background-color: #008001;
    color: white;
    padding: 4px;
    width: 224px;
    height: 49px;
    padding-bottom: 0px;
    margin: 0 auto;
  }
  #unlockMap {
    padding-top: 0px;
    width: 135px;
  }
  #unlockBox button {
    font-size: 13px;
  }
  button {
    cursor: pointer;
  }
  #unlockBox p {
    margin-bottom: 4px;
    font-size: 14px;
    margin-left: auto;
    text-align: left;
    margin-left: 10px;
  }
  .inner-wrap {
    max-width: 1200px;
    margin: 0 auto;
    min-width: 300px;
    padding-top: 12px !important;
    padding-bottom: 0px !important;
  }
  #header-text {
    padding-right: 10px;
    font-size: 13px;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    float: right;
    text-align: center !important;
    width: 234px !important;
    padding-top: 0px !important;
  }
  #menu {
    padding-top: 9px !important;
  }
}
.callToday {
    border: 1px solid rgb(255, 0, 0);
    margin-bottom: 5px;
    padding: 14px;
    width: 90%;
    background: white;
    text-align: center;
}
