@charset "UTF-8";
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
@import url("https://hello.myfonts.net/count/2f6264");
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

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

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

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

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

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

[role="button"] {
  cursor: pointer;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 18px;
  padding-right: 18px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 756px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 976px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1380px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 18px;
  padding-right: 18px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -18px;
  margin-right: -18px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 18px;
  padding-right: 18px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

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

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

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

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

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

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1440px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

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: 20px;
}

.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.428571429;
  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-of-type(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: 15px;
    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;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .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, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  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, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e5e5;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  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: #23527c;
  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-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

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

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}

.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group .form-control:focus {
  z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

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

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}

.nav:before, .nav:after {
  content: " ";
  display: table;
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #337ab7;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}

.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.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-16by9 {
  padding-bottom: 56.25%;
}

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

.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: 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: 6px;
  -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: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  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: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

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

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

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

.modal-footer {
  padding: 15px;
  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 {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .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;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

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

.hide {
  display: none !important;
}

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

.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 !important;
  }
  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 !important;
  }
  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: 1439px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

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

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

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

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

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

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

@media (min-width: 1440px) {
  .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: 1439px) {
  .hidden-md {
    display: none !important;
  }
}

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

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

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  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;
  }
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/**
 * @license
 * MyFonts Webfont Build ID 3105380, 2015-10-09T09:54:01-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Kapra-Bold by Typoforge Studio
 * URL: http://www.myfonts.com/fonts/blazej-ostoja-lniski/kapra/bold/
 * Copyright: Copyright (c) 2014 by B&#x0142;a&#x017C;ej Ostoja Lniski. All rights reserved.
 * Licensed pageviews: 250,000
 * 
 * Webfont: Darwin-Bold by Los Andes
 * URL: http://www.myfonts.com/fonts/los-andes/darwin/bold/
 * Copyright: Copyright (c) 2014 by MendozaVergara. All rights reserved.
 * Licensed pageviews: 350,000
 * 
 * Webfont: Darwin by Los Andes
 * URL: http://www.myfonts.com/fonts/los-andes/darwin/regular/
 * Copyright: Copyright (c) 2014 by MendozaVergara. All rights reserved.
 * Licensed pageviews: 350,000
 * 
 * 
 * License: http://www.myfonts.com/viewlicense?type=web&buildid=3105380
 * 
 * © 2015 MyFonts Inc
*/
/* @import must be at top of file, otherwise CSS will not work */
@font-face {
  font-family: 'Kapra-Bold';
  src: url("../fonts/2F6264_0_0.eot");
  src: url("../fonts/2F6264_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/2F6264_0_0.woff2") format("woff2"), url("../fonts/2F6264_0_0.woff") format("woff"), url("../fonts/2F6264_0_0.ttf") format("truetype");
}

@font-face {
  font-family: 'Kapra-Regular';
  src: url("../fonts/331B6F_0_0.eot");
  src: url("../fonts/331B6F_0_0.eot?#iefix") format("embedded-opentype"), url("../fonts/331B6F_0_0.woff2") format("woff2"), url("../fonts/331B6F_0_0.woff") format("woff"), url("../fonts/331B6F_0_0.ttf") format("truetype");
}

html {
  background: #f9f8f7;
}

body {
  color: #626366;
  font: 16px/24px "proxima-nova", sans-serif;
  font-smoothing: antialiased;
  max-width: 1920px;
  margin: 0 auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media screen and (min-width: 992px) {
  body {
    font-size: 18px;
    line-height: 30px;
  }
}

.site-wrap {
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
  position: relative;
}

.container {
  max-width: 1440px;
  width: 100% !important;
}

.container.inner {
  max-width: 1000px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  text-transform: uppercase;
  color: #223d7d;
  font-family: 'Kapra-Regular';
  font-weight: 300;
  line-height: 1;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a, .h1 > a, .h2 > a, .h3 > a, .h4 > a, .h5 > a, .h6 > a {
  color: inherit;
}

h1, .h1 {
  font-size: 50px;
  margin: 0 0 25px 0;
}

@media screen and (min-width: 992px) {
  h1, .h1 {
    font-size: 96px;
    margin: 0 0 35px 0;
  }
}

h3, .h3 {
  font-size: 32px;
  margin: 0 0 25px 0;
}

@media screen and (min-width: 992px) {
  h3, .h3 {
    font-size: 48px;
    margin: 0 0 35px 0;
  }
}

p {
  color: #626366;
  font-family: "proxima-nova", sans-serif;
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 20px 0;
}

.intro {
  text-align: center;
  margin: auto;
  max-width: 840px;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}

.intro p {
  color: #223d7d;
}

.intro p sup {
  font-size: 12px;
}

.intro .top,
.intro .bottom {
  color: #223d7d;
  font-family: 'Kapra-Regular';
  line-height: 1;
  text-transform: uppercase;
}

.intro .top {
  color: #223d7d;
  font-size: 22px;
  letter-spacing: 4px;
  line-height: 1;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .intro .top {
    font-size: 26px;
  }
}

.intro .bottom {
  font-size: 34px;
}

@media screen and (min-width: 992px) {
  .intro .bottom {
    font-size: 48px;
  }
}

.intro h1 {
  margin-bottom: 0;
}

.intro h1 {
  line-height: 0.9;
}

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

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

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

.text-center .img-responsive {
  margin: auto;
}

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

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

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

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

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

.ghostCenter {
  text-align: center;
}

/* The ghost, nudged to maintain perfect centering */
.ghostCenter:before {
  content: '';
  display: inline-block;
  zoom: 1;
  *display: inline;
  /* inline-block IE fix */
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
  /* inline-block whitespace fix */
}

/* The element to be centered, can also be of any width and height */
.ghostCenter .content {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
}

.skew {
  position: relative;
  z-index: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.skew:before, .skew:after {
  background: #fff;
  content: '';
  display: block;
  height: 204px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}

.skew:before {
  top: -204px;
  transform: skewY(-6deg);
  transform-origin: 100% 0;
}

.skew:after {
  bottom: -204px;
  transform: skewY(-6deg);
  transform-origin: 0;
}

.skew .fx {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #14254b;
  z-index: -2;
}

.blue {
  color: #45b8e6;
}

.desktop-only {
  display: none;
}

@media screen and (min-width: 768px) {
  .desktop-only {
    display: inline-block;
  }
}

.mobile-only {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

.background-image {
  background-attachment: scroll;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.btn {
  color: #223d7d;
  font-family: "proxima-nova", sans-serif;
  text-transform: uppercase;
  padding: 12px 30px 10px;
  letter-spacing: 3px;
  display: inline-block;
  border-radius: 0;
  font-size: 14px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.btn.btn-block {
  display: block;
  text-align: center;
}

.btn.btn-white {
  color: #223d7d;
  background-color: #fff;
}

.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
  color: #fff;
  background-color: #223d7d;
  text-decoration: none;
}

.btn.btn-ghost {
  color: #fff;
  border: 1px solid #fff;
}

.btn.btn-ghost:hover, .btn.btn-ghost:focus, .btn.btn-ghost:active {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.btn.btn-yellow {
  color: #000;
  background-color: #fdbb11;
}

.btn.btn-yellow:hover, .btn.btn-yellow:focus, .btn.btn-yellow:active {
  color: #000;
  background-color: #ffd539;
  text-decoration: none;
}

ul {
  margin: 0 0 20px;
}

ul li {
  margin-bottom: 5px;
}

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

ul.list-justified {
  padding-left: 0;
  margin: 0;
  list-style: none;
}

ul.list-justified > li {
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
}

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

ul.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

ul.list-inline > li.block {
  display: block;
}

ul.list-inline.middle > li {
  vertical-align: middle;
}

ul.list-inline.pipe {
  margin-left: 0;
}

ul.list-inline.pipe > li {
  padding: 0;
}

ul.list-inline.pipe > li + li {
  margin-left: 24px;
  position: relative;
}

ul.list-inline.pipe > li + li:before {
  content: '';
  border-left: 1px solid #000000;
  height: 14px;
  position: absolute;
  top: 50%;
  left: -12px;
  margin-top: -6px;
}

ul.list-inline.pipe > li a {
  padding: 0;
}

.row.tight {
  margin-left: -1px !important;
  margin-right: -1px !important;
}

.row.tight > [class^="col-"],
.row.tight > [class*=" col-"] {
  padding-left: 0;
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .row.vcenter > [class^="col-"],
  .row.vcenter > [class*=" col-"] {
    display: inline-block;
    zoom: 1;
    *display: inline;
    /* inline-block IE fix */
    margin-right: -4px;
    /* inline-block whitespace fix */
    float: none !important;
    vertical-align: middle;
  }
}

.row.table {
  display: table;
  table-layout: fixed;
  width: 100%;
  margin: 0;
}

.row.table::before, .row.table::after {
  display: none;
}

.row.table > .divider {
  border-top: 1px solid #fff;
  margin: 30px 0 0 0;
  padding: 30px 16px 0 16px;
}

@media screen and (min-width: 768px) {
  .row.table > .divider {
    border-top: none;
    margin: 0;
    padding: 0 16px 0 100px;
  }
  .row.table > .divider:before {
    content: '';
    background: #fff;
    width: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
  }
}

.row.table .col-xs-cell {
  display: table-cell;
  float: none !important;
}

@media screen and (min-width: 768px) {
  .row.table .col-sm-cell {
    display: table-cell;
    float: none !important;
  }
}

@media screen and (min-width: 992px) {
  .row.table .col-md-cell {
    display: table-cell;
    float: none !important;
  }
}

@media screen and (min-width: 1200px) {
  .row.table .col-lg-cell {
    display: table-cell;
    float: none !important;
  }
}

.row.table .top {
  vertical-align: top;
}

.row.table .middle {
  vertical-align: middle;
}

.row.table .bottom {
  vertical-align: bottom;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
}

.owl-carousel .owl-nav .owl-prev {
  background: url("../img/elements/caret-left.png") no-repeat center center;
  left: -20px;
}

.owl-carousel .owl-nav .owl-next {
  background: url("../img/elements/caret-right.png") no-repeat center center;
  right: -20px;
}

.mobile-break {
  display: block;
}

@media screen and (min-width: 768px) {
  .mobile-break {
    display: inline;
  }
}

.hero-takeover-wrapper {
  display: block;
  width: 100%;
}

.hero-takeover-wrapper .hero-takeover {
  min-height: 450px;
}

.hero-takeover-wrapper .hero-takeover .hero-gradient {
  background: rgba(21, 37, 75, 0.35);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.hero-takeover-wrapper .hero-takeover .hero-takeover-video {
  display: none;
  height: auto;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  z-index: 1;
}

@media (min-width: 960px) {
  .hero-takeover-wrapper .hero-takeover .hero-takeover-video {
    display: block;
  }
}

.hero-takeover-wrapper .hero-takeover #youtube-overlay {
  display: block;
  height: auto;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  z-index: 1;
}

.hero-takeover-wrapper .hero-takeover .hero-caption {
  left: 20px;
  position: absolute;
  right: 20px;
  text-align: center;
  top: 50%;
  z-index: 3;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hero-takeover-wrapper .hero-takeover .hero-caption h1,
.hero-takeover-wrapper .hero-takeover .hero-caption h2,
.hero-takeover-wrapper .hero-takeover .hero-caption h3,
.hero-takeover-wrapper .hero-takeover .hero-caption h4,
.hero-takeover-wrapper .hero-takeover .hero-caption h5,
.hero-takeover-wrapper .hero-takeover .hero-caption h6 {
  color: #fff;
  margin: 0;
}

.hero-takeover-wrapper .hero-takeover .hero-caption h2 {
  position: relative;
}

@media screen and (min-width: 992px) {
  .hero-takeover-wrapper .hero-takeover .hero-caption h2 {
    margin: 0 0 -10px 0;
  }
}

.hero-takeover-wrapper .hero-takeover .hero-caption h2 .service-mark {
  position: relative;
}

.hero-takeover-wrapper .hero-takeover .hero-caption h2 .service-mark sup {
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 600;
  margin: 0 0 0 5px;
  position: absolute;
  top: 24px;
}

.hero-takeover-wrapper .hero-takeover .hero-caption h4 {
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1.2;
  margin: 0 0 5px 0;
}

@media screen and (min-width: 992px) {
  .hero-takeover-wrapper .hero-takeover .hero-caption h4 {
    font-size: 26px;
    letter-spacing: 3px;
    margin: 0 0 10px 0;
  }
}

.hero-takeover-wrapper .hero-takeover .hero-caption .hero-takeover-play {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 40px;
  height: 100px;
  margin: 10px auto 0;
  position: relative;
  text-align: center;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  width: 100px;
}

@media screen and (min-width: 992px) {
  .hero-takeover-wrapper .hero-takeover .hero-caption .hero-takeover-play {
    font-size: 55px;
    height: 140px;
    margin: 15px auto 0;
    width: 140px;
  }
}

.hero-takeover-wrapper .hero-takeover .hero-caption .hero-takeover-play:hover {
  background: rgba(0, 0, 0, 0.6);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.hero-takeover-wrapper .hero-takeover .hero-caption .hero-takeover-play .play-button {
  left: 50%;
  margin: 0 0 0 6px;
  position: absolute;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.hero-takeover-wrapper .hero-takeover .hero-takeover-overlay {
  background: rgba(0, 0, 0, 0.7);
  bottom: 0;
  opacity: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.hero-takeover-wrapper .hero-takeover .hero-takeover-overlay.active {
  opacity: 1;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  z-index: 9;
}

.hero-takeover-wrapper .hero-takeover .hero-takeover-overlay .hero-overlay-controls {
  bottom: 40px;
  left: 50%;
  position: absolute;
  text-align: center;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  z-index: 10;
}

.hero-takeover-wrapper .hero-takeover .hero-takeover-overlay .hero-overlay-controls .hero-control-btn {
  font-family: 'Kapra-Regular';
}

.hero-takeover-wrapper .hero-takeover .hero-takeover-scroll {
  background-attachment: scroll;
  background-color: transparent;
  background-image: url(../images/scroll-arrows.png);
  background-repeat: no-repeat;
  background-size: 45px 39px;
  background-position: center;
  bottom: 30px;
  cursor: pointer;
  height: 40px;
  left: 50%;
  position: absolute;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 8;
  width: 45px;
}

.hero-takeover-wrapper .hero-takeover .hero-takeover-caption {
  bottom: 15px;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  margin-bottom: 0;
  right: 15px;
  position: absolute;
  z-index: 8;
}

header .rccl-navigation {
  display: none;
  position: relative;
}

@media (min-width: 1024px) {
  header .rccl-navigation {
    display: block;
  }
}

header .rccl-navigation .rccl-nav-container {
  display: block;
  font-size: 0;
  margin: 0 auto 0;
  max-width: 1440px;
  padding: 0 20px;
  position: relative;
}

header .rccl-navigation .rccl-nav-utils {
  background: #1C0C45;
  font-weight: 600;
  text-align: right;
  width: 100%;
}

header .rccl-navigation .rccl-nav-utils a {
  color: #fff;
  display: inline-block;
  font: 15px/24px "proxima-nova", sans-serif;
  font-weight: 700;
  position: relative;
}

header .rccl-navigation .rccl-nav-utils a.rccl-util-phone {
  padding: 8px 0px 8px 35px;
}

header .rccl-navigation .rccl-nav-utils a.rccl-util-phone:before {
  background-attachment: scroll;
  background-color: transparent;
  background-image: url(../images/phone.png);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: center;
  content: '';
  height: 32px;
  left: 0;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 32px;
}

header .rccl-navigation .rccl-nav-main {
  background: linear-gradient(rgba(0, 0, 0, 0.5), transparent);
  background: -moz-linear-gradient(rgba(0, 0, 0, 0.5), transparent);
  background: -webkit-linear-gradient(rgba(0, 0, 0, 0.5), transparent);
  font: 16px/24px "proxima-nova", sans-serif;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  left: 0;
  max-width: 1920px;
  margin: 0 auto 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 40px;
  z-index: 20;
}

header .rccl-navigation .rccl-nav-main.sticky {
  background: #1C0C45;
  position: fixed;
  top: 0;
}

header .rccl-navigation .rccl-nav-main.sticky:hover {
  background: #1C0C45;
}

header .rccl-navigation .rccl-nav-main.sticky .rccl-main-logo {
  min-width: 200px;
}

header .rccl-navigation .rccl-nav-main.sticky .rccl-main-logo a {
  background-attachment: scroll;
  background-color: transparent;
  background-image: url(../images/rcl-shield.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 35px;
  height: 80px;
}

header .rccl-navigation .rccl-nav-main.sticky .rccl-main-logo a img {
  display: none;
}

header .rccl-navigation .rccl-nav-main.sticky .rccl-main-links ul li a {
  height: 80px;
  line-height: 80px;
}

header .rccl-navigation .rccl-nav-main:hover {
  background: rgba(0, 0, 0, 0.66);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .rccl-navigation .rccl-nav-main .rccl-main-logo {
  display: block;
  float: left;
  width: 20%;
}

header .rccl-navigation .rccl-nav-main .rccl-main-logo a {
  display: block;
  height: 105px;
  width: 200px;
  position: relative;
}

header .rccl-navigation .rccl-nav-main .rccl-main-logo a img {
  left: 0;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

header .rccl-navigation .rccl-nav-main .rccl-main-links {
  display: block;
  float: left;
  padding: 0 144px 0 0;
  position: relative;
  width: 80%;
}

header .rccl-navigation .rccl-nav-main .rccl-main-links .menu-main-menu-container {
  display: inline-block;
  width: 100%;
}

header .rccl-navigation .rccl-nav-main .rccl-main-links ul {
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

@media (min-width: 1350px) {
  header .rccl-navigation .rccl-nav-main .rccl-main-links ul {
    text-align: left;
  }
}

header .rccl-navigation .rccl-nav-main .rccl-main-links ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  vertical-align: top;
}

header .rccl-navigation .rccl-nav-main .rccl-main-links ul li a {
  color: #fff;
  display: inline-block;
  font: 12.5px/24px "proxima-nova", sans-serif;
  font-weight: 700;
  height: 105px;
  line-height: 105px;
  padding: 0 7px;
  text-decoration: none;
  text-transform: uppercase;
  vertical-align: middle;
}

header .rccl-navigation .rccl-nav-main .rccl-main-links ul li a:hover {
  color: #fdbb11;
}

@media (min-width: 1150px) {
  header .rccl-navigation .rccl-nav-main .rccl-main-links ul li a {
    font: 14px/24px "proxima-nova", sans-serif;
    font-weight: 700;
    line-height: 105px;
    padding: 0 10px;
  }
}

@media (min-width: 1350px) {
  header .rccl-navigation .rccl-nav-main .rccl-main-links ul li a {
    font: 15px/24px "proxima-nova", sans-serif;
    font-weight: 700;
    line-height: 105px;
    padding: 0 20px;
  }
}

header .rccl-navigation .rccl-nav-main .rccl-link-book {
  background: #fdbb11;
  color: #1C0C45;
  cursor: pointer;
  font: 15px/24px "proxima-nova", sans-serif;
  font-weight: 700;
  padding: 10px 30px;
  position: absolute;
  right: 0;
  text-decoration: none;
  text-transform: uppercase;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .rccl-navigation .rccl-nav-main .rccl-link-book:hover {
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .rccl-mobile-navigation {
  background: #1C0C45;
  display: block;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 20;
}

@media (min-width: 1024px) {
  header .rccl-mobile-navigation {
    display: none;
  }
}

header .rccl-mobile-navigation .rccl-mobile-utils {
  display: block;
  float: left;
  width: 100%;
}

header .rccl-mobile-navigation .rccl-mobile-utils .rccl-mobile-logo {
  background-attachment: scroll;
  background-color: transparent;
  background-image: url(../images/rcl-shield.png);
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 35px;
  display: block;
  float: left;
  height: 60px;
  max-width: 200px;
  position: relative;
  width: 100%;
}

@media (min-width: 768px) {
  header .rccl-mobile-navigation .rccl-mobile-utils .rccl-mobile-logo {
    height: 101px;
  }
}

header .rccl-mobile-navigation .rccl-mobile-utils .rccl-mobile-logo a {
  display: block;
  height: 35px;
  position: absolute;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 67px;
}

@media (min-width: 768px) {
  header .rccl-mobile-navigation .rccl-mobile-utils .rccl-mobile-logo a {
    height: auto;
    width: 200px;
  }
}

header .rccl-mobile-navigation .rccl-mobile-utils .rccl-mobile-logo a img {
  display: none;
}

@media (min-width: 768px) {
  header .rccl-mobile-navigation .rccl-mobile-utils .rccl-mobile-logo a img {
    display: block;
  }
}

header .rccl-mobile-navigation .rccl-mobile-utils .rccl-mobile-util-phone {
  background-attachment: scroll;
  background-color: transparent;
  background-image: url(../images/phone-hollow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
}

header .rccl-mobile-navigation .rccl-hamburger {
  display: block;
  float: left;
  height: 60px;
  width: 70px;
}

@media (min-width: 768px) {
  header .rccl-mobile-navigation .rccl-hamburger {
    height: 101px;
  }
}

header .rccl-mobile-navigation .rccl-hamburger .gen-primary-nav-trigger {
  bottom: auto;
  cursor: pointer;
  display: block;
  height: 22px;
  left: 20px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  position: absolute;
  z-index: 6;
}

header .rccl-mobile-navigation .rccl-hamburger .gen-primary-nav-trigger:hover {
  color: #fdbb11;
}

header .rccl-mobile-navigation .rccl-hamburger .gen-primary-nav-trigger .gen-menu-icon {
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 30px;
  height: 3px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

header .rccl-mobile-navigation .rccl-hamburger .gen-primary-nav-trigger .gen-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}

header .rccl-mobile-navigation .rccl-hamburger .gen-primary-nav-trigger .gen-menu-icon.is-clicked::before {
  background-color: #fff;
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

header .rccl-mobile-navigation .rccl-hamburger .gen-primary-nav-trigger .gen-menu-icon.is-clicked::after {
  background-color: #fff;
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}

header .rccl-mobile-navigation .rccl-hamburger .gen-primary-nav-trigger .gen-menu-icon::before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
  top: -9px;
}

header .rccl-mobile-navigation .rccl-hamburger .gen-primary-nav-trigger .gen-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}

header .rccl-mobile-navigation .rccl-hamburger .gen-primary-nav-trigger .gen-menu-icon::after {
  top: 9px;
}

header .rccl-mobile-menu {
  background: #0072ba;
  bottom: 0;
  color: #fff;
  display: block;
  left: -300px;
  position: fixed;
  right: 0;
  top: 60px;
  width: 300px;
  z-index: 20;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (min-width: 768px) {
  header .rccl-mobile-menu {
    top: 101px;
  }
}

@media (min-width: 1024px) {
  header .rccl-mobile-menu {
    display: none;
  }
}

header .rccl-mobile-menu.is-visible {
  left: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

header .rccl-mobile-menu .menu-main-menu-container {
  display: block;
  width: 100%;
}

header .rccl-mobile-menu .menu-main-menu-container .main-menu {
  margin: 0;
  padding: 0;
}

header .rccl-mobile-menu .menu-main-menu-container .main-menu li {
  margin: 0;
  padding: 0;
}

header .rccl-mobile-menu .menu-main-menu-container .main-menu li a {
  border-bottom: 1px solid rgba(0, 0, 0, 0.0980392);
  border-top: 1px solid rgba(255, 255, 255, 0.0980392);
  color: #fff;
  display: block;
  font: 15px/24px "proxima-nova", sans-serif;
  font-weight: 700;
  margin: 0px;
  padding: 20px;
  text-decoration: none;
  text-transform: uppercase;
  top: 0px;
}

header .rccl-mobile-menu .rccl-link-book {
  background: #fdbb11;
  color: #1C0C45;
  cursor: pointer;
  display: block;
  font: 15px/24px "proxima-nova", sans-serif;
  font-weight: 700;
  max-width: 265px;
  margin: 15px auto 0;
  padding: 10px 30px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
}

header .rccl-mobile-menu .rccl-link-book:hover {
  background: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

footer {
  background: #14254b;
  color: #fff;
}

@media screen and (max-width: 767px) {
  footer {
    text-align: center;
  }
}

footer a {
  color: #fff;
}

footer a:hover, footer a:focus, footer a:active {
  color: #0072ba;
}

footer h3 {
  font-size: 32px;
  letter-spacing: 4px;
  color: #fff;
  margin-bottom: 0;
}

footer p {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
}

footer small {
  display: block;
  line-height: 1.4;
  font-style: italic;
}

footer .social {
  padding: 30px 0;
  text-align: center;
}

footer .social a {
  color: #45b8e6;
}

footer .copyright {
  padding: 25px 0;
  border-top: 1px solid #686868;
}

footer .copyright img {
  max-width: 30px;
  margin-right: 8px;
}

footer .copyright .container > div {
  margin-top: 5px;
  margin-bottom: 5px;
}

footer .list-social {
  padding-left: 0;
  list-style: none;
  margin: 5px 0;
}

footer .list-social > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

footer .list-social > li a {
  display: block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

footer .list-social > li a:hover, footer .list-social > li a:focus, footer .list-social > li a:active {
  opacity: .6;
}

@media screen and (min-width: 768px) {
  footer .footer-menu {
    text-align: right;
  }
}

footer .footer-menu .menu {
  margin: 0;
}

footer .footer-menu .menu li {
  margin: 0;
}

footer .footer-menu .pipe > li + li:before {
  border-color: #fff;
}

.basic-content {
  padding: 60px 0 0 0;
}

.basic-content .container {
  max-width: 1000px;
  text-align: center;
}

.basic-content .container.basic-content--md {
  max-width: 900px;
}

.basic-content .container.basic-content--sm {
  max-width: 800px;
}

@media screen and (min-width: 1280px) {
  .basic-content p {
    font-size: 20px;
  }
}

.callout {
  margin: 40px 0;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 992px) {
  .callout {
    margin: 70px 0;
  }
}

.callout.double {
  z-index: 0;
  margin: 0;
  overflow: hidden;
}

@media screen and (max-width: 1199px) {
  .callout.double .skew {
    padding-bottom: 40px;
  }
}

@media screen and (min-width: 992px) {
  .callout.double .wrapper + .wrapper {
    margin-top: 80px;
  }
}

.callout.double .wrapper.image-right .content-side {
  align-self: flex-end;
}

.callout.double .wrapper.image-right .content-side .large-title:after {
  margin-left: -50%;
}

.callout.double .wrapper.image-left .content-side {
  align-self: flex-start;
}

.callout.double .wrapper .content-side {
  margin-top: 0;
  padding: 25px 20px;
}

.callout.double .wrapper .content-side .content-inner {
  overflow: hidden;
}

.callout.double .wrapper .content-side .small-title,
.callout.double .wrapper .content-side .large-title,
.callout.double .wrapper .content-side p {
  color: #fff;
}

.callout.double .wrapper .content-side .large-title {
  display: inline-block;
  margin-bottom: 14px;
}

.callout.double .wrapper .content-side .large-title:after {
  content: '';
  display: block;
  border-bottom: 1px solid #fff;
  width: 150%;
}

@media screen and (min-width: 992px) {
  .callout .wrapper {
    align-items: center;
    display: flex;
  }
}

.callout .wrapper.image-right .content-side {
  text-align: right;
}

.callout .image-side .image-inner {
  background-color: #14254b;
  position: relative;
}

.callout .image-side img {
  display: block;
  height: auto;
  width: 100%;
}

.callout .image-side .image-caption {
  bottom: 10px;
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
  position: absolute;
  left: 10px;
  line-height: 1;
}

.callout .image-side .image-caption.right {
  left: auto;
  right: 10px;
}

.callout .image-side .image-caption.dark {
  color: #474747;
}

.callout .content-side {
  margin-top: 40px;
}

@media screen and (min-width: 992px) {
  .callout .content-side {
    margin-top: 0;
  }
}

.callout .content-side .small-title {
  color: #223d7d;
  font-size: 22px;
  letter-spacing: 4px;
  line-height: 1;
  margin-bottom: 18px;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .callout .content-side .small-title {
    font-size: 26px;
  }
}

.callout .content-side .large-title {
  color: #223d7d;
  font-family: 'Kapra-Regular';
  font-size: 68px;
  line-height: 0.85;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.callout .content-side .large-title.large-title__divide {
  margin: 0 0 16px 0;
  position: relative;
}

.callout .content-side .large-title.large-title__divide .callout__divide {
  background-color: #223d7d;
  bottom: 0;
  content: '';
  height: 1px;
  position: absolute;
}

@media screen and (min-width: 992px) {
  .callout .content-side .large-title {
    font-size: 96px;
    line-height: 82px;
  }
}

.callout .callout__content-bold p {
  color: #223d7d;
  font-family: 'Kapra-Regular';
  letter-spacing: 1px;
}

@media screen and (min-width: 992px) {
  .callout .callout__content-bold p {
    font-size: 20px;
  }
}

.callout.callout-left .large-title.large-title__divide .callout__divide {
  left: 0;
  right: 25%;
}

.callout.callout-right .large-title.large-title__divide .callout__divide {
  left: 25%;
  right: 0;
}

.callout-carousel .owl-dots {
  bottom: 30px;
  left: 50%;
  position: absolute;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.callout-carousel .owl-dots .owl-dot {
  background: rgba(255, 255, 255, 0.85);
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 3px;
  width: 10px;
}

.callout-carousel .owl-dots .owl-dot.active {
  background: #223d7d;
}

.callout__overlay {
  background: #dd257c;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 27px;
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  top: 10px;
}

@media screen and (min-width: 640px) {
  .callout__overlay {
    top: 20px;
  }
}

@media screen and (min-width: 992px) {
  .callout__overlay {
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 27px;
    padding: 5px 30px;
  }
}

.callout__overlay.callout__overlay--right {
  right: 0;
}

.callout__overlay.callout__overlay--right:before {
  border-bottom: 0 solid transparent;
  border-right: 5px solid #dd257c;
  border-top: 37px solid transparent;
  bottom: 0;
  content: '';
  height: 0;
  position: absolute;
  left: -5px;
  top: 0;
  width: 0;
}

.callout__overlay.callout__overlay--left {
  left: 0;
}

.callout__overlay.callout__overlay--left:after {
  border-bottom: 0 solid transparent;
  border-left: 5px solid #dd257c;
  border-top: 37px solid transparent;
  bottom: 0;
  content: '';
  height: 0;
  position: absolute;
  right: -5px;
  top: 0;
  width: 0;
}

.countdown-banner {
  background: #3479ba;
  color: #fff;
  font-size: 22px;
  letter-spacing: 4px;
  line-height: 1;
  padding: 30px 20px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .countdown-banner {
    font-size: 26px;
  }
}

.countdown-banner__timer {
  font-weight: 700;
}

.slanted-block {
  position: relative;
  z-index: 0;
}

.slanted-block .container {
  max-width: 1920px;
  padding: 80px 0;
  position: relative;
}

.slanted-block.top-slant {
  margin-top: -80px;
}

@media screen and (min-width: 1200px) {
  .slanted-block.top-slant {
    margin-top: -160px;
  }
}

.slanted-block.top-slant .container {
  background-color: #14254b;
  padding-top: 220px;
}

.slanted-block.top-slant .container::before {
  background: #fff;
  content: '';
  height: 220px;
  left: 0;
  overflow: visible;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: -115px;
  -webkit-transform: skewY(-6deg);
  -moz-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  -o-transform: skewY(-6deg);
  transform: skewY(-6deg);
}

.slanted-block.top-slant .container .content-side .small-title {
  color: #fff;
}

.slanted-block.top-slant .container .content-side .large-title {
  color: #fff;
}

.slanted-block.top-slant .container .content-side p {
  color: #fff;
}

.slanted-block.bottom-slant {
  margin-bottom: -80px;
}

@media screen and (min-width: 1200px) {
  .slanted-block.bottom-slant {
    margin-bottom: -160px;
  }
}

.slanted-block.bottom-slant .container {
  padding-bottom: 220px;
}

.slanted-block.bottom-slant .container::after {
  background: #fff;
  content: '';
  height: 220px;
  left: 0;
  overflow: visible;
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: -115px;
  -webkit-transform: skewY(-6deg);
  -moz-transform: skewY(-6deg);
  -ms-transform: skewY(-6deg);
  -o-transform: skewY(-6deg);
  transform: skewY(-6deg);
}

.slanted-block .background-image {
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.slanted-block .wrapper {
  margin: 0 auto;
  max-width: 1440px;
  padding-left: 18px;
  padding-right: 18px;
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .slanted-block .wrapper {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
}

.slanted-block .wrapper.image-right .content-side {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .slanted-block .wrapper.image-right .content-side {
    text-align: right;
  }
}

@media screen and (min-width: 1200px) {
  .slanted-block .wrapper.image-right .image-side .image-inner {
    margin-bottom: 0;
    margin-left: 13%;
    margin-right: 0;
    width: 35%;
  }
}

.slanted-block .wrapper.image-center {
  text-align: center;
  position: relative;
}

@media screen and (min-width: 992px) {
  .slanted-block .wrapper.image-center {
    display: block;
    text-align: center;
  }
}

.slanted-block .wrapper.image-center .content-side {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .slanted-block .wrapper.image-center .image-side {
    margin-top: 40px;
  }
}

@media screen and (min-width: 600px) {
  .slanted-block .wrapper.image-center .image-side .image-inner {
    margin: 1%;
    width: 48%;
  }
}

@media screen and (min-width: 1200px) {
  .slanted-block .wrapper.image-center .image-side .image-inner {
    margin: 1%;
    width: 22.5%;
  }
}

.slanted-block .image-side {
  text-align: center;
  margin-top: 40px;
}

@media screen and (min-width: 1200px) {
  .slanted-block .image-side {
    margin-top: 0;
    text-align: left;
  }
}

@media screen and (max-width: 1199px) {
  .slanted-block .image-side {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch;
  }
}

.slanted-block .image-side p {
  color: #fff;
}

.slanted-block .image-side .image-inner {
  background-color: #14254b;
  display: inline-block;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 600px) {
  .slanted-block .image-side .image-inner {
    margin-bottom: 0;
    margin-left: 4%;
    margin-right: 4%;
    width: 41%;
  }
}

@media screen and (min-width: 768px) {
  .slanted-block .image-side .image-inner {
    min-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .slanted-block .image-side .image-inner {
    min-height: 500px;
    margin-left: 0;
    margin-right: 13%;
    width: 35%;
  }
}

@media screen and (max-width: 1199px) {
  .slanted-block .image-side .image-inner {
    background-size: cover;
    background-position: center center;
    padding: 10px;
  }
}

@media screen and (min-width: 992px) {
  .slanted-block .image-side .image-inner:hover .hover-content {
    opacity: 1;
  }
}

.slanted-block .image-side .image-inner:before {
  content: '';
  background: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.slanted-block .image-side .image-inner .ghostCenter {
  padding: 80px 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  .slanted-block .image-side .image-inner .ghostCenter {
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .slanted-block .image-side .image-inner img {
    display: none;
  }
}

.slanted-block .image-side img {
  display: block;
  height: auto;
  width: 100%;
}

.slanted-block .image-side .hover-content {
  background: #050b1a;
  display: none;
  margin: auto;
  padding: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media screen and (min-width: 992px) {
  .slanted-block .image-side .hover-content {
    display: block;
    width: 95%;
    height: 95%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10% 20px 20px 20px;
  }
}

@media screen and (min-width: 1200px) {
  .slanted-block .image-side .hover-content {
    padding: 25% 20px 20px 20px;
  }
}

.slanted-block .image-side .hover-content p {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  text-align: left;
}

.slanted-block .image-side .hover-content p.content-title {
  font-family: 'Kapra-Regular';
  font-size: 32px;
  line-height: 1;
  letter-spacing: 4px;
  text-transform: uppercase;
  text-align: center;
}

.slanted-block .image-side .image-title {
  color: #fff;
  font-family: 'Kapra-Regular';
  font-size: 32px;
  letter-spacing: 4px;
  padding: 0 20px;
  pointer-events: none;
  text-transform: uppercase;
}

.slanted-block .image-side .image-caption {
  bottom: 10px;
  color: #fff;
  font-size: 12px;
  margin-bottom: 0;
  position: absolute;
  right: 10px;
  line-height: 1;
}

.slanted-block .image-side .btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 190px;
}

.slanted-block .content-side {
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .slanted-block .content-side {
    text-align: left;
  }
}

.slanted-block .content-side .small-title {
  color: #223d7d;
  font-size: 22px;
  letter-spacing: 4px;
  line-height: 1;
  margin-bottom: 20px;
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .slanted-block .content-side .small-title {
    font-size: 26px;
  }
}

.slanted-block .content-side .large-title {
  color: #223d7d;
  font-family: 'Kapra-Regular';
  font-size: 68px;
  line-height: 0.85;
  margin-bottom: 10px;
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .slanted-block .content-side .large-title {
    font-size: 98px;
  }
}

.slanted-block .content-side p {
  color: #223d7d;
}

.callout.callout-left + .slanted-block.top-slant {
  margin-top: -80px;
}

@media screen and (min-width: 1200px) {
  .callout.callout-left + .slanted-block.top-slant {
    margin-top: -200px;
  }
}

.slanted-block__overlay {
  background: #dd257c;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  left: 0;
  letter-spacing: 1px;
  line-height: 27px;
  padding: 2px 15px;
  position: absolute;
  text-transform: uppercase;
  top: 10px;
  white-space: nowrap;
}

.slanted-block__overlay:after {
  border-bottom: 0 solid transparent;
  border-left: 5px solid #dd257c;
  border-top: 31px solid transparent;
  bottom: 0;
  content: '';
  height: 0;
  position: absolute;
  right: -5px;
  top: 0;
  width: 0;
}

@media screen and (min-width: 640px) {
  .slanted-block__overlay {
    top: 20px;
  }
}

@media screen and (min-width: 992px) {
  .slanted-block__overlay {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 27px;
    padding: 2px 15px;
  }
}

.cta {
  overflow: hidden;
}

.cta .container {
  min-height: 400px;
  display: flex;
}

@media screen and (min-width: 992px) {
  .cta .container {
    min-height: 680px;
  }
}

.cta .container h1,
.cta .container p {
  color: #fff;
}

.cta-cards {
  font-size: 0;
  padding: 40px 0;
  text-align: center;
}

@media screen and (min-width: 992px) {
  .cta-cards {
    padding: 50px 0;
  }
}

.cta-cards__heading {
  color: #223d7d;
  font-family: 'Kapra-Regular';
  font-size: 68px;
  line-height: 0.85;
  margin-bottom: 0 0 15px 0;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .cta-cards__heading {
    font-size: 96px;
    line-height: 82px;
  }
}

.cta-cards__subheading {
  color: #223d7d;
  font-size: 22px;
  letter-spacing: 4px;
  line-height: 1;
  margin: 0 0 18px 0;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .cta-cards__subheading {
    font-size: 26px;
  }
}

.cta-cards__subheading.cta-cards__subheading-pink {
  background-color: #dd257c;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1px;
  margin: 0 0 25px 0;
  padding: 5px 20px;
  position: relative;
  text-transform: uppercase;
}

.cta-cards__subheading.cta-cards__subheading-pink:before {
  border-bottom: 37px solid transparent;
  border-right: 5px solid #dd257c;
  border-top: 0 solid transparent;
  bottom: 0;
  content: '';
  height: 0;
  position: absolute;
  left: -5px;
  top: 0;
  width: 0;
}

.cta-cards__subheading.cta-cards__subheading-pink:after {
  border-bottom: 0 solid transparent;
  border-left: 5px solid #dd257c;
  border-top: 37px solid transparent;
  bottom: 0;
  content: '';
  height: 0;
  position: absolute;
  right: -5px;
  top: 0;
  width: 0;
}

.cta-cards__entry {
  display: inline-block;
  font-size: 0;
  padding: 10px 0;
  vertical-align: top;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .cta-cards__entry {
    padding: 10px;
    width: 50%;
  }
}

@media screen and (min-width: 1280px) {
  .cta-cards__entry {
    width: 25%;
  }
}

.cta-cards__body {
  padding: 20px;
}

.cta-cards__title {
  margin: 0 0 10px 0;
}

.cta-cards__content {
  font-size: 16px;
}

.cta-cards__image {
  min-height: 280px;
}

.cta-cards__image-src {
  display: none;
}

.ships .row > div,
.accolades .row > div {
  margin: 20px 0;
}

.accolades {
  margin: 80px 0;
  padding: 0 40px;
}

.accolades .container {
  padding: 0;
}

.accolades img {
  margin: auto;
  max-width: 215px;
  height: auto;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

@media screen and (min-width: 768px) {
  .accolades img.large {
    max-width: 329px;
  }
}

.accolades .accolades-carousel .owl-item {
  display: flex;
  height: 137px;
}

.accolades .accolades-carousel .owl-item.active + .accolades .accolades-carousel .owl-item.active img {
  max-width: 329px;
}

.accolades .accolades-carousel .owl-prev {
  left: -40px !important;
}

.accolades .accolades-carousel .owl-next {
  right: -40px !important;
}

/*# sourceMappingURL=styles.css.map */