@-ms-viewport { width: device-width; }

.no-display {
  display: none;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.body-box p.small {
  font-size: 15px;
}

.hr {
  display: block;
  border-bottom: 1px solid #073776;
}

.bold {
  font-weight: 700;
}

.green {
  color: rgb(164,211,50);
}

.white {
  color: white;
}

.btn {
  display: inline-flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.btn span {
  display: inline-block;
  height: 100%;
}

.btn .fa {
  height: 22px;
}

.btn .icon-right-arrow {
  margin-top: 4px;
  margin-left: 7px;
}

.btn .icon-right-arrow:before {
  font-size: 18px;
}

.btn.green-button {
  color: #073776;
  background-color: rgb(164,211,50);
  font-size: 16px;
  border-radius: 7px;
  height: 46px;
  border: none;
  transition: 100ms;
}

.btn.green-button:hover, .btn.green-button:active {
  background-color: rgb(185,238,56);
  transition: 100ms;
}

.btn.green-button:hover:active, .btn.green-button:hover:focus {
  background-color: rgb(170,219,52);
  transition: 100ms;
}

.btn.blue-button {
  color: white;
  background-color: #073776;
  font-size: 16px;
  border-radius: 7px;
  height: 46px;
  border: none;
  transition: 100ms;
}

.btn.blue-button:hover, .btn.blue-button:active {
  background-color: rgb(12,77,193);
  transition: 100ms;
}

.btn.blue-button:hover:active, .btn.blue-button:focus {
  background-color: rgb(11,67,163);
  transition: 100ms;
}

* {
  font-family: 'Open Sans', 'sans', 'sans-serif';
}

h4 {
  font-family: 'Open Sans', 'sans', 'sans-serif';
}

body {
  margin: auto;
  background-image: url(../assets/images/site_background.jpeg);
  background-position: top center;
}

body > .container {
  max-width: 1040px;
  width: auto;
}

a, a:hover, a:visited, a:active {
  text-decoration: none;
}
