html {
  height: 100%;
}

body {
  -ms-interpolation-mode: nearest-neighbor;
  background-color: #F7F7F7;
  color: #7F808F;
  font-family: 'Helvetica Neue', Roboto, Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  image-rendering: auto;
  line-height: 160%;
  min-height: 100%;
}

.flex-grow {
  flex-grow: 1;
}

h1,
h2,
h3,
h4,
h5 {
  color: #00454F;
  font-family: 'helvetica neue', Roboto, arial, sans-serif;
  font-weight: 500;
  margin: 0;
}

.sub-head {
  color: #213454;
  font-family: Roboto, 'helvetica neue', arial, sans-serif;
}

h1 {
  font-size: 36px;
  line-height: 100%;
}

h2 {
  font-size: 24px;
}

h4 {
  color: #A4A4A4;
  font-family: Lato, 'helvetica neue', arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-top: 5px;
}

a {
  color: #1D1E37;
}

a:hover,
a:focus,
a:active {
  color: #1D1E37;
  text-decoration: none;
}

.btn {
  border: none;
  box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.10);
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: .43px;
  padding: 9px 18px 11px;
  transition: none;
}

.btn a:focus,
.btn a:active,
.btn a:hover,
.btn:focus,
.btn:active,
.btn:hover {
  color: #fff;
}

.btn svg {
  display: inline-block;
  margin-right: 5px;
}

.btn:not(:hover) {
  transition: .2s ease all;
}

.btn:hover {
  transform: scale(1.03);
  transition: .2s ease all;
}

.btn:focus,
.btn:active {
  transition: .1s ease all;
}

.btn.btn-default {
  border: 1px solid #ccc;
  border-color: #ccc;
  color: #555;
}

.btn.btn-default,
.btn.btn-default:hover,
.btn.btn-default:focus,
.btn.btn-default:active {
  background-color: #fff;
}

.btn.btn-primary,
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #FF732E !important;
}

.btn.btn-green,
.btn.btn-green:hover,
.btn.btn-green:focus,
.btn.btn-green:active {
  background-color: #46AD42;
}

.btn.btn-dark-green,
.btn.btn-dark-green:hover,
.btn.btn-dark-green:focus,
.btn.btn-dark-green:active {
  background-color: #00484b;
}

.btn.btn-blue,
.btn.btn-blue:hover,
.btn.btn-blue:focus,
.btn.btn-blue:active {
  background-color: #00ACC3;
}

.btn.btn-secondary,
.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
  background-color: #203353;
}

.btn.btn-bordered,
.btn.btn-bordered:hover,
.btn.btn-bordered:focus,
.btn.btn-bordered:active {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px #737483;
  color: #737483;
}

.btn.btn-success,
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success:active {
  background-color: #96b138;
}

.btn.btn-warning,
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning:active {
  background-color: #f3b611;
}

.btn.btn-danger,
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger:active {
  background-color: #a81818;
}

.wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  overflow-x: hidden;
  position: relative;
  width: 100%;
  flex-shrink: 0;
}

.flex-container {
  display: flex;
  padding: 0 15px;
  position: relative;
  width: 100%;
}

@media (min-width:576px) {
  .flex-container {
    margin: 0 auto;
    max-width: 540px;
  }
}

@media (min-width:768px) {
  .flex-container {
    margin: 0 auto;
    max-width: 720px;
  }

  body,
  .btn {
    font-size: 16px;
  }
}

@media (min-width:992px) {
  .flex-container {
    margin: 0 auto;
    max-width: 960px;
  }

  .btn {
    box-shadow: 0 0 34px 0 rgba(0, 0, 0, 0.10);
  }
}

@media (min-width:1200px) {
  .flex-container {
    margin: 0 auto;
    max-width: 1140px;
  }

  h1 {
    font-size: 36px;
  }

  h2 {
    font-size: 34px;
  }

  h3 {
    font-size: 24px;
  }
}

@media (min-width:1500px) {
  h1 {
    font-size: 38px;
  }

  h2 {
    font-size: 28px;
  }
}

@media (min-width: 1980px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 32px;
  }
}