/***********************************************
CSS RESET
***********************************************/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

/***********************************************
END CSS RESET
***********************************************/
/***********************************************
BASE STYLES
***********************************************/
html {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

body * {
  font-family: 'Lato', sans-serif; }

body {
  background: #e9e9e9;
  color: #353535; }

a {
  color: #03A9F4;
  text-decoration: none;
  cursor: pointer; }

a:hover {
  color: #0286c2; }

i, em {
  font-style: italic; }

strong, b {
  font-weight: bold; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

p, li, div, .btn, label {
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  line-height: 32px;
  font-weight: 500; }

h1 {
  font-size: 46px;
  line-height: 46px; }

h2 {
  font-size: 36px;
  line-height: 44px; }

h3 {
  font-size: 30px;
  line-height: 42px; }

h4 {
  font-size: 28px;
  line-height: 30px; }

h5 {
  font-size: 24px;
  line-height: 26px; }

h6 {
  font-size: 22px;
  line-height: 24px; }

.orange {
  color: orange; }

ul {
  margin-top: 15px;
  margin-bottom: 15px; }
  ul li {
    margin-left: 18px;
    list-style-type: disc; }

input.text,
input[type="password"],
input[type="text"],
input[type="email"] {
  color: #575757;
  border: none;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  padding: 8px;
  margin-bottom: 5px;
  margin-top: 5px;
  max-width: 100%;
  min-width: 250px;
  border-radius: 3px;
  font-size: 16px; }

input.text:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="email"]:focus {
  font-size: 16px; }

textarea {
  border: 1px solid #c4c4c4;
  background: #ffffff;
  min-width: 250px;
  padding: 8px;
  margin-bottom: 5px;
  margin-top: 5px;
  max-width: 100%;
  border-radius: 3px;
  color: #575757;
  font-size: 16px; }

textarea:focus {
  font-size: 16px; }

input.date {
  background-color: #ffffff;
  background-image: url(/fonts/calendar-icon.d1c22a7cadc0f18918ebab4e8223b981.png?);
  background-repeat: NO-REPEAT;
  background-position: 6px 50%;
  border: none;
  border-radius: 3px;
  padding: 8px;
  padding-left: 35px;
  margin-bottom: 5px;
  margin-top: 5px;
  max-width: 100%;
  min-width: 250px;
  color: #575757; }

input.location-input {
  background-color: #ffffff;
  background-image: url(/fonts/port-unselected.2a97ae311cc3251a4433e001a38c2c2a.png?);
  background-repeat: NO-REPEAT;
  background-position: 6px 50%;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  padding: 8px;
  padding-left: 35px;
  margin-bottom: 5px;
  margin-top: 5px;
  max-width: 100%;
  min-width: 270px;
  color: #575757; }

select {
  color: #575757;
  background: url(/fonts/caret-down-white.4192fdcfd84c8f97374d68ee63576b85.svg?), linear-gradient(to right, #247cbd, #247cbd), linear-gradient(to right, #ffffff, #ffffff);
  background-size: 10px 14px, 24px 100%, 100% 100%;
  background-repeat: NO-REPEAT;
  background-position: calc(100% - 6px) 50%, 100% 100%, 100% 100%;
  padding: 0px 36px 0px 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  margin-left: 5px;
  margin-right: 5px;
  cursor: pointer;
  padding-right: 33px;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #c4c4c4;
  padding-right: 33px;
  margin-bottom: 5px;
  margin-top: 5px;
  border-radius: 3px;
  font-size: 16px; }
  select option {
    list-style-type: none;
    margin-left: 8px;
    margin-left: none;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer; }

select:focus {
  font-size: 16px; }

select.select-big {
  min-width: 250px;
  padding: 8px;
  margin: 0;
  margin-bottom: 5px;
  margin-top: 5px; }

select::-ms-expand {
  display: none; }

.search-holder-big .ng-datepicker-input {
  /*
	min-width: 100% !important;
	width: 100%;
    max-width: 100% !important;
    */
  min-width: 0 !important; }

@media only screen and (max-width: 599px) {
  .search-holder-big .ng-datepicker-input {
    width: 100%; } }

.check-box-div {
  display: inline-block;
  background: #efefef;
  border: 1px solid #ffffff;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  vertical-align: middle;
  position: relative;
  top: -2px; }
  .check-box-div span {
    display: none;
    color: #217ebf;
    vertical-align: top;
    line-height: 14px;
    height: 14px;
    width: 14px;
    position: relative;
    top: -1px;
    left: -1px;
    font-size: 16px; }
  .check-box-div.selected span {
    display: inline; }

label[for],
div[for] {
  cursor: pointer; }

.btn {
  background: linear-gradient(to left, #ffa000, #FF663B);
  border: none;
  color: #ffffff;
  font-size: 18px;
  padding: 8px 20px;
  cursor: pointer;
  white-space: nowrap;
  line-height: 15px;
  transition: background ease .5s;
  display: inline-block;
  border-radius: 3px;
  box-shadow: inset 0px -1px 2px rgba(0, 0, 0, 0.5); }
  .btn:hover {
    color: #ffffff;
    background: linear-gradient(to left, #E68700, #E64D22); }

.btn-outline {
  background: linear-gradient(to left, #ffa000, #FF663B);
  position: relative;
  transition: background ease .5s;
  display: inline-block;
  border-radius: 3px;
  padding: 1px;
  cursor: pointer; }
  .btn-outline .text-container {
    background: #fff;
    color: #FF663B;
    font-size: 18px;
    padding: 8px 20px;
    white-space: nowrap;
    line-height: 14px;
    border-radius: 3px; }
  .btn-outline:hover {
    background: linear-gradient(to left, #E68700, #E64D22); }

.btn-lg {
  padding: 12px 24px; }

.btn-lg.btn-outline {
  padding: 2px; }
  .btn-lg.btn-outline .text-container {
    padding: 12px 24px; }

.schedule-banner-inner .btn,
.btn-no-fill {
  background: none;
  border: 1px solid #fff;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
  line-height: 15px;
  transition: background ease .5s;
  display: inline-block;
  border-radius: 2px;
  border-radius: 3px; }
  .schedule-banner-inner .btn:hover,
  .btn-no-fill:hover {
    color: #FF663B;
    border: 1px solid #FF663B; }

.vessel-banner-inner .btn,
.btn-no-fill {
  background: none;
  border: 1px solid #fff;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
  line-height: 15px;
  transition: background ease .5s;
  display: inline-block;
  border-radius: 2px;
  border-radius: 3px; }
  .vessel-banner-inner .btn:hover,
  .btn-no-fill:hover {
    color: #FF663B;
    border: 1px solid #FF663B; }

.carrier-banner-inner .btn,
.btn-no-fill {
  background: none;
  border: 1px solid #fff;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
  line-height: 15px;
  transition: background ease .5s;
  display: inline-block;
  border-radius: 2px;
  border-radius: 3px; }
  .carrier-banner-inner .btn:hover,
  .btn-no-fill:hover {
    color: #FF663B;
    border: 1px solid #FF663B; }

.ports-banner-inner .btn,
.btn-no-fill {
  background: none;
  border: 1px solid #fff;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
  line-height: 15px;
  transition: background ease .5s;
  display: inline-block;
  border-radius: 2px;
  border-radius: 3px; }
  .ports-banner-inner .btn:hover,
  .btn-no-fill:hover {
    color: #FF663B;
    border: 1px solid #FF663B; }

.btn-white-blue {
  background: #ffffff;
  border: 1px solid #fff;
  color: #2798d8;
  font-size: 18px;
  padding: 3px 8px;
  cursor: pointer;
  white-space: nowrap;
  line-height: 15px;
  transition: background ease .5s;
  display: inline-block;
  border-radius: 2px;
  border-radius: 3px; }
  .btn-white-blue:hover {
    color: white;
    border: 1px solid #fff;
    background: none; }

.btn-light-blue {
  background: #217ebf;
  border: none;
  color: #ffffff;
  font-size: 18px;
  padding: 8px 20px;
  cursor: pointer;
  white-space: nowrap;
  line-height: 15px;
  transition: background ease .5s;
  display: inline-block;
  border-radius: 3px; }
  .btn-light-blue:hover {
    color: #ffffff;
    background: #196194; }

.btn-blue {
  background: #2798d8;
  border: none;
  color: #ffffff;
  font-size: 18px;
  padding: 8px 20px;
  cursor: pointer;
  white-space: nowrap;
  line-height: 15px;
  transition: background ease .5s;
  display: inline-block;
  border-radius: 3px; }
  .btn-blue:hover {
    color: #ffffff;
    background: #1f7aad; }

.btn-purple {
  background: linear-gradient(to right, #3a7bb3, #664587); }
  .btn-purple:hover {
    background: linear-gradient(to right, #3373ac, #603e81); }

.auto-complete {
  min-width: 250px;
  max-width: 100%;
  color: #353535;
  border: 1px solid #c4c4c4;
  background: #ffffff;
  padding: 5px;
  max-height: 350px;
  overflow-y: auto;
  position: absolute;
  margin-top: -5px;
  z-index: 30;
  border-radius: 3px;
  min-height: 36px; }
  .auto-complete p {
    text-decoration: none;
    font-weight: bold; }
  .auto-complete ul {
    margin-top: 0;
    margin-bottom: 0; }
    .auto-complete ul li {
      list-style-type: none;
      margin-left: 8px;
      margin-left: none;
      font-size: 16px;
      line-height: 24px;
      cursor: pointer; }
      .auto-complete ul li img {
        width: 40px;
        vertical-align: middle;
        margin-top: 3px;
        margin-bottom: 3px;
        margin-left: 5px;
        margin-right: 10px; }
  .auto-complete li {
    list-style-type: none;
    margin-left: 8px;
    margin-left: none;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer; }
    .auto-complete li img {
      width: 40px;
      vertical-align: middle;
      margin-top: 3px;
      margin-bottom: 3px;
      margin-left: 5px;
      margin-right: 10px; }

.saved-schedule-autocomplete {
  top: 151px;
  right: 20px; }

.pagination-holder {
  float: right; }
  .pagination-holder .pagination {
    display: inline-block;
    margin-left: 2px;
    margin-right: 2px;
    cursor: pointer; }
    .pagination-holder .pagination li {
      margin-left: 0;
      list-style-type: none;
      line-height: 16px;
      font-size: 16px;
      color: #664587;
      padding: 4px;
      border: 1px solid #c1c1c1; }
    .pagination-holder .pagination.selected {
      border-color: #664587;
      background: #664587; }
      .pagination-holder .pagination.selected li {
        color: #ffffff; }

.favorite-star img {
  margin-left: 5px;
  margin-right: 5px;
  display: inline-block;
  width: 16px;
  height: 16px;
  cursor: pointer;
  float: none !important;
  position: relative;
  top: 1px; }

.favorite-star-big img {
  cursor: pointer; }

.favorite-star img.loading {
  animation: starSpin .5s linear infinite; }

.favorite-star-big img.loading {
  animation: starSpin .5s linear infinite; }

@keyframes starSpin {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.auto-complete .favorite-star img {
  width: 16px;
  margin-top: 0px;
  margin-bottom: 3px;
  margin-left: 0px;
  margin-right: 3px; }

.slider-handle {
  border-radius: 50%;
  cursor: pointer; }

.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30; }
  .popup-container .popup-wrapper {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); }
  .popup-container .popup {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fafafa;
    padding: 20px;
    z-index: 40;
    border-radius: 3px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.43);
    border: 1px solid #c4c4c4;
    max-height: calc(100vh - 30px);
    overflow-y: auto; }
    .popup-container .popup .close {
      position: absolute;
      right: 10px;
      top: 10px;
      line-height: 7px;
      font-size: 24px;
      color: #353535; }
      .popup-container .popup .close:hover {
        color: #1c1c1c; }
    .popup-container .popup .popup-line-div {
      display: block;
      height: 1px;
      width: 50%;
      margin: auto;
      margin-top: 10px;
      margin-bottom: 10px;
      background: #d4d4d4; }

.actions-icon {
  line-height: 42px; }
  .actions-icon img {
    width: 30px;
    margin-left: 10px;
    vertical-align: bottom; }
  .actions-icon .hover-img {
    display: none; }
  .actions-icon:hover .hover-img {
    display: inline-block; }
  .actions-icon:hover .main-img {
    display: none; }
  .actions-icon.more-icon img {
    height: 25px; }

.phone-icon img {
  width: 25px; }

.upside-down {
  display: inline-block;
  transform: rotate(180deg); }

/*
.home-hero .search-holder-big {
  animation: slideDownHome 3s 1;
  overflow: hidden;
}

@keyframes slideDownHome {
  0% {
    max-height: 205px;
  }
  100% {
    max-height: 1000px;
  }
}

.schedule-banner-inner .search-holder-big {
  animation: slideDownInner 3s 1;
}

@keyframes slideDownInner {
  0% {
    max-height: 0px;
  }
  100% {
    max-height: 1000px;
  }
}*/
.radio-hide {
  display: none; }

input[type="radio"] + label.radio-label {
  width: 14px;
  height: 14px;
  margin-right: 5px;
  display: inline-block;
  background: #f0f0f0;
  border: 1px solid #c4c4c4;
  border-radius: 50%;
  vertical-align: middle; }

input[type="radio"] + label.radio-label span {
  transition: background .33s ease; }

input[type="radio"]:not(:checked) + label.radio-label span {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #efefef;
  border-radius: 50%;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 2px; }

input[type="radio"]:checked + label.radio-label span {
  width: 8px;
  height: 8px;
  display: inline-block;
  background: #217ebf;
  /*radial-gradient( circle, #217ebf,darken(#217ebf, 20%));*/
  border-radius: 50%;
  vertical-align: top;
  margin-top: 2px;
  margin-left: 2px; }

/*
.error {
    color: #ffffff;
	background: #990000;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 100%;
	display: block;
	border-radius: 3px;
	border: 1px solid #dd0000;
	text-align: left;
	padding: 0 8px;
}*/
.error {
  color: red;
  /* background: #990000; */
  padding-top: 0px;
  padding-bottom: 0px;
  width: 100%;
  display: block;
  border-radius: 3px;
  /* border: 1px solid #dd0000; */
  text-align: left;
  padding: 0 8px;
  line-height: 22px;
  margin-top: -2px; }

.error-explanation {
  line-height: 18px;
  font-size: 14px;
  margin-top: 0px !important;
  margin-bottom: 5px;
  padding-left: 8px;
  text-align: left; }

.error-input {
  outline: 1px solid red; }

.error-input-outer input {
  outline: 1px solid red; }

.error-2 {
  color: red;
  white-space: nowrap;
  display: inline-block;
  padding-left: 5px; }

/*
@media only screen and (max-width: 980px) { 
    .search-holder-big .ng-datepicker-input {
        min-width: 250px !important;
        width: 250px !important;
        max-width: 250px !important;
    }
}
*/
/***********************************************
Alert banner style changes
***********************************************/
.vessel-banner,
.schedule-banner,
.ports-banner,
.carrier-banner,
.plans-banner,
.page-banner {
  padding-top: 100px !important; }

@media only screen and (max-width: 799px) {
  .vessel-banner,
  .schedule-banner,
  .ports-banner,
  .carrier-banner,
  .plans-banner,
  .page-banner {
    padding-top: 120px !important; } }

/***********************************************
LAYOUT
***********************************************/
body {
  background-color: #e9e9e9; }

html, body, #wrapper {
  height: 100%; }

.wrapper {
  max-width: 1180px;
  margin: 0 auto; }

.wrapper-fw {
  max-width: 1180px;
  margin: 0 auto; }

@media only screen and (max-width: 1210px) {
  .wrapper {
    padding-left: 15px;
    padding-right: 15px; } }

.col-holder {
  font-size: 0; }

.col1of2 {
  display: inline-block;
  width: 50%;
  vertical-align: top; }

.padded .col1of2:first-of-type {
  padding-right: 60px; }

.padded .col1of2:nth-child(2) {
  padding-left: 60px; }

.col1of3 {
  display: inline-block;
  width: 33%;
  vertical-align: top; }

.padded .col1of3:first-of-type {
  padding-right: 40px; }

.padded .col1of3:nth-child(2) {
  padding-left: 20px;
  padding-right: 20px; }

.padded .col1of3:nth-child(3) {
  padding-left: 40px; }

.col1of4 {
  display: inline-block;
  width: 25%;
  vertical-align: top; }

.col1of5 {
  display: inline-block;
  width: 20%;
  vertical-align: top; }

.col4of5 {
  display: inline-block;
  width: 80%;
  vertical-align: top; }

.col1of6 {
  display: inline-block;
  width: 33%;
  vertical-align: top; }

.content-section {
  padding: 40px 90px; }
  .content-section.gray {
    background: #393939;
    color: #ffffff; }
    .content-section.gray li {
      color: #03A9F4; }
      .content-section.gray li p, .content-section.gray li h1, .content-section.gray li h2, .content-section.gray li h3, .content-section.gray li h4, .content-section.gray li h5, .content-section.gray li h6 {
        color: #ffffff; }
  .content-section ul li {
    margin-left: 15px;
    list-style-type: disc;
    margin-bottom: 5px; }
    .content-section ul li p {
      line-height: 24px; }

.schedule-results-table .inner-results-row span {
  font-size: 16px; }

@media only screen and (max-width: 1023px) {
  .col1of4 {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .col1of5 {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .col4of5 {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important; } }

@media only screen and (max-width: 980px) {
  .col1of3 {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .saved-schedule-autocomplete {
    margin-top: -5px;
    max-width: calc(100% - 70px); } }

@media only screen and (max-width: 767px) {
  .col1of2 {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .padded .col1of2:first-of-type {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-right: none;
    border-bottom: 2px solid #868686; }
  .content-section {
    padding: 40px 40px; } }

@media only screen and (max-width: 599px) {
  .col1of6 {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .content-section {
    padding: 40px 20px; } }

/*----------------------------
	little Loader
----------------------------*/
.little-loader {
  display: none;
  width: 18px;
  height: 18px;
  margin: 3px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #353535;
  border-left-color: #353535;
  animation: spin-little 1s linear infinite; }
  .little-loader.white {
    border-top-color: #ffffff;
    border-left-color: #ffffff; }
  .little-loader.visible {
    display: block; }

.mini-loader {
  display: inline-block;
  width: 23px;
  height: 23px;
  margin: 0px;
  margin-left: 4px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #353535;
  border-left-color: #353535;
  animation: spin-little 1s linear infinite; }
  .mini-loader.white {
    border-top-color: #ffffff;
    border-left-color: #ffffff; }
  .mini-loader.visible {
    display: block; }

@keyframes spin-little {
  0% {
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

@keyframes reverse-spin-little {
  0% {
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(0deg);
    /* Firefox 16+, IE 10+, Opera */ }
  100% {
    /* Chrome, Opera 15+, Safari 3.1+ */
    /* IE 9 */
    transform: rotate(-360deg);
    /* Firefox 16+, IE 10+, Opera */ } }

/***********************************************
Ports
***********************************************/
.datepicker-holder {
  display: inline-block;
  vertical-align: top;
  /*
    width: 217px;
    .ng-datepicker-input {
        width: 217px;
        min-width: 217px !important;
    }
    */ }

.prev-next-holder {
  display: inline-block;
  vertical-align: top; }
  .prev-next-holder .btn-blue {
    margin-top: 5px;
    padding: 10px 13px 9px; }

@media only screen and (max-width: 399px) {
  .datepicker-holder {
    display: inline-block;
    vertical-align: top;
    /*
        width: 200px;
        .ng-datepicker-input {
            width: 200px;
            min-width: 200px !important;
        }
        */ } }

/***********************************************
Blur sidebar text size
***********************************************/
.vessels-main-content .refine-sidebar .sidebar-section p,
.carriers-main-content .refine-sidebar .sidebar-section p {
  font-size: 16px; }
  .vessels-main-content .refine-sidebar .sidebar-section p span,
  .carriers-main-content .refine-sidebar .sidebar-section p span {
    font-size: 16px; }

.vessels-main-content .refine-sidebar .sidebar-section .col1of2,
.vessels-main-content .refine-sidebar .sidebar-section .right-col,
.carriers-main-content .refine-sidebar .sidebar-section .col1of2,
.carriers-main-content .refine-sidebar .sidebar-section .right-col {
  font-size: 16px; }
  .vessels-main-content .refine-sidebar .sidebar-section .col1of2 span,
  .vessels-main-content .refine-sidebar .sidebar-section .right-col span,
  .carriers-main-content .refine-sidebar .sidebar-section .col1of2 span,
  .carriers-main-content .refine-sidebar .sidebar-section .right-col span {
    font-size: 16px; }

.vessels-main-content .refine-sidebar .sidebar-section .col1of2 img {
  float: left; }

/***********************************************
Email Delivery
***********************************************/
.email-delivery-section.saved .message {
  position: absolute;
  top: -2px;
  right: 15px;
  background: #575757;
  padding: 3px 20px;
  color: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.43);
  line-height: 23px;
  animation: savedMessageAnimation 1.5s linear forwards 1; }

.email-delivery-section.error .message {
  position: absolute;
  top: -2px;
  right: 15px;
  background: #575757;
  padding: 3px 20px;
  color: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.43);
  line-height: 23px; }

.email-delivery-section.saving .message {
  position: absolute;
  top: -2px;
  right: 15px;
  background: #575757;
  padding: 3px 20px;
  color: #ffffff;
  border-radius: 3px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.43);
  line-height: 23px; }

@keyframes savedMessageAnimation {
  from {
    visibility: visible;
    background: #575757;
    color: #ffffff;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.43); }
  to {
    visibility: collapse;
    background: transparent;
    color: transparent;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.001); } }

@media only screen and (max-width: 499px) {
  .email-delivery-section.saved .message {
    right: 45px; }
  .email-delivery-section.error .message {
    right: 45px; }
  .email-delivery-section.saving .message {
    right: 45px; } }

/*----------------------------
	Helpers
----------------------------*/
.group:after, .clearfix:after {
  content: "";
  display: table;
  clear: both; }

.info-icon {
  width: 18px;
  margin-left: 5px;
  vertical-align: text-top;
  cursor: help;
  margin-top: 2px; }

.success-check {
  width: 20px;
  vertical-align: sub;
  margin-right: 5px; }

.pointer {
  cursor: pointer; }

.hover-link {
  color: #03A9F4;
  cursor: pointer; }
  .hover-link:hover {
    color: #0286c2; }

.line {
  width: 100%;
  height: 1px;
  background: #393939; }

.line-grey {
  width: 100%;
  height: 1px;
  background: #e9e9e9;
  margin-top: 15px;
  margin-bottom: 15px; }

.no-wrap {
  white-space: nowrap; }

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

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

.small-text {
  font-size: 85%; }

.small-gray-text, .small-gray-text div span {
  display: inline-block;
  font-size: 80%;
  color: #888;
  margin-right: 5px; }

.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mt5 {
  margin-top: 5px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mt30 {
  margin-top: 30px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mt40 {
  margin-top: 40px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mt60 {
  margin-top: 60px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.pt0 {
  padding-top: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.show980 {
  display: none; }

@media only screen and (max-width: 1080px) and (min-width: 980px) {
  .hide1080show980 {
    display: none !important; } }

@media only screen and (max-width: 1200px) {
  .hide1200 {
    display: none; } }

@media only screen and (max-width: 980px) {
  .hide980 {
    display: none; }
  .show980 {
    display: block; }
  .mt0-980 {
    margin-top: 0 !important; }
  .mb0-980 {
    margin-bottom: 0 !important; }
  .mt5-980 {
    margin-top: 5px !important; }
  .mb5-980 {
    margin-bottom: 5px !important; }
  .mt10-980 {
    margin-top: 10px !important; }
  .mb10-980 {
    margin-bottom: 10px !important; }
  .mt15-980 {
    margin-top: 15px !important; }
  .mb15-980 {
    margin-bottom: 15px !important; }
  .mt30-980 {
    margin-top: 30px !important; }
  .mb30-980 {
    margin-bottom: 30px !important; }
  .mt40-980 {
    margin-top: 40px !important; }
  .mb40-980 {
    margin-bottom: 40px !important; }
  .mt60-980 {
    margin-top: 60px !important; }
  .mb60-980 {
    margin-bottom: 60px !important; } }

/*----------------------------
	Plans Sidebar
----------------------------*/
.plans-sidebar {
  border-radius: 3px;
  padding: 20px;
  margin-left: 60px;
  margin-top: 20px;
  vertical-align: top;
  display: inline-block;
  width: 172px;
  background: #2798d8;
  color: #ffffff;
  text-align: center; }
  .plans-sidebar .plans-sidebar-section {
    border-bottom: 1px dashed #ffffff;
    margin-bottom: 20px;
    padding-bottom: 20px; }
    .plans-sidebar .plans-sidebar-section.show499 {
      display: none; }
  .plans-sidebar img {
    width: 50%; }
  .plans-sidebar .small-image {
    width: 40%;
    height: 40%; }
  .plans-sidebar h5 {
    font-weight: 600;
    color: #ffffff; }
  .plans-sidebar h6 {
    font-weight: 600;
    color: #ffffff;
    font-size: 17px;
    margin-bottom: 5px; }
  .plans-sidebar .small-text {
    line-height: 20px;
    font-size: 13px;
    margin-bottom: 5px;
    margin-top: 5px; }
  .plans-sidebar p {
    line-height: 20px;
    font-size: 15px; }
  .plans-sidebar .btn {
    margin-top: 20px; }
  .plans-sidebar .link {
    color: #18569d;
    cursor: pointer;
    font-size: 15px; }

sticky .plans-sidebar {
  margin-top: 0;
  margin-left: 0; }

.plans-sidebar-2 {
  display: none; }

.social-links ul {
  list-style-type: none;
  font-size: 0; }
  .social-links ul li {
    display: inline-block;
    margin-left: 5px; }

@media screen and (min-width: 767px) and (max-height: 800px) {
  .plans-sidebar .plans-sidebar-section {
    margin-bottom: 10px;
    padding-bottom: 10px; } }

@media only screen and (max-width: 1200px) {
  .plans-sidebar .plans-sidebar-section:nth-of-type(2) {
    border-left: 1px dashed #ffffff;
    border-right: 1px dashed #ffffff; }
  .plans-sidebar .plans-sidebar-section:nth-of-type(3) {
    border-left: none;
    border-right: none; } }

@media only screen and (max-width: 980px) {
  .plans-sidebar-1 {
    display: none; }
  .plans-sidebar-2 {
    display: block; }
  .plans-sidebar {
    width: 100%;
    font-size: 0;
    padding: 30px 20px;
    margin-left: 0; }
    .plans-sidebar .plans-sidebar-section {
      padding-left: 10px;
      padding-right: 10px;
      width: calc(33% - 1px);
      display: inline-block;
      vertical-align: top;
      border-bottom: 0; }
    .plans-sidebar .btn {
      display: block; }
    .plans-sidebar img {
      height: 60px; }
  .sidebar-section {
    margin-top: 0; } }

@media only screen and (max-width: 699px) {
  .plans-sidebar {
    width: 100%;
    font-size: 0;
    padding: 15px 5px; }
    .plans-sidebar .btn {
      width: 200px;
      margin: auto; } }

@media only screen and (max-width: 499px) {
  .plans-sidebar {
    width: 100%;
    font-size: 0;
    padding: 15px; }
    .plans-sidebar .plans-sidebar-section {
      width: 100%;
      display: inline-block;
      vertical-align: top;
      border-bottom: 0;
      border-bottom: 1px dashed #ffffff; }
      .plans-sidebar .plans-sidebar-section:nth-of-type(3) {
        width: 100%;
        border-left: none;
        border-right: none; }
      .plans-sidebar .plans-sidebar-section.show499 {
        display: block; }
      .plans-sidebar .plans-sidebar-section.hide499 {
        display: none; }
    .plans-sidebar .btn {
      display: block; }
    .plans-sidebar img {
      height: 60px; } }

.slash-list + .slash-list:before {
  content: " / ";
  color: #000000;
  /* or whatever color you prefer */ }

.greater-than-list + .greater-than-list:before {
  content: " > ";
  color: #000000;
  /* or whatever color you prefer */ }

.ng5-slider .ng5-slider-pointer {
  background-color: #217ebf !important; }

.ng5-slider .ng5-slider-pointer:active {
  background-color: #196194 !important; }

.ng5-slider .ng5-slider-bar {
  background: #ffffff !important; }

.ng5-slider .ng5-slider-selection {
  background: #217ebf !important; }

.ng5-slider .ng5-slider-bubble,
.ng5-slider .ng5-slider-bubble.ng5-slider-limit {
  color: #ffffff !important; }

.ng5-slider .ng5-slider-pointer:active:after {
  background: #ffffff !important; }

/*----------------------------
	Homepage
----------------------------*/
@media (max-width: 979px) {
  header .search-bottom .saved-schedule-btn-container {
    height: 0;
    transition: all .5s ease; }
  header .search-bottom.open .saved-schedule-btn-container {
    height: 67px; }
  header .search-bottom .saved-schedule-btn {
    top: -10px !important;
    height: 0;
    overflow: hidden;
    transition: all .5s ease; }
  header .search-bottom.open .saved-schedule-btn {
    top: 10px !important;
    height: 57px; } }

/*# sourceMappingURL=app.6b4f809880981c1d06e7.css.map*/