.slick-dots,
.tab-holder .tab-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

@font-face {
  font-family: "fetridgeregular";
  src: url("../fonts/fetridge-webfont.woff") format("woff"),
    url("../fonts/fetridge-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

input:focus,
select:focus,
textarea:focus,
button:focus,
.btn:focus,
.jcf-select:focus {
  border-color: rgba(82, 168, 236, 0.8) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(82, 168, 236, 0.6) !important;
  outline: none !important;
}

textarea {
  resize: none;
}

.hero {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.hero .slick-track,
.hero .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@media (max-width: 768px) {
  .slider .hero .slick-slide {
    padding-top: 180px !important;
    padding-bottom: 0 !important;
    margin-bottom: 3em !important;
    min-height: 240px;
  }
}

.slider .hero .slick-slide .slide-content {
  display: block;
  position: relative;
  bottom: 0;
  padding: 1em;
  padding-bottom: 2em;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?qt9wnk");
  src: url("../fonts/icomoon.eot?qt9wnk#iefix") format("embedded-opentype"),
    url("../fonts/icomoon.ttf?qt9wnk") format("truetype"),
    url("../fonts/icomoon.woff?qt9wnk") format("woff"),
    url("../fonts/icomoon.svg?qt9wnk#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-calc:before {
  content: "\e906";
}

.icon-plus:before {
  content: "\e907";
}

.icon-delete:before {
  content: "\e905";
}

.icon-marker:before {
  content: "\e904";
}

.icon-facebook:before {
  content: "\e900";
}

.icon-instagram:before {
  content: "\e901";
}

.icon-twitter:before {
  content: "\e902";
}

.icon-youtube:before {
  content: "\e903";
}

.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #f05122;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 1.5rem;
  background-color: #fff;
  margin: 3px 0 12px;
  min-width: 150px;
  max-width: 100%;
  height: 72px;
  text-transform: lowercase;
  font-family: "fetridgeregular";
  color: #f05122;
  overflow: hidden;
  padding: 10px 0;
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jfc-select select:focus {
  border-color: rgba(82, 168, 236, 0.8) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(82, 168, 236, 0.6) !important;
  outline: none !important;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 105px 0 27px;
  text-align: center;
}

@media (max-width: 1024px) {
  .jcf-select {
    padding: 0.25rem 0;
  }
}

@media (min-width: 1025px) {
  .jcf-select .jcf-select-text {
    font-size: 3rem;
  }
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #fff;
  width: 79px;
  bottom: 0;
  right: 0;
  top: 0;
  border-left: 2px solid #f05122;
}

.jcf-select .jcf-select-opener:before {
  height: 0;
  width: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #f05122;
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #f00;
}

.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 20px;
  font-size: inherit;
  /* font-family: "fetridgeregular"; */
  text-transform: lowercase;
  width: 100%;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
}

.jcf-list .jcf-list-content::-webkit-scrollbar {
  width: 1em;
}

.jcf-list .jcf-list-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.jcf-list .jcf-list-content::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.jcf-list ul {
  list-style: none;
  padding: 0 !important;
  margin: 0;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
  padding: 0 !important;
}

.jcf-list ul li:before {
  display: none;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%;
  font-size: 1rem;
  line-height: 1.25rem;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

.jcf-disabled {
  background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
  border-color: #f00 !important;
}

@media print {
  body {
    background-color: transparent !important;
  }
  * {
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    color: #000 !important;
    margin: 0 !important;
    text-align: left !important;
    max-height: 100% !important;
    max-width: 100% !important;
    min-height: 1px !important;
    padding: 0 0 5px !important;
    left: auto !important;
    right: auto !important;
  }
  *:after,
  *:before {
    display: none !important;
  }
  h1 {
    font-size: 50px !important;
  }
  h2 {
    font-size: 46px !important;
  }
  h3 {
    font-size: 36px !important;
  }
  h4 {
    font-size: 20px !important;
  }
  #header {
    /*overflow: hidden;*/
    padding: 10px 0 0 !important;
    position: relative;
  }
  #header .logo {
    display: block !important;
    width: 30% !important;
  }
  #header .logo .navbar-brand {
    display: block !important;
  }
  #header .logo img {
    display: none !important;
  }
  #header .logo .mobile img {
    display: none !important;
  }
  /*#header .logo img.print-logo {
        display: block !important
    }*/
  #header .logo a.d-print-block img {
    display: block !important;
  }
  #header .header-form {
    display: block !important;
    position: relative !important;
    opacity: 1;
    visibility: visible;
  }
  #header .header-form .location-address {
    display: block !important;
  }
  #header .header-form .form-control {
    display: none !important;
  }
  .container {
    width: 100% !important;
    padding: 0 !important;
    display: block !important;
  }
  [class*="col-"] {
    width: 100% !important;
    max-width: 100% !important;
    padding: 0 !important;
    float: none !important;
  }
  [class*="offset-"] {
    margin: 0 !important;
  }
  .row {
    display: block !important;
    margin: 0 !important;
    width: 100% !important;
  }
  [class*="text-"] {
    color: #000 !important;
  }
  [class*="d-"] {
    display: block !important;
  }
  [class*="float-"] {
    float: none !important;
  }
  /*.navbar-collapse, .mobile-menu-list, .filters-block, .option-section, .blue-border, .btn, .jcf-select, .slick-dots, a, img, input, label, select {
        display: none !important
    }*/
  .navbar-collapse,
  .mobile-menu-list,
  .filters-block,
  .option-section,
  .blue-border,
  .btn,
  .jcf-select,
  .slick-dots,
  a,
  input,
  label,
  select,
  .mini-logo {
    display: none !important;
  }

  main ul:not([class]):not([id]) li:before {
    /*display: block !important;*/
    display: none !important;
    background: #000 !important;
  }
  .text-content ul {
    padding-left: 1rem;
  }
  .text-content ul li {
    margin-left: 2rem !important;
    padding-left: 1rem !important;
  }
  .menu ul li {
    float: none !important;
  }
  .slick-slide {
    width: 100% !important;
    display: none !important;
  }
  .slick-slide.slick-current {
    display: block !important;
  }
  .smiles-section .text-block a {
    display: block !important;
  }
  .save-text {
    position: relative !important;
    transform: translate(0, 0) !important;
    top: 0 !important;
  }
  .save-text span {
    top: 0 !important;
    transform: translate(0, 0) rotate(0deg) !important;
    position: relative !important;
    max-width: 100% !important;
  }
  .tab-pane {
    display: block !important;
    opacity: 1 !important;
  }
}

.resize-active .header-form {
  transition: none !important;
}

body {
  min-width: 320px;
}

@media (min-width: 1025px) {
  body {
    font-size: 1.3125rem;
  }
}

#wrapper {
  position: relative;
  overflow: hidden;
  left: 0;
  transition: left 0.2s ease-in-out;
}

.container {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

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

.container .text-block {
  overflow: visible;
}

section {
  padding: 2em;
}

@media (max-width: 1023px) {
  section {
    padding: 1em;
  }
}

section .slick-slide {
  padding: 0;
  padding-top: 2em;
  padding-bottom: 2em;
}

@media (max-width: 1023px) {
  section .slick-slide {
    padding: 0;
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 0.4375rem;
  word-spacing: -0.5rem;
}

@media (min-width: 768px) {
  h1 {
    font-size: 5.3125rem;
    line-height: 0.8166666;
  }
}

@media (min-width: 1026px) {
  h1 {
    font-size: 7.5rem;
  }
}

a {
  text-decoration: underline;
}

ul:not([class]):not([id]) {
  list-style-type: none;
  padding-left: 0.9375rem;
  margin-bottom: 1.8125rem;
}

.jcf-list-content ul:not([class]):not([id]) {
  margin-bottom: 0.5rem;
}

@media (min-width: 768px) {
  ul:not([class]):not([id]) {
    padding-left: 4.5625rem;
    margin-bottom: 2.375rem;
  }
}

ul:not([class]):not([id]) li {
  position: relative;
  padding-left: 1.4375rem;
}

@media (min-width: 1025px) {
  ul:not([class]):not([id]) li {
    top: 0.6875rem;
  }
}

ul:not([class]):not([id]) li:before {
  position: absolute;
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  background-color: #666;
  border-radius: 50%;
  left: 0;
  top: 0.5625rem;
}

.form-group .form-control {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  height: 4.5rem;
}

@media (min-width: 1025px) {
  .form-group .form-control {
    font-size: 1.5rem;
  }
}

.form-group .btn {
  width: auto;
  padding-left: 2.8125rem;
  padding-right: 2.8125rem;
}

.btn {
  width: 100%;
  max-width: 36rem;
  font-family: "fetridgeregular";
  text-decoration: none;
  white-space: normal;
  font-size: 2.25rem;
  word-spacing: -0.25rem;
  padding: 0.25rem 0.9375rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 1025px) {
  .btn {
    padding: 0.532rem 0.75rem;
  }
}

.bg-block {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 768px) {
  .bg-block.slide-bg {
    background-position: center top;
    background-size: contain;
  }
}

.mini-logo {
  display: inline-block;
  vertical-align: top;
  width: 2.625rem;
  height: 2.625rem;
  position: relative;
  margin-top: 0.75rem;
  margin-left: 0.8125rem;
}

@media (min-width: 1025px) {
  .mini-logo {
    width: 3.875rem;
    height: 3.375rem;
    margin-top: 1.125rem;
  }
}

@media (max-width: 768px) {
  .mini-logo {
    margin-top: 0;
  }
}

.mini-logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  fill: #0080a3;
}

.description-text {
  color: #fff;
  background-color: #f05122;
  width: 24rem;
  font-size: 1.5rem;
  border-radius: 1.5rem 0 0 1.5rem;
  padding: 1rem 1.6875rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.slider {
  padding: 0;
  padding-top: 120px;
}

.slider .slide-content {
  background-color: #fff;
}

@media (min-width: 768px) {
  .slider .slide-content {
    background-color: transparent;
  }
}

.slider .slide-content .img-holder {
  margin-bottom: 3.75rem;
}

.slider .slide-content h1 {
  color: #0080a3;
  line-height: 0.875;
}

@media (max-width: 767px) {
  .slider .slide-content h1 {
    margin-bottom: 1.25rem;
  }
}

.highlights-holder {
  background-color: #000;
  background-image: url(../images/slide-bg.jpg);
  color: #fff;
  padding: 1.75rem 0 5.8125rem;
  font-size: 1rem;
  position: relative;
}

@media (min-width: 1025px) {
  .highlights-holder {
    padding: 4.375rem 0;
  }
}

.highlights-holder .container {
  max-width: 85.625rem;
}

@media (max-width: 767px) {
  .highlights-holder .container {
    padding: 0 15px;
  }
}

.highlights-holder .slick-slide {
  padding: 0 3.125rem;
}

@media (min-width: 1025px) {
  .highlights-holder .slick-slide {
    padding: 0;
  }
}

.highlights-holder .highlights {
  margin-bottom: 2.1875rem;
}

.highlights-holder .highlights .img-holder {
  margin-bottom: 2.625rem;
  max-height: 27.1875rem;
}

.highlights-holder .text-block {
  padding: 0 0.9375rem;
  max-width: 16.25rem;
  margin: 0 auto;
}

.highlights-holder .slick-dots {
  bottom: 1.8125rem;
}

.highlights-holder h2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 3rem;
  word-spacing: -0.5rem;
}

@media (min-width: 1025px) {
  .highlights-holder h2 {
    font-size: 4.5rem;
  }
}

.highlights-holder h3 {
  font-family: "Poppins", "Segoe UI", Roboto, "Helvetica Neue", Arial,
    sans-serif;
  font-size: 1.5rem;
  font-weight: bolder;
  margin-bottom: 0.25rem;
  line-height: 1;
  word-spacing: normal;
}

.highlights-holder a .text-block,
.highlights-holder a {
  color: #fff;
/*  text-decoration: none;*/
}

.slick-dots {
  position: absolute;
  bottom: 2.1875rem;
  left: 50%;
  transform: translateX(-50%);
}

@media (min-width: 1367px) {
  .slick-dots {
    bottom: 3.875rem;
  }
}

.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  padding: 0.25rem 0.625rem;
}

@media (max-width: 767px) {
  .slick-dots li {
    padding: 0.25rem;
  }
}

.slick-dots li button {
  transition: background-color 0.3s linear;
  font-size: 0;
  line-height: 0;
  background-color: #0080a3;
  border-radius: 50%;
  width: 1.25rem;
  height: 1.25rem;
  border: none;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  cursor: pointer;
  outline: none;
}

@media (min-width: 768px) {
  .slick-dots li button {
    width: 2rem;
    height: 2rem;
  }
}

.slick-dots li.slick-active button {
  background-color: #f05122;
}

.slick-dots li button:hover {
  background-color: #f05122;
}

.section-one .mini-logo {
  margin-top: 0.0625rem;
}

.section-one .row {
  margin: 0;
}

@media (min-width: 1025px) {
  .section-one .mini-logo {
    margin-top: 0.5rem;
  }
}

.section-one .text-block {
  line-height: 1.333333;
  padding: 3.125rem 0.9375rem 2rem;
  margin: 0 -0.9375rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

@media (max-width: 767px) {
  .section-one .text-block {
    padding: 2rem 15px;
    overflow: hidden;
    margin: 0;
  }
}

@media (min-width: 768px) {
  .section-one .text-block {
    padding: 3.125rem 6.25rem 2rem;
    border-radius: 1.5rem;
  }
}

.section-one .text-block h2 {
  font-size: 3.5rem;
  color: #0080a3;
  line-height: 0.666666;
  word-spacing: -0.5rem;
}

@media (min-width: 1025px) {
  .section-one .text-block h2 {
    font-size: 7.5rem;
    margin-bottom: 2.8125rem;
  }
}

.section-two {
  background-color: #0080a3;
  background-image: linear-gradient(to bottom, #0080a3 0%, #0080a3 100%);
  color: #fff;
  line-height: 1.3333333;
}

.section-two .img-holder {
  margin-bottom: 2.1875rem;
}

@media (min-width: 320px) {
  .section-two .img-holder {
    margin-bottom: 0;
  }
}

.section-two h1 {
  line-height: 0.6916666;
  margin-bottom: 2.25rem;
}

@media (min-width: 320px) {
  .section-two h1 {
    margin: 1.5rem 0;
  }
}

@media (max-width: 768px) {
  .section-two .text-block {
    margin-bottom: 1.5rem;
  }
}

.section-two p {
  margin-bottom: 2rem;
}

.section-three {
  background-image: url(../images/img-02.jpg);
}

.section-three .join-block {
  border-radius: 1.5rem;
  position: relative;
  padding: 1.875rem 1.875rem 0.9375rem;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

@media (min-width: 576px) {
  .section-three .join-block {
    padding: 3.9375rem 5.4rem 5.9375rem;
  }
}

@media (min-width: 1025px) {
  .section-three .join-block {
    margin-right: 5.1875rem;
  }
}

.section-three .join-block .form-group {
  max-width: 33.75rem;
  margin: 0 auto;
  padding: 0.9375rem 0 0;
}

@media (min-width: 576px) {
  .section-three .join-block .form-group {
    padding: 3.625rem 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.section-three .join-block .form-group .form-control {
  height: auto;
}

@media (min-width: 320px) {
  .section-three .join-block .form-group .form-control {
    width: calc(100% - 9.75rem);
  }
}

@media (max-width: 319px) {
  .section-three .join-block .form-group .btn {
    width: 100%;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    margin-bottom: -10.625rem;
  }
}

.section-three .join-block .save-text {
  position: absolute;
  min-width: 10.625rem;
  min-height: 10.625rem;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% - 5.3125rem);
  font-family: "fetridgeregular";
  color: #fff;
  font-size: 3rem;
  line-height: 0.6875;
  z-index: 10;
  word-spacing: -0.15em;
}

.section-three .join-block .save-text:before {
  position: absolute;
  display: block;
  content: "";
  background-image: url(../images/save-img.png);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  top: -0.1875rem;
  left: -0.1875rem;
  bottom: -0.1875rem;
  right: -0.1875rem;
  z-index: -1;
}

.section-three .join-block .save-text span {
  display: block;
  max-width: 10.625rem;
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(15deg);
  font-size: 3rem;
  line-height: 0.6875;
  background-color: #f05022;
}

.section-three .join-block h1 {
  color: #0080a3;
  line-height: 0.7;
}

@media (min-width: 576px) {
  .section-three .join-block h1 {
    margin-bottom: 2.375rem;
  }
}

.visual-section {
  min-height: 30rem;
}

.title-img {
  color: #0080a3;
  position: relative;
  text-align: center;
  margin-bottom: 1.5rem;
}

@media (min-width: 1367px) {
  .title-img {
    font-size: 7.5rem;
  }
}

.tab-holder {
  padding: 2.1875rem 0 1.5625rem;
}

.tab-holder .container {
  /*max-width: 84.25rem*/
  max-width: 95%;
}

.tab-holder .tab-nav {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  border: 2px solid #0080a3;
  border-radius: 1.5rem;
  overflow: hidden;
  margin-bottom: 2rem;
}

.tab-holder .tab-nav .nav-item {
  border-bottom: 2px solid #0080a3;
}

@media (min-width: 768px) {
  .tab-holder .tab-nav .nav-item {
    display: inline-block;
    vertical-align: middle;
    margin-right: -0.375rem;
    border-right: 2px solid #0080a3;
    border-bottom: none;
  }
}

.tab-holder .tab-nav .nav-item:last-child {
  border: none;
}

.tab-holder .tab-nav .nav-item a {
  transition: color 0.3s linear, background-color 0.3s linear;
  text-decoration: none;
  font-family: "fetridgeregular";
  font-size: 2.25rem;
  padding: 0.75rem 1.6875rem 0.4375rem;
  display: block;
  line-height: normal;
  text-transform: lowercase;
}

.tab-holder .tab-nav .nav-item a:hover,
.tab-holder .tab-nav .nav-item a:focus {
  background-color: #0080a3;
  color: #fff;
}

.tab-holder .tab-nav .nav-item a.active {
  background-color: #0080a3;
  color: #fff;
}

.tab-holder .content-holder {
  color: #666;
}

@media (min-width: 768px) {
  .tab-holder .content-holder {
    font-size: 1.125rem;
    line-height: 1.666rem;
  }
}

.tab-holder .content-holder .text-block {
  margin-bottom: 3.5625rem;
}

.tab-holder .content-holder .border-text {
  border: 2px solid #f05122;
  border-radius: 1.5rem;
  text-align: center;
  line-height: 1.2083333333;
  color: #f05122;
  padding: 1.6875rem 0.9375rem;
  margin-bottom: 3.75rem;
  letter-spacing: 0.01875rem;
}

.tab-holder .content-holder .border-text .text-holder {
  max-width: 74.1875rem;
  margin: 0 auto;
}

.tab-holder .content-holder .border-text .text-holder p {
  margin-bottom: 0;
}

.tab-holder .content-holder .text-content {
  padding-top: 0.5625rem;
}

.tab-holder .content-holder .text-content h3 {
  font-family: "Poppins", "Segoe UI", Roboto, "Helvetica Neue", Arial,
    sans-serif;
  color: #f05122;
  font-weight: bolder;
  font-size: 1.5rem;
  line-height: 1.125;
  word-spacing: 0;
}

.tab-holder .content-holder .text-content p {
  margin-bottom: 1rem;
}

.tab-holder .content-holder .text-content ol {
  padding-left: 1.25rem;
  margin-bottom: 1.8125rem;
}

@media (min-width: 768px) {
  .tab-holder .content-holder .text-content ol {
    padding-left: 6.0625rem;
  }
}

.tab-holder .content-holder .text-content a {
  transition: color 0.3s linear;
  text-decoration: none;
}

.tab-holder .content-holder img {
  margin-bottom: 4.375rem;
}

.filters-block {
  background-color: #0080a3;
  color: #fff;
  padding: 0.7375rem 15px;
  position: fixed;
  top: 120px;
  width: 100%;
  z-index: 99;
  transition: left 0.2s ease-in-out;
}

.filters-block.scrolled {
  top: 80px;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .filters-block {
    top: 114px;
  }
  .filters-block.scrolled {
    top: 44px;
  }
}

.filters-block .container {
  max-width: 106.25rem;
}

.filters-block a {
  color: #fff;
}

.filters-block .label-filter {
  margin-bottom: 0;
  padding-right: 0.625rem;
  position: relative;
}

.filters-block .label-filter:after {
  position: absolute;
  content: "";
  left: 0;
  right: 1.5rem;
  bottom: 0;
  border-bottom: 1px solid #fff;
}

.filters-block .jcf-select {
  border-color: #0080a3;
  color: #0080a3;
  font-family: "Poppins", "Segoe UI", Roboto, "Helvetica Neue", Arial,
    sans-serif;
  width: calc(100% - 4.375rem);
  height: 2.8125rem;
  margin-bottom: 0;
  box-shadow: none;
}

@media (min-width: 1025px) {
  .filters-block .jcf-select {
    height: 3.625rem;
    max-width: 26.6875rem;
    width: calc(100% - 6.25rem);
    padding: 15px 0;
  }
}

.filters-block .jcf-select .jcf-select-text {
  font-size: 1rem;
  text-transform: none;
  text-align: left;
}

@media (min-width: 1025px) {
  .filters-block .jcf-select .jcf-select-text {
    font-size: 1.4rem;
    line-height: 1.3;
  }
}

@media (max-width: 1024px) {
  .filters-block .jcf-select .jcf-select-text {
    padding-top: 10px;
  }
}

.filters-block .jcf-select-opener {
  border-color: #0080a3;
  width: 3.625rem;
}

.filters-block .jcf-select-opener:before {
  border-top-color: #0080a3;
}

.filters-block .result-block {
  padding-top: 1.25rem;
}

@media (min-width: 320px) {
  .filters-block .result-block {
    padding-top: 0;
  }
}

.filters-block .result-block strong {
  font-weight: 600;
}

.filters-block .filter-result {
  display: block;
  margin-bottom: 0;
  padding-left: 0.75rem;
}

.filters-block .filter-result li {
  position: relative;
  padding-right: 1.875rem;
}

.filters-block .filter-result li a {
  color: inherit;
  text-decoration: none;
  position: absolute;
  top: 52%;
  transform: translateY(-50%);
  right: 0;
  line-height: 1;
}

.intro-section {
  padding: 1.875rem 0 3.125rem;
  position: relative;
  min-height: 30rem;
}

.bg-menu-page {
  margin-top: 70px;
}

@media (min-width: 1025px) {
  .intro-section {
    padding: 3.875rem 0 2.9375rem;
  }
}

@media (max-width: 767px) {
  .intro-section {
    min-height: 15rem;
  }
  #breakfast-bg.bg-block {
    background-position: 100% 50%;
  }
}

.intro-section .img-block {
  padding: 0 0.9375rem;
  margin: 0 auto 3.125rem;
  max-width: 20rem;
  display: block;
}

@media (min-width: 1025px) {
  .intro-section .img-block {
    margin: 0 0 8.75rem;
  }
}

@media (min-width: 1367px) {
  .intro-section .img-block {
    max-width: 36.875rem;
    padding-left: 3.75rem;
  }
}

@media (min-width: 1700px) {
  .intro-section .img-block {
    max-width: 49.375rem;
  }
}

.intro-section .description-text {
  position: absolute;
  right: 0;
  bottom: 1.5625rem;
  max-width: calc(100% - 1rem);
}

@media (min-width: 1025px) {
  .intro-section .description-text {
    bottom: 2.9375rem;
  }
}

.option-section {
  font-family: "fetridgeregular";
  font-size: 1.5rem;
  padding: 1.5rem 15px;
}

@media (min-width: 1025px) {
  .option-section {
    padding: 4rem 2rem;
  }
}

@media (min-width: 1600px) {
  .option-section {
    font-size: 2rem;
  }
}

.option-section .container {
  max-width: 111.875rem;
}

.option-section .btn {
  padding-left: 1.9375rem;
  padding-right: 1.9375rem;
  font-size: inherit;
  box-shadow: none;
}

@media (min-width: 768px) {
  .option-section .btn {
    width: auto;
  }
}

@media (max-width: 767px) {
  .calculator-option {
    padding-bottom: 2rem;
  }
}

.option-section .box {
  padding: 1.9375rem 15px;
}

@media (min-width: 768px) {
  .option-section .box {
    padding: 0 1.9375rem;
  }
}

.option-section .menubar:after {
  display: table;
  content: "";
  clear: both;
}

.option-section .menubar-left {
  display: block;
  float: left;
  width: 50%;
}

.option-section .menubar-left .btn {
  display: inline-block;
  vertical-align: top;
}

.option-section .menubar-right {
  display: block;
  float: right;
  width: 50%;
}

.option-section .today-option {
  color: #0080a3;
  line-height: 1;
}

.option-section .options-box {
  padding: 0 0.9375rem;
  display: inline-block;
}

@media (max-width: 1024px) {
  .menubar {
    padding: 0 2rem;
  }
  .option-section .menubar-left,
  .option-section .menubar-right {
    display: block;
    float: none;
    width: 100%;
    padding: 1.5rem 0;
  }
  .option-section .options-box {
    padding-top: 1rem;
    display: block;
  }
}

.fake-label {
  opacity: 0;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  margin: 0;
  height: 0;
  position: absolute;
}

.option-section .option-list {
  display: inline-block;
  margin-bottom: 0;
  color: #666;
  line-height: 1;
}

.option-section .option-list li {
  position: relative;
  display: inline-block;
  word-spacing: -0.15rem;
}

.option-section .option-list li:after {
  display: inline;
  content: ",";
  margin-right: 0.5rem;
}

.option-section .option-list li:last-of-type {
  padding-right: 0;
}

.option-section .option-list li:last-of-type:after {
  display: none;
}

.option-section .option-list li a {
  transition: background-color 0.3s linear;
  text-decoration: none;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  border-radius: 50%;
  background-color: #0080a3;
  color: #fff;
  line-height: 1;
  font-size: 1rem;
}

.option-section .option-list li a:hover {
  background-color: #f05122;
}

.option-section .option-list li a i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 1367px) {
  .option-section .calculator-option {
    max-width: 20rem;
  }
}

.option-section .calculator-option .jcf-select-opener:before,
#calculator-select:after {
  content: "\e906";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  border: none;
  font-size: 1.25rem;
  height: auto;
  width: auto;
}

.option-section .jcf-select {
  width: 100%;
  height: auto;
  min-height: 55px;
  box-shadow: none;
}

@media only screen and (min-width: 1025px) and (max-width: 1043px) {
  #calculator-select {
    font-size: 23px;
    min-height: 45px;
  }
}

@media only screen and (max-width: 1599px) {
  .option-section .jcf-select {
    max-height: 45px;
    min-height: 0px;
  }
}

.breakfast-content {
  line-height: 1.375;
  color: #666;
  padding-bottom: 1.5625rem;
}

@media (min-width: 1025px) {
  .breakfast-content {
    padding-bottom: 4.0625rem;
  }
  .option-section .jcf-select .jcf-select-text {
    font-size: 1.8rem;
  }
}

.breakfast-content .smiles-list > li {
  margin-bottom: 1rem;
}

.breakfast-content .smiles-list .img-block {
  margin-bottom: 0.5rem;
}

.breakfast-content .smiles-list .img-block img {
  border-radius: 23px;
  border: 2px solid #0080a3;
}

.breakfast-content h1 {
  color: #0080a3;
  margin-bottom: 1.25rem;
}

@media (min-width: 1025px) {
  .breakfast-content h1 {
    margin-bottom: 2.4375rem;
  }
}

.breakfast-content h2,
.menu-detail h2,
.menu-detail h1 {
  text-transform: lowercase;
  font-size: 2.8125rem;
  color: #f05122;
  word-spacing: -0.5rem;
}

@media (min-width: 1025px) {
  .breakfast-content h2,
  .menu-detail h2,
  .menu-detail h1 {
    font-size: 4rem;
    margin-bottom: 1.875rem;
  }
}

.breakfast-content h2.h3 {
  font-family: "Poppins", "Segoe UI", Roboto, "Helvetica Neue", Arial,
    sans-serif;
  font-size: 1rem;
  color: #333;
  word-spacing: 0.1rem;
  text-transform: none;
}

.breakfast-content a,
a.action-nutrition-section {
  text-decoration: none;
}

.breakfast-content a:hover,
a.action-nutrition-section:hover {
  color: #0080a3;
}

@media (min-width: 1025px) {
  .breakfast-content h2.h3 {
    font-size: 1.5rem;
  }
}

.breakfast-content p {
  margin-bottom: 1.25rem;
}

@media (min-width: 1025px) {
  .breakfast-content p {
    margin-bottom: 2.5rem;
  }
}

.menu-detail {
  margin-top: 3rem;
}

.menu-img {
  max-width: 100%;
  border-radius: 23px;
  border: 1px solid #0080a3;
}

@media (max-width: 767px) {
  .menu-detail {
    margin-top: 6rem;
  }
  .menu-detail__info {
    padding-bottom: 1.25rem;
  }
}

header {
  display: block;
  position: fixed;
  width: 100%;
  max-width: 100%;
  height: 120px;
  background-color: #f05122;
  z-index: 9999;
}

.menu {
  /*max-width: 100%;*/
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 999;
  margin: 0;
  margin-top: 0.25em;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .menu {
    margin-top: 0.75em;
  }
  .menu .primary {
    margin-top: 0 !important;
    margin-left: 0 !important;
  }
  .menu ul li {
    margin-top: 0 !important;
  }
  .menu ul li a {
    font-size: 1.7rem;
  }
}

.menu .logo img {
  display: block;
  width: 240px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
  line-height: 80px;
  vertical-align: middle;
}

.menu ul {
  list-style: none !important;
  list-style-type: none !important;
}

.menu ul li {
  float: left;
  margin-right: 1em;
  margin-top: 1.125rem;
}

.menu ul li a {
  font-family: "fetridgeregular";
  color: #fff;
  font-size: 2.5rem;
  text-decoration: none;
  word-spacing: -0.3rem;
}

.menu .active a,
.menu a:hover {
  border: none;
  border-bottom: 2px solid #fff;
}

.menu .finder a {
  font-family: "fetridgeregular";
  color: #fff;
  font-size: 2rem;
  text-decoration: none;
  word-spacing: -0.3rem;
}

.menu .find {
  margin-top: 1.125rem;
}

.menu .primary {
  margin: 0 auto;
  margin-left: -15px;
  margin-top: 1.15em;
  padding-right: 0;
  text-align: center;
}

.menu .primary ul {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin: 0 auto;
}

.menu .primary ul li a {
  height: 3rem;
  line-height: 3rem;
}

.menu .finder ul {
  text-align: center;
  padding: 0;
  margin: 0;
  margin-right: 0.5em;
}

.menu .finder ul li {
  margin-left: 0;
  margin-right: 0;
}

.menu .finder ul li a {
  height: 3rem;
  line-height: 3rem;
}

.fixed {
  height: 80px !important;
  padding: 1em;
}

.fixed .menu {
  margin-top: 0;
}

.fixed .logo {
  line-height: 3rem;
}

@media (max-width: 767px) {
  .fixed .hamburger-box {
    margin-top: 0.1rem;
  }
  .menu ul {
    margin-bottom: 0;
  }
  .fixed {
    height: auto !important;
    padding: 1em;
  }
  .fixed .logo {
    margin-bottom: 0.5rem;
  }
}

.fixed .logo img {
  width: 180px;
  margin-bottom: 0;
}

.fixed .primary {
  margin-top: -0.125em;
}

.fixed ul li,
.fixed .finder ul li {
  margin-top: 0;
}

.fixed ul li a,
.fixed .finder a {
  font-size: 1.7rem;
}

.fixed .primary li a,
.fixed .menu .finder ul li a {
  height: 2.0625rem;
  line-height: 2.0625rem;
  vertical-align: middle;
}

.fixed .finder,
.fixed .find {
  margin-top: 0;
}

.fixed .finder .field {
  width: 80%;
  height: 2.0625rem;
  line-height: 2.0625rem;
  border: 1px solid #fff;
}

.fixed .finder .btn {
  padding: 0;
  width: 20%;
  font-size: 2rem !important;
  height: 2.0625rem;
  line-height: 2.0625rem;
}

@media (max-width: 1025px) {
  .fixed {
    padding: 0.5em !important;
  }
  .fixed ul li a {
    height: 1em !important;
    line-height: 1em !important;
  }
  .fixed .navbar-toggler {
    padding: 0 !important;
  }
}

.finder {
  color: #fff;
  margin-top: 0.25em;
}

.finder .location {
  display: block;
  position: relative;
  float: left;
  font-size: 0.85rem;
  margin-bottom: 0.125rem;
}

.finder .location i {
  display: block;
  position: relative;
  float: left;
  top: 0.125rem;
  padding-left: 0;
  font-size: 1.1875rem;
}

.finder .location span {
  padding-left: 0.5em;
}

.finder .search {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
}

.finder .field {
  border-top-left-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
  padding: 0.75em;
  padding-left: 1em;
  color: #fff;
  background-color: transparent;
  border: 0.1875rem solid #fff;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
  height: auto;
  width: 70%;
  font-size: 1rem;
  height: 3.75rem;
  /*line-height: 3.75rem*/
}

.finder .field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.finder .field::-moz-placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.65);
}

.finder .field:-moz-placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.finder .field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.65);
}

.finder .field.placeholder {
  color: rgba(255, 255, 255, 0.65);
}

    .finder .btn {
        color: #f05122;
        width: 30%;
        margin-left: -3px;
        /*border-top-left-radius: 0;
  border-bottom-left-radius: 0;  */
        border-left: 0;
        box-shadow: none;
        line-height: 0.9;
        position: relative;
        z-index: 10;
        font-size: 3rem;
    }

.finder .btn:hover,
.finder .btn:active {
  background: #fff !important;
  color: #f05122 !important;
  -webkit-tap-highlight-color: transparent !important;
  -webkit-tap-highlight-color: transparent !important;
  box-shadow: none !important;
}

.navbar-toggler {
  display: block;
  position: relative;
  padding: 1em;
  padding-top: 8px !important;
  padding-left: 0;
  padding-right: 0;
}

.navbar-toggler.is-active {
  margin: 0 auto;
}

.navbar-toggler .navbar-toggler-icon {
  position: relative;
  width: 1.5625rem;
  height: 0.1875rem;
  background-color: #fff;
}

.navbar-toggler .navbar-toggler-icon:before,
.navbar-toggler .navbar-toggler-icon:after {
  position: absolute;
  content: "";
  background-color: #fff;
  width: 1.5625rem;
  height: 0.1875rem;
  left: 0;
}

.navbar-toggler .navbar-toggler-icon:before {
  top: -0.5rem;
}

.navbar-toggler .navbar-toggler-icon:after {
  bottom: -0.5rem;
}

#footer {
  padding: 3.125rem 0;
}

#footer .container {
  max-width: 107.5rem;
}

@media (max-width: 1367px) {
  #footer .container {
    max-width: 98%;
  }
}

#footer .form-control {
  font-size: 1.125rem;
}

#footer .mini-logo {
  margin: 0 0 3.125rem;
}

@media (min-width: 320px) {
  #footer .mini-logo {
    margin: 0;
    position: absolute;
    top: 0.9375rem;
    right: 10%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  #footer .mini-logo {
    right: 5%;
  }
}

@media (min-width: 1025px) {
  #footer .mini-logo {
    right: 0;
    width: 3.125rem;
    height: 3.125rem;
  }
}

#footer h2 {
  font-size: 3rem;
  color: #0080a3;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.875rem;
  padding: 0 0.375rem;
  line-height: 0.9;
  word-spacing: -0.5rem;
}

#footer h2 > span {
  background: #fff;
  padding: 0 0 0 0.75rem;
}

#footer h2 > span span {
  position: relative;
  left: -0.375rem;
}

@media (min-width: 1367px) {
  #footer h2 {
    font-size: 3.9rem;
    margin-top: -2rem;
    padding: 0 0.9375rem;
  }
}

#footer a {
  text-decoration: none;
}

#footer a:hover {
  text-decoration: underline;
}

@media (max-width: 1366px) {
  #footer {
    padding-top: 2em !important;
    padding-bottom: 2em !important;
  }
}

@media (max-width: 1023px) {
  #footer {
    padding-top: 1em !important;
    padding-bottom: 1em !important;
  }
}

.blue-border {
  margin-bottom: 3.125rem;
  width: 100%;
  position: relative;
}

.blue-border:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 1.5rem;
  border: 0.25rem solid #0080a3;
  z-index: -1;
}

.footer-menu {
  margin-bottom: 3.125rem;
}

@media (min-width: 1024px) {
  .footer-menu {
    margin-bottom: 0;
  }
}

.footer-menu li {
  margin-bottom: 0.3125rem;
}

.footer-menu li a {
  font-family: "fetridgeregular";
  color: #0080a3;
  font-size: 4rem;
  line-height: 0.796875;
  word-spacing: -0.65rem;
}

@media (min-width: 320px) {
  .footer-sub-menu {
    padding-right: 25%;
  }
}

.footer-sub-menu li a {
  color: #333;
  font-weight: 600;
  font-size: 1.6875rem;
}

@media (min-width: 1025px) {
  .footer-sub-menu li a {
    font-size: 1.45rem;
  }
}

.contact-menu {
  margin-bottom: 1.5625rem;
}

@media (min-width: 1024px) {
  .contact-menu {
    margin-bottom: 0;
  }
}

.contact-menu li {
  margin-bottom: 0.25em;
  line-height: 1.5rem;
}

.contact-menu li a {
  color: #333;
  font-size: 1.125rem;
}

@media only screen and (min-width: 1200px) {
  .contact-menu li a {
    font-size: 0.82rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1040px) {
  .contact-menu li a {
    font-size: 0.79rem;
  }
}

.app-list {
  display: flex;
  flex-wrap: wrap;
  padding: 0.3125rem 2.5rem;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
  margin-top: -0.75rem;
}

@media (min-width: 768px) {
  .app-list {
    padding: 0.3125rem 1.5625rem;
  }
}

@media (min-width: 1367px) {
  .app-list {
    padding: 0 1.5625rem;
  }
}

.app-list li {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  margin-bottom: 0.9375rem;
}

@media (min-width: 768px) {
  .app-list li {
    width: 50%;
    padding: 0 0.9375rem;
  }
}

.app-list li a {
  display: block;
}

.app-list li img {
  transition: opacity 0.3s linear;
  max-width: 100%;
}

@media (min-width: 320px) {
  .social-block {
    margin-bottom: 0;
  }
}

.social-list {
  padding: 0.5rem 0 1.25rem;
  margin-bottom: 0;
}

.social-list li {
  vertical-align: middle;
}

.social-list li:not(:last-child) {
  margin-right: 1.25rem;
}

.social-list li a {
  text-decoration: none !important;
  color: #333;
  font-size: 0;
  line-height: 0;
}

.social-list li a i {
  line-height: 1;
  font-size: 2rem;
}

@media (min-width: 1367px) {
  .social-list li a i {
    font-size: 3.5625rem;
  }
}

.social-list li a i.icon-youtube {
  font-size: 1.6875rem;
}

@media (min-width: 1367px) {
  .social-list li a i.icon-youtube {
    font-size: 2.9375rem;
  }
}

.footer-join {
  padding: 0 0 0.9375rem;
}

@media (min-width: 320px) {
  .footer-join {
    padding: 2.5rem 0.9375rem 4.0625rem;
    margin-bottom: 0;
    position: initial;
  }
  .footer-join:before {
    left: 0.9375rem;
    right: 0.9375rem;
    top: 2.5rem;
  }
}

@media (min-width: 768px) {
  .footer-join {
    padding-top: 2.5rem;
  }
  .footer-join:before {
    top: 2.5rem;
  }
}

@media (min-width: 1200px) {
  .footer-join {
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .footer-join:before {
    top: 0;
  }
}

.footer-join .form-group {
  max-width: 20.625rem;
  margin: 0 auto;
  padding: 1rem 0.9375rem 0;
}

.footer-join .form-group .form-control {
  margin-bottom: 1.375rem;
}

.footer-join .join-text {
  margin-top: 0.5rem;
}

@media (min-width: 1025px) {
  .footer-join .join-text {
    font-size: 1.125rem;
  }
}

.sub-footer {
  padding: 3.125rem 0 0;
}

@media (min-width: 1025px) {
  .sub-footer {
    font-size: 1.125rem;
  }
}

.sub-footer a {
  color: #333;
}

.copyright-list {
  margin-bottom: 0;
  padding-top: 1.25rem;
}

@media (min-width: 1025px) {
  .copyright-list {
    padding-top: 0;
    display: inline-block;
    vertical-align: bottom;
  }
}

.copyright-list li {
  display: block;
}

@media (min-width: 320px) {
  .copyright-list li {
    display: inline-block;
    vertical-align: middle;
  }
}

.copyright-list li a {
  border-bottom: 1px solid #333;
}

@media (min-width: 1025px) {
  .copyright-list li a {
    border-bottom-style: dotted;
  }
}

#locatoriframe {
  margin: 0 auto;
  width: 100%;
  max-height: 800px;
  min-height: 751px;
  border: none;
}

/*--------------- DS/Chemistry Fixes---------------------- */

.interior-main {
  padding-top: 120px;
}

.subtitle {
  text-align: center;
  font-size: 2.315rem;
  line-height: 2.315rem;
  font-family: "fetridgeregular";
  text-decoration: none;
  color: #f05122;
  margin-bottom: 3rem;
}

/*Bigger Desktop*/

.menu ul li a,
.menu .finder a {
  font-size: 1.7rem;
}
@media (min-width: 1263px) {
  .menu ul li a,
  .menu .finder a {
    font-size: 1.7rem;
  }
  .finder .location {
    font-size: 1rem;
  }
  .fixed ul li a,
  .fixed .finder a {
    font-size: 1.7rem;
  }
}

/*Desktop - specific fixes*/

@media only screen and (min-width: 1200px) and (max-width: 1345px) {
  .footer-sub-menu li a {
    font-size: 1.25rem;
  }
}

/*Larger desktop*/

@media only screen and (min-width: 1025px) {
  #section-one.section-img {
    height: 631px;
    background-position-x: -495px;
  }
  .section-one {
    display: flex;
  }
  .section-one > .container {
    position: absolute;
    top: 2em;
    right: 2em;
    min-width: 625px;
    width: 33%;
    max-width: 50%;
  }
}

@media only screen and (min-width: 1200px) {
  #section-one.section-img {
    background-position-x: -250px;
  }
  .contact-item-inner {
    min-height: 253px;
  }
}

@media only screen and (min-width: 1480px) {
  #section-one.section-img {
    background-position-x: 0px;
  }
}

/*Desktop*/

@media only screen and (min-width: 1025px) {
  .desktop-order-btn {
    display: block;
    margin-left: 3em;
    max-width: 40%;
  }
  .hero-text-img {
    width: 50%;
  }
  .jcf-select {
    margin: 0 0 12px;
  }
  .contact-item-inner .contact-svg-container {
    height: 75px !important;
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
}

/*Tablet*/

/*Tablet Only*/

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .interior-main {
    padding-top: 100px;
  }
  .menu .logo img.full {
    display: none !important;
  }
  .menu .logo img.mobile {
    display: block !important;
  }
  header.fixed {
    height: auto !important;
    padding-bottom: 1em;
  }
  header {
    height: auto;
    padding-bottom: 1em;
  }
  #main .slider {
    padding-top: 75px;
  }
  .slider .hero .slick-slide {
    margin-bottom: 0 !important;
    padding-bottom: 3em !important;
  }
  .slick-dots {
    bottom: 1.1875rem;
  }
  #header form button.btn {
    padding-top: 0.545rem;
    padding-bottom: 0.545rem;
  }
  #header.fixed form button.btn {
    padding-top: 0;
  }
  .footer-sub-menu li a {
    font-size: 1.21rem;
  }
}

/*Starting at Tablet*/

@media only screen and (min-width: 768px) {
  #collapsible-mobile-nav {
    display: none !important;
  }
  .inner-margins {
    margin: 0 auto;
    max-width: 50%;
  }
  .contact-item-inner .contact-svg-container {
    margin-bottom: 0;
    padding-bottom: 30px;
    height: auto;
  }
}

/*Mobile through Tablet*/

@media only screen and (max-width: 1024px) {
  .section-one .container {
    width: 100%;
  }
  .section-one .text-block {
    border-radius: 0;
    box-shadow: none;
  }
}

/*Mobile*/

/*Mobile Only*/

@media only screen and (max-width: 575px) {
  .section-three .join-block .form-group .form-control,
  .section-three .join-block .form-group .btn {
    width: 100%;
    margin: 0 auto;
  }
  .section-three .join-block .form-group .btn {
    margin-top: 0.5em;
  }
  .footer-sub-menu {
    padding-right: 0;
  }
  .form-control {
    font-size: 16px;
    /*any smaller and iphones zoom*/
  }
  #footer-sub-menu-1 {
    margin-bottom: 5em;
  }
  #footer-sub-menu-1 .mini-logo {
    right: calc(50% - 42px);
    top: auto;
    bottom: -3.5em;
  }
  #footer-sub-menu-1 .mini-logo img {
    position: static;
    top: 0;
    left: 0;
  }
  #section-one.section-img {
    background-position-x: -100px;
  }
  h1 {
    word-spacing: -0.5rem;
    line-height: 2.6rem;
  }
  .inner-margins {
    display: block;
    max-width: 98%;
    margin: 0 auto;
  }
  .option-section .box {
    padding: 1.9375rem 15px;
  }
  .contact-item-inner .contact-svg-container {
    height: 75px;
    padding-bottom: 30px;
  }
}

/*Mobile/All*/

#footer-container-row {
  margin: 0 0.5em;
}

section {
  position: relative;
}

#section-one.section-img {
  background-image: url("../images/img-01.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  min-height: 312px;
}

.section-one {
  padding: 0;
}

#collapsible-mobile-nav {
  background-color: #f05122;
  padding: 0.5em 0;
  height: 100%;
  transition: left 0.3s ease-in-out;
  text-align: center;
  width: 100%;
}

#collapsible-mobile-nav[data-toggle="collapsed"] {
  position: fixed;
  left: -999px;
}

#collapsible-mobile-nav[data-toggle="expanded"] {
  position: fixed;
  left: 0;
  z-index: 999;
}

#collapsible-mobile-nav ul li {
  display: block;
}

#collapsible-mobile-nav ul li a {
  font-family: "fetridgeregular";
  color: #fff;
  font-size: 2.5rem;
  text-decoration: none;
  line-height: 1.2;
  word-spacing: -0.5rem;
}

#collapsible-mobile-nav hr {
  width: 80%;
  border-radius: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  height: 2px;
}

#collapsible-mobile-nav ul li.mobile-sublink a {
  font-size: 1rem;
  font-family: "Poppins", "Segoe UI", Roboto, "Helvetica Neue", Arial,
    sans-serif;
  padding: 12px 0;
  word-spacing: 0;
}

#collapsible-mobile-nav ul li a:hover,
#collapsible-mobile-nav ul li.active a {
  text-decoration: underline;
}

body[data-toggle="expanded"] {
  overflow-x: hidden;
}

.social-list li a:focus i {
  outline: 1px solid #f05122;
}

h1 a {
  text-decoration: none;
}

h1 a:hover {
  text-decoration: none;
  color: #0281a3;
}

h1.no-margin {
  margin-bottom: 0;
}

.news-item {
  border-bottom: 1px solid #f5f5f5;
  padding: 2rem 0;
}

.news-item__date {
  color: #000;
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
}

.news-item__title {
  color: #0080a3;
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.news-item__title a:hover {
  color: #0080a3;
}

.news-item img {
  max-width: 100%;
  width: 100%;
  border-radius: 23px;
}

.news-item iframe {
  text-align: center;
}

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

@media only screen and (min-width: 1024px) {
  .no-pad {
    padding: 0;
  }
}

.no-margin {
  margin-bottom: 0;
}

/* generic form classes */

.jcf-select-sm-select {
  height: 43px;
}

.jcf-select-sm-select .jcf-select-text {
  line-height: inherit;
}

@media (min-width: 1025px) {
  .jcf-select-sm-select .jcf-select-text {
    font-size: 2rem;
  }
}

@media (max-width: 1024px) {
  .jcf-select-sm-select .jcf-select-text {
    line-height: 1.5;
  }
}

.form-control.sm-orange {
  border-color: #f05122;
  margin: 0 auto;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.generic-form__form-label {
  display: block;
  color: #0080a3;
  text-align: left;
  font-size: 2.315rem;
  line-height: 1.75rem;
  font-family: "fetridgeregular";
  text-decoration: none;
  margin-bottom: 1rem;
}

.form-control.datepicker {
  margin-bottom: 2rem;
}

.datepicker:after {
  content: "\e906";
  font-family: "icomoon" !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  border: none;
  font-size: 1.25rem;
  height: auto;
  width: auto;
}

.form-control::placeholder {
  color: #d7d7d7;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #d7d7d7;
}

.form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #d7d7d7;
}

.form-control.textfield,
.form-control.margin-bottom,
.jcf-select-margin-bottom {
  margin-bottom: 2rem;
}

.form-group .form-control:focus,
.form-group input[type="radio"]:focus {
  outline: 1px solid #f05122;
}

.results-pagination a:not([href]) {
  text-decoration: none;
}

hr.vertical {
  border: none;
  border-left: 1px solid #f5f5f5;
  width: 1px;
  height: 100%;
}

.mobile-only {
  display: none;
}

@media (max-width: 767px) {
  .no-mobile {
    display: none;
  }
  .mobile-nav-logo {
    width: 200px;
    padding-bottom: 3rem;
  }
  .mobile-only {
    display: block;
  }
}

.mobile-nav-close {
  position: absolute;
  right: 20px;
  top: 20px;
}

.interior-main p {
  color: #666666;
}

.contact-item {
  display: block;
  position: relative;
  background-color: #0080a3;
  border-radius: 23px;
  height: 300px;
}

.contact-item-inner {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 1rem;
}

.contact-item-inner .contact-svg-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-item svg {
  max-height: 75px;
  width: 50%;
}

.contact-item h2 {
  color: #fff;
  word-spacing: -0.5rem;
}

.contact-item p {
  color: #fff;
  font-size: 1.3125rem;
  font-weight: 200;
}

#contact-stars {
  width: 135px;
  fill: #fff;
}

#contact-donation {
  width: 75px;
  fill: #fff;
}

#contact-motorcoach {
  width: 95px;
  stroke: #fff;
  fill: none;
  stroke-miterlimit: 10;
  stroke-width: 2.3px;
}

#contact-photo {
  fill: #fff;
  width: 68px;
}

#contact-smiley {
  fill: #fff;
  width: 70px;
}

@media (max-width: 991px) {
  .contact-item {
    display: block;
    position: relative;
    background-color: #0080a3;
    border-radius: 23px;
    height: auto;
  }
  .contact-item-inner {
    position: relative;
    top: 0;
    transform: none;
    padding: 2rem 0;
    margin: 1rem;
  }
}

.caption {
  font-size: 0.75rem;
  line-height: 1.25;
}

.table {
  font-size: 1rem;
  font-weight: normal;
}

.add-ingredient {
  color: #595959;
}

.ingredient.active {
  color: #0080a3;
}

#desktop-nutrition-table {
  display: block;
}

#mobile-nutrition-table {
  display: none;
}

@media (max-width: 900px) {
  #desktop-nutrition-table {
    display: none;
  }
  #mobile-nutrition-table {
    display: block;
  }
}

.m-nutrition-details {
  display: none;
}

.m-nutrition-details.active {
  display: block;
}

.table {
  color: #666;
  font-weight: 300;
}

.table a {
  text-decoration: none;
}

.table .menu-item {
  color: #fff;
  background-color: #0080a3;
  border-color: #fff;
  text-align: center;
}

.nutrition-table {
  background-color: #fff;
}

.nutrition-table .menu-item th,
.nutrition-table td {
  text-align: center;
}

.table .menu-item a {
  color: #fff;
  font-size: 0.875rem;
  text-decoration: none;
}

th.rotate {
  height: 250px;
  white-space: nowrap;
  border-top: none;
}

th.rotate > div {
  transform: rotate(-90deg);
  width: 1.5rem;
  margin: 0 auto;
}

.table th.quantity span {
  background-color: #39c3e8;
  padding: 0.2rem 0.8rem;
  color: #000;
}

.icon-remove {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background-image: url("../images/icon-remove.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.icon-add {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background-image: url("../images/icon-add.png");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.icon-lock {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  background-image: url("../images/icon-locked.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 21px;
}

.nutrition-section-toggle {
  display: none;
}

.toggle-arrow.active {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.borderless td,
.borderless th {
  border: none;
}

#icon-download {
  width: 30px;
  height: 38px;
}

#icon-download .cls-1 {
  fill: #fff;
}

#icon-download .cls-2 {
  fill: #f05122;
}

a.download {
  color: #99290b;
  text-decoration: none;
}

a.download span {
  display: block;
}

.nutrition-controls .control {
  width: 37.5%;
  padding-right: 1.5rem;
}

.nutrition-controls:focus .control {
  border-color: rgba(82, 168, 236, 0.8) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(82, 168, 236, 0.6) !important;
  outline: none !important;
}

.nutrition-controls .control-sm {
  width: 25%;
}

.control .jcf-select {
  padding: 0.8rem 0;
  height: 59px;
}

.jcf-select:focus {
  border-color: rgba(82, 168, 236, 0.8) !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset,
    0 0 8px rgba(82, 168, 236, 0.6) !important;
  outline: none !important;
}

.control .jcf-select .jcf-select-text {
  font-size: 1.5rem;
}

@media (min-width: 1025px) {
  .control .jcf-select .jcf-select-text {
    font-size: 2.25rem;
  }
}

@media (max-width: 1024px) {
  .nutrition-controls .control {
    width: 100%;
    padding: 0 1rem;
  }
  .nutrition-controls .control-sm {
    width: 100%;
    padding: 0 1rem;
  }
  #add-to-your-meal {
    padding: 0.25rem 27px;
    width: auto;
  }
  .control .jcf-select .jcf-select-text {
    font-size: 2.25rem;
  }
}

@media (max-width: 768px) {
  #add-to-your-meal {
    width: 100%;
  }
  .control .jcf-select {
    width: 100%;
  }
}

.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_666_256x240.png") !important;
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png") !important;
}

.styled-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #f05122;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  border-radius: 1.5rem;
  background-color: #fff;
  margin: 3px 0 12px;
  min-width: 150px;
  max-width: 100%;
  height: 72px;
  text-transform: lowercase;
  font-family: "fetridgeregular";
  color: #f05122;
  overflow: hidden;
  padding: 10px 0;
}

@media (max-width: 801px) {
  .mobileamenities {
    height: auto !important;
  }
  .content-list.poi-result li {
    height: auto !important;
  }
}


.list-unstyled > li#border-bottom:nth-of-type(5) {
    border-bottom: 2px solid white;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.app-button-flex{
    flex-direction: row;
    display: flex; 
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  section.mobile-app-content{
    display: flex; 
    flex-direction: row;
    flex-wrap: wrap;
    width: 960px;
    margin: auto;
    padding-bottom: 0em !important;
  }
  .app-ul{
    padding-left: 20px;
  }
  .flex-right h2{
    font-size: 35px !important;
    margin-bottom: 20px;
  }
  .flex-right{
    flex: 2;
    padding-left: 2em;
  }
  .flex-left{
    flex: 1;
  }
  .app-span{
    margin: 0px 11px;
  }
  section.mobile-app-callout{
    text-align: center;
    border-top: 2px solid #9f9f9f;
    margin-bottom: 40px;
    padding-top: 3.3em;
    padding-bottom: 1.5em;
  }
  section.mobile-app-callout h2{
    font-size: 55px !important;
  }
  .app-btn{
    display: inline-block;
  color: #fff;
  background-color: #F05122;
  border-color: #F05122;
  padding: 20px;
  border-radius: 40px;
  }
  .app-btn:hover{
    background-color: #dd3e0f;
    border-color: #d13b0e;
    color: white;
  }




  @media (max-width: 800px) {
    section.mobile-app-callout h2{
     font-size: 35px !important; 
     margin-bottom: 18px; 
    }
  }

    @media (max-width: 800px) {
    .app-gif{
  <!--    width: 300px; 
     height: 564px; -->
    }
  }
    @media (max-width: 800px) {
    .app-button-flex{
     flex-direction: column;
     align-items: center;
     justify-content: center;
    }
  } 
   @media (max-width: 800px) {
    section.mobile-app-content{
     display: flex;
     flex-direction: column;
     flex-wrap: wrap;
     justify-content: center;
     align-items: center;
     width: 90%;
     margin: 0px auto;
     padding-bottom: 4em !important;
    }
  }

     @media (max-width: 800px) {
  section.mobile-app-callout{
    margin-top: -35px;
    }
  }
  @media (max-width: 800px) {
  .flex-left, .flex-right{
    flex: 1;
    padding-left: 0;
   }
  }

  @media (max-width: 800px) {
  .flex-right h2{
    font-size: 35px !important;
    text-align: center;
   }
  }

  @media (max-width: 800px) {
  .flex-left{
    order: 2;
   }
  }

   @media (max-width: 500px) {
    section.mobile-app-content{
      flex-direction: column;
     padding-bottom: 4em !important;
    }
  }

  .intro-section{
    min-height: 9rem !important;
  }

   @media (min-width: 570px) {
  .intro-section{
    min-height: 15rem !important;
   }
  }

   @media (min-width: 830px) {
  .intro-section{
    min-height: 20rem !important;
   }
  }

  @media (min-width: 950px) {
  .intro-section{
    min-height: 30rem !important;
   }
  }

  .navbar-toggler{
    padding-top: 10px !important;
  }

.warning-text{
  margin-bottom: 50px;
      text-align: center;
      margin-top: -30px;
      color: white;
      background: #414040;
      display: inline-block;
      padding: 10px;
      font-size: 15px;
      color: white !important;
      margin-bottom: 70px !important;
}

@media (max-width: 800px) {
  .warning-text{
  margin-bottom: 40px !important;
 }
}

@media (max-width: 800px) {
  .download-button-flex{
  display: flex;
  flex-direction: column;
  align-items: center;
 }
}






.cb-nav-outer{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cb-nav-inner{
  display: flex;
  flex-direction: row;
  vertical-align: middle;
  text-align: center;
  border: 2px solid #0080a3;
  border-radius: 1.5rem;
  overflow: hidden;
  margin-bottom: 2rem;
  flex: 1;
}
button.cb-nav-item {
  background-color: transparent;
  border: none;
  font-size: 2.25rem;
  padding: 0.75rem 1.6875rem 0.4375rem;
  font-family: "fetridgeregular";
  /* display: block; */
  line-height: normal;
  text-transform: lowercase;
  color: #0080a3;
  box-shadow: none !important;
  flex-grow: 1;
  cursor: pointer;
  transition: color 0.3s linear, background-color 0.3s linear
  }
  button.cb-nav-item:hover{
    background-color: #0080a3;
    color: #fff;
    transition: color 0.3s linear, background-color 0.3s linear
  }
  button.cb-nav-item + button.cb-nav-item{
    border-left: 2px solid #0080a3;
  }
  .cb-nav-item.active{
   background-color: #0080a3;
   color: #fff;
  }

    @media (max-width: 800px) {
    .cb-nav-inner{
     flex-direction: column;
     }
     button.cb-nav-item + button.cb-nav-item{
       border-top: 2px solid #0080a3;
       border-left: none;
     }
    }