@charset "UTF-8";
/**
 * Variables and Bootstrap overrides
 */
/**
 * override variables from modules/variables
 */
/*
	End override variables
*/
body {
  background: #fff;
  font: 16px "Source Sans Pro", sans-serif;
  line-height: 24px;
  color: #003040;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
}

/* TITLE */
h1 {
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Source Serif Pro", serif;
  color: #003e52;
}

h2 {
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Source Serif Pro", serif;
  color: #003e52;
}

h3 {
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Source Serif Pro", serif;
  color: #003e52;
}

h4 {
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Source Serif Pro", serif;
  color: #003e52;
}

h5 {
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Source Serif Pro", serif;
  color: #003e52;
}

h6 {
  font-weight: 400;
  line-height: 1.3em;
  font-family: "Source Serif Pro", serif;
  color: #003e52;
}

h1 {
  font-size: 34px;
  line-height: 40px;
  color: #3d1152;
}
@media screen and (min-width: 48em) {
  h1 {
    font-size: 44px;
    line-height: 54px;
  }
}

h2 {
  font-size: 28px;
  line-height: 34px;
  color: #3d1152;
}
@media screen and (min-width: 48em) {
  h2 {
    font-size: 34px;
    line-height: 44px;
  }
}

h3 {
  font-size: 19px;
  line-height: 30px;
  color: #3d1152;
}

h4 {
  font-size: 19px;
  line-height: 30px;
  font-family: "Source Sans Pro", sans-serif;
}

h5 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.title-sm {
  color: #00758d;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 600;
  margin-bottom: 8px;
  font-family: "Source Sans Pro", sans-serif;
}

a:focus, button:focus, input:focus, textarea:focus, select:focus, [tabindex]:focus {
  outline: 2px dotted;
  outline-offset: 5px;
}

*:focus, *:active {
  box-shadow: none;
}

img {
  max-width: 100%;
  width: auto\9 ;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

/* Bullet List */
ul {
  margin: 0;
  padding: 0;
  padding-left: 50px;
  list-style: none;
}
ul > li {
  margin-bottom: 5px;
  font-size: 16px;
}
ul > li:before {
  content: "•";
  color: #00758d;
  font-size: 22px;
  display: inline-block;
  width: 12px;
  vertical-align: top;
  margin-right: 5px;
}
ul.list-unstyled {
  padding-left: 0;
  margin-left: 0;
  list-style: none;
}
ul.list-unstyled li {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.list-unstyled li:before {
  display: none;
}

/** WRAPPER and For Responsive nav To work properly
===================================*/
.wrapper {
  width: 100%;
  position: relative;
}
.wrapper .wrapper-inner {
  transition: all 500ms cubic-bezier(0.25, 0.1, 0, 0.95);
  position: relative;
  width: 100%;
  display: block;
  margin-right: 0;
}
.wrapper .mask-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  z-index: -1;
  opacity: 0;
  transition: all 350ms ease;
}
.wrapper .wrapper-active {
  margin-right: -60%;
  float: right;
}
.wrapper .wrapper-active .mask-wrapper {
  opacity: 1;
  z-index: 11;
}
.wrapper .on-active-right .mask-wrapper {
  opacity: 1;
  z-index: 11;
}

/** SPACE
===================================*/
.space15 {
  height: 15px;
  display: block;
  width: 100%;
}

.space20 {
  height: 20px;
  display: block;
  width: 100%;
}

.space30 {
  height: 30px;
  display: block;
  width: 100%;
}

.space45 {
  height: 45px;
  display: block;
  width: 100%;
}

.space60 {
  height: 60px;
  display: block;
  width: 100%;
}

/* COLORS + GRADIENTS */
.color-navy-gradient {
  background: rgb(30, 54, 95);
  background: -moz-linear-gradient(left, rgb(30, 54, 95) 0%, rgb(0, 111, 133) 69%, rgb(0, 111, 133) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgb(30, 54, 95)), color-stop(69%, rgb(0, 111, 133)), color-stop(100%, rgb(0, 111, 133)));
  background: -webkit-linear-gradient(left, rgb(30, 54, 95) 0%, rgb(0, 111, 133) 69%, rgb(0, 111, 133) 100%);
  background: -o-linear-gradient(left, rgb(30, 54, 95) 0%, rgb(0, 111, 133) 69%, rgb(0, 111, 133) 100%);
  background: -ms-linear-gradient(left, rgb(30, 54, 95) 0%, rgb(0, 111, 133) 69%, rgb(0, 111, 133) 100%);
  background: linear-gradient(to right, rgb(30, 54, 95) 0%, rgb(0, 111, 133) 69%, rgb(0, 111, 133) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#1e365f", endColorstr="#006f85", GradientType=1 );
}

.color-purple-gradient {
  background: rgb(37, 31, 83);
  background: -moz-linear-gradient(-45deg, rgb(37, 31, 83) 0%, rgb(0, 62, 82) 51%, rgb(0, 62, 82) 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, rgb(37, 31, 83)), color-stop(51%, rgb(0, 62, 82)), color-stop(100%, rgb(0, 62, 82)));
  background: -webkit-linear-gradient(-45deg, rgb(37, 31, 83) 0%, rgb(0, 62, 82) 51%, rgb(0, 62, 82) 100%);
  background: -o-linear-gradient(-45deg, rgb(37, 31, 83) 0%, rgb(0, 62, 82) 51%, rgb(0, 62, 82) 100%);
  background: -ms-linear-gradient(-45deg, rgb(37, 31, 83) 0%, rgb(0, 62, 82) 51%, rgb(0, 62, 82) 100%);
  background: linear-gradient(135deg, rgb(37, 31, 83) 0%, rgb(0, 62, 82) 51%, rgb(0, 62, 82) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#251f53", endColorstr="#003e52", GradientType=1 );
}

.color-sherpa-blue {
  background-color: #003e52;
}

.color-valentino {
  background-color: #260a31;
}

.color-blue-lagoon {
  background-color: #00758d;
}

.color-torquise-blue {
  background-color: #00758d;
}

.color-bright-sun {
  background-color: #ffc843;
}

.color-night-shadz {
  background-color: #8D2A4D;
}

.color-valentino {
  background-color: #260a31;
}

.color-seance {
  background-color: #762697;
}

.color-port-gore {
  background-color: #251f53;
}

.color-victoria {
  background-color: #4a4090;
}

.color-wine-berry {
  background-color: #581b30;
}

.color-charm {
  background-color: #d37697;
}

.el-color-style {
  height: 100px;
  padding: 20px;
  font-family: "Source Sans Pro", sans-serif;
  display: flex;
  align-items: center;
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4em;
}

.color-grid [class^=col-] {
  height: 100px;
  color: white;
  display: flex;
  align-items: center;
  color: white;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.4em;
}
.color-grid [class^=col-] span {
  display: inline-block;
  padding: 0 20px;
}

.color-box-1 {
  background-color: #53BBB4;
}

.color-box-2 {
  background-color: #5CB860;
}

.color-box-3 {
  background-color: #F9845B;
}

.color-box-4 {
  background-color: #838CC7;
}

.color-box-5 {
  background-color: #39ADD1;
}

.color-box-6 {
  background-color: #3079AB;
}

.color-box-7 {
  background-color: #E59A13;
}

/*select {
	&.form-control {
		  background: url('../img/arrow-select.png') calc(100% - 6px) 50% no-repeat;
		  background-color: white;
		  background-size: 9px auto;
		  -moz-appearance: none;
		  -webkit-appearance: none;
		  appearance: none;
	}
}
*/
/* Buttons and Links */
a {
  font-weight: 700;
  text-decoration: underline;
  color: #8D2A4D;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.btn {
  min-width: 195px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: 600;
  text-decoration: none;
  color: #8D2A4D;
  padding-top: 11px;
  padding-bottom: 11px;
  border: 2px solid #8D2A4D;
  background-color: white;
}
@media screen and (max-width: 48em) {
  .btn {
    min-width: 0;
  }
}
.btn:hover {
  text-decoration: none;
  background-color: rgba(141, 42, 77, 0.2);
  border-color: #8D2A4D;
  color: #8D2A4D;
}
.btn.btn-dark {
  color: #ffc843;
  border-color: white;
  background-color: rgba(255, 255, 255, 0.2);
}
.btn.btn-dark:hover {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0);
  border-color: white;
  color: #ffc843;
}
.btn.btn-sherpa-blue {
  color: white;
  border: none;
  background-color: #003e52;
  max-width: none;
  width: auto;
  min-width: 100px;
  font-size: 0.9em;
}
.btn.btn-sherpa-blue:hover {
  text-decoration: none;
  background-color: rgba(0, 62, 82, 0.8);
  border-color: white;
  color: #ffc843;
}

.btn-src {
  background: none;
  border: none;
  width: 100%;
  max-width: 50px;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  background: #003e52;
  color: white;
  border-radius: 0;
}

.download-link {
  display: inline-block;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 13px;
}
.download-link .fa {
  margin-right: 5px;
}
.download-link:hover, .download-link:active, .download-link:focus {
  background: none;
  color: #003e52;
}

/* Prevent zoom-in input IOS */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select,
textarea,
input {
    font-size: 16px;
  }
}
/* LAYOUT */
.bg-grey {
  background-color: #eeeeee;
  padding: 40px 0;
}
@media screen and (min-width: 48em) {
  .bg-grey {
    padding: 60px 0;
  }
}

.basic-card {
  background-color: white;
  color: #003040;
  padding: 30px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.basic-card > a {
  color: #003040;
  text-decoration: none;
  font-weight: 400;
}
@media screen and (min-width: 62em) {
  .basic-card {
    padding: 50px 40px;
  }
}
.basic-card:hover {
  border-color: #c9d3d5;
  box-shadow: 2px 3.464px 3.88px 0.12px rgba(0, 0, 0, 0.059);
}
.basic-card header {
  border-bottom: 2px solid #ffc843;
  padding-bottom: 0.3rem;
  margin-bottom: 1.7rem;
}
.basic-card header h5 {
  color: #003e52;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.basic-card header .fa {
  margin-right: 8px;
  font-size: 18px;
}
.basic-card h3 {
  margin-bottom: 1.6rem;
  font-size: 24px;
}
.basic-card .download-link {
  margin-top: 20px;
}

.feature-card {
  color: white;
  padding: 30px;
  margin-bottom: 25px;
  border: 1px solid transparent;
  border-radius: 4px;
  transition: all 0.2s ease;
}
.feature-card > a {
  color: #003040;
  text-decoration: none;
  font-weight: 400;
}
@media screen and (min-width: 62em) {
  .feature-card {
    padding: 30px 50px;
  }
}
.feature-card:hover {
  border-color: #c9d3d5;
  box-shadow: 2px 3.464px 3.88px 0.12px rgba(0, 0, 0, 0.059);
}
.feature-card header {
  border-bottom: 2px solid #67CFE3;
  padding-bottom: 0.3rem;
  margin-bottom: 1.7rem;
}
.feature-card header h5 {
  color: #ffc843;
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0.05em;
}
.feature-card header .fa {
  margin-right: 8px;
  font-size: 18px;
}
.feature-card h3 {
  margin-bottom: 1.6rem;
  font-size: 24px;
  color: white;
}
.feature-card .download-link {
  margin-top: 20px;
}

.feat-card-foo {
  color: #67CFE3;
  margin-top: 40px;
}
.feat-card-foo .datetime {
  padding-top: 15px;
  font-family: "Source Serif Pro", serif;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.feat-card-foo .datetime .linez {
  display: inline-block;
  margin: 0 8px;
}
@media screen and (min-width: 62em) {
  .feat-card-foo .action {
    text-align: right;
  }
}

/* Blockquote */
.blockquote {
  border-top: 1px solid #c9d3d5;
  border-bottom: 1px solid #c9d3d5;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 100px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 34px;
  line-height: 50px;
  color: #003e52;
}
.blockquote.no-line {
  padding: 0;
  border: none;
}
.blockquote .desc {
  overflow: hidden;
}
.blockquote .quotemark {
  line-height: 1em;
  display: block;
  float: left;
  font-family: "Source Serif Pro", serif;
  color: #67CFE3;
  font-size: 84px;
  margin-right: 25px;
}
.blockquote .blockquote-footer {
  position: relative;
  padding-left: 75px;
  color: #003e52;
  margin-top: 28px;
}
.blockquote .blockquote-footer::before {
  display: none;
}
.blockquote .blockquote-footer:after {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 60px;
  height: 2px;
  background-color: #67CFE3;
}
.blockquote .blockquote-footer .name {
  display: block;
  color: #003e52;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
}
.blockquote .blockquote-footer small {
  display: block;
  font-size: 15px;
  line-height: 1.3em;
}

/* Dropdown */
.dropdown.dd-custom .btn {
  background: #003e52;
  color: #ffc843;
  border: none;
  max-width: none;
  padding-left: 25px;
  padding-right: 35px;
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
.dropdown.dd-custom .btn:focus {
  outline: none;
  box-shadow: none;
}
.dropdown.dd-custom .btn:after {
  font-family: "FontAwesome";
  content: "\f107";
  border: none;
  vertical-align: top;
  position: absolute;
  right: 25px;
  top: 12px;
}
.dropdown.dd-custom .dropdown-menu {
  width: 95%;
  border-radius: 0;
}
.dropdown.dd-custom .dropdown-item {
  padding: 11px 1.5rem;
  font-size: 18px;
  color: #003e52;
  text-transform: none;
}
.dropdown.dd-custom .dropdown-item:hover {
  text-decoration: underline;
  background-color: #ebf0f1;
}

.src-main {
  position: relative;
  display: flex;
}
.src-main .form-control {
  background: #1a5264;
  display: inline-block;
  width: auto;
  border: none;
  box-shadow: none;
  font-size: 15px;
  color: white;
  font-family: "Source Serif Pro", serif;
  font-weight: 600;
  height: 42px;
  width: 82%;
  padding-right: 1.5rem;
  padding-left: 1.5 rem;
  vertical-align: top;
  border-radius: 2px;
}
.src-main .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: white;
}
.src-main .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: white;
}
.src-main .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: white;
}
.src-main .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: white;
}
.src-main .btn {
  width: auto;
  min-width: 106px;
  height: 42px;
  padding-top: 6px;
  padding-bottom: 6px;
}

/* SELECT STYLE */
.hero-search .select-style {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media screen and (min-width: 62em) {
  .hero-search .select-style {
    border-left: 1px solid #336575;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
}

.select-style {
  padding: 0;
  padding-left: 20px;
  padding-right: 25px;
  margin: 0;
  border: none;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  background-color: #003e52;
  background: #003e52;
  color: #ffc843;
  position: relative;
}
.select-style:after {
  top: 50%;
  right: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #ffc843;
  border-width: 5px;
  margin-top: -2px;
  z-index: 100;
}
.select-style select {
  padding: 5px 8px;
  width: 96%;
  color: #ffc843;
  text-transform: uppercase;
  font-weight: 600;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.select-style select:focus {
  outline: none;
}
@media screen and (min-width: 48em) {
  .select-style select {
    height: 75px;
  }
}

.thumb-card {
  text-align: center;
  overflow: hidden;
  border-radius: 4px;
  margin-bottom: 25px;
}
.thumb-card img {
  border-radius: 4px;
}

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