@import url(../css/bootstrap.min.css);
/* ----------------------------- *
** 		Variables
** ----------------------------- */
/* ----------------------------- *
** 		Global Styles
** ----------------------------- */
/* line 25, ../sass/styles.scss */
html, body {
  height: 100%;
  font-size: 100%;
}

/* line 27, ../sass/styles.scss */
body {
  font-family: "Lato", sans-serif;
  margin: 0;
  background: #88BDB7;
}

/* line 33, ../sass/styles.scss */
h1, h2, h3, h4, h5, h6 {
  line-height: 1em;
  font-weight: 700;
  text-align: center;
  font-family: "Montserrat", sans-serif;
}

/* line 40, ../sass/styles.scss */
p {
  font-size: 1rem;
  line-height: 1.65em;
  font-weight: 700;
  margin-bottom: 25px;
}

/* line 47, ../sass/styles.scss */
.home p {
  text-align: center;
  font-size: 1.4rem;
}

/* line 56, ../sass/styles.scss */
h1 {
  margin: 2.5rem 0;
}

/* line 60, ../sass/styles.scss */
h2 {
  font-size: 2.1em;
}

/* line 64, ../sass/styles.scss */
h3 {
  font-size: 2.8em;
  text-transform: uppercase;
  color: #A31F2C;
  margin-bottom: 15px;
}

/* line 71, ../sass/styles.scss */
a {
  color: #7d242b;
  max-width: 100%;
}
/* line 74, ../sass/styles.scss */
a:hover {
  color: #d7464b;
  opacity: 0.5;
  text-decoration: none;
}
/* line 79, ../sass/styles.scss */
a:focus {
  color: #d7464b;
  text-decoration: none;
}

/* line 85, ../sass/styles.scss */
img {
  max-width: 100%;
}

/* line 89, ../sass/styles.scss */
.top-bar {
  height: 10px;
  background: #2A2A2A;
  width: 100%;
}

@media screen and (min-width: 993px) {
  /* line 96, ../sass/styles.scss */
  .national-page.row {
    margin-left: -30px;
    margin-right: -30px;
  }
}
/* line 102, ../sass/styles.scss */
.container {
  max-width: 770px;
}

/* line 106, ../sass/styles.scss */
.wrapper {
  padding-top: 203px;
  margin-top: -203px;
  overflow: hidden;
  min-height: 100%;
  padding-bottom: 40px;
  margin-bottom: -40px;
  float: left;
  width: 100%;
  /*background-image: url(../img/national-bg.jpg);*/
  background-size: 100%;
  background-position: center bottom;
  background-repeat: no-repeat;
}

/* line 121, ../sass/styles.scss */
.wrapper .container {
  padding-bottom: 80%;
}

/* line 125, ../sass/styles.scss */
.screen-reader-text {
  position: absolute;
  left: -9999px;
}

/* line 130, ../sass/styles.scss */
.table {
  display: table;
}
/* line 132, ../sass/styles.scss */
.table .cell {
  display: table-cell;
  vertical-align: top;
}

/* line 138, ../sass/styles.scss */
.main-content {
  background: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 40px 25px;
  min-height: 0;
}
/* line 143, ../sass/styles.scss */
.main-content p {
  font-weight: 400;
}

/* line 148, ../sass/styles.scss */
.main-content:empty {
  padding: 0;
}

/* line 152, ../sass/styles.scss */
#site-list {
  list-style: none;
  float: left;
  width: 100%;
  padding: 0;
}
/* line 157, ../sass/styles.scss */
#site-list li a {
  float: left;
  width: 100%;
  margin: 10px 0;
  padding: 20px 40px 20px 30px;
  background: rgba(43, 43, 43, 0.8);
  border-radius: 10px;
  color: #fff;
  font-size: 1.8em;
  font-family: 'Montserrat',sans-serif;
  letter-spacing: 1px;
  text-align: left;
  position: relative;
}
/* line 170, ../sass/styles.scss */
#site-list li a b {
  letter-spacing: 0px;
  font-size: 1.2em;
  font-weight: 700;
  color: #C5B31D;
}
/* line 176, ../sass/styles.scss */
#site-list li a span {
  position: absolute;
  right: 4%;
  top: 50%;
  margin-top: -0.75em;
  background: #C5B31D;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  line-height: 1.5em;
  border-radius: 50%;
  color: #3C4745;
  font-size: 0.8em;
}
/* line 190, ../sass/styles.scss */
#site-list li a:hover {
  opacity: 1;
  background: rgba(43, 43, 43, 0.4);
}

/* line 1, ../sass/_header.scss */
header {
  float: left;
  width: 100%;
  position: relative;
}
/* line 5, ../sass/_header.scss */
header img {
  margin-top: 45px;
}

/* line 2, ../sass/_footer.scss */
#primary-footer ul {
  margin: 0;
  padding: 0;
}
/* line 5, ../sass/_footer.scss */
#primary-footer ul li {
  list-style: none;
  float: left;
}
/* line 8, ../sass/_footer.scss */
#primary-footer ul li a {
  color: #fff;
}
/* line 12, ../sass/_footer.scss */
#primary-footer ul li + li::before {
  content: '|';
  margin: 0 5px;
}
/* line 17, ../sass/_footer.scss */
#primary-footer .container:first-of-type {
  padding: 15px;
  max-width: none;
}

/* line 23, ../sass/_footer.scss */
footer {
  float: left;
  width: 100%;
}

/* line 28, ../sass/_footer.scss */
#darkBar {
  padding: 10px 0;
  background: #2A2A2A;
  color: #fff;
  font-size: 16px;
}

/* line 35, ../sass/_footer.scss */
.menu-footer-regional-container {
  margin-bottom: 5px;
  display: inline-block;
  margin-top: -5px;
  font-weight: 700;
  float: right;
}

@media screen and (max-width: 1200px) {
  /* line 44, ../sass/_footer.scss */
  #darkBar {
    font-size: 13px;
  }
}
@media screen and (max-width: 992px) {
  /* line 50, ../sass/_footer.scss */
  #darkBar {
    font-size: 16px;
  }
  /* line 52, ../sass/_footer.scss */
  #darkBar .col-sm-12 {
    text-align: center;
  }
  /* line 54, ../sass/_footer.scss */
  #darkBar .col-sm-12 .pull-right {
    float: none !important;
  }
  /* line 57, ../sass/_footer.scss */
  #darkBar .col-sm-12 ul {
    margin-bottom: 5px;
  }
  /* line 60, ../sass/_footer.scss */
  #darkBar .col-sm-12 li {
    float: none;
    display: inline-block;
    margin-left: -2px;
  }
}
@media screen and (max-width: 767px) {
  /* line 70, ../sass/_footer.scss */
  #darkBar ul li {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 5px 0;
  }
  /* line 75, ../sass/_footer.scss */
  #darkBar ul li:before {
    display: none;
  }

  /* line 79, ../sass/_footer.scss */
  #darkBar .pull-right {
    float: none !important;
  }
}
@media screen and (max-width: 1199px) {
  /* line 202, ../sass/styles.scss */
  #site-list li a {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 992px) {
  /* line 208, ../sass/styles.scss */
  .wrapper {
    padding-top: 163px;
    margin-top: -163px;
  }

  /* line 212, ../sass/styles.scss */
  .national-page {
    width: 80%;
    margin: 0 10%;
  }

  /* line 216, ../sass/styles.scss */
  #site-list li a {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 767px) {
  /* line 222, ../sass/styles.scss */
  .wrapper {
    padding-top: 164px;
    margin-top: -164px;
  }

  /* line 226, ../sass/styles.scss */
  .national-page {
    width: 90%;
    margin: 0 5%;
  }

  /* line 230, ../sass/styles.scss */
  #site-list li a {
    font-size: 1.2em;
  }

  /* line 233, ../sass/styles.scss */
  header img {
    margin-top: 35px;
  }

  /* line 236, ../sass/styles.scss */
  p {
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 700;
  }

  /* line 242, ../sass/styles.scss */
  h2 {
    font-size: 1.8em;
  }

  /* line 246, ../sass/styles.scss */
  h3 {
    font-size: 2.2em;
    text-transform: uppercase;
    color: #A31F2C;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 479px) {
  /* line 255, ../sass/styles.scss */
  .national-page {
    width: 100%;
    margin: 0;
  }

  /* line 259, ../sass/styles.scss */
  header img {
    margin-top: 20px;
  }
}
