html, body {
  height: 100%;
}

body {
  font-size: 12px;
  font-family: arial;
}

hr {
    border: none;
    height: 3px;
}

hr.thick {
  margin-top: 0px;
  border: none;
  height: 6px;
}

text.is-orange {
  color: #F19317;
}

.orange_banner {
    /*min-width: 30%;*/
    max-width: 28%;
    border: none;
    background-color: #F19317;
    position: absolute;
    top: 50px;
    right: 0;
    /*width: 20%;*/
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    opacity: 0.8;
}

.orange_banner p {
  color: black;
  margin-top: 0.5rem;
}

.orange_banner_title {
  color: white;
}

.bottom_right_corner {
  border-top: solid 20px #F19317;
  border-right: solid 20px transparent;
  border-bottom: none 0 transparent;
  position: absolute;
  bottom: -20px;
  left: 0px;
  width: 100%;
}

.top_left_corner {
  border-bottom: solid 20px #F19317;
  border-left: solid 20px transparent;
  border-top: none 0 transparent;
  position: absolute;
  top: -20px;
  left: 0px;
  width: 100%;
}

.colored_banner {
  min-height: 25px
}

.dark_blue {
  background-color: #09396A;
}

.dunns_blue {
  background-color: #005DAA;
}

.orange {
  background-color: #F19317;
}

.grey {
  background-color: #F3F3F1;
}

.dark-grey {
  background-color: grey;
}

.white_text {
  color: white;
}

.blue_text {
  color: #005DAA;
}

.dark_blue_text {
  color: #09396A;
}

.light-text {
  color: #F3F3F1;
}

.light-text::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #F3F3F1;
    opacity: 1; /* Firefox */
}

.light-text:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #F3F3F1;
}

.light-text::-ms-input-placeholder { /* Microsoft Edge */
    color: #F3F3F1;
}

.orange_hovered:hover .orange_hovered {
  background-color: #F19317;
}

.margin-left-right {
  margin-left: 10px;
  margin-right: 10px;
}

.padding-left {
  padding-left: 20px;
}

.text-centered {
  text-align: center;
}

.margin-top-small {
  margin-top: 10px;
}

.margin-top-medium {
  margin-top: 20px;
}

.margin-top-large {
  margin-top: 60px;
}

.margin-bottom-small {
  margin-bottom: 10px;
}

.margin-bottom-large {
  margin-bottom: 60px;
}

.hidden {
  display: none;
}

.no_border {
  border: none;
}

.font-14 {
  font-size: 14px;
}

.font-11 {
  font-size: 11px;
}

.font-12 {
  font-size: 12px;
}

.no-margin-top {
  margin-top: 0;
  padding-top: 0;
}

div.hr {
    width:100%;
    border-top:6px solid #F19317;
}

div.hr.down:before {
    content:'';
    position: relative;
    border-style: solid;
    border-width: 15px 15px 0;
    border-color: #F19317 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -1px;
    left: 90%;
}

div.hr.up:before {
    content:'';
    position: relative;
    border-style: solid;
    border-width: 0 15px 15px;
    border-color:#F19317 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -21px;
    left: 90%;
}

.orange_hovered:hover .hrcol {
  width:100%;
  border-top:3px #F19317 solid;
}

div.hrcol {
    width:100%;
    border-top:3px #005DAA solid;
}

div.hrcol_orange {
    width:18%;
    border-top:3px #F19317 solid;
    margin-bottom: 1rem;
    align-self: center;
}

.orange_hovered:hover div.hrcol.up:before {
    content:'';
    position: relative;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: #F19317 transparent;
    display: block;
    width: 0;
    z-index: 1;
    top: -13px;
    left: 10%;
}

.background-banner {
  border: none;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 2;
  height: 170px;
  width: 100%;
}

.background-banner-parent {
  height: 100%;
  position: relative;
}

.index .greybanner:before {
    content:"";
    background-color:#F3F3F1;/*same as .grey*/
    position: absolute;
    height: 90%;
    width: 500%;
    left: -2000px;
    z-index: -5;
}

.index .greybanner:after {
    content:"";
    background-color:white;
    position: absolute;
    height: 55%;
    width: 500%;
    left: -2000px;
    z-index: -4;
}

.white-background {
  background-color: white;
  z-index: -1;
}

.login-bar {
  min-height: 1rem;
}

.login-small-bar {
  min-height: 0rem;
}

.login-bar .navbar-item {
  padding: 0.25rem 0.25rem;
}

.title-font {
  font-family: rockwell;
}

.subtitle-font {
  font-size: 13px;
}

.container {
  max-width: 1000px !important;
}

.padded {
  padding: 0.75rem;
}

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -50px;
}

.header {
  height: 90px;
}

.header img {
  height: 55px;
  margin-top: 20px;
}

.float-left {
  float: left;
}

.full-height {
  height: 100%;
}

.map {
  /*margin-left: 50px;*/
  margin-top: 30px;
  height: 240px;
}

.font-xx-small {
  font-size: xx-small;
}

@media screen and (max-width: 1023px) {
  #navbar {
    background-color: #005DAA;
  }
}

@media screen and (min-width: 1023px) {
  #index-about {
    height: 460px;
  }
}

.navbar-item {
  z-index: 50;
  background-color: inherit;
}
