﻿@charset "UTF-8";
/*Bootstrap grid only*/
@-ms-viewport {
  width: device-width; }

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

@-ms-viewport {
  width: device-width; }

html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: SourceSansPro, Arial, Sans-Serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #292b2c;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help; }

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; }

a {
  color: #0275d8;
  text-decoration: none; }
  a:focus, a:hover {
    color: #014c8c;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  touch-action: manipulation; }

table {
  border-collapse: collapse;
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #636c72;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  line-height: inherit; }

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

input[type="search"] {
  -webkit-appearance: none; }

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 576px) {
    .container {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 768px) {
    .container {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 992px) {
    .container {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1200px) {
    .container {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 576px) {
    .container {
      width: 540px;
      max-width: 100%; } }
  @media (min-width: 768px) {
    .container {
      width: 720px;
      max-width: 100%; } }
  @media (min-width: 992px) {
    .container {
      width: 960px;
      max-width: 100%; } }
  @media (min-width: 1200px) {
    .container {
      width: 1140px;
      max-width: 100%; } }

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 576px) {
    .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 768px) {
    .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 992px) {
    .container-fluid {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1200px) {
    .container-fluid {
      padding-right: 0;
      padding-left: 0; } }

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0; }
  @media (min-width: 576px) {
    .row {
      margin-right: 0;
      margin-left: 0; } }
  @media (min-width: 768px) {
    .row {
      margin-right: 0;
      margin-left: 0; } }
  @media (min-width: 992px) {
    .row {
      margin-right: 0;
      margin-left: 0; } }
  @media (min-width: 1200px) {
    .row {
      margin-right: 0;
      margin-left: 0; } }

.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-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-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-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-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 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 576px) {
    .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-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-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-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-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 {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 768px) {
    .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-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-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-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-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 {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 992px) {
    .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-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-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-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-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 {
      padding-right: 0;
      padding-left: 0; } }
  @media (min-width: 1200px) {
    .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-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-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-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-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 {
      padding-right: 0;
      padding-left: 0; } }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.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%; }

.pull-0 {
  right: auto; }

.pull-1 {
  right: 8.33333%; }

.pull-2 {
  right: 16.66667%; }

.pull-3 {
  right: 25%; }

.pull-4 {
  right: 33.33333%; }

.pull-5 {
  right: 41.66667%; }

.pull-6 {
  right: 50%; }

.pull-7 {
  right: 58.33333%; }

.pull-8 {
  right: 66.66667%; }

.pull-9 {
  right: 75%; }

.pull-10 {
  right: 83.33333%; }

.pull-11 {
  right: 91.66667%; }

.pull-12 {
  right: 100%; }

.push-0 {
  left: auto; }

.push-1 {
  left: 8.33333%; }

.push-2 {
  left: 16.66667%; }

.push-3 {
  left: 25%; }

.push-4 {
  left: 33.33333%; }

.push-5 {
  left: 41.66667%; }

.push-6 {
  left: 50%; }

.push-7 {
  left: 58.33333%; }

.push-8 {
  left: 66.66667%; }

.push-9 {
  left: 75%; }

.push-10 {
  left: 83.33333%; }

.push-11 {
  left: 91.66667%; }

.push-12 {
  left: 100%; }

.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; }
  .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%; }
  .pull-sm-0 {
    right: auto; }
  .pull-sm-1 {
    right: 8.33333%; }
  .pull-sm-2 {
    right: 16.66667%; }
  .pull-sm-3 {
    right: 25%; }
  .pull-sm-4 {
    right: 33.33333%; }
  .pull-sm-5 {
    right: 41.66667%; }
  .pull-sm-6 {
    right: 50%; }
  .pull-sm-7 {
    right: 58.33333%; }
  .pull-sm-8 {
    right: 66.66667%; }
  .pull-sm-9 {
    right: 75%; }
  .pull-sm-10 {
    right: 83.33333%; }
  .pull-sm-11 {
    right: 91.66667%; }
  .pull-sm-12 {
    right: 100%; }
  .push-sm-0 {
    left: auto; }
  .push-sm-1 {
    left: 8.33333%; }
  .push-sm-2 {
    left: 16.66667%; }
  .push-sm-3 {
    left: 25%; }
  .push-sm-4 {
    left: 33.33333%; }
  .push-sm-5 {
    left: 41.66667%; }
  .push-sm-6 {
    left: 50%; }
  .push-sm-7 {
    left: 58.33333%; }
  .push-sm-8 {
    left: 66.66667%; }
  .push-sm-9 {
    left: 75%; }
  .push-sm-10 {
    left: 83.33333%; }
  .push-sm-11 {
    left: 91.66667%; }
  .push-sm-12 {
    left: 100%; }
  .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; }
  .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%; }
  .pull-md-0 {
    right: auto; }
  .pull-md-1 {
    right: 8.33333%; }
  .pull-md-2 {
    right: 16.66667%; }
  .pull-md-3 {
    right: 25%; }
  .pull-md-4 {
    right: 33.33333%; }
  .pull-md-5 {
    right: 41.66667%; }
  .pull-md-6 {
    right: 50%; }
  .pull-md-7 {
    right: 58.33333%; }
  .pull-md-8 {
    right: 66.66667%; }
  .pull-md-9 {
    right: 75%; }
  .pull-md-10 {
    right: 83.33333%; }
  .pull-md-11 {
    right: 91.66667%; }
  .pull-md-12 {
    right: 100%; }
  .push-md-0 {
    left: auto; }
  .push-md-1 {
    left: 8.33333%; }
  .push-md-2 {
    left: 16.66667%; }
  .push-md-3 {
    left: 25%; }
  .push-md-4 {
    left: 33.33333%; }
  .push-md-5 {
    left: 41.66667%; }
  .push-md-6 {
    left: 50%; }
  .push-md-7 {
    left: 58.33333%; }
  .push-md-8 {
    left: 66.66667%; }
  .push-md-9 {
    left: 75%; }
  .push-md-10 {
    left: 83.33333%; }
  .push-md-11 {
    left: 91.66667%; }
  .push-md-12 {
    left: 100%; }
  .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; }
  .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%; }
  .pull-lg-0 {
    right: auto; }
  .pull-lg-1 {
    right: 8.33333%; }
  .pull-lg-2 {
    right: 16.66667%; }
  .pull-lg-3 {
    right: 25%; }
  .pull-lg-4 {
    right: 33.33333%; }
  .pull-lg-5 {
    right: 41.66667%; }
  .pull-lg-6 {
    right: 50%; }
  .pull-lg-7 {
    right: 58.33333%; }
  .pull-lg-8 {
    right: 66.66667%; }
  .pull-lg-9 {
    right: 75%; }
  .pull-lg-10 {
    right: 83.33333%; }
  .pull-lg-11 {
    right: 91.66667%; }
  .pull-lg-12 {
    right: 100%; }
  .push-lg-0 {
    left: auto; }
  .push-lg-1 {
    left: 8.33333%; }
  .push-lg-2 {
    left: 16.66667%; }
  .push-lg-3 {
    left: 25%; }
  .push-lg-4 {
    left: 33.33333%; }
  .push-lg-5 {
    left: 41.66667%; }
  .push-lg-6 {
    left: 50%; }
  .push-lg-7 {
    left: 58.33333%; }
  .push-lg-8 {
    left: 66.66667%; }
  .push-lg-9 {
    left: 75%; }
  .push-lg-10 {
    left: 83.33333%; }
  .push-lg-11 {
    left: 91.66667%; }
  .push-lg-12 {
    left: 100%; }
  .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; }
  .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%; }
  .pull-xl-0 {
    right: auto; }
  .pull-xl-1 {
    right: 8.33333%; }
  .pull-xl-2 {
    right: 16.66667%; }
  .pull-xl-3 {
    right: 25%; }
  .pull-xl-4 {
    right: 33.33333%; }
  .pull-xl-5 {
    right: 41.66667%; }
  .pull-xl-6 {
    right: 50%; }
  .pull-xl-7 {
    right: 58.33333%; }
  .pull-xl-8 {
    right: 66.66667%; }
  .pull-xl-9 {
    right: 75%; }
  .pull-xl-10 {
    right: 83.33333%; }
  .pull-xl-11 {
    right: 91.66667%; }
  .pull-xl-12 {
    right: 100%; }
  .push-xl-0 {
    left: auto; }
  .push-xl-1 {
    left: 8.33333%; }
  .push-xl-2 {
    left: 16.66667%; }
  .push-xl-3 {
    left: 25%; }
  .push-xl-4 {
    left: 33.33333%; }
  .push-xl-5 {
    left: 41.66667%; }
  .push-xl-6 {
    left: 50%; }
  .push-xl-7 {
    left: 58.33333%; }
  .push-xl-8 {
    left: 66.66667%; }
  .push-xl-9 {
    left: 75%; }
  .push-xl-10 {
    left: 83.33333%; }
  .push-xl-11 {
    left: 91.66667%; }
  .push-xl-12 {
    left: 100%; }
  .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%; } }

.flex-first {
  order: -1; }

.flex-last {
  order: 1; }

.flex-unordered {
  order: 0; }

.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; }

.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-first {
    order: -1; }
  .flex-sm-last {
    order: 1; }
  .flex-sm-unordered {
    order: 0; }
  .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; }
  .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-first {
    order: -1; }
  .flex-md-last {
    order: 1; }
  .flex-md-unordered {
    order: 0; }
  .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; }
  .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-first {
    order: -1; }
  .flex-lg-last {
    order: 1; }
  .flex-lg-unordered {
    order: 0; }
  .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; }
  .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-first {
    order: -1; }
  .flex-xl-last {
    order: 1; }
  .flex-xl-unordered {
    order: 0; }
  .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; }
  .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; } }

.invisible {
  visibility: hidden !important; }

.hidden-xs-up {
  display: none !important; }

@media (max-width: 575px) {
  .hidden-xs-down {
    display: none !important; } }

@media (min-width: 576px) {
  .hidden-sm-up {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-sm-down {
    display: none !important; } }

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important; } }

@media (max-width: 991px) {
  .hidden-md-down {
    display: none !important; } }

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important; } }

@media (max-width: 1199px) {
  .hidden-lg-down {
    display: none !important; } }

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important; } }

.hidden-xl-down {
  display: none !important; }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

.init-hidden-xs-up {
  display: none; }

@media (max-width: 575px) {
  .init-hidden-xs-down {
    display: none; } }

@media (min-width: 576px) {
  .init-hidden-sm-up {
    display: none; } }

@media (max-width: 767px) {
  .init-hidden-sm-down {
    display: none; } }

@media (min-width: 768px) {
  .init-hidden-md-up {
    display: none; } }

@media (max-width: 991px) {
  .init-hidden-md-down {
    display: none; } }

@media (min-width: 992px) {
  .init-hidden-lg-up {
    display: none; } }

@media (max-width: 1199px) {
  .init-hidden-lg-down {
    display: none; } }

@media (min-width: 1200px) {
  .init-hidden-xl-up {
    display: none; } }

.init-hidden-xl-down {
  display: none; }

/*Font Awesome*/
/*!
 *  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; }

/*slick*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/*Site Styles*/
a > img {
  border: 0; }

body {
  margin: 0; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, fieldset, form, label, legend, table, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

/*#18b7e9;*/
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  height: 1px;
  font-size: 1em;
  background: #fff;
  color: #000; }

ol, ul {
  padding-left: 2rem; }

p:last-child {
  margin-bottom: 0; }

#skip-link {
  position: relative;
  z-index: 9999; }

#skip-link a:link, #skip-link a:hover, #skip-link a:visited {
  background-color: #e1e1e1;
  color: #444; }

#loginTimeout {
  display: none;
  padding: 30px;
  font-size: 16px;
  margin-top: -30px;
  top: 50%;
  background-color: #001647; }

#loginTimeout a, #loginTimeout a:visited {
  color: white; }

.browserAlert {
  color: White;
  background-color: #15396c;
  z-index: 5;
  position: relative;
  margin: 0;
  font-family: SourceSansPro, Arial, Sans-Serif;
  padding: 5px;
  font-size: 13px;
  text-align: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0; }

.browserAlert .message {
  width: 985px;
  margin: 0 auto;
  z-index: 3;
  position: relative; }

.browserAlert a {
  color: White;
  text-decoration: underline; }

#dot-header {
  padding: 3px 0;
  background: #001647;
  font-family: Verdana, Tahoma, 'DejaVu Sans', sans-serif;
  position: relative;
  z-index: 3;
  font-size: 11px; }

#dot-header a {
  color: white;
  text-decoration: none; }

#dot-header img {
  vertical-align: -4px; }

#dot-header .mode-ribbon-links {
  list-style-type: none;
  text-align: right;
  float: right;
  font-size: 9.3px;
  margin-bottom: 0;
  margin-top: 2px; }

#dot-header .mode-ribbon-links li {
  display: inline;
  list-style-type: none; }

#dot-header .mode-ribbon-links a {
  padding: 0 7px 0 3px;
  border-right: 1px solid white; }

#dot-header .mode-ribbon-links li:last-child a {
  border-right: none; }

#fmcsa-header {
  color: white;
  background-image: -ms-linear-gradient(top, #64a1d2 17%, #266092 100%);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(17%, #64a1d2), color-stop(100%, #266092));
  background: -webkit-linear-gradient(top, #64a1d2 17%, #266092 100%);
  background: -moz-linear-gradient(top, #64a1d2 17%, #266092 100%);
  background: -o-linear-gradient(top, #64a1d2 17%, #266092 100%);
  background: linear-gradient(top, #64a1d2 17%, #266092 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0,startColorstr='#FF64A1D2',endColorstr='#FF266092');
  background: linear-gradient(to bottom, #64a1d2 17%, #266092 100%); }

#fmcsa-header .row {
  padding: 15px 0px 10px 0; }

#fmcsa-header .usa-search {
  text-align: right; }

#fmcsa-header .usa-search input[type=submit], #fmcsa-header .usa-search input.form-submit {
  filter: none;
  background-color: white !important;
  width: 25px;
  margin-left: -5px;
  background: white url("../Images/Layout/magnifying-glass2.png") 3px no-repeat !important;
  color: transparent;
  vertical-align: bottom;
  height: 26px;
  border: 1px solid #d3d3d3;
  font-size: 0;
  filter: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0;
  border-radius: 0; }

#fmcsa-header .usa-search label {
  display: none; }

#fmcsa-header .usa-search input[type=text] {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #d3d3d3;
  height: 26px;
  width: 180px;
  padding: 0 0 0 5px;
  outline: 0; }

body #usasearch_sayt .ui-widget, body #usasearch_sayt .ui-widget input, body #usasearch_sayt .ui-widget select, body #usasearch_sayt .ui-widget textarea, body #usasearch_sayt .ui-widget button {
  font-family: SourceSansPro, Arial, Sans-Serif;
  font-size: 13px; }

#eld-header {
  background-color: #001647;
  padding: 20px 0; }
  #eld-header .container {
    position: relative; }
  #eld-header h1 {
    text-transform: uppercase;
    color: white;
    line-height: 1;
    padding: 0 0px 0 2px;
    font-size: 1.2rem;
    margin: 0; }
    #eld-header h1 a, #eld-header h1 a:hover, #eld-header h1 a:active, #eld-header h1 a:visited {
      color: white;
      text-decoration: none; }
    #eld-header h1 .logo {
      font-weight: 900;
      font-size: 50px;
      border-right: solid 4px #fcb333;
      height: 40px;
      line-height: 40px;
      padding-right: 5px;
      margin-right: 5px; }
    #eld-header h1 .title {
      line-height: 20px; }
  #eld-header nav {
    color: white;
    font-weight: 600;
    padding-top: 20px;
    font-size: .81rem; }

#main-menu a {
  cursor: pointer; }

article {
  min-height: 400px; }

.main-menu-btn {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  text-indent: 28px;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent; }

/* hamburger icon */
.main-menu-btn-icon, .main-menu-btn-icon:before, .main-menu-btn-icon:after {
  position: absolute;
  top: 50%;
  left: 2px;
  height: 2px;
  width: 24px;
  background: #bbb;
  -webkit-transition: all 0.25s;
  transition: all 0.25s; }

.main-menu-btn-icon:before {
  content: '';
  top: -7px;
  left: 0; }

.main-menu-btn-icon:after {
  content: '';
  top: 7px;
  left: 0; }

/* x icon */
#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon {
  height: 0;
  background: transparent; }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

#main-menu-state:checked ~ .main-menu-btn .main-menu-btn-icon:after {
  top: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

/* hide menu state checkbox (keep it visible to screen readers) */
#main-menu-state {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px); }

/* hide the menu in mobile view */
#main-menu-state:not(:checked) ~ #main-menu {
  display: none; }

#main-menu-state:checked ~ #main-menu {
  display: block; }

.normal {
  font-weight: normal; }

@media (min-width: 992px) {
  /* hide the button in desktop view */
  .main-menu-btn {
    position: absolute;
    top: -99999px; }
  /* always show the menu in desktop view */
  #main-menu-state:not(:checked) ~ #main-menu {
    display: inline-block; }
  #main-nav {
    line-height: 0;
    text-align: left; }
  #main-menu.sm {
    position: static; }
  #eld-header #login-logout {
    position: absolute;
    top: -20px;
    right: 36px;
    border-radius: 0 0 15px 15px;
    background-color: #1f78c0;
    padding: 10px 30px 10px 30px;
    font-size: 1rem;
    border: 0; }
  #eld-header #login-logout a, #eld-header #login-logout a:hover {
    color: white;
    font-weight: bold;
    text-decoration: none;
    padding: 0; }
  /*#eld-header #login-logout a:after {
        content: $fa-var-angle-down;
        font-family: FontAwesome;
        font-size: 120%;
        vertical-align: -2px;
        padding-left: 3px;
    }*/ }

h2 {
  font-size: 2rem;
  line-height: 1;
  color: #001647;
  margin-bottom: 1rem; }

h3 {
  font-size: 1.2rem;
  line-height: 1;
  color: #001647;
  margin-bottom: 1rem; }

h4 {
  font-size: 1.1rem;
  line-height: 1;
  color: #1f78c0;
  text-transform: uppercase;
  margin-bottom: 1rem; }

h5 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 1rem;
  font-weight: bold; }

h6 {
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 1rem;
  font-style: italic;
  font-weight: bold; }

.white-text {
  color: white; }

.white-text a, .white-text a:hover {
  text-decoration: underline;
  color: white; }

.white-text h2, .white-text h3, .white-text h4 {
  color: white; }

.yellow-text {
  color: #fcb333; }
  .yellow-text a, .yellow-text a:hover, .yellow-text h2, .yellow-text h3, .yellow-text h4 {
    color: #fcb333; }

#feedback-container {
  position: fixed;
  right: 10px;
  bottom: 5px;
  background-color: #001647;
  color: white;
  padding: 5px 10px;
  z-index: 200; }

#feedback-container a {
  color: white;
  text-decoration: none; }

#feedback-container a:hover {
  color: white;
  text-decoration: underline; }

footer#fmcsa-footer {
  background: linear-gradient(to bottom, #6e6b65 17%, #6e6159 100%);
  padding: 15px 0 30px 0;
  color: white; }

#fmcsa-footer ul {
  border-left: 2px solid #a39c99;
  list-style: none;
  padding-left: 5px; }

#fmcsa-footer a {
  color: white; }

#fmcsa-footer ul a:hover {
  text-decoration: underline; }

#fmcsa-footer ul li {
  padding-left: 1.4em;
  text-indent: -15px;
  margin: 0 0 10px 0; }

#fmcsa-footer ul li::before {
  content: "";
  font-family: FontAwesome; }

#fmcsa-footer address {
  background-image: url("../images/Layout/FMCSA_Footer_Image.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  height: 380px;
  text-transform: uppercase;
  padding: 0;
  font-size: 15px;
  float: left; }

#fmcsa-footer address p {
  margin-left: 55px;
  margin-bottom: 0; }

#fmcsa-footer address a:hover {
  text-decoration: none; }

#fmcsa-footer .footer_dot_label {
  font-family: 'Trebuchet MS', 'Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', Tahoma, sans-serif;
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 5px; }

#fmcsa-footer .dot-logo {
  position: absolute;
  left: 10px;
  top: 5px; }

#fmcsa-footer .footer_administration_label {
  text-transform: none;
  font-style: italic; }

#fmcsa-footer span.gc-cs-link {
  color: White; }

p {
  margin-bottom: 1rem; }

.gutter {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.gutter:first-child {
  padding-left: 0;
  padding-right: 3rem; }

.gutter:last-child {
  padding-right: 0;
  padding-left: 3rem; }

.gutter-left {
  padding-left: 1.5rem; }

.gutter-right {
  padding-right: 1.5rem; }

.internal-gutter-left {
  padding-left: .75rem; }

.internal-gutter-right {
  padding-right: .75rem; }

.space-before {
  margin-top: 2rem; }

.space-after {
  margin-bottom: 2rem; }

.space-both {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.vertical-gutter {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.vertical-gutter-top {
  padding-top: 1rem; }

.vertical-gutter-bottom {
  padding-bottom: 1rem; }

/*.vertical-gutter > h2, .vertical-gutter .container > h2 {
    margin-bottom: 0;
}*/
.vertical-gutter > p:last-child {
  padding-bottom: 0; }

.stroke-right {
  border-right: solid 1px #dadada; }

.bg-blue {
  background-color: #001647; }

.bg-offset-blue {
  background-color: #1f78c0; }

.bg-gray {
  background-color: #e3e9ef; }

@media (max-width: 991px) {
  .stroke-right {
    border-right: 0; }
  #eld-header h1 {
    margin-left: 20px; }
  #eld-header nav {
    text-align: right; }
  #eld-header {
    padding: 10px 0; }
  .gutter {
    padding-left: 0;
    padding-right: 0; }
  .gutter:first-child {
    padding-left: 0;
    padding-right: 0; }
  .gutter:last-child {
    padding-right: 0;
    padding-left: 0; }
  .gutter-left {
    padding-left: 0; }
  .gutter-right {
    padding-right: 0; }
  .internal-gutter-left {
    padding-left: 0; }
  .internal-gutter-right {
    padding-right: 0; }
  .space-before {
    margin-top: 1rem; }
  .space-after {
    margin-top: 1rem; }
  .space-both {
    margin-top: 1rem;
    margin-bottom: 1rem; }
  .vertical-gutter {
    padding-top: 1rem;
    padding-bottom: 1rem; } }

@media (max-width: 767px) {
  footer#fmcsa-footer {
    padding-bottom: 15px; }
  #fmcsa-footer address {
    background-image: none;
    height: auto; }
  #fmcsa-footer address p {
    margin-left: 20px; }
  #eld-header nav {
    text-align: right; }
  .container {
    padding-left: 10px;
    padding-right: 10px; } }

.nowrap {
  white-space: nowrap; }

.nowrap * {
  display: inline; }

.hidden {
  display: none; }

.dataTables_wrapper .dataTables_filter {
  color: white;
  font-weight: bold;
  padding: 10px 8px;
  background-color: #001647;
  float: none;
  text-align: left; }
  .dataTables_wrapper .dataTables_filter [type=search] {
    -webkit-appearance: inherit; }

.dataTables_scrollHead {
  background-color: #001647; }

.new-note {
  color: #1f78c0; }

#dt-types {
  padding: 20px 0;
  background-color: #e3e9ef;
  text-align: center; }
  #dt-types .circle {
    padding: 10px;
    display: inline-block;
    background-color: #b5c5d6;
    margin-bottom: 1rem;
    width: 150px;
    margin-left: auto;
    margin-right: auto; }
  #dt-types .container > p {
    max-width: 750px;
    margin: 1rem auto; }
  #dt-types .container > .row {
    margin-top: 50px;
    margin-bottom: 40px; }
    #dt-types .container > .row > .col-md-6 {
      padding: 0 50px 10px 50px; }
      #dt-types .container > .row > .col-md-6:first-child {
        border-right: solid 1px #dadada; }
      #dt-types .container > .row > .col-md-6 h3 {
        border-top: solid 15px #001647;
        padding-top: 10px;
        margin: 0 0 2rem 0;
        text-align: left; }
        #dt-types .container > .row > .col-md-6 h3 .option {
          font-weight: normal;
          border-bottom: solid 1px #dadada;
          padding-bottom: 10px; }
      #dt-types .container > .row > .col-md-6 .row .dt-item:nth-child(1) {
        padding-right: 25px; }
      #dt-types .container > .row > .col-md-6 .row .dt-item:nth-child(2) {
        padding-left: 25px; }
      #dt-types .container > .row > .col-md-6 .row .dt-item h4 {
        text-align: center;
        margin: 1rem 0;
        color: #001647;
        text-transform: none; }
      #dt-types .container > .row > .col-md-6 .row .dt-item p {
        text-align: left; }

.info-blocks img {
  display: block;
  margin: 0 auto;
  z-index: 101;
  position: relative;
  background-color: #001647;
  width: 125px;
  margin-bottom: 1rem; }

.info-blocks h3 {
  color: #001647;
  margin-top: 10px; }

.info-blocks .info-item {
  padding: 0 50px;
  border-right: solid 1px #dadada;
  margin-bottom: 40px;
  margin-top: 30px;
  position: relative;
  padding-bottom: 50px; }
  .info-blocks .info-item:last-child {
    border-right: 0; }
  .info-blocks .info-item .blue-button {
    position: absolute;
    bottom: 0; }

aside.quick-links {
  position: absolute;
  top: 40px;
  right: 0px;
  z-index: 102;
  width: 285px;
  background-color: rgba(0, 22, 71, 0.8);
  font-size: 1rem;
  color: white;
  padding-bottom: 1rem; }
  aside.quick-links h3 {
    background-color: #e3e9ef;
    padding: 5px 10px;
    margin-top: 0; }
  aside.quick-links p {
    padding: 0 1rem; }
  aside.quick-links a {
    color: white; }
    aside.quick-links a:hover {
      color: white; }
  aside.quick-links a {
    color: white; }
    aside.quick-links a:hover {
      color: white; }
  aside.quick-links ul {
    list-style: none;
    padding-left: 50px; }
    aside.quick-links ul li {
      margin-bottom: 5px;
      position: relative; }
      aside.quick-links ul li::before {
        content: "";
        font-family: FontAwesome;
        font-weight: normal;
        font-size: .8rem;
        border-radius: 50%;
        width: 1.3rem;
        height: 1.3rem;
        display: inline-block;
        border: solid 1px #fcb333;
        color: #fcb333;
        text-align: center;
        margin-right: 5px;
        position: absolute;
        left: -30px;
        top: 4px;
        vertical-align: middle; }

.hero-head {
  background-size: cover;
  background-position: center center;
  min-height: 370px;
  padding: 1rem 0 2.5rem 0; }
  .hero-head .home-text {
    max-width: 715px;
    padding: 0 1rem; }
    .hero-head .home-text h3 {
      text-transform: uppercase;
      color: #fcb333;
      margin: 0 0 5px 0;
      font-size: 2rem; }
    .hero-head .home-text h2 {
      font-family: Meriweather;
      font-weight: normal;
      font-size: 3rem;
      line-height: 1;
      margin: 0;
      letter-spacing: 1px;
      color: white; }
    .hero-head .home-text p {
      color: white;
      font-size: 1.5rem;
      margin: 1rem 0; }
      .hero-head .home-text p a {
        color: white;
        text-decoration: underline; }

.align-center {
  text-align: center; }

.yellow-text, h2.yellow-text {
  color: #fcb333; }

.yellow-highlight {
  color: #fcb333;
  text-transform: uppercase; }

.offset-blue-border-bottom {
  border-bottom: solid 4px #1f78c0;
  margin-bottom: .2rem; }

.italic {
  font-style: italic; }

.field-validation-error {
  color: #ce4844; }

.highlight {
  background-color: yellow; }

table.dataTable.no-footer {
  border-bottom: 0; }

.headerImage {
  vertical-align: middle;
  width: 18px;
  height: auto; }
  .headerImage.email-image {
    width: 25px; }

/*styled input type=checkbox

[type=checkbox],
[type=radio] {
    position: absolute;
    left: -999em;
}

.lt-ie9 [type=checkbox], .lt-ie9
[type=radio] {
    border: 0;
    float: left;
    margin: 0.4em 0.4em 0 0;
    position: static;
    width: auto;
}

[type=checkbox] + label,
[type=radio] + label {
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 0.65rem;
}*/
/*
[type=checkbox] + label::after,
[type=radio] + label::after {
    background: #ffffff;
    content: '\a0';
    display: inline-block;
    text-indent: 0.15rem;
    vertical-align: middle\0;
}

[type=checkbox] + label::after{
    border-radius: 2px;
    box-shadow: 0 0 0 1px $grs-dark-gray;
    height: 2rem;
   
    margin-left: 1px;
    margin-right: 0.6rem;
    width: 2rem;
}

.small[type=checkbox] + label::after {
    line-height: 1rem;
    width: 1rem;
    height: 1rem;
}

[type=radio] + label::after {
    border-radius: 100%;
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px $grs-dark-gray;
    height: 1.4rem;
    line-height: 1.4rem;
    margin-left: 3px;
    margin-right: 0.75rem;
    width: 1.4rem;
}

[type=checkbox]:checked + label::after,
[type=radio]:checked + label::after {
    background-color: $grs-offset-blue;
    box-shadow: 0 0 0 1px $grs-offset-blue;
}

[type=radio]:checked + label::after {
    box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px $grs-offset-blue;
}

[type=checkbox]:checked + label::after,
[type=checkbox]:checked:disabled + label::after {
    // content: fa-content($fa-var-check);
    //color: white;
    // font-family: FontAwesome;
    //font-size: 1.5rem;
    //text-align: center;
    //line-height: 2rem;
    // vertical-align: middle;
    background-image: url(../Images/FAQ/correct.png);
    background-image: url(../Images/FAQ/correct.svg);
    background-position: 50%;
    background-repeat: no-repeat;
}

.small[type=checkbox]:checked + label::after,
.small[type=checkbox]:checked:disabled + label::after {
    font-size: .7rem;
    line-height: 1rem;
}

[type=radio]:focus + label::after {
    outline: 2px dotted $grs-medium-gray;
    outline-offset: 6px;
}

[type=checkbox]:disabled + label {
    color: #d6d7d9;
}

[type=checkbox]:focus + label::after {
    outline: 2px dotted $grs-medium-gray;
    outline-offset: 3px;
}

[type=checkbox]:disabled + label::after,
[type=radio]:disabled + label::after {
    background: #f1f1f1;
    box-shadow: 0 0 0 1px $grs-medium-gray;
    cursor: not-allowed}
    */
#home-head {
  background-image: url(../Images/heros/eld_home.jpg);
  padding-bottom: 100px; }
  #home-head h2 {
    padding-top: 30px; }
  #home-head .home-text p {
    font-size: 1.2rem; }

#home-stakeholders img {
  margin-top: -120px;
  border: solid 12px white;
  width: 200px; }

#home-working-together {
  background-color: #001647; }

#home-working-together .row {
  padding: 20px 0; }

#home-working-together .col-sm-4 {
  padding: 0 50px; }

#home-working-together .col-sm-4 h2 {
  line-height: 1;
  margin-bottom: 20px;
  color: white;
  text-transform: none; }

#home-working-together .col-sm-4 h2 .prep {
  display: block;
  font-style: italic;
  font-weight: normal;
  line-height: 1.5; }

#home-working-together .col-sm-8 {
  padding: 0 50px; }

#home-working-together .col-sm-8 h3 {
  margin-top: 41px; }

#home-working-together .col-sm-8 h3:first-child {
  margin-top: 20px; }

#home-web-erods {
  padding: 20px 0;
  background-color: #e3e9ef;
  font-size: 1rem; }
  #home-web-erods .container {
    padding: 0 50px; }
  #home-web-erods h2, #home-web-erods p {
    margin: 0; }

#home-info-graphic .container {
  padding: 0 50px; }

#home-coming-soon {
  background-color: #e3e9ef;
  background-image: url("../images/home/coming_coon_bkg.png");
  background-size: cover;
  background-position: center center; }

#home-coming-soon .container {
  height: 600px;
  position: relative; }

#home-coming-soon .container .coming-soon {
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 102;
  width: 45%;
  background-color: rgba(51, 51, 51, 0.8);
  font-size: 1rem;
  padding: 30px;
  border-radius: 8px; }

#home-coming-soon h2 {
  text-transform: none; }

.info-blocks.support-section {
  background-color: #e3e9ef; }

@media (max-width: 991px) {
  .info-blocks .info-item {
    padding: 0 15px 50px 15px; }
  #home-coming-soon .container .coming-soon {
    width: 60%; }
  #home-rotator .rotate-next {
    right: 0; }
  #home-rotator .rotate-prev {
    left: 0; }
  #home-rotator .rotator-text {
    width: 50%;
    left: 60px;
    top: 0; }
  #home-rotator .slick-dots {
    display: none !important; } }

@media (max-width: 767px) {
  .info-blocks img {
    margin-top: 0; }
  #home-rotator .container {
    width: 100%;
    height: 200px;
    overflow: hidden;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .main-menu-btn {
    margin-right: 20px; }
  #home-rotator .rotate-arrow {
    display: none !important; }
  #home-rotator .rotator-text {
    width: 80%;
    left: 10%; }
  #home-rotator .rotator-text p {
    display: none; }
  #home-rotator .rotator-text h2 {
    font-size: 1.5rem;
    text-transform: none; }
  #home-rotator .container:before {
    background: none; }
  #home-rotator .container:after {
    background: none; }
  .info-blocks h3.color-top:before {
    width: auto; }
  .info-blocks .info-item:not(:last-child) {
    border-right: 0;
    border-bottom: solid 1px #dadada;
    padding: 0;
    margin: 0 20px;
    padding-bottom: 20px; }
  .info-blocks .info-item .blue-button {
    position: static; }
  #home-types {
    padding-bottom: 0; }
  #home-types .dt-item {
    text-align: left;
    margin-bottom: 20px; }
  #home-types .dt-item:after {
    content: '';
    clear: left; }
  #home-types .dt-item .circle {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
    width: 75px;
    padding: 10px; }
  #home-types .dt-item .circle img {
    width: 55px; }
  #home-types .container > .row {
    margin-bottom: 0; }
  #home-types .container > .row > .col-md-6:first-child {
    border: 0; }
  #home-types .container > .row > .col-md-6 > .row > .dt-item:nth-child(1), #home-types .container > .row > .col-md-6 > .row > .dt-item:nth-child(2) {
    padding: 0; }
  #home-types .container > .row > .col-md-6 {
    padding: 10px 20px; }
  #home-file-validator .col-md-7 {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px; }
  #home-coming-soon {
    background: linear-gradient(rgba(51, 51, 51, 0.8), rgba(51, 51, 51, 0.8)), url("../images/home/coming_coon_bkg.png"); }
  #home-coming-soon .container .coming-soon {
    position: static;
    width: auto;
    border-radius: 0;
    padding: 20px;
    background: none; }
  #home-coming-soon .container {
    height: auto; } }

.headerLinks {
  font-size: small;
  color: white;
  vertical-align: middle;
  padding-left: 5px; }
  .headerLinks:hover, .headerLinks:focus {
    color: white; }

#support-head {
  background-image: url(../Images/Support/slider_three.jpg);
  padding-bottom: 100px;
  min-height: 400px; }
  #support-head.hero-head {
    background-size: cover;
    background-position: center center;
    min-height: 370px;
    padding: 1rem 0 2.5rem 0; }
    #support-head.hero-head .home-text {
      max-width: 715px;
      padding: 0 1rem; }
      #support-head.hero-head .home-text.supporthome-text.leftside {
        display: inline-block;
        width: 100%;
        vertical-align: top; }
        @media (min-width: 992px) {
          #support-head.hero-head .home-text.supporthome-text.leftside {
            width: 65%; } }
      #support-head.hero-head .home-text.supporthome-text.rightside {
        display: inline-block;
        width: 30%;
        vertical-align: top;
        float: right; }
        #support-head.hero-head .home-text.supporthome-text.rightside .quick-links h2 {
          font-family: SourceSansPro, Arial, Sans-Serif;
          font-size: 20px;
          color: black;
          padding: 5px;
          padding-left: 10px;
          background-color: white;
          font-weight: bold; }
      #support-head.hero-head .home-text p {
        font-size: 1.2rem; }
      #support-head.hero-head .home-text h1 {
        text-transform: uppercase;
        color: #fcb333;
        margin: 0 0 5px 0;
        font-size: 2rem; }
      #support-head.hero-head .home-text h2 {
        font-size: 2.5rem;
        color: white; }
      #support-head.hero-head .home-text p {
        color: white;
        font-size: 1.5rem;
        margin: 1rem 0; }
      #support-head.hero-head .home-text p a {
        color: white;
        text-decoration: underline; }
      #support-head.hero-head .home-text .blue-button {
        background-color: rgba(0, 22, 71, 0.8); }

.malfunction {
  background-color: #e3e9ef; }
  .malfunction .leftside h3 {
    color: #1f78c0 !important;
    margin-bottom: 0 !important; }
  .malfunction .rightside {
    padding: 1em;
    color: white; }
    .malfunction .rightside h3 {
      color: white;
      padding-left: 30px; }
    .malfunction .rightside ul {
      margin: 0; }
      .malfunction .rightside ul li {
        list-style: none;
        padding: .5em 0; }
        .malfunction .rightside ul li:before {
          font-family: FontAwesome;
          content: "";
          margin-left: -30px;
          margin-right: 10px;
          display: inline-block;
          font-size: 14px;
          padding: 0 .1em;
          color: #1f78c0;
          background-color: white; }
  .malfunction .width-for-ie {
    width: 100%; }

.newscontainer h1 {
  margin: 0 0 5px 0;
  font-size: 2rem;
  width: auto;
  display: inline-block; }
  .newscontainer h1.color-top:before {
    content: '';
    display: block;
    max-width: 100% !important;
    height: 15px;
    margin: 5px 0;
    background-color: #001647; }

.newscontainer .news-header-left {
  font-size: 1.25rem; }

.newscontainer .news-column-wrapper {
  display: block; }
  @media (min-width: 768px) {
    .newscontainer .news-column-wrapper {
      display: flex; } }
  .newscontainer .news-column-wrapper .news-column-leftside {
    padding: 1em;
    padding-left: 0;
    flex: 2; }
    .newscontainer .news-column-wrapper .news-column-leftside .newstopline {
      display: flex;
      border-top: solid thin black;
      line-height: 20px; }
      .newscontainer .news-column-wrapper .news-column-leftside .newstopline .newsleftcol {
        flex: 1;
        vertical-align: top;
        text-align: center;
        margin: 1em; }
        .newscontainer .news-column-wrapper .news-column-leftside .newstopline .newsleftcol .newscalendarformat .newscalendartop {
          background-color: #1f78c0;
          color: white;
          padding-top: 10px;
          padding-bottom: 10px; }
          .newscontainer .news-column-wrapper .news-column-leftside .newstopline .newsleftcol .newscalendarformat .newscalendartop .day {
            font-size: 2rem;
            font-weight: bold;
            line-height: 1.1; }
          .newscontainer .news-column-wrapper .news-column-leftside .newstopline .newsleftcol .newscalendarformat .newscalendartop .month {
            font-size: 1.5rem; }
        .newscontainer .news-column-wrapper .news-column-leftside .newstopline .newsleftcol .newscalendarformat .newscalendarbottom {
          background-color: #001647;
          color: white;
          padding-top: 10px;
          padding-bottom: 10px;
          font-size: 1.5rem; }
        .newscontainer .news-column-wrapper .news-column-leftside .newstopline .newsleftcol .newscalendarformat .newsrightcolverbiage {
          font-size: 24px;
          text-align: left; }
      .newscontainer .news-column-wrapper .news-column-leftside .newstopline .newsrightcol {
        flex: 3;
        border-left: thin black solid;
        padding: 1em; }
        .newscontainer .news-column-wrapper .news-column-leftside .newstopline .newsrightcol h2 {
          font-size: 1.75rem;
          color: #1f78c0; }
          .newscontainer .news-column-wrapper .news-column-leftside .newstopline .newsrightcol h2 .supportlistopen {
            font-size: 1rem;
            color: #D88435; }
        .newscontainer .news-column-wrapper .news-column-leftside .newstopline .newsrightcol p {
          font-weight: bold;
          font-size: 1.25rem; }
        .newscontainer .news-column-wrapper .news-column-leftside .newstopline .newsrightcol input[type='button'] {
          padding: 1em 5em;
          margin: 1em 0; }
    .newscontainer .news-column-wrapper .news-column-leftside .button-right {
      text-align: right; }
      .newscontainer .news-column-wrapper .news-column-leftside .button-right input {
        border: 0;
        cursor: pointer;
        color: #1f78c0;
        font-weight: bold;
        font-size: 1.5rem;
        width: 8em; }
  .newscontainer .news-column-wrapper .news-column-rightside {
    background-color: #e3e9ef;
    flex: 1.25; }
    .newscontainer .news-column-wrapper .news-column-rightside .inner-wrapper-rightside {
      background-color: white;
      border-top: 20px solid #1f78c0;
      margin: 3.5em 1em 1em;
      padding: 1em; }
      .newscontainer .news-column-wrapper .news-column-rightside .inner-wrapper-rightside .header-bar-image {
        text-align: center;
        margin-top: -60px; }
        .newscontainer .news-column-wrapper .news-column-rightside .inner-wrapper-rightside .header-bar-image img {
          width: 70px;
          height: auto; }
      .newscontainer .news-column-wrapper .news-column-rightside .inner-wrapper-rightside h2 {
        font-size: 1.5rem;
        color: #001647; }
        .newscontainer .news-column-wrapper .news-column-rightside .inner-wrapper-rightside h2 span {
          display: block; }
      .newscontainer .news-column-wrapper .news-column-rightside .inner-wrapper-rightside.bottom {
        background-color: transparent;
        border-top: 1px solid black;
        margin: 3em 1em; }
        .newscontainer .news-column-wrapper .news-column-rightside .inner-wrapper-rightside.bottom .image {
          background-color: #e3e9ef;
          margin: -35px auto 1em;
          width: 60px;
          text-align: center; }
        .newscontainer .news-column-wrapper .news-column-rightside .inner-wrapper-rightside.bottom .newsrightcolverbiage {
          font-size: 24px;
          text-align: left; }
        .newscontainer .news-column-wrapper .news-column-rightside .inner-wrapper-rightside.bottom .newssignaturebackground {
          color: #D88435;
          text-align: right;
          font-size: 20px;
          font-weight: bold; }

.eldhide {
  display: none; }

.circleLink {
  display: inline-block;
  padding-left: 1.8rem;
  position: relative; }

.circleLink::before {
  content: "";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: .8rem;
  border-radius: 50%;
  width: 1.3rem;
  height: 1.3rem;
  display: inline-block;
  border: solid 1px #fcb333;
  color: #fcb333;
  text-align: center;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 2px;
  vertical-align: middle;
  text-decoration: underline; }

.circleLink:before,
.circleLink:hover:before {
  text-decoration: none; }

ul.circle-bullets {
  list-style: none; }
  ul.circle-bullets > li {
    padding: 5px 0;
    position: relative; }
    ul.circle-bullets > li::before {
      content: "";
      font-family: FontAwesome;
      font-weight: normal;
      font-size: .8rem;
      border-radius: 50%;
      width: 1.3rem;
      height: 1.3rem;
      display: inline-block;
      border: solid 1px #fcb333;
      color: #fcb333;
      text-align: center;
      margin-right: 5px;
      position: absolute;
      left: -30px;
      top: 4px;
      vertical-align: middle; }

ul.square-bullets {
  list-style: none; }
  ul.square-bullets > li {
    padding: 10px 0;
    position: relative; }
    ul.square-bullets > li::before {
      content: '';
      border-radius: 1px;
      width: 15px;
      height: 15px;
      display: inline-block;
      background-color: #fcb333;
      margin-right: 5px;
      position: absolute;
      left: -20px;
      top: 11px;
      border-radius: 3px; }
    ul.square-bullets > li h5 {
      margin-bottom: 3px;
      font-size: 1rem; }

.blue-button, .blue-button:hover, .blue-button:active, .blue-button:focus {
  background-color: #001647;
  color: white;
  display: inline-block;
  border-radius: 6px;
  font-size: 1rem;
  padding: 8px 35px;
  text-decoration: none !important; }

input.blue-button {
  border: 0;
  vertical-align: 1px; }

.offset-blue-button, .offset-blue-button:hover {
  background-color: #1f78c0;
  color: white;
  display: inline-block;
  border-radius: 6px;
  font-size: 1rem;
  padding: 8px 35px;
  text-decoration: none !important; }

.outline-button {
  border: solid 1px white;
  color: white;
  display: inline-block;
  border-radius: 6px;
  font-size: 1rem;
  padding: 8px 35px;
  text-decoration: none !important; }

.outline-button:hover {
  border: solid 1px #1f78c0;
  color: white;
  display: inline-block;
  border-radius: 6px;
  font-size: 1rem;
  padding: 8px 35px;
  text-decoration: none !important;
  background-color: #1f78c0; }

.yellow-button, .yellow-button:hover {
  background-color: #fcb333;
  color: white;
  display: inline-block;
  border-radius: 6px;
  font-size: 1rem;
  padding: 8px 35px;
  text-decoration: none !important;
  font-weight: 600; }

input[type=button].blue, input[type=submit].blue, button.blue {
  background-color: #001647;
  color: white;
  display: inline-block;
  border-radius: 5px;
  padding: 3px 10px;
  border: 0;
  font-weight: 600;
  vertical-align: 0;
  height: 30px; }

.fileContainer {
  overflow: hidden;
  position: relative;
  font-weight: 600;
  border-radius: 5px;
  padding: 3px 14px;
  border: solid 1px #b5c5d6;
  display: inline-block;
  vertical-align: -11px;
  height: 30px; }

.fileContainer .file-info {
  font-weight: normal;
  display: inline-block;
  margin-left: 60px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: -5px;
  white-space: nowrap; }

.fileContainer [type=file] {
  cursor: inherit;
  display: block;
  /*font-size: 999px;*/
  filter: alpha(opacity=0);
  min-height: 100%;
  min-width: 100%;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  bottom: 0;
  left: 0; }

.circle {
  border-radius: 50%; }

ul.yellow-square-list, ul.yellow-download-list, ul.blue-download-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 20px; }

ul.yellow-square-list li, ul.yellow-download-list li, ul.blue-download-list li {
  padding-left: 1.2em;
  text-indent: -15px;
  margin: 10px 0; }

ul.yellow-square-list li::before {
  content: "";
  text-decoration: none;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 5px;
  color: #fcb333;
  font-family: FontAwesome;
  text-align: right; }

ul.yellow-download-list li::before {
  content: "";
  text-decoration: none;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 5px;
  color: #fcb333;
  font-family: FontAwesome;
  text-align: right; }

ul.blue-download-list li::before {
  content: "";
  text-decoration: underline;
  display: inline-block;
  height: 10px;
  width: 10px;
  margin-right: 5px;
  color: #1f78c0;
  font-family: FontAwesome;
  text-align: right; }

ul.yellow-square-list li.download::before {
  content: ""; }

.color-top:before {
  content: '';
  display: block;
  max-width: 170px;
  height: 15px;
  margin-bottom: 5px; }

.blue-top:before {
  background-color: #001647; }

.yellow-top:before {
  background-color: #fcb333; }

.offset-blue-top:before {
  background-color: #1f78c0; }

.stroke-after:after {
  content: '';
  display: block;
  max-width: 70px;
  height: 0;
  border-top: solid 1px #dadada;
  margin-top: 5px;
  margin-bottom: 10px; }

.slick-list {
  overflow: visible; }

/*
    .expand-group {
        margin-bottom: 1rem;
    }

    .expand-group .expand-head {
        padding: 1rem;
        background-color: $grs-light-gray;
        cursor: pointer;
    }

    .expand-group .expand-head:before {
        content: $fa-var-plus;
        font-family: FontAwesome;
        float: right;
        font-size: 2rem;
        display: block;
        margin-top: -15px;
    }

    .expand-group .expand-head h5 {
        margin: 0;
    }

    .expand-group .expand-head h5 a:hover, .expand-group .expand-head h5 a {
        text-decoration: none;
        color: $body-color;
    }

    .expand-group.expanded .expand-head, .expand-group:hover .expand-head {
        background-color: $grs-blue;
        color: white;
        transition: all .4s ease-in;
    }

    .expand-group.expanded .expand-head:before {
        content: $fa-var-minus;
    }

    .expand-group.expanded .expand-head h5 a:hover, .expand-group.expanded .expand-head h5 a, .expand-group:hover .expand-head h5 a:hover, .expand-group:hover .expand-head h5 a {
        color: white;
        transition: all .2s ease-in;
    }

    .expand-body {
        display: none;
        padding: 1rem;
    }

    .expand-body > :last-child {
        margin-bottom: 0;
    }
        */
.color-white-line-top {
  border-top: solid 1px white;
  padding-top: 10px;
  position: relative;
  margin-top: 20px; }

.color-white-line-top:before {
  position: absolute;
  content: '';
  min-width: 130px;
  height: 12px;
  top: -12px;
  display: block; }

.color-black-line-top {
  border-top: solid 1px #333;
  padding-top: 10px;
  position: relative;
  margin-top: 20px; }

.color-black-line-top:before {
  position: absolute;
  content: '';
  min-width: 130px;
  height: 12px;
  top: -12px;
  display: block; }

.yellow-top:before {
  background-color: #fcb333; }

.blue-top:before {
  background-color: #001647; }

.gray-top:before {
  background-color: #b5c5d6; }

.offset-blue-top:before {
  background-color: #1f78c0; }

.news-item {
  margin-bottom: 1rem; }
  .news-item h5 {
    color: #1f78c0;
    font-weight: bold;
    margin: 0; }
  .news-item p {
    margin: 0; }
    .news-item p.date {
      margin-bottom: 2px;
      font-weight: bold; }

.dark-gray-background {
  background-color: #919191; }

.blue-background, .offset-blue-background, .dark-gray-background {
  color: white; }
  .blue-background p, .blue-background h1, .blue-background h2, .blue-background h3, .blue-background h4, .blue-background h5, .blue-background h6, .offset-blue-background p, .offset-blue-background h1, .offset-blue-background h2, .offset-blue-background h3, .offset-blue-background h4, .offset-blue-background h5, .offset-blue-background h6, .dark-gray-background p, .dark-gray-background h1, .dark-gray-background h2, .dark-gray-background h3, .dark-gray-background h4, .dark-gray-background h5, .dark-gray-background h6 {
    color: white; }
  .blue-background a, .blue-background a:visited, .blue-background a:hover, .blue-background a:active, .offset-blue-background a, .offset-blue-background a:visited, .offset-blue-background a:hover, .offset-blue-background a:active, .dark-gray-background a, .dark-gray-background a:visited, .dark-gray-background a:hover, .dark-gray-background a:active {
    color: white;
    text-decoration: underline; }
  .blue-background .offset-blue-border-bottom, .blue-background .border-bottom, .offset-blue-background .offset-blue-border-bottom, .offset-blue-background .border-bottom, .dark-gray-background .offset-blue-border-bottom, .dark-gray-background .border-bottom {
    border-bottom-color: white; }

.sm-simple {
  /*border: 1px solid #bbbbbb;
  background: white;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/
  background-color: #001647; }

.sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
  padding: 13px 20px;
  /* make room for the toggle button (sub indicator) */
  color: white;
  padding-right: 58px;
  text-decoration: none; }

.sm-simple a span.sub-arrow {
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: auto;
  right: 4px;
  width: 34px;
  height: 34px;
  overflow: hidden;
  font: bold 14px/34px monospace !important;
  text-align: center;
  text-shadow: none; }

/*.sm-simple a.highlighted span.sub-arrow:before {
    display: block;
    content: '-';
}*/
.sm-simple > li:first-child {
  border-top: 0; }

.sm-simple ul {
  background-color: #001647; }

.sm-simple > li > ul {
  padding-bottom: 5px; }

.sm-simple ul a, .sm-simple ul a:hover, .sm-simple ul a:focus, .sm-simple ul a:active {
  /*font-size: 14px;
  border-left: 8px solid transparent;*/
  padding-left: 8px; }

.sm-simple ul ul a,
.sm-simple ul ul a:hover,
.sm-simple ul ul a:focus,
.sm-simple ul ul a:active {
  /*border-left: 16px solid transparent;*/
  padding-left: 16px; }

.sm-simple ul ul ul a,
.sm-simple ul ul ul a:hover,
.sm-simple ul ul ul a:focus,
.sm-simple ul ul ul a:active {
  /*border-left: 24px solid transparent;*/
  padding-left: 24px; }

.sm-simple ul ul ul ul a,
.sm-simple ul ul ul ul a:hover,
.sm-simple ul ul ul ul a:focus,
.sm-simple ul ul ul ul a:active {
  /*border-left: 32px solid transparent;*/
  padding-left: 32px; }

.sm-simple ul ul ul ul ul a,
.sm-simple ul ul ul ul ul a:hover,
.sm-simple ul ul ul ul ul a:focus,
.sm-simple ul ul ul ul ul a:active {
  /*border-left: 40px solid transparent;*/
  padding-left: 40px; }

.sm-simple a span.sub-arrow:before {
  content: "";
  font-family: FontAwesome;
  color: white; }

.sm-simple a span.sub-arrow {
  color: transparent; }

@media (min-width: 992px) {
  /* Switch to desktop layout
  -----------------------------------------------
     These transform the menu tree from
     collapsible to desktop (navbar + dropdowns)
  -----------------------------------------------*/
  /* start... (it's not recommended editing these rules) */
  .sm-simple {
    margin-left: 40px; }
  .sm-simple ul {
    position: absolute;
    width: 12em;
    z-index: 200; }
  .sm-simple li {
    float: left; }
  .sm-simple.sm-rtl li {
    float: right; }
  .sm-simple ul li, .sm-simple.sm-rtl ul li, .sm-simple.sm-vertical li {
    float: none; }
  .sm-simple a {
    white-space: nowrap; }
  .sm-simple ul a, .sm-simple.sm-vertical a {
    white-space: normal; }
  .sm-simple .sm-nowrap > li > a, .sm-simple .sm-nowrap > li > :not(ul) a {
    white-space: nowrap; }
  /* ...end */
  .sm-simple {
    /*background: white;*/ }
  .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    padding: 0 20px 0 0;
    /*color: #555555;*/ }
  .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active, .sm-simple a.highlighted {
    /*background: #eeeeee;*/ }
  .sm-simple a.current {
    /*background: #555555;
    color: white;*/ }
  .sm-simple a.disabled {
    /*background: white;
    color: #cccccc;*/ }
  .sm-simple a.has-submenu {
    padding-right: 32px; }
  .sm-simple a span.sub-arrow {
    top: 50%;
    margin-top: -8px;
    right: 20px;
    width: 8px;
    height: 16px;
    font: 14px/16px monospace !important;
    background: transparent; }
  /*.sm-simple a.highlighted span.sub-arrow:before {
        display: none;
    }*/
  .sm-simple > li {
    border-top: 0;
    /*border-left: 1px solid #eeeeee;*/ }
  .sm-simple > li:first-child {
    border-left: 0; }
  .sm-simple ul {
    /*border: 1px solid #bbbbbb;
    background: white;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);*/ }
  .sm-simple ul a {
    border: 0 !important; }
  .sm-simple ul a.has-submenu {
    padding-right: 20px; }
  .sm-simple ul a span.sub-arrow {
    right: auto;
    margin-left: -12px; }
  .sm-simple ul > li {
    border-left: 0;
    /*border-top: 1px solid #eeeeee;*/ }
  .sm-simple ul > li:first-child {
    border-top: 0; }
  .sm-simple span.scroll-up,
  .sm-simple span.scroll-down {
    position: absolute;
    display: none;
    visibility: hidden;
    overflow: hidden;
    background: white;
    height: 20px; }
  .sm-simple span.scroll-up-arrow, .sm-simple span.scroll-down-arrow {
    position: absolute;
    top: -2px;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 8px;
    border-style: dashed dashed solid dashed; }
  .sm-simple span.scroll-down-arrow {
    top: 6px;
    border-style: solid dashed dashed dashed; }
  .sm-simple.sm-rtl a.has-submenu {
    padding-right: 20px;
    padding-left: 32px; }
  .sm-simple.sm-rtl a span.sub-arrow {
    right: auto;
    left: 20px; }
  .sm-simple.sm-rtl.sm-vertical a.has-submenu {
    padding: 11px 20px; }
  .sm-simple.sm-rtl.sm-vertical a span.sub-arrow {
    right: 20px;
    margin-right: -12px; }
  .sm-simple.sm-rtl > li:first-child {
    /*border-left: 1px solid #eeeeee;*/ }
  .sm-simple.sm-rtl > li:last-child {
    border-left: 0; }
  .sm-simple.sm-rtl ul a.has-submenu {
    padding: 11px 20px; }
  .sm-simple.sm-rtl ul a span.sub-arrow {
    right: 20px;
    margin-right: -12px; }
  .sm-simple.sm-vertical a span.sub-arrow {
    right: auto;
    margin-left: -12px; }
  .sm-simple.sm-vertical li {
    border-left: 0;
    /*border-top: 1px solid #eeeeee;*/ }
  .sm-simple.sm-vertical > li:first-child {
    border-top: 0; } }

@media (max-width: 1199px) {
  .sm, .sm ul, .sm li {
    text-align: right; }
  .sm-simple a, .sm-simple a:hover, .sm-simple a:focus, .sm-simple a:active {
    padding: 0 32px 0 0; } }

#register-company h3 {
  padding-top: 10px; }

#fv-header ol {
  padding-left: 1rem; }

.error-type {
  display: inline-block;
  padding: 2px 5px;
  border-radius: 6px;
  color: white; }

.error-type-error {
  background-color: #ce4844; }

.error-type-warning {
  background-color: #fcb333; }

.error-type-information {
  background-color: #919191; }

#file-validator-results {
  margin: 2rem 0; }

.error-summary {
  list-style: none;
  padding-left: 0; }

.error-detail-body:not(:last-child) {
  margin-bottom: 1rem; }

#file-validator-results h6 {
  margin-bottom: .5rem; }

.error-summary > li {
  margin-bottom: .5rem;
  font-weight: 600; }

.error-summary > li:before {
  font-family: FontAwesome;
  font-size: 1rem;
  line-height: 1; }

.error-summary > li.error-summary-error:before {
  content: "";
  color: #ce4844; }

.error-summary > li.error-summary-warning:before {
  content: "";
  color: #fcb333; }

.error-summary > li.error-summary-information:before {
  content: "";
  color: #919191; }

.error-summary > li > ul {
  list-style: none;
  padding: 0;
  display: inline;
  font-weight: normal; }

.error-summary > li > ul > li {
  display: inline-block; }

.error-summary > li > ul > li:after {
  content: ','; }

.error-summary > li > ul > li:last-child:after {
  content: ''; }

@media (max-width: 991px) {
  #register-company h3 {
    padding-top: 0;
    margin-bottom: 1rem; } }

h2.blue-top {
  margin-top: 0;
  margin-bottom: 1rem; }
  h2.blue-top:before {
    content: '';
    display: block;
    max-width: 270px;
    height: 15px;
    margin-bottom: 5px;
    background-color: #001647; }

h2.yellow-bottom {
  margin-top: 0;
  margin-bottom: 1rem; }
  h2.yellow-bottom:before {
    content: '';
    display: block;
    max-width: 270px;
    height: 2px;
    margin-bottom: 5px;
    background-color: #fcb333; }

/*portal*/
article#content-body > article.container {
  padding-top: 2rem;
  padding-bottom: 2rem; }
  article#content-body > article.container h2 {
    margin-top: 0;
    margin-bottom: 1rem; }
    article#content-body > article.container h2:before {
      content: '';
      display: block;
      max-width: 270px;
      height: 15px;
      margin-bottom: 5px;
      background-color: #001647; }
  article#content-body > article.container .field-validation-error {
    color: #ce4844;
    display: block; }
  article#content-body > article.container .submitted .field-validation-error {
    display: inline; }

#portal-menu {
  padding-right: 1rem; }

#portal-menu ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  #portal-menu ul > li {
    font-size: 1rem;
    font-weight: bold; }
    #portal-menu ul > li ul * {
      font-size: 1rem;
      font-weight: normal; }
  #portal-menu ul ul ul {
    padding-left: 1rem; }

#portal-menu > ul > li > ul > li {
  border-bottom: solid 1px #dadada; }

#portal-menu > ul > li > ul > li:last-child {
  border-bottom: 0; }

.form-horizontal {
  margin: 1rem 0; }
  .form-horizontal label {
    font-weight: bold;
    display: block;
    text-align: right;
    padding-right: 1rem; }
    .form-horizontal label:after {
      content: ':'; }
    .form-horizontal label.no-colon:after {
      content: ''; }
  .form-horizontal .description {
    color: #919191;
    display: block;
    padding-right: .5rem; }
  .form-horizontal .form-group {
    padding: .3rem 0; }
    .form-horizontal .form-group .input, .form-horizontal .form-group .submitted {
      padding-bottom: .3rem; }
      .form-horizontal .form-group .input input[type=button], .form-horizontal .form-group .submitted input[type=button] {
        margin-right: .5rem; }
    .form-horizontal .form-group input[type=submit] {
      margin-right: .5rem; }
  .form-horizontal input[type=text], .form-horizontal input[type=password], .form-horizontal input[type=email], .form-horizontal input[type=tel], .form-horizontal input[type=url] {
    width: 80%; }
  .form-horizontal textarea {
    height: 5rem;
    width: 90%; }

@media (max-width: 991px) {
  .form-horizontal input[type=text], .form-horizontal input[type=password], .form-horizontal input[type=email], .form-horizontal input[type=tel], .form-horizontal input[type=url] {
    width: 100%; }
  .form-horizontal textarea {
    height: 6rem;
    width: 100%; } }

@media (max-width: 767px) {
  .form-horizontal label {
    text-align: left;
    padding-right: 0; } }

.dataTables_scrollHeadInner .table {
  table-layout: fixed; }

.table {
  width: 100%; }
  .table thead th {
    background-color: #001647;
    color: white;
    text-align: center;
    vertical-align: middle;
    padding: 8px; }
  .table tbody td {
    border: solid 1px #e3e9ef;
    margin: 0;
    vertical-align: top;
    padding: 8px; }
  .table .blue-button {
    font-size: 1rem;
    padding: 5px 15px;
    margin-bottom: 3px; }
  .table form:last-child .blue-button {
    margin-bottom: 0; }

/*.table thead th {
    white-space: nowrap;
}*/
.dataTables_scrollHeadInner thead th.sorting_asc:after, .dataTables_scrollHeadInner thead th.search.sorting_asc .title:after {
  font-family: FontAwesome;
  content: "";
  margin-left: 5px;
  display: inline-block;
  font-size: 10px;
  margin-right: -10px; }

.dataTables_scrollHeadInner thead th.sorting_desc:after, .dataTables_scrollHeadInner thead th.search.sorting_desc .title:after {
  font-family: FontAwesome;
  content: "";
  margin-left: 5px;
  display: inline-block;
  font-size: 10px;
  margin-right: -10px; }

.dataTables_scrollHeadInner thead th.search:after {
  content: none; }

.dataTables_scrollHeadInner thead th.search .title {
  display: block;
  white-space: nowrap; }

.dataTables_scrollHeadInner thead th.search input, .dataTables_scrollHeadInner thead th.search select {
  display: block;
  margin: 5px auto 0 auto; }

.dtr-title input, .dtr-title select {
  display: none; }

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: top; }

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  color: inherit;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  box-sizing: inherit;
  font-family: FontAwesome;
  font-size: 1rem;
  top: 8px;
  left: 8px;
  line-height: inherit;
  content: "";
  background-color: transparent;
  color: #001647; }

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before, table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  background-color: transparent;
  content: ""; }

.portal-steps .frame {
  padding: 10px;
  display: block;
  background-color: #b5c5d6;
  margin-bottom: 1rem;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
  color: white;
  font-size: 4rem;
  line-height: 130px; }

.portal-steps .step {
  text-align: center; }

.portal-steps .step a, .portal-steps .step a:hover, .portal-steps .step a:link, .portal-steps .step a:active {
  color: #333;
  text-decoration: none;
  font-size: 1.1rem; }

#ErrorDetail {
  font-size: 110%;
  background-color: #ffffcc;
  padding: 1em;
  width: 100%; }

.st-type, .st-param-type {
  color: #00008B; }

.st-param-name {
  color: #666; }

.st-method {
  color: #008B8B;
  font-weight: bolder; }

.st-file, .st-line {
  color: #8B008B; }

@media screen {
  #ErrorDetail {
    overflow: scroll; } }

.eld-ps {
  font-style: italic; }

.develop-and-test .intro {
  font-weight: bold;
  font-size: .9rem;
  color: #001647;
  margin-bottom: .5rem; }

#provider-head {
  background-image: url(../Images/Home/rotate_2.png); }

#file-validator-link {
  background-color: #001647;
  padding: 1rem 0;
  color: white; }
  #file-validator-link h3 {
    color: white;
    margin: 0; }
  #file-validator-link p {
    margin: 0 0 .5rem 0; }

#faq-section {
  padding: 1rem 0; }
  #faq-section p.faq-intro {
    max-width: 700px;
    margin: 0 auto 1rem auto; }

.indent-intro {
  max-width: 700px;
  margin: 0 auto 1rem auto; }

#steps {
  padding: 0;
  list-style: none;
  margin: 1rem 0; }
  #steps > li {
    height: 150px;
    width: 12px;
    padding: 0;
    margin: 0 auto;
    position: relative; }
    #steps > li .circle {
      border-radius: 50%;
      width: 100px;
      height: 100px;
      position: absolute;
      top: 50%;
      margin-top: -50px;
      color: white;
      text-align: center;
      text-transform: uppercase;
      transition: all .2s ease-in;
      transition-delay: .1s;
      display: block;
      text-decoration: none; }
      #steps > li .circle img {
        opacity: 0;
        transition: all .1s ease-in;
        width: 90px; }
      #steps > li .circle .step-number {
        margin-top: 22px;
        font-size: .8rem;
        font-weight: bold;
        line-height: 1; }
      #steps > li .circle .step-name {
        margin-top: 5px;
        font-weight: 600;
        font-size: 1.1rem;
        line-height: 1; }
      #steps > li .circle.active {
        width: 180px;
        height: 180px;
        margin-top: -90px;
        transition: all .2s ease-in;
        text-decoration: none; }
        #steps > li .circle.active img {
          opacity: 1;
          transition: all .1s ease-in;
          transition-delay: .2s; }
    #steps > li#step1 {
      background-color: #001647; }
      #steps > li#step1:before {
        border-right: 16px solid #001647; }
      #steps > li#step1 .circle {
        background-color: #001647; }
    #steps > li#step2 {
      background-color: #1f78c0; }
      #steps > li#step2:before {
        border-left: 16px solid #1f78c0; }
      #steps > li#step2 .circle {
        background-color: #1f78c0; }
    #steps > li#step3 {
      background-color: #56c5d0; }
      #steps > li#step3:before {
        border-right: 16px solid #56c5d0; }
      #steps > li#step3 .circle {
        background-color: #56c5d0; }
    #steps > li#step4 {
      background-color: #fcb333; }
      #steps > li#step4:before {
        border-left: 16px solid #fcb333; }
      #steps > li#step4 .circle {
        background-color: #fcb333; }
    #steps > li:before {
      content: '';
      border-top: 16px solid transparent;
      border-bottom: 16px solid transparent;
      position: absolute;
      top: 50%;
      margin-top: -16px; }
    #steps > li:nth-child(odd):before {
      left: -16px; }
    #steps > li:nth-child(odd) .circle {
      left: -116px; }
      #steps > li:nth-child(odd) .circle.active {
        left: -196px; }
    #steps > li:nth-child(even):before {
      right: -16px; }
    #steps > li:nth-child(even) .circle {
      right: -116px; }
      #steps > li:nth-child(even) .circle.active {
        right: -196px; }

#step-content {
  font-size: 1.1rem; }
  #step-content .circle {
    width: 95px;
    background-color: #b5c5d6;
    margin: 0 auto 1rem auto;
    padding: 10px; }
    #step-content .circle img {
      width: 100%; }
  #step-content .step {
    margin-bottom: 1rem;
    display: none; }
  #step-content .active {
    display: block; }
  #step-content .plus:before {
    content: "";
    font-family: FontAwesome;
    font-size: 30px;
    text-align: center;
    line-height: 120px;
    width: 100%;
    display: block; }
  #step-content #step3-content h5 {
    text-align: center; }
  #step-content h3 {
    color: #1f78c0;
    text-transform: uppercase;
    border-top: solid 8px #001647;
    padding-top: 5px;
    margin-bottom: 5px; }
  #step-content h4 {
    color: #333;
    text-transform: uppercase;
    margin-bottom: 5px;
    font-size: 1rem; }

#login-page h2 {
  border-bottom: solid 1px #919191; }
  #login-page h2:after {
    display: block;
    content: '';
    height: 8px;
    width: 100px;
    background-color: #1f78c0;
    margin-top: 10px; }

#login-page .login-box {
  border: solid 1px #b5c5d6;
  border-radius: 8px;
  background-color: white;
  height: 100%; }
  #login-page .login-box h4 {
    background-color: #1f78c0;
    color: white;
    padding: 20px;
    text-transform: none; }
  #login-page .login-box .login-body {
    padding: 1rem; }

#login-page .login-warning {
  background-color: white;
  padding: 20px;
  border: solid 1px #b5c5d6; }
  #login-page .login-warning h3 {
    color: #ce4844; }

#login-page .field-validation-error {
  display: block;
  color: #ce4844; }

#erods-stakeholders .bucket {
  border: solid 1px #e3e9ef;
  border-radius: 0 0 8px 8px;
  height: 100%;
  position: relative; }
  #erods-stakeholders .bucket .bucket-body {
    padding: 1rem;
    height: 100%;
    padding-bottom: 50px; }
    #erods-stakeholders .bucket .bucket-body .yellow-button {
      position: absolute;
      bottom: 1rem;
      background-color: #fcb333;
      color: #001647;
      text-align: center;
      width: 300px;
      left: 50%;
      display: block;
      margin-left: -150px; }

#extension label {
  text-align: right;
  padding-right: 10px; }

#extension h3 {
  margin: 1rem 0; }

#extension input[type=text], #extension select, #extension input[type=number], #extension input[type=datetime], #extension input[type=date], #extension input[type=email], #extension input[type=tel] {
  width: 100%;
  height: 27px;
  margin-bottom: .5rem; }

#extension textarea {
  width: 100%;
  margin-bottom: .5rem; }

#extension textarea {
  min-height: 200px; }

#extension .eld-list {
  list-style: none;
  padding: 0;
  margin: 0; }
  #extension .eld-list textarea {
    min-height: 75px; }
  #extension .eld-list li {
    margin-bottom: .5rem; }
    #extension .eld-list li .eld-edit-buttons {
      margin-top: -5px; }
      #extension .eld-list li .eld-edit-buttons a[href="#add"] {
        display: none; }
    #extension .eld-list li:last-child a[href="#add"] {
      display: inline-block; }

#eld-search {
  border: solid 1px #e3e9ef;
  padding: 1rem; }
  #eld-search input[type=text], #eld-search select, #eld-search input[type=number], #eld-search input[type=datetime], #eld-search input[type=date] {
    display: block;
    width: 100%;
    height: 27px; }
  #eld-search .col-md-3, #eld-search .col-md-9 {
    padding: 0 .5rem .5rem .5rem; }

@media (max-width: 767px) {
  #extension label {
    text-align: left;
    padding-right: 0; } }

#industry-head {
  background-image: url(../Images/heros/motorcarrier.jpg); }

#enforcement-head {
  background-image: url(../Images/heros/enforcement.jpg); }

#provider-head {
  background-image: url(../Images/heros/provider.jpg); }

#about-head {
  background-image: url(../Images/heros/about.jpg); }

#FAQ-head {
  background-image: url(../Images/heros/eldfaqhome.jpg); }

#advanced-search::after {
  font-family: FontAwesome;
  content: "";
  font-size: 200%;
  vertical-align: middle;
  margin-left: 1rem; }

.blue-head-box, .dark-blue-head-box, .offset-blue-head-box, .gray-head-box {
  margin: 1rem 0;
  position: relative;
  background-color: white; }

.blue-head-box.disabled, .dark-blue-head-box.disabled, .offset-blue-head-box.disabled, .gray-head-box.disabled {
  user-select: none; }

.blue-head-box.disabled:after, .dark-blue-head-box.disabled:after, .offset-blue-head-box.disabled:after, .gray-head-box.disabled:after {
  content: 'Not Available';
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  padding-top: 200px;
  font-weight: bold;
  font-size: 3rem;
  color: black;
  user-select: text; }

.blue-head-box > h2, .blue-head-box > h3, .blue-head-box > h4, .blue-head-box > h5, .dark-blue-head-box > h2, .dark-blue-head-box > h3, .dark-blue-head-box > h4, .dark-blue-head-box > h5, .offset-blue-head-box > h2, .offset-blue-head-box > h3, .offset-blue-head-box > h4, .offset-blue-head-box > h5, .gray-head-box > h2, .gray-head-box > h3, .gray-head-box > h4, .gray-head-box > h5 {
  margin: 0;
  padding: 1rem 1.5rem;
  color: white;
  text-transform: uppercase;
  background-color: #001647; }

.blue-head-box > h2 .head-link, .blue-head-box > h3 .head-link, .blue-head-box > h4 .head-link, .blue-head-box > h5 .head-link, .dark-blue-head-box > h2 .head-link, .dark-blue-head-box > h3 .head-link, .dark-blue-head-box > h4 .head-link, .dark-blue-head-box > h5 .head-link, .offset-blue-head-box > h2 .head-link, .offset-blue-head-box > h3 .head-link, .offset-blue-head-box > h4 .head-link, .offset-blue-head-box > h5 .head-link, .gray-head-box > h2 .head-link, .gray-head-box > h3 .head-link, .gray-head-box > h4 .head-link, .gray-head-box > h5 .head-link {
  float: right;
  font-size: .8rem;
  text-decoration: underline;
  color: white;
  font-weight: normal;
  margin-top: 10px;
  text-transform: none;
  font-family: "Open Sans", Arial, sans-serif; }

.blue-head-box > h2 .blue-button, .blue-head-box > h3 .blue-button, .blue-head-box > h4 .blue-button, .blue-head-box > h5 .blue-button, .dark-blue-head-box > h2 .blue-button, .dark-blue-head-box > h3 .blue-button, .dark-blue-head-box > h4 .blue-button, .dark-blue-head-box > h5 .blue-button, .offset-blue-head-box > h2 .blue-button, .offset-blue-head-box > h3 .blue-button, .offset-blue-head-box > h4 .blue-button, .offset-blue-head-box > h5 .blue-button, .gray-head-box > h2 .blue-button, .gray-head-box > h3 .blue-button, .gray-head-box > h4 .blue-button, .gray-head-box > h5 .blue-button {
  /*float: right;*/
  font-weight: normal;
  border: solid 1px #001647;
  text-transform: none;
  margin-top: -4px;
  margin-left: 10px;
  font-family: "Open Sans", Arial, sans-serif; }

.blue-head-box > h2 .blue-button:hover, .blue-head-box > h3 .blue-button:hover, .blue-head-box > h4 .blue-button:hover, .blue-head-box > h5 .blue-button:hover, .dark-blue-head-box > h2 .blue-button:hover, .dark-blue-head-box > h3 .blue-button:hover, .dark-blue-head-box > h4 .blue-button:hover, .dark-blue-head-box > h5 .blue-button:hover, .offset-blue-head-box > h2 .blue-button:hover, .offset-blue-head-box > h3 .blue-button:hover, .offset-blue-head-box > h4 .blue-button:hover, .offset-blue-head-box > h5 .blue-button:hover, .gray-head-box > h2 .blue-button:hover, .gray-head-box > h3 .blue-button:hover, .gray-head-box > h4 .blue-button:hover, .gray-head-box > h5 .blue-button:hover {
  border: solid 1px #fff;
  background-color: transparent;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s; }

.blue-head-box > h2 .sub-head, .blue-head-box > h3 .sub-head, .blue-head-box > h4 .sub-head, .blue-head-box > h5 .sub-head, .dark-blue-head-box > h2 .sub-head, .dark-blue-head-box > h3 .sub-head, .dark-blue-head-box > h4 .sub-head, .dark-blue-head-box > h5 .sub-head, .offset-blue-head-box > h2 .sub-head, .offset-blue-head-box > h3 .sub-head, .offset-blue-head-box > h4 .sub-head, .offset-blue-head-box > h5 .sub-head, .gray-head-box > h2 .sub-head, .gray-head-box > h3 .sub-head, .gray-head-box > h4 .sub-head, .gray-head-box > h5 .sub-head {
  display: block;
  font-size: 75%; }

.blue-head-box > h2 .time-frame, .blue-head-box > h3 .time-frame, .blue-head-box > h4 .time-frame, .blue-head-box > h5 .time-frame, .dark-blue-head-box > h2 .time-frame, .dark-blue-head-box > h3 .time-frame, .dark-blue-head-box > h4 .time-frame, .dark-blue-head-box > h5 .time-frame, .offset-blue-head-box > h2 .time-frame, .offset-blue-head-box > h3 .time-frame, .offset-blue-head-box > h4 .time-frame, .offset-blue-head-box > h5 .time-frame, .gray-head-box > h2 .time-frame, .gray-head-box > h3 .time-frame, .gray-head-box > h4 .time-frame, .gray-head-box > h5 .time-frame {
  /*float: right;*/
  font-size: .8rem;
  font-family: "Open Sans", Arial, sans-serif;
  text-transform: none; }

.blue-head-box > h2 .time-frame select, .blue-head-box > h3 .time-frame select, .blue-head-box > h4 .time-frame select, .blue-head-box > h5 .time-frame select, .dark-blue-head-box > h2 .time-frame select, .dark-blue-head-box > h3 .time-frame select, .dark-blue-head-box > h4 .time-frame select, .dark-blue-head-box > h5 .time-frame select, .offset-blue-head-box > h2 .time-frame select, .offset-blue-head-box > h3 .time-frame select, .offset-blue-head-box > h4 .time-frame select, .offset-blue-head-box > h5 .time-frame select, .gray-head-box > h2 .time-frame select, .gray-head-box > h3 .time-frame select, .gray-head-box > h4 .time-frame select, .gray-head-box > h5 .time-frame select {
  margin-left: 8px;
  padding: 4px 8px; }

.blue-head-box.center-head > h2, .blue-head-box.center-head > h3, .blue-head-box.center-head > h4, .blue-head-box.center-head > h5, .dark-blue-head-box.center-head > h2, .dark-blue-head-box.center-head > h3, .dark-blue-head-box.center-head > h4, .dark-blue-head-box.center-head > h5, .offset-blue-head-box.center-head > h2, .offset-blue-head-box.center-head > h3, .offset-blue-head-box.center-head > h4, .offset-blue-head-box.center-head > h5, .gray-head-box.center-head > h2, .gray-head-box.center-head > h3, .gray-head-box.center-head > h4, .gray-head-box.center-head > h5 {
  text-align: center;
  text-transform: uppercase; }

.blue-head-box .border-body, .dark-blue-head-box .border-body, .offset-blue-head-box .border-body, .gray-head-box .border-body {
  border-left: solid 1px #ced7e0;
  border-bottom: solid 1px #ced7e0;
  border-right: solid 1px #ced7e0; }

.blue-head-box .pad-body, .dark-blue-head-box .pad-body, .offset-blue-head-box .pad-body, .gray-head-box .pad-body {
  padding: 1rem; }

.blue-head-box .pad-body > :first-child, .dark-blue-head-box .pad-body > :first-child, .offset-blue-head-box .pad-body > :first-child, .gray-head-box .pad-body > :first-child {
  margin-top: 0; }

.blue-head-box .pad-body > :last-child, .dark-blue-head-box .pad-body > :last-child, .offset-blue-head-box .pad-body > :last-child, .gray-head-box .pad-body > :last-child {
  margin-bottom: 0; }

.blue-head-box .legal, .dark-blue-head-box .legal, .offset-blue-head-box .legal, .gray-head-box .legal {
  font-size: .7rem; }

.blue-head-box .inset-box, .dark-blue-head-box .inset-box, .offset-blue-head-box .inset-box, .gray-head-box .inset-box {
  background-color: #ebf3fa;
  padding: 1rem; }

.blue-head-box .double-pad-body, .dark-blue-head-box .double-pad-body, .offset-blue-head-box .double-pad-body, .gray-head-box .double-pad-body {
  padding: 1.5rem 2rem; }

.blue-head-box .double-pad-body > :first-child, .dark-blue-head-box .double-pad-body > :first-child, .offset-blue-head-box .double-pad-body > :first-child, .gray-head-box .double-pad-body > :first-child {
  margin-top: 0; }

.blue-head-box .double-pad-body > :last-child, .dark-blue-head-box .double-pad-body > :last-child, .offset-blue-head-box .double-pad-body > :last-child, .gray-head-box .double-pad-body > :last-child {
  margin-bottom: 0; }

.blue-head-box .double-pad-body .inset-box, .dark-blue-head-box .double-pad-body .inset-box, .offset-blue-head-box .double-pad-body .inset-box, .gray-head-box .double-pad-body .inset-box {
  margin-left: -1rem;
  margin-right: -1rem; }

.blue-head-box .bottom-p, .dark-blue-head-box .bottom-p, .offset-blue-head-box .bottom-p, .gray-head-box .bottom-p {
  border-top: solid 2px #005C99;
  padding-top: .5rem; }

.dark-blue-head-box > h2, .dark-blue-head-box > h3, .dark-blue-head-box > h4, .dark-blue-head-box > h5 {
  background-color: #001647; }

.gray-head-box h2, .gray-head-box h3, .gray-head-box h4, .gray-head-box h5 {
  background-color: #ced7e0;
  color: #333; }

.icon svg .fill-color {
  fill: white; }

.icon svg .reverse-fill-color {
  fill: #001647; }

.icon svg .stroke-color {
  stroke: white;
  fill: none; }

#listfilterValidation .validation-summary-valid,
#listfilterValidation .field-validation-valid {
  display: none; }

#listfilterValidation .validation-summary-errors,
#listfilterValidation .validation-summary-errors-custom {
  border: 1px solid #f00;
  font-size: 14px;
  font-weight: bold;
  padding: 2px 5px;
  margin-bottom: 1.5em; }

#listfilterValidation .validation-summary-errors ul,
#listfilterValidation .validation-summary-errors-custom ul {
  font-size: 11px;
  line-height: 1.6;
  margin: 0 0 0 10px; }

#listfilterValidation .field-validation-error {
  color: #f00;
  display: inline;
  font-weight: bold;
  margin: 0 5px;
  padding: 0; }

.FAQs {
  background-color: #dce5ee;
  padding-bottom: 1em; }
  .FAQs .container.forFAQs {
    display: block; }
    @media (min-width: 768px) {
      .FAQs .container.forFAQs {
        display: flex; } }
    .FAQs .container.forFAQs .home-text {
      flex: 0 0 100%; }
      @media (min-width: 768px) {
        .FAQs .container.forFAQs .home-text {
          flex: 0 0 70%; } }
      @media (min-width: 992px) {
        .FAQs .container.forFAQs .home-text {
          flex: 3; } }
      .FAQs .container.forFAQs .home-text p {
        font-size: 1.25rem; }
      .FAQs .container.forFAQs .home-text h2 {
        font-size: 2rem; }
        .FAQs .container.forFAQs .home-text h2 span {
          display: block;
          text-transform: uppercase;
          color: #fcb333;
          margin: 0 0 5px 0;
          font-family: SourceSansPro, Arial, Sans-Serif;
          font-weight: bold; }
    .FAQs .container.forFAQs .quick-links {
      flex: 0 0 30%;
      padding: 1rem;
      position: static;
      background-color: transparent;
      width: auto;
      font-size: 1rem;
      color: white; }
      @media (min-width: 768px) {
        .FAQs .container.forFAQs .quick-links {
          padding: 0 3em;
          padding-bottom: 1rem; } }
      .FAQs .container.forFAQs .quick-links div {
        padding-bottom: 1em;
        background-color: rgba(0, 22, 71, 0.8); }
    .FAQs .container.forFAQs ul li::before {
      content: "";
      font-family: FontAwesome;
      font-weight: normal;
      font-size: 1.2rem;
      border-radius: 0;
      width: 1.3rem;
      height: 1.3rem;
      display: inline-block;
      border: solid 0;
      color: #fcb333;
      text-align: center;
      margin-right: 5px;
      position: absolute;
      left: -30px;
      top: 0;
      vertical-align: middle; }
    @media (min-width: 992px) {
      .FAQs .container.forFAQs {
        flex: 1; } }

.FAQTopicSettings {
  width: 80px;
  height: 80px; }

.search-bar {
  color: white;
  /* .input-search-text {
        margin-top: 10px;
       
    }*/ }
  .search-bar p {
    font-weight: bold; }
  .search-bar a {
    color: white;
    text-decoration: underline; }
    .search-bar a:hover, .search-bar a:focus {
      color: white; }
  .search-bar .text-search {
    display: inline-block;
    vertical-align: top;
    width: 3.5em;
    padding-top: .5em; }
  .search-bar .input-search {
    display: flex;
    padding: 1em;
    background: #001647; }
    .search-bar .input-search input[type='text'] {
      margin: 0;
      padding: 8px;
      flex: 0 0 90%;
      border: 0; }
    .search-bar .input-search input[type='button'].faqsearchbutton {
      flex: 0 0 8%;
      color: white;
      /*border-top-right-radius: .5em;
                    border-bottom-right-radius: .5em;*/
      margin: 0;
      width: 38px;
      height: 38px;
      border: 1px solid #1f78c0;
      background: #1f78c0 url("../Images/FAQ/search-solid-white.svg") no-repeat !important;
      background-size: 22px 22px !important;
      background-position: center !important; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .search-bar .input-search input[type='button'].faqsearchbutton {
          /* IE10+ CSS styles go here  width: 36px;
                height: 36px;*/ } }
      @supports (-ms-accelerator: true) {
        .search-bar .input-search input[type='button'].faqsearchbutton {
          /* IE Edge 12+ CSS styles go here width: 36px;
                height: 36px; */ } }

#home-body.FAQ {
  padding-top: 0 !important;
  min-height: 500px;
  /* .expand-group .expand-head h5 {
            margin: 0;
        }

        .expand-group .expand-head h5 a:hover, .expand-group .expand-head h5 a {
            text-decoration: none;
            color: $body-color;
        }*/
  /*.expand-group.expanded .expand-head h5 a:hover, .expand-group.expanded .expand-head h5 a, .expand-group:hover .expand-head h5 a:hover, .expand-group:hover .expand-head h5 a {
            color: white;
            transition: all .2s ease-in;
        }*/ }
  #home-body.FAQ .expand-group {
    margin-bottom: 1rem; }
    #home-body.FAQ .expand-group .expand-head {
      display: block;
      background-color: #001647;
      padding: 1rem;
      cursor: pointer; }
      #home-body.FAQ .expand-group .expand-head a {
        color: white; }
      #home-body.FAQ .expand-group .expand-head:before {
        content: "";
        font-family: FontAwesome;
        float: right;
        font-size: 2rem;
        display: block;
        margin-top: -10px;
        color: white; }
      #home-body.FAQ .expand-group .expand-head h2 a.expand-parenthead {
        font-size: small;
        width: 100%;
        display: block;
        text-decoration: none; }
      #home-body.FAQ .expand-group .expand-head.results h3 {
        margin: 0;
        line-height: 1.3;
        padding-right: 2em; }
      #home-body.FAQ .expand-group .expand-head .expand-head:before, #home-body.FAQ .expand-group .expand-head .expand-parenthead:before {
        padding-top: .3em !important; }
      #home-body.FAQ .expand-group .expand-head .expand-head.results:before {
        padding-top: 0 !important; }
  #home-body.FAQ .expand-group.expanded .expand-head, #home-body.FAQ .expand-group:hover .expand-head {
    background-color: #1f78c0;
    color: white;
    transition: all .4s ease-in; }
    #home-body.FAQ .expand-group.expanded .expand-head a, #home-body.FAQ .expand-group:hover .expand-head a {
      color: white; }
  #home-body.FAQ .expand-group.expanded .expand-head:before {
    content: ""; }
  #home-body.FAQ .expand-body {
    display: none;
    padding: 1rem;
    background-color: white; }
  #home-body.FAQ .expand-body > :last-child {
    margin-bottom: 0; }
  #home-body.FAQ .FAQ-outer-wrapper {
    display: block; }
    @media (min-width: 992px) {
      #home-body.FAQ .FAQ-outer-wrapper {
        display: flex;
        justify-content: space-between; }
        #home-body.FAQ .FAQ-outer-wrapper.right-side {
          justify-content: flex-end; } }
    #home-body.FAQ .FAQ-outer-wrapper .expand-collapse {
      vertical-align: middle; }
      @media (min-width: 992px) {
        #home-body.FAQ .FAQ-outer-wrapper .expand-collapse {
          margin: auto 1em; } }
  @media all and (min-width: 992px) and (-ms-high-contrast: none), (min-width: 992px) and (-ms-high-contrast: active) {
    #home-body.FAQ .FAQ-outer-wrapper .expand-collapse {
      margin-top: 2em; } }
      #home-body.FAQ .FAQ-outer-wrapper .expand-collapse a {
        color: black;
        font-size: small;
        padding: 0 1em;
        text-decoration: underline; }
    #home-body.FAQ .FAQ-outer-wrapper .expand-group.list {
      background-color: orange;
      position: relative;
      display: inline-block;
      margin: 1em;
      margin-left: 0; }
      #home-body.FAQ .FAQ-outer-wrapper .expand-group.list .expand-head {
        background: white url("../Images/FAQ/user-type.svg") no-repeat;
        background-size: 55px 30px;
        background-position: 5px;
        color: black;
        width: 20%;
        min-width: 200px;
        border: 1px solid #919191;
        border-radius: 2px;
        padding: 1em;
        padding-left: 5em;
        font-size: .875rem;
        text-align: left; }
        #home-body.FAQ .FAQ-outer-wrapper .expand-group.list .expand-head:before {
          content: ' '; }
        #home-body.FAQ .FAQ-outer-wrapper .expand-group.list .expand-head:hover {
          background: #1f78c0 url("../Images/FAQ/user-type-expand.svg") no-repeat;
          background-size: 55px 30px;
          background-position: 5px;
          color: white;
          border: 1px solid #1f78c0; }
        #home-body.FAQ .FAQ-outer-wrapper .expand-group.list .expand-head.topic {
          background: white url("../Images/FAQ/topic.svg") no-repeat;
          background-size: 55px 30px;
          background-position: 5px; }
          #home-body.FAQ .FAQ-outer-wrapper .expand-group.list .expand-head.topic:hover {
            background: #1f78c0 url("../Images/FAQ/topic-expand.svg") no-repeat !important;
            color: white !important;
            border: 1px solid #1f78c0 !important;
            background-size: 55px 30px !important;
            background-position: 5px !important; }
      #home-body.FAQ .FAQ-outer-wrapper .expand-group.list.expanded .expand-head {
        background: #1f78c0 url("../Images/FAQ/user-type-expand.svg") no-repeat;
        background-size: 55px 30px;
        background-position: 5px;
        color: white;
        border: 1px solid #1f78c0; }
        #home-body.FAQ .FAQ-outer-wrapper .expand-group.list.expanded .expand-head.topic {
          background: #1f78c0 url("../Images/FAQ/topic-expand.svg") no-repeat;
          background-size: 55px 30px;
          background-position: 5px; }
    #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body {
      z-index: 10;
      position: absolute;
      top: 3.2em;
      left: 0;
      box-shadow: 2px 7px 15px 2px rgba(0, 0, 0, 0.3);
      border: 1px solid #919191;
      white-space: nowrap; }
      #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body .filter-title {
        padding-bottom: .5em;
        font-weight: bold;
        width: 70%;
        display: inline-block; }
      #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body .faqcheckboxcloseimg {
        display: inline-block;
        width: 25%;
        text-align: right; }
        #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body .faqcheckboxcloseimg:hover {
          cursor: pointer; }
        #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body .faqcheckboxcloseimg:after {
          content: "\f00d";
          font-family: FontAwesome; }
      #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body .row {
        padding: 0 .5em !important; }
        #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body .row input[type="button"] {
          background-color: transparent;
          border: 0;
          cursor: pointer; }
          #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body .row input[type="button"]:hover {
            color: #1f78c0; }
      #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body ul {
        padding-left: 0; }
        #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body ul li {
          list-style: none;
          margin-bottom: .5em; }
          #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body ul li [type=checkbox],
          #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body ul li [type=radio] {
            position: absolute;
            left: -999em; }
          #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body ul li [type=checkbox] + label,
          #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body ul li [type=radio] + label {
            cursor: pointer;
            font-weight: 400;
            margin-bottom: 0.65rem; }
          #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body ul li [type=checkbox] + label::before,
          #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body ul li [type=radio] + label::before {
            background: #ffffff;
            content: '\a0';
            display: inline-block;
            text-indent: 0.15rem;
            vertical-align: middle\0; }
          #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body ul li [type=checkbox] + label::before {
            border-radius: 2px;
            box-shadow: 0 0 0 1px #919191;
            height: 2rem;
            margin-left: 1px;
            margin-right: 0.6rem;
            width: 2rem; }
          #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body ul li .small[type=checkbox] + label::before {
            line-height: 1rem;
            width: 1rem;
            height: 1rem; }
          #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body ul li [type=radio] + label::before {
            border-radius: 100%;
            box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px #919191;
            height: 1.4rem;
            line-height: 1.4rem;
            margin-left: 3px;
            margin-right: 0.75rem;
            width: 1.4rem; }
          #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body ul li [type=checkbox]:checked + label::before {
            background-color: #1f78c0;
            box-shadow: 0 0 0 1px #1f78c0; }
          #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body ul li [type=radio]:checked + label::before {
            box-shadow: 0 0 0 2px #ffffff, 0 0 0 4px #1f78c0; }
          #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body ul li [type=checkbox]:checked + label::before,
          #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body ul li [type=checkbox]:checked:disabled + label::before {
            background-image: url(../Images/FAQ/correct.png);
            background-image: url(../Images/FAQ/correct.svg);
            background-position: 50%;
            background-repeat: no-repeat; }
          #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body ul li .small[type=checkbox]:checked + label::before,
          #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body ul li .small[type=checkbox]:checked:disabled + label::before {
            font-size: .7rem;
            line-height: 1rem; }
          #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body ul li [type=radio]:focus + label::before {
            outline: 2px dotted #dadada;
            outline-offset: 6px; }
          #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body ul li [type=checkbox]:disabled + label {
            color: #d6d7d9; }
          #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body ul li [type=checkbox]:focus + label::before {
            outline: 2px dotted #dadada;
            outline-offset: 3px; }
          #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body ul li [type=checkbox]:disabled + label::before,
          #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body ul li [type=radio]:disabled + label::before {
            background: #f1f1f1;
            box-shadow: 0 0 0 1px #dadada;
            cursor: not-allowed; }
          #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body ul li [type=checkbox] + label,
          #home-body.FAQ .FAQ-outer-wrapper .expand-group .expand-body ul li [type=radio] + label {
            margin-bottom: 0; }
  #home-body.FAQ .popular-topic-wrapper {
    background-color: #dce5ee; }
    #home-body.FAQ .popular-topic-wrapper .container {
      padding: 1em; }
      #home-body.FAQ .popular-topic-wrapper .container .FAQ-wrapper {
        display: block;
        padding: .5em 0; }
        #home-body.FAQ .popular-topic-wrapper .container .FAQ-wrapper .row {
          padding: 1.0em; }
          @media (max-width: 991px) {
            #home-body.FAQ .popular-topic-wrapper .container .FAQ-wrapper .row {
              display: block !important;
              margin: 0;
              padding: 0; }
              #home-body.FAQ .popular-topic-wrapper .container .FAQ-wrapper .row:first-child {
                padding-top: 1em; } }
          #home-body.FAQ .popular-topic-wrapper .container .FAQ-wrapper .row .item {
            border: 1px solid #919191;
            background-color: white;
            padding: 1em .25em;
            text-align: center;
            flex: 0 0 32%;
            border-radius: 2px; }
            #home-body.FAQ .popular-topic-wrapper .container .FAQ-wrapper .row .item h3 {
              font-size: 1.4rem;
              margin: .4em 0 0;
              color: #333; }
            #home-body.FAQ .popular-topic-wrapper .container .FAQ-wrapper .row .item .questions {
              font-size: 0.75rem;
              margin: .2em 1em 1em; }
            #home-body.FAQ .popular-topic-wrapper .container .FAQ-wrapper .row .item img {
              width: 80px;
              height: 80px; }
            #home-body.FAQ .popular-topic-wrapper .container .FAQ-wrapper .row .item button[type='button'] {
              border: 0;
              background: #1f78c0 url("../Images/FAQ/right-arrow-white.svg") no-repeat;
              background-position: 90% center;
              background-repeat: no-repeat;
              background-size: 15px 15px;
              border-radius: 0;
              padding: 1em 3em 1em 1.5em;
              text-align: left;
              color: white;
              text-transform: uppercase;
              font-size: x-small;
              border-radius: 2px;
              cursor: pointer; }
              #home-body.FAQ .popular-topic-wrapper .container .FAQ-wrapper .row .item button[type='button']:hover {
                background: #001647 url("../Images/FAQ/right-arrow-white.svg") no-repeat;
                background-position: 90% center;
                background-repeat: no-repeat;
                background-size: 15px 15px; }
            @media (max-width: 991px) {
              #home-body.FAQ .popular-topic-wrapper .container .FAQ-wrapper .row .item {
                width: 100%;
                margin: .5em auto; } }
          #home-body.FAQ .popular-topic-wrapper .container .FAQ-wrapper .row .itemzero {
            border: 1px solid #919191;
            background-color: white;
            padding: 1em .25em;
            text-align: center;
            flex: 0 0 32%;
            border-radius: 2px; }
            #home-body.FAQ .popular-topic-wrapper .container .FAQ-wrapper .row .itemzero h3 {
              font-size: 1.4rem;
              margin: .4em 0 0;
              color: #92a1b0; }
            #home-body.FAQ .popular-topic-wrapper .container .FAQ-wrapper .row .itemzero .questions {
              font-size: 0.75rem;
              margin: .2em 1em 1em;
              color: #92a1b0; }
            #home-body.FAQ .popular-topic-wrapper .container .FAQ-wrapper .row .itemzero img {
              width: 80px;
              height: 80px;
              color: #92a1b0; }
            #home-body.FAQ .popular-topic-wrapper .container .FAQ-wrapper .row .itemzero .FAQTopicImageCircleBlue {
              fill: #92a1b0; }
            #home-body.FAQ .popular-topic-wrapper .container .FAQ-wrapper .row .itemzero .FAQTopicImageYellow {
              fill: #92a1b0; }
            #home-body.FAQ .popular-topic-wrapper .container .FAQ-wrapper .row .itemzero .FAQTopicStrikeYellow {
              stroke: #92a1b0; }
            #home-body.FAQ .popular-topic-wrapper .container .FAQ-wrapper .row .itemzero .FAQTopicBrightblue {
              fill: white; }
            #home-body.FAQ .popular-topic-wrapper .container .FAQ-wrapper .row .itemzero .FAQDriverDataBlue {
              clip-path: url(#SVGID_6_);
              fill: white; }
            #home-body.FAQ .popular-topic-wrapper .container .FAQ-wrapper .row .itemzero button[type='button'] {
              border: 0;
              background: #92a1b0 url("../Images/FAQ/right-arrow-white.svg") no-repeat;
              background-position: 90% center;
              background-repeat: no-repeat;
              background-size: 15px 15px;
              border-radius: 0;
              padding: 1em 3em 1em 1.5em;
              text-align: left;
              color: white;
              text-transform: uppercase;
              font-size: x-small;
              border-radius: 2px; }
            @media (max-width: 991px) {
              #home-body.FAQ .popular-topic-wrapper .container .FAQ-wrapper .row .itemzero {
                width: 100%;
                margin: .5em auto; } }

/* .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 1000;
        Box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    }

    .sticky + .content {
        padding-top: 102px;
    }*/
.no-results {
  border: 1px solid #ce4844;
  padding: 1em;
  font-weight: bold;
  margin: 1em; }

/*
.st0 {
    fill: #1071B9;
}

.st1 {
    fill: #0FBFE8;
}

.st2 {
    fill: none;
    stroke: #233767;
    stroke-width: 3;
    stroke-miterlimit: 10;
}

.st3 {
    fill: #FFFFFF;
}

.st4 {
    fill: #F3BC58;
}

.st6 {
    font-size: 28.3509px;
}
*/
.Questiontb {
  border: 1px solid black;
  border-collapse: collapse; }
  .Questiontb th, .Questiontb td {
    border: 1px solid black;
    border-collapse: collapse; }

tab1 {
  padding-left: 3em; }

tab2 {
  padding-left: 6em; }

article.Deletemodal {
  background-color: #e3e9ef;
  min-height: 200px;
  width: 660px;
  margin: 0 auto 0 auto;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  max-height: 90vh;
  overflow: auto; }

article.faqeditmodal {
  background-color: #e3e9ef;
  min-height: 200px;
  width: 660px;
  margin: 0 auto 0 auto;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  max-height: 90vh;
  overflow: auto; }

article.faqeditmodal .header-text, article.Deletemodal .header-text {
  font-size: .95rem;
  font-weight: bold;
  background-color: #1f78c0;
  color: white;
  min-height: 35px;
  padding: 0px 5px 5px 5px;
  padding-top: 5px; }

article.faqeditmodal .list-box {
  padding: 15px;
  margin: .5rem 0 1rem 0; }

article.faqeditmodal .list-box h6 {
  margin: 0 0 10px 0;
  border-bottom: solid 1px #333; }

article.faqeditmodal .list-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  list-style-position: inside; }

article.faqeditmodal .list-box ul li {
  padding-left: 0px;
  margin: 2px 0; }

article.faqeditmodal .list-box ul li label {
  font-weight: normal; }

article.faqeditmodal .editFAQ input[type=text] {
  font-family: SourceSansPro, Arial, Sans-Serif;
  font-size: 1rem; }

article.faqeditmodal .editFAQ textarea {
  font-family: SourceSansPro, Arial, Sans-Serif;
  font-size: 1rem; }

article.faqeditmodal .list-box ul li label {
  width: 200px; }

article.faqeditmodal #LastUpdateDate {
  margin-left: 10px;
  width: 100px;
  margin-top: 10px; }

.back-link {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 700;
  display: block;
  margin-bottom: 1rem; }

.back-link:before {
  display: inline-block;
  font-family: SourceSansPro, Arial, Sans-Serif;
  margin-right: 5px;
  border: solid 3px #005c99;
  border-radius: 50%;
  content: "<";
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 24px;
  padding-right: 2px;
  font-weight: bolder; }
