html {
  height: 100%;
}

body {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -ms-interpolation-mode: nearest-neighbor;
  -o-flex-direction: column;
  -webkit-flex-direction: column;
  color: #333;
  display: flex;
  flex-direction: column;
  font-family: Arial, 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 500;
  height: 100%;
  image-rendering: auto;
  line-height: 170%;
  min-height: 100%;
}

input.form-control::placeholder,
input::placeholder {
  color: #d0d0d0;
  opacity: 1;
}

.input-group .btn-default {
  padding: 8px 17px 14px;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow-x: hidden;
  position: relative;
  width: 100%;
}

footer {
  background-color: #005761;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin: auto 0 0;
  width: 100%;
}

footer .dark-bar {
  background-color: #00444C;
  display: flex;
  padding: 5px 0 30px;
  text-align: center;
  width: 100%;
}

footer .light-bar {
  padding: 40px 0;
}

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

a {
  color: #333;
}

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

.breadcrumb {
  background: transparent;
  padding: 20px 0 10px;
}

ol.breadcrumb li.breadcrumb-item a {
  color: #00B8CC;
  font-weight: 700;
}

ol.breadcrumb li.breadcrumb-item.active {
  color: #777;
  font-weight: 400;
}

.breadcrumb-item:first-child {
  padding: 0;
}

.breadcrumb-item+.breadcrumb-item::before {
  color: #868e96;
  content: url(../img/chevron.png);
}

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

h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 10px;

}

h2 {
  font-size: 28px;
  font-weight: 700;
}

.btn {
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-weight: 500;
  letter-spacing: .43px;
  padding: 12px 17px 14px;
  transition: none;
}

.btn.btn-orange-text{
  color: #FF732E !important;
}

.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 box-shadow;
}

.btn:hover {
  box-shadow: inset 0 0 0 100px rgba(0, 0, 0, 0.1);
  transition: .2s ease box-shadow;
}

.btn:focus,
.btn:active {
  box-shadow: none;
}

/*.btn:focus,.btn:active {
box-shadow:inset 0 0 0 100px rgba(0,0,0,0.2);
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: #F06600;
}

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

.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;
}

.modal-header,
.modal-body,
.modal-footer {
  border: none;
  padding: 0 40px;
}

.modal-footer {
  align-items: flex-end;
  flex-direction: column;
  padding-bottom: 40px;
  padding-top: 30px;
}

/*.modal-footer> :not(:last-child) {
  margin-bottom: .25rem;
  margin-right: 0;
}*/

.form-control-auto {
  min-width: 150px;
  padding: 0 15px;
  width: auto;
}

.modal-content {
  border: 0;
  border-radius: 0;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2);
  position: relative;
}

.modal-content .close {
  position: absolute;
  right: 20px;
  top: 15px;
}

.modal-header {
  padding-bottom: 10px;
  padding-top: 35px;
}

/*.modal {
  line-height: 175%;
}*/

input.form-control::-webkit-input-placeholder,
input::-webkit-input-placeholder,
input.form-control::-moz-placeholder,
input::-moz-placeholder,
input.form-control:-ms-input-placeholder,
input:-ms-input-placeholder,
input.form-control:-moz-placeholder,
input:-moz-placeholder {
  color: #d0d0d0;
}

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

  .btn-block-xs {
    display: inline-flex;
    width: auto;
  }
}

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

  .inlog-form {
    border-bottom: 0;
    border-right: 1px solid #ccc;
    width: 50%;
  }

  .account-form {
    border-left: 1px solid #fff;
    width: 50%;
  }

  .modal.fade>.modal-dialog,
  .modal.show>.modal-dialog {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .modal-footer {
    align-items: center;
    flex-direction: row;
  }

  .modal-footer> :not(:last-child) {
    margin-bottom: 0;
    margin-right: .25rem;
  }

  .inlog-modal,
  .singular-modal {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

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

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

html {
  scroll-behavior: smooth;
}