@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Paprika|Fjalla+One|Source+Sans+Pro:300,400,600,700,900");
/* -- SHORTHAND NOTATIONS
* background: #000 url(images/bg.gif) no-repeat top right;
* font: italic bold .8em/1.2 Arial, sans-serif;
* border: 1px solid #000;
* margin: 10px 5px 10px 5px;
*/
/* -- DECLARATION ORDER
* Positioning, Z-index
  Box-Model, Floats, Size
  Typography, Color, Alignment
  Visual, Border
  Additional
*/
/* -- THIRD PARTY LINKS FOR HTML
ASCII Codes: http://htmlarrows.com/ |||| http://entity-lookup.leftlogic.com/
HTML Elements: https://html.spec.whatwg.org/multipage/indices.html#elements-3/
HTML Element Attributes: https://html.spec.whatwg.org/multipage/indices.html#attributes-3/
HTML Guide: http://htmlreference.io/
Pug Guide: https://pugjs.org/api/getting-started.html/
Outliner: https://gsnedders.html5.org/outliner/
Semantic Guide: http://codeguide.co/#html
Table Generator: http://www.tablesgenerator.com/
*/
/* -- THIRD PARTY LINKS FOR CSS
Declare Placeholders : http://thesassway.com/intermediate/using-object-oriented-css-with-sass
Click Chart: http://css3clickchart.com/
CSS Arrows: http://www.cssarrowplease.com/
CSS Guide: http://cssreference.io/
CSS Linear Gradient Generator: http://www.colorzilla.com/gradient-editor/
CSS Matic: http://www.cssmatic.com/
CSS Tricks: https://css-tricks.com/
CSS Values: http://cssvalues.com/
SCSS Guide: http://thesassway.com/
*/
*::-moz-selection,
*::selection {
  color: white;
  background-color: black; }

.container-fluid {
  max-width: 1300px;
  padding: 0 25px; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef; }
  .table tbody + tbody {
    border-top: 2px solid #e9ecef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #e9ecef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e9ecef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2; }

.table-hover .table-secondary:hover {
  background-color: #cfd2d6; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #cfd2d6; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.form-control {
  display: block;
  width: 100%;
  padding: 14px 25px;
  font-size: 1rem;
  line-height: 1.25;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  @media screen and (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 123, 255, 0.25); }
  .form-control::placeholder {
    color: #868e96;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px); }

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

.col-form-label {
  padding-top: calc(14px + 1px);
  padding-bottom: calc(14px + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.25; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  margin-bottom: 0;
  line-height: 1.25;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px); }

.form-control-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px); }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.25rem;
  margin-left: -1.25rem; }
  .form-check-input:disabled ~ .form-check-label {
    color: #868e96; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:valid, .form-control.is-valid, .was-validated
.custom-select:valid,
.custom-select.is-valid {
  border-color: #28a745; }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus, .was-validated
  .custom-select:valid:focus,
  .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-control:valid ~ .valid-feedback,
  .was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
  .form-control.is-valid ~ .valid-tooltip, .was-validated
  .custom-select:valid ~ .valid-feedback,
  .was-validated
  .custom-select:valid ~ .valid-tooltip,
  .custom-select.is-valid ~ .valid-feedback,
  .custom-select.is-valid ~ .valid-tooltip {
    display: block; }

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    background-color: #71dd8a; }

.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }
  .was-validated .custom-file-input:valid ~ .custom-file-label::before, .custom-file-input.is-valid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: .5rem;
  margin-top: .1rem;
  font-size: .875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: .2rem; }

.was-validated .form-control:invalid, .form-control.is-invalid, .was-validated
.custom-select:invalid,
.custom-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus, .was-validated
  .custom-select:invalid:focus,
  .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-control:invalid ~ .invalid-feedback,
  .was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
  .form-control.is-invalid ~ .invalid-tooltip, .was-validated
  .custom-select:invalid ~ .invalid-feedback,
  .was-validated
  .custom-select:invalid ~ .invalid-tooltip,
  .custom-select.is-invalid ~ .invalid-feedback,
  .custom-select.is-invalid ~ .invalid-tooltip {
    display: block; }

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545; }

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    background-color: #efa2a9; }

.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }
  .was-validated .custom-file-input:invalid ~ .custom-file-label::before, .custom-file-input.is-invalid ~ .custom-file-label::before {
    border-color: inherit; }

.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.btn, .contactForm input[type="submit"],
.contactForm .btn-primary {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 14px 25px;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn, .contactForm input[type="submit"],
    .contactForm .btn-primary {
      transition: none; } }
  .btn:hover, .contactForm input:hover[type="submit"],
  .contactForm .btn-primary:hover, .btn:focus, .contactForm input:focus[type="submit"],
  .contactForm .btn-primary:focus {
    text-decoration: none; }
  .btn:focus, .contactForm input:focus[type="submit"],
  .contactForm .btn-primary:focus, .btn.focus, .contactForm input.focus[type="submit"],
  .contactForm .focus.btn-primary {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); }
  .btn.disabled, .contactForm input.disabled[type="submit"],
  .contactForm .disabled.btn-primary, .btn:disabled, .contactForm input:disabled[type="submit"],
  .contactForm .btn-primary:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), .contactForm input:not(:disabled):not(.disabled)[type="submit"],
  .contactForm .btn-primary:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .contactForm input:not(:disabled):not(.disabled):active[type="submit"],
  .contactForm .btn-primary:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .contactForm input:not(:disabled):not(.disabled).active[type="submit"],
  .contactForm .btn-primary:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
.contactForm a.disabled.btn-primary,
fieldset:disabled a.btn,
fieldset:disabled .contactForm a.btn-primary,
.contactForm fieldset:disabled a.btn-primary {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary, .contactForm input[type="submit"],
.contactForm .btn-primary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96; }
  .btn-secondary:hover, .contactForm input:hover[type="submit"],
  .contactForm .btn-primary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d; }
  .btn-secondary:focus, .contactForm input:focus[type="submit"],
  .contactForm .btn-primary:focus, .btn-secondary.focus, .contactForm input.focus[type="submit"],
  .contactForm .focus.btn-primary {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }
  .btn-secondary.disabled, .contactForm input.disabled[type="submit"],
  .contactForm .disabled.btn-primary, .btn-secondary:disabled, .contactForm input:disabled[type="submit"],
  .contactForm .btn-primary:disabled {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }
  .btn-secondary:not(:disabled):not(.disabled):active, .contactForm input:not(:disabled):not(.disabled):active[type="submit"],
  .contactForm .btn-primary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .contactForm input:not(:disabled):not(.disabled).active[type="submit"],
  .contactForm .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle,
  .contactForm .show > input.dropdown-toggle[type="submit"],
  .contactForm .show > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .contactForm input:not(:disabled):not(.disabled):active:focus[type="submit"],
    .contactForm .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .contactForm input:not(:disabled):not(.disabled).active:focus[type="submit"],
    .contactForm .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus,
    .contactForm .show > input.dropdown-toggle:focus[type="submit"],
    .contactForm .show > .dropdown-toggle.btn-primary:focus {
      box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: normal;
  color: #1294b2;
  background-color: transparent; }
  .btn-link:hover {
    color: #0f748b;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #868e96;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .contactForm .btn-group-lg > input[type="submit"],
.contactForm .btn-group-lg > .btn-primary {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .contactForm .btn-group-sm > input[type="submit"],
.contactForm .btn-group-sm > .btn-primary {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent; }

.dropdown-toggle:empty::after {
  margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: normal;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #868e96;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #868e96;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .contactForm .btn-group > input[type="submit"],
  .contactForm .btn-group > .btn-primary,
  .btn-group-vertical > .btn,
  .contactForm .btn-group-vertical > input[type="submit"],
  .contactForm .btn-group-vertical > .btn-primary {
    position: relative;
    flex: 0 1 auto; }
    .btn-group > .btn:hover, .contactForm .btn-group > input:hover[type="submit"],
    .contactForm .btn-group > .btn-primary:hover,
    .btn-group-vertical > .btn:hover,
    .contactForm .btn-group-vertical > input:hover[type="submit"],
    .contactForm .btn-group-vertical > .btn-primary:hover {
      z-index: 1; }
    .btn-group > .btn:focus, .contactForm .btn-group > input:focus[type="submit"],
    .contactForm .btn-group > .btn-primary:focus, .btn-group > .btn:active, .contactForm .btn-group > input:active[type="submit"],
    .contactForm .btn-group > .btn-primary:active, .btn-group > .btn.active, .contactForm .btn-group > input.active[type="submit"],
    .contactForm .btn-group > .active.btn-primary,
    .btn-group-vertical > .btn:focus,
    .contactForm .btn-group-vertical > input:focus[type="submit"],
    .contactForm .btn-group-vertical > .btn-primary:focus,
    .btn-group-vertical > .btn:active,
    .contactForm .btn-group-vertical > input:active[type="submit"],
    .contactForm .btn-group-vertical > .btn-primary:active,
    .btn-group-vertical > .btn.active,
    .contactForm .btn-group-vertical > input.active[type="submit"],
    .contactForm .btn-group-vertical > .active.btn-primary {
      z-index: 1; }
  .btn-group .btn + .btn, .btn-group .contactForm input[type="submit"] + .btn, .contactForm .btn-group input[type="submit"] + .btn, .btn-group .contactForm .btn-primary + .btn, .contactForm .btn-group .btn-primary + .btn, .btn-group .contactForm .btn + input[type="submit"], .contactForm .btn-group .btn + input[type="submit"], .btn-group .contactForm input[type="submit"] + input[type="submit"], .contactForm .btn-group input[type="submit"] + input[type="submit"], .btn-group .contactForm .btn-primary + input[type="submit"], .contactForm .btn-group .btn-primary + input[type="submit"],
  .btn-group .contactForm .btn + .btn-primary, .contactForm .btn-group .btn + .btn-primary,
  .btn-group .contactForm input[type="submit"] + .btn-primary, .contactForm .btn-group input[type="submit"] + .btn-primary,
  .btn-group .contactForm .btn-primary + .btn-primary, .contactForm .btn-group .btn-primary + .btn-primary,
  .btn-group .btn + .btn-group,
  .btn-group .contactForm input[type="submit"] + .btn-group,
  .contactForm .btn-group input[type="submit"] + .btn-group,
  .btn-group .contactForm .btn-primary + .btn-group,
  .contactForm .btn-group .btn-primary + .btn-group,
  .btn-group .btn-group + .btn,
  .btn-group .contactForm .btn-group + input[type="submit"],
  .contactForm .btn-group .btn-group + input[type="submit"],
  .btn-group .contactForm .btn-group + .btn-primary,
  .contactForm .btn-group .btn-group + .btn-primary,
  .btn-group .btn-group + .btn-group,
  .btn-group-vertical .btn + .btn,
  .btn-group-vertical .contactForm input[type="submit"] + .btn,
  .contactForm .btn-group-vertical input[type="submit"] + .btn,
  .btn-group-vertical .contactForm .btn-primary + .btn,
  .contactForm .btn-group-vertical .btn-primary + .btn,
  .btn-group-vertical .contactForm .btn + input[type="submit"],
  .contactForm .btn-group-vertical .btn + input[type="submit"],
  .btn-group-vertical .contactForm input[type="submit"] + input[type="submit"],
  .contactForm .btn-group-vertical input[type="submit"] + input[type="submit"],
  .btn-group-vertical .contactForm .btn-primary + input[type="submit"],
  .contactForm .btn-group-vertical .btn-primary + input[type="submit"],
  .btn-group-vertical .contactForm .btn + .btn-primary,
  .contactForm .btn-group-vertical .btn + .btn-primary,
  .btn-group-vertical .contactForm input[type="submit"] + .btn-primary,
  .contactForm .btn-group-vertical input[type="submit"] + .btn-primary,
  .btn-group-vertical .contactForm .btn-primary + .btn-primary,
  .contactForm .btn-group-vertical .btn-primary + .btn-primary,
  .btn-group-vertical .btn + .btn-group,
  .btn-group-vertical .contactForm input[type="submit"] + .btn-group,
  .contactForm .btn-group-vertical input[type="submit"] + .btn-group,
  .btn-group-vertical .contactForm .btn-primary + .btn-group,
  .contactForm .btn-group-vertical .btn-primary + .btn-group,
  .btn-group-vertical .btn-group + .btn,
  .btn-group-vertical .contactForm .btn-group + input[type="submit"],
  .contactForm .btn-group-vertical .btn-group + input[type="submit"],
  .btn-group-vertical .contactForm .btn-group + .btn-primary,
  .contactForm .btn-group-vertical .btn-group + .btn-primary,
  .btn-group-vertical .btn-group + .btn-group {
    margin-left: -1px; }

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:first-child, .contactForm .btn-group > input:first-child[type="submit"],
.contactForm .btn-group > .btn-primary:first-child {
  margin-left: 0; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .contactForm .btn-group > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
.contactForm .btn-group > .btn-primary:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.contactForm .btn-group > .btn-group:not(:last-child) > input[type="submit"],
.contactForm .btn-group > .btn-group:not(:last-child) > .btn-primary {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:not(:first-child), .contactForm .btn-group > input:not(:first-child)[type="submit"],
.contactForm .btn-group > .btn-primary:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn,
.contactForm .btn-group > .btn-group:not(:first-child) > input[type="submit"],
.contactForm .btn-group > .btn-group:not(:first-child) > .btn-primary {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 18.75px;
  padding-left: 18.75px; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropright .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropleft .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .contactForm .btn-group-sm > input[type="submit"] + .dropdown-toggle-split, .contactForm .btn-group-sm > .btn-primary + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .contactForm .btn-group-lg > input[type="submit"] + .dropdown-toggle-split, .contactForm .btn-group-lg > .btn-primary + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .btn-group-vertical .btn, .btn-group-vertical .contactForm input[type="submit"], .contactForm .btn-group-vertical input[type="submit"],
  .btn-group-vertical .contactForm .btn-primary, .contactForm .btn-group-vertical .btn-primary,
  .btn-group-vertical .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn + .btn, .contactForm .btn-group-vertical > input[type="submit"] + .btn, .contactForm .btn-group-vertical > .btn-primary + .btn, .contactForm .btn-group-vertical > .btn + input[type="submit"], .contactForm .btn-group-vertical > input[type="submit"] + input[type="submit"], .contactForm .btn-group-vertical > .btn-primary + input[type="submit"],
  .contactForm .btn-group-vertical > .btn + .btn-primary,
  .contactForm .btn-group-vertical > input[type="submit"] + .btn-primary,
  .contactForm .btn-group-vertical > .btn-primary + .btn-primary,
  .btn-group-vertical > .btn + .btn-group,
  .contactForm .btn-group-vertical > input[type="submit"] + .btn-group,
  .contactForm .btn-group-vertical > .btn-primary + .btn-group,
  .btn-group-vertical > .btn-group + .btn,
  .contactForm .btn-group-vertical > .btn-group + input[type="submit"],
  .contactForm .btn-group-vertical > .btn-group + .btn-primary,
  .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .contactForm .btn-group-vertical > input:not(:last-child):not(.dropdown-toggle)[type="submit"],
  .contactForm .btn-group-vertical > .btn-primary:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .contactForm .btn-group-vertical > .btn-group:not(:last-child) > input[type="submit"],
  .contactForm .btn-group-vertical > .btn-group:not(:last-child) > .btn-primary {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn:not(:first-child), .contactForm .btn-group-vertical > input:not(:first-child)[type="submit"],
  .contactForm .btn-group-vertical > .btn-primary:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .contactForm .btn-group-vertical > .btn-group:not(:first-child) > input[type="submit"],
  .contactForm .btn-group-vertical > .btn-group:not(:first-child) > .btn-primary {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.btn-group-toggle > .btn, .contactForm .btn-group-toggle > input[type="submit"],
.contactForm .btn-group-toggle > .btn-primary,
.btn-group-toggle > .btn-group > .btn,
.contactForm .btn-group-toggle > .btn-group > input[type="submit"],
.contactForm .btn-group-toggle > .btn-group > .btn-primary {
  margin-bottom: 0; }
  .btn-group-toggle > .btn input[type="radio"], .contactForm .btn-group-toggle > input[type="submit"] input[type="radio"], .contactForm .btn-group-toggle > .btn-primary input[type="radio"],
  .btn-group-toggle > .btn input[type="checkbox"],
  .contactForm .btn-group-toggle > input[type="submit"] input[type="checkbox"],
  .contactForm .btn-group-toggle > .btn-primary input[type="checkbox"],
  .btn-group-toggle > .btn-group > .btn input[type="radio"],
  .contactForm .btn-group-toggle > .btn-group > input[type="submit"] input[type="radio"],
  .contactForm .btn-group-toggle > .btn-group > .btn-primary input[type="radio"],
  .btn-group-toggle > .btn-group > .btn input[type="checkbox"],
  .contactForm .btn-group-toggle > .btn-group > input[type="submit"] input[type="checkbox"],
  .contactForm .btn-group-toggle > .btn-group > .btn-primary input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #e9ecef; }
  .table .thead-dark th {
    color: inherit;
    border-color: #e9ecef; } }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.1; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.1; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.1; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: normal; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

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

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: bold; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #1294b2;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0f748b;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

/*!
 * Bootstrap Grid v4.1.2 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 420px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

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

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 420px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; } }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (10px * 2)); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (30px * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: #000;
      text-decoration: none;
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #007bff !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important; }

.bg-secondary {
  background-color: #868e96 !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #6c757d !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #f8f9fa !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #e9ecef !important; }

.border-top {
  border-top: 1px solid #e9ecef !important; }

.border-right {
  border-right: 1px solid #e9ecef !important; }

.border-bottom {
  border-bottom: 1px solid #e9ecef !important; }

.border-left {
  border-left: 1px solid #e9ecef !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #007bff !important; }

.border-secondary {
  border-color: #868e96 !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #f8f9fa !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-white {
  border-color: #fff !important; }

.rounded {
  border-radius: 0.25rem !important; }

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important; }

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important; }

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-0 {
  border-radius: 0 !important; }

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1400px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

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

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1400px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1400px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

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

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

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

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0 {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0 {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1400px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

.text-justify {
  text-align: justify !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1400px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-normal {
  font-weight: normal !important; }

.font-weight-bold {
  font-weight: bold !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #007bff !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #0062cc !important; }

.text-secondary {
  color: #868e96 !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #6c757d !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #1e7e34 !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #117a8b !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #d39e00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #bd2130 !important; }

.text-light {
  color: #f8f9fa !important; }

a.text-light:hover, a.text-light:focus {
  color: #dae0e5 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #1d2124 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #868e96 !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

.btn, .contactForm input[type="submit"],
.contactForm .btn-primary {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 14px 25px;
  font-size: 1rem;
  line-height: 1.25;
  border-radius: 0.25rem;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media screen and (prefers-reduced-motion: reduce) {
    .btn, .contactForm input[type="submit"],
    .contactForm .btn-primary {
      transition: none; } }
  .btn:hover, .contactForm input:hover[type="submit"],
  .contactForm .btn-primary:hover, .btn:focus, .contactForm input:focus[type="submit"],
  .contactForm .btn-primary:focus {
    text-decoration: none; }
  .btn:focus, .contactForm input:focus[type="submit"],
  .contactForm .btn-primary:focus, .btn.focus, .contactForm input.focus[type="submit"],
  .contactForm .focus.btn-primary {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.25); }
  .btn.disabled, .contactForm input.disabled[type="submit"],
  .contactForm .disabled.btn-primary, .btn:disabled, .contactForm input:disabled[type="submit"],
  .contactForm .btn-primary:disabled {
    opacity: 0.65; }
  .btn:not(:disabled):not(.disabled), .contactForm input:not(:disabled):not(.disabled)[type="submit"],
  .contactForm .btn-primary:not(:disabled):not(.disabled) {
    cursor: pointer; }
  .btn:not(:disabled):not(.disabled):active, .contactForm input:not(:disabled):not(.disabled):active[type="submit"],
  .contactForm .btn-primary:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .contactForm input:not(:disabled):not(.disabled).active[type="submit"],
  .contactForm .btn-primary:not(:disabled):not(.disabled).active {
    background-image: none; }

a.btn.disabled,
.contactForm a.disabled.btn-primary,
fieldset:disabled a.btn,
fieldset:disabled .contactForm a.btn-primary,
.contactForm fieldset:disabled a.btn-primary {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff; }
  .btn-primary:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc; }
  .btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #0062cc;
    border-color: #005cbf; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-secondary, .contactForm input[type="submit"],
.contactForm .btn-primary {
  color: #fff;
  background-color: #868e96;
  border-color: #868e96; }
  .btn-secondary:hover, .contactForm input:hover[type="submit"],
  .contactForm .btn-primary:hover {
    color: #fff;
    background-color: #727b84;
    border-color: #6c757d; }
  .btn-secondary:focus, .contactForm input:focus[type="submit"],
  .contactForm .btn-primary:focus, .btn-secondary.focus, .contactForm input.focus[type="submit"],
  .contactForm .focus.btn-primary {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }
  .btn-secondary.disabled, .contactForm input.disabled[type="submit"],
  .contactForm .disabled.btn-primary, .btn-secondary:disabled, .contactForm input:disabled[type="submit"],
  .contactForm .btn-primary:disabled {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }
  .btn-secondary:not(:disabled):not(.disabled):active, .contactForm input:not(:disabled):not(.disabled):active[type="submit"],
  .contactForm .btn-primary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .contactForm input:not(:disabled):not(.disabled).active[type="submit"],
  .contactForm .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle,
  .contactForm .show > input.dropdown-toggle[type="submit"],
  .contactForm .show > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #6c757d;
    border-color: #666e76; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .contactForm input:not(:disabled):not(.disabled):active:focus[type="submit"],
    .contactForm .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .contactForm input:not(:disabled):not(.disabled).active:focus[type="submit"],
    .contactForm .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus,
    .contactForm .show > input.dropdown-toggle:focus[type="submit"],
    .contactForm .show > .dropdown-toggle.btn-primary:focus {
      box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5; }
  .btn-light:focus, .btn-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-primary {
  color: #007bff;
  background-color: transparent;
  background-image: none;
  border-color: #007bff; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #007bff;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); }

.btn-outline-secondary {
  color: #868e96;
  background-color: transparent;
  background-image: none;
  border-color: #868e96; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #868e96;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(134, 142, 150, 0.5); }

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); }

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-link {
  font-weight: normal;
  color: #1294b2;
  background-color: transparent; }
  .btn-link:hover {
    color: #0f748b;
    text-decoration: underline;
    background-color: transparent;
    border-color: transparent; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline;
    border-color: transparent;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #868e96;
    pointer-events: none; }

.btn-lg, .btn-group-lg > .btn, .contactForm .btn-group-lg > input[type="submit"],
.contactForm .btn-group-lg > .btn-primary {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem; }

.btn-sm, .btn-group-sm > .btn, .contactForm .btn-group-sm > input[type="submit"],
.contactForm .btn-group-sm > .btn-primary {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none; }
  .fa-ul > li {
    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8); }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: ""; }

.fa-music:before {
  content: ""; }

.fa-search:before {
  content: ""; }

.fa-envelope-o:before {
  content: ""; }

.fa-heart:before {
  content: ""; }

.fa-star:before {
  content: ""; }

.fa-star-o:before {
  content: ""; }

.fa-user:before {
  content: ""; }

.fa-film:before {
  content: ""; }

.fa-th-large:before {
  content: ""; }

.fa-th:before {
  content: ""; }

.fa-th-list:before {
  content: ""; }

.fa-check:before {
  content: ""; }

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: ""; }

.fa-search-plus:before {
  content: ""; }

.fa-search-minus:before {
  content: ""; }

.fa-power-off:before {
  content: ""; }

.fa-signal:before {
  content: ""; }

.fa-gear:before,
.fa-cog:before {
  content: ""; }

.fa-trash-o:before {
  content: ""; }

.fa-home:before {
  content: ""; }

.fa-file-o:before {
  content: ""; }

.fa-clock-o:before {
  content: ""; }

.fa-road:before {
  content: ""; }

.fa-download:before {
  content: ""; }

.fa-arrow-circle-o-down:before {
  content: ""; }

.fa-arrow-circle-o-up:before {
  content: ""; }

.fa-inbox:before {
  content: ""; }

.fa-play-circle-o:before {
  content: ""; }

.fa-rotate-right:before,
.fa-repeat:before {
  content: ""; }

.fa-refresh:before {
  content: ""; }

.fa-list-alt:before {
  content: ""; }

.fa-lock:before {
  content: ""; }

.fa-flag:before {
  content: ""; }

.fa-headphones:before {
  content: ""; }

.fa-volume-off:before {
  content: ""; }

.fa-volume-down:before {
  content: ""; }

.fa-volume-up:before {
  content: ""; }

.fa-qrcode:before {
  content: ""; }

.fa-barcode:before {
  content: ""; }

.fa-tag:before {
  content: ""; }

.fa-tags:before {
  content: ""; }

.fa-book:before {
  content: ""; }

.fa-bookmark:before {
  content: ""; }

.fa-print:before {
  content: ""; }

.fa-camera:before {
  content: ""; }

.fa-font:before {
  content: ""; }

.fa-bold:before {
  content: ""; }

.fa-italic:before {
  content: ""; }

.fa-text-height:before {
  content: ""; }

.fa-text-width:before {
  content: ""; }

.fa-align-left:before {
  content: ""; }

.fa-align-center:before {
  content: ""; }

.fa-align-right:before {
  content: ""; }

.fa-align-justify:before {
  content: ""; }

.fa-list:before {
  content: ""; }

.fa-dedent:before,
.fa-outdent:before {
  content: ""; }

.fa-indent:before {
  content: ""; }

.fa-video-camera:before {
  content: ""; }

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: ""; }

.fa-pencil:before {
  content: ""; }

.fa-map-marker:before {
  content: ""; }

.fa-adjust:before {
  content: ""; }

.fa-tint:before {
  content: ""; }

.fa-edit:before,
.fa-pencil-square-o:before {
  content: ""; }

.fa-share-square-o:before {
  content: ""; }

.fa-check-square-o:before {
  content: ""; }

.fa-arrows:before {
  content: ""; }

.fa-step-backward:before {
  content: ""; }

.fa-fast-backward:before {
  content: ""; }

.fa-backward:before {
  content: ""; }

.fa-play:before {
  content: ""; }

.fa-pause:before {
  content: ""; }

.fa-stop:before {
  content: ""; }

.fa-forward:before {
  content: ""; }

.fa-fast-forward:before {
  content: ""; }

.fa-step-forward:before {
  content: ""; }

.fa-eject:before {
  content: ""; }

.fa-chevron-left:before {
  content: ""; }

.fa-chevron-right:before {
  content: ""; }

.fa-plus-circle:before {
  content: ""; }

.fa-minus-circle:before {
  content: ""; }

.fa-times-circle:before {
  content: ""; }

.fa-check-circle:before {
  content: ""; }

.fa-question-circle:before {
  content: ""; }

.fa-info-circle:before {
  content: ""; }

.fa-crosshairs:before {
  content: ""; }

.fa-times-circle-o:before {
  content: ""; }

.fa-check-circle-o:before {
  content: ""; }

.fa-ban:before {
  content: ""; }

.fa-arrow-left:before {
  content: ""; }

.fa-arrow-right:before {
  content: ""; }

.fa-arrow-up:before {
  content: ""; }

.fa-arrow-down:before {
  content: ""; }

.fa-mail-forward:before,
.fa-share:before {
  content: ""; }

.fa-expand:before {
  content: ""; }

.fa-compress:before {
  content: ""; }

.fa-plus:before {
  content: ""; }

.fa-minus:before {
  content: ""; }

.fa-asterisk:before {
  content: ""; }

.fa-exclamation-circle:before {
  content: ""; }

.fa-gift:before {
  content: ""; }

.fa-leaf:before {
  content: ""; }

.fa-fire:before {
  content: ""; }

.fa-eye:before {
  content: ""; }

.fa-eye-slash:before {
  content: ""; }

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: ""; }

.fa-plane:before {
  content: ""; }

.fa-calendar:before {
  content: ""; }

.fa-random:before {
  content: ""; }

.fa-comment:before {
  content: ""; }

.fa-magnet:before {
  content: ""; }

.fa-chevron-up:before {
  content: ""; }

.fa-chevron-down:before {
  content: ""; }

.fa-retweet:before {
  content: ""; }

.fa-shopping-cart:before {
  content: ""; }

.fa-folder:before {
  content: ""; }

.fa-folder-open:before {
  content: ""; }

.fa-arrows-v:before {
  content: ""; }

.fa-arrows-h:before {
  content: ""; }

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: ""; }

.fa-twitter-square:before {
  content: ""; }

.fa-facebook-square:before {
  content: ""; }

.fa-camera-retro:before {
  content: ""; }

.fa-key:before {
  content: ""; }

.fa-gears:before,
.fa-cogs:before {
  content: ""; }

.fa-comments:before {
  content: ""; }

.fa-thumbs-o-up:before {
  content: ""; }

.fa-thumbs-o-down:before {
  content: ""; }

.fa-star-half:before {
  content: ""; }

.fa-heart-o:before {
  content: ""; }

.fa-sign-out:before {
  content: ""; }

.fa-linkedin-square:before {
  content: ""; }

.fa-thumb-tack:before {
  content: ""; }

.fa-external-link:before {
  content: ""; }

.fa-sign-in:before {
  content: ""; }

.fa-trophy:before {
  content: ""; }

.fa-github-square:before {
  content: ""; }

.fa-upload:before {
  content: ""; }

.fa-lemon-o:before {
  content: ""; }

.fa-phone:before {
  content: ""; }

.fa-square-o:before {
  content: ""; }

.fa-bookmark-o:before {
  content: ""; }

.fa-phone-square:before {
  content: ""; }

.fa-twitter:before {
  content: ""; }

.fa-facebook-f:before,
.fa-facebook:before {
  content: ""; }

.fa-github:before {
  content: ""; }

.fa-unlock:before {
  content: ""; }

.fa-credit-card:before {
  content: ""; }

.fa-feed:before,
.fa-rss:before {
  content: ""; }

.fa-hdd-o:before {
  content: ""; }

.fa-bullhorn:before {
  content: ""; }

.fa-bell:before {
  content: ""; }

.fa-certificate:before {
  content: ""; }

.fa-hand-o-right:before {
  content: ""; }

.fa-hand-o-left:before {
  content: ""; }

.fa-hand-o-up:before {
  content: ""; }

.fa-hand-o-down:before {
  content: ""; }

.fa-arrow-circle-left:before {
  content: ""; }

.fa-arrow-circle-right:before {
  content: ""; }

.fa-arrow-circle-up:before {
  content: ""; }

.fa-arrow-circle-down:before {
  content: ""; }

.fa-globe:before {
  content: ""; }

.fa-wrench:before {
  content: ""; }

.fa-tasks:before {
  content: ""; }

.fa-filter:before {
  content: ""; }

.fa-briefcase:before {
  content: ""; }

.fa-arrows-alt:before {
  content: ""; }

.fa-group:before,
.fa-users:before {
  content: ""; }

.fa-chain:before,
.fa-link:before {
  content: ""; }

.fa-cloud:before {
  content: ""; }

.fa-flask:before {
  content: ""; }

.fa-cut:before,
.fa-scissors:before {
  content: ""; }

.fa-copy:before,
.fa-files-o:before {
  content: ""; }

.fa-paperclip:before {
  content: ""; }

.fa-save:before,
.fa-floppy-o:before {
  content: ""; }

.fa-square:before {
  content: ""; }

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: ""; }

.fa-list-ul:before {
  content: ""; }

.fa-list-ol:before {
  content: ""; }

.fa-strikethrough:before {
  content: ""; }

.fa-underline:before {
  content: ""; }

.fa-table:before {
  content: ""; }

.fa-magic:before {
  content: ""; }

.fa-truck:before {
  content: ""; }

.fa-pinterest:before {
  content: ""; }

.fa-pinterest-square:before {
  content: ""; }

.fa-google-plus-square:before {
  content: ""; }

.fa-google-plus:before {
  content: ""; }

.fa-money:before {
  content: ""; }

.fa-caret-down:before {
  content: ""; }

.fa-caret-up:before {
  content: ""; }

.fa-caret-left:before {
  content: ""; }

.fa-caret-right:before {
  content: ""; }

.fa-columns:before {
  content: ""; }

.fa-unsorted:before,
.fa-sort:before {
  content: ""; }

.fa-sort-down:before,
.fa-sort-desc:before {
  content: ""; }

.fa-sort-up:before,
.fa-sort-asc:before {
  content: ""; }

.fa-envelope:before {
  content: ""; }

.fa-linkedin:before {
  content: ""; }

.fa-rotate-left:before,
.fa-undo:before {
  content: ""; }

.fa-legal:before,
.fa-gavel:before {
  content: ""; }

.fa-dashboard:before,
.fa-tachometer:before {
  content: ""; }

.fa-comment-o:before {
  content: ""; }

.fa-comments-o:before {
  content: ""; }

.fa-flash:before,
.fa-bolt:before {
  content: ""; }

.fa-sitemap:before {
  content: ""; }

.fa-umbrella:before {
  content: ""; }

.fa-paste:before,
.fa-clipboard:before {
  content: ""; }

.fa-lightbulb-o:before {
  content: ""; }

.fa-exchange:before {
  content: ""; }

.fa-cloud-download:before {
  content: ""; }

.fa-cloud-upload:before {
  content: ""; }

.fa-user-md:before {
  content: ""; }

.fa-stethoscope:before {
  content: ""; }

.fa-suitcase:before {
  content: ""; }

.fa-bell-o:before {
  content: ""; }

.fa-coffee:before {
  content: ""; }

.fa-cutlery:before {
  content: ""; }

.fa-file-text-o:before {
  content: ""; }

.fa-building-o:before {
  content: ""; }

.fa-hospital-o:before {
  content: ""; }

.fa-ambulance:before {
  content: ""; }

.fa-medkit:before {
  content: ""; }

.fa-fighter-jet:before {
  content: ""; }

.fa-beer:before {
  content: ""; }

.fa-h-square:before {
  content: ""; }

.fa-plus-square:before {
  content: ""; }

.fa-angle-double-left:before {
  content: ""; }

.fa-angle-double-right:before {
  content: ""; }

.fa-angle-double-up:before {
  content: ""; }

.fa-angle-double-down:before {
  content: ""; }

.fa-angle-left:before {
  content: ""; }

.fa-angle-right:before {
  content: ""; }

.fa-angle-up:before {
  content: ""; }

.fa-angle-down:before {
  content: ""; }

.fa-desktop:before {
  content: ""; }

.fa-laptop:before {
  content: ""; }

.fa-tablet:before {
  content: ""; }

.fa-mobile-phone:before,
.fa-mobile:before {
  content: ""; }

.fa-circle-o:before {
  content: ""; }

.fa-quote-left:before {
  content: ""; }

.fa-quote-right:before {
  content: ""; }

.fa-spinner:before {
  content: ""; }

.fa-circle:before {
  content: ""; }

.fa-mail-reply:before,
.fa-reply:before {
  content: ""; }

.fa-github-alt:before {
  content: ""; }

.fa-folder-o:before {
  content: ""; }

.fa-folder-open-o:before {
  content: ""; }

.fa-smile-o:before {
  content: ""; }

.fa-frown-o:before {
  content: ""; }

.fa-meh-o:before {
  content: ""; }

.fa-gamepad:before {
  content: ""; }

.fa-keyboard-o:before {
  content: ""; }

.fa-flag-o:before {
  content: ""; }

.fa-flag-checkered:before {
  content: ""; }

.fa-terminal:before {
  content: ""; }

.fa-code:before {
  content: ""; }

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: ""; }

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: ""; }

.fa-location-arrow:before {
  content: ""; }

.fa-crop:before {
  content: ""; }

.fa-code-fork:before {
  content: ""; }

.fa-unlink:before,
.fa-chain-broken:before {
  content: ""; }

.fa-question:before {
  content: ""; }

.fa-info:before {
  content: ""; }

.fa-exclamation:before {
  content: ""; }

.fa-superscript:before {
  content: ""; }

.fa-subscript:before {
  content: ""; }

.fa-eraser:before {
  content: ""; }

.fa-puzzle-piece:before {
  content: ""; }

.fa-microphone:before {
  content: ""; }

.fa-microphone-slash:before {
  content: ""; }

.fa-shield:before {
  content: ""; }

.fa-calendar-o:before {
  content: ""; }

.fa-fire-extinguisher:before {
  content: ""; }

.fa-rocket:before {
  content: ""; }

.fa-maxcdn:before {
  content: ""; }

.fa-chevron-circle-left:before {
  content: ""; }

.fa-chevron-circle-right:before {
  content: ""; }

.fa-chevron-circle-up:before {
  content: ""; }

.fa-chevron-circle-down:before {
  content: ""; }

.fa-html5:before {
  content: ""; }

.fa-css3:before {
  content: ""; }

.fa-anchor:before {
  content: ""; }

.fa-unlock-alt:before {
  content: ""; }

.fa-bullseye:before {
  content: ""; }

.fa-ellipsis-h:before {
  content: ""; }

.fa-ellipsis-v:before {
  content: ""; }

.fa-rss-square:before {
  content: ""; }

.fa-play-circle:before {
  content: ""; }

.fa-ticket:before {
  content: ""; }

.fa-minus-square:before {
  content: ""; }

.fa-minus-square-o:before {
  content: ""; }

.fa-level-up:before {
  content: ""; }

.fa-level-down:before {
  content: ""; }

.fa-check-square:before {
  content: ""; }

.fa-pencil-square:before {
  content: ""; }

.fa-external-link-square:before {
  content: ""; }

.fa-share-square:before {
  content: ""; }

.fa-compass:before {
  content: ""; }

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: ""; }

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: ""; }

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: ""; }

.fa-euro:before,
.fa-eur:before {
  content: ""; }

.fa-gbp:before {
  content: ""; }

.fa-dollar:before,
.fa-usd:before {
  content: ""; }

.fa-rupee:before,
.fa-inr:before {
  content: ""; }

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: ""; }

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: ""; }

.fa-won:before,
.fa-krw:before {
  content: ""; }

.fa-bitcoin:before,
.fa-btc:before {
  content: ""; }

.fa-file:before {
  content: ""; }

.fa-file-text:before {
  content: ""; }

.fa-sort-alpha-asc:before {
  content: ""; }

.fa-sort-alpha-desc:before {
  content: ""; }

.fa-sort-amount-asc:before {
  content: ""; }

.fa-sort-amount-desc:before {
  content: ""; }

.fa-sort-numeric-asc:before {
  content: ""; }

.fa-sort-numeric-desc:before {
  content: ""; }

.fa-thumbs-up:before {
  content: ""; }

.fa-thumbs-down:before {
  content: ""; }

.fa-youtube-square:before {
  content: ""; }

.fa-youtube:before {
  content: ""; }

.fa-xing:before {
  content: ""; }

.fa-xing-square:before {
  content: ""; }

.fa-youtube-play:before {
  content: ""; }

.fa-dropbox:before {
  content: ""; }

.fa-stack-overflow:before {
  content: ""; }

.fa-instagram:before {
  content: ""; }

.fa-flickr:before {
  content: ""; }

.fa-adn:before {
  content: ""; }

.fa-bitbucket:before {
  content: ""; }

.fa-bitbucket-square:before {
  content: ""; }

.fa-tumblr:before {
  content: ""; }

.fa-tumblr-square:before {
  content: ""; }

.fa-long-arrow-down:before {
  content: ""; }

.fa-long-arrow-up:before {
  content: ""; }

.fa-long-arrow-left:before {
  content: ""; }

.fa-long-arrow-right:before {
  content: ""; }

.fa-apple:before {
  content: ""; }

.fa-windows:before {
  content: ""; }

.fa-android:before {
  content: ""; }

.fa-linux:before {
  content: ""; }

.fa-dribbble:before {
  content: ""; }

.fa-skype:before {
  content: ""; }

.fa-foursquare:before {
  content: ""; }

.fa-trello:before {
  content: ""; }

.fa-female:before {
  content: ""; }

.fa-male:before {
  content: ""; }

.fa-gittip:before,
.fa-gratipay:before {
  content: ""; }

.fa-sun-o:before {
  content: ""; }

.fa-moon-o:before {
  content: ""; }

.fa-archive:before {
  content: ""; }

.fa-bug:before {
  content: ""; }

.fa-vk:before {
  content: ""; }

.fa-weibo:before {
  content: ""; }

.fa-renren:before {
  content: ""; }

.fa-pagelines:before {
  content: ""; }

.fa-stack-exchange:before {
  content: ""; }

.fa-arrow-circle-o-right:before {
  content: ""; }

.fa-arrow-circle-o-left:before {
  content: ""; }

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: ""; }

.fa-dot-circle-o:before {
  content: ""; }

.fa-wheelchair:before {
  content: ""; }

.fa-vimeo-square:before {
  content: ""; }

.fa-turkish-lira:before,
.fa-try:before {
  content: ""; }

.fa-plus-square-o:before {
  content: ""; }

.fa-space-shuttle:before {
  content: ""; }

.fa-slack:before {
  content: ""; }

.fa-envelope-square:before {
  content: ""; }

.fa-wordpress:before {
  content: ""; }

.fa-openid:before {
  content: ""; }

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: ""; }

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: ""; }

.fa-yahoo:before {
  content: ""; }

.fa-google:before {
  content: ""; }

.fa-reddit:before {
  content: ""; }

.fa-reddit-square:before {
  content: ""; }

.fa-stumbleupon-circle:before {
  content: ""; }

.fa-stumbleupon:before {
  content: ""; }

.fa-delicious:before {
  content: ""; }

.fa-digg:before {
  content: ""; }

.fa-pied-piper-pp:before {
  content: ""; }

.fa-pied-piper-alt:before {
  content: ""; }

.fa-drupal:before {
  content: ""; }

.fa-joomla:before {
  content: ""; }

.fa-language:before {
  content: ""; }

.fa-fax:before {
  content: ""; }

.fa-building:before {
  content: ""; }

.fa-child:before {
  content: ""; }

.fa-paw:before {
  content: ""; }

.fa-spoon:before {
  content: ""; }

.fa-cube:before {
  content: ""; }

.fa-cubes:before {
  content: ""; }

.fa-behance:before {
  content: ""; }

.fa-behance-square:before {
  content: ""; }

.fa-steam:before {
  content: ""; }

.fa-steam-square:before {
  content: ""; }

.fa-recycle:before {
  content: ""; }

.fa-automobile:before,
.fa-car:before {
  content: ""; }

.fa-cab:before,
.fa-taxi:before {
  content: ""; }

.fa-tree:before {
  content: ""; }

.fa-spotify:before {
  content: ""; }

.fa-deviantart:before {
  content: ""; }

.fa-soundcloud:before {
  content: ""; }

.fa-database:before {
  content: ""; }

.fa-file-pdf-o:before {
  content: ""; }

.fa-file-word-o:before {
  content: ""; }

.fa-file-excel-o:before {
  content: ""; }

.fa-file-powerpoint-o:before {
  content: ""; }

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: ""; }

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: ""; }

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: ""; }

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: ""; }

.fa-file-code-o:before {
  content: ""; }

.fa-vine:before {
  content: ""; }

.fa-codepen:before {
  content: ""; }

.fa-jsfiddle:before {
  content: ""; }

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: ""; }

.fa-circle-o-notch:before {
  content: ""; }

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: ""; }

.fa-ge:before,
.fa-empire:before {
  content: ""; }

.fa-git-square:before {
  content: ""; }

.fa-git:before {
  content: ""; }

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: ""; }

.fa-tencent-weibo:before {
  content: ""; }

.fa-qq:before {
  content: ""; }

.fa-wechat:before,
.fa-weixin:before {
  content: ""; }

.fa-send:before,
.fa-paper-plane:before {
  content: ""; }

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: ""; }

.fa-history:before {
  content: ""; }

.fa-circle-thin:before {
  content: ""; }

.fa-header:before {
  content: ""; }

.fa-paragraph:before {
  content: ""; }

.fa-sliders:before {
  content: ""; }

.fa-share-alt:before {
  content: ""; }

.fa-share-alt-square:before {
  content: ""; }

.fa-bomb:before {
  content: ""; }

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: ""; }

.fa-tty:before {
  content: ""; }

.fa-binoculars:before {
  content: ""; }

.fa-plug:before {
  content: ""; }

.fa-slideshare:before {
  content: ""; }

.fa-twitch:before {
  content: ""; }

.fa-yelp:before {
  content: ""; }

.fa-newspaper-o:before {
  content: ""; }

.fa-wifi:before {
  content: ""; }

.fa-calculator:before {
  content: ""; }

.fa-paypal:before {
  content: ""; }

.fa-google-wallet:before {
  content: ""; }

.fa-cc-visa:before {
  content: ""; }

.fa-cc-mastercard:before {
  content: ""; }

.fa-cc-discover:before {
  content: ""; }

.fa-cc-amex:before {
  content: ""; }

.fa-cc-paypal:before {
  content: ""; }

.fa-cc-stripe:before {
  content: ""; }

.fa-bell-slash:before {
  content: ""; }

.fa-bell-slash-o:before {
  content: ""; }

.fa-trash:before {
  content: ""; }

.fa-copyright:before {
  content: ""; }

.fa-at:before {
  content: ""; }

.fa-eyedropper:before {
  content: ""; }

.fa-paint-brush:before {
  content: ""; }

.fa-birthday-cake:before {
  content: ""; }

.fa-area-chart:before {
  content: ""; }

.fa-pie-chart:before {
  content: ""; }

.fa-line-chart:before {
  content: ""; }

.fa-lastfm:before {
  content: ""; }

.fa-lastfm-square:before {
  content: ""; }

.fa-toggle-off:before {
  content: ""; }

.fa-toggle-on:before {
  content: ""; }

.fa-bicycle:before {
  content: ""; }

.fa-bus:before {
  content: ""; }

.fa-ioxhost:before {
  content: ""; }

.fa-angellist:before {
  content: ""; }

.fa-cc:before {
  content: ""; }

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: ""; }

.fa-meanpath:before {
  content: ""; }

.fa-buysellads:before {
  content: ""; }

.fa-connectdevelop:before {
  content: ""; }

.fa-dashcube:before {
  content: ""; }

.fa-forumbee:before {
  content: ""; }

.fa-leanpub:before {
  content: ""; }

.fa-sellsy:before {
  content: ""; }

.fa-shirtsinbulk:before {
  content: ""; }

.fa-simplybuilt:before {
  content: ""; }

.fa-skyatlas:before {
  content: ""; }

.fa-cart-plus:before {
  content: ""; }

.fa-cart-arrow-down:before {
  content: ""; }

.fa-diamond:before {
  content: ""; }

.fa-ship:before {
  content: ""; }

.fa-user-secret:before {
  content: ""; }

.fa-motorcycle:before {
  content: ""; }

.fa-street-view:before {
  content: ""; }

.fa-heartbeat:before {
  content: ""; }

.fa-venus:before {
  content: ""; }

.fa-mars:before {
  content: ""; }

.fa-mercury:before {
  content: ""; }

.fa-intersex:before,
.fa-transgender:before {
  content: ""; }

.fa-transgender-alt:before {
  content: ""; }

.fa-venus-double:before {
  content: ""; }

.fa-mars-double:before {
  content: ""; }

.fa-venus-mars:before {
  content: ""; }

.fa-mars-stroke:before {
  content: ""; }

.fa-mars-stroke-v:before {
  content: ""; }

.fa-mars-stroke-h:before {
  content: ""; }

.fa-neuter:before {
  content: ""; }

.fa-genderless:before {
  content: ""; }

.fa-facebook-official:before {
  content: ""; }

.fa-pinterest-p:before {
  content: ""; }

.fa-whatsapp:before {
  content: ""; }

.fa-server:before {
  content: ""; }

.fa-user-plus:before {
  content: ""; }

.fa-user-times:before {
  content: ""; }

.fa-hotel:before,
.fa-bed:before {
  content: ""; }

.fa-viacoin:before {
  content: ""; }

.fa-train:before {
  content: ""; }

.fa-subway:before {
  content: ""; }

.fa-medium:before {
  content: ""; }

.fa-yc:before,
.fa-y-combinator:before {
  content: ""; }

.fa-optin-monster:before {
  content: ""; }

.fa-opencart:before {
  content: ""; }

.fa-expeditedssl:before {
  content: ""; }

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: ""; }

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: ""; }

.fa-battery-2:before,
.fa-battery-half:before {
  content: ""; }

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: ""; }

.fa-battery-0:before,
.fa-battery-empty:before {
  content: ""; }

.fa-mouse-pointer:before {
  content: ""; }

.fa-i-cursor:before {
  content: ""; }

.fa-object-group:before {
  content: ""; }

.fa-object-ungroup:before {
  content: ""; }

.fa-sticky-note:before {
  content: ""; }

.fa-sticky-note-o:before {
  content: ""; }

.fa-cc-jcb:before {
  content: ""; }

.fa-cc-diners-club:before {
  content: ""; }

.fa-clone:before {
  content: ""; }

.fa-balance-scale:before {
  content: ""; }

.fa-hourglass-o:before {
  content: ""; }

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: ""; }

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: ""; }

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: ""; }

.fa-hourglass:before {
  content: ""; }

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: ""; }

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: ""; }

.fa-hand-scissors-o:before {
  content: ""; }

.fa-hand-lizard-o:before {
  content: ""; }

.fa-hand-spock-o:before {
  content: ""; }

.fa-hand-pointer-o:before {
  content: ""; }

.fa-hand-peace-o:before {
  content: ""; }

.fa-trademark:before {
  content: ""; }

.fa-registered:before {
  content: ""; }

.fa-creative-commons:before {
  content: ""; }

.fa-gg:before {
  content: ""; }

.fa-gg-circle:before {
  content: ""; }

.fa-tripadvisor:before {
  content: ""; }

.fa-odnoklassniki:before {
  content: ""; }

.fa-odnoklassniki-square:before {
  content: ""; }

.fa-get-pocket:before {
  content: ""; }

.fa-wikipedia-w:before {
  content: ""; }

.fa-safari:before {
  content: ""; }

.fa-chrome:before {
  content: ""; }

.fa-firefox:before {
  content: ""; }

.fa-opera:before {
  content: ""; }

.fa-internet-explorer:before {
  content: ""; }

.fa-tv:before,
.fa-television:before {
  content: ""; }

.fa-contao:before {
  content: ""; }

.fa-500px:before {
  content: ""; }

.fa-amazon:before {
  content: ""; }

.fa-calendar-plus-o:before {
  content: ""; }

.fa-calendar-minus-o:before {
  content: ""; }

.fa-calendar-times-o:before {
  content: ""; }

.fa-calendar-check-o:before {
  content: ""; }

.fa-industry:before {
  content: ""; }

.fa-map-pin:before {
  content: ""; }

.fa-map-signs:before {
  content: ""; }

.fa-map-o:before {
  content: ""; }

.fa-map:before {
  content: ""; }

.fa-commenting:before {
  content: ""; }

.fa-commenting-o:before {
  content: ""; }

.fa-houzz:before {
  content: ""; }

.fa-vimeo:before {
  content: ""; }

.fa-black-tie:before {
  content: ""; }

.fa-fonticons:before {
  content: ""; }

.fa-reddit-alien:before {
  content: ""; }

.fa-edge:before {
  content: ""; }

.fa-credit-card-alt:before {
  content: ""; }

.fa-codiepie:before {
  content: ""; }

.fa-modx:before {
  content: ""; }

.fa-fort-awesome:before {
  content: ""; }

.fa-usb:before {
  content: ""; }

.fa-product-hunt:before {
  content: ""; }

.fa-mixcloud:before {
  content: ""; }

.fa-scribd:before {
  content: ""; }

.fa-pause-circle:before {
  content: ""; }

.fa-pause-circle-o:before {
  content: ""; }

.fa-stop-circle:before {
  content: ""; }

.fa-stop-circle-o:before {
  content: ""; }

.fa-shopping-bag:before {
  content: ""; }

.fa-shopping-basket:before {
  content: ""; }

.fa-hashtag:before {
  content: ""; }

.fa-bluetooth:before {
  content: ""; }

.fa-bluetooth-b:before {
  content: ""; }

.fa-percent:before {
  content: ""; }

.fa-gitlab:before {
  content: ""; }

.fa-wpbeginner:before {
  content: ""; }

.fa-wpforms:before {
  content: ""; }

.fa-envira:before {
  content: ""; }

.fa-universal-access:before {
  content: ""; }

.fa-wheelchair-alt:before {
  content: ""; }

.fa-question-circle-o:before {
  content: ""; }

.fa-blind:before {
  content: ""; }

.fa-audio-description:before {
  content: ""; }

.fa-volume-control-phone:before {
  content: ""; }

.fa-braille:before {
  content: ""; }

.fa-assistive-listening-systems:before {
  content: ""; }

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: ""; }

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: ""; }

.fa-glide:before {
  content: ""; }

.fa-glide-g:before {
  content: ""; }

.fa-signing:before,
.fa-sign-language:before {
  content: ""; }

.fa-low-vision:before {
  content: ""; }

.fa-viadeo:before {
  content: ""; }

.fa-viadeo-square:before {
  content: ""; }

.fa-snapchat:before {
  content: ""; }

.fa-snapchat-ghost:before {
  content: ""; }

.fa-snapchat-square:before {
  content: ""; }

.fa-pied-piper:before {
  content: ""; }

.fa-first-order:before {
  content: ""; }

.fa-yoast:before {
  content: ""; }

.fa-themeisle:before {
  content: ""; }

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: ""; }

.fa-fa:before,
.fa-font-awesome:before {
  content: ""; }

.fa-handshake-o:before {
  content: ""; }

.fa-envelope-open:before {
  content: ""; }

.fa-envelope-open-o:before {
  content: ""; }

.fa-linode:before {
  content: ""; }

.fa-address-book:before {
  content: ""; }

.fa-address-book-o:before {
  content: ""; }

.fa-vcard:before,
.fa-address-card:before {
  content: ""; }

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: ""; }

.fa-user-circle:before {
  content: ""; }

.fa-user-circle-o:before {
  content: ""; }

.fa-user-o:before {
  content: ""; }

.fa-id-badge:before {
  content: ""; }

.fa-drivers-license:before,
.fa-id-card:before {
  content: ""; }

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: ""; }

.fa-quora:before {
  content: ""; }

.fa-free-code-camp:before {
  content: ""; }

.fa-telegram:before {
  content: ""; }

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: ""; }

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: ""; }

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: ""; }

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: ""; }

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: ""; }

.fa-shower:before {
  content: ""; }

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: ""; }

.fa-podcast:before {
  content: ""; }

.fa-window-maximize:before {
  content: ""; }

.fa-window-minimize:before {
  content: ""; }

.fa-window-restore:before {
  content: ""; }

.fa-times-rectangle:before,
.fa-window-close:before {
  content: ""; }

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: ""; }

.fa-bandcamp:before {
  content: ""; }

.fa-grav:before {
  content: ""; }

.fa-etsy:before {
  content: ""; }

.fa-imdb:before {
  content: ""; }

.fa-ravelry:before {
  content: ""; }

.fa-eercast:before {
  content: ""; }

.fa-microchip:before {
  content: ""; }

.fa-snowflake-o:before {
  content: ""; }

.fa-superpowers:before {
  content: ""; }

.fa-wpexplorer:before {
  content: ""; }

.fa-meetup:before {
  content: ""; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.container-fluid {
  max-width: 1300px;
  padding: 0 25px; }

html {
  font-size: 16px; }

html.stuck,
body.stuck {
  overflow: hidden; }

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 100%;
  overflow-x: hidden;
  color: #77787B; }

img,
embed,
object,
video {
  max-width: 100%; }

div,
span,
p,
ul,
ol,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0; }
  div:last-child,
  span:last-child,
  p:last-child,
  ul:last-child,
  ol:last-child,
  h1:last-child,
  h2:last-child,
  h3:last-child,
  h4:last-child,
  h5:last-child,
  h6:last-child {
    margin-bottom: 0; }

p,
ul,
ol {
  margin-bottom: 1.5rem; }

p + h2,
p + h3,
p + h4,
ul + h2,
ul + h3,
ul + h4,
ol + h2,
ol + h3,
ol + h4 {
  margin-top: 3rem; }

h1 {
  font-family: "Fjalla One", sans-serif;
  color: #0b3c5d;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 400; }
  @media (min-width: 992px) {
    h1 {
      font-size: 45px;
      font-size: 2.8125rem; } }

h2 {
  font-family: "Fjalla One", sans-serif;
  color: #0b3c5d;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 400; }
  @media (min-width: 992px) {
    h2 {
      font-size: 30px;
      font-size: 1.875rem; } }

h3 {
  font-family: "Source Sans Pro", sans-serif;
  color: #0b3c5d;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700; }
  @media (min-width: 992px) {
    h3 {
      font-size: 30px;
      font-size: 1.875rem; } }

h4 {
  font-family: "Source Sans Pro", sans-serif;
  color: #4d7ea6;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700; }
  @media (min-width: 992px) {
    h4 {
      font-size: 22px;
      font-size: 1.375rem; } }

h5 {
  font-family: "Source Sans Pro", sans-serif;
  color: #77787B;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700; }
  @media (min-width: 992px) {
    h5 {
      font-size: 18px;
      font-size: 1.125rem; } }

.imageOnLeft {
  display: block;
  margin: 0 0 25px; }
  @media (min-width: 992px) {
    .imageOnLeft {
      margin: 0 25px 25px 0;
      float: left;
      display: inline-block; } }
  @media (min-width: 1200px) {
    .imageOnLeft {
      margin: 0 40px 30px 0; } }
  @media (min-width: 1200px) {
    .imageOnLeft {
      margin: 0 50px 30px 0; } }

.imageOnRight {
  display: block;
  margin: 0 0 25px; }
  @media (min-width: 992px) {
    .imageOnRight {
      margin: 0 0 25px 25px;
      float: right;
      display: inline-block; } }
  @media (min-width: 1200px) {
    .imageOnRight {
      margin: 0 0 30px 40px; } }
  @media (min-width: 1200px) {
    .imageOnRight {
      margin: 0 0 30px 50px; } }

.overflowContainer {
  position: relative;
  height: 150px;
  overflow: hidden;
  padding-bottom: 25px; }
  .overflowContainer.open {
    height: auto; }
    .overflowContainer.open::after {
      display: none; }
  .overflowContainer::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 90px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 0) 5%, white 75%, white 99%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 0) 5%, white 75%, white 99%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 2%, rgba(255, 255, 255, 0) 5%, white 75%, white 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); }
  .alt .overflowContainer::after {
    background: -moz-linear-gradient(top, rgba(231, 231, 232, 0) 2%, rgba(231, 231, 232, 0) 5%, #e7e7e8 75%, #e7e7e8 99%);
    background: -webkit-linear-gradient(top, rgba(231, 231, 232, 0) 2%, rgba(231, 231, 232, 0) 5%, #e7e7e8 75%, #e7e7e8 99%);
    background: linear-gradient(to bottom, rgba(231, 231, 232, 0) 2%, rgba(231, 231, 232, 0) 5%, #e7e7e8 75%, #e7e7e8 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00efefef', endColorstr='$gray-lighter',GradientType=0 ); }
  .overflowContainer .moreToggle {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    color: #1294b2;
    font-size: 11px;
    font-size: 0.6875rem;
    width: 100%;
    z-index: 10;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer; }
    .overflowContainer .moreToggle:hover {
      color: #0f748b; }
    .overflowContainer .moreToggle::after {
      content: "\f067";
      display: inline-block;
      margin: 0 0 0 4px;
      font-family: "FontAwesome";
      font-weight: normal; }

.open .moreToggle::after {
  content: "\f068"; }

.clear {
  clear: both; }

.no-wrap {
  white-space: nowrap; }

@media (max-width: 767.98px) {
  .negative-margin-sm {
    margin-left: -15px;
    margin-right: -15px; } }

@media (max-width: 420px) {
  #premiumCalc {
    margin-left: -25px;
    margin-right: -25px; } }

header {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 100; }
  @media (min-width: 992px) {
    header {
      flex-wrap: wrap;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      background: transparent;
      transition: background 0.3s ease-in-out, transform 0.3s ease-in-out; } }
  @media (min-width: 992px) {
    header.scrolled {
      background: rgba(11, 60, 93, 0.9);
      position: fixed;
      transform: translate(0, 0); } }
  @media (min-width: 992px) {
    header.load {
      transform: translate(0, -100%); } }

.headerShim {
  height: 0; }

.logo {
  flex-grow: 1;
  padding: 11px 0 0 15px; }
  @media (min-width: 992px) {
    .logo {
      position: absolute;
      background: #fff;
      padding: 0 27px;
      height: 88px;
      width: 315px;
      z-index: 10; } }
  .logo img {
    display: block;
    width: 130px;
    height: auto; }
    @media (min-width: 992px) {
      .logo img {
        position: absolute;
        top: 50%;
        left: 27px;
        transform: translate(0, -50%);
        width: calc(100% - 54px); } }
  @media (min-width: 992px) {
    .scrolled .logo {
      width: 205px;
      height: 60px;
      z-index: 10; } }
  @media (min-width: 992px) {
    .scrolled .logo img {
      width: 150px; } }

.topLinks {
  background: #0b3c5d;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end; }
  @media (min-width: 992px) {
    .topLinks {
      width: 100%; } }
  @media (min-width: 992px) {
    .scrolled .topLinks {
      display: none; } }
  .topLinks ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: none; }
    @media (min-width: 992px) {
      .topLinks ul {
        display: flex;
        flex-wrap: wrap; } }
  .topLinks li a, .topLinks li a:visited {
    display: block;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    text-transform: uppercase;
    font-size: 14px;
    font-size: 0.875rem;
    color: #fff;
    position: relative; }
    .topLinks li a:hover, .topLinks li a:visited:hover {
      text-decoration: underline; }
    .topLinks li a::after, .topLinks li a:visited::after {
      display: block;
      content: "";
      position: absolute;
      top: 50%;
      right: -2px;
      border-right: 1px solid #fff;
      height: 15px;
      transform: translate(0, -50%); }
  .topLinks li:last-child a::after, .topLinks li:last-child a:visited::after {
    display: none; }

.topEstimate {
  background: #bd0102;
  color: #fff;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 15px;
  border-right: 1px solid #fff; }
  @media (min-width: 992px) {
    .topEstimate {
      font-size: 16px;
      font-size: 1rem;
      padding: 0 17px;
      border: none; } }
  .topEstimate:hover {
    color: #fff;
    background: #970001;
    text-decoration: none; }

.menuToggle {
  height: 44px;
  width: 44px;
  text-align: center;
  color: #fff;
  line-height: 44px;
  font-size: 30px;
  font-size: 1.875rem;
  background: #0b3c5d; }
  @media (min-width: 992px) {
    .menuToggle {
      display: none; } }
  .menuToggle.on::after {
    content: "\f00d"; }
  .menuToggle::after {
    content: "\f0c9";
    font-family: "FontAwesome";
    display: inline-block; }

.footerContact {
  padding: 40px 0; }
  @media (min-width: 992px) {
    .footerContact {
      padding: 60px 0; } }

@media (min-width: 768px) {
  .footerContactInner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%; } }

.footerContactCol {
  margin: 0 0 25px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem; }
  @media (min-width: 768px) {
    .footerContactCol {
      text-align: left;
      margin: 0;
      flex: 0 0 25%;
      max-width: 25%;
      padding: 0 9px;
      font-size: 14px;
      font-size: 0.875rem; } }
  @media (min-width: 1200px) {
    .footerContactCol {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; } }
  .footerContactCol:last-child {
    margin: 0; }
  .footerContactCol .btn, .footerContactCol .contactForm input[type="submit"], .contactForm .footerContactCol input[type="submit"],
  .footerContactCol .contactForm .btn-primary, .contactForm .footerContactCol .btn-primary {
    display: block; }

@media (min-width: 768px) {
  .footerContactCol.footerLogo {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 25px; } }

@media (min-width: 1200px) {
  .footerContactCol.footerLogo {
    flex: 0 0 25%;
    max-width: 25%;
    margin-bottom: 0;
    padding: 0 25px; } }

.footerContactCol.footerLogo img {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
  display: block; }

@media (min-width: 1200px) {
  .footerContactCol.social {
    text-align: center; } }

.footerContactCol.social ul {
  display: flex;
  justify-content: center;
  margin: 0;
  list-style: none;
  padding: 0; }

.footerContactCol.social a, .footerContactCol.social a:visited {
  color: #0b3c5d;
  font-size: 24px;
  font-size: 1.5rem;
  margin: 0 9px;
  height: 30px;
  width: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block; }
  @media (min-width: 1200px) {
    .footerContactCol.social a, .footerContactCol.social a:visited {
      margin: 0 3px; } }
  .footerContactCol.social a:hover, .footerContactCol.social a:visited:hover {
    background: #1294b2;
    color: #fff; }

.footer {
  background: #E7E7E8;
  padding: 25px 0; }
  @media (min-width: 768px) {
    .footer {
      padding: 35px 0 45px; } }

@media (min-width: 576px) {
  .footerInner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

.footerCol {
  text-align: left;
  margin: 0 0 25px;
  padding: 0 25px 0 0; }
  @media (min-width: 576px) {
    .footerCol {
      width: 50%; } }
  @media (min-width: 768px) {
    .footerCol {
      width: 33%; } }
  @media (min-width: 992px) {
    .footerCol {
      width: 16%; } }
  .footerCol h4 {
    font-weight: 700;
    font-family: "Source Sans Pro", sans-serif;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    margin: 0; }
    @media (min-width: 576px) {
      .footerCol h4 {
        margin: 0 0 15px; } }
    @media (min-width: 768px) {
      .footerCol h4 {
        font-size: 16px;
        font-size: 1rem; } }
    .footerCol h4 a, .footerCol h4 a:visited {
      color: #0b3c5d; }
      .footerCol h4 a:hover, .footerCol h4 a:visited:hover {
        color: #1294b2; }
  .footerCol ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .footerCol ul li {
      font-size: 14px;
      font-size: 0.875rem; }
      @media (min-width: 576px) {
        .footerCol ul li {
          margin: 0 0 15px; } }
    .footerCol ul li ul {
      display: none;
      margin: 0; }
      @media (min-width: 576px) {
        .footerCol ul li ul {
          display: block; } }
  .footerCol a, .footerCol a:visited {
    color: #63615D; }
    .footerCol a:hover, .footerCol a:visited:hover {
      color: #1294b2; }

.footerCredit {
  background: #98968F;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
  padding: 25px 0; }
  .footerCredit p {
    margin: 0; }
    @media (min-width: 768px) {
      .footerCredit p {
        display: inline-block;
        margin: 0 15px; } }
  .footerCredit a, .footerCredit a:visited {
    color: #fff; }
  .footerCredit .dropdown-menu a, .footerCredit .dropdown-menu a:visited {
    color: #000000;
    padding: 2px; }

.main-nav {
  opacity: 0;
  position: fixed;
  top: 45px;
  bottom: 0;
  left: 100%;
  width: 100%;
  transition: opacity 0.2s ease-in-out, left 0.2s ease-in-out;
  background: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  border-top: 1px solid #fff; }
  @media (min-width: 992px) {
    .main-nav {
      display: block;
      width: 100%;
      opacity: 1;
      left: auto;
      bottom: auto;
      top: auto;
      border: none;
      background: transparent;
      overflow: visible;
      position: relative; } }
  .main-nav.on {
    opacity: 1;
    left: 0; }
  .main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    @media (min-width: 992px) {
      .main-nav ul {
        display: flex;
        justify-content: flex-end;
        padding-top: 18px; } }
  @media (min-width: 992px) {
    .scrolled .main-nav ul {
      padding-top: 0; } }
  .main-nav > ul > li {
    position: relative; }
    @media (min-width: 992px) {
      .main-nav > ul > li:hover {
        background: #0b3c5d; } }
    @media (min-width: 992px) {
      .main-nav > ul > li.hasChildren:hover::after {
        content: "";
        display: block;
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translate(-50%, 0);
        border-top: 5px solid #0b3c5d;
        border-left: 9px solid transparent;
        border-right: 9px solid transparent; } }
    .main-nav > ul > li a, .main-nav > ul > li a:visited {
      display: block;
      position: relative;
      font-size: 13px;
      font-size: 0.8125rem;
      font-weight: 700;
      text-transform: uppercase;
      color: #0b3c5d;
      background: #E7E7E8;
      padding: 15px 30px;
      border-bottom: 1px solid #fff; }
      @media (min-width: 992px) {
        .main-nav > ul > li a, .main-nav > ul > li a:visited {
          height: 40px;
          line-height: 40px;
          font-size: 14px;
          font-size: 0.875rem;
          font-weight: 700;
          text-transform: uppercase;
          color: #fff;
          padding: 0 15px;
          background: transparent;
          border: none; } }
      @media (min-width: 1200px) {
        .main-nav > ul > li a, .main-nav > ul > li a:visited {
          font-size: 17px;
          font-size: 1.0625rem; } }
      @media (min-width: 992px) {
        .main-nav > ul > li a:hover, .main-nav > ul > li a:visited:hover {
          background: #0b3c5d;
          text-decoration: none; } }
      @media (min-width: 768px) {
        .main-nav > ul > li a::after, .main-nav > ul > li a:visited::after {
          display: block;
          content: "";
          position: absolute;
          top: 50%;
          right: -1px;
          border-right: 2px solid #fff;
          height: 15px;
          transform: translate(0, -50%);
          z-index: 100; } }
    .main-nav > ul > li li {
      position: relative; }
    @media (min-width: 992px) {
      .main-nav > ul > li.Highlighted > a {
        background: rgba(11, 60, 93, 0.8); } }
    .main-nav > ul > li.on > a, .main-nav > ul > li.on > a:visited {
      background: #1294b2;
      color: #fff; }
  @media (min-width: 768px) {
    .main-nav li:last-child a::after, .main-nav li:last-child a:visited::after {
      display: none; } }
  .main-nav li ul {
    display: none;
    background: #fff;
    padding: 7px 0; }
    @media (min-width: 992px) {
      .main-nav li ul {
        position: absolute;
        top: 100%;
        left: 0;
        width: 230px;
        padding: 9px 0; } }
  .main-nav li.last-child ul {
    left: auto;
    right: 0; }
  .main-nav li li a, .main-nav li li a:visited {
    font-weight: 400;
    text-transform: none;
    color: #77787B;
    background: transparent;
    padding: 10px 30px; }
    @media (min-width: 992px) {
      .main-nav li li a, .main-nav li li a:visited {
        font-size: 13px;
        font-size: 0.8125rem;
        height: auto;
        line-height: 1.4; } }
    @media (min-width: 992px) {
      .main-nav li li a::after, .main-nav li li a:visited::after {
        display: none; } }
    @media (min-width: 992px) {
      .main-nav li li a:hover, .main-nav li li a:visited:hover {
        background: #1294b2;
        color: #fff; } }
  .main-nav li li.on > a {
    background-color: #489db1;
    color: #fff; }
  .main-nav li li ul a {
    padding-left: 40px; }
  .main-nav li li ul ul a {
    padding-left: 50px; }
  .main-nav li li ul ul ul a {
    padding-left: 60px; }
  .main-nav li li ul ul ul ul a {
    padding-left: 70px; }
  @media (min-width: 992px) {
    .main-nav li li ul {
      display: none !important; } }
  .main-nav ul.topLinksList a, .main-nav ul.topLinksList a:visited {
    font-weight: 400;
    text-transform: none; }

.topLinksList ul li ul {
  display: none; }

.dropToggle {
  position: absolute;
  top: 25px;
  right: 15px;
  color: #0b3c5d;
  transform: translate(0, -50%);
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center; }
  @media (min-width: 992px) {
    .dropToggle {
      display: none; } }
  li li .dropToggle {
    top: 19px; }
  .dropToggle.on::after {
    content: "\f068";
    color: #fff; }
  .dropToggle::after {
    content: "\f067";
    display: block;
    font-size: 22px;
    font-size: 1.375rem;
    font-family: "FontAwesome"; }

body.templates {
  background: #63615D; }

.templateList {
  background: #fff;
  width: 90%;
  max-width: 500px;
  margin: 2rem auto;
  border: 1px solid #4d7ea6;
  padding: 35px 0 0; }
  .templateList a, .templateList a:visited {
    color: #77787B; }
    .templateList a:hover, .templateList a:visited:hover {
      background: #4d7ea6;
      color: #fff;
      text-decoration: none; }
  .templateList img {
    display: block;
    width: 65%;
    height: auto;
    margin: 0 auto 2rem; }
  .templateList ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .templateList li {
    position: relative;
    border-bottom: 1px solid #E7E7E8; }
    .templateList li:last-child {
      border: none; }
    .templateList li a, .templateList li a:visited {
      display: block;
      padding: 9px 0 9px 40px; }
      .templateList li a::before, .templateList li a:visited::before {
        content: "";
        font-family: "FontAwesome";
        display: inline-block;
        position: absolute;
        top: 50%;
        left: 15px;
        transform: translate(0, -50%); }
    .templateList li.markup a::before, .templateList li.markup a:visited::before {
      content: "\f040";
      color: #ddd; }
    .templateList li.markup a:hover::before, .templateList li.markup a:visited:hover::before {
      color: #fff; }
    .templateList li.qa a::before, .templateList li.qa a:visited::before {
      content: "\f00c";
      color: green; }
    .templateList li.qa a:hover::before, .templateList li.qa a:visited:hover::before {
      color: #fff; }
    .templateList li.complete a::before, .templateList li.complete a:visited::before {
      content: "\f1d8";
      color: #bd0102; }
    .templateList li.complete a:hover::before, .templateList li.complete a:visited:hover::before {
      color: #fff; }

.templateKey {
  background: #E7E7E8;
  display: flex;
  flex-wrap: nowrap;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 35px 15px;
  justify-content: space-around; }
  .templateKey .markup::before {
    content: "\f040";
    font-family: "FontAwesome";
    display: inline-block;
    margin: 0 5px 0 0; }
  .templateKey .qa::before {
    content: "\f00c";
    font-family: "FontAwesome";
    display: inline-block;
    margin: 0 5px 0 0;
    color: green; }
  .templateKey .complete::before {
    content: "\f1d8";
    font-family: "FontAwesome";
    display: inline-block;
    margin: 0 5px 0 0;
    color: #bd0102; }

section.masthead {
  background: #ddd;
  min-height: 230px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    section.masthead {
      min-height: 280px; } }
  @media (min-width: 992px) {
    section.masthead {
      min-height: 400px;
      align-items: flex-end;
      padding: 90px 0; } }
  section.masthead::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(7, 37, 56, 0.5); }
  section.masthead.homeMasthead {
    min-height: 340px; }
    @media (min-width: 992px) {
      section.masthead.homeMasthead {
        min-height: 550px;
        align-items: center; } }
  section.masthead.mastheadCompact {
    min-height: 90px; }
    @media (min-width: 992px) {
      section.masthead.mastheadCompact {
        min-height: 215px; } }

.mastheadCaption {
  color: #fff;
  text-align: center;
  position: relative;
  width: 100%;
  max-width: 950px;
  padding: 0 25px; }
  @media (min-width: 992px) {
    .mastheadCaption {
      padding: 0 50px; } }
  @media (min-width: 992px) {
    .homeMasthead .mastheadCaption {
      margin-top: 50px; } }
  .mastheadCaption h1 {
    color: #fff;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .mastheadCaption h1 {
        margin: 0 0 15px; } }
  .mastheadCaption p {
    display: none; }
    @media (min-width: 576px) {
      .mastheadCaption p {
        display: block;
        font-size: 16px;
        font-size: 1rem; } }

.mastheadWaves {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 70px;
  background: url(../images/waves-mobile.png) 50% 50% no-repeat;
  background-size: 100% 100%; }
  @media (min-width: 768px) {
    .mastheadWaves {
      background: url(../images/waves.png) 50% 50% no-repeat;
      background-size: 100% 100%;
      right: 250px; } }

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0; }

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

section.calculateSection {
  background: #0b3c5d; }
  @media (min-width: 768px) {
    section.calculateSection {
      padding: 50px 0; } }
  section.calculateSection.alt {
    background: #E7E7E8; }

.calculateSectionInner {
  text-align: center;
  color: #fff; }
  @media (min-width: 768px) {
    .calculateSectionInner {
      display: flex;
      align-items: center; } }
  @media (min-width: 1200px) {
    .calculateSectionInner {
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
      margin-left: 8.33333%; } }
  .calculateSectionInner h4 {
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    color: #fff;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 400; }
    @media (min-width: 992px) {
      .calculateSectionInner h4 {
        font-size: 30px;
        font-size: 1.875rem; } }
  .alt .calculateSectionInner h4 {
    color: #0b3c5d; }

.calculateSectionLeft {
  margin: 0 0 25px;
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 768px) {
    .calculateSectionLeft {
      margin: 0 auto 0 0;
      text-align: left; } }
  .alt .calculateSectionLeft {
    color: #63615D; }
    .alt .calculateSectionLeft a, .alt .calculateSectionLeft a:visited {
      color: #63615D;
      text-decoration: underline; }
      .alt .calculateSectionLeft a:hover, .alt .calculateSectionLeft a:visited:hover {
        color: #1294b2; }

@media (min-width: 768px) {
  .calculateSectionRight {
    text-align: right; } }

.calculateSectionRight .btn, .calculateSectionRight .contactForm input[type="submit"], .contactForm .calculateSectionRight input[type="submit"],
.calculateSectionRight .contactForm .btn-primary, .contactForm .calculateSectionRight .btn-primary {
  display: block; }
  @media (min-width: 768px) {
    .calculateSectionRight .btn, .calculateSectionRight .contactForm input[type="submit"], .contactForm .calculateSectionRight input[type="submit"],
    .calculateSectionRight .contactForm .btn-primary, .contactForm .calculateSectionRight .btn-primary {
      display: inline-block; } }

section {
  padding: 35px 0;
  position: relative; }
  @media (min-width: 992px) {
    section {
      padding: 60px 0; } }
  @media (min-width: 1200px) {
    section {
      padding: 100px 0; } }

.btn, .contactForm input[type="submit"],
.contactForm .btn-primary {
  padding: 14px 25px;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
  white-space: normal; }
  .btn.btn-primary, .contactForm input.btn-primary[type="submit"],
  .contactForm .btn-primary {
    color: #fff;
    background-color: #0b3c5d;
    border-color: #0b3c5d; }
    .btn.btn-primary:hover,
    .contactForm .btn-primary:hover {
      color: #fff;
      background-color: #072538;
      border-color: #061f2f; }
    .btn.btn-primary:focus,
    .contactForm .btn-primary:focus, .btn.btn-primary.focus,
    .contactForm .btn-primary.focus {
      box-shadow: 0 0 0 0.2rem rgba(11, 60, 93, 0.5); }
    .btn.btn-primary.disabled,
    .contactForm .btn-primary.disabled, .btn.btn-primary:disabled,
    .contactForm .btn-primary:disabled {
      color: #fff;
      background-color: #0b3c5d;
      border-color: #0b3c5d; }
    .btn.btn-primary:not(:disabled):not(.disabled):active,
    .contactForm .btn-primary:not(:disabled):not(.disabled):active, .btn.btn-primary:not(:disabled):not(.disabled).active,
    .contactForm .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn.btn-primary.dropdown-toggle,
    .contactForm .show > .btn-primary.dropdown-toggle {
      color: #fff;
      background-color: #061f2f;
      border-color: #041724; }
      .btn.btn-primary:not(:disabled):not(.disabled):active:focus,
      .contactForm .btn-primary:not(:disabled):not(.disabled):active:focus, .btn.btn-primary:not(:disabled):not(.disabled).active:focus,
      .contactForm .btn-primary:not(:disabled):not(.disabled).active:focus,
      .show > .btn.btn-primary.dropdown-toggle:focus,
      .contactForm .show > .btn-primary.dropdown-toggle:focus {
        box-shadow: 0 0 0 0.2rem rgba(11, 60, 93, 0.5); }
    .btn.btn-primary.ghost,
    .contactForm .btn-primary.ghost {
      color: #0b3c5d;
      background-color: transparent;
      background-image: none;
      border-color: #0b3c5d; }
      .btn.btn-primary.ghost:hover,
      .contactForm .btn-primary.ghost:hover {
        color: #fff;
        background-color: #0b3c5d;
        border-color: #0b3c5d; }
      .btn.btn-primary.ghost:focus,
      .contactForm .btn-primary.ghost:focus, .btn.btn-primary.ghost.focus,
      .contactForm .btn-primary.ghost.focus {
        box-shadow: 0 0 0 0.2rem rgba(11, 60, 93, 0.5); }
      .btn.btn-primary.ghost.disabled,
      .contactForm .btn-primary.ghost.disabled, .btn.btn-primary.ghost:disabled,
      .contactForm .btn-primary.ghost:disabled {
        color: #0b3c5d;
        background-color: transparent; }
      .btn.btn-primary.ghost:not(:disabled):not(.disabled):active,
      .contactForm .btn-primary.ghost:not(:disabled):not(.disabled):active, .btn.btn-primary.ghost:not(:disabled):not(.disabled).active,
      .contactForm .btn-primary.ghost:not(:disabled):not(.disabled).active,
      .show > .btn.btn-primary.ghost.dropdown-toggle,
      .contactForm .show > .btn-primary.ghost.dropdown-toggle {
        color: #fff;
        background-color: #0b3c5d;
        border-color: #0b3c5d; }
        .btn.btn-primary.ghost:not(:disabled):not(.disabled):active:focus,
        .contactForm .btn-primary.ghost:not(:disabled):not(.disabled):active:focus, .btn.btn-primary.ghost:not(:disabled):not(.disabled).active:focus,
        .contactForm .btn-primary.ghost:not(:disabled):not(.disabled).active:focus,
        .show > .btn.btn-primary.ghost.dropdown-toggle:focus,
        .contactForm .show > .btn-primary.ghost.dropdown-toggle:focus {
          box-shadow: 0 0 0 0.2rem rgba(11, 60, 93, 0.5); }
  .btn.btn-secondary, .contactForm input[type="submit"],
  .contactForm .btn-primary {
    color: #fff;
    background-color: #1294b2;
    border-color: #1294b2; }
    .btn.btn-secondary:hover, .contactForm input:hover[type="submit"],
    .contactForm .btn-primary:hover {
      color: #fff;
      background-color: #0f748b;
      border-color: #0d6d84; }
    .btn.btn-secondary:focus, .contactForm input:focus[type="submit"],
    .contactForm .btn-primary:focus, .btn.btn-secondary.focus, .contactForm input.focus[type="submit"],
    .contactForm .focus.btn-primary {
      box-shadow: 0 0 0 0.2rem rgba(18, 148, 178, 0.5); }
    .btn.btn-secondary.disabled, .contactForm input.disabled[type="submit"],
    .contactForm .disabled.btn-primary, .btn.btn-secondary:disabled, .contactForm input:disabled[type="submit"],
    .contactForm .btn-primary:disabled {
      color: #fff;
      background-color: #1294b2;
      border-color: #1294b2; }
    .btn.btn-secondary:not(:disabled):not(.disabled):active, .contactForm input:not(:disabled):not(.disabled):active[type="submit"],
    .contactForm .btn-primary:not(:disabled):not(.disabled):active, .btn.btn-secondary:not(:disabled):not(.disabled).active, .contactForm input:not(:disabled):not(.disabled).active[type="submit"],
    .contactForm .btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn.btn-secondary.dropdown-toggle,
    .contactForm .show > input.dropdown-toggle[type="submit"],
    .contactForm .show > .dropdown-toggle.btn-primary {
      color: #fff;
      background-color: #0d6d84;
      border-color: #0c6478; }
      .btn.btn-secondary:not(:disabled):not(.disabled):active:focus, .contactForm input:not(:disabled):not(.disabled):active:focus[type="submit"],
      .contactForm .btn-primary:not(:disabled):not(.disabled):active:focus, .btn.btn-secondary:not(:disabled):not(.disabled).active:focus, .contactForm input:not(:disabled):not(.disabled).active:focus[type="submit"],
      .contactForm .btn-primary:not(:disabled):not(.disabled).active:focus,
      .show > .btn.btn-secondary.dropdown-toggle:focus,
      .contactForm .show > input.dropdown-toggle:focus[type="submit"],
      .contactForm .show > .dropdown-toggle.btn-primary:focus {
        box-shadow: 0 0 0 0.2rem rgba(18, 148, 178, 0.5); }
    .btn.btn-secondary.ghost, .contactForm input.ghost[type="submit"],
    .contactForm .ghost.btn-primary {
      color: #1294b2;
      background-color: transparent;
      background-image: none;
      border-color: #1294b2; }
      .btn.btn-secondary.ghost:hover, .contactForm input.ghost:hover[type="submit"],
      .contactForm .ghost.btn-primary:hover {
        color: #fff;
        background-color: #1294b2;
        border-color: #1294b2; }
      .btn.btn-secondary.ghost:focus, .contactForm input.ghost:focus[type="submit"],
      .contactForm .ghost.btn-primary:focus, .btn.btn-secondary.ghost.focus, .contactForm input.ghost.focus[type="submit"],
      .contactForm .ghost.focus.btn-primary {
        box-shadow: 0 0 0 0.2rem rgba(18, 148, 178, 0.5); }
      .btn.btn-secondary.ghost.disabled, .contactForm input.ghost.disabled[type="submit"],
      .contactForm .ghost.disabled.btn-primary, .btn.btn-secondary.ghost:disabled, .contactForm input.ghost:disabled[type="submit"],
      .contactForm .ghost.btn-primary:disabled {
        color: #1294b2;
        background-color: transparent; }
      .btn.btn-secondary.ghost:not(:disabled):not(.disabled):active, .contactForm input.ghost:not(:disabled):not(.disabled):active[type="submit"],
      .contactForm .ghost.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-secondary.ghost:not(:disabled):not(.disabled).active, .contactForm input.ghost:not(:disabled):not(.disabled).active[type="submit"],
      .contactForm .ghost.btn-primary:not(:disabled):not(.disabled).active,
      .show > .btn.btn-secondary.ghost.dropdown-toggle,
      .contactForm .show > input.ghost.dropdown-toggle[type="submit"],
      .contactForm .show > .ghost.dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #1294b2;
        border-color: #1294b2; }
        .btn.btn-secondary.ghost:not(:disabled):not(.disabled):active:focus, .contactForm input.ghost:not(:disabled):not(.disabled):active:focus[type="submit"],
        .contactForm .ghost.btn-primary:not(:disabled):not(.disabled):active:focus, .btn.btn-secondary.ghost:not(:disabled):not(.disabled).active:focus, .contactForm input.ghost:not(:disabled):not(.disabled).active:focus[type="submit"],
        .contactForm .ghost.btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn.btn-secondary.ghost.dropdown-toggle:focus,
        .contactForm .show > input.ghost.dropdown-toggle:focus[type="submit"],
        .contactForm .show > .ghost.dropdown-toggle.btn-primary:focus {
          box-shadow: 0 0 0 0.2rem rgba(18, 148, 178, 0.5); }
  .btn.btn-accent1, .contactForm input.btn-accent1[type="submit"],
  .contactForm .btn-accent1.btn-primary {
    color: #fff;
    background-color: #4d7ea6;
    border-color: #4d7ea6; }
    .btn.btn-accent1:hover, .contactForm input.btn-accent1:hover[type="submit"],
    .contactForm .btn-accent1.btn-primary:hover {
      color: #fff;
      background-color: #3d6586;
      border-color: #3d6483; }
    .btn.btn-accent1:focus, .contactForm input.btn-accent1:focus[type="submit"],
    .contactForm .btn-accent1.btn-primary:focus, .btn.btn-accent1.focus, .contactForm input.btn-accent1.focus[type="submit"],
    .contactForm .btn-accent1.focus.btn-primary {
      box-shadow: 0 0 0 0.2rem rgba(77, 126, 166, 0.5); }
    .btn.btn-accent1.disabled, .contactForm input.btn-accent1.disabled[type="submit"],
    .contactForm .btn-accent1.disabled.btn-primary, .btn.btn-accent1:disabled, .contactForm input.btn-accent1:disabled[type="submit"],
    .contactForm .btn-accent1.btn-primary:disabled {
      color: #fff;
      background-color: #4d7ea6;
      border-color: #4d7ea6; }
    .btn.btn-accent1:not(:disabled):not(.disabled):active, .contactForm input.btn-accent1:not(:disabled):not(.disabled):active[type="submit"],
    .contactForm .btn-accent1.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-accent1:not(:disabled):not(.disabled).active, .contactForm input.btn-accent1:not(:disabled):not(.disabled).active[type="submit"],
    .contactForm .btn-accent1.btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn.btn-accent1.dropdown-toggle,
    .contactForm .show > input.btn-accent1.dropdown-toggle[type="submit"],
    .contactForm .show > .btn-accent1.dropdown-toggle.btn-primary {
      color: #fff;
      background-color: #3d6483;
      border-color: #395d7a; }
      .btn.btn-accent1:not(:disabled):not(.disabled):active:focus, .contactForm input.btn-accent1:not(:disabled):not(.disabled):active:focus[type="submit"],
      .contactForm .btn-accent1.btn-primary:not(:disabled):not(.disabled):active:focus, .btn.btn-accent1:not(:disabled):not(.disabled).active:focus, .contactForm input.btn-accent1:not(:disabled):not(.disabled).active:focus[type="submit"],
      .contactForm .btn-accent1.btn-primary:not(:disabled):not(.disabled).active:focus,
      .show > .btn.btn-accent1.dropdown-toggle:focus,
      .contactForm .show > input.btn-accent1.dropdown-toggle:focus[type="submit"],
      .contactForm .show > .btn-accent1.dropdown-toggle.btn-primary:focus {
        box-shadow: 0 0 0 0.2rem rgba(77, 126, 166, 0.5); }
    .btn.btn-accent1.ghost, .contactForm input.btn-accent1.ghost[type="submit"],
    .contactForm .btn-accent1.ghost.btn-primary {
      color: #4d7ea6;
      background-color: transparent;
      background-image: none;
      border-color: #4d7ea6; }
      .btn.btn-accent1.ghost:hover, .contactForm input.btn-accent1.ghost:hover[type="submit"],
      .contactForm .btn-accent1.ghost.btn-primary:hover {
        color: #fff;
        background-color: #4d7ea6;
        border-color: #4d7ea6; }
      .btn.btn-accent1.ghost:focus, .contactForm input.btn-accent1.ghost:focus[type="submit"],
      .contactForm .btn-accent1.ghost.btn-primary:focus, .btn.btn-accent1.ghost.focus, .contactForm input.btn-accent1.ghost.focus[type="submit"],
      .contactForm .btn-accent1.ghost.focus.btn-primary {
        box-shadow: 0 0 0 0.2rem rgba(77, 126, 166, 0.5); }
      .btn.btn-accent1.ghost.disabled, .contactForm input.btn-accent1.ghost.disabled[type="submit"],
      .contactForm .btn-accent1.ghost.disabled.btn-primary, .btn.btn-accent1.ghost:disabled, .contactForm input.btn-accent1.ghost:disabled[type="submit"],
      .contactForm .btn-accent1.ghost.btn-primary:disabled {
        color: #4d7ea6;
        background-color: transparent; }
      .btn.btn-accent1.ghost:not(:disabled):not(.disabled):active, .contactForm input.btn-accent1.ghost:not(:disabled):not(.disabled):active[type="submit"],
      .contactForm .btn-accent1.ghost.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-accent1.ghost:not(:disabled):not(.disabled).active, .contactForm input.btn-accent1.ghost:not(:disabled):not(.disabled).active[type="submit"],
      .contactForm .btn-accent1.ghost.btn-primary:not(:disabled):not(.disabled).active,
      .show > .btn.btn-accent1.ghost.dropdown-toggle,
      .contactForm .show > input.btn-accent1.ghost.dropdown-toggle[type="submit"],
      .contactForm .show > .btn-accent1.ghost.dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #4d7ea6;
        border-color: #4d7ea6; }
        .btn.btn-accent1.ghost:not(:disabled):not(.disabled):active:focus, .contactForm input.btn-accent1.ghost:not(:disabled):not(.disabled):active:focus[type="submit"],
        .contactForm .btn-accent1.ghost.btn-primary:not(:disabled):not(.disabled):active:focus, .btn.btn-accent1.ghost:not(:disabled):not(.disabled).active:focus, .contactForm input.btn-accent1.ghost:not(:disabled):not(.disabled).active:focus[type="submit"],
        .contactForm .btn-accent1.ghost.btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn.btn-accent1.ghost.dropdown-toggle:focus,
        .contactForm .show > input.btn-accent1.ghost.dropdown-toggle:focus[type="submit"],
        .contactForm .show > .btn-accent1.ghost.dropdown-toggle.btn-primary:focus {
          box-shadow: 0 0 0 0.2rem rgba(77, 126, 166, 0.5); }
  .btn.btn-accent2, .contactForm input.btn-accent2[type="submit"],
  .contactForm .btn-accent2.btn-primary {
    color: #fff;
    background-color: #bd0102;
    border-color: #bd0102; }
    .btn.btn-accent2:hover, .contactForm input.btn-accent2:hover[type="submit"],
    .contactForm .btn-accent2.btn-primary:hover {
      color: #fff;
      background-color: #970001;
      border-color: #8a0101; }
    .btn.btn-accent2:focus, .contactForm input.btn-accent2:focus[type="submit"],
    .contactForm .btn-accent2.btn-primary:focus, .btn.btn-accent2.focus, .contactForm input.btn-accent2.focus[type="submit"],
    .contactForm .btn-accent2.focus.btn-primary {
      box-shadow: 0 0 0 0.2rem rgba(189, 1, 2, 0.5); }
    .btn.btn-accent2.disabled, .contactForm input.btn-accent2.disabled[type="submit"],
    .contactForm .btn-accent2.disabled.btn-primary, .btn.btn-accent2:disabled, .contactForm input.btn-accent2:disabled[type="submit"],
    .contactForm .btn-accent2.btn-primary:disabled {
      color: #fff;
      background-color: #bd0102;
      border-color: #bd0102; }
    .btn.btn-accent2:not(:disabled):not(.disabled):active, .contactForm input.btn-accent2:not(:disabled):not(.disabled):active[type="submit"],
    .contactForm .btn-accent2.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-accent2:not(:disabled):not(.disabled).active, .contactForm input.btn-accent2:not(:disabled):not(.disabled).active[type="submit"],
    .contactForm .btn-accent2.btn-primary:not(:disabled):not(.disabled).active,
    .show > .btn.btn-accent2.dropdown-toggle,
    .contactForm .show > input.btn-accent2.dropdown-toggle[type="submit"],
    .contactForm .show > .btn-accent2.dropdown-toggle.btn-primary {
      color: #fff;
      background-color: #8a0101;
      border-color: #7e0101; }
      .btn.btn-accent2:not(:disabled):not(.disabled):active:focus, .contactForm input.btn-accent2:not(:disabled):not(.disabled):active:focus[type="submit"],
      .contactForm .btn-accent2.btn-primary:not(:disabled):not(.disabled):active:focus, .btn.btn-accent2:not(:disabled):not(.disabled).active:focus, .contactForm input.btn-accent2:not(:disabled):not(.disabled).active:focus[type="submit"],
      .contactForm .btn-accent2.btn-primary:not(:disabled):not(.disabled).active:focus,
      .show > .btn.btn-accent2.dropdown-toggle:focus,
      .contactForm .show > input.btn-accent2.dropdown-toggle:focus[type="submit"],
      .contactForm .show > .btn-accent2.dropdown-toggle.btn-primary:focus {
        box-shadow: 0 0 0 0.2rem rgba(189, 1, 2, 0.5); }
    .btn.btn-accent2.ghost, .contactForm input.btn-accent2.ghost[type="submit"],
    .contactForm .btn-accent2.ghost.btn-primary {
      color: #bd0102;
      background-color: transparent;
      background-image: none;
      border-color: #bd0102; }
      .btn.btn-accent2.ghost:hover, .contactForm input.btn-accent2.ghost:hover[type="submit"],
      .contactForm .btn-accent2.ghost.btn-primary:hover {
        color: #fff;
        background-color: #bd0102;
        border-color: #bd0102; }
      .btn.btn-accent2.ghost:focus, .contactForm input.btn-accent2.ghost:focus[type="submit"],
      .contactForm .btn-accent2.ghost.btn-primary:focus, .btn.btn-accent2.ghost.focus, .contactForm input.btn-accent2.ghost.focus[type="submit"],
      .contactForm .btn-accent2.ghost.focus.btn-primary {
        box-shadow: 0 0 0 0.2rem rgba(189, 1, 2, 0.5); }
      .btn.btn-accent2.ghost.disabled, .contactForm input.btn-accent2.ghost.disabled[type="submit"],
      .contactForm .btn-accent2.ghost.disabled.btn-primary, .btn.btn-accent2.ghost:disabled, .contactForm input.btn-accent2.ghost:disabled[type="submit"],
      .contactForm .btn-accent2.ghost.btn-primary:disabled {
        color: #bd0102;
        background-color: transparent; }
      .btn.btn-accent2.ghost:not(:disabled):not(.disabled):active, .contactForm input.btn-accent2.ghost:not(:disabled):not(.disabled):active[type="submit"],
      .contactForm .btn-accent2.ghost.btn-primary:not(:disabled):not(.disabled):active, .btn.btn-accent2.ghost:not(:disabled):not(.disabled).active, .contactForm input.btn-accent2.ghost:not(:disabled):not(.disabled).active[type="submit"],
      .contactForm .btn-accent2.ghost.btn-primary:not(:disabled):not(.disabled).active,
      .show > .btn.btn-accent2.ghost.dropdown-toggle,
      .contactForm .show > input.btn-accent2.ghost.dropdown-toggle[type="submit"],
      .contactForm .show > .btn-accent2.ghost.dropdown-toggle.btn-primary {
        color: #fff;
        background-color: #bd0102;
        border-color: #bd0102; }
        .btn.btn-accent2.ghost:not(:disabled):not(.disabled):active:focus, .contactForm input.btn-accent2.ghost:not(:disabled):not(.disabled):active:focus[type="submit"],
        .contactForm .btn-accent2.ghost.btn-primary:not(:disabled):not(.disabled):active:focus, .btn.btn-accent2.ghost:not(:disabled):not(.disabled).active:focus, .contactForm input.btn-accent2.ghost:not(:disabled):not(.disabled).active:focus[type="submit"],
        .contactForm .btn-accent2.ghost.btn-primary:not(:disabled):not(.disabled).active:focus,
        .show > .btn.btn-accent2.ghost.dropdown-toggle:focus,
        .contactForm .show > input.btn-accent2.ghost.dropdown-toggle:focus[type="submit"],
        .contactForm .show > .btn-accent2.ghost.dropdown-toggle.btn-primary:focus {
          box-shadow: 0 0 0 0.2rem rgba(189, 1, 2, 0.5); }

a.download {
  font-weight: 700;
  text-transform: uppercase; }
  a.download::before {
    content: "\f019";
    font-family: "FontAwesome";
    display: inline-block;
    margin: 0 9px 0 0;
    font-weight: normal; }
    @media (min-width: 992px) {
      a.download::before {
        font-size: 22px;
        font-size: 1.375rem; } }

.mainShare {
  position: absolute;
  bottom: 0;
  right: 0; }
  @media (min-width: 768px) {
    .mainShare {
      display: flex;
      align-items: center; } }
  .mainShare .lead {
    display: none; }
    @media (min-width: 768px) {
      .mainShare .lead {
        display: inline-block;
        color: #fff;
        font-size: 15px;
        font-size: 0.9375rem;
        font-weight: 700;
        margin: 0 5px 0 0;
        text-transform: uppercase; } }
  .mainShare .addthis_inline_share_toolbox {
    display: none; }
    @media (min-width: 768px) {
      .mainShare .addthis_inline_share_toolbox {
        display: block; } }
  .mainShare .at-share-btn-elements {
    display: flex; }
  .mainShare a.at-icon-wrapper.at-share-btn {
    background: #1294b2 !important;
    margin: 0 0 0 1px !important;
    height: 40px !important;
    width: 40px !important; }

.mainShareToggle {
  background: #1294b2;
  color: #fff;
  height: 45px;
  width: 45px;
  text-align: center;
  font-size: 10px;
  font-size: 0.625rem;
  text-transform: uppercase;
  padding: 5px 0 0;
  cursor: pointer;
  display: block; }
  @media (min-width: 768px) {
    .mainShareToggle {
      display: none; } }
  .mainShareToggle:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7); }
  .mainShareToggle::before {
    content: "\f064";
    font-family: "FontAwesome";
    display: block;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1; }
  .mainShareToggle .at-icon-wrapper {
    display: none; }

section.imageCalloutRow {
  padding-top: 0; }
  @media (min-width: 768px) {
    section.imageCalloutRow {
      padding-bottom: 65px; } }
  @media (min-width: 992px) {
    section.imageCalloutRow {
      padding-bottom: 100px; } }
  section.imageCalloutRow.hasTitle {
    padding-top: 50px; }
    @media (min-width: 768px) {
      section.imageCalloutRow.hasTitle {
        padding-top: 65px; } }
    @media (min-width: 992px) {
      section.imageCalloutRow.hasTitle {
        padding-top: 100px; } }
  section.imageCalloutRow .container-fluid {
    padding: 0;
    position: relative; }

.imageCalloutThumb {
  min-height: 50px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .imageCalloutThumb {
      width: 90%; } }
  @media (min-width: 992px) {
    .imageCalloutThumb {
      width: 75%; } }
  @media (min-width: 1200px) {
    .imageCalloutThumb {
      margin-left: -8%;
      width: 83%; } }
  .imageCalloutThumb::after {
    content: "";
    display: block;
    padding: 0 0 60%; }

.imageCalloutVertical > img {
  text-align: center;
  display: block;
  margin: 0px auto -80px;
  width: 500px; }

.imageCalloutVertical div {
  align: center;
  text-align: center;
  background: rgba(11, 60, 93, 0.9);
  margin: 20px;
  color: white; }
  .imageCalloutVertical div h2 {
    color: white; }
  .imageCalloutVertical div > p {
    margin: 5px 40px 25px 40px; }

.imageCalloutContent {
  background: #0b3c5d;
  color: #fff;
  padding: 40px 25px 50px;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8; }
  @media (min-width: 768px) {
    .imageCalloutContent {
      position: absolute;
      top: 50%;
      right: 0;
      transform: translate(0, -50%);
      background: rgba(11, 60, 93, 0.9);
      width: 50%;
      text-align: left;
      padding: 20px 25px; } }
  @media (min-width: 992px) {
    .imageCalloutContent {
      font-size: 16px;
      font-size: 1rem;
      padding: 40px 25px 50px; } }
  @media (min-width: 1200px) {
    .imageCalloutContent {
      padding: 80px; } }
  .imageCalloutContent h2 {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 21px;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .imageCalloutContent h2 {
        margin: 0 0 15px; } }
  .imageCalloutContent ul, .imageCalloutContent ol {
    text-align: left; }
  .imageCalloutContent .btn, .imageCalloutContent .contactForm input[type="submit"], .contactForm .imageCalloutContent input[type="submit"],
  .imageCalloutContent .contactForm .btn-primary, .contactForm .imageCalloutContent .btn-primary {
    font-size: 14px;
    font-size: 0.875rem;
    display: block; }
    @media (min-width: 576px) {
      .imageCalloutContent .btn, .imageCalloutContent .contactForm input[type="submit"], .contactForm .imageCalloutContent input[type="submit"],
      .imageCalloutContent .contactForm .btn-primary, .contactForm .imageCalloutContent .btn-primary {
        display: inline-block; } }
    @media (min-width: 992px) {
      .imageCalloutContent .btn, .imageCalloutContent .contactForm input[type="submit"], .contactForm .imageCalloutContent input[type="submit"],
      .imageCalloutContent .contactForm .btn-primary, .contactForm .imageCalloutContent .btn-primary {
        font-size: 17px;
        font-size: 1.0625rem; } }

.imageCalloutText {
  margin: 0 0 1.5rem; }

section.insureSection {
  padding: 50px 0; }
  @media (min-width: 768px) {
    section.insureSection {
      background: url(../images/texture-lines.png);
      padding: 75px 0 65px; } }
  .earthquake-insurance section.insureSection {
    background: #fff; }
  section.insureSection h2 {
    text-transform: uppercase;
    margin: 0 0 11px; }
    @media (min-width: 768px) {
      section.insureSection h2 {
        margin: 0 0 15px; } }

.insureSectionInner {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem; }
  @media (min-width: 768px) {
    .insureSectionInner {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.7; } }
  @media (min-width: 992px) {
    .insureSectionInner {
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
      margin-left: 8.33333%; } }
  @media (min-width: 1200px) {
    .insureSectionInner {
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
      margin-left: 16.66667%; } }

section.insureTabSection {
  padding: 0;
  position: relative;
  z-index: 2; }

.insureTabSectionInner {
  width: 100%;
  max-width: 800px;
  margin: 0 auto; }
  .insureTabSectionInner ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative; }
    @media (min-width: 768px) {
      .insureTabSectionInner ul::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 12%;
        right: 12%;
        border-top: 1px solid #98968F; } }
  .insureTabSectionInner li {
    width: calc(50% - 1px);
    text-align: center;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    background: #E7E7E8;
    margin: 0 0 2px;
    padding: 19px;
    position: relative;
    z-index: 1;
    cursor: pointer; }
    @media (min-width: 768px) {
      .insureTabSectionInner li {
        background: transparent;
        width: 23%;
        padding: 35px 11px 11px;
        font-size: 15px;
        font-size: 0.9375rem;
        margin: 1px 0 0; } }
    .insureTabSectionInner li:hover {
      background: #D7D4CC; }
      @media (min-width: 768px) {
        .insureTabSectionInner li:hover {
          background: #E7E7E8; } }
    .insureTabSectionInner li.on {
      background: #1294b2;
      color: #fff;
      z-index: 2; }
      @media (min-width: 768px) {
        .insureTabSectionInner li.on {
          color: #63615D;
          background: transparent; } }
    .insureTabSectionInner li:nth-child(even).on::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      bottom: -75px;
      width: 5px;
      background: #1294b2; }
      @media (min-width: 768px) {
        .insureTabSectionInner li:nth-child(even).on::before {
          display: none; } }
    .insureTabSectionInner li:nth-child(odd).on::before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: -75px;
      width: 5px;
      background: #1294b2; }
      @media (min-width: 768px) {
        .insureTabSectionInner li:nth-child(odd).on::before {
          display: none; } }

.insureTabIcon {
  display: none; }
  @media (min-width: 768px) {
    .insureTabIcon {
      position: absolute;
      top: 0;
      left: 50%;
      transform: translate(-50%, -50%);
      display: block;
      width: 50px;
      height: 50px;
      line-height: 50px;
      border-radius: 50px;
      background: #fff;
      font-size: 30px;
      font-size: 1.875rem;
      border: 1px solid #98968F;
      text-align: center; } }
  @media (min-width: 768px) {
    .on .insureTabIcon {
      background: #1294b2;
      border-color: #1294b2;
      color: #fff; } }

section.insureTabContentSection {
  padding: 0;
  position: relative;
  z-index: 2; }
  .earthquake-insurance section.insureTabContentSection {
    padding: 0 0 35px; }

.insureTabContent {
  display: none;
  position: relative;
  margin: 0 -25px;
  padding: 41px 25px 21px;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem; }
  @media (min-width: 992px) {
    .insureTabContent {
      margin-left: 0;
      margin-right: 0; } }
  @media (min-width: 1200px) {
    .insureTabContent {
      padding: 41px 0 21px; } }
  .insureTabContent.on {
    display: block;
    z-index: 3; }
  .faults-by-county .insureTabContent {
    display: flex;
    align-items: flex-start; }
  .insureTabContent:nth-child(even).on::before {
    content: "";
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    width: 5px;
    background: #1294b2;
    position: absolute; }
    @media (min-width: 768px) {
      .insureTabContent:nth-child(even).on::before {
        display: none; } }
  .insureTabContent:nth-child(odd).on::before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    bottom: 0;
    width: 5px;
    background: #1294b2;
    position: absolute; }
    @media (min-width: 768px) {
      .insureTabContent:nth-child(odd).on::before {
        display: none; } }
  @media (min-width: 1200px) {
    .insureTabContent.policy {
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
      margin-left: 8.33333%; } }

.faults-by-county-risks .insureTabContent.on::before {
  width: 0px;
  background: transparent; }

.insureTabContentInner {
  padding: 15px 0 0; }
  @media (min-width: 768px) {
    .insureTabContentInner {
      display: flex;
      align-items: flex-start;
      padding: 25px 0 0; } }

.insureTabContentTitle {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #1294b2;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .insureTabContentTitle {
      font-size: 30px;
      font-size: 1.875rem; } }

.insureTabContentThumb {
  margin: 0 0 15px;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat; }
  @media (min-width: 768px) {
    .insureTabContentThumb {
      flex: 0 0 41.66667%;
      max-width: 41.66667%; } }
  @media (min-width: 1200px) {
    .insureTabContentThumb {
      flex: 0 0 33.33333%;
      max-width: 33.33333%;
      margin-left: 8.33333%; } }
  @media (min-width: 1400px) {
    .insureTabContentThumb {
      margin-left: 16.66667%; } }
  .insureTabContentThumb::after {
    content: "";
    display: block;
    padding: 0 0 50%; }
    @media (min-width: 768px) {
      .insureTabContentThumb::after {
        padding: 0 0 60%; } }

@media (min-width: 768px) {
  .insureTabContentRight {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    text-align: left;
    padding: 0 0 0 45px; } }

@media (min-width: 1200px) {
  .insureTabContentRight {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 1400px) {
  .insureTabContentRight {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; } }

.insureTabContent.risks {
  text-align: left; }
  @media (min-width: 992px) {
    .insureTabContent.risks {
      padding: 50px 0; } }
  @media (min-width: 992px) {
    .home .insureTabContent.risks {
      padding: 50px 0 0; } }
  @media (min-width: 992px) {
    .insureTabContent.risks.on {
      display: flex;
      flex-wrap: nowrap;
      align-items: flex-start; } }

.riskMap {
  display: none;
  position: relative; }
  @media (min-width: 992px) {
    .riskMap {
      display: block;
      max-width: 35%;
      width: 35%;
      margin-right: 7%; } }
  @media (min-width: 1400px) {
    .riskMap {
      max-width: 30.3333%;
      width: 30.3333%;
      margin-right: 3%;
      margin-left: 0; } }
  .riskMap .riskMapInner {
    display: none; }
    @media (min-width: 992px) {
      .riskMap .riskMapInner {
        display: block;
        position: relative; } }
    .riskMap .riskMapInner::after {
      content: "";
      display: none; }
      @media (min-width: 992px) {
        .riskMap .riskMapInner::after {
          display: block;
          padding: 0 0 117%; } }
  @media (min-width: 992px) {
    .riskMap #riskMap {
      width: 100%;
      height: auto;
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; } }
  .riskMap .mapRings {
    display: none;
    position: absolute;
    transform: translate(-50%, -50%);
    /* User Story 34692:2017- EQA Website ReDesign Changes-Remove blue circles from the Insure Your Home and Future widget "Risks Near You" map.
           can be re-enabled at later time as desired by business
        &.on {
            display: block;
        } */ }
    @media (min-width: 992px) {
      .riskMap .mapRings {
        width: 140px;
        height: 140px; } }
    @media (min-width: 1200px) {
      .riskMap .mapRings {
        width: 180px;
        height: 180px; } }

.riskContent {
  width: 100%; }
  @media (min-width: 768px) {
    .riskContent {
      overflow: hidden; } }
  @media (min-width: 992px) {
    .riskContent {
      flex: 0 0 58.33333%;
      max-width: 58.33333%; } }
  @media (min-width: 1400px) {
    .riskContent {
      flex: 0 0 50%;
      max-width: 50%; } }

.riskContentHeader {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: #1294b2;
  text-transform: uppercase;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  align-items: center;
  margin: 0 0 45px; }
  .riskContentHeader p {
    margin: 0; }
    @media (min-width: 768px) {
      .riskContentHeader p {
        font-size: 27px;
        font-size: 1.6875rem; } }
  .riskContentHeader p:first-child {
    width: 100%;
    text-align: center;
    margin: 0 0 5px; }
    @media (min-width: 768px) {
      .riskContentHeader p:first-child {
        width: auto;
        margin: 0 11px 0 0; } }
  .riskContentHeader .dropDownWrapper {
    position: relative;
    border: 2px solid #1294b2;
    margin: 0 7px 0 0; }
    @media (min-width: 768px) {
      .riskContentHeader .dropDownWrapper {
        margin-right: 11px; } }
    .riskContentHeader .dropDownWrapper::after {
      content: "\f0d7";
      display: block;
      position: absolute;
      top: 50%;
      right: 13px;
      transform: translate(0, -50%);
      font-family: "FontAwesome";
      pointer-events: none;
      font-size: 24px;
      font-size: 1.5rem; }
    .riskContentHeader .dropDownWrapper select {
      display: block;
      width: 200px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: none;
      color: #1294b2;
      font-weight: 700;
      font-size: 15px;
      font-size: 0.9375rem;
      height: 45px;
      padding: 0 30px 0 11px;
      background: #fff;
      text-indent: 0.01px;
      text-overflow: ''; }
      .riskContentHeader .dropDownWrapper select::-ms-expand {
        display: none; }

.riskContentIntroWrapper {
  margin: 0 0 50px; }

.riskContentWrapper {
  display: none; }
  @media (min-width: 768px) {
    .riskContentWrapper {
      margin: 0 0 50px; } }
  .riskContentWrapper.on {
    display: block; }

.riskAreaTitle,
.riskDetailTitle {
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  text-transform: uppercase;
  position: relative;
  z-index: -1;
  font-weight: 700;
  margin: 0 0 15px;
  overflow: hidden; }
  .riskAreaTitle span,
  .riskDetailTitle span {
    display: inline-block;
    padding: 0 11px;
    background: #fff;
    position: relative; }
    .riskAreaTitle span::before, .riskAreaTitle span::after,
    .riskDetailTitle span::before,
    .riskDetailTitle span::after {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      transform: translate(0, -50%);
      border-top: 1px solid #98968F; }
    .riskAreaTitle span::before,
    .riskDetailTitle span::before {
      left: -9999px;
      right: 100%; }
    .riskAreaTitle span::after,
    .riskDetailTitle span::after {
      left: 100%;
      right: -9999px; }

@media (min-width: 768px) {
  .riskCardWrapper {
    display: flex;
    justify-content: space-between;
    margin: 0 0 25px; } }

@media (min-width: 992px) {
  .riskCardWrapper {
    margin: 0 0 35px; } }

.riskCard {
  background: #E7E7E8;
  display: flex;
  flex-wrap: nowrap;
  text-transform: uppercase;
  margin: 0 0 11px;
  padding: 15px;
  align-items: center; }
  @media (min-width: 768px) {
    .riskCard {
      width: calc(33.33333% - 5px);
      margin: 0;
      padding: 25px 30px;
      flex-wrap: wrap;
      text-align: center;
      flex-direction: column;
      align-items: flex-start;
      line-height: 1.2; } }
  .riskCard:last-child {
    margin-bottom: 21px; }
    @media (min-width: 768px) {
      .riskCard:last-child {
        margin: 0; } }

.riskCardIcon {
  width: 55px;
  min-width: 55px;
  height: 55px;
  text-align: center;
  position: relative; }
  @media (min-width: 768px) {
    .riskCardIcon {
      width: 100%;
      margin: 0 0 11px; } }
  .riskCardIcon img {
    max-height: 100%;
    height: auto;
    width: auto;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .riskCardIcon::before {
    content: "";
    display: inline-block;
    font-family: "FontAwesome";
    font-size: 30px;
    font-size: 1.875rem;
    display: none; }

.riskCardContent {
  padding: 0 0 0 11px;
  flex-grow: 1; }
  @media (min-width: 768px) {
    .riskCardContent {
      width: 100%;
      padding: 0; } }
  .riskCardContent .title {
    font-weight: 700;
    font-size: 17px;
    font-size: 1.0625rem; }
    @media (min-width: 768px) {
      .riskCardContent .title {
        margin: 0 0 9px; } }
  .riskCardContent .desc {
    font-size: 12px;
    font-size: 0.75rem; }

.riskActionContainer a.riskAction {
  display: block;
  background: #1294b2;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  padding: 11px; }
  @media (min-width: 768px) {
    .riskActionContainer a.riskAction {
      background: transparent;
      padding: 0;
      text-decoration: underline;
      color: #1294b2;
      font-size: 18px;
      font-size: 1.125rem; } }
  @media (min-width: 768px) {
    .riskActionContainer a.riskAction::after {
      content: "\f061";
      display: inline-block;
      margin: 0 0 0 7px;
      font-family: "FontAwesome"; } }
  .riskActionContainer a.riskAction:hover {
    background: #0f748b;
    text-decoration: none; }
    @media (min-width: 768px) {
      .riskActionContainer a.riskAction:hover {
        background: transparent;
        color: #0f748b; } }

.riskDetail {
  padding: 11px 0 50px; }
  @media (min-width: 992px) {
    .riskDetail {
      padding: 11px 0 70px; } }
  .riskDetail ul {
    padding: 0 0 0 1.2rem; }
  .riskDetail li {
    margin: 0 0 0.4rem; }

section.weAreCeaSection {
  padding: 115px 0 95px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 992px) {
    section.weAreCeaSection {
      padding: 170px 0 190px;
      background-position: 50% -7%; } }

.weAreCeaContent {
  background: rgba(255, 255, 255, 0.9);
  padding: 25px 25px 0;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 auto;
  width: 100%;
  max-width: 790px;
  position: relative; }
  @media (min-width: 768px) {
    .weAreCeaContent {
      font-size: 15px;
      font-size: 0.9375rem;
      padding: 35px 50px 50px;
      line-height: 1.7; } }
  .weAreCeaContent .lead {
    font-family: "Paprika", serif;
    font-size: 14px;
    font-size: 0.875rem;
    margin: 0 0 21px; }
    @media (min-width: 992px) {
      .weAreCeaContent .lead {
        font-size: 16px;
        font-size: 1rem; } }
  .weAreCeaContent h2 {
    text-transform: uppercase;
    margin: 0 0 15px; }
    @media (min-width: 768px) {
      .weAreCeaContent h2 {
        font-size: 30px;
        font-size: 1.875rem; } }

.weAreCeaAction {
  margin: 30px -25px 0; }
  @media (min-width: 768px) {
    .weAreCeaAction {
      margin: 0;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 50%);
      min-width: 260px; } }
  .weAreCeaAction .btn, .weAreCeaAction .contactForm input[type="submit"], .contactForm .weAreCeaAction input[type="submit"],
  .weAreCeaAction .contactForm .btn-primary, .contactForm .weAreCeaAction .btn-primary {
    display: block; }

.insureCardWrapper {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 576px) {
    .insureCardWrapper {
      justify-content: space-between; } }
  @media (min-width: 768px) {
    .insureCardWrapper {
      padding: 35px 0 0; } }
  @media (min-width: 768px) {
    .earthquake-insurance .insureCardWrapper {
      padding-top: 15px; } }

.insureCard {
  width: 100%;
  margin: 0 0 25px;
  text-align: center;
  display: block; }
  @media (min-width: 576px) {
    .insureCard {
      width: calc(50% - 12px); } }
  @media (min-width: 992px) {
    .insureCard {
      width: calc(25% - 12px); } }
  .insureCard:hover {
    text-decoration: none; }
    .insureCard:hover .insureCardAction {
      background: #0f748b; }

.insureCardThumb {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: relative; }
  .insureCardThumb::after {
    content: "";
    display: block;
    padding: 0 0 80%; }
    @media (min-width: 1200px) {
      .insureCardThumb::after {
        padding: 0 0 100%; } }
  .insureCardThumb h2 {
    position: absolute;
    top: 30px;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0);
    text-transform: uppercase;
    font-size: 30px;
    font-size: 1.875rem; }

.insureCardAction {
  background: #1294b2;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  font-size: 1rem;
  padding: 15px;
  text-transform: uppercase;
  line-height: 1.2; }
  @media (min-width: 768px) {
    .insureCardAction {
      padding: 21px 9px; } }
  @media (min-width: 992px) {
    .insureCardAction {
      min-height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 15px 9px; } }
  @media (min-width: 1400px) {
    .insureCardAction {
      min-height: 5px; } }

section.activitySection {
  padding: 55px 0 25px; }
  section.activitySection.wavesBottom,
  .earthquake-risk section.activitySection,
  .faults-by-county section.activitySection {
    background: url(../images/waves-2-mobile.png) 50% 100% no-repeat;
    background-size: 100% auto;
    padding: 55px 0; }
    @media (min-width: 992px) {
      section.activitySection.wavesBottom,
      .earthquake-risk section.activitySection,
      .faults-by-county section.activitySection {
        background: url(../images/waves-2.png) 50% 100% no-repeat;
        background-size: 100% auto; } }
  section.activitySection .container-fluid {
    padding: 0; }

.activityBoxWrapper {
  white-space: nowrap;
  padding: 5px 50px;
  margin: 0 0 15px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  font-size: 0px;
  font-size: 0rem; }
  @media (min-width: 768px) {
    .activityBoxWrapper {
      overflow-x: visible;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
      padding: 0 25px; } }
  @media (min-width: 1200px) {
    .activityBoxWrapper {
      justify-content: center; } }
  @media (min-width: 1400px) {
    .activityBoxWrapper {
      padding: 0; } }

.activityBox {
  width: calc(100% - 10px);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  white-space: normal;
  display: inline-block;
  margin: 0 5px;
  padding: 8px 15px;
  vertical-align: top;
  font-size: 16px;
  font-size: 1rem;
  cursor: pointer; }
  @media (min-width: 768px) {
    .activityBox {
      width: calc(33.333333% - 20px);
      margin: 0 10px 21px; } }
  @media (min-width: 1200px) {
    .activityBox {
      box-shadow: none;
      width: calc(16.66666% - 20px);
      margin: 0;
      flex: 0 0 16.66667%;
      max-width: 16.66667%;
      padding: 5px 7px; } }
  .activityBox:hover {
    background: #E7E7E8; }
  @media (min-width: 768px) {
    .activityBox:last-child {
      margin-bottom: 21px; } }
  @media (min-width: 1200px) {
    .activityBox:last-child {
      margin-bottom: 0; } }
  .activityBox .detail {
    display: none;
    font-size: 11px;
    font-size: 0.6875rem;
    padding: 15px 0;
    line-height: 1.9; }

.activityBoxHeader {
  display: flex;
  align-items: center; }
  .activityBoxHeader .mag {
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 700;
    color: #1294b2;
    min-width: 70px; }
  .activityBoxHeader .meta {
    font-size: 10px;
    font-size: 0.625rem;
    -ms-flex: 0 1 auto; }
  .activityBoxHeader .time {
    font-weight: 700;
    color: #1294b2; }

.activityNav, .statBoxNav {
  text-align: center;
  margin: 0 0 5px; }
  @media (min-width: 768px) {
    .activityNav, .statBoxNav {
      display: none; } }

.activityNavDot, .statBoxNavDot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  border: 1px solid #D7D4CC;
  margin: 0 5px;
  vertical-align: top; }
  .activityNavDot.on, .on.statBoxNavDot {
    background: #D7D4CC; }

.activitySwipe, .statBoxSwipe {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase; }
  @media (min-width: 768px) {
    .activitySwipe, .statBoxSwipe {
      display: none; } }
  .activitySwipe::before, .statBoxSwipe::before {
    content: "\f104";
    display: inline-block;
    font-family: "FontAwesome";
    margin: 0 7px 0 0; }
  .activitySwipe::after, .statBoxSwipe::after {
    content: "\f105";
    display: inline-block;
    font-family: "FontAwesome";
    margin: 0 0 0 7px; }

.sectionTitle {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  text-align: center;
  font-family: "Paprika", serif;
  font-size: 14px;
  font-size: 0.875rem;
  width: 100%;
  z-index: 10;
  overflow: hidden; }
  @media (min-width: 768px) {
    .sectionTitle {
      font-size: 16px;
      font-size: 1rem; } }
  .sectionTitle span {
    background: #fff;
    border: 1px solid #979797;
    display: inline-block;
    padding: 7px 25px;
    position: relative; }
    @media (min-width: 768px) {
      .sectionTitle span {
        padding: 13px 31px; } }
    .sectionTitle span::before, .sectionTitle span::after {
      content: "";
      display: block;
      position: absolute;
      top: calc(50% - 1px);
      border-top: 1px solid #979797; }
    .sectionTitle span::before {
      left: -9999px;
      right: 100%; }
    .sectionTitle span::after {
      left: 100%;
      right: -9999px; }

section.latestCardsSection {
  background: #E7E7E8;
  text-align: center; }
  section.latestCardsSection h2 {
    text-transform: uppercase; }
    @media (min-width: 768px) {
      section.latestCardsSection h2 {
        margin: 0 0 15px; } }
    @media (min-width: 992px) {
      section.latestCardsSection h2 {
        margin: 0 0 30px; } }

@media (min-width: 576px) {
  .cardContainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; } }

.card {
  border-radius: 0;
  border: none;
  box-shadow: 0 0 21px rgba(0, 0, 0, 0.15);
  margin: 0 0 21px;
  background: #fff;
  display: block; }
  @media (min-width: 576px) {
    .card {
      width: 48%; } }
  @media (min-width: 992px) {
    .card {
      width: 23%;
      display: inline-block; } }
  .card:last-child {
    margin-bottom: 21px; }
  .card.alt a:hover, .card.alt a:visited:hover {
    color: #1294b2; }
  .card.alt h2 a, .card.alt h2 a:visited {
    color: #0b3c5d; }
  .card:nth-child(5) {
    display: none; }
    @media (min-width: 576px) {
      .card:nth-child(5) {
        display: block; } }
  .card:hover {
    text-decoration: none; }
    .card:hover h2 {
      color: #1294b2; }
  .card h2 {
    font-size: 16px;
    font-size: 1rem;
    text-transform: none !important; }
    @media (min-width: 992px) {
      .card h2 {
        font-size: 18px;
        font-size: 1.125rem; } }

.cardThumb {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat; }
  .cardThumb::after {
    content: "";
    display: block;
    padding: 0 0 50%; }

.cardContent {
  padding: 25px 35px;
  text-align: left; }
  .cardContent:nth-child(2) {
    border-top: 1px solid #D7D4CC; }
  .cardContent h2 {
    margin: 0 0 21px; }
  .cardContent .action {
    text-align: left;
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
    color: #1294b2; }

.cardHeader {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 0 21px; }
  .cardHeader .type {
    color: #1294b2;
    text-transform: uppercase; }
  .cardHeader .date {
    color: #77787B; }

.cardAll {
  display: block;
  margin: 0 0 31px;
  font-weight: 700;
  font-size: 15px;
  font-size: 0.9375rem;
  text-transform: uppercase; }
  @media (min-width: 576px) {
    .cardAll {
      display: none; } }
  .cardAll::after {
    content: "\f061";
    display: inline-block;
    margin: 0 0 0 7px;
    font-family: "FontAwesome"; }

.crumbs {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #98968F;
  padding: 15px 0;
  text-align: left; }
  @media (min-width: 1200px) {
    .crumbs {
      padding: 15px 25px; } }
  @media (min-width: 1200px) {
    .interior .crumbs,
    .searchInner .crumbs {
      padding-left: 0; } }
  .crumbs a, .crumbs a:visited {
    color: #98968F; }
  .statRow .crumbs {
    margin-left: 25px; }
    @media (min-width: 768px) {
      .statRow .crumbs {
        padding-bottom: 30px; } }
  @media (min-width: 992px) {
    .interiorIntroSection .crumbs {
      padding-bottom: 30px; } }
  .searchSection .crumbs {
    margin-left: 25px; }
    @media (min-width: 768px) {
      .searchSection .crumbs {
        margin-left: 0; } }

section.interior {
  padding-top: 0; }
  section.interior.wavesBottom {
    background: url(../images/waves-2-mobile.png) 50% 100% no-repeat;
    background-size: 100% auto; }
    @media (min-width: 992px) {
      section.interior.wavesBottom {
        background: url(../images/waves-2.png) 50% 100% no-repeat;
        background-size: 100% auto; } }
  @media (min-width: 768px) {
    section.interior .container-fluid {
      display: flex; } }
  .news section.interior .container-fluid,
  .press-release section.interior .container-fluid {
    padding: 0; }
    @media (min-width: 768px) {
      .news section.interior .container-fluid,
      .press-release section.interior .container-fluid {
        padding: 0 25px; } }
  section.interior main {
    margin: 0 0 1.5rem; }
    @media (min-width: 768px) {
      section.interior main {
        order: 2;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
        margin: 0; } }
    @media (min-width: 992px) {
      section.interior main {
        flex: 0 0 75%;
        max-width: 75%; } }
  .news section.interior main,
  .press-release section.interior main {
    padding-top: 15px; }
    @media (min-width: 768px) {
      .news section.interior main,
      .press-release section.interior main {
        padding-top: 45px; } }
    @media (min-width: 992px) {
      .news section.interior main,
      .press-release section.interior main {
        flex: 0 0 66.66667%;
        max-width: 66.66667%; } }
    @media (min-width: 1200px) {
      .news section.interior main,
      .press-release section.interior main {
        flex: 0 0 58.33333%;
        max-width: 58.33333%; } }
  section.interior aside {
    display: none; }
    @media (min-width: 768px) {
      section.interior aside {
        order: 1;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
        display: block;
        padding: 45px 25px 0 0; } }
    @media (min-width: 992px) {
      section.interior aside {
        flex: 0 0 25%;
        max-width: 25%; } }
    section.interior aside h5 {
      font-size: 20px;
      font-size: 1.25rem;
      text-transform: uppercase;
      color: #0b3c5d; }
  section.interior .crumbs + h1 {
    text-align: center; }
    @media (min-width: 768px) {
      section.interior .crumbs + h1 {
        text-align: left; } }
  section.interior ul {
    padding: 0 0 0 1.9rem;
    overflow: hidden; }
  section.interior li {
    margin: 0 0 0.4rem; }
  section.interior h2 {
    text-transform: uppercase; }

.asideBox {
  margin: 0 0 1.5rem;
  font-size: 15px;
  font-size: 0.9375rem; }
  .asideBox ul {
    list-style: none;
    padding: 0 !important;
    margin: 0; }
  .asideBox li {
    font-weight: 700;
    padding: 5px 0; }
    .asideBox li.Highlighted > a, .asideBox li.Highlighted > a:visited {
      color: #1294b2;
      border-bottom: 3px solid #1294b2; }
    .asideBox li a, .asideBox li a:visited {
      color: #77787B;
      display: inline-block;
      padding: 4px 0; }
      .asideBox li a:hover, .asideBox li a:visited:hover {
        text-decoration: none;
        color: #1294b2; }
      .asideBox li a.on, .asideBox li a:visited.on {
        font-size: 17px;
        font-size: 1.0625rem;
        color: #1294b2;
        border-bottom: 3px solid #1294b2; }
  .asideBox li ul {
    margin-top: 12px;
    padding-left: 30px !important; }
  .asideBox li li {
    font-weight: 400;
    padding: 2px 0; }

table {
  border: 1px solid #98968F;
  margin: 0 0 2rem; }
  @media (max-width: 991.98px) {
    table thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px;
      position: relative;
      top: auto;
      left: auto; } }
  table th {
    padding: 12px 17px;
    background: #0b3c5d;
    color: #fff;
    border-left: 1px solid #98968F; }
    table th:first-child {
      border-left: none; }
    @media (max-width: 991.98px) {
      table th {
        display: block;
        background: #0b3c5d;
        color: #fff;
        font-size: 10px;
        font-size: 0.625rem;
        padding: 11px 7px;
        line-height: 1.2;
        display: table-cell; } }
  table.alt tbody td:first-child {
    color: #1294b2;
    font-weight: 700;
    border-left: none; }
  table td {
    padding: 12px 17px;
    vertical-align: top;
    border-bottom: 1px solid #98968F;
    border-left: 1px solid #98968F; }
    @media (max-width: 991.98px) {
      table td {
        display: block;
        font-size: 10px;
        font-size: 0.625rem;
        padding: 15px 7px 15px 107px;
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        white-space: normal;
        text-align: left;
        border-bottom: 1px solid #98968F;
        display: table-cell;
        padding-left: 7px; } }
    table td.alt {
      background: #E7E7E8; }
    @media (max-width: 991.98px) {
      table td::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100px;
        background: #0b3c5d;
        z-index: 1;
        display: none; } }
    @media (max-width: 991.98px) {
      table td::after {
        content: attr(data-title);
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 50%;
        transform: translate(0, -50%);
        left: 7px;
        width: calc(25% - 7px);
        padding-right: 10px;
        text-align: left;
        font-weight: bold;
        color: #fff;
        z-index: 2;
        display: block;
        max-width: 100px;
        display: none; } }

table.pivot-table {
  width: 100%; }
  @media (max-width: 991.98px) {
    table.pivot-table {
      display: none; } }
  table.pivot-table .group-by {
    font-weight: bold; }

table.pivot-table-vertical {
  width: 100%; }
  @media (min-width: 992px) {
    table.pivot-table-vertical {
      display: none; } }
  table.pivot-table-vertical th.group-by {
    background-color: #072538; }
  table.pivot-table-vertical td.group-by {
    font-weight: bold;
    color: #1294b2;
    font-size: 14px;
    font-size: 0.875rem; }
  table.pivot-table-vertical .c1 {
    color: #1294b2; }

/*.pinned { position: absolute; left: 0; top: 0; background: #fff; width: 35%; overflow: hidden; overflow-x: scroll; border-right: 1px solid #ccc; border-left: 1px solid #ccc; }
.pinned table { border-right: none; border-left: none; width: 100%; }
.pinned table th, .pinned table td { white-space: nowrap; }
.pinned td:last-child { border-bottom: 0; }

div.table-wrapper { position: relative; margin-bottom: 20px; overflow: hidden; border-right: 1px solid #ccc; }
div.table-wrapper div.scrollable { margin-left: 35%; }
div.table-wrapper div.scrollable { overflow: scroll; overflow-y: hidden; }

table.responsive td, table.responsive th { position: relative; white-space: nowrap; overflow: hidden; }
table.responsive th:first-child, table.responsive td:first-child, table.responsive td:first-child, table.responsive.pinned td { display: none; }*/
.bioBoxWrapper {
  margin: 0 0 1.5rem; }
  @media (min-width: 576px) {
    .bioBoxWrapper {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; } }

.bioBox {
  margin: 0 0 30px; }
  @media (min-width: 576px) {
    .bioBox {
      width: 47%;
      margin: 0 1.5% 30px; } }
  @media (min-width: 768px) {
    .bioBox {
      width: 30.33333333%; } }

.bioBoxThumb {
  margin: 0 0 15px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .bioBoxThumb::after {
    content: "";
    display: block;
    padding: 0 0 100%; }

.bioBoxContent {
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem; }
  .bioBoxContent h4 {
    font-size: 18px;
    font-size: 1.125rem;
    color: #0b3c5d;
    margin: 0 0 7px; }
  .bioBoxContent .title {
    margin: 0 0 7px; }

.bioBoxMoreToggle, .expandToggle {
  display: none;
  position: relative;
  text-align: center; }
  .bioBoxMoreToggle.on, .on.expandToggle {
    display: block; }
    .bioBoxMoreToggle.on > span, .on.expandToggle > span {
      text-decoration: underline;
      color: #0f748b; }
  .bioBoxMoreToggle > span, .expandToggle > span {
    display: block;
    font-size: 13px;
    font-size: 0.8125rem;
    color: #1294b2;
    font-weight: 700;
    cursor: pointer; }
    .bioBoxMoreToggle > span:hover, .expandToggle > span:hover {
      color: #0f748b;
      text-decoration: underline; }
    .bioBoxMoreToggle > span::after, .expandToggle > span::after {
      content: "\f059";
      display: inline-block;
      font-family: "FontAwesome";
      margin: 0 0 0 5px; }

.bioBoxMore, .expandContent {
  display: none;
  position: absolute;
  bottom: calc(100% + 13px);
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 0 23px rgba(0, 0, 0, 0.2);
  padding: 30px 20px;
  text-align: left;
  font-size: 13px;
  font-size: 0.8125rem; }
  @media (min-width: 768px) {
    .bioBoxMore, .expandContent {
      bottom: auto;
      top: calc(100% + 13px); } }
  .bioBoxMore.on, .on.expandContent {
    display: block; }
  .bioBoxMore::before, .expandContent::before {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    border-top: 11px solid #fff;
    border-left: 19px solid transparent;
    border-right: 19px solid transparent; }
    @media (min-width: 768px) {
      .bioBoxMore::before, .expandContent::before {
        border-top: none;
        border-bottom: 11px solid #fff;
        top: auto;
        bottom: 100%; } }
  .bioBoxMore ul, .expandContent ul {
    padding: 0 0 0 1rem; }

.bioBoxMoreClose, .expandContentClose {
  position: absolute;
  top: 0;
  right: 0;
  background: #1294b2;
  color: #fff;
  width: 28px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  cursor: pointer; }
  .bioBoxMoreClose:hover, .expandContentClose:hover {
    background: #0f748b; }
  .bioBoxMoreClose::after, .expandContentClose::after {
    content: "\f00d";
    font-family: "FontAwesome";
    display: inline-block;
    font-size: 16px;
    font-size: 1rem; }

.routingCardWrapper {
  margin: 0 0 1.5rem; }
  @media (min-width: 576px) {
    .routingCardWrapper {
      display: flex;
      justify-content: flex-start;
      flex-wrap: wrap; } }
  .routing .routingCardWrapper {
    padding: 30px 0; }
    @media (min-width: 992px) {
      .routing .routingCardWrapper {
        padding: 60px 0; } }

.routingCard {
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.2);
  margin: 0 0 30px;
  background: #fff;
  display: block;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #77787B; }
  @media (min-width: 576px) {
    .routingCard {
      width: 47%;
      margin: 0 1.5% 30px;
      display: flex;
      flex-direction: column;
      justify-content: space-between; } }
  @media (min-width: 992px) {
    .routingCard.cea-lg-4 {
      font-size: 15px;
      font-size: 0.9375rem;
      width: 30.33333%; } }
  .routingCard:hover {
    text-decoration: none; }
    .routingCard:hover .routingCardAction {
      background: #0f748b; }

.routingCardThumb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  display: block; }
  @media (min-width: 576px) {
    .routingCardThumb {
      height: 125px;
      width: 100%; } }
  @media (min-width: 992px) {
    .routingCardThumb {
      height: 155px; } }
  .routingCardThumb::after {
    content: "";
    display: block;
    padding: 0 0 40%; }
    @media (min-width: 576px) {
      .routingCardThumb::after {
        display: none; } }

.routingCardContent {
  padding: 25px; }
  .routingCardContent h2 {
    text-transform: uppercase; }

.routingCardAction {
  background: #1294b2;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  font-size: 1.0625rem;
  text-transform: uppercase;
  padding: 13px 25px; }
  @media (min-width: 576px) {
    .routingCardAction {
      align-self: flex-end;
      margin-top: auto;
      width: 100%; } }

.imageWithCaption {
  position: relative;
  margin: 0 0 2rem; }
  .imageWithCaption img {
    display: block;
    width: 100%;
    height: auto; }
  .imageWithCaption .caption {
    position: relative;
    background: #77787B;
    color: #fff;
    line-height: 1.8;
    padding: 20px 30px;
    font-size: 13px;
    font-size: 0.8125rem; }
    @media (min-width: 768px) {
      .imageWithCaption .caption {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 9px 30px;
        font-size: 15px;
        font-size: 0.9375rem;
        line-height: 1.4;
        background: rgba(119, 120, 123, 0.8); } }

.quote {
  margin: 0 0 1.5rem 7px;
  border-left: 5px solid #4d7ea6;
  padding: 0 0 0 20px;
  color: #4d7ea6;
  font-style: italic; }

.callout {
  border: 2px solid #E7E7E8;
  background: url(../images/texture-lines.png);
  margin: 0 0 1.5rem;
  text-align: center;
  position: relative;
  padding: 0 25px 25px;
  clear: both;
  font-size: 13px;
  font-size: 0.8125rem; }
  @media (min-width: 768px) {
    .callout {
      padding: 30px 50px;
      margin-top: 5rem; } }
  .callout .lead {
    background: #e8f5f7;
    color: #0b3c5d;
    font-family: "Paprika", serif;
    font-size: 14px;
    font-size: 0.875rem;
    margin: -2px -27px 15px;
    padding: 11px 15px; }
    @media (min-width: 768px) {
      .callout .lead {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0;
        padding: 9px 40px; } }
  .callout h5 {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #4d7ea6; }
    @media (min-width: 768px) {
      .callout h5 {
        font-size: 20px;
        font-size: 1.25rem; } }

@media (min-width: 768px) {
  .interiorColWrapper {
    display: flex;
    align-items: flex-start;
    margin: 0 0 1.5rem;
    justify-content: space-between; } }

.interiorColWrapper .interiorCol {
  margin: 0 0 1.5rem; }
  @media (min-width: 768px) {
    .interiorColWrapper .interiorCol {
      margin: 0;
      width: 47%; } }

section.statRow {
  padding: 35px 0 40px; }
  @media (min-width: 992px) {
    section.statRow {
      padding: 45px 0 60px; } }
  section.statRow.hasCrumbs {
    padding-top: 0; }
  section.statRow .container-fluid {
    padding: 0; }

.statBoxWrapper {
  white-space: nowrap;
  padding: 5px 20%;
  margin: 0 0 15px;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  font-size: 0px;
  font-size: 0rem; }
  @media (min-width: 576px) {
    .statBoxWrapper {
      overflow-x: visible;
      white-space: normal;
      display: flex;
      flex-wrap: wrap;
      padding: 0 10px;
      justify-content: space-between; } }
  @media (min-width: 992px) {
    .statBoxWrapper {
      padding: 0 25px; } }
  @media (min-width: 1400px) {
    .statBoxWrapper {
      padding: 0;
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
      margin-left: 8.33333%; } }

.statBox {
  background: url(../images/texture-lines.png);
  border: 2px solid #E7E7E8;
  border-radius: 400px;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  width: calc(100% - 10px);
  margin: 0 5px;
  position: relative;
  white-space: normal; }
  @media (min-width: 576px) {
    .statBox {
      width: 47%;
      margin: 0 1.5% 2rem; } }
  @media (min-width: 768px) {
    .statBox {
      width: 22%; } }
  @media (min-width: 1200px) {
    .statBox {
      width: 20%; } }
  @media (min-width: 576px) {
    .statBox:last-child {
      margin-bottom: 2rem; } }
  .statBox::after {
    content: "";
    display: block;
    padding: 0 0 100%; }

.statBoxInner {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #4d7ea6;
  font-weight: 700;
  width: 75%;
  line-height: 1.4; }
  .statBoxInner .value {
    font-size: 34px;
    font-size: 2.125rem; }
    @media (min-width: 992px) {
      .statBoxInner .value {
        font-size: 46px;
        font-size: 2.875rem;
        line-height: 1.4; } }
    @media (min-width: 1200px) {
      .statBoxInner .value {
        font-size: 50px;
        font-size: 3.125rem; } }
  .statBoxInner .caption {
    font-size: 13px;
    font-size: 0.8125rem; }
    @media (min-width: 992px) {
      .statBoxInner .caption {
        font-size: 15px;
        font-size: 0.9375rem; } }

@media (min-width: 576px) {
  .statBoxNav {
    display: none; } }

@media (min-width: 576px) {
  .statBoxSwipe {
    display: none; } }

.statBoxContentInner {
  text-align: center;
  padding: 40px 25px 20px;
  font-size: 13px;
  font-size: 0.8125rem; }
  @media (min-width: 768px) {
    .statBoxContentInner {
      padding: 15px 25px 30px; } }
  @media (min-width: 1200px) {
    .statBoxContentInner {
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
      margin-left: 8.33333%; } }
  @media (min-width: 1400px) {
    .statBoxContentInner {
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
      margin-left: 16.66667%; } }
  .statBoxContentInner h2 {
    text-transform: uppercase;
    margin: 0 0 15px; }

section.quickFactSection {
  background: url(../images/texture-lines.png);
  padding: 65px 0 80px; }
  @media (min-width: 768px) {
    section.quickFactSection {
      padding: 65px 0; } }

.quickFactInner {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 768px) {
    .quickFactInner {
      flex-direction: row;
      max-width: 100%;
      justify-content: space-between; } }
  @media (min-width: 1200px) {
    .quickFactInner {
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
      margin-left: 8.33333%; } }

.quickFactContent {
  order: 2;
  max-width: 100%;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem; }
  @media (min-width: 768px) {
    .quickFactContent {
      order: 1;
      flex: 0 0 50%;
      max-width: 50%;
      text-align: left; } }
  @media (min-width: 992px) {
    .quickFactContent {
      font-size: 16px;
      font-size: 1rem; } }
  .quickFactContent h2 {
    text-transform: uppercase; }
  .quickFactContent .btn, .quickFactContent .contactForm input[type="submit"], .contactForm .quickFactContent input[type="submit"],
  .quickFactContent .contactForm .btn-primary, .contactForm .quickFactContent .btn-primary {
    font-size: 13px;
    font-size: 0.8125rem;
    display: block; }
    @media (min-width: 576px) {
      .quickFactContent .btn, .quickFactContent .contactForm input[type="submit"], .contactForm .quickFactContent input[type="submit"],
      .quickFactContent .contactForm .btn-primary, .contactForm .quickFactContent .btn-primary {
        display: inline-block; } }
    @media (min-width: 992px) {
      .quickFactContent .btn, .quickFactContent .contactForm input[type="submit"], .contactForm .quickFactContent input[type="submit"],
      .quickFactContent .contactForm .btn-primary, .contactForm .quickFactContent .btn-primary {
        font-size: 17px;
        font-size: 1.0625rem; } }

.quickFactsText {
  margin: 0 0 1.5rem; }

.quickFactThumb {
  order: 1;
  width: 80%;
  height: auto;
  display: block;
  margin: 0 0 31px; }
  @media (min-width: 768px) {
    .quickFactThumb {
      order: 2;
      max-width: 40%;
      max-height: 410px;
      margin: 0; } }

section.faqSection {
  padding: 60px 0 80px; }
  @media (min-width: 992px) {
    section.faqSection {
      padding: 50px 0 50px 0; } }

@media (min-width: 992px) {
  .faqSectionInner {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; } }

@media (min-width: 1200px) {
  .faqSectionInner {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%; } }

.faqSectionContent {
  margin: 0 0 31px; }
  @media (min-width: 992px) {
    .faqSectionContent {
      width: 40%;
      padding: 0 40px 0 0; } }
  @media (min-width: 1200px) {
    .faqSectionContent {
      padding: 0 65px 0 0; } }
  .faqSectionContent h2 {
    text-transform: uppercase;
    text-align: center; }
    @media (min-width: 992px) {
      .faqSectionContent h2 {
        text-align: left;
        margin: 0 0 15px; } }

.faqSectionText {
  display: none; }
  @media (min-width: 768px) {
    .faqSectionText {
      display: block;
      margin: 0 0 1.5rem; } }

.faqSectionAction {
  text-align: center; }
  @media (min-width: 992px) {
    .faqSectionAction {
      text-align: left; } }
  .faqSectionAction .btn, .faqSectionAction .contactForm input[type="submit"], .contactForm .faqSectionAction input[type="submit"],
  .faqSectionAction .contactForm .btn-primary, .contactForm .faqSectionAction .btn-primary {
    display: block; }
    @media (min-width: 992px) {
      .faqSectionAction .btn, .faqSectionAction .contactForm input[type="submit"], .contactForm .faqSectionAction input[type="submit"],
      .faqSectionAction .contactForm .btn-primary, .contactForm .faqSectionAction .btn-primary {
        display: inline-block; } }

.faqItemWrapper {
  border-top: 1px solid #98968F;
  margin: 0 0 31px; }
  @media (min-width: 992px) {
    .faqItemWrapper {
      width: 60%; } }

.faqItem {
  border-bottom: 1px solid #98968F; }
  .faqItem .question {
    position: relative;
    color: #1294b2;
    font-weight: 700;
    padding: 21px 40px 21px 0;
    cursor: pointer; }
    @media (min-width: 992px) {
      .faqItem .question {
        padding: 15px 40px 15px 0; } }
    .faqItem .question::after {
      content: "\f055";
      display: block;
      position: absolute;
      top: 50%;
      right: 7px;
      font-family: "FontAwesome";
      font-size: 24px;
      font-size: 1.5rem;
      transform: translate(0, -50%); }
    .faqItem .question:hover {
      text-decoration: underline;
      color: #0f748b; }
  .faqItem.on .question::after {
    content: "\f056"; }
  .faqItem .answer {
    display: none;
    padding: 0 0 25px; }
    @media (min-width: 992px) {
      .faqItem .answer {
        padding: 0 0 15px; } }

section.interiorIntroSection {
  padding-top: 0;
  background: url(../images/texture-lines.png);
  text-align: center; }
  @media (min-width: 768px) {
    section.interiorIntroSection {
      padding-bottom: 35px; } }
  section.interiorIntroSection h1 {
    text-transform: uppercase; }

section.basicContentSection {
  background: url(../images/texture-lines.png);
  padding: 50px 0; }
  @media (min-width: 768px) {
    section.basicContentSection {
      padding: 75px 0; } }
  @media (min-width: 992px) {
    section.basicContentSection {
      padding: 100px 0 115px; } }
  .calculateSection + section.basicContentSection {
    margin: 50px 0; }
    @media (min-width: 768px) {
      .calculateSection + section.basicContentSection {
        margin: 90px 0 0;
        position: relative; } }

.basicContentInner {
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center; }
  @media (min-width: 992px) {
    .basicContentInner {
      font-size: 15px;
      font-size: 0.9375rem;
      line-height: 1.8; } }
  @media (min-width: 1200px) {
    .basicContentInner {
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
      margin-left: 8.33333%; } }
  @media (min-width: 1400px) {
    .basicContentInner {
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
      margin-left: 16.66667%; } }
  .basicContentInner h2 {
    margin: 0 0 13px;
    text-transform: uppercase; }
  .basicContentInner .btn, .basicContentInner .contactForm input[type="submit"], .contactForm .basicContentInner input[type="submit"],
  .basicContentInner .contactForm .btn-primary, .contactForm .basicContentInner .btn-primary {
    display: block; }
    @media (min-width: 576px) {
      .basicContentInner .btn, .basicContentInner .contactForm input[type="submit"], .contactForm .basicContentInner input[type="submit"],
      .basicContentInner .contactForm .btn-primary, .contactForm .basicContentInner .btn-primary {
        display: inline-block; } }

section.quickSection {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  padding: 80px 0; }
  @media (min-width: 992px) {
    section.quickSection {
      padding: 100px 0; } }
  section.quickSection h2 {
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 21px; }

.quickSectionInner {
  text-align: center;
  color: #fff; }
  @media (min-width: 1200px) {
    .quickSectionInner {
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
      margin-left: 8.33333%; } }
  @media (min-width: 1400px) {
    .quickSectionInner {
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
      margin-left: 16.66667%; } }
  .quickSectionInner .btn, .quickSectionInner .contactForm input[type="submit"], .contactForm .quickSectionInner input[type="submit"],
  .quickSectionInner .contactForm .btn-primary, .contactForm .quickSectionInner .btn-primary {
    font-size: 13px;
    font-size: 0.8125rem;
    display: block;
    margin: 0 0 9px; }
    @media (min-width: 576px) {
      .quickSectionInner .btn, .quickSectionInner .contactForm input[type="submit"], .contactForm .quickSectionInner input[type="submit"],
      .quickSectionInner .contactForm .btn-primary, .contactForm .quickSectionInner .btn-primary {
        display: inline-block;
        font-size: 17px;
        font-size: 1.0625rem;
        margin: 0 13px 15px; } }

section.policyCardSection {
  padding: 0; }

section.newsIntroSection {
  background: url(../images/texture-lines.png);
  padding: 0 0 25px; }
  @media (min-width: 768px) {
    section.newsIntroSection {
      padding: 11px 0 50px; } }
  section.newsIntroSection h1 {
    text-transform: uppercase;
    text-align: center; }

.newsFilters {
  background: #fff;
  padding: 13px 18px;
  position: relative;
  border: 1px solid #E7E7E8; }
  @media (min-width: 768px) {
    .newsFilters {
      display: flex;
      align-items: center;
      justify-content: center; } }
  @media (min-width: 992px) {
    .newsFilters {
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
      margin-left: 8.33333%; } }
  @media (min-width: 1200px) {
    .newsFilters {
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
      margin-left: 16.66667%; } }
  .newsFilters .lead {
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 9px; }
    @media (min-width: 768px) {
      .newsFilters .lead {
        font-size: 17px;
        font-size: 1.0625rem;
        margin: 0 11px; } }
  .newsFilters .clear {
    position: absolute;
    top: 13px;
    right: 18px;
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase; }
    @media (min-width: 768px) {
      .newsFilters .clear {
        position: relative;
        top: auto;
        right: auto;
        text-decoration: underline;
        margin: 0 11px; } }
  .newsFilters label {
    font-size: 13px;
    font-size: 0.8125rem; }
    @media (min-width: 768px) {
      .newsFilters label {
        font-size: 17px;
        font-size: 1.0625rem; } }
  .newsFilters input[type="checkbox"] {
    display: none; }
    .newsFilters input[type="checkbox"] + label {
      position: relative;
      display: block;
      padding: 0 0 0 25px;
      margin: 0 0 12px; }
      @media (min-width: 768px) {
        .newsFilters input[type="checkbox"] + label {
          margin: 0 11px; } }
      .newsFilters input[type="checkbox"] + label::before {
        content: "\f096";
        display: inline-block;
        margin: 0 5px 0 0;
        font-family: "FontAwesome";
        color: #1294b2;
        font-size: 22px;
        font-size: 1.375rem;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%); }
    .newsFilters input[type="checkbox"]:checked + label::before {
      content: "\f14a"; }

.newsSearch, .mastheadSearch {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  padding: 7px 0 0;
  display: flex;
  justify-content: space-between; }
  .newsSearch .search-dialog, .mastheadSearch .search-dialog {
    width: 100%; }
    .newsSearch .search-dialog .form-horizontal, .mastheadSearch .search-dialog .form-horizontal {
      display: flex;
      justify-content: space-between; }
  .newsSearch .form-group, .mastheadSearch .form-group {
    flex-grow: 1; }
    .newsSearch .form-group input[type="text"], .mastheadSearch .form-group input[type="text"] {
      width: 100%;
      min-width: 100%; }
  .newsSearch .form-group-submit, .mastheadSearch .form-group-submit {
    flex-grow: 0; }
  .newsSearch .editing-form-label-cell, .mastheadSearch .editing-form-label-cell {
    display: none; }
  .newsSearch input[type="text"], .mastheadSearch input[type="text"] {
    appearance: none;
    border: 2px solid #E7E7E8;
    border-right: none;
    font-size: 13px;
    font-size: 0.8125rem;
    height: 45px;
    padding: 0 15px;
    line-height: 45px;
    flex-grow: 1;
    border-radius: 0; }
    .newsSearch input[type="text"]::-webkit-input-placeholder, .mastheadSearch input[type="text"]::-webkit-input-placeholder {
      color: #77787B;
      text-align: center; }
    .newsSearch input[type="text"]:-moz-placeholder, .mastheadSearch input[type="text"]:-moz-placeholder {
      color: #77787B;
      text-align: center; }
    .newsSearch input[type="text"]::-moz-placeholder, .mastheadSearch input[type="text"]::-moz-placeholder {
      color: #77787B;
      text-align: center; }
    .newsSearch input[type="text"]:-ms-input-placeholder, .mastheadSearch input[type="text"]:-ms-input-placeholder {
      color: #77787B;
      text-align: center; }
    @media (min-width: 768px) {
      .newsSearch input[type="text"], .mastheadSearch input[type="text"] {
        height: 55px;
        line-height: 55px;
        font-size: 19px;
        font-size: 1.1875rem; } }
  .newsSearch input[type="submit"], .mastheadSearch input[type="submit"] {
    background: #1294b2 url(../images/icon-search.png) 50% 50% no-repeat;
    background-size: 18px auto;
    appearance: none;
    border: none;
    width: 45px;
    height: 45px;
    text-indent: -9999px;
    border-radius: 0; }
    @media (min-width: 768px) {
      .newsSearch input[type="submit"], .mastheadSearch input[type="submit"] {
        height: 55px;
        width: 60px;
        background-size: 22px auto; } }
    .newsSearch input[type="submit"]:hover, .mastheadSearch input[type="submit"]:hover {
      background-color: #0f748b; }

.contactBoxWrapper {
  margin: 0 0 45px;
  position: relative;
  padding: 35px 0 0; }
  @media (min-width: 768px) {
    .contactBoxWrapper {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding-top: 45px;
      margin-bottom: 25px; } }
  .contactBoxWrapper h4 {
    color: #77787B;
    border-bottom: 1px solid #77787B;
    padding: 0 25px 9px;
    margin: 0 0 15px;
    width: 100%; }
    @media (min-width: 768px) {
      .contactBoxWrapper h4 {
        padding: 0 0 9px; } }

.contactBox {
  line-height: 1.8;
  margin: 0 0 25px;
  padding: 0 25px;
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 0 0 30px; }
  @media (min-width: 768px) {
    .contactBox {
      min-width: 47%;
      max-width: 47%;
      padding: 0; } }
  .contactBox .name {
    color: #1294b2; }
  .contactBox a, .contactBox a:visited {
    color: #77787B; }
  .contactBox .email::before {
    content: "\f0e0";
    display: inline-block;
    margin: 0 5px 0 0;
    color: #1294b2;
    font-family: "FontAwesome"; }
  .contactBox .office::before {
    content: "\f1ad";
    display: inline-block;
    margin: 0 5px 0 0;
    color: #1294b2;
    font-family: "FontAwesome"; }
  .contactBox .phone::before {
    content: "\f095";
    display: inline-block;
    margin: 0 5px 0 0;
    color: #1294b2;
    font-family: "FontAwesome"; }

.simpleListWrapper {
  margin: 0 0 2rem; }
  @media (min-width: 768px) {
    .simpleListWrapper {
      margin: 0 0 21px; } }
  .simpleListWrapper .listResults {
    font-weight: 700;
    font-size: 17px;
    font-size: 1.0625rem;
    padding: 0 25px 9px;
    margin: 0;
    border-bottom: 1px solid #77787B; }
    @media (min-width: 768px) {
      .simpleListWrapper .listResults {
        padding: 0 0 9px; } }

.listItem {
  padding: 30px 25px;
  font-size: 13px;
  font-size: 0.8125rem;
  border-bottom: 1px solid #77787B; }
  @media (min-width: 576px) {
    .listItem {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      align-items: flex-start; } }
  @media (min-width: 768px) {
    .listItem {
      padding: 30px 0; } }
  @media (min-width: 992px) {
    .listItem {
      font-size: 15px;
      font-size: 0.9375rem;
      padding: 40px 0; } }
  @media (min-width: 992px) {
    .listItem h4 {
      margin: 0 0 9px; } }

@media (min-width: 576px) {
  .listItemContent {
    flex: 1 1 auto; } }

@media (min-width: 576px) {
  .hasImage .listItemContent {
    padding-left: 25px; } }

.listItemThumb {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin: 0 0 20px;
  display: block; }
  @media (min-width: 576px) {
    .listItemThumb {
      min-width: 40%; } }
  .listItemThumb::after {
    content: "";
    display: block;
    padding: 0 0 40%; }
    @media (min-width: 576px) {
      .listItemThumb::after {
        padding: 0 0 60%; } }

.listItemMeta {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: 700; }
  @media (min-width: 992px) {
    .listItemMeta {
      font-size: 15px;
      font-size: 0.9375rem; } }

.pagination {
  display: flex;
  justify-content: center; }

.paginationItem {
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  margin: 0 3px;
  display: inline-block;
  border-radius: 25px;
  font-weight: 700;
  color: #77787B; }
  .paginationItem:hover {
    background: #E7E7E8;
    text-decoration: none; }
  .paginationItem.on {
    background: #1294b2;
    color: #fff; }
  .paginationItem.first {
    color: #1294b2; }
    .paginationItem.first::before {
      content: "\f104 \f104";
      display: inline-block;
      text-align: center;
      font-family: "FontAwesome"; }
  .paginationItem.prev {
    color: #1294b2; }
    .paginationItem.prev::before {
      content: "\f104";
      display: inline-block;
      text-align: center;
      font-family: "FontAwesome"; }
  .paginationItem.next {
    color: #1294b2; }
    .paginationItem.next::before {
      content: "\f105";
      display: inline-block;
      text-align: center;
      font-family: "FontAwesome"; }
  .paginationItem.last {
    color: #1294b2; }
    .paginationItem.last::before {
      content: "\f105 \f105";
      display: inline-block;
      text-align: center;
      font-family: "FontAwesome"; }

section.blogSection {
  padding-top: 25px; }
  section.blogSection:not(.detail) .container-fluid {
    padding: 0; }
    @media (min-width: 768px) {
      section.blogSection:not(.detail) .container-fluid {
        padding: 0 25px; } }
  section.blogSection.detail {
    padding-top: 0; }
  section.blogSection.wavesBottom {
    background: url(../images/waves-2-mobile.png) 50% 100% no-repeat;
    background-size: 100% auto; }
    @media (min-width: 992px) {
      section.blogSection.wavesBottom {
        background: url(../images/waves-2.png) 50% 100% no-repeat;
        background-size: 100% auto; } }

@media (min-width: 1200px) {
  .blogInner {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%; } }

@media (min-width: 1400px) {
  .blogInner {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    margin-left: 16.66667%; } }

.detail .blogInner {
  padding-top: 5px; }
  .detail .blogInner > h1 {
    text-align: center;
    margin-bottom: 21px; }
    @media (min-width: 768px) {
      .detail .blogInner > h1 {
        margin-bottom: 11px;
        text-align: left; } }

.blogInner h2 {
  text-transform: uppercase; }

.blogInner ul {
  margin-left: 0;
  padding-left: 1.2rem; }

.blogInner li {
  margin: 0 0 0.6rem; }

.blogDetailMeta {
  font-weight: 700;
  font-size: 13px;
  font-size: 0.8125rem;
  text-align: center;
  margin: 0 0 21px; }
  @media (min-width: 768px) {
    .blogDetailMeta {
      text-align: left; } }

.blogDetailImage {
  margin-bottom: 10px; }
  @media (min-width: 768px) {
    .blogDetailImage {
      margin-bottom: 20px; } }

section.advancedSearchSection {
  background: #E7E7E8;
  padding: 0; }
  section.advancedSearchSection .container-fluid {
    display: none; }
    section.advancedSearchSection .container-fluid.on {
      display: block; }

.advancedSearchToggle {
  background: #072538;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  padding: 11px 25px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer; }
  @media (min-width: 768px) {
    .advancedSearchToggle {
      font-size: 17px;
      font-size: 1.0625rem; } }
  .advancedSearchToggle:hover {
    background: #0b3c5d; }
  .advancedSearchToggle.on::after {
    content: "\f0d8"; }
  .advancedSearchToggle::after {
    content: "\f0d7";
    display: inline-block;
    margin: 0 0 0 5px;
    font-family: "FontAwesome"; }

.advancedSearchInner {
  padding: 25px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media (min-width: 992px) {
    .advancedSearchInner {
      justify-content: flex-start; } }
  @media (min-width: 1200px) {
    .advancedSearchInner {
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
      margin-left: 8.33333%; } }
  @media (min-width: 1400px) {
    .advancedSearchInner {
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
      margin-left: 16.66667%; } }
  .advancedSearchInner input[type="checkbox"] {
    display: none; }
    .advancedSearchInner input[type="checkbox"] + label {
      position: relative;
      display: block;
      padding: 0 0 0 25px;
      margin: 0 0 12px;
      line-height: 1.2; }
      @media (min-width: 768px) {
        .advancedSearchInner input[type="checkbox"] + label {
          margin: 0 11px 12px; } }
      .advancedSearchInner input[type="checkbox"] + label::before {
        content: "\f096";
        display: inline-block;
        margin: 0 5px 0 0;
        font-family: "FontAwesome";
        color: #1294b2;
        font-size: 22px;
        font-size: 1.375rem;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 1; }
    .advancedSearchInner input[type="checkbox"]:checked + label::before {
      content: "\f14a"; }
  .advancedSearchInner input[type="radio"] {
    display: none; }
    .advancedSearchInner input[type="radio"] + label {
      position: relative;
      display: block;
      padding: 0 0 0 25px;
      margin: 0 0 12px;
      line-height: 1.2; }
      @media (min-width: 768px) {
        .advancedSearchInner input[type="radio"] + label {
          margin: 0 11px 12px; } }
      .advancedSearchInner input[type="radio"] + label::before {
        content: "\f10c";
        display: inline-block;
        margin: 0 5px 0 0;
        font-family: "FontAwesome";
        color: #1294b2;
        font-size: 22px;
        font-size: 1.375rem;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translate(0, -50%); }
    .advancedSearchInner input[type="radio"]:checked + label::before {
      content: "\f192"; }
  .advancedSearchInner .clear {
    text-align: center;
    color: #1294b2;
    text-transform: uppercase;
    font-size: 13px;
    font-size: 0.8125rem;
    width: 100%;
    cursor: pointer;
    text-decoration: underline; }
    @media (min-width: 768px) {
      .advancedSearchInner .clear {
        width: 16%;
        min-width: 16%; } }
    .advancedSearchInner .clear:hover {
      color: #0f748b; }

.advancedSearchCol {
  margin: 0 0 15px; }
  .advancedSearchCol:nth-child(1) {
    width: 60%; }
    @media (min-width: 768px) {
      .advancedSearchCol:nth-child(1) {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        width: 48%; } }
  .advancedSearchCol:nth-child(2) {
    width: 36%; }
    @media (min-width: 992px) {
      .advancedSearchCol:nth-child(2) {
        width: 23%; } }
  @media (min-width: 768px) {
    .advancedSearchCol .left {
      column-count: 2; } }
  @media (min-width: 768px) {
    .advancedSearchCol .right {
      width: 48%; } }
  .advancedSearchCol .lead {
    font-weight: 700;
    text-transform: uppercase;
    color: #072538;
    font-size: 13px;
    font-size: 0.8125rem;
    margin: 0 0 7px;
    width: 100%; }

section.searchSection {
  padding-top: 0; }
  section.searchSection.wavesBottom {
    background: url(../images/waves-2-mobile.png) 50% 100% no-repeat;
    background-size: 100% auto; }
    @media (min-width: 992px) {
      section.searchSection.wavesBottom {
        background: url(../images/waves-2.png) 50% 100% no-repeat;
        background-size: 100% auto; } }
  section.searchSection .container-fluid {
    padding: 0; }
    @media (min-width: 768px) {
      section.searchSection .container-fluid {
        padding: 0 25px; } }
  @media (min-width: 768px) {
    section.searchSection .listItem {
      padding: 30px 15px; } }
  @media (min-width: 992px) {
    section.searchSection .listItem {
      padding: 40px 15px; } }
  @media (min-width: 1200px) {
    section.searchSection .listItem {
      padding: 40px 0; } }

@media (min-width: 1200px) {
  .searchInner {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    margin-left: 8.33333%; } }

@media (min-width: 1400px) {
  .searchInner {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    margin-left: 16.66667%; } }

section.contactSection {
  padding: 0; }

.contactInner {
  display: flex;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .contactInner {
      padding: 30px 0 0; } }
  @media (min-width: 1200px) {
    .contactInner {
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
      margin-left: 8.33333%; } }
  .contactInner h3.sendMessageToggle {
    background: #1294b2;
    color: #fff;
    margin: 0 -25px;
    padding: 13px 25px;
    position: relative;
    cursor: pointer; }
    @media (min-width: 768px) {
      .contactInner h3.sendMessageToggle {
        background: transparent;
        color: #0b3c5d;
        padding: 0;
        margin: 0 0 0.5rem;
        cursor: auto; } }
    .contactInner h3.sendMessageToggle.on {
      background: #E7E7E8;
      color: #1294b2; }
      @media (min-width: 768px) {
        .contactInner h3.sendMessageToggle.on {
          color: #0b3c5d;
          background: transparent; } }
      .contactInner h3.sendMessageToggle.on::after {
        content: "\f068"; }
    .contactInner h3.sendMessageToggle:hover {
      background: #0f748b;
      color: #fff; }
      @media (min-width: 768px) {
        .contactInner h3.sendMessageToggle:hover {
          background: transparent;
          color: #0b3c5d; } }
    .contactInner h3.sendMessageToggle::after {
      content: "\f067";
      display: block;
      position: absolute;
      top: 50%;
      right: 25px;
      transform: translate(0, -50%);
      font-family: "FontAwesome";
      font-weight: normal; }
      @media (min-width: 768px) {
        .contactInner h3.sendMessageToggle::after {
          display: none; } }
  .contactInner .contactForm {
    display: block;
    padding: 30px 0 0; }
    @media (min-width: 768px) {
      .contactInner .contactForm {
        padding: 0; } }
  .contactInner main {
    width: 100%;
    margin: 0 0 2rem; }
    @media (min-width: 768px) {
      .contactInner main {
        order: 2;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
        padding: 0 0 0 30px; } }
  .contactInner aside {
    width: 100%;
    font-size: 13px;
    font-size: 0.8125rem; }
    @media (min-width: 768px) {
      .contactInner aside {
        order: 1;
        flex: 0 0 41.66667%;
        max-width: 41.66667%; } }
    .contactInner aside .asideBox {
      margin: 0 0 30px; }

.allRequired {
  font-size: 11px;
  font-size: 0.6875rem; }
  @media (min-width: 768px) {
    .allRequired {
      font-weight: 700;
      font-size: 14px;
      font-size: 0.875rem; } }

@media (min-width: 992px) {
  .formRow {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between; } }

@media (min-width: 992px) {
  .formRow .contactCol {
    width: 48%; } }

@media (min-width: 992px) {
  .formRow .contactCol.full {
    width: 100%; } }

@media (min-width: 768px) {
  .contactFormSubmit {
    text-align: right; } }

.contactForm label {
  display: block;
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  margin: 0 0 4px; }

.contactForm input[type="text"] {
  appearance: none;
  border: 1px solid #98968F;
  margin: 0 0 1rem;
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  border-radius: 0; }

.contactForm .Error input[type="text"], .contactForm .Error textarea {
  border-color: #bd0102;
  margin-bottom: 0px; }

.contactForm .errorMessage,
.contactForm .EditingFormErrorLabel {
  margin: 0 0 1rem;
  color: #bd0102;
  font-weight: 700;
  font-size: 12px;
  font-size: 0.75rem;
  display: block; }

.contactForm .dropDownWrapper .editing-form-control-nested-control {
  position: relative;
  margin: 0 0 1rem;
  border: 1px solid #98968F; }
  .contactForm .dropDownWrapper .editing-form-control-nested-control.Error {
    border-color: #bd0102;
    margin-bottom: 0px; }
  .contactForm .dropDownWrapper .editing-form-control-nested-control::after {
    content: "\f0d7";
    display: block;
    position: absolute;
    top: 50%;
    right: 11px;
    transform: translate(0, -50%);
    font-family: "FontAwesome";
    pointer-events: none;
    font-size: 22px;
    font-size: 1.375rem; }
  .contactForm .dropDownWrapper .editing-form-control-nested-control select,
  .contactForm .dropDownWrapper .editing-form-control-nested-control select.form-control:not([size]):not([multiple]) {
    width: 100%;
    height: 45px;
    padding: 0 40px 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: none; }
    .contactForm .dropDownWrapper .editing-form-control-nested-control select::-ms-expand,
    .contactForm .dropDownWrapper .editing-form-control-nested-control select.form-control:not([size]):not([multiple])::-ms-expand {
      display: none; }

.contactForm textarea {
  border: 1px solid #98968F;
  appearance: none;
  display: block;
  width: 100%;
  height: 100px;
  margin: 0 0 1rem;
  border-radius: 0; }
  @media (min-width: 992px) {
    .contactForm textarea {
      height: 130px; } }

.contactForm input[type="submit"],
.contactForm .btn-primary {
  display: block;
  width: 100%; }
  @media (min-width: 768px) {
    .contactForm input[type="submit"],
    .contactForm .btn-primary {
      width: auto;
      display: inline-block;
      padding-left: 80px;
      padding-right: 80px; } }

#riskMap #lines path, #riskMap #lines:hover path {
  fill: none;
  stroke: #FFFFFF;
  stroke-miterlimit: 10;
  stroke-width: 0.25; }

#riskMap #counties path {
  fill: #D7D4CC;
  transition: fill 0.5s ease; }
  #riskMap #counties path:hover {
    fill: #0b3c5d !important;
    cursor: pointer; }
  #riskMap #counties path.group {
    fill: #98968F; }
  #riskMap #counties path.on {
    fill: #0f748b; }

#riskMap #background path, #riskMap #background polygon {
  fill: #FFFFFF; }

.mapRings #circle1 {
  animation: fade-in-rings-dark 0.75s;
  opacity: 0.8; }

.mapRings #circle2 {
  animation: fade-in-rings 0.375s;
  opacity: 0.3; }

.mapRings #circle3 {
  animation: fade-in-rings 0.5s;
  opacity: 0.3; }

.mapRings #circle4 {
  animation: fade-in-rings-dark 0.5s;
  opacity: 0.8; }

.mapRings #circle5 {
  animation: fade-in-rings 0.375s;
  opacity: 0.3; }

.mapRings #circle6 {
  animation: fade-in-rings 0.75s;
  opacity: 0.3; }

@keyframes fade-in-rings {
  0% {
    opacity: 0;
    transform: scale(0.5); }
  100% {
    opacity: 0.3;
    transform: scale(1); } }

@keyframes fade-in-rings-dark {
  0% {
    opacity: 0;
    transform: scale(0.5); }
  100% {
    opacity: 0.8;
    transform: scale(1); } }

section.routingIntro {
  padding: 25px 0 0; }
  @media (min-width: 576px) {
    section.routingIntro {
      padding: 25px 0; } }
  @media (min-width: 768px) {
    section.routingIntro {
      padding: 50px 0 0; } }

.routingIntroInner {
  text-align: center; }
  @media (min-width: 992px) {
    .routingIntroInner {
      flex: 0 0 83.33333%;
      max-width: 83.33333%;
      margin-left: 8.33333%; } }
  @media (min-width: 1200px) {
    .routingIntroInner {
      flex: 0 0 66.66667%;
      max-width: 66.66667%;
      margin-left: 16.66667%; } }

section.routingCardSection {
  padding: 0; }
  @media (min-width: 768px) {
    section.routingCardSection {
      padding: 0 0 50px; } }
  section.routingCardSection.wavesBottom {
    background: url(../images/waves-2-mobile.png) 50% 100% no-repeat;
    background-size: 100% auto; }
    @media (min-width: 992px) {
      section.routingCardSection.wavesBottom {
        background: url(../images/waves-2.png) 50% 100% no-repeat;
        background-size: 100% auto; } }

section.contactRouting.wavesBottom {
  background: url(../images/waves-2-mobile.png) 50% 100% no-repeat;
  background-size: 100% auto; }
  @media (min-width: 992px) {
    section.contactRouting.wavesBottom {
      background: url(../images/waves-2.png) 50% 100% no-repeat;
      background-size: 100% auto; } }

section.waves {
  background: url(../images/waves-2-mobile.png) 50% 100% no-repeat;
  background-size: 100% auto;
  padding: 0;
  z-index: -2; }
  @media (min-width: 992px) {
    section.waves {
      background: url(../images/waves-2.png) 50% 100% no-repeat;
      background-size: 100% auto; } }
  .faqSection + section.waves {
    margin-top: -70px; }
    @media (min-width: 992px) {
      .faqSection + section.waves {
        margin-top: -90px; } }
  section.waves::after {
    content: "";
    display: block;
    padding: 0 0 11%; }
    @media (min-width: 992px) {
      section.waves::after {
        padding: 0 0 8%; } }

section.faults-by-county-risks {
  padding: 0; }
  @media (min-width: 576px) {
    section.faults-by-county-risks {
      padding: 35px 0 0; } }

.card .card-img-top {
  width: 100%; }

.card h4 {
  margin-top: 10px; }

.expandToggle {
  display: block;
  text-align: left;
  margin: 0 0 2rem; }
  .expandToggle span {
    font-size: 13px;
    font-size: 0.8125rem; }

.expandContent {
  max-width: 400px; }
  .expandContent::before {
    left: 25px;
    transform: translate(0, 0); }

body.modal-open {
  overflow: hidden; }

.videoModal {
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 20px;
  margin: auto;
  max-width: 750px;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  width: 100%; }
  .videoModal .videoCont {
    margin-top: 50px;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    padding-top: 0px;
    height: 0; }
  .videoModal .closer_videopopup {
    position: absolute;
    display: table-cell;
    right: 25px;
    top: 25px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    padding: auto;
    cursor: default;
    background: none;
    border: none;
    color: #ffffff;
    z-index: 100004;
    cursor: pointer;
    opacity: .9; }
    .videoModal .closer_videopopup:hover {
      opacity: 1; }
  .videoModal .opct {
    position: fixed;
    z-index: 100000;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000 !important;
    transition: opacity .15s linear;
    text-align: center;
    opacity: .5; }
  .videoModal .video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 1 !important;
    border: 1px solid #000;
    width: 100%;
    height: 100%;
    cursor: pointer;
    cursor: hand;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    z-index: 100005; }

.training-list {
  min-height: 200px; }
  .training-list h2 {
    margin-bottom: 0.5rem; }
  .training-list h4 {
    margin-bottom: 0.5rem; }
  @media (max-width: 767.98px) {
    .training-list .training-header .card {
      margin-top: 10px; } }
  .training-list .training-header .card form {
    width: 100%; }
  .training-list .btn-danger {
    background-color: red;
    background-image: linear-gradient(to bottom right, #a94442 0%, #802e2c 100%); }
  .training-list .sub-item {
    padding-left: 17px; }
  .training-list .modal-title {
    float: left; }
  .training-list .private-event .card {
    background-color: #5D6D7E !important;
    color: white !important; }
    .training-list .private-event .card a, .training-list .private-event .card .alert {
      color: white !important; }
  .training-list .toggle-container {
    box-sizing: border-box;
    overflow: hidden; }
  .training-list #app-overlay {
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    z-index: 9998; }
  .training-list #app-progress {
    position: absolute;
    top: 180px;
    left: 50%;
    z-index: 9999; }
    .training-list #app-progress:first-child {
      margin: auto auto; }
    .training-list #app-progress .progress {
      width: 300px;
      height: 30px;
      margin-left: -150px; }
    .training-list #app-progress .progress-bar {
      width: 100%;
      background-color: #248388;
      font-size: 16px;
      padding: 5px; }
  .training-list .app-training-list {
    width: 100%; }
    .training-list .app-training-list .btn, .training-list .app-training-list .contactForm input[type="submit"], .contactForm .training-list .app-training-list input[type="submit"],
    .training-list .app-training-list .contactForm .btn-primary, .contactForm .training-list .app-training-list .btn-primary {
      white-space: nowrap;
      padding: 10px 16px; }
  .training-list .card {
    width: 100%; }
    .training-list .card .container {
      max-width: 100%;
      padding: 0px; }
    .training-list .card .caret {
      margin-right: 5px; }
    .training-list .card .card-body {
      padding: 5px 20px 7px 20px; }
      .training-list .card .card-body .row > div {
        padding-right: 5px;
        padding-left: 5px; }
      .training-list .card .card-body .btn, .training-list .card .card-body .contactForm input[type="submit"], .contactForm .training-list .card .card-body input[type="submit"],
      .training-list .card .card-body .contactForm .btn-primary, .contactForm .training-list .card .card-body .btn-primary {
        margin-top: 3px;
        padding: 4px 10px; }
      @media (max-width: 767.98px) {
        .training-list .card .card-body .actions {
          margin-top: 10px; } }
    .training-list .card .registration-closed {
      font-style: italic; }

.contractors-engineers-search .search-dialog {
  width: 100%;
  max-width: 650px;
  padding: 7px 0 0;
  display: flex;
  justify-content: space-between; }
  .contractors-engineers-search .search-dialog .editing-form-label-cell {
    display: none; }
  .contractors-engineers-search .search-dialog .form-horizontal {
    display: flex;
    justify-content: space-between; }

.contractors-engineers-search .form-group {
  flex-grow: 1; }

.contractors-engineers-search input[type="text"] {
  appearance: none;
  border: 2px solid #E7E7E8;
  border-right: none;
  font-size: 13px;
  font-size: 0.8125rem;
  height: 45px;
  width: 100%;
  min-width: 100px;
  padding: 0 15px;
  line-height: 45px;
  flex-grow: 1;
  border-radius: 0; }
  .contractors-engineers-search input[type="text"]::-webkit-input-placeholder {
    color: #77787B;
    text-align: center; }
  .contractors-engineers-search input[type="text"]:-moz-placeholder {
    color: #77787B;
    text-align: center; }
  .contractors-engineers-search input[type="text"]::-moz-placeholder {
    color: #77787B;
    text-align: center; }
  .contractors-engineers-search input[type="text"]:-ms-input-placeholder {
    color: #77787B;
    text-align: center; }
  @media (min-width: 768px) {
    .contractors-engineers-search input[type="text"] {
      height: 55px;
      line-height: 55px;
      font-size: 19px;
      font-size: 1.1875rem; } }

.contractors-engineers-search input[type="submit"] {
  padding: 6px 25px;
  background: #1294b2;
  appearance: none;
  border: none;
  border-radius: 0;
  color: #ffffff;
  font-size: 12px;
  font-size: 0.75rem;
  height: 45px;
  line-height: normal;
  text-align: center; }
  .contractors-engineers-search input[type="submit"]:hover {
    background-color: #0f748b; }
  @media (min-width: 768px) {
    .contractors-engineers-search input[type="submit"] {
      height: 55px; } }
  @media (min-width: 992px) {
    .contractors-engineers-search input[type="submit"] {
      font-size: 19px;
      font-size: 1.1875rem;
      white-space: nowrap; } }

.standard-form {
  display: block;
  padding: 30px 0 0; }
  @media (min-width: 768px) {
    .standard-form {
      padding: 0; } }
  @media (min-width: 992px) {
    .standard-form .form-row {
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between; } }
  .standard-form .form-row .form-col {
    margin: 0 0 1rem; }
    @media (min-width: 992px) {
      .standard-form .form-row .form-col {
        width: 48%; } }
    @media (min-width: 992px) {
      .standard-form .form-row .form-col.full {
        width: 100%; } }
  .standard-form label, .standard-form .EditingFormLabel {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    margin: 0 0 4px; }
  .standard-form .Error input[type="text"], .standard-form .Error textarea {
    border-color: #bd0102;
    margin-bottom: 0px; }
  .standard-form .ExplanationText {
    font-style: italic;
    font-size: 13px; }
  .standard-form .EditingFormErrorLabel {
    margin: 0 0 1rem;
    color: #bd0102;
    font-weight: 700;
    font-size: 12px;
    font-size: 0.75rem;
    display: block; }
  .standard-form input[type="text"] {
    appearance: none;
    border: 1px solid #98968F;
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    padding: 0 15px;
    border-radius: 0; }
  .standard-form textarea {
    height: 130px; }
  .standard-form .dropDownWrapper .editing-form-control-nested-control {
    position: relative;
    border: 1px solid #98968F; }
    .standard-form .dropDownWrapper .editing-form-control-nested-control.Error {
      border-color: #bd0102;
      margin-bottom: 0px; }
    .standard-form .dropDownWrapper .editing-form-control-nested-control::after {
      content: "\f0d7";
      display: block;
      position: absolute;
      top: 50%;
      right: 11px;
      transform: translate(0, -50%);
      font-family: "FontAwesome";
      pointer-events: none;
      font-size: 22px;
      font-size: 1.375rem; }
    .standard-form .dropDownWrapper .editing-form-control-nested-control select,
    .standard-form .dropDownWrapper .editing-form-control-nested-control select.form-control:not([size]):not([multiple]) {
      width: 100%;
      height: 45px;
      padding: 0 40px 0 15px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background: #fff;
      border: none; }
      .standard-form .dropDownWrapper .editing-form-control-nested-control select::-ms-expand,
      .standard-form .dropDownWrapper .editing-form-control-nested-control select.form-control:not([size]):not([multiple])::-ms-expand {
        display: none; }
  @media (min-width: 768px) {
    .standard-form .form-submit {
      text-align: right; } }

/*# sourceMappingURL=maps/style.css.map */
