@charset "UTF-8";
*,
:after,
:before {
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}
body {
  font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff;
}
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #1a75cf;
  text-decoration: none;
}
a:focus,
a:hover {
  color: #114f8b;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 3px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  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;
}
[role="button"] {
  cursor: pointer;
}
fieldset {
  margin: 0;
  min-width: 0;
}
fieldset,
legend {
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
input[type="search"] {
  box-sizing: border-box;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px\9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  padding-top: 7px;
}
.form-control,
output {
  display: block;
  font-size: 14px;
  line-height: 1.42857;
  color: #555;
}
.form-control {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control,
  input[type="time"].form-control {
    line-height: 34px;
  }
  .input-group-sm input[type="date"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"],
  .input-group-sm input[type="time"],
  input[type="date"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  input[type="time"].input-sm {
    line-height: 30px;
  }
  .input-group-lg input[type="date"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"],
  .input-group-lg input[type="time"],
  input[type="date"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  input[type="time"].input-lg {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}
.checkbox,
.radio {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.checkbox label,
.radio label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-inline input[type="checkbox"],
.checkbox input[type="checkbox"],
.radio-inline input[type="radio"],
.radio input[type="radio"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px\9;
}
.checkbox + .checkbox,
.radio + .radio {
  margin-top: -5px;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: 400;
  cursor: pointer;
}
.checkbox-inline + .checkbox-inline,
.radio-inline + .radio-inline {
  margin-top: 0;
  margin-left: 10px;
}
.checkbox-inline.disabled,
.checkbox.disabled label,
.radio-inline.disabled,
.radio.disabled label,
fieldset[disabled] .checkbox-inline,
fieldset[disabled] .checkbox label,
fieldset[disabled] .radio-inline,
fieldset[disabled] .radio label,
fieldset[disabled] input[type="checkbox"],
fieldset[disabled] input[type="radio"],
input[type="checkbox"].disabled,
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="radio"][disabled] {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
select.input-sm {
  height: 30px;
  line-height: 30px;
}
select[multiple].input-sm,
textarea.input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm select[multiple].form-control,
.form-group-sm textarea.form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.input-lg {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 3px;
}
select.input-lg {
  height: 46px;
  line-height: 46px;
}
select[multiple].input-lg,
textarea.input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 3px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg select[multiple].form-control,
.form-group-lg textarea.form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}
.form-group-lg .form-control + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.input-lg + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.form-group-sm .form-control + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.input-sm + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.has-success .checkbox,
.has-success .checkbox-inline,
.has-success.checkbox-inline label,
.has-success.checkbox label,
.has-success .control-label,
.has-success .help-block,
.has-success .radio,
.has-success .radio-inline,
.has-success.radio-inline label,
.has-success.radio label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}
.has-warning .checkbox,
.has-warning .checkbox-inline,
.has-warning.checkbox-inline label,
.has-warning.checkbox label,
.has-warning .control-label,
.has-warning .help-block,
.has-warning .radio,
.has-warning .radio-inline,
.has-warning.radio-inline label,
.has-warning.radio label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}
.has-error .checkbox,
.has-error .checkbox-inline,
.has-error.checkbox-inline label,
.has-error.checkbox label,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.radio-inline label,
.has-error.radio label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .form-control,
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox,
  .form-inline .radio {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .checkbox label,
  .form-inline .radio label {
    padding-left: 0;
  }
  .form-inline .checkbox input[type="checkbox"],
  .form-inline .radio input[type="radio"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .checkbox,
.form-horizontal .checkbox-inline,
.form-horizontal .radio,
.form-horizontal .radio-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .checkbox,
.form-horizontal .radio {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:after,
.form-horizontal .form-group:before {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn.focus,
.btn:focus,
.btn:hover {
  color: #333;
  text-decoration: none;
}
.btn.active,
.btn:active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default.focus,
.btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.btn-default:hover,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open > .btn-default.dropdown-toggle.focus,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default.active,
.btn-default:active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled.focus,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled].focus,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.btn-primary {
  color: #fff;
  background-color: #1a75cf;
  border-color: #1768b8;
}
.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #145ba2;
  border-color: #092847;
}
.btn-primary.active,
.btn-primary:active,
.btn-primary:hover,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #145ba2;
  border-color: #104982;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  color: #fff;
  background-color: #104982;
  border-color: #092847;
}
.btn-primary.active,
.btn-primary:active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled.focus,
.btn-primary.disabled:focus,
.btn-primary.disabled:hover,
.btn-primary[disabled].focus,
.btn-primary[disabled]:focus,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary:hover {
  background-color: #1a75cf;
  border-color: #1768b8;
}
.btn-primary .badge {
  color: #1a75cf;
  background-color: #fff;
}
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success.focus,
.btn-success:focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.btn-success:hover,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success:active.focus,
.btn-success:active:focus,
.btn-success:active:hover,
.open > .btn-success.dropdown-toggle.focus,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle:hover {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success.active,
.btn-success:active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled.focus,
.btn-success.disabled:focus,
.btn-success.disabled:hover,
.btn-success[disabled].focus,
.btn-success[disabled]:focus,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success.focus,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info.focus,
.btn-info:focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.btn-info:hover,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info:active.focus,
.btn-info:active:focus,
.btn-info:active:hover,
.open > .btn-info.dropdown-toggle.focus,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle:hover {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info.active,
.btn-info:active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled.focus,
.btn-info.disabled:focus,
.btn-info.disabled:hover,
.btn-info[disabled].focus,
.btn-info[disabled]:focus,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info.focus,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning.focus,
.btn-warning:focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.btn-warning:hover,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning:active.focus,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open > .btn-warning.dropdown-toggle.focus,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle:hover {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning.active,
.btn-warning:active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled.focus,
.btn-warning.disabled:focus,
.btn-warning.disabled:hover,
.btn-warning[disabled].focus,
.btn-warning[disabled]:focus,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning.focus,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger.focus,
.btn-danger:focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.btn-danger:hover,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open > .btn-danger.dropdown-toggle.focus,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle:hover {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger.active,
.btn-danger:active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled.focus,
.btn-danger.disabled:focus,
.btn-danger.disabled:hover,
.btn-danger[disabled].focus,
.btn-danger[disabled]:focus,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger.focus,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}
.btn-link {
  color: #1a75cf;
  font-weight: 400;
  border-radius: 0;
}
.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}
.btn-link,
.btn-link:active,
.btn-link:focus,
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus,
.btn-link:hover {
  color: #114f8b;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:focus,
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:focus,
fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 3px;
}
.btn-sm {
  padding: 5px 10px;
}
.btn-sm,
.btn-xs {
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}
ul.cl {
  list-style: none;
  margin-left: 0;
  padding-left: 3.5rem;
  text-indent: -1rem !important;
}
ul.cl > li:before {
  display: inline-block;
  margin-right: 5px;
  font-family: FontAwesome;
  color: #1a75cf;
}
ul.cl.check > li:before {
  content: "\f00c";
}
ul.cl.wrong > li:before {
  content: "\f00d";
}
ul.cl.arrow > li:before {
  content: "\f105";
}
ul.cl.green > li:before {
  color: #5cb85c;
}
ul.cl.red > li:before {
  color: #d9534f;
}
ul.cl.white > li:before {
  color: #fff;
}
ul.cl ul {
  padding-left: 2rem;
  text-indent: 0;
}
blockquote p {
  font-family: Georgia, Times New Roman, Times, serif;
  font-style: italic;
}
.btn-secondary {
  color: #fff;
  background-color: #ff4136;
  border-color: #ff291d;
}
.btn-secondary.focus,
.btn-secondary:focus {
  color: #fff;
  background-color: #ff1103;
  border-color: #9c0900;
}
.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:hover,
.open > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #ff1103;
  border-color: #de0c00;
}
.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary:active.focus,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open > .btn-secondary.dropdown-toggle.focus,
.open > .btn-secondary.dropdown-toggle:focus,
.open > .btn-secondary.dropdown-toggle:hover {
  color: #fff;
  background-color: #de0c00;
  border-color: #9c0900;
}
.btn-secondary.active,
.btn-secondary:active,
.open > .btn-secondary.dropdown-toggle {
  background-image: none;
}
.btn-secondary.disabled.focus,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:hover,
.btn-secondary[disabled].focus,
.btn-secondary[disabled]:focus,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary.focus,
fieldset[disabled] .btn-secondary:focus,
fieldset[disabled] .btn-secondary:hover {
  background-color: #ff4136;
  border-color: #ff291d;
}
.btn-secondary .badge {
  color: #ff4136;
  background-color: #fff;
}
.btn-navy {
  color: #bae2f9;
  background-color: #001f3f;
  border-color: #001226;
}
.btn-navy.active,
.btn-navy.focus,
.btn-navy:active,
.btn-navy:focus,
.btn-navy:hover,
.open > .btn-navy.dropdown-toggle {
  color: #bae2f9;
  background-color: #00060c;
  border-color: #000;
}
.btn-navy.active.focus,
.btn-navy.active:focus,
.btn-navy.active:hover,
.btn-navy:active.focus,
.btn-navy:active:focus,
.btn-navy:active:hover,
.open > .btn-navy.dropdown-toggle.focus,
.open > .btn-navy.dropdown-toggle:focus,
.open > .btn-navy.dropdown-toggle:hover {
  color: #bae2f9;
  background-color: #000;
  border-color: #000;
}
.btn-navy.active,
.btn-navy:active,
.open > .btn-navy.dropdown-toggle {
  background-image: none;
}
.btn-navy.disabled.focus,
.btn-navy.disabled:focus,
.btn-navy.disabled:hover,
.btn-navy[disabled].focus,
.btn-navy[disabled]:focus,
.btn-navy[disabled]:hover,
fieldset[disabled] .btn-navy.focus,
fieldset[disabled] .btn-navy:focus,
fieldset[disabled] .btn-navy:hover {
  background-color: #001f3f;
  border-color: #001226;
}
.btn-navy .badge {
  color: #001f3f;
  background-color: #bae2f9;
}
.btn-navy:active,
.btn-navy:focus,
.btn-navy:hover {
  color: #bae2f9 !important;
  background-color: #00458c !important;
}
.btn-lg {
  font-weight: 700 !important;
  font-size: 1.7rem !important;
}
.btn.threed.btn-default {
  box-shadow: 0 6px #777;
  transition: all 0.1s !important;
  position: relative;
  background-color: #fbfbfb;
}
.btn.threed.btn-default:focus,
.btn.threed.btn-default:hover {
  box-shadow: 0 4px #777;
  top: 2px;
  outline: none;
}
.btn.threed.btn-default.active,
.btn.threed.btn-default:active {
  box-shadow: 0 0 #777;
  top: 6px;
}
.btn.threed.btn-primary {
  box-shadow: 0 6px #0f4274;
  transition: all 0.1s !important;
  position: relative;
}
.btn.threed.btn-primary:focus,
.btn.threed.btn-primary:hover {
  box-shadow: 0 4px #0f4274;
  top: 2px;
  outline: none;
}
.btn.threed.btn-primary.active,
.btn.threed.btn-primary:active {
  box-shadow: 0 0 #0f4274;
  top: 6px;
}
.btn.threed.btn-secondary {
  box-shadow: 0 6px #cf0b00;
  transition: all 0.1s !important;
  position: relative;
}
.btn.threed.btn-secondary:focus,
.btn.threed.btn-secondary:hover {
  box-shadow: 0 4px #cf0b00;
  top: 2px;
  outline: none;
}
.btn.threed.btn-secondary.active,
.btn.threed.btn-secondary:active {
  box-shadow: 0 0 #cf0b00;
  top: 6px;
}
.btn.threed.btn-info {
  box-shadow: 0 6px #2390b0;
  transition: all 0.1s !important;
  position: relative;
}
.btn.threed.btn-info:focus,
.btn.threed.btn-info:hover {
  box-shadow: 0 4px #2390b0;
  top: 2px;
  outline: none;
}
.btn.threed.btn-info.active,
.btn.threed.btn-info:active {
  box-shadow: 0 0 #2390b0;
  top: 6px;
}
.btn.threed.btn-success {
  box-shadow: 0 6px #357935;
  transition: all 0.1s !important;
  position: relative;
}
.btn.threed.btn-success:focus,
.btn.threed.btn-success:hover {
  box-shadow: 0 4px #357935;
  top: 2px;
  outline: none;
}
.btn.threed.btn-success.active,
.btn.threed.btn-success:active {
  box-shadow: 0 0 #357935;
  top: 6px;
}
.btn.threed.btn-warning {
  box-shadow: 0 6px #c77c11;
  transition: all 0.1s !important;
  position: relative;
}
.btn.threed.btn-warning:focus,
.btn.threed.btn-warning:hover {
  box-shadow: 0 4px #c77c11;
  top: 2px;
  outline: none;
}
.btn.threed.btn-warning.active,
.btn.threed.btn-warning:active {
  box-shadow: 0 0 #c77c11;
  top: 6px;
}
.btn.threed.btn-danger {
  box-shadow: 0 6px #a02622;
  transition: all 0.1s !important;
  position: relative;
}
.btn.threed.btn-danger:focus,
.btn.threed.btn-danger:hover {
  box-shadow: 0 4px #a02622;
  top: 2px;
  outline: none;
}
.btn.threed.btn-danger.active,
.btn.threed.btn-danger:active {
  box-shadow: 0 0 #a02622;
  top: 6px;
}
.btn.outline.btn-default {
  background: none;
  border: 1px solid #444;
  color: #555;
  line-height: 1.15;
  white-space: normal;
  overflow: hidden;
  transition: border-color 0.3s, background-color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  position: relative;
  z-index: 1;
}
.btn.outline.btn-default:before {
  font-family: FontAwesome;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: left;
  left: 10px;
  color: #555;
}
.btn.outline.btn-default:focus,
.btn.outline.btn-default:hover {
  color: #eee;
  background-color: #444;
  outline: none;
}
.btn.outline.btn-default:focus:before,
.btn.outline.btn-default:hover:before {
  color: #eee;
}
.btn.outline.btn-default.active,
.btn.outline.btn-default:active {
  box-shadow: none;
}
.btn.outline.btn-default.btn-lg {
  border: 1px solid #444;
  padding: 20px 30px;
}
.btn.outline.btn-primary {
  background: none;
  border: 1px solid #1768b8;
  color: #1a75cf;
  line-height: 1.15;
  white-space: normal;
  overflow: hidden;
  transition: border-color 0.3s, background-color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  position: relative;
  z-index: 1;
}
.btn.outline.btn-primary:before {
  font-family: FontAwesome;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: left;
  left: 10px;
  color: #1a75cf;
}
.btn.outline.btn-primary:focus,
.btn.outline.btn-primary:hover {
  color: #e8f1fa;
  background-color: #1a75cf;
  outline: none;
}
.btn.outline.btn-primary:focus:before,
.btn.outline.btn-primary:hover:before {
  color: #e8f1fa;
}
.btn.outline.btn-primary.active,
.btn.outline.btn-primary:active {
  box-shadow: none;
}
.btn.outline.btn-primary.btn-lg {
  border: 1px solid #1768b8;
  padding: 20px 30px;
}
.btn.outline.btn-secondary {
  background: none;
  border: 1px solid #ff4136;
  color: #ff4136;
  line-height: 1.15;
  white-space: normal;
  overflow: hidden;
  transition: border-color 0.3s, background-color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  position: relative;
  z-index: 1;
}
.btn.outline.btn-secondary:before {
  font-family: FontAwesome;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: left;
  left: 10px;
  color: #ff4136;
}
.btn.outline.btn-secondary:focus,
.btn.outline.btn-secondary:hover {
  color: #ffeceb;
  background-color: #ff4136;
  outline: none;
}
.btn.outline.btn-secondary:focus:before,
.btn.outline.btn-secondary:hover:before {
  color: #ffeceb;
}
.btn.outline.btn-secondary.active,
.btn.outline.btn-secondary:active {
  box-shadow: none;
}
.btn.outline.btn-secondary.btn-lg {
  border: 1px solid #ff4136;
  padding: 20px 30px;
}
.btn.outline.btn-white {
  background: none;
  border: 1px solid #fff;
  color: #fff;
  line-height: 1.15;
  white-space: normal;
  overflow: hidden;
  transition: border-color 0.3s, background-color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  position: relative;
  z-index: 1;
}
.btn.outline.btn-white:before {
  font-family: FontAwesome;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: left;
  left: 10px;
  color: #fff;
}
.btn.outline.btn-white:focus,
.btn.outline.btn-white:hover {
  color: #fff;
  background-color: #fff;
  outline: none;
}
.btn.outline.btn-white:focus:before,
.btn.outline.btn-white:hover:before {
  color: #fff;
}
.btn.outline.btn-white.active,
.btn.outline.btn-white:active {
  box-shadow: none;
}
.btn.outline.btn-white.btn-lg {
  border: 1px solid #fff;
  padding: 20px 30px;
}
.btn.outline.btn-white:focus,
.btn.outline.btn-white:hover {
  background-color: transparent;
  border-color: hsla(0, 0%, 100%, 0.5);
  color: hsla(0, 0%, 100%, 0.5);
}
.btn.outline.btn-info {
  background: none;
  border: 1px solid #2390b0;
  color: #2390b0;
  line-height: 1.15;
  white-space: normal;
  overflow: hidden;
  transition: border-color 0.3s, background-color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-right: 30px;
}
.btn.outline.btn-info:before {
  font-family: FontAwesome;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: left;
  left: 10px;
  color: #2390b0;
}
.btn.outline.btn-info:focus,
.btn.outline.btn-info:hover {
  color: #e9f4f7;
  background-color: #2390b0;
  outline: none;
}
.btn.outline.btn-info:focus:before,
.btn.outline.btn-info:hover:before {
  color: #e9f4f7;
}
.btn.outline.btn-info.active,
.btn.outline.btn-info:active {
  box-shadow: none;
}
.btn.outline.btn-info.btn-lg {
  border: 1px solid #2390b0;
  padding: 20px 30px;
}
.btn.outline.btn-info:before {
  content: "\f05a";
}
.btn.outline.btn-success {
  background: none;
  border: 1px solid #5cb85c;
  color: #5cb85c;
  line-height: 1.15;
  white-space: normal;
  overflow: hidden;
  transition: border-color 0.3s, background-color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-right: 30px;
}
.btn.outline.btn-success:before {
  font-family: FontAwesome;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: left;
  left: 10px;
  color: #5cb85c;
}
.btn.outline.btn-success:focus,
.btn.outline.btn-success:hover {
  color: #eff8ef;
  background-color: #5cb85c;
  outline: none;
}
.btn.outline.btn-success:focus:before,
.btn.outline.btn-success:hover:before {
  color: #eff8ef;
}
.btn.outline.btn-success.active,
.btn.outline.btn-success:active {
  box-shadow: none;
}
.btn.outline.btn-success.btn-lg {
  border: 1px solid #5cb85c;
  padding: 20px 30px;
}
.btn.outline.btn-success:before {
  content: "\f00c";
}
.btn.outline.btn-warning {
  background: none;
  border: 1px solid #f0ad4e;
  color: #f0ad4e;
  line-height: 1.15;
  white-space: normal;
  overflow: hidden;
  transition: border-color 0.3s, background-color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-right: 30px;
}
.btn.outline.btn-warning:before {
  font-family: FontAwesome;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: left;
  left: 10px;
  color: #f0ad4e;
}
.btn.outline.btn-warning:focus,
.btn.outline.btn-warning:hover {
  color: #fef7ed;
  background-color: #f0ad4e;
  outline: none;
}
.btn.outline.btn-warning:focus:before,
.btn.outline.btn-warning:hover:before {
  color: #fef7ed;
}
.btn.outline.btn-warning.active,
.btn.outline.btn-warning:active {
  box-shadow: none;
}
.btn.outline.btn-warning.btn-lg {
  border: 1px solid #f0ad4e;
  padding: 20px 30px;
}
.btn.outline.btn-warning:before {
  content: "\f071";
}
.btn.outline.btn-danger {
  background: none;
  border: 1px solid #d9534f;
  color: #d9534f;
  line-height: 1.15;
  white-space: normal;
  overflow: hidden;
  transition: border-color 0.3s, background-color 0.3s;
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  position: relative;
  z-index: 1;
  padding-left: 30px;
  padding-right: 30px;
}
.btn.outline.btn-danger:before {
  font-family: FontAwesome;
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  text-align: left;
  left: 10px;
  color: #d9534f;
}
.btn.outline.btn-danger:focus,
.btn.outline.btn-danger:hover {
  color: #fbeeed;
  background-color: #d9534f;
  outline: none;
}
.btn.outline.btn-danger:focus:before,
.btn.outline.btn-danger:hover:before {
  color: #fbeeed;
}
.btn.outline.btn-danger.active,
.btn.outline.btn-danger:active {
  box-shadow: none;
}
.btn.outline.btn-danger.btn-lg {
  border: 1px solid #d9534f;
  padding: 20px 30px;
}
.btn.outline.btn-danger:before {
  content: "\f06a";
}
.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-control,
.form-control .btn {
  border-width: 1px;
}
.help-block {
  font-size: 12px;
}
.input-group .btn {
  padding: 5px 12px;
  border-width: 1px;
}
.input-group .form-control + .input-group-btn .btn,
.input-group .input-group-btn + .form-control {
  margin-left: -2px;
}
.checkbox {
  padding-left: 20px;
}
.checkbox label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 10px;
}
.checkbox label:before {
  content: "";
  width: 22px;
  height: 22px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label:after,
.checkbox label:before {
  display: inline-block;
  position: absolute;
  left: 0;
  margin-left: -20px;
}
.checkbox label:after {
  width: 16px;
  height: 16px;
  top: 0;
  padding-left: 4px;
  padding-top: 1px;
  font-size: 14px;
  color: #555;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.checkbox input[type="checkbox"]:checked + label:after,
.checkbox input[type="radio"]:checked + label:after {
  font-family: FontAwesome;
  content: "";
}
.checkbox input[type="checkbox"]:indeterminate + label:after,
.checkbox input[type="radio"]:indeterminate + label:after {
  display: block;
  content: "";
  width: 10px;
  height: 3px;
  background-color: #555;
  border-radius: 2px;
  margin-left: -16.5px;
  margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label:before,
.checkbox input[type="radio"]:disabled + label:before {
  background-color: #eee;
  cursor: not-allowed;
}
.checkbox.checkbox-circle label:before {
  border-radius: 50%;
}
.checkbox.checkbox-inline {
  margin-top: 0;
}
.checkbox-primary input[type="checkbox"]:checked + label:before,
.checkbox-primary input[type="radio"]:checked + label:before {
  background-color: #1a75cf;
  border-color: #1a75cf;
}
.checkbox-primary input[type="checkbox"]:checked + label:after,
.checkbox-primary input[type="radio"]:checked + label:after {
  color: #fff;
}
.checkbox-danger input[type="checkbox"]:checked + label:before,
.checkbox-danger input[type="radio"]:checked + label:before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:checked + label:after,
.checkbox-danger input[type="radio"]:checked + label:after {
  color: #fff;
}
.checkbox-info input[type="checkbox"]:checked + label:before,
.checkbox-info input[type="radio"]:checked + label:before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:checked + label:after,
.checkbox-info input[type="radio"]:checked + label:after {
  color: #fff;
}
.checkbox-warning input[type="checkbox"]:checked + label:before,
.checkbox-warning input[type="radio"]:checked + label:before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:checked + label:after,
.checkbox-warning input[type="radio"]:checked + label:after {
  color: #fff;
}
.checkbox-success input[type="checkbox"]:checked + label:before,
.checkbox-success input[type="radio"]:checked + label:before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:checked + label:after,
.checkbox-success input[type="radio"]:checked + label:after {
  color: #fff;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label:before,
.checkbox-primary input[type="radio"]:indeterminate + label:before {
  background-color: #1a75cf;
  border-color: #1a75cf;
}
.checkbox-primary input[type="checkbox"]:indeterminate + label:after,
.checkbox-primary input[type="radio"]:indeterminate + label:after {
  background-color: #fff;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label:before,
.checkbox-danger input[type="radio"]:indeterminate + label:before {
  background-color: #d9534f;
  border-color: #d9534f;
}
.checkbox-danger input[type="checkbox"]:indeterminate + label:after,
.checkbox-danger input[type="radio"]:indeterminate + label:after {
  background-color: #fff;
}
.checkbox-info input[type="checkbox"]:indeterminate + label:before,
.checkbox-info input[type="radio"]:indeterminate + label:before {
  background-color: #5bc0de;
  border-color: #5bc0de;
}
.checkbox-info input[type="checkbox"]:indeterminate + label:after,
.checkbox-info input[type="radio"]:indeterminate + label:after {
  background-color: #fff;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label:before,
.checkbox-warning input[type="radio"]:indeterminate + label:before {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.checkbox-warning input[type="checkbox"]:indeterminate + label:after,
.checkbox-warning input[type="radio"]:indeterminate + label:after {
  background-color: #fff;
}
.checkbox-success input[type="checkbox"]:indeterminate + label:before,
.checkbox-success input[type="radio"]:indeterminate + label:before {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.checkbox-success input[type="checkbox"]:indeterminate + label:after,
.checkbox-success input[type="radio"]:indeterminate + label:after {
  background-color: #fff;
}
.radio {
  padding-left: 20px;
}
.radio label {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 10px;
}
.radio label:before {
  content: "";
  width: 22px;
  height: 22px;
  left: 0;
  border: 2px solid #ccc;
  border-radius: 50%;
  background-color: #fff;
  transition: border 0.15s ease-in-out;
}
.radio label:after,
.radio label:before {
  display: inline-block;
  position: absolute;
  margin-left: -20px;
}
.radio label:after {
  content: " ";
  width: 12px;
  height: 12px;
  left: 5px;
  top: 5px;
  border-radius: 50%;
  background-color: #555;
  transform: scale(0);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
  opacity: 0;
  z-index: 1;
}
.radio input[type="radio"]:checked + label:after {
  transform: scale(1);
}
.radio input[type="radio"]:disabled + label {
  opacity: 0.65;
}
.radio input[type="radio"]:disabled + label:before {
  cursor: not-allowed;
}
.radio.radio-inline {
  margin-top: 0;
}
.radio-primary input[type="radio"] + label:after {
  background-color: #1a75cf;
}
.radio-primary input[type="radio"]:checked + label:before {
  border-color: #1a75cf;
}
.radio-primary input[type="radio"]:checked + label:after {
  background-color: #1a75cf;
}
.radio-danger input[type="radio"] + label:after {
  background-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label:before {
  border-color: #d9534f;
}
.radio-danger input[type="radio"]:checked + label:after {
  background-color: #d9534f;
}
.radio-info input[type="radio"] + label:after {
  background-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label:before {
  border-color: #5bc0de;
}
.radio-info input[type="radio"]:checked + label:after {
  background-color: #5bc0de;
}
.radio-warning input[type="radio"] + label:after {
  background-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label:before {
  border-color: #f0ad4e;
}
.radio-warning input[type="radio"]:checked + label:after {
  background-color: #f0ad4e;
}
.radio-success input[type="radio"] + label:after {
  background-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label:before {
  border-color: #5cb85c;
}
.radio-success input[type="radio"]:checked + label:after {
  background-color: #5cb85c;
}
input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
  font-family: FontAwesome;
  content: "";
}
input[type="checkbox"] .styled:checked + label:after,
input[type="checkbox"] .styled:checked + label:before,
input[type="radio"] .styled:checked + label:after,
input[type="radio"] .styled:checked + label:before {
  color: #fff;
}
.bootstrap-select .btn.dropdown-toggle:active,
.bootstrap-select .btn.dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select .btn.dropdown-toggle:active:focus,
.bootstrap-select .btn.dropdown-toggle:focus:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}
.bootstrap-select .dropdown-menu {
  border-width: 1px;
}
.shadow-sep {
  position: relative;
  height: 30px;
  width: 60%;
  border: 1px solid #fff;
  margin: 0 auto 30px;
}
.shadow-sep:before {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(155, 155, 0, 0.25);
  border-radius: 30%;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
  clip: rect(30px, auto, 70px, 0);
}
.affix-bottom {
  position: absolute;
}
::selection {
  background: #ff4136;
  color: #fff;
}
body,
html {
  height: 100%;
}
body {
  min-height: 100%;
  overflow: auto;
  position: relative;
}
#page-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
#header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  z-index: 4;
  background-color: #fff;
  border-bottom: 1px solid #000;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
}
#header-wrapper:after,
#header-wrapper:before {
  content: " ";
  display: table;
}
#header-wrapper:after {
  clear: both;
}
#header-wrapper .loader {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 100%;
  top: 0;
}
#header-wrapper .loader .bar {
  display: block;
  background: #eee;
  height: 4px;
  overflow: hidden;
}
#header-wrapper .loader .bar i {
  display: block;
  background: #ff4136;
  height: 4px;
  width: 0;
  transition: width 1s linear;
  transition-delay: 1s;
}
#header-wrapper .loader .bar i.run {
  width: 100%;
}
#header-wrapper .statusbox {
  display: none;
}
#header-wrapper .alert {
  border-radius: 0;
  border: none;
  text-align: center;
  font-size: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 0;
  box-shadow: inset 0 0 10px 0 #690600;
  padding: 25px 15px;
}
#header-wrapper .alert.alert-info {
  background-color: #ff4136;
  background: url(../../channels-n/img/status-pattern.jpg) repeat;
  color: #fff;
}
#header-wrapper .close {
  color: #fff;
  opacity: 1 !important;
}
#header-wrapper .menu-toggle.collapsed:before {
  font-family: fontawesome;
  content: "\f0c9";
}
#header-wrapper .menu-toggle:before {
  font-family: fontawesome;
  content: "\f00d";
}
#main-header {
  min-height: 80px;
  background-color: #fff;
}
#main-header:after,
#main-header:before {
  content: " ";
  display: table;
}
#main-header:after {
  clear: both;
}
#main-header .menu-toggle {
  position: absolute;
  z-index: 1;
  top: 25px;
  right: 15px;
  font-size: 20px;
  text-decoration: none;
}
@media (max-width: 360px) {
  #main-header .menu-toggle {
    top: 14px;
    right: 10px;
  }
}
#main-header .branding {
  position: relative;
  min-height: 1px;
  padding: 20px 15px;
}
@media (min-width: 768px) {
  #main-header .branding {
    float: left;
    width: 66.66667%;
  }
}
@media (max-width: 767px) {
  #main-header .branding {
    padding-bottom: 0;
  }
}
#main-header .call-to-action {
  position: relative;
  min-height: 1px;
  padding: 20px 15px;
}
@media (min-width: 768px) {
  #main-header .call-to-action {
    float: left;
    width: 50%;
  }
}
#main-header .call-to-action .btn-navy {
  margin-top: 8px;
  box-shadow: inset 0 1px #fff, 0 1px 3px rgba(34, 25, 25, 0.4);
  border: 0;
}
@media (max-width: 991px) {
  #main-header .call-to-action .btn-navy {
    margin-top: 0;
    font-size: 1.6rem !important;
    border-radius: 0 !important;
  }
  #main-header .call-to-action .btn-navy .ea_app_icon,
  #main-header .call-to-action .btn-navy img {
    width: 70px;
    height: 27px;
  }
}
@media (max-width: 767px) {
  #main-header .call-to-action {
    padding-top: 20px;
  }
  #main-header .call-to-action .btn-navy {
    font-size: 1.2rem !important;
    border-radius: 3px !important;
  }
  #main-header .call-to-action .btn-navy .ea_app_icon,
  #main-header .call-to-action .btn-navy img {
    width: 70px;
    height: 27px;
  }
}
#main-header .call-to-action .learn-more-btn,
#main-header .call-to-action .mobile-eula {
  display: none;
}
#main-header .logo {
  display: block;
  float: left;
  padding-right: 15px;
  min-height: 70px;
  border-right: 1px solid #777;
}
#main-header .logo img {
  height: 70px;
}
@media (max-width: 991px) {
  #main-header .logo {
    min-height: 50px;
  }
  #main-header .logo img {
    height: 50px;
  }
}
@media (max-width: 767px) {
  #main-header .logo {
    min-height: 36px;
  }
  #main-header .logo img {
    height: 40px;
  }
}
@media (max-width: 360px) {
  #main-header .logo {
    padding-right: 5px;
  }
}
#main-header .ea-logo {
  float: left;
  padding-left: 15px;
}
#main-header .ea-logo span {
  text-transform: uppercase;
  font-size: 1rem;
  letter-spacing: 1px;
}
#main-header .ea-logo a {
  display: block;
}
#main-header .ea-logo svg {
  height: 40px;
  margin: 3px 0 0;
}
@media (max-width: 991px) {
  #main-header .ea-logo span {
    font-size: 0.9rem;
    display: block;
  }
  #main-header .ea-logo svg {
    width: 195px;
    height: 50px;
  }
  #main-header .ea-logo img {
    width: 170px;
  }
}
@media (max-width: 767px) {
  #main-header .ea-logo span {
    font-size: 0.9rem;
    display: block;
  }
  #main-header .ea-logo svg {
    width: 165px;
    height: 45;
  }
  #main-header .ea-logo img {
    width: 130px;
  }
}
@media (max-width: 360px) {
  #main-header .ea-logo {
    padding-left: 5px;
  }
}
#main-content .intro {
  padding: 30px 0;
  text-align: center;
}
#main-content .intro .intro-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #main-content .intro .intro-content {
    float: left;
    width: 100%;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  #main-content .intro .intro-content {
    float: left;
    width: 83.33333%;
    margin-left: 8.33333%;
  }
}
#main-content .intro p {
  font-size: 16px;
}
#main-content .intro p.lead {
  font-weight: 700;
}
@media (max-width: 991px) {
  #main-content .intro p {
    font-size: 14px;
  }
  #main-content .intro p.lead {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #main-content .intro p,
  #main-content .intro p.lead {
    font-size: 14px;
  }
}
#main-content .message {
  background-color: #555;
}
#main-content .message img {
  display: block;
  max-width: 100%;
  height: auto;
}
#main-content .message figure {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #main-content .message figure {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #main-content .message figure {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #main-content .message figure {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#main-content .message article {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #main-content .message article {
    float: left;
    width: 50%;
  }
}
#main-content .message .photo-caption {
  margin: 30px 0;
}
#main-content .message .photo-caption p {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 991px) {
  #main-content .message .photo-caption p {
    font-size: 12px;
  }
}
#main-content .message .message-content {
  margin-bottom: 30px;
}
#main-content .message p {
  color: #1a75cf;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 991px) {
  #main-content .message p {
    font-size: 14px;
  }
}
#main-content .banner {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #main-content .banner {
    margin-bottom: 0;
  }
}
#main-content .banner img {
  display: block;
  max-width: 100%;
  height: auto;
}
#main-content .banner article {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  border: 1px solid #000;
  padding: 15px;
  box-shadow: inset 0 1px #fff, 0 1px 3px rgba(34, 25, 25, 0.4);
}
@media (min-width: 768px) {
  #main-content .banner article {
    float: left;
    width: 100%;
  }
}
#main-content .banner figure {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #main-content .banner figure {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #main-content .banner figure {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #main-content .banner figure {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
#main-content .banner .banner-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px;
  padding-right: 30px;
}
@media (min-width: 768px) {
  #main-content .banner .banner-content {
    float: left;
    width: 50%;
  }
}
#main-content .banner .photo-caption {
  margin: 30px 0;
}
#main-content .banner .photo-caption p {
  color: #555;
  font-size: 14px;
  font-weight: 400;
}
@media (max-width: 991px) {
  #main-content .banner .photo-caption p {
    font-size: 12px;
  }
}
#main-content .banner p {
  color: #333;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 991px) {
  #main-content .banner p {
    font-size: 14px;
  }
}
#main-content .card-layout {
  padding: 30px 0 15px;
  background-color: #f4f4f4;
}
#main-content .card-layout ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-content .card-layout ul li {
  margin-bottom: 15px;
}
#main-content .card-layout ul li article {
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  padding: 15px;
}
@media (min-width: 768px) and (max-width: 991px) {
  #main-content .card-layout ul li article {
    padding: 5px;
  }
}
#main-content .card-layout ul li article .content {
  padding: 15px;
  background-color: #fff;
  margin-top: 195px;
}
@media (max-width: 1199px) {
  #main-content .card-layout ul li article .content {
    margin-top: 150px;
  }
}
@media (max-width: 991px) {
  #main-content .card-layout ul li article .content {
    margin-top: 136px;
    padding: 0;
  }
}
#main-content .card-layout ul li article .content h2 {
  margin-top: 0;
  font-weight: 300;
  font-size: 22px;
  text-align: center;
}
#main-content .card-layout ul li article .content .btn {
  box-shadow: inset 0 1px #fff, 0 1px 3px rgba(34, 25, 25, 0.4);
  border: 0;
  min-width: 220px;
}
@media (max-width: 991px) {
  #main-content .card-layout ul li article .content h2 {
    font-size: 2rem;
  }
  #main-content .card-layout ul li article .content p {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  #main-content .card-layout ul li article {
    background-size: contain;
    padding: 0;
  }
  #main-content .card-layout ul li article .content {
    margin-top: 180px;
    padding: 10px;
    background-color: hsla(0, 0%, 100%, 0.95);
  }
}
#main-content .story-layout {
  margin-top: 60px;
}
@media (max-width: 767px) {
  #main-content .story-layout {
    margin-top: 0;
  }
}
#main-content .story-layout article {
  background-color: #fff;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-y: 0;
  background-position-x: 90%;
}
@media (min-width: 1490px) {
  #main-content .story-layout article {
    background-position-x: 75%;
  }
}
@media (max-width: 1092px) {
  #main-content .story-layout article {
    background-position-x: 100%;
  }
}
@media (max-width: 991px) {
  #main-content .story-layout article {
    background-image: none !important;
  }
}
#main-content .story-layout article figure.primary {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #main-content .story-layout article figure.primary {
    float: left;
    width: 41.66667%;
  }
}
@media (min-width: 992px) {
  #main-content .story-layout article figure.primary {
    float: left;
    width: 50%;
  }
}
@media (max-width: 991px) {
  #main-content .story-layout article figure.primary {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  #main-content .story-layout article figure.primary {
    margin-top: 30px;
    border-bottom: 1px solid #aaa;
  }
}
#main-content .story-layout article figure.primary img {
  display: block;
  max-width: 100%;
  height: auto;
  display: none;
}
@media (max-width: 991px) {
  #main-content .story-layout article figure.primary img {
    display: block;
    border: 1px solid #000;
    box-shadow: inset 0 1px #fff, 0 1px 3px rgba(34, 25, 25, 0.4);
  }
}
@media (max-width: 767px) {
  #main-content .story-layout article figure.primary img {
    border: none;
    box-shadow: none;
  }
}
#main-content .story-layout article .content {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding: 60px 15px;
}
@media (min-width: 768px) {
  #main-content .story-layout article .content {
    float: left;
    width: 58.33333%;
  }
}
@media (min-width: 992px) {
  #main-content .story-layout article .content {
    float: left;
    width: 50%;
  }
}
@media (max-width: 767px) {
  #main-content .story-layout article .content {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
#main-content .story-layout article .content h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 0.8;
  margin-bottom: 30px;
}
#main-content .story-layout article .content h2 span {
  font-size: 24px;
}
#main-content .story-layout article .content .btn {
  margin-top: 30px;
  text-transform: uppercase;
}
#main-content .story-layout article.img-left {
  background-position-y: 0;
  background-position-x: 10%;
}
@media (min-width: 1490px) {
  #main-content .story-layout article.img-left {
    background-position-x: 20%;
  }
}
@media (max-width: 1199px) {
  #main-content .story-layout article.img-left {
    background-position-x: -10%;
  }
}
@media (min-width: 768px) {
  #main-content .story-layout article.img-left figure {
    right: 0;
  }
}
@media (min-width: 992px) {
  #main-content .story-layout article.img-left figure {
    right: 50%;
  }
}
@media (min-width: 768px) {
  #main-content .story-layout article.img-left .content {
    left: 0;
  }
}
@media (min-width: 992px) {
  #main-content .story-layout article.img-left .content {
    left: 50%;
  }
}
#main-content .story-layout article.full .content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  #main-content .story-layout article.full .content {
    float: left;
    width: 83.33333%;
  }
}
@media (min-width: 992px) {
  #main-content .story-layout article.full .content {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 1200px) {
  #main-content .story-layout article.full .content {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  #main-content .story-layout article.full .content {
    margin-left: 8.33333%;
  }
}
@media (min-width: 992px) {
  #main-content .story-layout article.full .content {
    margin-left: 16.66667%;
  }
}
@media (min-width: 1200px) {
  #main-content .story-layout article.full .content {
    margin-left: 25%;
  }
}
#main-content .story-layout article.full figure.thumb {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 60px;
  text-align: center;
}
@media (min-width: 768px) {
  #main-content .story-layout article.full figure.thumb {
    float: left;
    width: 33.33333%;
  }
}
@media (max-width: 767px) {
  #main-content .story-layout article.full figure.thumb {
    margin-bottom: 30px;
  }
}
#main-content .story-layout article.full figure.thumb img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media (max-width: 767px) {
  #main-content .story-layout article.full figure.thumb img {
    display: inline-block;
  }
}
#main-content .story-layout article.full figure.thumb figcaption {
  font-weight: 700;
  margin-top: 10px;
}
#main-content .promo {
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #main-content .promo {
    margin-top: 0;
  }
}
#main-content .promo article .row {
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 0 0;
}
#main-content .promo article .content {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  min-height: 1px;
  padding: 60px 15px;
  text-align: center;
}
@media (min-width: 768px) {
  #main-content .promo article .content {
    float: left;
    width: 83.33333%;
  }
}
@media (min-width: 992px) {
  #main-content .promo article .content {
    float: left;
    width: 66.66667%;
  }
}
@media (min-width: 1200px) {
  #main-content .promo article .content {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) {
  #main-content .promo article .content {
    margin-left: 8.33333%;
  }
}
@media (min-width: 992px) {
  #main-content .promo article .content {
    margin-left: 16.66667%;
  }
}
@media (min-width: 1200px) {
  #main-content .promo article .content {
    margin-left: 25%;
  }
}
#main-content .promo article .content h2 {
  font-weight: 700;
  font-size: 36px;
  line-height: 0.8;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 0;
}
#main-content .promo article .content h2 span {
  font-size: 24px;
}
#main-content .promo article .content .btn {
  margin-top: 30px;
  text-transform: uppercase;
}
#main-content .coalition {
  padding: 30px 0;
}
#main-content .coalition h3 {
  text-align: center;
  font-weight: 300;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 18px;
}
#main-content .coalition .coalition-carousel .owl-item {
  text-align: center;
}
#main-content .coalition .coalition-carousel .owl-item img {
  width: auto;
  display: inline-block;
}
#main-content .coalition .coalition-carousel .owl-nav [class*="owl-"] {
  position: absolute;
  color: #ddd;
  background-color: transparent;
  font-size: 2rem;
}
#main-content .coalition .coalition-carousel .owl-nav [class*="owl-"].owl-prev {
  left: -30px;
  top: 0;
}
@media (max-width: 767px) {
  #main-content
    .coalition
    .coalition-carousel
    .owl-nav
    [class*="owl-"].owl-prev {
    left: 0;
  }
}
#main-content .coalition .coalition-carousel .owl-nav [class*="owl-"].owl-next {
  right: -30px;
  top: 0;
}
@media (max-width: 767px) {
  #main-content
    .coalition
    .coalition-carousel
    .owl-nav
    [class*="owl-"].owl-next {
    right: 0;
  }
}
.flexbox #main-content .card-layout ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 568px) {
  .flexbox #main-content .card-layout ul {
    display: block;
  }
}
.flexbox #main-content .card-layout ul li {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
}
@media (min-width: 768px) {
  .flexbox #main-content .card-layout ul li {
    float: left;
    width: 33.33333%;
  }
}
.flexbox #main-content .card-layout ul li article {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
}
.flexbox #main-content .card-layout ul li article .content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 568px) {
  .flexbox #main-content .card-layout ul li {
    display: block;
    width: 100%;
  }
}
.no-flexbox #main-content .card-layout ul {
  display: block;
  margin-left: -15px;
  margin-right: -15px;
}
.no-flexbox #main-content .card-layout ul:after,
.no-flexbox #main-content .card-layout ul:before {
  content: " ";
  display: table;
}
.no-flexbox #main-content .card-layout ul:after {
  clear: both;
}
.no-flexbox #main-content .card-layout ul li {
  display: block;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .no-flexbox #main-content .card-layout ul li {
    float: left;
    width: 33.33333%;
  }
}
.no-flexbox #main-content .card-layout ul li article {
  min-height: 573px;
}
.panel-group {
  margin-bottom: 0;
}
.panel-group .panel {
  border-radius: 0;
}
.panel-group .panel + .panel {
  margin-top: 0;
}
.panel-heading {
  border-radius: 0;
  padding: 0;
}
.panel-title {
  color: #001f3f;
}
.panel-title a {
  display: block;
  padding: 15px;
  position: relative;
}
.panel-title a:active,
.panel-title a:focus,
.panel-title a:hover {
  color: #001f3f;
  text-decoration: none;
}
.panel-title a:after {
  position: absolute;
  right: 15px;
  font-family: FontAwesoem;
  content: "\f067";
  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;
}
.panel-title a[aria-expanded="true"] {
  color: #001f3f !important;
  font-weight: 700;
  background-color: #d9dde2;
}
.panel-title a[aria-expanded="true"]:after {
  content: "\f068";
}
.panel-body .contact-links,
.panel-body .site-links,
.panel-body .user-guide-buttons,
.panel-body .using-mac-help {
  padding-left: 15px;
  padding-right: 15px;
}
.panel-body .btn-group-lg > .btn,
.panel-body .btn-lg {
  border-radius: 3px;
  font-weight: 700;
  color: #333;
}
.panel-body .btn-group-lg > .btn i,
.panel-body .btn-lg i {
  color: #ff4136;
}
.panel-body .btn-group > .btn:last-child:not(:first-child),
.panel-body .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.panel-body
  .btn-group
  > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.panel-body
  .btn-group
  > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.panel-body a {
  color: #ff4136;
}
.panel-body .checklist {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .panel-body .checklist ul {
    padding-left: 2.25rem;
  }
  .panel-body .checklist ul li {
    font-size: 10.8px;
  }
}
.panel-body .user-guide-buttons {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .panel-body .user-guide-buttons {
    float: left;
    width: 50%;
  }
}
.panel-body .using-mac-help {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .panel-body .using-mac-help {
    float: left;
    width: 50%;
  }
}
.panel-body .contact-links {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .panel-body .contact-links {
    float: left;
    width: 50%;
    margin-left: 25%;
  }
}
.panel-body .contact-links small {
  display: inline-block;
  margin-top: 8px;
}
.panel-body .site-links {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .panel-body .site-links {
    float: left;
    width: 100%;
  }
}
.panel-body .site-links ul {
  margin: 15px 0 0;
  padding: 0;
  list-style: none;
}
.panel-body .site-links ul li {
  display: inline-block;
  padding: 0 10px;
}
.panel-body .site-links ul li a {
  color: inherit;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 767px) {
  .panel-body .site-links .btn-group {
    margin-top: 15px;
  }
  .panel-body .site-links .btn-default {
    font-size: 12px;
  }
}
#agreementDesktopModal .modal-header,
#agreementMobileModal .modal-header {
  background-color: #1a75cf;
  color: #fff;
}
#agreementDesktopModal .modal-header h4,
#agreementMobileModal .modal-header h4 {
  font-weight: 300;
}
#agreementDesktopModal .modal-body .agreement-container,
#agreementMobileModal .modal-body .agreement-container {
  width: 100%;
  height: 350px;
  border: 1px solid #dadada;
  border-radius: 3px;
  padding: 30px;
  background-color: #eee;
  overflow: auto;
}
@media (max-width: 767px) {
  #agreementDesktopModal .modal-body .agreement-container,
  #agreementMobileModal .modal-body .agreement-container {
    height: 230px;
    padding: 15px;
    font-size: 12px;
  }
}
.navbar {
  margin-bottom: 0;
  border-radius: 0;
}
.navbar.navbar-default {
  border-bottom: 0;
  border-left: 0;
}
.navbar .navbar-nav {
  width: 100%;
}
.navbar .navbar-nav > li {
  font-size: 18px;
  width: 24%;
  float: left;
}
.navbar .navbar-nav > li:last-child {
  width: 28%;
}
.navbar .navbar-nav > li > a {
  text-align: center;
  border-right: 1px solid #ddd !important;
  color: #727272;
}
.navbar .navbar-nav > li > a:focus {
  outline-color: -webkit-focus-ring-color;
  outline-style: auto;
  outline-width: 5px;
}
.navbar .navbar-nav > li > a.app-download {
  text-align: left;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 16px;
  background-color: #001f3f;
  color: #bae2f9;
  line-height: 18px;
  cursor: pointer;
  margin-left: -1px;
  font-weight: 500;
}
.navbar .navbar-nav > li > a.app-download:after,
.navbar .navbar-nav > li > a.app-download:before {
  content: " ";
  display: table;
}
.navbar .navbar-nav > li > a.app-download:after {
  clear: both;
}
.navbar .navbar-nav > li > a.app-download span {
  display: block;
  float: left;
}
.navbar .navbar-nav > li > a.app-download .ea_app_icon,
.navbar .navbar-nav > li > a.app-download img {
  display: block;
  float: left;
  height: 25px;
  width: 64.75px;
  margin-top: 5px;
  margin-right: 5px;
}
@media (min-width: 1200px) {
  .navbar .navbar-nav > li > a.app-download .ea_app_icon,
  .navbar .navbar-nav > li > a.app-download img {
    margin-left: 10%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .navbar .navbar-nav > li > a.app-download .ea_app_icon,
  .navbar .navbar-nav > li > a.app-download img {
    margin-left: 0;
    max-width: 35px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav > li > a.app-download {
    font-size: 12px;
    padding: 9px 5px;
    height: 50px;
    line-height: 1.25;
  }
}
.navbar .navbar-nav > li > a.learn-more-btn,
.navbar .navbar-nav > li > a.mobile-eula {
  display: none;
}
.navbar .navbar-nav > li.open > a {
  background-color: #333 !important;
  color: #fff !important;
}
.navbar .navbar-nav > li:first-child > a {
  border-left: 1px solid #ddd !important;
}
.navbar .navbar-nav > li .dropdown-menu {
  border: 0 !important;
  border-radius: 0;
  background-color: #333;
  color: #fff;
}
.navbar .navbar-nav > li .dropdown-menu > li {
  min-height: 135px;
}
.navbar .navbar-nav > li .yamm-content h2 {
  font-size: 18px;
}
.navbar .navbar-nav > li .yamm-content h3 {
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
  text-align: center;
}
.navbar .navbar-nav > li .yamm-content .btn-group-lg > .btn,
.navbar .navbar-nav > li .yamm-content .btn-lg {
  border-radius: 3px;
  font-weight: 700;
  color: #333;
}
.navbar .navbar-nav > li .yamm-content .btn-group-lg > .btn i,
.navbar .navbar-nav > li .yamm-content .btn-lg i {
  color: #ff4136;
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav > li .yamm-content .btn-group-lg > .phone-button {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar
  .navbar-nav
  > li
  .yamm-content
  .btn-group
  > .btn:last-child:not(:first-child),
.navbar
  .navbar-nav
  > li
  .yamm-content
  .btn-group
  > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.navbar
  .navbar-nav
  > li
  .yamm-content
  .btn-group
  > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.navbar
  .navbar-nav
  > li
  .yamm-content
  .btn-group
  > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}
.navbar .navbar-nav > li .yamm-content a {
  color: #ff4136;
}
@media (max-width: 1199px) {
  .navbar .navbar-nav > li .yamm-content a {
    font-size: 14px;
  }
}
.navbar .navbar-nav > li .yamm-content .tab-intro {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .navbar .navbar-nav > li .yamm-content .tab-intro {
    float: left;
    width: 41.66667%;
  }
}
.navbar .navbar-nav > li .yamm-content .tab-checklist {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .navbar .navbar-nav > li .yamm-content .tab-checklist {
    float: left;
    width: 25%;
  }
}
.navbar .navbar-nav > li .yamm-content .tab-userguide-buttons {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .navbar .navbar-nav > li .yamm-content .tab-userguide-buttons {
    float: left;
    width: 33.33333%;
  }
}
@media (min-width: 768px) {
  .navbar .navbar-nav > li .yamm-content .tab-android-userguide-buttons {
    float: left;
    width: 25%;
  }
}
.navbar .navbar-nav > li .yamm-content .tab-mac {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 20px;
}
@media (min-width: 768px) {
  .navbar .navbar-nav > li .yamm-content .tab-mac {
    float: left;
    width: 25%;
    float: right;
    width: 56%;
  }
}
.navbar .navbar-nav > li .yamm-content .tab-mac a {
  border-right: none !important;
}
.navbar .navbar-nav > li .yamm-content .tab-contact-links {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  margin-top: 25px;
}
@media (min-width: 768px) {
  .navbar .navbar-nav > li .yamm-content .tab-contact-links {
    float: left;
    width: 41.66667%;
  }
}
.navbar .navbar-nav > li .yamm-content .tab-contact-links .btn-group {
  margin-bottom: 10px;
}
.navbar .navbar-nav > li .yamm-content .tab-site-links {
  margin-top: 25px;
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .navbar .navbar-nav > li .yamm-content .tab-site-links {
    float: left;
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .navbar .navbar-nav > li .yamm-content .tab-site-links p {
    height: 38px;
  }
}
svg.ea_app_icon .transparent {
  fill: none;
}
svg.ea_app_icon .lblue {
  fill: #bae2f9;
}
svg.ea_app_icon .dblue {
  fill: #001f3f;
}
@media (max-width: 767px) {
  .user-guide-buttons h3 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  body.french .navbar .navbar-nav > li {
    font-size: 15px;
  }
  body.french .navbar .navbar-nav > li > a {
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 992px) {
  body.french .navbar .navbar-nav > li > a.app-download {
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.french .navbar .navbar-nav > li > a.app-download {
    font-size: 11px;
  }
  body.french .navbar .navbar-nav > li > a.app-download .ea_app_icon,
  body.french .navbar .navbar-nav > li > a.app-download img {
    height: 21px;
    width: 54px;
  }
}
body.french .navbar .navbar-nav > li .yamm-content .tab-userguide-buttons {
  float: left;
}
@media (max-width: 991px) {
  body.french .navbar .navbar-nav > li .yamm-content .tab-userguide-buttons {
    width: 33.33333%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body.french .navbar .navbar-nav > li .yamm-content .tab-userguide-buttons {
    width: 29.33333%;
  }
}
@media (min-width: 1200px) {
  body.french .navbar .navbar-nav > li .yamm-content .tab-userguide-buttons {
    width: 33.33333%;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.french .navbar .navbar-nav > li .yamm-content .tab-site-links p {
    height: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.spanish .navbar .navbar-nav > li > a.app-download {
    height: 75px;
  }
  body.spanish .navbar .navbar-nav > li > a.app-download .ea_app_icon,
  body.spanish .navbar .navbar-nav > li > a.app-download img {
    height: 17px;
    width: 44px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.brazil .navbar .navbar-nav > li {
    font-size: 16px;
  }
  body.brazil .navbar .navbar-nav > li > a.app-download .ea_app_icon,
  body.brazil .navbar .navbar-nav > li > a.app-download img {
    width: 54.75px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  body.brazil .navbar .navbar-nav > li .yamm-content .tab-site-links p {
    height: 38px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body.brazil .navbar .navbar-nav > li .yamm-content .tab-userguide-buttons h3 {
    height: 30px;
  }
}
#main-banner {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50%;
  background-color: #000;
  width: 100%;
  z-index: 3;
  min-height: 300px;
}
#main-banner:after,
#main-banner:before {
  content: " ";
  display: table;
}
#main-banner:after {
  clear: both;
}
#main-banner .tagline {
  padding-top: 150px;
}
#main-banner .tagline .tagline-content {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  #main-banner .tagline .tagline-content {
    float: left;
    width: 100%;
  }
}
#main-banner .tagline h1 {
  font-size: 6rem;
  line-height: 1.25;
  text-shadow: 1px 1px 5px hsla(0, 0%, 59%, 0.73);
}
#main-banner .tagline h1,
#main-banner .tagline h1 strong {
  color: #fff;
  font-weight: 300;
}
@media (max-width: 991px) {
  #main-banner .tagline {
    padding-top: 80px;
  }
  #main-banner .tagline h1 {
    font-size: 4.5rem;
  }
}
@media (max-width: 767px) {
  #main-banner .tagline {
    padding-top: 20px;
  }
  #main-banner .tagline h1 {
    font-size: 3.5rem;
  }
}
#main-banner {
  margin-top: 161px;
}
@media (min-width: 991px) {
  #main-banner {
    height: 460px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #main-banner {
    margin-top: 141px;
  }
}
@media (max-width: 767px) {
  #main-banner {
    margin-top: 148px;
  }
}
#main-footer {
  padding: 30px 0;
  border-top: 1px solid #eee;
  font-size: 1.3rem;
}
#main-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#main-footer ul li {
  display: inline-block;
  padding: 0 5px;
}
#main-footer ul li a {
  text-decoration: underline;
  color: inherit;
}
#main-footer ul li a:hover {
  color: #1a75cf;
}
#main-footer ul li a i {
  font-size: 2rem;
}
#main-footer .footer-links {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #main-footer .footer-links {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #main-footer .footer-links {
    float: left;
    width: 50%;
  }
}
@media (max-width: 991px) {
  #main-footer .footer-links ul {
    text-align: center;
    margin-bottom: 15px;
  }
}
#main-footer .copyright-legal {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #main-footer .copyright-legal {
    float: left;
    width: 100%;
  }
}
@media (min-width: 992px) {
  #main-footer .copyright-legal {
    float: left;
    width: 50%;
  }
}
#main-footer .copyright-legal ul {
  text-align: right;
  line-height: 30px;
}
@media (max-width: 991px) {
  #main-footer .copyright-legal ul {
    text-align: center;
  }
}
.back-to-top {
  position: fixed;
  display: none;
  bottom: 43px;
  right: 30px;
  width: 50px;
  height: 50px;
  font-size: 3rem;
  text-align: right;
  color: #777;
  text-decoration: none;
  opacity: 0.5;
  z-index: 7;
  transition: transform 0.3s, opacity 0.3s;
}
.back-to-top:hover {
  opacity: 1;
  color: #555;
  transform: translateY(-5px);
}
.bootstrap-select {
  width: 220px \0;
}
.bootstrap-select > .dropdown-toggle {
  width: 100%;
  padding-right: 25px;
  z-index: 1;
}
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  width: 0.11px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
}
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2;
}
.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
  border-color: #b94a48;
}
.bootstrap-select.fit-width {
  width: auto !important;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 220px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
}
.bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}
.bootstrap-select.form-control.input-group-btn {
  z-index: auto;
}
.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}
.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*="col-"].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*="col-"].dropdown-menu-right {
  float: right;
}
.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
  margin-bottom: 0;
}
.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
  padding: 0;
}
.form-inline .bootstrap-select.btn-group .form-control {
  width: 100%;
}
.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
  cursor: not-allowed;
}
.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
  outline: none !important;
}
.bootstrap-select.btn-group.bs-container {
  position: absolute;
}
.bootstrap-select.btn-group.bs-container .dropdown-menu {
  z-index: 5;
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  text-align: left;
}
.bootstrap-select.btn-group .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}
.bootstrap-select.btn-group[class*="col-"] .dropdown-toggle {
  width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li {
  position: relative;
}
.bootstrap-select.btn-group .dropdown-menu li.active small {
  color: #fff;
}
.bootstrap-select.btn-group .dropdown-menu li.disabled a {
  cursor: not-allowed;
}
.bootstrap-select.btn-group .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.bootstrap-select.btn-group .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}
.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
  display: none;
}
.bootstrap-select.btn-group .dropdown-menu li a span.text {
  display: inline-block;
}
.bootstrap-select.btn-group .dropdown-menu li small {
  padding-left: 0.5em;
}
.bootstrap-select.btn-group .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}
.bootstrap-select.btn-group .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
  position: static;
}
.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}
.bootstrap-select.btn-group.show-tick
  .dropdown-menu
  li.selected
  a
  span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  margin-top: 5px;
}
.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
  z-index: 6;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
  content: "";
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid hsla(0, 0%, 80%, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}
.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
  content: "";
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
  bottom: auto;
  top: -3px;
  border-top: 7px solid hsla(0, 0%, 80%, 0.2);
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
  bottom: auto;
  top: -3px;
  border-top: 6px solid #fff;
  border-bottom: 0;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
  right: 12px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
  right: 13px;
  left: auto;
}
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
  display: block;
}
.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
  padding: 4px 8px;
}
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}

/*

@font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.5.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.5.0)
      format("embedded-opentype"),
    url(../fonts/fontawesome-webfont.woff2?v=4.5.0) format("woff2"),
    url(../fonts/fontawesome-webfont.woff?v=4.5.0) format("woff"),
    url(../fonts/fontawesome-webfont.ttf?v=4.5.0) format("truetype"),
    url(../fonts/fontawesome-webfont.svg?v=4.5.0#fontawesomeregular)
      format("svg");
  src: url(../fonts/fa-regular-400.woff2?v=6.4.2) format("woff2"),
    url(../fonts/fa-regular-400.woff?v=6.4.2) format("woff"),
    url(../fonts/fa-regular-400.ttf?v=6.4.2) format("truetype");
  font-weight: 400;
  font-style: normal;
}
*/
@font-face {
  font-family: "FontAwesome";
  src: url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/fonts/fontawesome-webfont.woff2?v=4.7.0")
      format("woff2"),
    /* ... other font formats ... */;
  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;
}
.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: 0.2em 0.25em 0.15em;
  border: 0.08em solid #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  animation: a 2s infinite linear;
}
.fa-pulse {
  animation: a 1s infinite steps(8);
}
@keyframes a {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
  transform: scaleX(-1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  transform: scaleY(-1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
  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;
}
.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-close:before,
.fa-remove: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-cog:before,
.fa-gear: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-repeat:before,
.fa-rotate-right: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-image:before,
.fa-photo: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-exclamation-triangle:before,
.fa-warning: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-cogs:before,
.fa-gears: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-floppy-o:before,
.fa-save:before {
  content: "";
}
.fa-square:before {
  content: "";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder: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-sort:before,
.fa-unsorted:before {
  content: "";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "";
}
.fa-envelope:before {
  content: "";
}
.fa-linkedin:before {
  content: "";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}
.fa-gavel:before,
.fa-legal:before {
  content: "";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}
.fa-comment-o:before {
  content: "";
}
.fa-comments-o:before {
  content: "";
}
.fa-bolt:before,
.fa-flash:before {
  content: "";
}
.fa-sitemap:before {
  content: "";
}
.fa-umbrella:before {
  content: "";
}
.fa-clipboard:before,
.fa-paste: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-chain-broken:before,
.fa-unlink: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-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "";
}
.fa-eur:before,
.fa-euro:before {
  content: "";
}
.fa-gbp:before {
  content: "";
}
.fa-dollar:before,
.fa-usd:before {
  content: "";
}
.fa-inr:before,
.fa-rupee:before {
  content: "";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "";
}
.fa-krw:before,
.fa-won: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-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "";
}
.fa-dot-circle-o:before {
  content: "";
}
.fa-wheelchair:before {
  content: "";
}
.fa-vimeo-square:before {
  content: "";
}
.fa-try:before,
.fa-turkish-lira: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-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "";
}
.fa-graduation-cap:before,
.fa-mortar-board: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: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-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "";
}
.fa-file-audio-o:before,
.fa-file-sound-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-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "";
}
.fa-circle-o-notch:before {
  content: "";
}
.fa-ra:before,
.fa-rebel:before {
  content: "";
}
.fa-empire:before,
.fa-ge:before {
  content: "";
}
.fa-git-square:before {
  content: "";
}
.fa-git:before {
  content: "";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "";
}
.fa-tencent-weibo:before {
  content: "";
}
.fa-qq:before {
  content: "";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "";
}
.fa-paper-plane-o:before,
.fa-send-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-futbol-o:before,
.fa-soccer-ball-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-ils:before,
.fa-shekel:before,
.fa-sheqel: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-bed:before,
.fa-hotel:before {
  content: "";
}
.fa-viacoin:before {
  content: "";
}
.fa-train:before {
  content: "";
}
.fa-subway:before {
  content: "";
}
.fa-medium:before {
  content: "";
}
.fa-y-combinator:before,
.fa-yc:before {
  content: "";
}
.fa-optin-monster:before {
  content: "";
}
.fa-opencart:before {
  content: "";
}
.fa-expeditedssl:before {
  content: "";
}
.fa-battery-4: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-paper-o:before,
.fa-hand-stop-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-television:before,
.fa-tv: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: "";
}
*/ .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.animated.infinite {
  animation-iteration-count: infinite;
}
.animated.hinge {
  animation-duration: 2s;
}
.animated.bounceIn,
.animated.bounceOut,
.animated.flipOutX,
.animated.flipOutY {
  animation-duration: 0.75s;
}
@keyframes b {
  0%,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: b;
  transform-origin: center bottom;
}
@keyframes c {
  0%,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  animation-name: c;
}
@keyframes d {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  animation-name: d;
}
@keyframes e {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.rubberBand {
  animation-name: e;
}
@keyframes f {
  0%,
  to {
    transform: translateZ(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: f;
}
@keyframes g {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: g;
}
@keyframes h {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: h;
}
@keyframes i {
  0% {
    transform: scaleX(1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.tada {
  animation-name: i;
}
@keyframes j {
  0% {
    transform: none;
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: none;
  }
}
.wobble {
  animation-name: j;
}
@keyframes k {
  0%,
  11.1%,
  to {
    transform: none;
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}
.jello {
  animation-name: k;
  transform-origin: center;
}
@keyframes l {
  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-name: l;
}
@keyframes m {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
.bounceInDown {
  animation-name: m;
}
@keyframes n {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInLeft {
  animation-name: n;
}
@keyframes o {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
.bounceInRight {
  animation-name: o;
}
@keyframes p {
  0%,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInUp {
  animation-name: p;
}
@keyframes q {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-name: q;
}
@keyframes r {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: r;
}
@keyframes s {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: s;
}
@keyframes t {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: t;
}
@keyframes u {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: u;
}
@keyframes v {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: v;
}
@keyframes w {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: w;
}
@keyframes x {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDownBig {
  animation-name: x;
}
@keyframes y {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeft {
  animation-name: y;
}
@keyframes z {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInLeftBig {
  animation-name: z;
}
@keyframes A {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRight {
  animation-name: A;
}
@keyframes B {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInRightBig {
  animation-name: B;
}
@keyframes C {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: C;
}
@keyframes D {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUpBig {
  animation-name: D;
}
.fadeOut {
  animation-name: zb;
}
@keyframes E {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: E;
}
@keyframes F {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: F;
}
@keyframes G {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: G;
}
@keyframes H {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: H;
}
@keyframes I {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: I;
}
@keyframes J {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: J;
}
@keyframes K {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: K;
}
@keyframes L {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: L;
}
@keyframes M {
  0% {
    transform: perspective(400px) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: M;
}
@keyframes N {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: N;
}
@keyframes O {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: O;
}
@keyframes P {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-name: P;
  backface-visibility: visible !important;
}
@keyframes Q {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  backface-visibility: visible !important;
  animation-name: Q;
}
@keyframes R {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }
  to {
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  animation-name: R;
  animation-timing-function: ease-out;
}
@keyframes S {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: S;
  animation-timing-function: ease-in;
}
@keyframes T {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  animation-name: T;
}
@keyframes U {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: U;
}
@keyframes V {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: V;
}
@keyframes W {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: W;
}
@keyframes X {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: X;
}
@keyframes Y {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: Y;
}
@keyframes Z {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: Z;
}
@keyframes ab {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: ab;
}
@keyframes bb {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: bb;
}
@keyframes cb {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: cb;
}
@keyframes db {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-name: db;
}
@keyframes eb {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.rollIn {
  animation-name: eb;
}
@keyframes fb {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  animation-name: fb;
}
@keyframes gb {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: gb;
}
@keyframes hb {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: hb;
}
@keyframes ib {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: ib;
}
@keyframes jb {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: jb;
}
@keyframes kb {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: kb;
}
@keyframes lb {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: lb;
}
@keyframes mb {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: mb;
}
@keyframes nb {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: nb;
}
@keyframes ob {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: ob;
}
@keyframes pb {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: pb;
}
@keyframes qb {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInDown {
  animation-name: qb;
}
@keyframes rb {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInLeft {
  animation-name: rb;
}
@keyframes sb {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  animation-name: sb;
}
@keyframes tb {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInUp {
  animation-name: tb;
}
@keyframes ub {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: ub;
}
@keyframes vb {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: vb;
}
@keyframes wb {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: wb;
}
@keyframes xb {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: xb;
}
.pullUp {
  animation-name: yb;
  -webkit-animation-name: yb;
  animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-timing-function: ease-out;
  -webkit-animation-timing-function: ease-out;
  transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -webkit-transform-origin: 50% 100%;
}
@keyframes yb {
  0% {
    transform: scaleY(0.1);
  }
  40% {
    transform: scaleY(1.02);
  }
  60% {
    transform: scaleY(0.98);
  }
  to {
    transform: scaleY(0.98);
  }
  80% {
    transform: scaleY(1.01);
  }
  to {
    transform: scaleY(1);
  }
}
.background {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-position: 50% 50%\9 !important;
}
body,
html {
  height: 100%;
}
.fullscreen {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.fullscreen.overflow {
  height: auto;
  min-height: 100%;
}
.not-fullscreen {
  height: 50%;
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: zb;
}
@keyframes zb {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.yamm .collapse,
.yamm .dropdown,
.yamm .dropup,
.yamm .nav {
  position: static;
}
.yamm {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: -1px;
  right: -1px;
}

.bottom-logo-new-without-carousel {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.bottom-logo-new-without-carousel li {
  display: inline-block;
  padding: 15px;
}
.bottom-logo-new-without-carousel li a img {
  filter: grayscale(100%);
  max-width: 125px;
}
.bottom-logo-new-without-carousel li a:focus img,
.bottom-logo-new-without-carousel li a:hover img {
  filter: grayscale(0);
}

a:focus:not([href*="https://www.levelaccess.com"]):not([href^="#"]):not([href^="/"])::after, a:focus[target="_blank"]::after, a:hover:not([href*="https://www.levelaccess.com"]):not([href^="#"]):not([href^="/"])::after, a:hover[target="_blank"]::after
{
  content: "\f08e";
  display: inline-block;
  font-family: "FontAwesome";
  font-size: 75%;
  font-weight: 700;
  line-height: 1rem;
  margin-left: 0.4rem;
  position: absolute;
  speak: never;
}

button.close {
  color: #fff;
  opacity: 1;
  font-size: 26px;
}
*:focus {
  outline: 1px solid#000000;
}
