@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700");
body {
  margin: 0;
}

header.headerRow * {
  box-sizing: border-box;
}
header.headerRow .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
header.headerRow .container:before {
  content: " ";
  display: table;
}
header.headerRow .container:after {
  content: " ";
  display: table;
  clear: both;
}
header.headerRow .branding {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 50%;
  float: left;
}
header.headerRow .search {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
}
header.headerRow .search :hover {
  border-color: #92c0e0;
  background-color: #e6f2fa;
}
header.headerRow .search_button {
  margin: initial;
  min-width: 1em;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  cursor: pointer;
  text-transform: none;
  overflow: visible;
  font: inherit;
  vertical-align: middle;
  align-items: flex-start;
}
header.headerRow .search_button a:link {
  color: #1C304A;
  text-decoration: none;
}
header.headerRow .search_button a:visited {
  color: #1C304A;
  text-decoration: none;
}
@media (min-width: 100px) {
  header.headerRow {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%), url("../images/DomeHeader.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  header.headerRow .search {
    padding: 20px 0;
    width: 100%;
    float: left;
    position: relative;
    min-height: 1px;
    color: #333333;
    font-size: 15px;
    margin-top: 40px;
  }
  header.headerRow .search_button {
    border: none;
    padding: 7px 40px;
    background: #FFFDFE;
    color: #1C304A;
    outline: 2px solid #1C304A;
    outline-offset: -4px;
    margin-left: 31%;
    display: inline-block;
  }
  header.headerRow .branding {
    position: relative;
    transform: translateY(50%);
    text-align: center;
    border-top: 3px solid #fffdfe;
    border-bottom: 3px solid #fffdfe;
    padding: 10px 15px;
  }
  header.headerRow .branding a {
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
    font-family: Georgia, serif;
  }
  header.headerRow .branding a .header-title-description {
    color: #fffdfe;
    text-shadow: -1px 1px 1px #333;
    font-size: 24px;
    line-height: 20px;
    font-weight: 300;
    letter-spacing: 3px;
    padding: 0;
    margin: 0;
    font-family: Georgia, serif !important;
    display: block;
  }
  header.headerRow .branding a .header-title-description small {
    color: #fffdfe;
    font-size: 12px;
    letter-spacing: 2px;
    padding-top: 5px;
    line-height: 24px;
    font-family: Georgia, serif !important;
  }
  header.headerRow .branding a .header-title-description:before {
    content: "";
    font-family: "fontawesome";
    font-size: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -5px;
  }
  header.headerRow .branding a .header-title-description:after {
    content: "";
    font-family: "fontawesome";
    font-size: 5px;
    position: absolute;
    top: 50%;
    right: -5px;
    left: 100%;
    transform: translateY(-50%);
  }
  header.headerRow .branding a:visited {
    color: #fff;
  }
}
@media (min-width: 768px) {
  header.headerRow .container {
    width: 750;
  }
  header.headerRow .search_button {
    float: right;
    margin-left: 0;
    display: block;
  }
  header.headerRow .search {
    transform: translateY(25%);
    margin-top: 0px;
    margin-bottom: 40px;
  }
  header.headerRow .branding {
    transform: translateY(25%);
  }
  header.headerRow .branding a .header-title-description {
    font-size: 30px;
    line-height: 20px;
  }
  header.headerRow .branding a .header-title-description small {
    font-size: 15px;
    line-height: 30px;
  }
}
@media (min-width: 992px) {
  header.headerRow {
    min-height: 150px;
  }
  header.headerRow .container {
    width: 970;
  }
  header.headerRow .search {
    margin-left: 25%;
    width: 50%;
    float: left;
    position: relative;
    min-height: 1px;
    transform: translateY(25%);
    margin-top: 0px;
    margin-bottom: 0px;
  }
  header.headerRow .branding {
    width: 25%;
    float: left;
    transform: translateY(25%);
  }
  header.headerRow .branding a .header-title-description {
    font-size: 36px;
    line-height: 26px;
  }
  header.headerRow .branding a .header-title-description small {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (min-width: 1200px) {
  header.headerRow .container {
    width: 1170px;
  }
  header.headerRow .branding {
    transform: translateY(25%);
  }
  header.headerRow .branding a .header-title-description {
    font-size: 42px;
    line-height: 32px;
  }
  header.headerRow .branding a .header-title-description small {
    font-size: 24px;
    line-height: 48px;
  }
}

/*# sourceMappingURL=headerBrandStyle.css.map */
