@import url("https://fonts.googleapis.com/css?family=Droid+Sans:400,700");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,700");
section.content {
  margin-bottom: 40px;
}
section.content .content_title {
  text-transform: uppercase;
  margin: 0 0 15px 0;
  font-size: 1.5em;
}
section.content .content_title small {
  display: block;
  font-size: 0.9em;
  text-transform: none;
  margin-top: 8px;
}

.form .form_row {
  margin-bottom: 15px;
}
.form .form_row label {
  display: block;
  font-size: 0.9em;
  color: #555;
  text-transform: uppercase;
  font-weight: normal;
}

.login_forgot_pass {
  font-size: 0.9em;
  padding: 15px 0 0 0;
}

md-select {
  margin: 0;
}

.md-select-value {
  border-bottom: 0;
}

.schedule_sheet .sheet_header {
  padding: 20px;
}
.schedule_sheet .sheet_body {
  padding: 20px;
}
.schedule_sheet .sheet_table {
  width: 100%;
  border-collapse: collapse;
}
.schedule_sheet .sheet_table td, .schedule_sheet .sheet_table th {
  border: 1px solid #fff;
  font-size: 0.8em;
}
.schedule_sheet .sheet_table thead th {
  background: #ccc;
  font-weight: bold;
  padding: 5px;
}
.schedule_sheet .sheet_table thead th.spacer {
  background: #fff;
  border-bottom: 5px solid #ccc;
}
.schedule_sheet .sheet_table tbody .sailing_head td {
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bold;
}
.schedule_sheet .sheet_table tbody .col_passengers {
  width: 20%;
}
.schedule_sheet .sheet_table tbody td {
  background: #ddd;
  padding: 10px;
}
.schedule_sheet .sheet_table tbody td.spacer {
  background: #fff;
}
.schedule_sheet .booking_entry.online {
  color: #529b65;
}
.schedule_sheet .booking_entry.ff {
  color: #1016ff;
}
.schedule_sheet .booking_entry.bff {
  color: #00a5ff;
}
.schedule_sheet .booking_entry.cash {
  color: #ff0500;
}
.schedule_sheet .booking_entry.phone {
  color: #000;
}
.schedule_sheet .sheet_footer .footer_legend {
  padding: 20px;
  width: 50%;
}
.schedule_sheet .sheet_footer .footer_legend .table {
  border-collapse: collapse;
}
.schedule_sheet .sheet_footer .footer_legend .table .legend_color_box {
  width: 50px;
}
.schedule_sheet .sheet_footer .footer_legend .table .legend_key_total {
  text-align: center;
}
.schedule_sheet .sheet_footer .footer_legend .table tr.online td.legend_color_box {
  background-color: #529b65;
}
.schedule_sheet .sheet_footer .footer_legend .table tr.online .legend_key {
  color: #529b65;
}
.schedule_sheet .sheet_footer .footer_legend .table tr.ff td.legend_color_box {
  background-color: #1016ff;
}
.schedule_sheet .sheet_footer .footer_legend .table tr.ff .legend_key {
  color: #1016ff;
}
.schedule_sheet .sheet_footer .footer_legend .table tr.bff td.legend_color_box {
  background-color: #00a5ff;
}
.schedule_sheet .sheet_footer .footer_legend .table tr.bff .legend_key {
  color: #00a5ff;
}
.schedule_sheet .sheet_footer .footer_legend .table tr.cash td.legend_color_box {
  background-color: #ff0500;
}
.schedule_sheet .sheet_footer .footer_legend .table tr.cash .legend_key {
  color: #ff0500;
}
.schedule_sheet .sheet_footer .footer_legend .table tr.phone td.legend_color_box {
  background-color: #000000;
}
.schedule_sheet .sheet_footer .footer_legend .table tr.phone .legend_key {
  color: #000;
}

.account_page {
  padding: 0 5% 40px;
}
.account_page .bookings_header {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 3px solid #ccc;
}
.account_bookings {
  margin-bottom: 30px;
}

.account_booking {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: row;
}
.account_booking .booking_date {
  text-align: center;
  width: 100px;
  padding-right: 20px;
}
.account_booking .booking_date .date_month {
  background-color: #00aadc;
  font-size: 0.8em;
  text-transform: uppercase;
}
.account_booking .booking_date .date_day {
  font-size: 2em;
}
.account_booking .booking_date .date_year {
  background-color: #00aadc;
  font-size: 0.8em;
  text-transform: uppercase;
}
.account_booking .booking_details {
  width: 60%;
}
.account_booking .booking_details .detail_row {
  display: block;
  font-size: 0.8em;
}
.account_booking .booking_details .detail_row.strong {
  font-size: 1em;
  font-weight: bold;
}

.online_reserve {
  position: relative;
}
.online_reserve .reserve_loader {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(0, 0, 0, 0.6);
}
.online_reserve .reserve_loader .loader_icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px;
}
.online_reserve .reserve_loader.active {
  display: block;
}
.online_reserve .reserve_progress {
  margin-bottom: 20px;
}
.online_reserve .reserve_datetime_selector {
  margin-bottom: 20px;
}
.online_reserve .reserve_sidebar .trip_summary .summary_info {
  margin-bottom: 15px;
}
.online_reserve .reserve_contact_login_box {
  background: #ccc;
  padding: 25px 15px;
}
.online_reserve .reserve_contact_login_box h3 {
  margin: 0;
}

.reserve_cargo_selector {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.reserve_cargo_selector .selector_body {
  padding: 10px;
  min-height: 90px;
}
.reserve_cargo_selector .selector_form {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.05);
  padding: 10px;
}
.reserve_cargo_selector .selector_instruct {
  padding: 10px;
  background-color: #5a8fcc;
  color: #fff;
  font-weight: bold;
}
.reserve_cargo_selector .selector_desc {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
}
.reserve_cargo_selector .selector_summary .summary_value {
  display: block;
  font-size: 2em;
}
.reserve_cargo_selector .selector_summary .summary_label {
  display: block;
  font-size: 1em;
  font-weight: bold;
  color: #777;
  text-transform: uppercase;
}
.reserve_cargo_selector .selector_items_table .size_col {
  width: 70%;
}

.booking_card_selector {
  margin-bottom: 25px;
}

.reserve_review_itinerary .review_totals_table {
  width: 100%;
}
.reserve_review_itinerary .review_totals_table thead td {
  background: rgba(0, 0, 0, 0.3);
  font-weight: bold;
}
.step_progress_nav {
  background: #dbdbdb;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.step_progress_nav .nav_item {
  display: block;
  padding: 8px 20px;
  cursor: pointer;
  text-decoration: none;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.step_progress_nav .nav_item .item_title {
  display: block;
  float: left;
  padding: 4px 0 0 0;
  font-size: 1.1em;
  color: #333;
}
.step_progress_nav .nav_item .item_icon {
  float: left;
  margin-right: 10px;
}
.step_progress_nav .nav_item .item_icon i {
  font-size: 2em;
  color: rgba(0, 0, 0, 0.4);
}
.step_progress_nav .nav_item:first-child {
  border-left: 0;
}
.step_progress_nav .nav_item.active {
  background: #ec4c21;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ec4c21 0%, #e33d0d 50%, #d92c00 52%, #da2c00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ec4c21 0%, #e33d0d 50%, #d92c00 52%, #da2c00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ec4c21 0%, #e33d0d 50%, #d92c00 52%, #da2c00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ec4c21", endColorstr="#da2c00",GradientType=0 );
  /* IE6-9 */
}
.step_progress_nav .nav_item.active .item_title {
  color: #fff;
  font-weight: bold;
}
.step_progress_nav .nav_item.active .item_icon i {
  color: rgba(255, 255, 255, 0.8);
}
.step_progress_nav .nav_item.completed {
  background: #6aa468;
  /* Old browsers */
  background: -moz-linear-gradient(top, #6aa468 0%, #5d965b 50%, #548953 52%, #538852 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #6aa468 0%, #5d965b 50%, #548953 52%, #538852 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #6aa468 0%, #5d965b 50%, #548953 52%, #538852 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#6aa468", endColorstr="#538852",GradientType=0 );
  /* IE6-9 */
}
.step_progress_nav .nav_item.completed .item_title {
  color: #fff;
  font-weight: bold;
}
.step_progress_nav .nav_item.completed .item_icon i {
  color: rgba(255, 255, 255, 0.6);
}

.info_row .info_label {
  display: block;
  font-weight: bold;
  font-size: 0.8em;
  color: #777;
  text-transform: uppercase;
}
.info_row .info_value {
  display: block;
  font-weight: bold;
  font-size: 1.1em;
  color: #222;
}
.info_row .info_value_sub {
  display: block;
  font-size: 0.9em;
  color: #555;
}

.reserve_map_container {
  height: 500px;
}

.reserve_dialog {
  width: 50%;
}
.reserve_dialog .dialog_header {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: #005698;
  /* Old browsers */
  background: -moz-linear-gradient(top, #005698 0%, #003a7f 50%, #00266c 51%, #001c64 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #005698 0%, #003a7f 50%, #00266c 51%, #001c64 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #005698 0%, #003a7f 50%, #00266c 51%, #001c64 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#005698", endColorstr="#001c64",GradientType=0 );
  /* IE6-9 */
}
.reserve_dialog .dialog_body {
  padding: 20px;
}
.reserve_dialog .dialog_footer {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 15px;
  margin-top: 20px;
}
.reserve_dialog .dialog_footer .btn {
  margin-left: 20px;
}

.reserve_success {
  padding: 30px 5%;
}
.reserve_success .success_header .circle-loader {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.reserve_success .success_actions {
  margin-top: 30px;
  text-align: center;
}

.reserve_review_itinerary .review_totals_table {
  border-collapse: collapse;
}
.reserve_review_itinerary .review_totals_table th, .reserve_review_itinerary .review_totals_table td {
  padding: 10px;
  border: 1px solid #fff;
}
.reserve_review_itinerary .review_totals_table .blank {
  background: #fff;
}
.reserve_review_itinerary .review_totals_table thead th {
  background: #cecece;
}
.reserve_review_itinerary .review_totals_table tbody td {
  background: #c0e0fe;
}
.reserve_review_itinerary .review_totals_table tfoot td {
  background: #cecece;
}

.custom-marker {
  font-size: 1em;
  padding: 10px;
  border-radius: 4px;
  border: #7F7F7F solid 1px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #005698;
  /* Old browsers */
  background: -moz-linear-gradient(top, #005698 0%, #003a7f 50%, #00266c 51%, #001c64 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #005698 0%, #003a7f 50%, #00266c 51%, #001c64 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #005698 0%, #003a7f 50%, #00266c 51%, #001c64 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#005698", endColorstr="#001c64",GradientType=0 );
  /* IE6-9 */
}

.custom-marker:hover {
  background: #0067a0;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.custom-marker:hover:after {
  border-color: #0067a0 transparent;
}

.custom-marker.active {
  background: #ec4c21;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ec4c21 0%, #e33d0d 50%, #d92c00 52%, #da2c00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ec4c21 0%, #e33d0d 50%, #d92c00 52%, #da2c00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ec4c21 0%, #e33d0d 50%, #d92c00 52%, #da2c00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ec4c21", endColorstr="#da2c00",GradientType=0 );
  /* IE6-9 */
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.custom-marker.active:after {
  border-color: #DA2C00 transparent;
}

.custom-marker:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 7px 6px 0;
  border-color: #001C64 transparent;
  display: block;
  width: 0;
  z-index: 1;
  margin-left: -6px;
  bottom: -6px;
  left: 50%;
}

.custom-marker:before {
  content: "";
  position: absolute;
  border-style: solid;
  border-width: 7px 6px 0;
  border-color: #7F7F7F transparent;
  display: block;
  width: 0;
  z-index: 0;
  margin-left: -6px;
  bottom: -7px;
  left: 50%;
}

.circle-loader {
  margin: 0 0 30px 10px;
  border: 5px solid rgba(0, 0, 0, 0.2);
  border-left-color: #5cb85c;
  animation-name: loader-spin;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.circle-loader,
.circle-loader:after {
  border-radius: 50%;
  width: 12em;
  height: 12em;
}

.load-complete {
  -webkit-animation: none;
  animation: none;
  border-color: #5cb85c;
  transition: border 500ms ease-out;
}

.checkmark.draw:after {
  animation-duration: 800ms;
  animation-timing-function: ease;
  animation-name: checkmark;
  transform: scaleX(-1) rotate(135deg);
}
.checkmark:after {
  opacity: 1;
  height: 6em;
  width: 3em;
  transform-origin: left top;
  border-right: 5px solid #5cb85c;
  border-top: 5px solid #5cb85c;
  content: "";
  left: 3em;
  top: 6em;
  position: absolute;
}

@keyframes loader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes checkmark {
  0% {
    height: 0;
    width: 0;
    opacity: 1;
  }
  20% {
    height: 0;
    width: 3em;
    opacity: 1;
  }
  40% {
    height: 6em;
    width: 3em;
    opacity: 1;
  }
  100% {
    height: 6em;
    width: 3em;
    opacity: 1;
  }
}
@media (max-width: 1000px) {
  .step_progress_nav .nav_item {
    padding: 5px;
    font-size: 0.7em;
    text-align: center;
  }
  .step_progress_nav .nav_item .item_title {
    display: block;
    text-align: center;
    float: none;
  }
  .step_progress_nav .nav_item .item_icon {
    display: block;
    float: none;
    text-align: center;
    margin: 0 0 5px 0;
  }

  .reserve_dialog {
    width: 90%;
  }

  md-dialog md-dialog-actions {
    display: block;
  }
  md-dialog .dialog_footer .btn {
    display: block;
    margin: 0 0 15px 0 !important;
    width: 100%;
  }
}
@media print {
  .site_header {
    padding: 10px;
    background-color: #777 !important;
  }

  .container {
    width: 96%;
  }

  a[href]:after {
    content: none !important;
  }

  .footer, .navbar, .contact-header {
    display: none;
  }

  .date_selector {
    display: none;
  }

  .print_date_display {
    display: block !important;
    font-size: 2em;
  }

  .schedule_sheet .sheet_table {
    border: 1px solid #333;
    border-collapse: collapse;
  }
  .schedule_sheet .sheet_table thead tr th {
    background-color: #eee;
    border: 1px solid #333;
  }
  .schedule_sheet .sheet_table tbody tr.sailing_head td {
    background-color: #eee !important;
  }
  .schedule_sheet .sheet_table td {
    border: 1px solid #333;
  }
}
html, body {
  height: auto;
  min-height: 100%;
  background-color: #2E4256;
}

.btn_deco, .btn_deco.blue, .btn_deco.orange:hover, .btn_deco.orange:active {
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: #005698;
  /* Old browsers */
  background: -moz-linear-gradient(top, #005698 0%, #003a7f 50%, #00266c 51%, #001c64 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #005698 0%, #003a7f 50%, #00266c 51%, #001c64 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #005698 0%, #003a7f 50%, #00266c 51%, #001c64 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#005698", endColorstr="#001c64",GradientType=0 );
  /* IE6-9 */
}

.btn_deco.orange,
.btn_deco.blue:hover,
.btn_deco:hover,
.btn_deco:active {
  color: #fff;
  background: #ec4c21;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ec4c21 0%, #e33d0d 50%, #d92c00 52%, #da2c00 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ec4c21 0%, #e33d0d 50%, #d92c00 52%, #da2c00 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ec4c21 0%, #e33d0d 50%, #d92c00 52%, #da2c00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ec4c21", endColorstr="#da2c00",GradientType=0 );
  /* IE6-9 */
}

.btn_xlg {
  font-size: 18px;
  padding: 15px 25px;
}

h1 small, h2 small, h3 small, h4 small, h5 small {
  display: block;
  margin-top: 5px;
}

.schedule_table {
  margin: 0;
}
.schedule_table td.col0 {
  font-weight: bold;
}
.schedule_table .scheduleHeading td {
  background-color: rgba(0, 0, 0, 0.2) !important;
  font-size: 0.8em;
  font-weight: bold;
}

.print_date_display {
  display: none;
}

.schedules_addon_info {
  margin-top: 30px;
}

md-content.transparent {
  background-color: transparent;
}

.logo-header {
  padding: 15px;
}

.contact-header li {
  list-style: none;
  text-align: right;
}

.contact-header {
  color: #FFF;
  font-size: 1.2em;
  padding-top: 30px;
  padding-left: 20px;
}

.wrapper {
  background-color: #fff;
  border-radius: 5px;
}

.container-fluid {
  padding: 5px 0 0 5px;
}

.navbar {
  margin-bottom: 0;
  border-radius: 0;
  padding: 10px 0px 10px 0px;
  background-color: transparent;
  border: none;
  font-family: "Droid Sans", sans-serif;
}
.navbar li {
  text-align: center;
  border-left: solid 1px #ccc;
}
.navbar li a {
  color: #000;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.95em;
}
.navbar li:first-child {
  border-left: 0;
}

.customer_action_bar .action_btns {
  display: flex;
  justify-content: flex-end;
}
.customer_action_bar .action_btns button {
  margin-right: 10px;
}
.customer_action_bar .action_btns button:last-child {
  margin-right: 0;
}

.page_body {
  padding: 10px;
}

.page_body.page_reserve {
  padding: 0;
}
.page_body.page_reserve .reserve_header {
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.2);
}
.page_body.page_reserve .reserve_body {
  padding: 20px;
}

.page_schedule_btns .btn {
  margin: 15px 15px 15px 0;
}
.page_schedule_btns .btn:last-child {
  margin-right: 0;
}

.main-post {
  border-right: solid 1px #ccc;
}

.post-title {
  color: #f26324;
  padding-bottom: 10px;
}

.side-nav {
  padding-top: 20px;
  padding-left: 0;
}

.side-nav a {
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.9em;
  padding: 10px;
}

.side-nav li {
  list-style: none;
  padding: 3px;
}

.side-nav .side-nav-active {
  color: #f26324;
}

li.current-menu-item a {
  color: #f26324 !important;
}

.vessels {
  float: right;
  padding-right: 25px;
}

.fax {
  float: left;
}

.after-hours {
  text-align: left;
  float: none;
}

.contract-text {
  font-size: 0.9em;
  font-weight: 500;
  line-height: 150%;
  margin-bottom: 40px;
}

.gallery {
  padding-left: 60px;
}

/*Buttons*/
.btn_primary {
  background: #0e71b3;
  background-image: linear-gradient(to bottom, #0e71b3, #002c47);
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  margin: 25px 0px 25px 25px;
  width: 180px;
}

.btn_primary:hover {
  background: #f26224;
  text-decoration: none;
}

.btn_secondary {
  background: #f26224;
  background-image: linear-gradient(to bottom, #f26224, #ff7c55);
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 10px 10px 10px;
  text-decoration: none;
  margin: 25px 0px 25px 25px;
  width: 180px;
}

.btn_secondary:hover {
  background: #f26224;
  text-decoration: none;
}

.login-btn {
  float: right;
}

.btn2 {
  background: #f26224;
  border-radius: 5px;
  font-family: "Open Sans", sans-serif;
  color: #ffffff;
  font-size: 15px;
  padding: 5px 10px 5px 10px;
  text-decoration: none;
  margin: 10px 0 10px 0px;
  width: 82px;
}

.btn2:hover {
  background: #0e71b3;
  background-image: -webkit-linear-gradient(top, #0e71b3, #002c47);
  background-image: -moz-linear-gradient(top, #0e71b3, #002c47);
  background-image: -ms-linear-gradient(top, #0e71b3, #002c47);
  background-image: -o-linear-gradient(top, #0e71b3, #002c47);
  background-image: linear-gradient(to bottom, #0e71b3, #002c47);
  text-decoration: none;
}

/* footer */
@media (max-width: 991px) {
  .schedule_table {
    font-size: 0.7em !important;
  }

  .footer {
    display: none;
  }
}
@media (max-width: 800px) {
  .schedule_table {
    font-size: 0.6em !important;
  }
}
.footer {
  list-style: none;
  font-size: 0.85em;
}
.footer ul {
  padding-left: 0;
  text-align: center;
}
.footer a {
  color: #fff;
  border-right: solid 1px #fff;
  text-align: center;
  padding-right: 5px;
  padding-left: 5px;
}
.footer li:last-of-type a {
  border: none;
}
.footer ul > li {
  display: inline-block;
  padding: 30px 0 15px 0;
  text-transform: uppercase;
}

.footer-credit {
  color: #fff;
  padding: 30px;
  font-size: 0.9em;
  text-align: center;
}
.footer .footer-credit a {
  border: none;
  padding: 0;
}

.page-id-16 .row {
    display: block !important;
}

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