/* main.css is a preprocessed stylesheet */
.circle-number-filled, .circle-number-outline {
  width: 35px;
  width: 2.5rem;
  height: 35px;
  height: 2.5rem;
  line-height: 35px;
  line-height: 2.5rem;
  padding: 4px;
  padding: 0.25rem;
  border-radius: 50%;
  text-align: center;
  display: inline-block; }

body {
  font-size: 95%;
  -webkit-text-size-adjust: 95%;
  -ms-text-size-adjust: 95%; }
  @media (min-width: 768px) {
    body {
      font-size: 100%;
      -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%; } }

[data-loader='animate-loading-default'],
.animate-loading-default {
  animation: circle infinite .75s linear;
  position: relative;
  width: 25px;
  height: 25px;
  border: 2px solid #fff;
  border-top-color: #1678bd;
  border-right-color: #1678bd;
  border-bottom-color: #1678bd;
  border-radius: 100%;
  top: 20%;
  transform: translateY(-20%);
  margin: 0 auto; }

@keyframes circle {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }

button,
.button {
  border-radius: 5px;
  font-size: 14px;
  font-size: 1rem;
  background: #1678bd;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-family: "NeoSansStd-Medium", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  zoom: 1; }

.button-white {
  border-radius: 5px;
  font-size: 14px;
  font-size: 1rem;
  padding: 11px 21px;
  padding: 0.8rem 1.5rem;
  background: #fff;
  border: none;
  color: #1678bd;
  cursor: pointer;
  display: inline-block;
  font-family: "NeoSansStd-Medium", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  zoom: 1; }
  .button-white:hover {
    background-color: #3fbfad;
    color: #fff;
    text-shadow: -0.766px -0.643px 1px rgba(0, 0, 0, 0.149); }

.cta, .popup-cta {
  font-size: 15px;
  font-size: 1.07rem;
  cursor: pointer;
  font-family: "NeoSansStd-Bold", "Helvetica", Arial, sans-serif;
  font-style: italic;
  text-transform: none; }
  .cta:hover, .popup-cta:hover {
    color: #3fbfad; }

.cta:after {
  font-size: 11px;
  font-size: 0.75rem;
  content: "\27A4";
  bottom: 0;
  font-family: Zapf Dingbats;
  font-style: normal;
  padding-left: 5px;
  position: relative;
  vertical-align: middle; }

.popup-cta {
  text-decoration: underline; }
  .popup-cta:hover {
    text-decoration: underline; }

/* PRIMARY COLORS */
.blue {
  color: #1678bd; }
  .blue-bkgd {
    background-color: #1678bd; }

.dark-grey {
  color: #6d665f; }
  .dark-grey-bkgd {
    background-color: #6d665f; }

.light-grey {
  color: #b8b3ad; }
  .light-grey-bkgd {
    background-color: #b8b3ad; }

.orange {
  color: #ff4612; }
  .orange-bkgd {
    background-color: #ff4612; }

/* SECONDARY COLORS */
.aqua {
  color: #3fbfad; }
  .aqua-bkgd {
    background-color: #3fbfad; }

.off-white {
  color: #ebebeb; }
  .off-white-bkgd {
    background-color: #ebebeb; }

.yellow {
  color: #ffcc33; }
  .yellow-bkgd {
    background-color: #ffcc33; }

/* SHADES */
.dark-blue {
  color: #002856; }
  .dark-blue-bkgd {
    background-color: #002856; }

.light-blue {
  color: #00b3e3; }
  .light-blue-bkgd {
    background-color: #00b3e3; }

/* OVERLAYS */
.white-overlay {
  background-color: rbga(255, 255, 255, 0.8); }

/* STANDARD */
.white {
  color: white; }
  .white-bkgd {
    background-color: white; }

  .black-bkgd {
    background-color: black; }

/* RS COLORS */
.rs-blue {
  color: #008eda; }
  .rs-blue-bkgd {
    background-color: #008eda; }

.rs-cushion-color {
  color: #007bb6; }
  .rs-cushion-color-bkgd {
    background-color: #007bb6; }
  .rs-cushion-color-grad {
    background-color: #007bb6;
    background-image: linear-gradient(to right, #007bb6, #00bce7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#007bb6', endColorStr='#00bce7', gradientType='1');
    background-origin: border-box !important; }

.rs-energize-color {
  color: #00927c; }
  .rs-energize-color-bkgd {
    background-color: #00927c; }
  .rs-energize-color-grad {
    background-color: #00927c;
    background-image: linear-gradient(to right, #00927c, #b4e8e7);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00927c', endColorStr='#b4e8e7', gradientType='1');
    background-origin: border-box !important; }

.rs-connect-color {
  color: #f58220; }
  .rs-connect-color-bkgd {
    background-color: #f58220; }
  .rs-connect-color-grad {
    background-color: #f58220;
    background-image: linear-gradient(to right, #f58220, #ffe23c);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f58220', endColorStr='#ffe23c', gradientType='1');
    background-origin: border-box !important; }

.rs-speed-color {
  color: #a02816; }
  .rs-speed-color-bkgd {
    background-color: #a02816; }
  .rs-speed-color-grad {
    background-color: #a02816;
    background-image: linear-gradient(to right, #a02816, #e54b21);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#a02816', endColorStr='#e54b21', gradientType='1');
    background-origin: border-box !important; }

/* DISPLAY */
.flex {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex; }

.inline-flex {
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }

/* FLEX DIRECTION */
.flex-direction-row {
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.flex-direction-rowr {
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.flex-direction-column {
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.flex-direction-columnr {
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

/* FLEX WRAP */
.flex-nowrap {
  -ms-flex-wrap: none;
  flex-wrap: nowrap; }

.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse; }

/* FLEX FLOW */
.flex-flow-row-nowrap {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap; }

.flex-flow-row-wrap {
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

.flex-flow-row-wrapr {
  -ms-flex-flow: row wrap-reverse;
  flex-flow: row wrap-reverse; }

.flex-flow-rowr-nowrap {
  -ms-flex-flow: row-reverse nowrap;
  flex-flow: row-reverse nowrap; }

.flex-flow-rowr-wrap {
  -ms-flex-flow: row-reverse wrap;
  flex-flow: row-reverse wrap; }

.flex-flow-rowr-wrapr {
  -ms-flex-flow: row-reverse wrap-reverse;
  flex-flow: row-reverse wrap-reverse; }

.flex-flow-column-nowrap {
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }

.flex-flow-column-wrap {
  -ms-flex-flow: column wrap;
  flex-flow: column wrap; }

.flex-flow-column-wrapr {
  -ms-flex-flow: column wrap-reverse;
  flex-flow: column wrap-reverse; }

.flex-flow-columnr-nowrap {
  -ms-flex-flow: column-reverse nowrap;
  flex-flow: column-reverse nowrap; }

.flex-flow-columnr-wrap {
  -ms-flex-flow: column-reverse wrap;
  flex-flow: column-reverse wrap; }

.flex-flow-columnr-wrapr {
  -ms-flex-flow: column-reverse wrap-reverse;
  flex-flow: column-reverse wrap-reverse; }

/* JUSTIFY CONTENT */
.justify-content-flex-start {
  -ms-flex-pack: start;
  -moz-justify-content: flex-start;
  justify-content: flex-start; }

.justify-content-flex-end {
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  justify-content: flex-end; }

.justify-content-center {
  -ms-flex-pack: center;
  -moz-justify-content: center;
  justify-content: center; }

.justify-content-spaceb {
  -ms-flex-pack: justify;
  -moz-justify-content: space-between;
  justify-content: space-between; }

.justify-content-spacea {
  -ms-flex-pack: distribute;
  -moz-justify-content: space-around;
  justify-content: space-around; }

/* ALIGN ITEMS */
.align-items-stretch {
  -ms-flex-align: stretch;
  -moz-align-items: stretch;
  align-items: stretch; }

.align-items-flex-start {
  -ms-flex-align: start;
  -moz-align-items: flex-start;
  align-items: flex-start; }

.align-items-flex-end {
  -ms-flex-align: end;
  -moz-align-items: flex-end;
  align-items: flex-end; }

.align-items-center {
  -ms-flex-align: center;
  -moz-align-items: center;
  align-items: center; }

.align-items-baseline {
  -ms-flex-align: baseline;
  -moz-align-items: baseline;
  align-items: baseline; }

/* ALIGN SELF */
.align-self-auto {
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
      align-self: auto; }

.align-self-flex-start {
  -ms-flex-item-align: start;
  align-self: flex-start; }

.align-self-flex-end {
  -ms-flex-item-align: end;
  align-self: flex-end; }

.align-self-center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
      align-self: center; }

.align-self-baseline {
  -ms-flex-item-align: baseline;
  align-self: baseline; }

.align-self-stretch {
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
      align-self: stretch; }

/* ALIGN CONTENT */
.align-content-stretch {
  -ms-flex-line-pack: stretch;
  align-content: stretch; }

.align-content-flex-start {
  -ms-flex-line-pack: start;
  align-content: flex-start; }

.align-content-flex-end {
  -ms-flex-line-pack: end;
  align-content: flex-end; }

.align-content-center {
  -ms-flex-line-pack: center;
  align-content: center; }

.align-content-spaceb {
  -ms-flex-line-pack: space-between;
  align-content: space-between; }

.align-content-spacea {
  -ms-flex-line-pack: space-around;
  align-content: space-around; }

/* MOBILE ORDER HELPERS */
@media (max-width: 767px) {
  .mobile-order-first {
    -ms-flex-order: -1;
    order: -1; } }

.big-text {
  font-size: 70px;
  font-size: 5rem; }

.bkgd-contain {
  background-size: contain !important; }

.bkgd-cover {
  background-size: cover; }

.container-bkgd-helper {
  background-color: rgba(0, 0, 0, 0.2); }

.rounded {
  border-radius: 5px; }

.expand-toggle:before {
  content: "+";
  padding-right: 3px; }

.collapse-toggle:before {
  content: "\2212";
  padding-right: 3px; }

.circle-number-filled {
  background: #1678bd;
  color: #fff; }

.circle-number-outline {
  border: 3px solid #1678bd;
  color: #1678bd; }

.to-right-grad-white {
  background-color: rgba(255, 255, 255, 0.5);
  background-image: none; }
  @media (min-width: 768px) {
    .to-right-grad-white {
      background: linear-gradient(to right, white 40%, transparent); } }

.full-height {
  height: 100%; }

.toggle-container.closed > :not(:first-child) {
  display: none; }

.toggle-container.closed > :first-child:after {
  content: "+"; }

.toggle-container > :first-child {
  cursor: pointer; }
  .toggle-container > :first-child:after {
    content: "-";
    float: right; }

@media (max-width: 767px) {
  .toggle-container-mobile.closed > :not(:first-child) {
    display: none; }
  .toggle-container-mobile.closed > :first-child:after {
    content: "+"; }
  .toggle-container-mobile > :first-child {
    cursor: pointer; }
    .toggle-container-mobile > :first-child:after {
      content: "-";
      float: right; } }

/* The following is based on:
 * Gridism - https://github.com/cobyism/gridism
 * and
 * Flexbox Grid - https://github.com/kristoferjoseph/flexboxgrid
 */
/* Preserve some sanity */
.grid,
.columns {
  box-sizing: border-box;
  background-origin: content-box; }

/* Set up some rules to govern the grid */
.grid {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%; }

.grid .columns {
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 100%;
  max-width: 100%; }

/* Wrapping at a maximum width is optional */
.grid-container {
  width: 1020px;
  width: 72.85714rem;
  max-width: 100% !important;
  overflow: hidden;
  margin: 0 auto; }

/* Change border/gutter color to white if needed */
.white-border {
  border-color: #fff !important; }

/* Ability to have a divider column on the grid -- might need to rework if used more */
.divider {
  font-size: 21px;
  font-size: 1.5rem; }

/*possible rework
.columns.divider {
    border-left: 1px solid;
    border-right: 0;
    width: 1px;
    flex-basis: 1px;
    padding: 0;
}*/
/* Let people nuke the gutters/padding completely in a couple of ways */
.columns.no-gutters {
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important; }

.no-left {
  border-left: 0 !important; }

.no-right {
  border-right: 0 !important; }

.no-left-right {
  border-left: 0 !important;
  border-right: 0 !important; }

/* no top/bottom */
.no-top {
  margin-top: 0 !important; }

.no-bottom {
  margin-bottom: 0 !important; }

.no-top-bottom {
  margin-top: 0 !important;
  margin-bottom: 0 !important; }

/* add gutters top and bottom (more like used for rows vs columns/units) */
.add-top {
  margin-top: 28px !important;
  margin-top: 2rem !important; }

.add-bottom {
  margin-bottom: 28px !important;
  margin-bottom: 2rem !important; }

.add-top-bottom {
  margin-top: 28px !important;
  margin-top: 2rem !important;
  margin-bottom: 28px !important;
  margin-bottom: 2rem !important; }

.add-left {
  margin-left: 28px !important;
  margin-left: 2rem !important; }

.add-right {
  margin-right: 28px !important;
  margin-right: 2rem !important; }

.add-left-right {
  margin-left: 28px !important;
  margin-left: 2rem !important;
  margin-right: 28px !important;
  margin-right: 2rem !important; }

/* add inner gutters left right */
.add-left-inner {
  padding-left: 14px;
  padding-left: 1rem; }

.add-right-inner {
  padding-right: 14px;
  padding-right: 1rem; }

.add-left-right-inner {
  padding: 0 14px;
  padding: 0 1rem; }

.add-top-inner {
  padding-top: 14px;
  padding-top: 1rem; }

.add-bottom-inner {
  padding-bottom: 14px;
  padding-bottom: 1rem; }

.add-top-bottom-inner {
  padding: 14px 0;
  padding: 1rem 0; }

.add-inner {
  padding: 14px;
  padding: 1rem; }

/* Utility classes */
.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

.align-right {
  text-align: right; }

.pull-left {
  float: left; }

.pull-right {
  float: right; }

.full-width {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

/* Screens larger than 768px 
** > mobile landscape, > tablet portrait
*/
@media (min-width: 768px) {
  .grid .columns {
    border: 14px solid transparent;
    border: 1rem solid transparent;
    border-top: 0;
    border-bottom: 0; }
  /* Grid divisions */
  .columns.twelve {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .columns.eleven {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .columns.ten {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .columns.nine {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .columns.eight {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .columns.seven {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .columns.six {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .columns.five {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .columns.four {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .columns.three {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .columns.two {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .columns.one {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  /* Push/Offset columns */
  .push-eleven {
    margin-left: 935px;
    margin-left: 66.78571rem; }
  .push-ten {
    margin-left: 850px;
    margin-left: 60.71429rem; }
  .push-nine {
    margin-left: 765px;
    margin-left: 54.64286rem; }
  .push-eight {
    margin-left: 680px;
    margin-left: 48.57143rem; }
  .push-seven {
    margin-left: 595px;
    margin-left: 42.5rem; }
  .push-six {
    margin-left: 510px;
    margin-left: 36.42857rem; }
  .push-five {
    margin-left: 425px;
    margin-left: 30.35714rem; }
  .push-four {
    margin-left: 340px;
    margin-left: 24.28571rem; }
  .push-three {
    margin-left: 255px;
    margin-left: 18.21429rem; }
  .push-two {
    margin-left: 170px;
    margin-left: 12.14286rem; }
  .push-one {
    margin-left: 85px;
    margin-left: 6.07143rem; } }

[class^="icon-"],
[class*=" icon-"] {
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-heart {
  height: 14px;
  width: 14px;
  vertical-align: middle;
  background-image: url("../../images/icons/heart_gray.png"); }
  .icon-heart.grey {
    background-image: url("../../images/icons/heart_gray.png"); }
  .icon-heart.blue {
    background-image: url("../../images/icons/heart_blue.png"); }
  .icon-heart.light-grey {
    background-image: url("../../images/icons/heart_lightgray.png"); }
  .icon-heart.orange {
    background-image: url("../../images/icons/heart_orange.png"); }
  .icon-heart.white {
    background-image: url("../../images/icons/heart_white.png"); }

.icon-checked-after:after {
  padding-left: 5px;
  padding-left: 0.35714rem;
  content: "\2714";
  bottom: 0;
  font-family: Zapf Dingbats;
  font-style: normal;
  position: relative;
  vertical-align: middle; }

.icon-checked-before:before {
  padding-right: 7px;
  padding-right: 0.5rem;
  content: "\2714";
  bottom: 0;
  font-family: Zapf Dingbats;
  font-style: normal;
  position: relative;
  vertical-align: middle; }

.dashed-divider {
  border-top: 1px dashed #b8b3ad;
  clear: both; }

.dotted-divider {
  margin: 14px auto !important;
  margin: 1rem auto !important;
  border-top: 2px dotted #b8b3ad !important;
  clear: both; }

.solid-divider {
  margin: 14px auto !important;
  margin: 1rem auto !important;
  border-top: 1px solid #b8b3ad;
  clear: both; }

/* 
visit http://www.socicon.com/how.php for more info
or more social channels
*/
/* default setup */
[data-icon]:before {
  font-family: "socicon" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-top; }

[class^="socicon-"]:before,
[class*=" socicon-"]:before {
  font-family: "socicon" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: text-top; }

/* button usage */
.socicon .button [class^="socicon-"],
.socicon .button [class*=" socicon-"] {
  margin-right: 4px;
  margin-right: 0.3rem;
  vertical-align: middle; }

.socicon .button:hover, .socicon-circle:hover {
  cursor: pointer; }

.socicon-circle {
  font-size: 17px;
  font-size: 1.2rem;
  padding: 13px 13px 7px;
  padding: 0.9rem 0.9rem 0.5rem;
  margin: 0 3px;
  margin: 0 0.2rem;
  display: -moz-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-radius: 50%;
  line-height: normal; }

/* social channels */
.socicon-facebook:before {
  content: "\e041"; }

.socicon-googleplus:before {
  content: "\e042"; }

.socicon-instagram:before {
  content: "\e057"; }

.socicon-pinterest:before {
  content: "\e043"; }

.socicon-snapchat:before {
  content: "\e03f";
  font-weight: bold !important; }

.socicon-twitter:before {
  content: "\e040"; }

.socicon-vimeo:before {
  content: "\e052"; }

.socicon-vine:before {
  content: "\e054"; }

.socicon-youtube:before {
  content: "\e051"; }

/* NEO SANS */
.neo-sans-regular {
  font-family: "NeoSansStd-Regular", "Helvetica", Arial, sans-serif; }

.neo-sans-bold {
  font-family: "NeoSansStd-Bold", "Helvetica", Arial, sans-serif; }

.neo-sans-medium {
  font-family: "NeoSansStd-Medium", "Helvetica", Arial, sans-serif; }

.neo-sans-black-italic {
  font-family: "NeoSansStd-BlackItalic", "Helvetica", Arial, sans-serif; }

.neo-sans-ultra {
  font-family: "NeoSansStd-Ultra", "Helvetica", Arial, sans-serif; }

/* HELVETICA NEUE */
.helvetica-neue {
  font-family: "HelveticaNeue", "Helvetica", Arial, sans-serif; }

/* GENERIC BRAND */
.brand-font-regular {
  font-family: "NeoSansStd-Regular", "Helvetica", Arial, sans-serif; }

.brand-font-bold {
  font-family: "NeoSansStd-Bold", "Helvetica", Arial, sans-serif; }

.brand-font-decorative {
  font-family: "Happy Feet", "Helvetica", Arial, sans-serif; }

.copy-font {
  font-family: "HelveticaNeue", "Helvetica", Arial, sans-serif; }

/* HEADINGS */
h1 {
  font-size: 26px;
  font-size: 1.85714rem;
  margin: 14px 0;
  margin: 1rem 0;
  font-family: "NeoSansStd-Medium", "Helvetica", Arial, sans-serif; }

h2 {
  font-size: 22px;
  font-size: 1.57143rem;
  margin: 14px 0;
  margin: 1rem 0;
  font-family: "NeoSansStd-Medium", "Helvetica", Arial, sans-serif; }

h3 {
  font-size: 18px;
  font-size: 1.28571rem;
  margin: 14px 0;
  margin: 1rem 0;
  font-family: "NeoSansStd-Medium", "Helvetica", Arial, sans-serif; }

h4 {
  font-size: 16px;
  font-size: 1.14286rem;
  margin: 14px 0 7px;
  margin: 1rem 0 0.5rem;
  font-family: "NeoSansStd-Medium", "Helvetica", Arial, sans-serif; }

h5 {
  font-size: 14px;
  font-size: 1rem;
  margin: 14px 0;
  margin: 1rem 0;
  font-family: "NeoSansStd-Medium", "Helvetica", Arial, sans-serif; }

h6 {
  font-size: 14px;
  font-size: 1rem;
  margin: 14px 0;
  margin: 1rem 0;
  font-family: "NeoSansStd-Medium", "Helvetica", Arial, sans-serif;
  text-transform: uppercase; }

/* COPY */
.ligatures {
  font-feature-settings: "liga","dlig";
  text-rendering: optimizeLegibility; }

.tiny-text {
  font-size: 10px;
  font-size: 0.71429rem; }

@media (max-width: 767px) {
  .mobile-white {
    color: #fff; }
  .mobile-text-shadow {
    text-shadow: 0 0 5px #333; } }

.tiles-container {
  -ms-flex-align: center;
  align-items: center; }

.tiles-container .next, .tiles-container .prev {
  font-size: 4rem;
  position: relative; }

.tiles-container.slot-styling {
  display: -ms-flexbox;
  display: flex; }

/* Style the tabs */
ul.tab {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  width: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  ul.tab li {
    float: left;
    width: 50%;
    background-color: #ebebeb;
    text-wrap: suppress; }
    ul.tab li a {
      color: #6d665f;
      opacity: 0.70;
      text-align: center;
      padding: 0px 10px 0px 10px;
      text-decoration: none;
      transition: 0.3s;
      font-size: 18px; }
      ul.tab li a.active {
        color: #1678bd;
        opacity: 100.0;
        background-color: white; }
      ul.tab li a h1 {
        margin-bottom: .5rem;
        margin-top: .5rem; }
    ul.tab li.active-bkgd {
      background-color: white; }

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border-top: none; }

@media only screen and (max-width: 768px) {
  ul.tab li.six.columns {
    width: 50%; }
  ul.tab li.four.columns {
    width: 33%; }
  ul.tab li.three.columns {
    width: 25%; }
  table {
    font-size: 80%; } }

@media only screen and (max-width: 400px) {
  ul.tab li.six.columns {
    width: 50%; }
    ul.tab li.six.columns h1 {
      font-size: 18px; }
  ul.tab li.four.columns {
    width: 33%; }
    ul.tab li.four.columns h1 {
      font-size: 14px;
      font-size: 1rem; }
  ul.tab li.three.columns {
    width: 25%; }
    ul.tab li.three.columns h1 {
      font-size: 14px;
      font-size: 1rem; }
  table {
    font-size: 80%; } }

/******* GLOBAL *******/

/****** OVERRIDES *********/
.ui-widget {
  font-size: inherit; }

#main {
  padding-top: 0; }

/******* CLASSES *******/
.capitalize {
  text-transform: capitalize; }

.close {
  background: url(../images/sprite-icons.png) -22px -34px no-repeat !important;
  border: 0 none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 2;
  outline: 0;
  cursor: pointer; }

html.ie8 .close:after {
  content: "x"; }

.lowercase {
  text-transform: lowercase; }

.uppercase {
  text-transform: uppercase; }
