@charset "UTF-8";
@font-face {
  font-family: 'Circular';
  src: url('//resource.alaskaair.net/stylesheets/circular/ASCircularWeb-Book.woff')
    format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Circular';
  src: url('//resource.alaskaair.net/stylesheets/circular/ASCircularWeb-Bold.woff')
    format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/*darker*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: bold;
  line-height: 1.1;
  color: #01426a;
}
h1 small,
h1 .small,
h2 small,
h2 .small,
h3 small,
h3 .small,
h4 small,
h4 .small,
h5 small,
h5 .small,
h6 small,
h6 .small,
.h1 small,
.h1 .small,
.h2 small,
.h2 .small,
.h3 small,
.h3 .small,
.h4 small,
.h4 .small,
.h5 small,
.h5 .small,
.h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 24px;
  margin-bottom: 12px;
}
h1 small,
h1 .small,
.h1 small,
.h1 .small,
h2 small,
h2 .small,
.h2 small,
.h2 .small,
h3 small,
h3 .small,
.h3 small,
.h3 .small {
  font-size: 65%;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 12px;
  margin-bottom: 12px;
}
h4 small,
h4 .small,
.h4 small,
.h4 .small,
h5 small,
h5 .small,
.h5 small,
.h5 .small,
h6 small,
h6 .small,
.h6 small,
.h6 .small {
  font-size: 75%;
}

h1,
.h1 {
  font-size: 31px;
}

h2,
.h2 {
  font-size: 26px;
}

h3,
.h3 {
  font-size: 24px;
}

h4,
.h4 {
  font-size: 18px;
}

h5,
.h5 {
  font-size: 14px;
}

h6,
.h6 {
  font-size: 12px;
}

p {
  margin: 0 0 12px;
}

.lead {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

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

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

ul,
ol {
  margin-top: 0;
  margin-bottom: 12px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.72857;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*='col-'] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*='col-'],
table th[class*='col-'] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active,
.table > thead > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success,
.table > thead > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

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

.table > thead > tr > td.info,
.table > thead > tr > th.info,
.table > thead > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

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

.table > thead > tr > td.warning,
.table > thead > tr > th.warning,
.table > thead > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

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

.table > thead > tr > td.danger,
.table > thead > tr > th.danger,
.table > thead > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

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

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 18px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type='search'] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type='radio'],
input[type='checkbox'] {
  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='file']:focus,
input[type='radio']:focus,
input[type='checkbox']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.form-control {
  display: block;
  width: 100%;
  height: 42px;
  padding: 8px 40px;
  font-size: 14px;
  line-height: 1.72857;
  color: #01426a;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s,
    -webkit-box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  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: #666666;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #666666;
}
.form-control::-webkit-input-placeholder {
  color: #666666;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: not-allowed;
  background-color: #a6a6a6;
  opacity: 1;
}

input[type='search'] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type='date'],
  input[type='time'],
  input[type='datetime-local'],
  input[type='month'] {
    line-height: 42px;
  }
  input[type='date'].input-sm,
  .input-group-sm > input.form-control[type='date'],
  .input-group-sm > input.input-group-addon[type='date'],
  .input-group-sm > .input-group-btn > input.btn[type='date'],
  input[type='time'].input-sm,
  .input-group-sm > input.form-control[type='time'],
  .input-group-sm > input.input-group-addon[type='time'],
  .input-group-sm > .input-group-btn > input.btn[type='time'],
  input[type='datetime-local'].input-sm,
  .input-group-sm > input.form-control[type='datetime-local'],
  .input-group-sm > input.input-group-addon[type='datetime-local'],
  .input-group-sm > .input-group-btn > input.btn[type='datetime-local'],
  input[type='month'].input-sm,
  .input-group-sm > input.form-control[type='month'],
  .input-group-sm > input.input-group-addon[type='month'],
  .input-group-sm > .input-group-btn > input.btn[type='month'] {
    line-height: 30px;
  }
  input[type='date'].input-lg,
  .input-group-lg > input.form-control[type='date'],
  .input-group-lg > input.input-group-addon[type='date'],
  .input-group-lg > .input-group-btn > input.btn[type='date'],
  input[type='time'].input-lg,
  .input-group-lg > input.form-control[type='time'],
  .input-group-lg > input.input-group-addon[type='time'],
  .input-group-lg > .input-group-btn > input.btn[type='time'],
  input[type='datetime-local'].input-lg,
  .input-group-lg > input.form-control[type='datetime-local'],
  .input-group-lg > input.input-group-addon[type='datetime-local'],
  .input-group-lg > .input-group-btn > input.btn[type='datetime-local'],
  input[type='month'].input-lg,
  .input-group-lg > input.form-control[type='month'],
  .input-group-lg > input.input-group-addon[type='month'],
  .input-group-lg > .input-group-btn > input.btn[type='month'] {
    line-height: 46px;
  }
}

.form-group {
  margin-bottom: 15px;
}

.btn,
.containerx a.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: bold;
  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: 8px 40px;
  font-size: 14px;
  line-height: 1.72857;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.containerx a.btn:focus,
.btn.focus,
.containerx a.focus.btn,
.btn:active:focus,
.btn:active.focus,
.btn.active:focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.containerx a.btn:hover,
.btn:focus,
.containerx a.btn:focus,
.btn.focus,
.containerx a.focus.btn {
  color: #333;
  text-decoration: none;
}
.btn:active,
.containerx a.btn:active,
.btn.active,
.containerx a.active.btn {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.containerx a.disabled.btn,
.btn[disabled],
.containerx a.btn[disabled],
fieldset[disabled] .btn,
fieldset[disabled] .containerx a.btn,
.containerx fieldset[disabled] a.btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary {
  color: #fff;
  background-color: #48850b;
  border-color: #48850b;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #2f5607;
  border-color: #294c06;
}
.btn-primary:active,
.btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary.disabled:focus,
.btn-primary.disabled.focus,
.btn-primary.disabled:active,
.btn-primary.disabled.active,
.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus,
.btn-primary[disabled].focus,
.btn-primary[disabled]:active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .btn-primary.active {
  background-color: #48850b;
  border-color: #48850b;
}
.btn-primary .badge {
  color: #48850b;
  background-color: #fff;
}

.btn-link {
  color: #01426a;
  font-weight: normal;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link.active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #00131e;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-sm,
.btn-group-sm > .btn,
.containerx .btn-group-sm > a.btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-xs,
.btn-group-xs > .btn,
.containerx .btn-group-xs > a.btn {
  padding: 0px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 2px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

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

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.dropdown-menu .divider {
  height: 1px;
  margin: 11px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.72857;
  color: #333333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #01426a;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.72857;
  color: #777777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

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

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid;
  content: '';
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.btn-group > .btn,
.containerx .btn-group > a.btn,
.btn-group-vertical > .btn,
.containerx .btn-group-vertical > a.btn {
  position: relative;
  float: left;
}
.btn-group > .btn:hover,
.containerx .btn-group > a.btn:hover,
.btn-group > .btn:focus,
.containerx .btn-group > a.btn:focus,
.btn-group > .btn:active,
.containerx .btn-group > a.btn:active,
.btn-group > .btn.active,
.containerx .btn-group > a.active.btn,
.btn-group-vertical > .btn:hover,
.containerx .btn-group-vertical > a.btn:hover,
.btn-group-vertical > .btn:focus,
.containerx .btn-group-vertical > a.btn:focus,
.btn-group-vertical > .btn:active,
.containerx .btn-group-vertical > a.btn:active,
.btn-group-vertical > .btn.active,
.containerx .btn-group-vertical > a.active.btn {
  z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .containerx a.btn + .btn,
.btn-group .containerx .btn + a.btn,
.btn-group .btn + .btn-group,
.btn-group .containerx a.btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .containerx .btn-group + a.btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle),
.containerx
  .btn-group
  > a.btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child,
.containerx .btn-group > a.btn:first-child {
  margin-left: 0;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.containerx
  .btn-group
  > a.btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.containerx .btn-group > a.btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn,
.containerx .btn-group > .btn-group:not(:first-child):not(:last-child) > a.btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child,
.containerx .btn-group > .btn-group:first-child > a.btn:last-child,
.btn-group > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child,
.containerx .btn-group > .btn-group:last-child > a.btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group > .btn + .dropdown-toggle,
.containerx .btn-group > a.btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle,
.btn-group-lg.btn-group > .btn + .dropdown-toggle,
.containerx .btn-group-lg.btn-group > a.btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret,
.containerx a.btn .caret {
  margin-left: 0;
}

.btn-lg .caret,
.btn-group-lg > .btn .caret,
.containerx .btn-group-lg > a.btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret,
.dropup .btn-group-lg > .btn .caret,
.dropup .containerx .btn-group-lg > a.btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.containerx .btn-group-vertical > a.btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn,
.containerx .btn-group-vertical > .btn-group > a.btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before,
.btn-group-vertical > .btn-group:after {
  content: ' ';
  display: table;
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn,
.containerx .btn-group-vertical > .btn-group > a.btn {
  float: none;
}

.btn-group-vertical > .btn + .btn,
.containerx .btn-group-vertical > a.btn + .btn,
.containerx .btn-group-vertical > .btn + a.btn,
.btn-group-vertical > .btn + .btn-group,
.containerx .btn-group-vertical > a.btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.containerx .btn-group-vertical > .btn-group + a.btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child),
.containerx .btn-group-vertical > a.btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child),
.containerx .btn-group-vertical > a.btn:first-child:not(:last-child) {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child),
.containerx .btn-group-vertical > a.btn:last-child:not(:first-child) {
  border-bottom-left-radius: 2px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn,
.containerx
  .btn-group-vertical
  > .btn-group:not(:first-child):not(:last-child)
  > a.btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.containerx
  .btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > a.btn:last-child,
.btn-group-vertical
  > .btn-group:first-child:not(:last-child)
  > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > .btn:first-child,
.containerx
  .btn-group-vertical
  > .btn-group:last-child:not(:first-child)
  > a.btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.containerx .btn-group-justified > a.btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn,
.containerx .btn-group-justified > .btn-group a.btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle='buttons'] > .btn input[type='radio'],
.containerx [data-toggle='buttons'] > a.btn input[type='radio'],
[data-toggle='buttons'] > .btn input[type='checkbox'],
.containerx [data-toggle='buttons'] > a.btn input[type='checkbox'],
[data-toggle='buttons'] > .btn-group > .btn input[type='radio'],
.containerx [data-toggle='buttons'] > .btn-group > a.btn input[type='radio'],
[data-toggle='buttons'] > .btn-group > .btn input[type='checkbox'],
.containerx
  [data-toggle='buttons']
  > .btn-group
  > a.btn
  input[type='checkbox'] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.jumbotron {
  padding: 30px 15px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #a6a6a6;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #8c8c8c;
}
.container .jumbotron,
.container-fluid .jumbotron {
  border-radius: 4px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding: 48px 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.alert {
  padding: 15px;
  margin-bottom: 24px;
  border: 1px solid transparent;
  border-radius: 2px;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}

.panel {
  margin-bottom: 24px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}
.panel-body:before,
.panel-body:after {
  content: ' ';
  display: table;
}
.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}
.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}
.panel > .list-group:first-child .list-group-item:first-child,
.panel
  > .panel-collapse
  > .list-group:first-child
  .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:first-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:first-child {
  border-top-left-radius: 3px;
}
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > thead:first-child
  > tr:first-child
  th:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  td:last-child,
.panel
  > .table-responsive:first-child
  > .table:first-child
  > tbody:first-child
  > tr:first-child
  th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:first-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:first-child {
  border-bottom-left-radius: 3px;
}
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tbody:last-child
  > tr:last-child
  th:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  td:last-child,
.panel
  > .table-responsive:last-child
  > .table:last-child
  > tfoot:last-child
  > tr:last-child
  th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 24px;
}
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}
.panel-group .panel + .panel {
  margin-top: 5px;
}
.panel-group .panel-heading {
  border-bottom: 0;
}
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}
.panel-group .panel-footer {
  border-top: 0;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #01426a;
}
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #01426a;
  border-color: #01426a;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #01426a;
}
.panel-primary > .panel-heading .badge {
  color: #01426a;
  background-color: #fff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #01426a;
}

.panel-success {
  border-color: #d6e9c6;
}
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 4px;
}

.well-sm {
  padding: 9px;
  border-radius: 2px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

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

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 21.72857px;
}

.modal-header .close {
  margin-top: -2px;
}

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

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 20px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before,
.modal-footer:after {
  content: ' ';
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn,
.modal-footer .containerx a.btn + .btn,
.modal-footer .containerx .btn + a.btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn,
.modal-footer .btn-group .containerx a.btn + .btn,
.modal-footer .btn-group .containerx .btn + a.btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

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

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

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

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

.hide {
  display: none;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
  visibility: hidden !important;
}

.affix {
  position: fixed;
}

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

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

.btn-link {
  font-weight: bold;
  cursor: pointer;
}

.btn-link:hover::after {
  text-decoration: none;
}

.btn-xs,
.btn-group-xs > .btn,
.containerx .btn-group-xs > a.btn {
  border: 0px;
}

.btn-block {
  padding-left: 0;
  padding-right: 0;
}

.margLeft10 {
  margin-left: 10px;
}

.btn-pointer {
  cursor: pointer;
}

.fine-print {
  color: #666666;
  font-size: 11px;
}

.generic-content h1,
.generic-content .h1,
.generic-content h2,
.generic-content .h2,
.generic-content h3,
.generic-content .h3,
.generic-content h4,
.generic-content .h4,
.generic-content h5,
.generic-content .h5,
.generic-content h6,
.generic-content .h6 {
  margin-top: 0px;
}

p a,
p a:hover,
p a:focus,
p a:active,
p a.active,
.contentMain a,
.contentMain a:hover,
.contentMain a:focus,
.contentMain a:active,
.contentMain a.active {
  text-decoration: underline;
}

p a.btn,
p .containerx a.btn,
.containerx p a.btn,
p a.btn:hover,
p a.btn:focus,
p a.btn:active,
p a.btn.active,
.contentMain a.btn,
.contentMain .containerx a.btn,
.containerx .contentMain a.btn,
.contentMain a.btn:hover,
.contentMain a.btn:focus,
.contentMain a.btn:active,
.contentMain a.btn.active {
  text-decoration: none;
}

[class^='icon-'],
[class*=' icon-'] {
  display: inline-block;
  fill: #01426a;
}

[class^='icon-']:hover,
[class*=' icon-']:hover {
  fill: #2774ae;
}

[class^='icon-disabled'],
[class*=' icon-disabled'] {
  fill: #c8c9c7;
}

.jumbotron {
  padding: 0;
  background-color: #fff;
  margin-top: -24px;
  margin-bottom: 0;
  position: relative;
}
@media all and (min-width: 992px) {
  .jumbotron {
    padding: 0;
    background-color: #01426a;
  }
}

#content .panel {
  margin-top: 0;
}

.panel {
  margin: 12px 0 24px;
  overflow: hidden;
}
.panel h1,
.panel h2,
.panel h3,
.panel h4,
.panel h5,
.panel h6,
.panel .h1,
.panel .h2,
.panel .h3,
.panel .h4,
.panel .h5,
.panel .h6 {
  margin: 0 0 12px 0;
}
.panel .table-striped > tbody > tr:nth-child(even) {
  background-color: #fff;
}
.panel.panel-noborder {
  border-bottom: none;
}

div.panel-heading {
  background-color: #fff;
}
div.panel-heading > * {
  margin: 0px;
}

.panel-box .panel-heading {
  border: 0px;
  background-color: #fff;
}

.panel-divider {
  height: 1px;
  width: 100%;
  background-color: #ddd;
}

.panel-primary {
  border-bottom: 6px solid #48a9c5;
}

.panel.panel-noline {
  border-bottom: 0px;
}

.panel-navy {
  color: #fff;
  background-color: #01426a;
  border-bottom-color: #01426a;
}
.panel-navy h1,
.panel-navy h2,
.panel-navy h3,
.panel-navy h4,
.panel-navy h5,
.panel-navy h6,
.panel-navy .h1,
.panel-navy .h2,
.panel-navy .h3,
.panel-navy .h4,
.panel-navy .h5,
.panel-navy .h6,
.panel-navy p {
  color: #fff;
}

.panel-teal {
  color: #fff;
  background-color: #004f51;
}

.panel-grey,
.panel-gray {
  color: #666666;
  background-color: #eeeeee;
}

.panel-green {
  color: #fff;
  background-color: #48850b;
}

.panel-brown {
  color: #fff;
  background-color: #4d3524;
}

.panel-tan {
  color: #4d3524;
  background-color: #b7af9b;
}

.panel-cream {
  color: #4d3524;
  background-color: #e9e5dd;
}

.panel-white {
  color: #333333;
  background-color: #fff;
}

.panel-berry,
.panel-pink {
  color: #fff;
  background-color: #922a49;
}

.panel-plum {
  color: #fff;
  background-color: #522a3a;
}

.panel-orange {
  color: #fff;
  background-color: #e17329;
}

.panel-gold {
  color: #fff;
  background-color: #dfa526;
}

.panel-aqua {
  color: #01426a;
  background-color: #9ed0c9;
}

.panel-blue {
  color: #fff;
  background-color: #2774ae;
}

.panel-gray-light {
  color: #01426a;
  background-color: #777777;
}

.panel-breeze {
  color: #212223;
  background-color: #48a9c5;
}

.panel-lightgreen {
  color: #212223;
  background-color: #b3d57d;
}

.panel-offwhite1 {
  color: #212223;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.1);
}

.panel-offwhite2 {
  color: #212223;
  background-color: #eee;
}

.panel-offwhite3 {
  color: #212223;
  background-color: #e5e5e5;
}

.panel-white {
  color: #212223;
  background-color: #fff;
}

.panel-lightgray,
.panel-lightgrey {
  color: #212223;
  background-color: #c8c9c7;
}

.panel-lightblue {
  color: #212223;
  background-color: #8ba6c1;
}

.panel-image-side {
  margin-left: -15px;
  margin-right: -15px;
}

.panel-image {
  min-height: 180px;
}

.panel-image-xxs {
  min-height: 50px !important;
}

.panel-image-xs {
  min-height: 90px !important;
}

.panel-image-sm {
  min-height: 120px !important;
}

.panel-image-md {
  min-height: 180px !important;
}

.panel-image-lg {
  min-height: 220px !important;
}

.panel-image-xl {
  min-height: 300px !important;
}

.panel-image-full {
  width: 100%;
}

.panel-image-featured {
  min-height: 500px;
  margin-top: -20px;
  margin-bottom: -20px;
  margin-right: -20px;
  margin-left: -20px;
}

.panel-image-featured {
  min-height: 500px;
  margin-top: -20px;
  margin-bottom: -20px;
  margin-right: -20px;
  margin-left: -20px;
}

.panel-box .panel-heading {
  border: 0px;
  background-color: #fff;
}

.panel-divider {
  height: 1px;
  width: 100%;
  background-color: #ddd;
}

.panel-overview h4 {
  margin-top: 6px;
  margin-bottom: 8px;
}

.panel-overview .btn,
.panel-overview .containerx a.btn,
.containerx .panel-overview a.btn {
  padding: 8px 19px;
  min-width: 212px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .panel-overview .btn,
  .panel-overview .containerx a.btn,
  .containerx .panel-overview a.btn {
    margin-left: -15px;
  }
}

@media (min-width: 992px) {
  .panel-overview {
    min-height: 52px;
  }
}

@media print {
  a[href]:after,
  abbr[title]:after {
    content: '';
  }
  .btn,
  .containerx a.btn {
    border-color: #000 !important;
  }
  .navbar-wrapper-brand {
    margin-bottom: 20px;
    padding-bottom: 0;
    border: none;
  }
  .navbar,
  #genericFooter .row.as-footer-copyright {
    display: block;
  }
  .navbar-wrapper-personalized,
  .navbar-wrapper-brand .navbar-nav,
  #mobilenav .navmenu,
  #mobilenav #navMobileCart,
  #marketing-footer footer,
  #genericFooter .row,
  .server-name,
  #upsell {
    display: none;
  }
  #genericFooter .container {
    padding-left: 0;
    padding-right: 0;
  }
  #genericFooter .row.as-footer-copyright {
    padding: 10px 0 10px;
  }
  /* Mobilenav */
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    position: relative;
  }
  .mobilenav .navbar-default {
    border: none;
  }
  /* Shoping matrix styles */
  body .containerx .MatrixTable td.FullFlexColumn.Brown,
  body .containerx .MatrixTable td.GuestUpgradableColumn,
  body .containerx .MatrixTable td.GoldUpgradableColumn,
  body .containerx .MatrixTable td.Gold75kUpgradableColumn,
  body .containerx .MatrixTable td.MVPUpgradableColumn,
  body .containerx .MatrixTable td.PremiumEconomyColumn,
  body .containerx .MatrixTable td.BusinessAwardColumn,
  body .containerx .MatrixTable td.FirstClassColumn,
  body .containerx .MatrixTable td.FirstClassDealColumn,
  body .containerx .MatrixTable td.FirstAwardColumn,
  body .containerx .MatrixTable td.FirstFullFlexColumn {
    background-color: #fff !important;
  }
  body .containerx .MatrixTable td.ValueColumn.SelectedHighlight,
  body .containerx .MatrixTable td.BestDealColumn.SelectedHighlight,
  body .containerx .MatrixTable td.FullFlexColumn.SelectedHighlight,
  body .containerx .MatrixTable td.CoachAwardColumn.SelectedHighlight,
  body .containerx .MatrixTable td.CoachFullFlexColumn.SelectedHighlight,
  body .containerx .MatrixTable td.FirstClassColumn.SelectedHighlight,
  body .containerx .MatrixTable td.FirstClassDealColumn.SelectedHighlight,
  body .containerx .MatrixTable td.FirstAwardColumn.SelectedHighlight,
  body .containerx .MatrixTable td.FirstFullFlexColumn.SelectedHighlight {
    background-color: #000 !important;
  }
  body .containerx .MatrixTable td.ValueColumn,
  body .containerx .MatrixTable td.BestDealColumn,
  body .containerx .MatrixTable td.FullFlexColumn,
  body .containerx .MatrixTable td.CoachAwardColumn,
  body .containerx .MatrixTable td.CoachFullFlexColumn {
    background-color: #eee !important;
  }
  body .containerx .MatrixTable td.ValueColumn.LowestPrice .cellborder,
  body .containerx .MatrixTable td.BestDealColumn.LowestPrice .cellborder,
  body .containerx .MatrixTable td.FullFlexColumn.LowestPrice .cellborder,
  body .containerx .MatrixTable td.CoachAwardColumn.LowestPrice .cellborder,
  body .containerx .MatrixTable td.CoachFullFlexColumn.LowestPrice .cellborder,
  body .containerx .MatrixTable td.FirstClassDealColumn.LowestPrice .cellborder,
  body .containerx .MatrixTable td.FirstClassColumn.LowestPrice .cellborder,
  body .containerx .MatrixTable td.FirstAwardColumn.LowestPrice .cellborder,
  body .containerx .MatrixTable td.FirstFullFlexColumn.LowestPrice .cellborder {
    border-color: #fff !important;
  }
}

body {
  position: relative;
  height: 100%;
}

a:hover,
a:focus {
  text-decoration: underline;
}

a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type='submit']:focus,
input[type='button']:focus,
input[type='image']:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.img-responsive {
  display: block;
  width: 100%;
  height: auto;
}

main#content {
  outline: none;
}

section,
.section {
  margin-bottom: 24px;
}

.section-header {
  padding-bottom: 11px;
  margin-bottom: 24px;
  border-bottom: 1px solid #eeeeee;
}

.sidebar {
  will-change: min-height;
}
.sidebar .sidebar__inner {
  will-change: position, transform;
  padding-bottom: 24px;
}

.side-nav .side-nav--parents {
  display: block;
  max-width: 100%;
  list-style: none;
  padding-left: 0px;
}
.side-nav .side-nav--parents .side-nav--parent-items {
  margin-bottom: 12px;
}
.side-nav .side-nav--parents .side-nav--parent-items > a {
  font-size: 14px;
}
.side-nav .side-nav--parents .side-nav--children {
  margin-top: 12px;
  padding-left: 12px;
}
.side-nav .side-nav--parents .side-nav--children .side-nav--children-items {
  list-style-type: none;
  margin-bottom: 6px;
}
.side-nav .side-nav--parents .side-nav--children .side-nav--children-items > a {
  font-size: 14px;
}

.side-nav .side-nav--title {
  margin-bottom: 20px;
  display: block;
}

.side-nav .side-nav--sliding-u-l-r {
  display: inline-block;
  cursor: pointer;
}

.side-nav .side-nav--sliding-u-l-r:after {
  content: '';
  display: block;
  height: 3px;
  width: 0;
  background: transparent;
  -webkit-transition: width 0.3s ease, background-color 0.3s ease;
  -o-transition: width 0.3s ease, background-color 0.3s ease;
  transition: width 0.3s ease, background-color 0.3s ease;
  margin-top: 2px;
}

.side-nav .side-nav--sliding-u-l-r:hover,
.side-nav .side-nav--sliding-u-l-r:focus {
  text-decoration: none;
}

.side-nav .side-nav--sliding-u-l-r:hover:after,
.side-nav .side-nav--sliding-u-l-r:focus:after {
  background-color: #2774ae;
  width: 100%;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.side-nav .side-nav--nav-active:after {
  background-color: #2774ae;
  text-decoration: none;
  width: 100%;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.scrollable-section::before {
  display: block;
  content: ' ';
  margin-top: -18px;
  height: 18px;
  /*@media(min-width: 767px) {
        margin-top: -70px;
        height: 70px;
    }*/
  visibility: hidden;
  pointer-events: none;
}

.scrollable-section:focus {
  outline: none;
}

.stepout-icon {
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: inline-block;
  text-indent: -9999px;
}

sup .stepout-icon {
  width: 7px;
  height: 7px;
  line-height: 70%;
}

h2 .stepout-icon.black {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='rgb(0,0,0)' d='m397 512l-360 0c-21 0-37-17-37-37l0-361c0-20 16-37 37-37l119 0c20 0 36 17 36 37 0 20-16 37-36 37l-82 0 0 287 287 0 0-82c0-20 16-36 36-36 21 0 37 16 37 36l0 119c0 20-16 37-37 37z m78-259c-20 0-37-16-37-36l0-143-142 0c-20 0-36-17-36-37 0-20 16-37 36-37l179 0c20 0 37 17 37 37l0 180c0 20-16 36-37 36z m-178 5c-9 0-18-4-25-11-15-14-15-37-1-51l177-184c14-14 37-15 52-1 15 15 15 38 1 52l-177 184c-8 7-17 11-27 11z'/%3E%3C/svg%3E");
  line-height: 94%;
  width: 17px;
  height: 17px;
}

.stepout-icon.blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='rgb(39,116,174)' d='m397 512l-360 0c-21 0-37-17-37-37l0-361c0-20 16-37 37-37l119 0c20 0 36 17 36 37 0 20-16 37-36 37l-82 0 0 287 287 0 0-82c0-20 16-36 36-36 21 0 37 16 37 36l0 119c0 20-16 37-37 37z m78-259c-20 0-37-16-37-36l0-143-142 0c-20 0-36-17-36-37 0-20 16-37 36-37l179 0c20 0 37 17 37 37l0 180c0 20-16 36-37 36z m-178 5c-9 0-18-4-25-11-15-14-15-37-1-51l177-184c14-14 37-15 52-1 15 15 15 38 1 52l-177 184c-8 7-17 11-27 11z'/%3E%3C/svg%3E");
}

.stepout-icon.grey {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='rgb(101,101,101)' d='m397 512l-360 0c-21 0-37-17-37-37l0-361c0-20 16-37 37-37l119 0c20 0 36 17 36 37 0 20-16 37-36 37l-82 0 0 287 287 0 0-82c0-20 16-36 36-36 21 0 37 16 37 36l0 119c0 20-16 37-37 37z m78-259c-20 0-37-16-37-36l0-143-142 0c-20 0-36-17-36-37 0-20 16-37 36-37l179 0c20 0 37 17 37 37l0 180c0 20-16 36-37 36z m-178 5c-9 0-18-4-25-11-15-14-15-37-1-51l177-184c14-14 37-15 52-1 15 15 15 38 1 52l-177 184c-8 7-17 11-27 11z'/%3E%3C/svg%3E");
}

.stepout-icon.white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='rgb(255,255,255)' d='m397 512l-360 0c-21 0-37-17-37-37l0-361c0-20 16-37 37-37l119 0c20 0 36 17 36 37 0 20-16 37-36 37l-82 0 0 287 287 0 0-82c0-20 16-36 36-36 21 0 37 16 37 36l0 119c0 20-16 37-37 37z m78-259c-20 0-37-16-37-36l0-143-142 0c-20 0-36-17-36-37 0-20 16-37 36-37l179 0c20 0 37 17 37 37l0 180c0 20-16 36-37 36z m-178 5c-9 0-18-4-25-11-15-14-15-37-1-51l177-184c14-14 37-15 52-1 15 15 15 38 1 52l-177 184c-8 7-17 11-27 11z'/%3E%3C/svg%3E");
}

.stepout-icon.black {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='rgb(0,0,0)' d='m397 512l-360 0c-21 0-37-17-37-37l0-361c0-20 16-37 37-37l119 0c20 0 36 17 36 37 0 20-16 37-36 37l-82 0 0 287 287 0 0-82c0-20 16-36 36-36 21 0 37 16 37 36l0 119c0 20-16 37-37 37z m78-259c-20 0-37-16-37-36l0-143-142 0c-20 0-36-17-36-37 0-20 16-37 36-37l179 0c20 0 37 17 37 37l0 180c0 20-16 36-37 36z m-178 5c-9 0-18-4-25-11-15-14-15-37-1-51l177-184c14-14 37-15 52-1 15 15 15 38 1 52l-177 184c-8 7-17 11-27 11z'/%3E%3C/svg%3E");
}

a:hover .stepout-icon.blue,
button:hover .stepout-icon.blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='rgb(1,66,106)' d='m397 512l-360 0c-21 0-37-17-37-37l0-361c0-20 16-37 37-37l119 0c20 0 36 17 36 37 0 20-16 37-36 37l-82 0 0 287 287 0 0-82c0-20 16-36 36-36 21 0 37 16 37 36l0 119c0 20-16 37-37 37z m78-259c-20 0-37-16-37-36l0-143-142 0c-20 0-36-17-36-37 0-20 16-37 36-37l179 0c20 0 37 17 37 37l0 180c0 20-16 36-37 36z m-178 5c-9 0-18-4-25-11-15-14-15-37-1-51l177-184c14-14 37-15 52-1 15 15 15 38 1 52l-177 184c-8 7-17 11-27 11z'/%3E%3C/svg%3E");
}

a:hover .stepout-icon.grey {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='rgb(101,101,101)' d='m397 512l-360 0c-21 0-37-17-37-37l0-361c0-20 16-37 37-37l119 0c20 0 36 17 36 37 0 20-16 37-36 37l-82 0 0 287 287 0 0-82c0-20 16-36 36-36 21 0 37 16 37 36l0 119c0 20-16 37-37 37z m78-259c-20 0-37-16-37-36l0-143-142 0c-20 0-36-17-36-37 0-20 16-37 36-37l179 0c20 0 37 17 37 37l0 180c0 20-16 36-37 36z m-178 5c-9 0-18-4-25-11-15-14-15-37-1-51l177-184c14-14 37-15 52-1 15 15 15 38 1 52l-177 184c-8 7-17 11-27 11z'/%3E%3C/svg%3E");
}

a:hover .stepout-icon.white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='rgb(255,255,255)' d='m397 512l-360 0c-21 0-37-17-37-37l0-361c0-20 16-37 37-37l119 0c20 0 36 17 36 37 0 20-16 37-36 37l-82 0 0 287 287 0 0-82c0-20 16-36 36-36 21 0 37 16 37 36l0 119c0 20-16 37-37 37z m78-259c-20 0-37-16-37-36l0-143-142 0c-20 0-36-17-36-37 0-20 16-37 36-37l179 0c20 0 37 17 37 37l0 180c0 20-16 36-37 36z m-178 5c-9 0-18-4-25-11-15-14-15-37-1-51l177-184c14-14 37-15 52-1 15 15 15 38 1 52l-177 184c-8 7-17 11-27 11z'/%3E%3C/svg%3E");
}

.tabbed-navigation .tab-wrapper {
  overflow-x: scroll;
  margin: 0 -15px 0;
}
.tabbed-navigation .tab-wrapper .nav-tabs-underline {
  margin: 0 0 30px;
}

@media all and (max-width: 767px) {
  .tabbed-navigation .tab-scroll-overlay {
    position: absolute;
    width: 30px;
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(rgba(255, 255, 255, 0)),
      color-stop(5%, rgba(255, 255, 255, 0)),
      to(white)
    );
    background: -webkit-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 5%,
      white 100%
    );
    background: -o-linear-gradient(
      left,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 5%,
      white 100%
    );
    background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0) 5%,
      white 100%
    );
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    height: 46px;
    z-index: 1;
    right: 0;
  }
}

.tabbed-navigation .nav-tabs-justified > li,
.tabbed-navigation .nav-tabs.nav-justified > li {
  display: table-cell;
  width: 1%;
  float: none;
  white-space: nowrap;
}

.tabbed-navigation .nav-tabs-justified a,
.tabbed-navigation .nav-tabs.nav-justified a {
  text-align: center;
}

.tabbed-navigation .nav-tabs-underline {
  margin: 0;
  border-bottom: 2px solid #e9e9e9;
}
.tabbed-navigation .nav-tabs-underline.nav-tabs {
  border-bottom: 0;
}
.tabbed-navigation .nav-tabs-underline > li {
  float: left;
  margin-bottom: -2px;
}
.tabbed-navigation .nav-tabs-underline > li > a {
  margin-right: 3px;
  line-height: 24px;
  border: none;
  border-bottom: 2px solid #e9e9e9;
  border-radius: 0;
  font-size: 16px;
  padding: 10px 0px;
  margin: 0 15px;
  text-decoration: none;
}
.tabbed-navigation .nav-tabs-underline > li > a:hover,
.tabbed-navigation .nav-tabs-underline > li > a:focus {
  border-bottom: 2px solid #2774ae;
}
.tabbed-navigation .nav-tabs-underline > li.active > a,
.tabbed-navigation .nav-tabs-underline > li.active > a:hover,
.tabbed-navigation .nav-tabs-underline > li.active > a:focus {
  color: #01426a;
  background-color: transparent;
  border: 0px solid transparent;
  border-bottom: 2px solid #01426a;
  cursor: default;
  font-weight: bold;
  padding: 10px 0;
}
.tabbed-navigation .nav-tabs-underline .dropdown-menu > li > a {
  text-decoration: none;
}
.tabbed-navigation .nav-tabs-underline .open > a {
  color: #2774ae !important;
}

.navy {
  color: #01426a !important;
}

.blue {
  color: #2774ae !important;
}

.white {
  color: #fff !important;
}

.toggles .toggles--toggle {
  margin-top: 0px;
}

.toggles .toggles--toggle-collapsed .toggles--toggle-content {
  display: none;
}

.toggles .toggles--toggle-collapsed .toggles--toggle {
  margin-bottom: 12px;
  -webkit-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
  clear: both;
}

.toggles .toggles--toggle {
  cursor: pointer;
  margin-top: 0px;
  margin-bottom: 12px;
}

.toggles .toggles--toggle:focus {
  outline: none;
  color: #01426a;
}

.toggles .toggles--toggle-content {
  clear: both;
}

.toggles .toggles--toggle-item {
  margin-bottom: 24px;
}

.toggles .panel .toggles--toggle-item {
  margin-bottom: 0px;
}

.toggles .toggles--toggle-border {
  margin-bottom: 24px;
}
.toggles .toggles--toggle-border .toggles--toggle-item {
  border-bottom: 1px solid #e9e9e9;
  margin-bottom: 12px;
}

.toggles .toggles--toggle-info {
  padding-bottom: 0px;
}
.toggles .toggles--toggle-info .toggles--toggle:before {
  position: relative;
  top: 0.1em;
  height: 0.7em;
  float: left;
  width: 0.7em;
  margin-right: 10px;
  margin-bottom: 1em;
  content: ' ';
  background-image: url('//resource.alaskaair.net/stylesheets/asicons/svg/arrow-down.svg');
  -webkit-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
  background-repeat: no-repeat;
  padding: 6px;
  -webkit-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
}
.toggles
  .toggles--toggle-info
  .toggles--toggle-collapsed
  .toggles--toggle:before {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: all 0.25s ease-in 0s;
  -o-transition: all 0.25s ease-in 0s;
  transition: all 0.25s ease-in 0s;
}

.toggles .toggles--toggle-content {
  margin-bottom: 12px;
}

.toggles .toggles--toggle-image-sm .toggles--toggle {
  min-height: 40px;
}

.toggles .toggles--toggle-image-sm .pull-right {
  margin: 0 0 24px 30px;
}

.toggles .toggles--toggle-image-sm .toggles--toggle-image {
  max-height: 40px;
  width: auto;
}

.toggles .toggles--toggle-image-sm .toggles--toggle {
  clear: none;
}

.toggles .toggles--toggle-image-md .toggles--toggle {
  min-height: 70px;
}

.toggles .toggles--toggle-image-md .pull-right {
  margin: 0 0 24px 30px;
}

.toggles .toggles--toggle-image-md .toggles--toggle-image {
  max-height: 70px;
  width: auto;
}

.toggles .toggles--toggle-image-md .toggles--toggle {
  clear: none;
}

.toggles .toggles--toggle-image-lg .toggles--toggle {
  min-height: 125px;
}

.toggles .toggles--toggle-image-lg .pull-right {
  margin: 0 0 24px 30px;
}

.toggles .toggles--toggle-image-lg .toggles--toggle-image {
  max-height: 125px;
  width: auto;
}

.toggles .toggles--toggle-image-lg .toggles--toggle {
  clear: none;
}

.toggles--toggle-nav {
  padding-bottom: 0px;
}
.toggles--toggle-nav .toggles--toggle:before {
  content: ' ';
  background-image: url('//resource.alaskaair.net/stylesheets/asicons/svg/arrow-down.svg');
  background-repeat: no-repeat;
  padding: 6px;
  float: right;
  margin-left: 10px;
  margin-bottom: 1em;
  position: relative;
  top: 0.1em;
  height: 0.7em;
  width: 0.7em;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: all 0.15s ease-in 0s;
  -o-transition: all 0.15s ease-in 0s;
  transition: all 0.15s ease-in 0s;
}
.toggles--toggle-nav .toggles--toggle-collapsed .toggles--toggle:before {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.15s ease-in 0s;
  -o-transition: all 0.15s ease-in 0s;
  transition: all 0.15s ease-in 0s;
}

#content h1,
#content .h1,
#content h2,
#content .h2,
#content h3,
#content .h3 {
  margin-top: 0;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-bottom: 12px;
}

.well-lg {
  border-radius: inherit;
}

.well-md {
  border-radius: inherit;
  padding: 18px;
}

.well-sm {
  border-radius: inherit;
  padding: 12px;
}

.well-xs {
  padding: 3px;
  border-radius: inherit;
}

html .alert {
  color: #212223;
  padding: 15px;
}
html .alert .alert-link {
  color: #212223;
}
html .alert .alert-link:focus,
html .alert .alert-link:hover {
  color: #212223;
}

html .alert-success {
  background-color: #b3d57d;
  border-color: #b3d57d;
  color: #3c3b3f;
}
html .alert-success hr {
  border-top-color: #a8cf6a;
}
html .alert-success .alert-link {
  color: #232225;
}

html .alert-info {
  background-color: #dce4ec;
  border-color: #dce4ec;
  color: #3c3b3f;
}
html .alert-info hr {
  border-top-color: #cbd7e3;
}
html .alert-info .alert-link {
  color: #232225;
}

html .alert-warning {
  background-color: #f9e595;
  border-color: #f9e595;
  color: #3c3b3f;
}
html .alert-warning hr {
  border-top-color: #f8df7d;
}
html .alert-warning .alert-link {
  color: #232225;
}

html .alert-danger {
  background-color: #f5d7d2;
  border-color: #f5d7d2;
  color: #3c3b3f;
}
html .alert-danger hr {
  border-top-color: #f0c4bd;
}
html .alert-danger .alert-link {
  color: #232225;
}

html .btn,
html .containerx a.btn,
.containerx html a.btn {
  border: 2px solid;
  border-radius: 0;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
html .btn:hover,
html .btn:active,
html .btn:focus {
  text-decoration: none;
}
@media (max-width: 767px) {
  html .btn,
  html .containerx a.btn,
  .containerx html a.btn {
    margin-bottom: 12px;
  }
}

html .btn-lg,
html .btn-group-lg > .btn,
html .containerx .btn-group-lg > a.btn,
.containerx html .btn-group-lg > a.btn,
html .btn,
html .containerx a.btn,
.containerx html a.btn {
  padding: 8px 40px;
}

html .btn-sm,
html .btn-group-sm > .btn,
html .containerx .btn-group-sm > a.btn,
.containerx html .btn-group-sm > a.btn {
  padding: 5px 10px;
}

html .btn-xs,
html .btn-group-xs > .btn,
html .containerx .btn-group-xs > a.btn,
.containerx html .btn-group-xs > a.btn {
  padding: 0 5px;
}

html .btn-link {
  color: #2774ae;
}
html .btn-link:hover,
html .btn-link:focus {
  color: #01426a;
}

html .btn-next-arrow {
  font-size: 26px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 2px;
  width: 162px;
}
html .btn-next-arrow span {
  font-size: 34px;
  font-weight: normal;
  line-height: 24px;
  margin-left: -5px;
  position: relative;
  top: 2px;
}

html .btn-primary,
html .btn-green,
html .btn-success,
html .containerx .btn-primary,
html .containerx a.btn-primary {
  color: #fff;
  background-color: #48850b;
  border-color: #48850b;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
}
html .btn-primary:hover,
html .btn-primary:focus,
html .btn-primary.focus,
html .btn-primary:active,
html .btn-primary.active,
.open > html .btn-primary.dropdown-toggle,
html .btn-green:hover,
html .btn-green:focus,
html .btn-green.focus,
html .btn-green:active,
html .btn-green.active,
.open > html .btn-green.dropdown-toggle,
html .btn-success:hover,
html .btn-success:focus,
html .btn-success.focus,
html .btn-success:active,
html .btn-success.active,
.open > html .btn-success.dropdown-toggle,
html .containerx .btn-primary:hover,
html .containerx .btn-primary:focus,
html .containerx .btn-primary.focus,
html .containerx .btn-primary:active,
html .containerx .btn-primary.active,
.open > html .containerx .btn-primary.dropdown-toggle,
html .containerx a.btn-primary:hover,
html .containerx a.btn-primary:focus,
html .containerx a.btn-primary.focus,
html .containerx a.btn-primary:active,
html .containerx a.btn-primary.active,
.open > html .containerx a.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3b6d09;
  border-color: #3b6d09;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
html .btn-primary:active,
html .btn-primary.active,
.open > html .btn-primary.dropdown-toggle,
html .btn-green:active,
html .btn-green.active,
.open > html .btn-green.dropdown-toggle,
html .btn-success:active,
html .btn-success.active,
.open > html .btn-success.dropdown-toggle,
html .containerx .btn-primary:active,
html .containerx .btn-primary.active,
.open > html .containerx .btn-primary.dropdown-toggle,
html .containerx a.btn-primary:active,
html .containerx a.btn-primary.active,
.open > html .containerx a.btn-primary.dropdown-toggle {
  background-image: none;
}
html .btn-primary.disabled,
html .btn-primary.disabled:hover,
html .btn-primary.disabled:focus,
html .btn-primary.disabled.focus,
html .btn-primary.disabled:active,
html .btn-primary.disabled.active,
html .btn-primary[disabled],
html .btn-primary[disabled]:hover,
html .btn-primary[disabled]:focus,
html .btn-primary[disabled].focus,
html .btn-primary[disabled]:active,
html .btn-primary[disabled].active,
fieldset[disabled] html .btn-primary,
fieldset[disabled] html .btn-primary:hover,
fieldset[disabled] html .btn-primary:focus,
fieldset[disabled] html .btn-primary.focus,
fieldset[disabled] html .btn-primary:active,
fieldset[disabled] html .btn-primary.active,
html .btn-green.disabled,
html .btn-green.disabled:hover,
html .btn-green.disabled:focus,
html .btn-green.disabled.focus,
html .btn-green.disabled:active,
html .btn-green.disabled.active,
html .btn-green[disabled],
html .btn-green[disabled]:hover,
html .btn-green[disabled]:focus,
html .btn-green[disabled].focus,
html .btn-green[disabled]:active,
html .btn-green[disabled].active,
fieldset[disabled] html .btn-green,
fieldset[disabled] html .btn-green:hover,
fieldset[disabled] html .btn-green:focus,
fieldset[disabled] html .btn-green.focus,
fieldset[disabled] html .btn-green:active,
fieldset[disabled] html .btn-green.active,
html .btn-success.disabled,
html .btn-success.disabled:hover,
html .btn-success.disabled:focus,
html .btn-success.disabled.focus,
html .btn-success.disabled:active,
html .btn-success.disabled.active,
html .btn-success[disabled],
html .btn-success[disabled]:hover,
html .btn-success[disabled]:focus,
html .btn-success[disabled].focus,
html .btn-success[disabled]:active,
html .btn-success[disabled].active,
fieldset[disabled] html .btn-success,
fieldset[disabled] html .btn-success:hover,
fieldset[disabled] html .btn-success:focus,
fieldset[disabled] html .btn-success.focus,
fieldset[disabled] html .btn-success:active,
fieldset[disabled] html .btn-success.active,
html .containerx .btn-primary.disabled,
html .containerx .btn-primary.disabled:hover,
html .containerx .btn-primary.disabled:focus,
html .containerx .btn-primary.disabled.focus,
html .containerx .btn-primary.disabled:active,
html .containerx .btn-primary.disabled.active,
html .containerx .btn-primary[disabled],
html .containerx .btn-primary[disabled]:hover,
html .containerx .btn-primary[disabled]:focus,
html .containerx .btn-primary[disabled].focus,
html .containerx .btn-primary[disabled]:active,
html .containerx .btn-primary[disabled].active,
fieldset[disabled] html .containerx .btn-primary,
fieldset[disabled] html .containerx .btn-primary:hover,
fieldset[disabled] html .containerx .btn-primary:focus,
fieldset[disabled] html .containerx .btn-primary.focus,
fieldset[disabled] html .containerx .btn-primary:active,
fieldset[disabled] html .containerx .btn-primary.active,
html .containerx a.btn-primary.disabled,
html .containerx a.btn-primary.disabled:hover,
html .containerx a.btn-primary.disabled:focus,
html .containerx a.btn-primary.disabled.focus,
html .containerx a.btn-primary.disabled:active,
html .containerx a.btn-primary.disabled.active,
html .containerx a.btn-primary[disabled],
html .containerx a.btn-primary[disabled]:hover,
html .containerx a.btn-primary[disabled]:focus,
html .containerx a.btn-primary[disabled].focus,
html .containerx a.btn-primary[disabled]:active,
html .containerx a.btn-primary[disabled].active,
fieldset[disabled] html .containerx a.btn-primary,
fieldset[disabled] html .containerx a.btn-primary:hover,
fieldset[disabled] html .containerx a.btn-primary:focus,
fieldset[disabled] html .containerx a.btn-primary.focus,
fieldset[disabled] html .containerx a.btn-primary:active,
fieldset[disabled] html .containerx a.btn-primary.active {
  background-color: #48850b;
  border-color: #48850b;
}

html .btn-ghost-green {
  color: #48850b;
  background-color: #fff;
  border-color: #48850b;
}
html .btn-ghost-green:hover,
html .btn-ghost-green:focus,
html .btn-ghost-green.focus,
html .btn-ghost-green:active,
html .btn-ghost-green.active,
.open > html .btn-ghost-green.dropdown-toggle {
  color: #48850b;
  background-color: #f2f2f2;
  border-color: #3b6d09;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
html .btn-ghost-green:active,
html .btn-ghost-green.active,
.open > html .btn-ghost-green.dropdown-toggle {
  background-image: none;
}
html .btn-ghost-green.disabled,
html .btn-ghost-green.disabled:hover,
html .btn-ghost-green.disabled:focus,
html .btn-ghost-green.disabled.focus,
html .btn-ghost-green.disabled:active,
html .btn-ghost-green.disabled.active,
html .btn-ghost-green[disabled],
html .btn-ghost-green[disabled]:hover,
html .btn-ghost-green[disabled]:focus,
html .btn-ghost-green[disabled].focus,
html .btn-ghost-green[disabled]:active,
html .btn-ghost-green[disabled].active,
fieldset[disabled] html .btn-ghost-green,
fieldset[disabled] html .btn-ghost-green:hover,
fieldset[disabled] html .btn-ghost-green:focus,
fieldset[disabled] html .btn-ghost-green.focus,
fieldset[disabled] html .btn-ghost-green:active,
fieldset[disabled] html .btn-ghost-green.active {
  background-color: #fff;
  border-color: #48850b;
}
html .btn-ghost-green:focus {
  outline: thin dotted !important;
  outline-offset: 0px !important;
}

html .btn-ghost-white {
  color: #fff;
  background-color: rgba(255, 255, 255, 0);
  border-color: #fff;
}
html .btn-ghost-white:hover,
html .btn-ghost-white:focus,
html .btn-ghost-white.focus,
html .btn-ghost-white:active,
html .btn-ghost-white.active,
.open > html .btn-ghost-white.dropdown-toggle {
  color: #fff;
  background-color: rgba(242, 242, 242, 0);
  border-color: #f2f2f2;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
html .btn-ghost-white:active,
html .btn-ghost-white.active,
.open > html .btn-ghost-white.dropdown-toggle {
  background-image: none;
}
html .btn-ghost-white.disabled,
html .btn-ghost-white.disabled:hover,
html .btn-ghost-white.disabled:focus,
html .btn-ghost-white.disabled.focus,
html .btn-ghost-white.disabled:active,
html .btn-ghost-white.disabled.active,
html .btn-ghost-white[disabled],
html .btn-ghost-white[disabled]:hover,
html .btn-ghost-white[disabled]:focus,
html .btn-ghost-white[disabled].focus,
html .btn-ghost-white[disabled]:active,
html .btn-ghost-white[disabled].active,
fieldset[disabled] html .btn-ghost-white,
fieldset[disabled] html .btn-ghost-white:hover,
fieldset[disabled] html .btn-ghost-white:focus,
fieldset[disabled] html .btn-ghost-white.focus,
fieldset[disabled] html .btn-ghost-white:active,
fieldset[disabled] html .btn-ghost-white.active {
  background-color: rgba(255, 255, 255, 0);
  border-color: #fff;
}

html .btn-blue {
  color: #fff;
  background-color: #2774ae;
  border-color: #2774ae;
}
html .btn-blue:hover,
html .btn-blue:focus,
html .btn-blue.focus,
html .btn-blue:active,
html .btn-blue.active,
.open > html .btn-blue.dropdown-toggle {
  color: #fff;
  background-color: #226699;
  border-color: #226699;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
html .btn-blue:active,
html .btn-blue.active,
.open > html .btn-blue.dropdown-toggle {
  background-image: none;
}
html .btn-blue.disabled,
html .btn-blue.disabled:hover,
html .btn-blue.disabled:focus,
html .btn-blue.disabled.focus,
html .btn-blue.disabled:active,
html .btn-blue.disabled.active,
html .btn-blue[disabled],
html .btn-blue[disabled]:hover,
html .btn-blue[disabled]:focus,
html .btn-blue[disabled].focus,
html .btn-blue[disabled]:active,
html .btn-blue[disabled].active,
fieldset[disabled] html .btn-blue,
fieldset[disabled] html .btn-blue:hover,
fieldset[disabled] html .btn-blue:focus,
fieldset[disabled] html .btn-blue.focus,
fieldset[disabled] html .btn-blue:active,
fieldset[disabled] html .btn-blue.active {
  background-color: #2774ae;
  border-color: #2774ae;
}
html .btn-blue:focus {
  outline: thin dotted !important;
  outline-offset: -2px;
}

html .btn-white,
html .btn-secondary,
html .btn-ghost-blue,
html .btn-blue,
html .btn-teal,
html .containerx .btn-secondary,
html .containerx a.buttonSecondaryLarge,
html .containerx a.buttonSecondarySmall,
html .containerx input.buttonSecondarySmall {
  color: #2774ae;
  background-color: #fff;
  border-color: #2774ae;
}
html .btn-white:hover,
html .btn-white:focus,
html .btn-white.focus,
html .btn-white:active,
html .btn-white.active,
.open > html .btn-white.dropdown-toggle,
html .btn-secondary:hover,
html .btn-secondary:focus,
html .btn-secondary.focus,
html .btn-secondary:active,
html .btn-secondary.active,
.open > html .btn-secondary.dropdown-toggle,
html .btn-ghost-blue:hover,
html .btn-ghost-blue:focus,
html .btn-ghost-blue.focus,
html .btn-ghost-blue:active,
html .btn-ghost-blue.active,
.open > html .btn-ghost-blue.dropdown-toggle,
html .btn-blue:hover,
html .btn-blue:focus,
html .btn-blue.focus,
html .btn-blue:active,
html .btn-blue.active,
.open > html .btn-blue.dropdown-toggle,
html .btn-teal:hover,
html .btn-teal:focus,
html .btn-teal.focus,
html .btn-teal:active,
html .btn-teal.active,
.open > html .btn-teal.dropdown-toggle,
html .containerx .btn-secondary:hover,
html .containerx .btn-secondary:focus,
html .containerx .btn-secondary.focus,
html .containerx .btn-secondary:active,
html .containerx .btn-secondary.active,
.open > html .containerx .btn-secondary.dropdown-toggle,
html .containerx a.buttonSecondaryLarge:hover,
html .containerx a.buttonSecondaryLarge:focus,
html .containerx a.buttonSecondaryLarge.focus,
html .containerx a.buttonSecondaryLarge:active,
html .containerx a.buttonSecondaryLarge.active,
.open > html .containerx a.buttonSecondaryLarge.dropdown-toggle,
html .containerx a.buttonSecondarySmall:hover,
html .containerx a.buttonSecondarySmall:focus,
html .containerx a.buttonSecondarySmall.focus,
html .containerx a.buttonSecondarySmall:active,
html .containerx a.buttonSecondarySmall.active,
.open > html .containerx a.buttonSecondarySmall.dropdown-toggle,
html .containerx input.buttonSecondarySmall:hover,
html .containerx input.buttonSecondarySmall:focus,
html .containerx input.buttonSecondarySmall.focus,
html .containerx input.buttonSecondarySmall:active,
html .containerx input.buttonSecondarySmall.active,
.open > html .containerx input.buttonSecondarySmall.dropdown-toggle {
  color: #2774ae;
  background-color: #f2f2f2;
  border-color: #226699;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
html .btn-white:active,
html .btn-white.active,
.open > html .btn-white.dropdown-toggle,
html .btn-secondary:active,
html .btn-secondary.active,
.open > html .btn-secondary.dropdown-toggle,
html .btn-ghost-blue:active,
html .btn-ghost-blue.active,
.open > html .btn-ghost-blue.dropdown-toggle,
html .btn-blue:active,
html .btn-blue.active,
.open > html .btn-blue.dropdown-toggle,
html .btn-teal:active,
html .btn-teal.active,
.open > html .btn-teal.dropdown-toggle,
html .containerx .btn-secondary:active,
html .containerx .btn-secondary.active,
.open > html .containerx .btn-secondary.dropdown-toggle,
html .containerx a.buttonSecondaryLarge:active,
html .containerx a.buttonSecondaryLarge.active,
.open > html .containerx a.buttonSecondaryLarge.dropdown-toggle,
html .containerx a.buttonSecondarySmall:active,
html .containerx a.buttonSecondarySmall.active,
.open > html .containerx a.buttonSecondarySmall.dropdown-toggle,
html .containerx input.buttonSecondarySmall:active,
html .containerx input.buttonSecondarySmall.active,
.open > html .containerx input.buttonSecondarySmall.dropdown-toggle {
  background-image: none;
}
html .btn-white.disabled,
html .btn-white.disabled:hover,
html .btn-white.disabled:focus,
html .btn-white.disabled.focus,
html .btn-white.disabled:active,
html .btn-white.disabled.active,
html .btn-white[disabled],
html .btn-white[disabled]:hover,
html .btn-white[disabled]:focus,
html .btn-white[disabled].focus,
html .btn-white[disabled]:active,
html .btn-white[disabled].active,
fieldset[disabled] html .btn-white,
fieldset[disabled] html .btn-white:hover,
fieldset[disabled] html .btn-white:focus,
fieldset[disabled] html .btn-white.focus,
fieldset[disabled] html .btn-white:active,
fieldset[disabled] html .btn-white.active,
html .btn-secondary.disabled,
html .btn-secondary.disabled:hover,
html .btn-secondary.disabled:focus,
html .btn-secondary.disabled.focus,
html .btn-secondary.disabled:active,
html .btn-secondary.disabled.active,
html .btn-secondary[disabled],
html .btn-secondary[disabled]:hover,
html .btn-secondary[disabled]:focus,
html .btn-secondary[disabled].focus,
html .btn-secondary[disabled]:active,
html .btn-secondary[disabled].active,
fieldset[disabled] html .btn-secondary,
fieldset[disabled] html .btn-secondary:hover,
fieldset[disabled] html .btn-secondary:focus,
fieldset[disabled] html .btn-secondary.focus,
fieldset[disabled] html .btn-secondary:active,
fieldset[disabled] html .btn-secondary.active,
html .btn-ghost-blue.disabled,
html .btn-ghost-blue.disabled:hover,
html .btn-ghost-blue.disabled:focus,
html .btn-ghost-blue.disabled.focus,
html .btn-ghost-blue.disabled:active,
html .btn-ghost-blue.disabled.active,
html .btn-ghost-blue[disabled],
html .btn-ghost-blue[disabled]:hover,
html .btn-ghost-blue[disabled]:focus,
html .btn-ghost-blue[disabled].focus,
html .btn-ghost-blue[disabled]:active,
html .btn-ghost-blue[disabled].active,
fieldset[disabled] html .btn-ghost-blue,
fieldset[disabled] html .btn-ghost-blue:hover,
fieldset[disabled] html .btn-ghost-blue:focus,
fieldset[disabled] html .btn-ghost-blue.focus,
fieldset[disabled] html .btn-ghost-blue:active,
fieldset[disabled] html .btn-ghost-blue.active,
html .btn-blue.disabled,
html .btn-blue.disabled:hover,
html .btn-blue.disabled:focus,
html .btn-blue.disabled.focus,
html .btn-blue.disabled:active,
html .btn-blue.disabled.active,
html .btn-blue[disabled],
html .btn-blue[disabled]:hover,
html .btn-blue[disabled]:focus,
html .btn-blue[disabled].focus,
html .btn-blue[disabled]:active,
html .btn-blue[disabled].active,
fieldset[disabled] html .btn-blue,
fieldset[disabled] html .btn-blue:hover,
fieldset[disabled] html .btn-blue:focus,
fieldset[disabled] html .btn-blue.focus,
fieldset[disabled] html .btn-blue:active,
fieldset[disabled] html .btn-blue.active,
html .btn-teal.disabled,
html .btn-teal.disabled:hover,
html .btn-teal.disabled:focus,
html .btn-teal.disabled.focus,
html .btn-teal.disabled:active,
html .btn-teal.disabled.active,
html .btn-teal[disabled],
html .btn-teal[disabled]:hover,
html .btn-teal[disabled]:focus,
html .btn-teal[disabled].focus,
html .btn-teal[disabled]:active,
html .btn-teal[disabled].active,
fieldset[disabled] html .btn-teal,
fieldset[disabled] html .btn-teal:hover,
fieldset[disabled] html .btn-teal:focus,
fieldset[disabled] html .btn-teal.focus,
fieldset[disabled] html .btn-teal:active,
fieldset[disabled] html .btn-teal.active,
html .containerx .btn-secondary.disabled,
html .containerx .btn-secondary.disabled:hover,
html .containerx .btn-secondary.disabled:focus,
html .containerx .btn-secondary.disabled.focus,
html .containerx .btn-secondary.disabled:active,
html .containerx .btn-secondary.disabled.active,
html .containerx .btn-secondary[disabled],
html .containerx .btn-secondary[disabled]:hover,
html .containerx .btn-secondary[disabled]:focus,
html .containerx .btn-secondary[disabled].focus,
html .containerx .btn-secondary[disabled]:active,
html .containerx .btn-secondary[disabled].active,
fieldset[disabled] html .containerx .btn-secondary,
fieldset[disabled] html .containerx .btn-secondary:hover,
fieldset[disabled] html .containerx .btn-secondary:focus,
fieldset[disabled] html .containerx .btn-secondary.focus,
fieldset[disabled] html .containerx .btn-secondary:active,
fieldset[disabled] html .containerx .btn-secondary.active,
html .containerx a.buttonSecondaryLarge.disabled,
html .containerx a.buttonSecondaryLarge.disabled:hover,
html .containerx a.buttonSecondaryLarge.disabled:focus,
html .containerx a.buttonSecondaryLarge.disabled.focus,
html .containerx a.buttonSecondaryLarge.disabled:active,
html .containerx a.buttonSecondaryLarge.disabled.active,
html .containerx a.buttonSecondaryLarge[disabled],
html .containerx a.buttonSecondaryLarge[disabled]:hover,
html .containerx a.buttonSecondaryLarge[disabled]:focus,
html .containerx a.buttonSecondaryLarge[disabled].focus,
html .containerx a.buttonSecondaryLarge[disabled]:active,
html .containerx a.buttonSecondaryLarge[disabled].active,
fieldset[disabled] html .containerx a.buttonSecondaryLarge,
fieldset[disabled] html .containerx a.buttonSecondaryLarge:hover,
fieldset[disabled] html .containerx a.buttonSecondaryLarge:focus,
fieldset[disabled] html .containerx a.buttonSecondaryLarge.focus,
fieldset[disabled] html .containerx a.buttonSecondaryLarge:active,
fieldset[disabled] html .containerx a.buttonSecondaryLarge.active,
html .containerx a.buttonSecondarySmall.disabled,
html .containerx a.buttonSecondarySmall.disabled:hover,
html .containerx a.buttonSecondarySmall.disabled:focus,
html .containerx a.buttonSecondarySmall.disabled.focus,
html .containerx a.buttonSecondarySmall.disabled:active,
html .containerx a.buttonSecondarySmall.disabled.active,
html .containerx a.buttonSecondarySmall[disabled],
html .containerx a.buttonSecondarySmall[disabled]:hover,
html .containerx a.buttonSecondarySmall[disabled]:focus,
html .containerx a.buttonSecondarySmall[disabled].focus,
html .containerx a.buttonSecondarySmall[disabled]:active,
html .containerx a.buttonSecondarySmall[disabled].active,
fieldset[disabled] html .containerx a.buttonSecondarySmall,
fieldset[disabled] html .containerx a.buttonSecondarySmall:hover,
fieldset[disabled] html .containerx a.buttonSecondarySmall:focus,
fieldset[disabled] html .containerx a.buttonSecondarySmall.focus,
fieldset[disabled] html .containerx a.buttonSecondarySmall:active,
fieldset[disabled] html .containerx a.buttonSecondarySmall.active,
html .containerx input.buttonSecondarySmall.disabled,
html .containerx input.buttonSecondarySmall.disabled:hover,
html .containerx input.buttonSecondarySmall.disabled:focus,
html .containerx input.buttonSecondarySmall.disabled.focus,
html .containerx input.buttonSecondarySmall.disabled:active,
html .containerx input.buttonSecondarySmall.disabled.active,
html .containerx input.buttonSecondarySmall[disabled],
html .containerx input.buttonSecondarySmall[disabled]:hover,
html .containerx input.buttonSecondarySmall[disabled]:focus,
html .containerx input.buttonSecondarySmall[disabled].focus,
html .containerx input.buttonSecondarySmall[disabled]:active,
html .containerx input.buttonSecondarySmall[disabled].active,
fieldset[disabled] html .containerx input.buttonSecondarySmall,
fieldset[disabled] html .containerx input.buttonSecondarySmall:hover,
fieldset[disabled] html .containerx input.buttonSecondarySmall:focus,
fieldset[disabled] html .containerx input.buttonSecondarySmall.focus,
fieldset[disabled] html .containerx input.buttonSecondarySmall:active,
fieldset[disabled] html .containerx input.buttonSecondarySmall.active {
  background-color: #fff;
  border-color: #2774ae;
}
html .btn-white:hover,
html .btn-white:focus,
html .btn-secondary:hover,
html .btn-secondary:focus,
html .btn-ghost-blue:hover,
html .btn-ghost-blue:focus,
html .btn-blue:hover,
html .btn-blue:focus,
html .btn-teal:hover,
html .btn-teal:focus,
html .containerx .btn-secondary:hover,
html .containerx .btn-secondary:focus,
html .containerx a.buttonSecondaryLarge:hover,
html .containerx a.buttonSecondaryLarge:focus,
html .containerx a.buttonSecondarySmall:hover,
html .containerx a.buttonSecondarySmall:focus,
html .containerx input.buttonSecondarySmall:hover,
html .containerx input.buttonSecondarySmall:focus {
  color: #01426a;
}

html .containerx a.buttonPrimaryLarge,
html .containerx a.buttonPrimaryMedium,
html .containerx a.buttonPrimarySmall,
html .containerx a.buttonPrimaryLarge:hover,
html .containerx a.buttonPrimaryMedium:hover,
html .containerx a.buttonPrimarySmall:hover,
html .containerx a.buttonPrimaryLarge:visited,
html .containerx a.buttonPrimaryMedium:visited,
html .containerx a.buttonPrimarySmall:visited {
  color: #fff;
}

html .btn-default {
  color: #2774ae;
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}
html .btn-default:hover,
html .btn-default:focus,
html .btn-default.focus,
html .btn-default:active,
html .btn-default.active,
.open > html .btn-default.dropdown-toggle {
  color: #2774ae;
  background-color: gainsboro;
  border-color: gainsboro;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
html .btn-default:active,
html .btn-default.active,
.open > html .btn-default.dropdown-toggle {
  background-image: none;
}
html .btn-default.disabled,
html .btn-default.disabled:hover,
html .btn-default.disabled:focus,
html .btn-default.disabled.focus,
html .btn-default.disabled:active,
html .btn-default.disabled.active,
html .btn-default[disabled],
html .btn-default[disabled]:hover,
html .btn-default[disabled]:focus,
html .btn-default[disabled].focus,
html .btn-default[disabled]:active,
html .btn-default[disabled].active,
fieldset[disabled] html .btn-default,
fieldset[disabled] html .btn-default:hover,
fieldset[disabled] html .btn-default:focus,
fieldset[disabled] html .btn-default.focus,
fieldset[disabled] html .btn-default:active,
fieldset[disabled] html .btn-default.active {
  background-color: #e9e9e9;
  border-color: #e9e9e9;
}

html .icon-calender:focus {
  border: 2px solid #01426a;
  font-weight: bold;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

html .containerx .datepicker,
html .datepicker,
html .datepicker option {
  color: #01426a;
}

html .containerx .btn-prev,
html .btn-prev,
html .containerx .btn-next,
html .btn-next {
  color: #656565;
}

html .containerx .month,
html .month {
  color: #01426a;
}

html .containerx .calendar th,
html .calendar th {
  color: #01426a;
}

html .containerx .calendar td:hover,
html .containerx .calendar td.focus,
html .containerx .calendar td.selected,
html .calendar td:hover,
html .calendar td.focus,
html .calendar td.selected {
  background-color: #01426a;
  color: #fff;
}

html .containerx .calendar .disabled,
html .calendar .disabled {
  color: #c8c9c7;
}

html .containerx .calendar .disabled:hover,
html .calendar .disabled:hover {
  color: #c8c9c7;
}

html .as-datepicker-wrapper .icon-calendar {
  fill: #656565 !important;
}

html .form-control {
  border-radius: 0 !important;
  color: #01426a;
}
html .form-control:focus {
  border: 2px solid #01426a;
  font-weight: bold;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
html .form-control option {
  color: #01426a;
}

html .containerx .form-control {
  color: #3c3b3f;
  font-size: 14px;
}

html .containerx .input-validation-error,
html .input-validation-error {
  background-color: #f2dede !important;
  color: #3c3b3f !important;
  border: 2px solid #994442 !important;
}

html label {
  font-size: 13px;
  font-weight: normal;
}

html .panel,
html .panel-default {
  border: 0px;
  border-bottom: 6px solid #c8c9c7;
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.35);
}
html .panel .table-striped > tbody > tr:nth-child(even),
html .panel-default .table-striped > tbody > tr:nth-child(even) {
  background-color: #fff;
}
html .panel.well-lg,
html .panel.well-md,
html .panel.well-sm,
html .panel.well-xs,
html .panel-default.well-lg,
html .panel-default.well-md,
html .panel-default.well-sm,
html .panel-default.well-xs {
  border-radius: 4px;
}
@media (min-width: 768px) {
  html .panel .row [class^='col']:first-child > [class^='panel-image'],
  html .panel .row [class^='col']:first-child > [class^='embed-responsive'],
  html .panel-default .row [class^='col']:first-child > [class^='panel-image'],
  html
    .panel-default
    .row
    [class^='col']:first-child
    > [class^='embed-responsive'] {
    border-radius: 4px 0 0 0;
  }
  html .panel .row [class^='col']:last-child > [class^='panel-image'],
  html .panel .row [class^='col']:last-child > [class^='embed-responsive'],
  html .panel-default .row [class^='col']:last-child > [class^='panel-image'],
  html
    .panel-default
    .row
    [class^='col']:last-child
    > [class^='embed-responsive'] {
    border-radius: 0 4px 0 0;
  }
}

html .panel-primary {
  border-bottom: 6px solid #48a9c5;
}

html .panel-navy {
  color: #fff;
  background-color: #01426a;
}
html .panel-navy h1,
html .panel-navy h2,
html .panel-navy h3,
html .panel-navy h4,
html .panel-navy h5,
html .panel-navy h6,
html .panel-navy .h1,
html .panel-navy .h2,
html .panel-navy .h3,
html .panel-navy .h4,
html .panel-navy .h5,
html .panel-navy .h6 {
  color: #fff;
}

html .panel-teal {
  background-color: #01426a;
}

html body {
  color: #3c3b3f;
}

html body .containerx a,
html body .containerx a.visited {
  color: #2774ae;
}

html body .containerx a:hover,
html body .containerx a:focus {
  color: #01426a;
}

html body .containerx h1,
html body .containerx .h1 {
  color: #01426a;
}

html body .containerx h2,
html body .containerx .h2 {
  color: #212223;
}

html body .containerx h3,
html body .containerx .h3 {
  color: #3c3b3f;
}

html body .containerx h4,
html body .containerx .h4 {
  color: #212223;
}

html body .containerx h5,
html body .containerx .h5 {
  color: #212223;
}

html body .containerx p {
  color: #3c3b3f;
}

html body .containerx hr {
  background-color: #c8c9c7;
}

html body .containerx label {
  color: #3c3b3f;
}

html a,
html a.visited {
  color: #2774ae;
}

html a:hover,
html a:focus {
  color: #01426a;
}

html h1,
html .h1 {
  font-size: 30px;
  color: #01426a;
}

html h2,
html .h2 {
  color: #212223;
}

html h3,
html .h3 {
  color: #3c3b3f;
}

html h4,
html .h4 {
  color: #212223;
}

html h5,
html .h5 {
  color: #212223;
}

html p {
  color: #3c3b3f;
}

html hr {
  background-color: #c8c9c7;
}

html caption,
html label {
  color: #3c3b3f;
}

html .vertical-align-with-input {
  padding-top: 3px;
}

html .fine-print {
  color: #656565;
}

html .circular-offset {
  position: relative;
  top: 2px;
}

html .error,
html .errorText,
html .errorTextSummary,
html .advisoryTextNoIcon,
html .field-validation-error,
html .input-validation-error,
html .asterisk,
html .smallErrorText {
  color: #994442 !important;
}

html .advisoryText {
  color: #3c3b3f !important;
}

html .successTextSummary {
  color: #3c3b3f !important;
}

html .labelBold,
html .containerx .labelBold,
html .disabledNoBold,
html .containerx .disabledNoBold,
html .containerx .gray,
html .containerx h3.gray {
  color: #656565;
}

html .gray,
html .grey {
  color: #656565 !important;
}

html legend {
  color: #3c3b3f;
}

@media all and (max-width: 767px) {
  #content::before {
    display: block;
    content: ' ';
    margin-top: -75px;
    height: 75px;
    visibility: hidden;
    pointer-events: none;
  }
}

.card-bannerImg-sm {
  overflow: initial;
}
.card-bannerImg-sm a:hover,
.card-bannerImg-sm a:focus {
  text-decoration: none;
}
.card-bannerImg-sm .panel-image {
  min-height: 140px;
}
.card-bannerImg-sm .card-banner--copy {
  color: #3c3b3f;
}
.card-bannerImg-sm .card-banner--copy .h1,
.card-bannerImg-sm .card-banner--copy .h2,
.card-bannerImg-sm .card-banner--copy .h3,
.card-bannerImg-sm .card-banner--copy .h4,
.card-bannerImg-sm .card-banner--copy .h5,
.card-bannerImg-sm .card-banner--copy .h6 {
  color: #212223;
}
@media all and (min-width: 768px) {
  .card-bannerImg-sm .card-banner--copy {
    min-height: 140px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 54px;
  }
}
.card-bannerImg-sm .card-banner--copy .imgContainer,
.card-bannerImg-sm .card-banner--copy .imgContainer-sm,
.card-bannerImg-sm .card-banner--copy .imgContainer-md,
.card-bannerImg-sm .card-banner--copy .imgConainter-lg {
  display: none;
  margin: 0 30px;
  padding-bottom: 20px;
  float: right;
  width: 50px;
}
@media all and (min-width: 450px) {
  .card-bannerImg-sm .card-banner--copy .imgContainer,
  .card-bannerImg-sm .card-banner--copy .imgContainer-sm,
  .card-bannerImg-sm .card-banner--copy .imgContainer-md,
  .card-bannerImg-sm .card-banner--copy .imgConainter-lg {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .card-bannerImg-sm .card-banner--copy .imgContainer,
  .card-bannerImg-sm .card-banner--copy .imgContainer-sm,
  .card-bannerImg-sm .card-banner--copy .imgContainer-md,
  .card-bannerImg-sm .card-banner--copy .imgConainter-lg {
    width: 80px;
    padding-bottom: 5px;
  }
  .card-bannerImg-sm .card-banner--copy .imgContainer > img,
  .card-bannerImg-sm .card-banner--copy .imgContainer-sm > img,
  .card-bannerImg-sm .card-banner--copy .imgContainer-md > img,
  .card-bannerImg-sm .card-banner--copy .imgConainter-lg > img {
    margin-top: -10px;
  }
}
.card-bannerImg-sm .card-banner--copy .well-md {
  width: 100%;
  padding: 10px;
}
@media all and (max-width: 767px) {
  .card-bannerImg-sm .card-banner--copy .well-md {
    padding-bottom: 0px;
  }
}
@media all and (min-width: 768px) {
  .card-bannerImg-sm .card-banner--copy .well-md > :first-child {
    max-height: 36px;
  }
}
.card-bannerImg-sm .card-banner--copy .well-md > * {
  margin-bottom: 0px;
  line-height: 1.25em;
}
.card-bannerImg-sm .card-banner--copy .well-md ul {
  margin-left: -24px;
}
.card-bannerImg-sm .card-banner--footer {
  margin-left: -25px;
  margin-right: -25px;
  padding: 10px 25px;
  background-color: #fff;
  margin-top: 10px;
}
@media all and (min-width: 767px) {
  .card-bannerImg-sm .card-banner--footer {
    margin-top: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-height: 64px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.card-bannerImg-sm .card-banner--footer .btn {
  margin-bottom: 0px;
  margin-right: 10px;
}
.card-bannerImg-sm .card-banner--footer .fine-print {
  font-size: 10px;
  max-height: 55px;
  overflow: auto;
  line-height: 1.4em;
}
@media all and (max-width: 768px) {
  .card-bannerImg-sm .card-banner--footer .fine-print {
    margin-top: 10px;
  }
}

.card-bannerImg-md {
  overflow: initial;
}
.card-bannerImg-md a:hover,
.card-bannerImg-md a:focus {
  text-decoration: none;
}
.card-bannerImg-md .panel-image {
  min-height: 190px;
}
.card-bannerImg-md .card-banner--copy {
  color: #3c3b3f;
}
.card-bannerImg-md .card-banner--copy .h1,
.card-bannerImg-md .card-banner--copy .h2,
.card-bannerImg-md .card-banner--copy .h3,
.card-bannerImg-md .card-banner--copy .h4,
.card-bannerImg-md .card-banner--copy .h5,
.card-bannerImg-md .card-banner--copy .h6 {
  color: #212223;
}
@media all and (min-width: 768px) {
  .card-bannerImg-md .card-banner--copy {
    min-height: 190px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 64px;
  }
}
.card-bannerImg-md .card-banner--copy .imgContainer-sm {
  display: none;
  margin: 0 30px;
  padding-bottom: 20px;
  float: right;
  width: 50px;
}
@media all and (min-width: 450px) {
  .card-bannerImg-md .card-banner--copy .imgContainer-sm {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .card-bannerImg-md .card-banner--copy .imgContainer-sm {
    width: 80px;
    padding-bottom: 5px;
  }
}
.card-bannerImg-md .card-banner--copy .imgContainer,
.card-bannerImg-md .card-banner--copy .imgContainer-md {
  display: none;
  margin: 0 30px;
  padding-bottom: 20px;
  float: right;
  width: 80px;
}
@media all and (min-width: 550px) {
  .card-bannerImg-md .card-banner--copy .imgContainer,
  .card-bannerImg-md .card-banner--copy .imgContainer-md {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .card-bannerImg-md .card-banner--copy .imgContainer,
  .card-bannerImg-md .card-banner--copy .imgContainer-md {
    width: 120px;
    padding-bottom: 5px;
  }
}
.card-bannerImg-md .card-banner--copy .imgContainer-lg {
  display: none;
  margin: 0 30px;
  padding-bottom: 20px;
  float: right;
  width: 100px;
}
@media all and (min-width: 550px) {
  .card-bannerImg-md .card-banner--copy .imgContainer-lg {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .card-bannerImg-md .card-banner--copy .imgContainer-lg {
    width: 150px;
    padding-bottom: 5px;
  }
}
.card-bannerImg-md .card-banner--copy .well-md {
  padding: 10px;
  width: 100%;
}
@media all and (max-width: 767px) {
  .card-bannerImg-md .card-banner--copy .well-md {
    padding-bottom: 0px;
  }
}
.card-bannerImg-md .card-banner--copy .well-md > * {
  margin-bottom: 0px;
  line-height: 1.25em;
}
.card-bannerImg-md .card-banner--copy .well-md ul {
  margin-left: -24px;
}
.card-bannerImg-md .card-banner--footer {
  margin-left: -25px;
  margin-right: -25px;
  padding: 10px 25px;
  background-color: #fff;
  margin-top: 10px;
}
@media all and (min-width: 767px) {
  .card-bannerImg-md .card-banner--footer {
    margin-top: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-height: 74px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.card-bannerImg-md .card-banner--footer .btn {
  margin-bottom: 0px;
  margin-right: 10px;
}
.card-bannerImg-md .card-banner--footer .fine-print {
  font-size: 10px;
  max-height: 55px;
  overflow: auto;
  line-height: 1.4em;
}
@media all and (max-width: 768px) {
  .card-bannerImg-md .card-banner--footer .fine-print {
    margin-top: 10px;
  }
}

.card-bannerImg-lg {
  overflow: initial;
}
.card-bannerImg-lg a:hover,
.card-bannerImg-lg a:focus {
  text-decoration: none;
}
.card-bannerImg-lg .panel-image {
  min-height: 225px;
}
.card-bannerImg-lg .card-banner--copy {
  color: #3c3b3f;
}
.card-bannerImg-lg .card-banner--copy .h1,
.card-bannerImg-lg .card-banner--copy .h2,
.card-bannerImg-lg .card-banner--copy .h3,
.card-bannerImg-lg .card-banner--copy .h4,
.card-bannerImg-lg .card-banner--copy .h5,
.card-bannerImg-lg .card-banner--copy .h6 {
  color: #212223;
}
@media all and (min-width: 768px) {
  .card-bannerImg-lg .card-banner--copy {
    min-height: 225px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 64px;
  }
}
.card-bannerImg-lg .card-banner--copy .imgContainer-sm {
  display: none;
  margin: 0 30px;
  padding-bottom: 20px;
  float: right;
  width: 50px;
}
@media all and (min-width: 450px) {
  .card-bannerImg-lg .card-banner--copy .imgContainer-sm {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .card-bannerImg-lg .card-banner--copy .imgContainer-sm {
    width: 80px;
    padding-bottom: 5px;
  }
}
.card-bannerImg-lg .card-banner--copy .imgContainer,
.card-bannerImg-lg .card-banner--copy .imgContainer-md {
  display: none;
  margin: 0 30px;
  padding-bottom: 20px;
  float: right;
  width: 80px;
}
@media all and (min-width: 550px) {
  .card-bannerImg-lg .card-banner--copy .imgContainer,
  .card-bannerImg-lg .card-banner--copy .imgContainer-md {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .card-bannerImg-lg .card-banner--copy .imgContainer,
  .card-bannerImg-lg .card-banner--copy .imgContainer-md {
    width: 120px;
    padding-bottom: 5px;
  }
}
.card-bannerImg-lg .card-banner--copy .imgContainer-lg {
  display: none;
  margin: 0 30px;
  padding-bottom: 20px;
  float: right;
  width: 100px;
}
@media all and (min-width: 550px) {
  .card-bannerImg-lg .card-banner--copy .imgContainer-lg {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .card-bannerImg-lg .card-banner--copy .imgContainer-lg {
    width: 150px;
    padding-bottom: 5px;
  }
}
.card-bannerImg-lg .card-banner--copy .well-md {
  padding: 10px;
  width: 100%;
}
@media all and (max-width: 767px) {
  .card-bannerImg-lg .card-banner--copy .well-md {
    padding-bottom: 0px;
  }
}
.card-bannerImg-lg .card-banner--copy .well-md > * {
  margin-bottom: 0px;
  line-height: 1.25em;
}
.card-bannerImg-lg .card-banner--copy .well-md ul {
  margin-left: -24px;
}
.card-bannerImg-lg .card-banner--footer {
  margin-left: -25px;
  margin-right: -25px;
  padding: 10px 25px;
  background-color: #fff;
  margin-top: 10px;
}
@media all and (min-width: 767px) {
  .card-bannerImg-lg .card-banner--footer {
    margin-top: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-height: 74px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.card-bannerImg-lg .card-banner--footer .btn {
  margin-bottom: 0px;
  margin-right: 10px;
}
.card-bannerImg-lg .card-banner--footer .fine-print {
  font-size: 10px;
  max-height: 55px;
  overflow: auto;
  line-height: 1.4em;
}
@media all and (max-width: 768px) {
  .card-bannerImg-lg .card-banner--footer .fine-print {
    margin-top: 10px;
  }
}

.card-bannerImg-xl {
  overflow: initial;
}
.card-bannerImg-xl a:hover,
.card-bannerImg-xl a:focus {
  text-decoration: none;
}
.card-bannerImg-xl .panel-image {
  min-height: 315px;
}
.card-bannerImg-xl .card-banner--copy {
  color: #3c3b3f;
}
.card-bannerImg-xl .card-banner--copy .h1,
.card-bannerImg-xl .card-banner--copy .h2,
.card-bannerImg-xl .card-banner--copy .h3,
.card-bannerImg-xl .card-banner--copy .h4,
.card-bannerImg-xl .card-banner--copy .h5,
.card-bannerImg-xl .card-banner--copy .h6 {
  color: #212223;
}
@media all and (min-width: 768px) {
  .card-bannerImg-xl .card-banner--copy {
    min-height: 315px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 64px;
  }
}
.card-bannerImg-xl .card-banner--copy .imgContainer-sm {
  display: none;
  margin: 0 30px;
  padding-bottom: 20px;
  float: right;
  width: 50px;
}
@media all and (min-width: 450px) {
  .card-bannerImg-xl .card-banner--copy .imgContainer-sm {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .card-bannerImg-xl .card-banner--copy .imgContainer-sm {
    width: 80px;
    padding-bottom: 5px;
  }
}
.card-bannerImg-xl .card-banner--copy .imgContainer,
.card-bannerImg-xl .card-banner--copy .imgContainer-md {
  display: none;
  margin: 0 30px;
  padding-bottom: 20px;
  float: right;
  width: 80px;
}
@media all and (min-width: 550px) {
  .card-bannerImg-xl .card-banner--copy .imgContainer,
  .card-bannerImg-xl .card-banner--copy .imgContainer-md {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .card-bannerImg-xl .card-banner--copy .imgContainer,
  .card-bannerImg-xl .card-banner--copy .imgContainer-md {
    width: 120px;
    padding-bottom: 5px;
  }
}
.card-bannerImg-xl .card-banner--copy .imgContainer-lg {
  display: none;
  margin: 0 30px;
  padding-bottom: 20px;
  float: right;
  width: 100px;
}
@media all and (min-width: 550px) {
  .card-bannerImg-xl .card-banner--copy .imgContainer-lg {
    display: block;
  }
}
@media all and (min-width: 768px) {
  .card-bannerImg-xl .card-banner--copy .imgContainer-lg {
    width: 150px;
    padding-bottom: 5px;
  }
}
.card-bannerImg-xl .card-banner--copy .well-md {
  padding: 10px;
  width: 100%;
}
@media all and (max-width: 767px) {
  .card-bannerImg-xl .card-banner--copy .well-md {
    padding-bottom: 0px;
  }
}
.card-bannerImg-xl .card-banner--copy .well-md > * {
  margin-bottom: 0px;
  line-height: 1.25em;
}
.card-bannerImg-xl .card-banner--copy .well-md ul {
  margin-left: -24px;
}
.card-bannerImg-xl .card-banner--footer {
  margin-left: -25px;
  margin-right: -25px;
  padding: 10px 25px;
  background-color: #fff;
  margin-top: 10px;
}
@media all and (min-width: 767px) {
  .card-bannerImg-xl .card-banner--footer {
    margin-top: 0;
    position: absolute;
    bottom: 0px;
    width: 100%;
    max-height: 74px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.card-bannerImg-xl .card-banner--footer .btn {
  margin-bottom: 0px;
  margin-right: 10px;
}
.card-bannerImg-xl .card-banner--footer .fine-print {
  font-size: 10px;
  max-height: 55px;
  overflow: auto;
  line-height: 1.4em;
}
@media all and (max-width: 768px) {
  .card-bannerImg-xl .card-banner--footer .fine-print {
    margin-top: 10px;
  }
}

.sc-modules hr {
  margin-top: 0;
}

.sc-modules a {
  text-decoration: underline;
}

.sc-modules .btn,
.sc-modules .containerx a.btn,
.containerx .sc-modules a.btn {
  text-decoration: none;
}

@media (max-width: 767px) {
  body {
    margin-top: 67px;
  }
}

.form-control {
  padding: 8px 10px;
}

.scalable-hero {
  background-position: center center;
  padding: 15% 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: background-color 3s linear;
  -o-transition: background-color 3s linear;
  transition: background-color 3s linear;
  position: relative;
}
.scalable-hero .scalable-hero--photo-credit {
  position: absolute;
  right: 1%;
  bottom: 1%;
  font-size: 11px;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
}
.scalable-hero.scalable-hero--overlay-svgcontainer {
  padding: 10.085% 0;
  min-height: 91px;
}
.scalable-hero.scalable-hero--overlay-svgcontainer
  .scalable-hero--image-overlay {
  text-align: center;
}
.scalable-hero.scalable-hero--overlay-svgcontainer .scalable-hero--svg {
  width: 46%;
  height: 46%;
  fill: #fff;
}
@media (min-width: 500px) {
  .scalable-hero.scalable-hero--overlay-svgcontainer .scalable-hero--svg {
    width: 39%;
    height: 39%;
  }
}
.scalable-hero.scalable-hero--overlay-emptycontainer {
  padding: 15.05% 0;
  min-height: 91px;
}
@media (min-width: 768px) {
  .scalable-hero.scalable-hero--overlay-emptycontainer {
    padding: 10.085% 0;
  }
}
.scalable-hero.scalable-hero--overlay-container {
  padding: 15.05% 0;
  min-height: 91px;
}
@media (min-width: 768px) {
  .scalable-hero.scalable-hero--overlay-container {
    padding: 4.085% 0;
  }
}

@media (max-width: 767px) {
  .hero-mobile .white {
    color: inherit !important;
  }
}

.hero-image .herotext,
.hero-image .herotext-xl,
.hero-image .herotext-lg {
  font-weight: bold;
  line-height: 1;
  margin-bottom: 0;
  color: #01426a;
}

.hero-image .herotext-xl {
  font-size: 60px;
}
@media (max-width: 991px) {
  .hero-image .herotext-xl {
    font-size: 50px;
  }
}

.hero-image .herotext-lg {
  font-size: 40px;
}
@media (max-width: 991px) {
  .hero-image .herotext-lg {
    font-size: 36px;
  }
}

.hero-image .scalable-hero--overlay-container .scWebEditInput {
  width: 100%;
  margin: auto;
  display: block;
}
@media (min-width: 768px) {
  .hero-image .scalable-hero--overlay-container .scWebEditInput {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .hero-image .scalable-hero--overlay-container .scWebEditInput {
    width: 970px;
  }
}

.hero-image
  .scalable-hero--overlay-container
  .scalable-hero--photo-credit
  .scWebEditInput {
  width: inherit;
}

#hf-h {
  border-bottom: none !important;
}

ul.faux-table {
  padding-left: 0;
}

.faux-table li {
  list-style-type: none;
  width: 50%;
  float: left;
  padding: 8px;
  border-top: 1px solid #ddd;
}

.faux-table li:nth-child(4n + 2),
.faux-table li:nth-child(4n + 1) {
  background-color: #f9f9f9;
}

.sc-modules.featured-cards > a {
  text-decoration: none;
  color: inherit;
}

.sc-modules.featured-cards .panel.no-border {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0;
  border-radius: 0;
}
.sc-modules.featured-cards .panel.no-border .feature-text {
  display: block;
}
.sc-modules.featured-cards .panel.no-border .feature-text + .btn,
.sc-modules.featured-cards .panel.no-border .containerx .feature-text + a.btn {
  margin-top: 18px;
}
.sc-modules.featured-cards .panel.no-border .feature-text + .btn-link {
  display: block;
  margin-top: 18px;
}
.sc-modules.featured-cards .panel.no-border .panel-body {
  padding: 0;
}
.sc-modules.featured-cards .panel.no-border .panel-image {
  margin-bottom: 24px;
}

.page-intro--general .dialog {
  visibility: hidden;
  height: 0;
}

.compare-container {
  font-family: Circular, 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.compare-container .compare-container-header {
  font-size: 20px;
  color: #01426a;
  font-weight: 700;
  line-height: 1.1;
  text-align: left;
  padding-bottom: 5px;
}
@media screen and (min-width: 400px) {
  .compare-container .compare-container-header {
    font-size: 24px;
  }
}
@media screen and (min-width: 740px) {
  .compare-container .compare-container-header {
    font-size: 26px;
  }
}
.compare-container .lead {
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .compare-container .lead {
    font-size: 21px;
  }
}
.compare-container [class*=' icon-'],
.compare-container [class^='icon-'] {
  display: inline-block;
  fill: #656565;
  height: 30px;
  width: 30px;
}
.compare-container .table > tbody > tr > th[scope='row'] {
  font-weight: bold;
  padding-left: 0px;
}
@media screen and (min-width: 768px) {
  .compare-container .table > tbody > tr > th[scope='row'] {
    padding-bottom: 12px;
    padding-top: 0px;
    font-weight: normal;
  }
}
.compare-container .table > tbody > tr > th[scope='row'] [class*=' icon-'],
.compare-container .table > tbody > tr > th[scope='row'] [class^='icon-'] {
  height: 30px;
  width: 30px;
  position: relative;
  top: 8px;
  margin-right: 4px;
}
@media screen and (max-width: 740px) {
  .compare-container .table > tbody > tr > th[scope='row'] [class*=' icon-'],
  .compare-container .table > tbody > tr > th[scope='row'] [class^='icon-'] {
    display: none;
  }
}
.compare-container .icon-checkmark-circled {
  fill: #48850b;
}
.compare-container .compare-heading {
  color: #aaacac;
  font-weight: normal;
}
.compare-container .table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 24px;
  border-collapse: collapse;
  border-spacing: 0;
  background-color: transparent;
}
.compare-container .table.compare-faretypes {
  font-size: 14px;
  width: 100%;
  float: none;
  margin-bottom: 24px;
}
.compare-container .table.compare-faretypes .saver-bg {
  background-color: #f8fcfd;
  border-left: 2px solid #ddd;
}
.compare-container .table.compare-faretypes .main-bg {
  background-color: #eef4f9;
  border-left: 2px solid #ddd;
}
.compare-container .table.compare-faretypes .first-class-bg {
  background-color: #ecf0f3;
  border-left: 2px solid #ddd;
}
.compare-container .table .smfc-headers,
.compare-container .table .saver-header,
.compare-container .table .main-header,
.compare-container .table .first-class-header {
  color: #fff;
  font-size: 19px;
  line-height: 1.25;
  font-weight: normal;
  padding: 8px 0px;
  white-space: nowrap;
  min-width: 100px;
}
@media screen and (min-width: 768px) {
  .compare-container .table .smfc-headers,
  .compare-container .table .saver-header,
  .compare-container .table .main-header,
  .compare-container .table .first-class-header {
    font-size: 26px;
  }
}
@media screen and (min-width: 401px) {
  .compare-container .table .smfc-headers,
  .compare-container .table .saver-header,
  .compare-container .table .main-header,
  .compare-container .table .first-class-header {
    min-width: 120px;
  }
}
@media screen and (min-width: 768px) {
  .compare-container .table .smfc-headers,
  .compare-container .table .saver-header,
  .compare-container .table .main-header,
  .compare-container .table .first-class-header {
    min-width: 180px;
  }
}
.compare-container .table .smfc-headers .main-selected,
.compare-container .table .saver-header .main-selected,
.compare-container .table .main-header .main-selected,
.compare-container .table .first-class-header .main-selected,
.compare-container .table .smfc-headers .saver-selected,
.compare-container .table .saver-header .saver-selected,
.compare-container .table .main-header .saver-selected,
.compare-container .table .first-class-header .saver-selected {
  font-size: 19px;
}
.compare-container .table .saver-header {
  background-color: #3da0bc;
}
.compare-container .table .main-header {
  background-color: #2774ae;
}
.compare-container .table .first-class-header {
  background-color: #01426a;
}
.compare-container .table > tbody > tr > td,
.compare-container .table > tbody > tr > th,
.compare-container .table > tfoot > tr > td,
.compare-container .table > tfoot > tr > th,
.compare-container .table > thead > tr > td {
  padding: 8px 0;
  line-height: 1.25;
  font-weight: normal;
}
.compare-container .table > caption + thead > tr:first-child > td,
.compare-container .table > caption + thead > tr:first-child > th,
.compare-container .table > colgroup + thead > tr:first-child > td,
.compare-container .table > colgroup + thead > tr:first-child > th,
.compare-container .table > thead:first-child > tr:first-child > td,
.compare-container .table > thead:first-child > tr:first-child > th {
  border-top: 0;
  padding: 0;
  border-bottom: 1px solid #fff;
}
.compare-container caption,
.compare-container th {
  text-align: left;
  background-color: #fff;
}
.compare-container th[scope='col'] {
  text-align: center;
}
.compare-container .table > tbody > tr > td,
.compare-container .table > tbody > tr > th,
.compare-container .table > tfoot > tr > td,
.compare-container .table > tfoot > tr > th,
.compare-container .table > thead > tr > td,
.compare-container .table > thead > tr > th {
  border-top: 1px solid #ddd;
}
.compare-container td {
  text-align: center;
}
.compare-container .table > tbody > tr:last-child {
  border-bottom: 1px solid #ddd;
}
.compare-container .table > thead > tr > th {
  border-bottom: 1px solid #ddd;
}
.compare-container .table > tbody > tr > td,
.compare-container .table > tbody > tr > th,
.compare-container .table > tfoot > tr > td,
.compare-container .table > tfoot > tr > th,
.compare-container .table > thead > tr > td,
.compare-container .table > thead > tr > th {
  vertical-align: middle;
}
.compare-container .terms {
  padding: 0 16px;
  line-height: 1.72857;
  margin: 0;
}
.compare-container .fine-print {
  text-align: left;
}
.compare-container .fine-print li {
  color: #656565;
  font-size: 11px;
  font-weight: normal;
  list-style-type: decimal;
}

@media screen and (min-width: 501px) {
  .row-popup .is-icon-btn {
    background-color: #2774ae;
    border: 5px solid #fff;
    border-radius: 28px;
  }
}

.modal-window th,
.modal-window td {
  border: none;
}

.modal-window .hide-in-mdot {
  display: none;
}

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

/**
 * Including the at-only style with the dialog CSS as it is required
 * to visually hide a dialog's heading if desired.
 */
.at-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

/**
 * Trigger styling
 */
[data-modal-open][hidden] {
  display: none;
}

/**
 * When a modal dialog is open, don't allow scrolling of content
 * beneath (on desktop). Also useful in negating instances of
 * double scroll bars.
 * (browser window + dialog if long enough content)
 */
body.modal-open {
  overflow: hidden;
}

/**
 * Create background color when modal is opened
 */
body.modal-open:after {
  content: '';
  display: block;
  position: fixed;
  /* could also be absolute */
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.3);
}

/**
 * Modal Dialog base styling
 */
.modal-open [data-modal],
.modal-open .a11y-modal {
  -webkit-overflow-scrolling: touch;
  background: transparent;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 800px;
  opacity: 1;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
  visibility: visible;
  width: 100%;
  z-index: 10;
  /* this should be more than enough... */
}
.modal-open [data-modal] .dialog-content-wrapper,
.modal-open .a11y-modal .dialog-content-wrapper {
  margin: 15px;
  background-color: #fff;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .modal-open [data-modal] .dialog-content-wrapper,
  .modal-open .a11y-modal .dialog-content-wrapper {
    border-radius: 10px;
  }
}
@media screen and (max-width: 991px) {
  .modal-open [data-modal] .dialog-content-wrapper,
  .modal-open .a11y-modal .dialog-content-wrapper {
    height: 100%;
    width: 100%;
    margin: 0;
  }
}
.modal-open [data-modal] h1,
.modal-open [data-modal] .h1,
.modal-open [data-modal] h2,
.modal-open [data-modal] .h2,
.modal-open [data-modal] h3,
.modal-open [data-modal] .h3,
.modal-open [data-modal] h4,
.modal-open [data-modal] .h4,
.modal-open [data-modal] h5,
.modal-open [data-modal] .h5,
.modal-open [data-modal] h6,
.modal-open [data-modal] .h6,
.modal-open .a11y-modal h1,
.modal-open .a11y-modal .h1,
.modal-open .a11y-modal h2,
.modal-open .a11y-modal .h2,
.modal-open .a11y-modal h3,
.modal-open .a11y-modal .h3,
.modal-open .a11y-modal h4,
.modal-open .a11y-modal .h4,
.modal-open .a11y-modal h5,
.modal-open .a11y-modal .h5,
.modal-open .a11y-modal h6,
.modal-open .a11y-modal .h6 {
  margin-top: 0;
}

@media screen and (min-height: 440px) and (min-width: 500px) {
  .modal-open [data-modal],
  .modal-open .a11y-modal {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: opacity 0.2s ease-in-out,
      -webkit-transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
    -o-transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out,
      -webkit-transform 0.2s ease-in-out;
  }
}

/**
 * To allow for CSS animations, hidden modal dialogs are
 * not set to display: none, but rather the following rule
 * set, in combination with the dialog's default
 * position: fixed, will keep dialogs hidden from
 * all users until opened.
 *
 * This also solves an issue with iOS VO + Safari not allowing
 * modal dialogs to be focused, if the dialog is initially
 * set to "display: none".
 */
[data-modal][hidden] .a11y-modal[hidden] {
  display: block;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(15vh);
  -ms-transform: translateY(15vh);
  transform: translateY(15vh);
  visibility: hidden;
}

.a11y-modal__close-btn {
  border: none;
}

.is-icon-btn {
  background: none;
  height: 28px;
  width: 28px;
  padding: 0;
  position: absolute;
  right: 14px;
  top: 19px;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
@media screen and (max-width: 991px) {
  .is-icon-btn {
    right: 14px;
    top: 19px;
  }
}
@media screen and (min-width: 851px) {
  .is-icon-btn {
    background-color: #2774ae;
    border: 5px solid #fff;
    border-radius: 28px;
  }
}
@media screen and (min-width: 851px) {
  .is-icon-btn {
    background-color: #2774ae;
  }
}
@media screen and (min-width: 851px) {
  .is-icon-btn {
    right: -20px;
    top: -20px;
    border: 3px solid #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px;
    width: 40px;
  }
}
@media screen and (min-width: 992px) {
  .is-icon-btn {
    right: -4px;
    top: -4px;
  }
}

.is-icon-btn:hover [data-modal-x],
.is-icon-btn:focus [data-modal-x] {
  -webkit-transform: rotate(-215deg);
  -ms-transform: rotate(-215deg);
  transform: rotate(-215deg);
  -webkit-transition: -webkit-transform 0.1s ease-in-out;
  transition: -webkit-transform 0.1s ease-in-out;
  -o-transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out;
  transition: transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
}

[data-modal-x] {
  border-right: 2px solid #656565;
  bottom: 0;
  display: block;
  height: 20px;
  left: 0;
  margin: auto;
  pointer-events: none;
  position: relative;
  right: 0;
  top: 0;
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
  width: 0px;
  height: 20px;
  border-right: 2px solid #656565;
}
@media screen and (min-width: 501px) {
  [data-modal-x] {
    background-color: #fff;
  }
}
@media screen and (min-width: 851px) {
  [data-modal-x] {
    border-right: 2px solid #fff;
  }
}

[data-modal-x]:after {
  border-right: 2px solid #656565;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(70deg);
  -ms-transform: rotate(70deg);
  transform: rotate(70deg);
  width: 100%;
}
@media screen and (min-width: 501px) {
  [data-modal-x]:after {
    background-color: #fff;
  }
}
@media screen and (min-width: 851px) {
  [data-modal-x]:after {
    height: 20px;
    border-right: 2px solid #fff;
  }
}

a[data-modal-open] {
  cursor: pointer;
}

.modal-open [data-modal]:focus,
.modal-open .a11y-modal:focus {
  outline: none;
}

.modal-open [data-modal]:focus > div,
.modal-open .a11y-modal:focus > div {
  outline: none;
}

.sizzle-bg {
  padding: 6.5% 0;
  color: #fff;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0697c3+1,005386+100 */
  background: #0697c3;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #0697c3),
    to(#005386)
  );
  background: -webkit-linear-gradient(top, #0697c3 1%, #005386 100%);
  background: -o-linear-gradient(top, #0697c3 1%, #005386 100%);
  background: linear-gradient(to bottom, #0697c3 1%, #005386 100%);
}
@media (min-width: 585px) {
  .sizzle-bg {
    padding: 5% 0;
  }
}
@media (min-width: 1255px) {
  .sizzle-bg {
    padding: 4% 0;
  }
}
.sizzle-bg .booking-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .sizzle-bg .booking-container {
    width: 750px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .sizzle-bg .booking-container {
    width: 970px;
  }
}
.sizzle-bg .row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .sizzle-bg .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.sizzle-bg [class^='col-'] {
  padding: 0 15px;
}
@media (min-width: 768px) {
  .sizzle-bg [class^='col-'] {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.sizzle-bg .form-group {
  margin-bottom: 0;
}
.sizzle-bg .form-control {
  padding: 8px 10px;
}
.sizzle-bg .h1,
.sizzle-bg .h2,
.sizzle-bg .h3,
.sizzle-bg .h4,
.sizzle-bg .h5,
.sizzle-bg .h6,
.sizzle-bg h1,
.sizzle-bg h2,
.sizzle-bg h3,
.sizzle-bg h4,
.sizzle-bg h5,
.sizzle-bg h6,
.sizzle-bg p,
.sizzle-bg .lead {
  color: #fff;
}
.sizzle-bg .h1,
.sizzle-bg .h2,
.sizzle-bg .h3,
.sizzle-bg .h4,
.sizzle-bg .h5,
.sizzle-bg .h6,
.sizzle-bg h1,
.sizzle-bg h2,
.sizzle-bg h3,
.sizzle-bg h4,
.sizzle-bg h5,
.sizzle-bg h6 {
  margin-top: 0;
}
.sizzle-bg .flight-search--label {
  color: #fff;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .sizzle-bg .flight-search--label-to {
    margin-top: 6px;
  }
}
.sizzle-bg a,
.sizzle-bg a:hover,
.sizzle-bg a:focus {
  color: #fff;
  text-decoration: underline;
}
.sizzle-bg.sizzle-bg-snug {
  margin-bottom: 0;
}
.sizzle-bg .flight-search-text {
  margin-top: 24px;
}
.sizzle-bg .ui-state-active,
.sizzle-bg .ui-widget-content .ui-state-active {
  border: none;
  background: dimgray;
  font-weight: normal;
  color: #fff;
}

.page-intro {
  margin-bottom: 24px;
}
.page-intro h1,
.page-intro h2,
.page-intro h3,
.page-intro h4,
.page-intro h5,
.page-intro h6,
.page-intro .h1,
.page-intro .h2,
.page-intro .h3,
.page-intro .h4,
.page-intro .h5,
.page-intro .h6 {
  margin-top: 0px;
}
.page-intro .page-intro--lead {
  margin-bottom: 6px;
}
.page-intro .page-intro--general {
  margin-bottom: 6px;
}

.sc-modules {
  margin-bottom: 6.9%;
}
@media (min-width: 540px) {
  .sc-modules {
    margin-bottom: 5%;
  }
}
@media (min-width: 768px) {
  .sc-modules {
    margin-bottom: 5%;
  }
}
@media (min-width: 992px) {
  .sc-modules {
    margin-bottom: 48px;
  }
}
.sc-modules.sc-modules--last-module {
  margin-bottom: -24px;
}

.col-xs-12 > .sc-modules,
.col-sm-12 > .sc-modules,
.col-md-12 > .sc-modules,
.col-lg-12 > .sc-modules {
  margin-bottom: 6.9%;
}
@media (min-width: 540px) {
  .col-xs-12 > .sc-modules,
  .col-sm-12 > .sc-modules,
  .col-md-12 > .sc-modules,
  .col-lg-12 > .sc-modules {
    margin-bottom: 5%;
  }
}
@media (min-width: 768px) {
  .col-xs-12 > .sc-modules,
  .col-sm-12 > .sc-modules,
  .col-md-12 > .sc-modules,
  .col-lg-12 > .sc-modules {
    margin-bottom: 5%;
  }
}
@media (min-width: 992px) {
  .col-xs-12 > .sc-modules,
  .col-sm-12 > .sc-modules,
  .col-md-12 > .sc-modules,
  .col-lg-12 > .sc-modules {
    margin-bottom: 48px;
  }
}

.col-xs-10 > .sc-modules,
.col-sm-10 > .sc-modules,
.col-md-10 > .sc-modules,
.col-lg-10 > .sc-modules {
  margin-bottom: 6.9%;
}
@media (min-width: 540px) {
  .col-xs-10 > .sc-modules,
  .col-sm-10 > .sc-modules,
  .col-md-10 > .sc-modules,
  .col-lg-10 > .sc-modules {
    margin-bottom: 5%;
  }
}
@media (min-width: 768px) {
  .col-xs-10 > .sc-modules,
  .col-sm-10 > .sc-modules,
  .col-md-10 > .sc-modules,
  .col-lg-10 > .sc-modules {
    margin-bottom: 6%;
  }
}
@media (min-width: 992px) {
  .col-xs-10 > .sc-modules,
  .col-sm-10 > .sc-modules,
  .col-md-10 > .sc-modules,
  .col-lg-10 > .sc-modules {
    margin-bottom: 48px;
  }
}

.col-xs-9 > .sc-modules,
.col-sm-9 > .sc-modules,
.col-md-9 > .sc-modules,
.col-lg-9 > .sc-modules {
  margin-bottom: 6.9%;
}
@media (min-width: 540px) {
  .col-xs-9 > .sc-modules,
  .col-sm-9 > .sc-modules,
  .col-md-9 > .sc-modules,
  .col-lg-9 > .sc-modules {
    margin-bottom: 5%;
  }
}
@media (min-width: 768px) {
  .col-xs-9 > .sc-modules,
  .col-sm-9 > .sc-modules,
  .col-md-9 > .sc-modules,
  .col-lg-9 > .sc-modules {
    margin-bottom: 6.66667%;
  }
}
@media (min-width: 992px) {
  .col-xs-9 > .sc-modules,
  .col-sm-9 > .sc-modules,
  .col-md-9 > .sc-modules,
  .col-lg-9 > .sc-modules {
    margin-bottom: 48px;
  }
}

.col-xs-8 > .sc-modules,
.col-sm-8 > .sc-modules,
.col-md-8 > .sc-modules,
.col-lg-8 > .sc-modules {
  margin-bottom: 6.9%;
}
@media (min-width: 540px) {
  .col-xs-8 > .sc-modules,
  .col-sm-8 > .sc-modules,
  .col-md-8 > .sc-modules,
  .col-lg-8 > .sc-modules {
    margin-bottom: 5%;
  }
}
@media (min-width: 768px) {
  .col-xs-8 > .sc-modules,
  .col-sm-8 > .sc-modules,
  .col-md-8 > .sc-modules,
  .col-lg-8 > .sc-modules {
    margin-bottom: 7.5%;
  }
}
@media (min-width: 992px) {
  .col-xs-8 > .sc-modules,
  .col-sm-8 > .sc-modules,
  .col-md-8 > .sc-modules,
  .col-lg-8 > .sc-modules {
    margin-bottom: 48px;
  }
}

.col-xs-7 > .sc-modules,
.col-sm-7 > .sc-modules,
.col-md-7 > .sc-modules,
.col-lg-7 > .sc-modules {
  margin-bottom: 6.9%;
}
@media (min-width: 540px) {
  .col-xs-7 > .sc-modules,
  .col-sm-7 > .sc-modules,
  .col-md-7 > .sc-modules,
  .col-lg-7 > .sc-modules {
    margin-bottom: 5%;
  }
}
@media (min-width: 768px) {
  .col-xs-7 > .sc-modules,
  .col-sm-7 > .sc-modules,
  .col-md-7 > .sc-modules,
  .col-lg-7 > .sc-modules {
    margin-bottom: 8.57143%;
  }
}
@media (min-width: 992px) {
  .col-xs-7 > .sc-modules,
  .col-sm-7 > .sc-modules,
  .col-md-7 > .sc-modules,
  .col-lg-7 > .sc-modules {
    margin-bottom: 48px;
  }
}

.col-xs-6 > .sc-modules,
.col-sm-6 > .sc-modules,
.col-md-6 > .sc-modules,
.col-lg-6 > .sc-modules {
  margin-bottom: 6.9%;
}
@media (min-width: 540px) {
  .col-xs-6 > .sc-modules,
  .col-sm-6 > .sc-modules,
  .col-md-6 > .sc-modules,
  .col-lg-6 > .sc-modules {
    margin-bottom: 5%;
  }
}
@media (min-width: 768px) {
  .col-xs-6 > .sc-modules,
  .col-sm-6 > .sc-modules,
  .col-md-6 > .sc-modules,
  .col-lg-6 > .sc-modules {
    margin-bottom: 10%;
  }
}
@media (min-width: 992px) {
  .col-xs-6 > .sc-modules,
  .col-sm-6 > .sc-modules,
  .col-md-6 > .sc-modules,
  .col-lg-6 > .sc-modules {
    margin-bottom: 48px;
  }
}

.col-xs-5 > .sc-modules,
.col-sm-5 > .sc-modules,
.col-md-5 > .sc-modules,
.col-lg-5 > .sc-modules {
  margin-bottom: 6.9%;
}
@media (min-width: 540px) {
  .col-xs-5 > .sc-modules,
  .col-sm-5 > .sc-modules,
  .col-md-5 > .sc-modules,
  .col-lg-5 > .sc-modules {
    margin-bottom: 5%;
  }
}
@media (min-width: 768px) {
  .col-xs-5 > .sc-modules,
  .col-sm-5 > .sc-modules,
  .col-md-5 > .sc-modules,
  .col-lg-5 > .sc-modules {
    margin-bottom: 12%;
  }
}
@media (min-width: 992px) {
  .col-xs-5 > .sc-modules,
  .col-sm-5 > .sc-modules,
  .col-md-5 > .sc-modules,
  .col-lg-5 > .sc-modules {
    margin-bottom: 48px;
  }
}

.col-xs-4 > .sc-modules,
.col-sm-4 > .sc-modules,
.col-md-4 > .sc-modules,
.col-lg-4 > .sc-modules {
  margin-bottom: 6.9%;
}
@media (min-width: 540px) {
  .col-xs-4 > .sc-modules,
  .col-sm-4 > .sc-modules,
  .col-md-4 > .sc-modules,
  .col-lg-4 > .sc-modules {
    margin-bottom: 5%;
  }
}
@media (min-width: 768px) {
  .col-xs-4 > .sc-modules,
  .col-sm-4 > .sc-modules,
  .col-md-4 > .sc-modules,
  .col-lg-4 > .sc-modules {
    margin-bottom: 15%;
  }
}
@media (min-width: 992px) {
  .col-xs-4 > .sc-modules,
  .col-sm-4 > .sc-modules,
  .col-md-4 > .sc-modules,
  .col-lg-4 > .sc-modules {
    margin-bottom: 48px;
  }
}

.col-xs-3 > .sc-modules,
.col-sm-3 > .sc-modules,
.col-md-3 > .sc-modules,
.col-lg-3 > .sc-modules {
  margin-bottom: 6.9%;
}
@media (min-width: 540px) {
  .col-xs-3 > .sc-modules,
  .col-sm-3 > .sc-modules,
  .col-md-3 > .sc-modules,
  .col-lg-3 > .sc-modules {
    margin-bottom: 5%;
  }
}
@media (min-width: 768px) {
  .col-xs-3 > .sc-modules,
  .col-sm-3 > .sc-modules,
  .col-md-3 > .sc-modules,
  .col-lg-3 > .sc-modules {
    margin-bottom: 20%;
  }
}
@media (min-width: 992px) {
  .col-xs-3 > .sc-modules,
  .col-sm-3 > .sc-modules,
  .col-md-3 > .sc-modules,
  .col-lg-3 > .sc-modules {
    margin-bottom: 48px;
  }
}

.col-xs-2 > .sc-modules,
.col-sm-2 > .sc-modules,
.col-md-2 > .sc-modules,
.col-lg-2 > .sc-modules {
  margin-bottom: 6.9%;
}
@media (min-width: 540px) {
  .col-xs-2 > .sc-modules,
  .col-sm-2 > .sc-modules,
  .col-md-2 > .sc-modules,
  .col-lg-2 > .sc-modules {
    margin-bottom: 5%;
  }
}
@media (min-width: 768px) {
  .col-xs-2 > .sc-modules,
  .col-sm-2 > .sc-modules,
  .col-md-2 > .sc-modules,
  .col-lg-2 > .sc-modules {
    margin-bottom: 30%;
  }
}
@media (min-width: 992px) {
  .col-xs-2 > .sc-modules,
  .col-sm-2 > .sc-modules,
  .col-md-2 > .sc-modules,
  .col-lg-2 > .sc-modules {
    margin-bottom: 48px;
  }
}

.sc-modules h1,
.sc-modules .h1,
.sc-modules h2,
.sc-modules .h2,
.sc-modules h3,
.sc-modules .h3,
.sc-modules h4,
.sc-modules .h4,
.sc-modules h5,
.sc-modules .h5,
.sc-modules h6,
.sc-modules .h6 {
  margin-top: 0;
}

@media (max-width: 767px) {
  .sidebar.side-nav--wrapper.is-affixed .sidebar__inner {
    position: inherit !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    left: 0 !important;
    padding-bottom: 18px;
  }
}

.sidebar {
  will-change: min-height;
}
.sidebar .sidebar__inner {
  will-change: position, transform;
  padding-bottom: 24px;
}

.side-nav .side-nav--parents {
  display: block;
  max-width: 100%;
  list-style: none;
  padding-left: 0px;
}
.side-nav .side-nav--parents .side-nav--parent-items {
  margin-bottom: 12px;
}
.side-nav .side-nav--parents .side-nav--parent-items > a {
  font-size: 14px;
}
.side-nav .side-nav--parents .side-nav--children {
  margin-top: 12px;
  padding-left: 12px;
}
.side-nav .side-nav--parents .side-nav--children .side-nav--children-items {
  list-style-type: none;
  margin-bottom: 6px;
}
.side-nav .side-nav--parents .side-nav--children .side-nav--children-items > a {
  font-size: 14px;
}

.side-nav .side-nav--title {
  margin-bottom: 20px;
  display: block;
}

.side-nav .side-nav--sliding-u-l-r {
  display: inline-block;
  cursor: pointer;
}

.side-nav .side-nav--sliding-u-l-r:after {
  content: '';
  display: block;
  height: 3px;
  width: 0;
  background: transparent;
  -webkit-transition: width 0.3s ease, background-color 0.3s ease;
  -o-transition: width 0.3s ease, background-color 0.3s ease;
  transition: width 0.3s ease, background-color 0.3s ease;
  margin-top: 2px;
}

.side-nav .side-nav--sliding-u-l-r:hover,
.side-nav .side-nav--sliding-u-l-r:focus {
  text-decoration: none;
}

.side-nav .side-nav--sliding-u-l-r:hover:after,
.side-nav .side-nav--sliding-u-l-r:focus:after {
  background-color: #2774ae;
  width: 100%;
  -webkit-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.youtube .embed-responsive {
  top: 0px;
  color: #fff;
  font-size: 12px;
  display: block;
  position: relative;
  text-align: center;
  margin-bottom: 24px;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
}

.youtube svg path.ytp-large-play-button-bg:hover {
  fill: red !important;
}

.youtube svg {
  height: 30% !important;
  position: absolute;
  left: 0px;
  top: 29%;
}

.youtube .video-title {
  width: 100%;
  padding: 8px 8px;
  color: #fff;
  position: absolute;
  text-align: left;
  bottom: 0;
  background-color: rgba(10, 10, 10, 0.6);
}
